From 355796dd48ffd5dfa333bf28291712ebee619418 Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Sun, 28 Mar 2021 16:44:33 -0400 Subject: [PATCH 001/107] 3.1 Config Refactor --- .../compiled/game/script/ai/ai.java | 7 +- .../compiled/game/script/ai/hunter.java | 2 +- .../compiled/game/script/ai/monster.java | 2 +- .../compiled/game/script/ai/soldier.java | 4 +- .../compiled/game/script/ai/townperson.java | 6 +- .../game/script/ai/tusken_raider.java | 15 +- .../city/bestine/museum_event_master.java | 11 +- .../city/bestine/politician_event_master.java | 11 +- .../game/script/city/guard_spawner.java | 23 +- .../imperial_crackdown/crackdown_cantina.java | 13 +- .../content_tools/interior_buildout.java | 4 +- .../game/script/conversation/boba_fett.java | 7 +- .../corvette_bronell_neutral_assassin.java | 7 +- .../corvette_bruce_neutral_destroy.java | 7 +- .../corvette_colonel_imperial1.java | 7 +- .../conversation/corvette_crowley_rebel1.java | 7 +- .../conversation/corvette_imperial_pilot.java | 3 +- .../conversation/corvette_neutral_pilot.java | 8 +- .../conversation/corvette_pashna_rebel1.java | 7 +- .../conversation/corvette_rebel_pilot.java | 3 +- .../corvette_sabol_imperial1.java | 7 +- .../conversation/corvette_tallon_rebel1.java | 7 +- .../corvette_velso_imperial_destroy.java | 7 +- .../corvette_yondalla_neutral_rescue.java | 7 +- .../death_watch_imperial_herald.java | 12 +- .../death_watch_rebel_herald.java | 8 +- .../game/script/creature/sarlacc.java | 6 +- .../game/script/cureward/cureward.java | 59 - .../event/aprilfools/cantina_controller.java | 8 +- .../aprilfools/starport_april_fools.java | 34 +- .../script/event/emp_day/firework_show.java | 4 +- .../loveday_disillusion_blaire_spawner.java | 12 +- .../game/script/event/gcwraids/gcwraid.java | 8 +- .../event/generic_raid/generic_raid.java | 4 +- .../game/script/event/holiday_controller.java | 93 +- .../script/event/lifeday/lifeday_tree.java | 10 +- .../script/event/lost_squadron/spawner.java | 4 +- .../script/event/planet_event_handler.java | 18 +- .../compiled/game/script/gm/cmd.java | 33 +- .../game/script/guild/master_city_object.java | 11 +- .../script/guild/master_guild_object.java | 39 +- .../game/script/hnguyen/cts_test2.java | 168 - .../game/script/hnguyen/cwdm_test.java | 4013 ----------------- .../game/script/hnguyen/cwdm_test2.java | 31 - .../script/hnguyen/initialize_starport.java | 67 - .../game/script/hnguyen/online_jedi_test.java | 217 - .../game/script/hnguyen/pvp_test.java | 67 - .../game/script/hnguyen/sc_cts_test.java | 33 - .../game/script/hnguyen/scriptvar_test.java | 145 - .../script/item/levelup_orb/levelup_orb.java | 11 +- .../item/tool/reverse_engineering_tool.java | 6 +- .../game/script/library/battlefield.java | 2 + .../game/script/library/bounty_hunter.java | 17 +- .../compiled/game/script/library/city.java | 2 +- .../compiled/game/script/library/create.java | 20 +- .../compiled/game/script/library/dump.java | 12 +- .../game/script/library/event_perk.java | 22 +- .../compiled/game/script/library/events.java | 101 + .../compiled/game/script/library/gcw.java | 54 +- .../game/script/library/groundquests.java | 12 +- .../compiled/game/script/library/guild.java | 2 +- .../compiled/game/script/library/healing.java | 4 +- .../compiled/game/script/library/holiday.java | 15 +- .../game/script/library/instance.java | 7 + .../game/script/library/load_test.java | 7 +- .../compiled/game/script/library/loot.java | 153 +- .../game/script/library/missions.java | 8 +- .../compiled/game/script/library/npe.java | 4 +- .../game/script/library/pgc_quests.java | 50 +- .../game/script/library/player_structure.java | 31 +- .../game/script/library/scheduled_drop.java | 4 +- .../game/script/library/space_combat.java | 16 +- .../game/script/library/space_flags.java | 2 + .../game/script/library/space_transition.java | 9 +- .../game/script/library/spawning.java | 7 + .../compiled/game/script/library/travel.java | 2 + .../compiled/game/script/library/utils.java | 83 +- .../game/script/library/vendor_lib.java | 4 +- .../script/library/veteran_deprecated.java | 52 +- .../assassin_mission_npc_spawner.java | 3 + .../script/npc/celebrity/emp_day_spawner.java | 8 +- .../npc/celebrity/event_ls_npc_spawner.java | 8 +- .../script/npc/celebrity/herald_spawner.java | 15 +- .../script/npc/celebrity/lifeday_spawner.java | 8 +- .../npc/celebrity/nym_goodie_dispenser.java | 8 +- .../stormtrooper_respect/overdue_fines.java | 13 - .../game/script/player/base/base_player.java | 67 +- .../game/script/player/live_conversions.java | 158 +- .../game/script/player/player_guild.java | 2 +- .../game/script/player/player_instance.java | 6 +- .../game/script/player/player_saga_quest.java | 11 +- .../game/script/player/player_travel.java | 22 +- .../game/script/player/player_utility.java | 14 - .../spawner_pirate_leader.java | 12 +- .../pgc/fan_faire_demo/spawner_fan_faire.java | 12 +- .../script/space/content_tools/spawner.java | 7 +- .../space/crafting/interior_component.java | 3 +- .../game/script/space/ship/ship_interior.java | 2 +- .../battlefield/battlefield_region.java | 11 +- .../script/systems/buff/buff_handler.java | 3 +- .../script/systems/combat/combat_base.java | 11 +- .../systems/combat/combat_mine_spawner.java | 13 +- .../droid/modules/interplanetary_survey.java | 8 - .../game/script/systems/gcw/flip_banner.java | 5 +- .../systems/gcw/flip_banner_onpole.java | 33 +- .../game/script/systems/gcw/gcw_city.java | 3 +- .../game/script/systems/gcw/player_pvp.java | 6 +- .../script/systems/gcw/pvp_battlefield.java | 20 +- .../systems/gcw/space/battle_controller.java | 109 +- .../systems/gcw/space/battle_spawner.java | 143 +- .../systems/gcw/static_base/base_spawner.java | 12 +- .../missions/dynamic/deliver_npc_spawner.java | 25 +- .../script/systems/spawning/spawn_base.java | 25 +- .../script/systems/spawning/spawn_master.java | 49 +- .../script/systems/spawning/spawner_area.java | 11 +- .../systems/spawning/spawner_patrol.java | 3 +- .../systems/spawning/spawner_random.java | 3 +- .../spawning/spawner_random_proxy.java | 3 +- .../events/anniversary_event_nyms.java | 29 +- .../systems/turret/generic_turret_ai.java | 3 +- .../game/script/systems/turret/turret_ai.java | 3 +- .../instant_travel_terminal_deed.java | 8 - .../script/terminal/gcw_supply_terminal.java | 4 +- .../terminal/terminal_character_builder.java | 11 +- .../terminal/terminal_kashyyyk_content.java | 11 +- .../game/script/terminal/terminal_travel.java | 10 +- .../terminal/terminal_travel_instant.java | 8 +- .../content/kazic_pendre_area_spawner.java | 12 +- .../u13_ponda_gungan_statue_spawner.java | 12 +- .../craft_armorsmith_droid.java | 5 +- .../craft_droidengineer_droid.java | 5 +- .../craft_jetpack_droid.java | 5 +- .../craft_tailor_droid.java | 5 +- .../dungeon/death_watch_bunker/leaving.java | 5 +- .../death_watch_bunker/loot_chest.java | 5 +- .../empire_day_interior_npc_spawner.java | 14 +- .../ep3_clone_relics_generic_spawner.java | 9 +- .../theme_park/dungeon/generic_spawner.java | 11 +- .../geonosian_madbio_bunker/leaving.java | 4 +- .../kashyyyk/bocctyyy_bet_spawner.java | 11 +- .../theme_park/kashyyyk/hracca_spawner.java | 16 +- .../rebel/rtp_han_solo_banners.java | 12 +- .../rebel/rtp_leia_crime_scene.java | 12 +- .../theme_park/rebel/rtp_luke_plants.java | 12 +- .../spawner_methods/gcw_spawner.java | 32 +- .../script/theme_park/warren/cell_guard.java | 5 +- .../script/theme_park/warren/doctor_knag.java | 3 +- .../script/theme_park/warren/trooper.java | 5 +- 148 files changed, 895 insertions(+), 6272 deletions(-) delete mode 100755 sku.0/sys.server/compiled/game/script/cureward/cureward.java delete mode 100755 sku.0/sys.server/compiled/game/script/hnguyen/cts_test2.java delete mode 100755 sku.0/sys.server/compiled/game/script/hnguyen/cwdm_test.java delete mode 100755 sku.0/sys.server/compiled/game/script/hnguyen/cwdm_test2.java delete mode 100755 sku.0/sys.server/compiled/game/script/hnguyen/initialize_starport.java delete mode 100755 sku.0/sys.server/compiled/game/script/hnguyen/online_jedi_test.java delete mode 100755 sku.0/sys.server/compiled/game/script/hnguyen/pvp_test.java delete mode 100755 sku.0/sys.server/compiled/game/script/hnguyen/sc_cts_test.java delete mode 100755 sku.0/sys.server/compiled/game/script/hnguyen/scriptvar_test.java create mode 100644 sku.0/sys.server/compiled/game/script/library/events.java diff --git a/sku.0/sys.server/compiled/game/script/ai/ai.java b/sku.0/sys.server/compiled/game/script/ai/ai.java index a6f1b99a6f..9e1cf94781 100755 --- a/sku.0/sys.server/compiled/game/script/ai/ai.java +++ b/sku.0/sys.server/compiled/game/script/ai/ai.java @@ -30,6 +30,11 @@ public ai() public static final string_id SID_GAVE_RECRUIT_ITEM = new string_id("collection", "gave_recruit_item"); public static final string_id SID_NPC_MEATLUMP_SPEAK = new string_id("collection", "npc_meatlump_speak"); public static final string_id SID_NO_RECRUIT_REB_IMP = new string_id("collection", "no_recruit_reb_imp"); + public static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); + public static final boolean AI_COMBAT_DISABLED = utils.checkConfigFlag("GameServer", "disableAICombat"); + public static final boolean AI_LOITER_DISABLED = utils.checkConfigFlag("GameServer", "disableAILoitering"); + public static final boolean AI_SCRIPTS_DISABLED = utils.checkConfigFlag("GameServer", "disableAI"); + public void initializeScript() throws InterruptedException { obj_id self = getSelf(); @@ -211,7 +216,7 @@ public void doDefaultCalmBehavior(obj_id npc) throws InterruptedException pathTo(npc, pathWaypoint); return; } - if (utils.checkConfigFlag("GameServer", "disableAILoitering")) + if (AI_LOITER_DISABLED) { LOGC(aiLoggingEnabled(npc), "debug_ai", "ai::doDefaultCalmBehavior() npc(" + npc + ") disableAILoitering"); return; diff --git a/sku.0/sys.server/compiled/game/script/ai/hunter.java b/sku.0/sys.server/compiled/game/script/ai/hunter.java index 53ce67d066..0fc1206a7e 100755 --- a/sku.0/sys.server/compiled/game/script/ai/hunter.java +++ b/sku.0/sys.server/compiled/game/script/ai/hunter.java @@ -14,7 +14,7 @@ public int OnAttach(obj_id self) throws InterruptedException { setAttributeInterested(self, attrib.HERBIVORE); setAttributeInterested(self, attrib.CARNIVORE); - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, ai_lib.aiGetApproachTriggerRange(self), true); } diff --git a/sku.0/sys.server/compiled/game/script/ai/monster.java b/sku.0/sys.server/compiled/game/script/ai/monster.java index 71a9bffe79..1aa4970695 100755 --- a/sku.0/sys.server/compiled/game/script/ai/monster.java +++ b/sku.0/sys.server/compiled/game/script/ai/monster.java @@ -13,7 +13,7 @@ public monster() public int OnAttach(obj_id self) throws InterruptedException { setAttributeInterested(self, attrib.NPC); - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, ai_lib.aiGetApproachTriggerRange(self), true); } diff --git a/sku.0/sys.server/compiled/game/script/ai/soldier.java b/sku.0/sys.server/compiled/game/script/ai/soldier.java index e8c2193152..84247a46d1 100755 --- a/sku.0/sys.server/compiled/game/script/ai/soldier.java +++ b/sku.0/sys.server/compiled/game/script/ai/soldier.java @@ -22,7 +22,7 @@ public int OnAttach(obj_id self) throws InterruptedException setAttributeInterested(self, attrib.THUG); setAttributeInterested(self, attrib.HERBIVORE); setAttributeInterested(self, attrib.CARNIVORE); - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ai_lib.ALERT_VOLUME_NAME, ai_lib.aiGetApproachTriggerRange(self), true); } @@ -142,7 +142,7 @@ public void doAgitateBehavior(obj_id npc, int behavior) throws InterruptedExcept { return; } - if (getConfigSetting("GameServer", "disableAICombat") != null) + if (ai.AI_COMBAT_DISABLED) { return; } diff --git a/sku.0/sys.server/compiled/game/script/ai/townperson.java b/sku.0/sys.server/compiled/game/script/ai/townperson.java index c14b352c78..b7621ba22c 100755 --- a/sku.0/sys.server/compiled/game/script/ai/townperson.java +++ b/sku.0/sys.server/compiled/game/script/ai/townperson.java @@ -19,7 +19,7 @@ public townperson() public static final String CREATURE_TABLE = "datatables/mob/creatures.iff"; public int OnAttach(obj_id self) throws InterruptedException { - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(SOCIAL_VOLUME, SOCIAL_RANGE, false); } @@ -53,7 +53,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnAddedToWorld(obj_id self) throws InterruptedException { utils.removeScriptVar(self, "ai.speaking"); - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(SOCIAL_VOLUME, SOCIAL_RANGE, false); } @@ -321,7 +321,7 @@ public int resumeDefaultCalmBehavior(obj_id self, dictionary params) throws Inte } public int OnSawAttack(obj_id self, obj_id defender, obj_id[] attackers) throws InterruptedException { - if (getConfigSetting("GameServer", "disableAICombat") != null) + if (ai.AI_COMBAT_DISABLED) { setWantSawAttackTriggers(self, false); return SCRIPT_OVERRIDE; diff --git a/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java b/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java index 0c8b1f379e..1e317d7b11 100755 --- a/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java +++ b/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java @@ -49,7 +49,7 @@ public int OnAiTetherStart(obj_id self) throws InterruptedException public int OnAiTetherComplete(obj_id self) throws InterruptedException { LOGC(aiLoggingEnabled(self), "debug_ai", "tusken_raider::OnAiTetherComplete() self(" + self + ":" + getName(self) + ")"); - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(SOCIAL_VOLUME, SOCIAL_RANGE, false); } @@ -273,7 +273,6 @@ public int OnBehaviorChange(obj_id self, int newBehavior, int oldBehavior, int[] } if (newBehavior >= BEHAVIOR_ALERT && newBehavior < BEHAVIOR_ATTACK) { - doAgitateBehavior(self, newBehavior); return SCRIPT_OVERRIDE; } return SCRIPT_CONTINUE; @@ -289,18 +288,6 @@ public int OnBehaviorChange(obj_id self, int newBehavior, int oldBehavior, int[] } return SCRIPT_CONTINUE; } - public void doAgitateBehavior(obj_id npc, int behavior) throws InterruptedException - { - if (isInvulnerable(npc)) - { - return; - } - if (getConfigSetting("GameServer", "disableAICombat") != null) - { - return; - } - return; - } public void followTusken(obj_id npc, obj_id target) throws InterruptedException { if (!isIncapacitated(npc)) diff --git a/sku.0/sys.server/compiled/game/script/city/bestine/museum_event_master.java b/sku.0/sys.server/compiled/game/script/city/bestine/museum_event_master.java index 3ea459a3f6..1e24373769 100755 --- a/sku.0/sys.server/compiled/game/script/city/bestine/museum_event_master.java +++ b/sku.0/sys.server/compiled/game/script/city/bestine/museum_event_master.java @@ -21,16 +21,13 @@ public int OnAttach(obj_id self) throws InterruptedException public int getMuseumEventDuration() throws InterruptedException { - String durationConfigSetting = getConfigSetting("BestineEvents", "MuseumEventDuration"); - int museumEventDuration = utils.stringToInt(durationConfigSetting); - if (museumEventDuration == 0 || museumEventDuration == -1) - { - museumEventDuration = 1209600; - } - return museumEventDuration; + return utils.getIntConfigSetting("BestineEvents", "museumEventDuration", 1209600); } public int beginBestineMuseumEvent(obj_id self, dictionary params) throws InterruptedException { + if(utils.checkConfigFlag("BestineEvents", "disableMuseumEvent")) { + return SCRIPT_CONTINUE; + } int museumEventNum = 1; if (hasObjVar(self, "bestine.museumEventEnded")) { diff --git a/sku.0/sys.server/compiled/game/script/city/bestine/politician_event_master.java b/sku.0/sys.server/compiled/game/script/city/bestine/politician_event_master.java index 558c704a77..7bf0847c61 100755 --- a/sku.0/sys.server/compiled/game/script/city/bestine/politician_event_master.java +++ b/sku.0/sys.server/compiled/game/script/city/bestine/politician_event_master.java @@ -16,16 +16,13 @@ public int OnAttach(obj_id self) throws InterruptedException } public int getElectionDuration() throws InterruptedException { - String durationConfigSetting = getConfigSetting("BestineEvents", "PoliticianEventDuration"); - int electionDuration = utils.stringToInt(durationConfigSetting); - if (electionDuration == 0 || electionDuration == -1) - { - electionDuration = 2592000; - } - return electionDuration; + return utils.getIntConfigSetting("BestineEvents", "politicianEventDuration", 2592000); } public int beginBestineElection(obj_id self, dictionary params) throws InterruptedException { + if(utils.checkConfigFlag("BestineEvents", "disablePoliticianEvent")) { + return SCRIPT_CONTINUE; + } int electionNum = 1; if (hasObjVar(self, "bestine.electionEnded")) { diff --git a/sku.0/sys.server/compiled/game/script/city/guard_spawner.java b/sku.0/sys.server/compiled/game/script/city/guard_spawner.java index 5b1c896f1e..8bb444f838 100755 --- a/sku.0/sys.server/compiled/game/script/city/guard_spawner.java +++ b/sku.0/sys.server/compiled/game/script/city/guard_spawner.java @@ -13,6 +13,8 @@ public guard_spawner() { } public static final String guardTable = "datatables/npc/guard_spawner/guard.iff"; + public static final boolean EMPIRE_DAY_RUNNING = utils.checkConfigFlag("GameServer", "empireday_ceremony"); + public int OnAttach(obj_id self) throws InterruptedException { messageTo(self, "checkForStart", null, 3, false); @@ -33,8 +35,7 @@ public int OnInitialize(obj_id self) throws InterruptedException } else if (city.equals("theed")) { - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - if (empiredayRunning != null && (empiredayRunning.equals("true") || empiredayRunning.equals("1"))) + if (EMPIRE_DAY_RUNNING) { utils.setScriptVar(self, "OFF", "DUE TO EMPIRE DAY"); return SCRIPT_CONTINUE; @@ -294,19 +295,15 @@ public String getGuardArea(obj_id self) throws InterruptedException String test_city = city; if (planet.equals("naboo") || planet.equals("corellia")) { - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - if (empiredayRunning != null) + if (EMPIRE_DAY_RUNNING) { - if (empiredayRunning.equals("true") || empiredayRunning.equals("1")) + if (city.equals("coronet")) + { + return test_city + "_rebel_hard"; + } + else if (city.equals("theed")) { - if (city.equals("coronet")) - { - return test_city + "_rebel_hard"; - } - else if (city.equals("theed")) - { - return test_city + "_imperial_hard"; - } + return test_city + "_imperial_hard"; } } } diff --git a/sku.0/sys.server/compiled/game/script/city/imperial_crackdown/crackdown_cantina.java b/sku.0/sys.server/compiled/game/script/city/imperial_crackdown/crackdown_cantina.java index 8e3e943b5c..9a7004d281 100755 --- a/sku.0/sys.server/compiled/game/script/city/imperial_crackdown/crackdown_cantina.java +++ b/sku.0/sys.server/compiled/game/script/city/imperial_crackdown/crackdown_cantina.java @@ -53,17 +53,10 @@ public int doTroubleCheck(obj_id self, dictionary params) throws InterruptedExce } else { - String trouble = getConfigSetting("Imperial Crackdown", "troubleChance"); - int chanceOfTrouble = utils.stringToInt(trouble); - if (chanceOfTrouble == 0 || chanceOfTrouble == -1) - { - chanceOfTrouble = 20; - } - int rollForTrouble = rand(1, 100); - if (rollForTrouble < chanceOfTrouble) + int chanceOfTrouble = utils.getIntConfigSetting("EventTeam", "crackdownTroubleChance", 20); + if (rand(1, 100) < chanceOfTrouble) { messageTo(self, "createTrouble", null, 15, false); - return SCRIPT_CONTINUE; } else { @@ -71,8 +64,8 @@ public int doTroubleCheck(obj_id self, dictionary params) throws InterruptedExce { removeObjVar(self, "checkingForTrouble"); } - return SCRIPT_CONTINUE; } + return SCRIPT_CONTINUE; } } public int createTrouble(obj_id self, dictionary params) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/content_tools/interior_buildout.java b/sku.0/sys.server/compiled/game/script/content_tools/interior_buildout.java index 6ebb6ac8e3..e94f2ae596 100755 --- a/sku.0/sys.server/compiled/game/script/content_tools/interior_buildout.java +++ b/sku.0/sys.server/compiled/game/script/content_tools/interior_buildout.java @@ -1,6 +1,7 @@ package script.content_tools; import script.dictionary; +import script.library.space_flags; import script.library.utils; import script.obj_id; import script.transform; @@ -13,6 +14,7 @@ public class interior_buildout extends script.base_script public interior_buildout() { } + public int OnInitialize(obj_id self) throws InterruptedException { dictionary dctParams = new dictionary(); @@ -80,7 +82,7 @@ public int OnPreloadComplete(obj_id self) throws InterruptedException utils.setScriptVar(self, strLocationList[intI] + "Cells", objCells); } } - if (!utils.checkConfigFlag("ScriptFlags", "liveSpaceServer")) + if (space_flags.LIVE_SPACE_SERVER_MODE_OFF) { obj_id objTest = createObject(strTemplates[intI], tr, objCell); if (!strObjVars[intI].equals("")) diff --git a/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java b/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java index 1cd91004e3..8b1ad44950 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java @@ -23,12 +23,7 @@ public boolean boba_fett_condition_AcknowledgeCheck(obj_id player, obj_id npc) t } public boolean boba_fett_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Death_Watch"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.DEATH_WATCH_DUNGEON_ENABLED; } public boolean boba_fett_condition_hasCompletedQuestOne(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_bronell_neutral_assassin.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_bronell_neutral_assassin.java index 5b2c52bbbb..42c601b1ee 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_bronell_neutral_assassin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_bronell_neutral_assassin.java @@ -75,12 +75,7 @@ public boolean corvette_bronell_neutral_assassin_condition_isOnQuest(obj_id play } public boolean corvette_bronell_neutral_assassin_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Neutral"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.CORVETTE_NEUTRAL_DUNGEON_ENABLED; } public boolean corvette_bronell_neutral_assassin_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_bruce_neutral_destroy.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_bruce_neutral_destroy.java index 156005575a..53199fdc40 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_bruce_neutral_destroy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_bruce_neutral_destroy.java @@ -75,12 +75,7 @@ public boolean corvette_bruce_neutral_destroy_condition_isOnQuest(obj_id player, } public boolean corvette_bruce_neutral_destroy_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Neutral"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.CORVETTE_NEUTRAL_DUNGEON_ENABLED; } public boolean corvette_bruce_neutral_destroy_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java index 1abe671b0d..205a4f1f6b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java @@ -80,12 +80,7 @@ public boolean corvette_colonel_imperial1_condition_isOnQuest(obj_id player, obj } public boolean corvette_colonel_imperial1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Imperial"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.CORVETTE_IMPERIAL_DUNGEON_ENABLED; } public boolean corvette_colonel_imperial1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java index d42a39f29a..87632616e0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java @@ -80,12 +80,7 @@ public boolean corvette_crowley_rebel1_condition_isOnQuest(obj_id player, obj_id } public boolean corvette_crowley_rebel1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Rebel"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.CORVETTE_REBEL_DUNGEON_ENABLED; } public boolean corvette_crowley_rebel1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java index df2c280091..e4d0533138 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java @@ -15,8 +15,7 @@ public boolean corvette_imperial_pilot_condition__defaultCondition(obj_id player } public boolean corvette_imperial_pilot_condition_hasImperialTicket(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Imperial"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) + if (!instance.CORVETTE_IMPERIAL_DUNGEON_ENABLED) { return false; } diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_neutral_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_neutral_pilot.java index dcfd7bc9c7..064a9821f6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_neutral_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_neutral_pilot.java @@ -1,9 +1,6 @@ package script.conversation; -import script.library.ai_lib; -import script.library.chat; -import script.library.group; -import script.library.space_dungeon; +import script.library.*; import script.*; public class corvette_neutral_pilot extends script.base_script @@ -18,8 +15,7 @@ public boolean corvette_neutral_pilot_condition__defaultCondition(obj_id player, } public boolean corvette_neutral_pilot_condition_hasNeutralTicket(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Neutral"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) + if (!instance.CORVETTE_NEUTRAL_DUNGEON_ENABLED) { return false; } diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java index da897fe88a..c71d7d799e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java @@ -80,12 +80,7 @@ public boolean corvette_pashna_rebel1_condition_isOnQuest(obj_id player, obj_id } public boolean corvette_pashna_rebel1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Rebel"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.CORVETTE_REBEL_DUNGEON_ENABLED; } public boolean corvette_pashna_rebel1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_rebel_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_rebel_pilot.java index 91a47327bc..a29a86ae12 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_rebel_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_rebel_pilot.java @@ -15,8 +15,7 @@ public boolean corvette_rebel_pilot_condition__defaultCondition(obj_id player, o } public boolean corvette_rebel_pilot_condition_hasRebelTicket(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Rebel"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) + if (!instance.CORVETTE_REBEL_DUNGEON_ENABLED) { return false; } diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java index 35b63f281f..8e9c929cef 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java @@ -80,12 +80,7 @@ public boolean corvette_sabol_imperial1_condition_isOnQuest(obj_id player, obj_i } public boolean corvette_sabol_imperial1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Imperial"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.CORVETTE_IMPERIAL_DUNGEON_ENABLED; } public boolean corvette_sabol_imperial1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_tallon_rebel1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_tallon_rebel1.java index 2b9a957d7d..61a3ffe088 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_tallon_rebel1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_tallon_rebel1.java @@ -80,12 +80,7 @@ public boolean corvette_tallon_rebel1_condition_isOnQuest(obj_id player, obj_id } public boolean corvette_tallon_rebel1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Rebel"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.CORVETTE_REBEL_DUNGEON_ENABLED; } public boolean corvette_tallon_rebel1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java index 822c284638..9972134f86 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java @@ -84,12 +84,7 @@ public boolean corvette_velso_imperial_destroy_condition_notImperial(obj_id play } public boolean corvette_velso_imperial_destroy_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Imperial"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.CORVETTE_IMPERIAL_DUNGEON_ENABLED; } public boolean corvette_velso_imperial_destroy_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java index dc9ae9fbb4..abfef20a72 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java @@ -75,12 +75,7 @@ public boolean corvette_yondalla_neutral_rescue_condition_isOnQuest(obj_id playe } public boolean corvette_yondalla_neutral_rescue_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Corellian_Corvette_Neutral"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.CORVETTE_NEUTRAL_DUNGEON_ENABLED; } public boolean corvette_yondalla_neutral_rescue_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/death_watch_imperial_herald.java b/sku.0/sys.server/compiled/game/script/conversation/death_watch_imperial_herald.java index e26c5b00e5..f688cd3938 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/death_watch_imperial_herald.java +++ b/sku.0/sys.server/compiled/game/script/conversation/death_watch_imperial_herald.java @@ -1,9 +1,6 @@ package script.conversation; -import script.library.ai_lib; -import script.library.chat; -import script.library.factions; -import script.library.utils; +import script.library.*; import script.*; public class death_watch_imperial_herald extends script.base_script @@ -43,12 +40,7 @@ public boolean death_watch_imperial_herald_condition_RewardCheck(obj_id player, } public boolean death_watch_imperial_herald_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Death_Watch"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.DEATH_WATCH_DUNGEON_ENABLED; } public boolean death_watch_imperial_herald_condition_QuestComplete(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/death_watch_rebel_herald.java b/sku.0/sys.server/compiled/game/script/conversation/death_watch_rebel_herald.java index 9753b211fb..a2914bc826 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/death_watch_rebel_herald.java +++ b/sku.0/sys.server/compiled/game/script/conversation/death_watch_rebel_herald.java @@ -4,6 +4,7 @@ import script.library.chat; import script.library.factions; import script.*; +import script.library.instance; public class death_watch_rebel_herald extends script.base_script { @@ -71,12 +72,7 @@ public boolean death_watch_rebel_herald_condition_Questcomplete(obj_id player, o } public boolean death_watch_rebel_herald_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - String isDungeonActive = getConfigSetting("Dungeon", "Death_Watch"); - if (isDungeonActive == null || isDungeonActive.equals("false") || isDungeonActive.equals("0")) - { - return true; - } - return false; + return !instance.DEATH_WATCH_DUNGEON_ENABLED; } public void death_watch_rebel_herald_action_RescueandReward(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/creature/sarlacc.java b/sku.0/sys.server/compiled/game/script/creature/sarlacc.java index 12a916eb64..5ac58ef886 100755 --- a/sku.0/sys.server/compiled/game/script/creature/sarlacc.java +++ b/sku.0/sys.server/compiled/game/script/creature/sarlacc.java @@ -34,7 +34,7 @@ public int OnTriggerVolumeEntered(obj_id self, String volumeName, obj_id whoTrig { if (volumeName.equals("sarlaccBreach")) { - if (!isPlayer(whoTriggeredMe)) + if (!isPlayer(whoTriggeredMe) || isGod(whoTriggeredMe)) { return SCRIPT_CONTINUE; } @@ -61,7 +61,7 @@ public int OnTriggerVolumeEntered(obj_id self, String volumeName, obj_id whoTrig } else if (volumeName.equals("sarlaccPreBreach")) { - if (!isPlayer(whoTriggeredMe)) + if (!isPlayer(whoTriggeredMe) || isGod(whoTriggeredMe)) { return SCRIPT_CONTINUE; } @@ -84,7 +84,7 @@ public int poisonArea(obj_id self, dictionary params) throws InterruptedExceptio if (contents != null) { for (obj_id content : contents) { - if (isPlayer(content)) { + if (isPlayer(content) && !isGod(content)) { playerHint = 1; if (bile == 0) { bile = 1; diff --git a/sku.0/sys.server/compiled/game/script/cureward/cureward.java b/sku.0/sys.server/compiled/game/script/cureward/cureward.java deleted file mode 100755 index 496fce3e1c..0000000000 --- a/sku.0/sys.server/compiled/game/script/cureward/cureward.java +++ /dev/null @@ -1,59 +0,0 @@ -package script.cureward; - -import script.dictionary; -import script.obj_id; - -public class cureward extends script.base_script -{ - public cureward() - { - } - public int OnAttach(obj_id self) throws InterruptedException - { - if (getConfigSetting("GameServer", "combatUpgradeReward") == null) - { - return SCRIPT_CONTINUE; - } - if (!createRewards(self)) - { - messageTo(self, "handleRetryRewardNextLogin", null, 1, false); - } - return SCRIPT_CONTINUE; - } - public int OnInitialize(obj_id self) throws InterruptedException - { - if (getConfigSetting("GameServer", "combatUpgradeReward") == null) - { - detachScript(self, "cureward.cureward"); - } - return SCRIPT_CONTINUE; - } - public boolean createRewards(obj_id self) throws InterruptedException - { - int bornOnDate = getPlayerBirthDate(self); - if (bornOnDate > 1579) - { - return true; - } - String cuRewardOption = getConfigSetting("GameServer", "combatUpgradeReward"); - obj_id reward = createObjectInInventoryAllowOverload("object/tangible/event_perk/frn_loyalty_award_plaque_silver.iff", self); - if (!isIdValid(reward)) - { - return false; - } - if (cuRewardOption.equals("2")) - { - reward = createObjectInInventoryAllowOverload("object/tangible/event_perk/frn_loyalty_award_plaque_gold.iff", self); - if (!isIdValid(reward)) - { - return false; - } - } - return true; - } - public int handleRetryRewardNextLogin(obj_id self, dictionary params) throws InterruptedException - { - detachScript(self, "cureward.cureward"); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/event/aprilfools/cantina_controller.java b/sku.0/sys.server/compiled/game/script/event/aprilfools/cantina_controller.java index e43771ff09..0a8ce01ff8 100755 --- a/sku.0/sys.server/compiled/game/script/event/aprilfools/cantina_controller.java +++ b/sku.0/sys.server/compiled/game/script/event/aprilfools/cantina_controller.java @@ -1,10 +1,7 @@ package script.event.aprilfools; import script.dictionary; -import script.library.ai_lib; -import script.library.chat; -import script.library.create; -import script.library.utils; +import script.library.*; import script.location; import script.obj_id; import script.string_id; @@ -28,8 +25,7 @@ public cantina_controller() } public int OnInitialize(obj_id self) throws InterruptedException { - String setting = getConfigSetting("GameServer", "foolsDay"); - if (setting == null || setting.equals("") || !setting.equals("true")) + if (!events.isEventActive(events.FOOLS_DAY)) { return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/event/aprilfools/starport_april_fools.java b/sku.0/sys.server/compiled/game/script/event/aprilfools/starport_april_fools.java index a91ef55937..d16d294633 100755 --- a/sku.0/sys.server/compiled/game/script/event/aprilfools/starport_april_fools.java +++ b/sku.0/sys.server/compiled/game/script/event/aprilfools/starport_april_fools.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.events; import script.library.utils; import script.location; import script.obj_id; @@ -21,36 +22,21 @@ public starport_april_fools() public static final String SPAWN_DATATABLE = "datatables/event/aprilfools/aprilfools09.iff"; public int OnInitialize(obj_id self) throws InterruptedException { + if(!events.isEventActive(events.FOOLS_DAY)) { + return SCRIPT_CONTINUE; + } setObjVar(self, LAST_SPAWN, 0); messageTo(self, "heartbeat", null, 60.0f, false); return SCRIPT_CONTINUE; } public int heartbeat(obj_id self, dictionary params) throws InterruptedException { - String foolsDayRunning = getConfigSetting("GameServer", "foolsDay"); - if(foolsDayRunning == null || foolsDayRunning.equals("false") || foolsDayRunning.equals("0")){ - return SCRIPT_CONTINUE; - } - if (foolsDayRunning.length() <= 0) - { + int currentTime = getCalendarTime(); + if(!events.isEventRunning(events.FOOLS_DAY)) { + messageTo(self, "cleanupCreatures", null, 0.0f, false); messageTo(self, "heartbeat", null, 60.0f, false); return SCRIPT_CONTINUE; } - Calendar cal = Calendar.getInstance(); - int currentTime = getCalendarTime(); - int midnightOnAprilFoolsDay = getCalendarTime(cal.get(Calendar.YEAR), 4, 1, 0, 0, 0); - int midnightOnDayAfterAprilFools = getCalendarTime(cal.get(Calendar.YEAR), 4, 2, 0, 0, 0); - String forceAprilFools = getConfigSetting("EventTeam", "forceFoolsDay"); - if (forceAprilFools == null || forceAprilFools.length() <= 0) - { - LOG("AprilFools", "Fools day is being forced into the April Fools real 24 hour period because the [EventTeam] forceFoolsDay setting is null or not set."); - if (currentTime < midnightOnAprilFoolsDay || currentTime > midnightOnDayAfterAprilFools) - { - messageTo(self, "cleanupCreatures", null, 0.0f, false); - messageTo(self, "heartbeat", null, 60.0f, false); - return SCRIPT_CONTINUE; - } - } if (!hasObjVar(self, CITY_OBJVAR)) { LOG("AprilFools", "No City ObjVar, bailing."); @@ -64,9 +50,9 @@ public int heartbeat(obj_id self, dictionary params) throws InterruptedException LOG("AprilFools", "Failed to open table " + spawnDatatable); return SCRIPT_CONTINUE; } - int spawnTime = 60 * 60; - int configTime = utils.stringToInt(getConfigSetting("GameServer", "foolsDayTimer")); - if (configTime >= 0) + int spawnTime = 3600; + int configTime = utils.getIntConfigSetting("GameServer", "foolsDayTimer"); + if (configTime >= 1) { spawnTime = configTime * 60; } diff --git a/sku.0/sys.server/compiled/game/script/event/emp_day/firework_show.java b/sku.0/sys.server/compiled/game/script/event/emp_day/firework_show.java index 3c60cd698d..83f0f0cbcb 100755 --- a/sku.0/sys.server/compiled/game/script/event/emp_day/firework_show.java +++ b/sku.0/sys.server/compiled/game/script/event/emp_day/firework_show.java @@ -2,6 +2,7 @@ import script.dictionary; import script.library.create; +import script.library.events; import script.library.firework; import script.library.utils; import script.obj_id; @@ -14,8 +15,7 @@ public firework_show() } public int OnInitialize(obj_id self) throws InterruptedException { - String setting = getConfigSetting("EventTeam", "empireDay"); - if (setting == null || setting.equals("") || !setting.equals("true")) + if (!events.isEventActive(events.EMPIRE_DAY)) { return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/event/ewok_festival/loveday_disillusion_blaire_spawner.java b/sku.0/sys.server/compiled/game/script/event/ewok_festival/loveday_disillusion_blaire_spawner.java index b08bec8cf9..9aa0ba4367 100755 --- a/sku.0/sys.server/compiled/game/script/event/ewok_festival/loveday_disillusion_blaire_spawner.java +++ b/sku.0/sys.server/compiled/game/script/event/ewok_festival/loveday_disillusion_blaire_spawner.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.events; import script.library.utils; import script.location; import script.obj_id; @@ -28,16 +29,7 @@ public int spawnDisillusionedCupid(obj_id self, dictionary params) throws Interr { location spawnerLoc = getLocation(self); float spawnerYaw = getYaw(self); - boolean spawnBlaire = false; - String lovedayRunning = getConfigSetting("GameServer", "loveday"); - if (lovedayRunning != null && lovedayRunning.length() > 0) - { - if (lovedayRunning.equals("true") || lovedayRunning.equals("1")) - { - spawnBlaire = true; - } - } - if (spawnBlaire) + if (events.isEventActive(events.EWOK_FESTIVAL_OF_LOVE)) // spawn blaire { obj_id blaire = create.object("loveday_ewok_disillusion_blaire", spawnerLoc); if (isIdValid(blaire)) diff --git a/sku.0/sys.server/compiled/game/script/event/gcwraids/gcwraid.java b/sku.0/sys.server/compiled/game/script/event/gcwraids/gcwraid.java index e894f70731..e22a4e155a 100755 --- a/sku.0/sys.server/compiled/game/script/event/gcwraids/gcwraid.java +++ b/sku.0/sys.server/compiled/game/script/event/gcwraids/gcwraid.java @@ -1,10 +1,7 @@ package script.event.gcwraids; import script.dictionary; -import script.library.badge; -import script.library.create; -import script.library.gcw; -import script.library.locations; +import script.library.*; import script.location; import script.obj_id; import script.string_id; @@ -29,8 +26,7 @@ public int OnInitialize(obj_id self) throws InterruptedException { attachScript(self, "systems.gcw.gcw_data_updater"); } - String setting = getConfigSetting("EventTeam", "gcwraid"); - if (setting == null || setting.equals("") || !setting.equals("true")) + if (!utils.checkConfigFlag("EventTeam", "gcwraid")) { return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/event/generic_raid/generic_raid.java b/sku.0/sys.server/compiled/game/script/event/generic_raid/generic_raid.java index c092920ce8..2c87db8b00 100755 --- a/sku.0/sys.server/compiled/game/script/event/generic_raid/generic_raid.java +++ b/sku.0/sys.server/compiled/game/script/event/generic_raid/generic_raid.java @@ -4,6 +4,7 @@ import script.library.badge; import script.library.create; import script.library.locations; +import script.library.utils; import script.location; import script.obj_id; import script.string_id; @@ -16,8 +17,7 @@ public generic_raid() public static final String DATATABLE = "datatables/event/generic_raid/city_data.iff"; public int OnInitialize(obj_id self) throws InterruptedException { - String setting = getConfigSetting("EventTeam", "genericRaids"); - if (setting == null || setting.equals("") || !setting.equals("true")) + if (utils.checkConfigFlag("EventTeam", "genericRaids")) { return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/event/holiday_controller.java b/sku.0/sys.server/compiled/game/script/event/holiday_controller.java index 1b9575a4e7..95d834428c 100755 --- a/sku.0/sys.server/compiled/game/script/event/holiday_controller.java +++ b/sku.0/sys.server/compiled/game/script/event/holiday_controller.java @@ -1,6 +1,7 @@ package script.event; import script.dictionary; +import script.library.events; import script.library.holiday; import script.library.utils; import script.obj_id; @@ -10,6 +11,12 @@ public class holiday_controller extends script.base_script public holiday_controller() { } + + public static final boolean GALACTIC_MOON_FESTIVAL_ENABLED = events.isEventActive(events.GALACTIC_MOON_FESTIVAL); + public static final boolean LIFEDAY_ENABLED = events.isEventActive(events.LIFEDAY); + public static final boolean EWOK_FESTIVAL_OF_LOVE_ENABLED = events.isEventActive(events.EWOK_FESTIVAL_OF_LOVE); + public static final boolean EMPIRE_DAY_ENABLED = events.isEventActive(events.EMPIRE_DAY); + public int OnInitialize(obj_id self) throws InterruptedException { CustomerServiceLog("holidayEvent", "holiday_controller.OnInitialize planet initialized, holiday controller called."); @@ -38,11 +45,7 @@ public int OnGetAttributes(obj_id self, obj_id player, String[] names, String[] { return SCRIPT_CONTINUE; } - String halloweenRunning = getConfigSetting("GameServer", "halloween"); - String lifedayRunning = getConfigSetting("GameServer", "lifeday"); - String lovedayRunning = getConfigSetting("GameServer", "loveday"); - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - if (halloweenRunning != null && (halloweenRunning.equals("true") || halloweenRunning.equals("1"))) + if (GALACTIC_MOON_FESTIVAL_ENABLED) { names[idx] = "holiday_event"; attribs[idx] = "Halloween Event Running = True"; @@ -54,7 +57,7 @@ public int OnGetAttributes(obj_id self, obj_id player, String[] names, String[] attribs[idx] = "Halloween Event Running = False"; idx++; } - if (lifedayRunning != null && (lifedayRunning.equals("true") || lifedayRunning.equals("1"))) + if (LIFEDAY_ENABLED) { names[idx] = "holiday_event"; attribs[idx] = "Life Day Event Running = True"; @@ -66,7 +69,7 @@ public int OnGetAttributes(obj_id self, obj_id player, String[] names, String[] attribs[idx] = "Life Day Event Running = False"; idx++; } - if (lovedayRunning != null && (lovedayRunning.equals("true") || lovedayRunning.equals("1"))) + if (EWOK_FESTIVAL_OF_LOVE_ENABLED) { names[idx] = "holiday_event"; attribs[idx] = "Love Day Event Running = True"; @@ -78,7 +81,7 @@ public int OnGetAttributes(obj_id self, obj_id player, String[] names, String[] attribs[idx] = "Love Day Event Running = False"; idx++; } - if (empiredayRunning != null && (empiredayRunning.equals("true") || empiredayRunning.equals("1"))) + if (EMPIRE_DAY_ENABLED) { names[idx] = "holiday_event"; attribs[idx] = "Empire Day Event Running = True"; @@ -99,59 +102,55 @@ public int OnHearSpeech(obj_id self, obj_id speaker, String text) throws Interru String universeWideEvents = getCurrentUniverseWideEvents(); int halloween = universeWideEvents.indexOf("halloween"); - String halloweenRunning = getConfigSetting("GameServer", "halloween"); int lifeday = universeWideEvents.indexOf("lifeday"); - String lifedayRunning = getConfigSetting("GameServer", "lifeday"); int loveday = universeWideEvents.indexOf("loveday"); - String lovedayRunning = getConfigSetting("GameServer", "loveday"); int empireday = universeWideEvents.indexOf("empireday_ceremony"); - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); switch (text) { case "halloweenStart": - startHolidayEvent(speaker, "halloween", halloweenRunning, halloween); + startHolidayEvent(speaker, "halloween", GALACTIC_MOON_FESTIVAL_ENABLED, halloween); return SCRIPT_OVERRIDE; case "halloweenStop": - stopHolidayEvent(speaker, "halloween", halloweenRunning, halloween); + stopHolidayEvent(speaker, "halloween", GALACTIC_MOON_FESTIVAL_ENABLED, halloween); return SCRIPT_OVERRIDE; case "halloweenStartForReals": - startHolidayEventForReals(speaker, "halloween", halloweenRunning); + startHolidayEventForReals(speaker, "halloween", GALACTIC_MOON_FESTIVAL_ENABLED); return SCRIPT_OVERRIDE; case "halloweenStopForReals": stopHolidayEventForReals(speaker, "halloween"); return SCRIPT_OVERRIDE; case "lifedayStart": - startHolidayEvent(speaker, "lifeday", lifedayRunning, lifeday); + startHolidayEvent(speaker, "lifeday", LIFEDAY_ENABLED, lifeday); return SCRIPT_OVERRIDE; case "lifedayStop": - stopHolidayEvent(speaker, "lifeday", lifedayRunning, lifeday); + stopHolidayEvent(speaker, "lifeday", LIFEDAY_ENABLED, lifeday); return SCRIPT_OVERRIDE; case "lifedayStartForReals": - startHolidayEventForReals(speaker, "lifeday", lifedayRunning); + startHolidayEventForReals(speaker, "lifeday", LIFEDAY_ENABLED); return SCRIPT_OVERRIDE; case "lifedayStopForReals": stopHolidayEventForReals(speaker, "lifeday"); return SCRIPT_OVERRIDE; case "lovedayStart": - startHolidayEvent(speaker, "loveday", lovedayRunning, loveday); + startHolidayEvent(speaker, "loveday", EWOK_FESTIVAL_OF_LOVE_ENABLED, loveday); return SCRIPT_OVERRIDE; case "lovedayStop": - stopHolidayEvent(speaker, "loveday", lovedayRunning, loveday); + stopHolidayEvent(speaker, "loveday", EWOK_FESTIVAL_OF_LOVE_ENABLED, loveday); return SCRIPT_OVERRIDE; case "lovedayStartForReals": - startHolidayEventForReals(speaker, "loveday", lovedayRunning); + startHolidayEventForReals(speaker, "loveday", EWOK_FESTIVAL_OF_LOVE_ENABLED); return SCRIPT_OVERRIDE; case "lovedayStopForReals": stopHolidayEventForReals(speaker, "loveday"); return SCRIPT_OVERRIDE; case "empiredayStart": - startHolidayEvent(speaker, "empireday_ceremony", empiredayRunning, empireday); + startHolidayEvent(speaker, "empireday_ceremony", EMPIRE_DAY_ENABLED, empireday); return SCRIPT_OVERRIDE; case "empiredayStop": - stopHolidayEvent(speaker, "empireday_ceremony", empiredayRunning, empireday); + stopHolidayEvent(speaker, "empireday_ceremony", EMPIRE_DAY_ENABLED, empireday); return SCRIPT_OVERRIDE; case "empiredayStartForReals": - startHolidayEventForReals(speaker, "empireday_ceremony", empiredayRunning); + startHolidayEventForReals(speaker, "empireday_ceremony", EMPIRE_DAY_ENABLED); return SCRIPT_OVERRIDE; case "empiredayStopForReals": stopHolidayEventForReals(speaker, "empireday_ceremony"); @@ -166,14 +165,13 @@ public int OnAboutToBeTransferred(obj_id self, obj_id destContainer, obj_id tran return SCRIPT_OVERRIDE; } - private void startHolidayEvent(obj_id speaker, String holidayName, String holidayRunning, int holidayStatus) throws InterruptedException + private void startHolidayEvent(obj_id speaker, String holidayName, boolean holidayRunning, int holidayStatus) throws InterruptedException { - if (holidayRunning == null) + if (!holidayRunning) { sendSystemMessageTestingOnly(speaker, "Server config is not marked as " + holidayName + " running"); - return; } - if (holidayRunning.equals("true") || holidayRunning.equals("1")) + else { if (holidayStatus > -1) { @@ -186,22 +184,21 @@ private void startHolidayEvent(obj_id speaker, String holidayName, String holida } } } - private void startHolidayEventForReals(obj_id speaker, String holidayName, String holidayRunning) throws InterruptedException + private void startHolidayEventForReals(obj_id speaker, String holidayName, boolean holidayRunning) throws InterruptedException { - if (holidayRunning == null) + if (!holidayRunning) { sendSystemMessageTestingOnly(speaker, "Server config is not marked as " + holidayName + " running"); - return; } - if (holidayRunning.equals("true") || holidayRunning.equals("1")) + else { sendSystemMessageTestingOnly(speaker, holidayName + " started."); startUniverseWideEvent(holidayName); } } - private void stopHolidayEvent(obj_id speaker, String holidayName, String holidayRunning, int holidayStatus) throws InterruptedException + private void stopHolidayEvent(obj_id speaker, String holidayName, boolean holidayRunning, int holidayStatus) throws InterruptedException { - if (holidayRunning.equals("true") || holidayRunning.equals("1")) + if (holidayRunning) { sendSystemMessageTestingOnly(speaker, "Server config is marked as " + holidayName + " running. If you are sure that it should not be running anyway, say " + holidayName + "StopForReals"); } @@ -216,9 +213,8 @@ public int halloweenServerStart(obj_id self, dictionary params) throws Interrupt CustomerServiceLog("holidayEvent", "holiday_controller.halloweenServerStart Halloween event handler called."); String halloweenString = getCurrentUniverseWideEvents(); int halloween = halloweenString.indexOf("halloween"); - String halloweenRunning = getConfigSetting("GameServer", "halloween"); - CustomerServiceLog("holidayEvent", "holiday_controller.halloweenServerStart halloweenString: " + halloweenString + " halloween: " + halloween + " halloweenRunning: " + halloweenRunning); - if (halloweenRunning == null) + CustomerServiceLog("holidayEvent", "holiday_controller.halloweenServerStart halloweenString: " + halloweenString + " halloween: " + halloween + " halloweenRunning: " + GALACTIC_MOON_FESTIVAL_ENABLED); + if (!GALACTIC_MOON_FESTIVAL_ENABLED) { CustomerServiceLog("holidayEvent", "holiday_controller.halloweenServerStart Halloween event is either not running or not in the server configs."); if (halloween > -1) @@ -226,7 +222,7 @@ public int halloweenServerStart(obj_id self, dictionary params) throws Interrupt stopUniverseWideEvent("halloween"); } } - else if (halloweenRunning.equals("true") || halloweenRunning.equals("1")) + else { if (halloween < 0) { @@ -247,9 +243,8 @@ public int lifedayServerStart(obj_id self, dictionary params) throws Interrupted CustomerServiceLog("holidayEvent", "holiday_controller.lifedayServerStart Life Day event handler called."); String lifedayString = getCurrentUniverseWideEvents(); int lifeday = lifedayString.indexOf("lifeday"); - String lifedayRunning = getConfigSetting("GameServer", "lifeday"); - CustomerServiceLog("holidayEvent", "holiday_controller.lifedayServerStart lifedayString: " + lifedayString + " lifeday: " + lifeday + " lifedayRunning: " + lifedayRunning); - if (lifedayRunning == null) + CustomerServiceLog("holidayEvent", "holiday_controller.lifedayServerStart lifedayString: " + lifedayString + " lifeday: " + lifeday + " lifedayRunning: " + LIFEDAY_ENABLED); + if (!LIFEDAY_ENABLED) { CustomerServiceLog("holidayEvent", "holiday_controller.lifedayServerStart event is either not running or not in the server configs."); if (lifeday > -1) @@ -257,7 +252,7 @@ public int lifedayServerStart(obj_id self, dictionary params) throws Interrupted stopUniverseWideEvent("lifeday"); } } - else if (lifedayRunning.equals("true") || lifedayRunning.equals("1")) + else { if (lifeday < 0) { @@ -278,9 +273,8 @@ public int lovedayServerStart(obj_id self, dictionary params) throws Interrupted CustomerServiceLog("holidayEvent", "holiday_controller.lovedayServerStart Love Day event handler called."); String lovedayString = getCurrentUniverseWideEvents(); int loveday = lovedayString.indexOf("loveday"); - String lovedayRunning = getConfigSetting("GameServer", "loveday"); - CustomerServiceLog("holidayEvent", "holiday_controller.lovedayServerStart lovedayString: " + lovedayString + " loveday: " + loveday + " lovedayRunning: " + lovedayRunning); - if (lovedayRunning == null) + CustomerServiceLog("holidayEvent", "holiday_controller.lovedayServerStart lovedayString: " + lovedayString + " loveday: " + loveday + " lovedayRunning: " + EWOK_FESTIVAL_OF_LOVE_ENABLED); + if (!EWOK_FESTIVAL_OF_LOVE_ENABLED) { CustomerServiceLog("holidayEvent", "holiday_controller.lovedayServerStart event is either not running or not in the server configs."); if (loveday > -1) @@ -288,7 +282,7 @@ public int lovedayServerStart(obj_id self, dictionary params) throws Interrupted stopUniverseWideEvent("loveday"); } } - else if (lovedayRunning.equals("true") || lovedayRunning.equals("1")) + else { if (loveday < 0) { @@ -309,9 +303,8 @@ public int empiredayServerStart(obj_id self, dictionary params) throws Interrupt CustomerServiceLog("holidayEvent", "holiday_controller.empiredayServerStart Empire Day event handler called."); String empiredayString = getCurrentUniverseWideEvents(); int empireday = empiredayString.indexOf("empireday_ceremony"); - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - CustomerServiceLog("holidayEvent", "holiday_controller.empiredayServerStart empiredayString: " + empiredayString + " empireday: " + empireday + " empiredayRunning: " + empiredayRunning); - if (empiredayRunning == null) + CustomerServiceLog("holidayEvent", "holiday_controller.empiredayServerStart empiredayString: " + empiredayString + " empireday: " + empireday + " empiredayRunning: " + EMPIRE_DAY_ENABLED); + if (!EMPIRE_DAY_ENABLED) { CustomerServiceLog("holidayEvent", "holiday_controller.empiredayServerStart event is either not running or not in the server configs."); if (empireday > -1) @@ -319,7 +312,7 @@ public int empiredayServerStart(obj_id self, dictionary params) throws Interrupt stopUniverseWideEvent("empireday_ceremony"); } } - else if (empiredayRunning.equals("true") || empiredayRunning.equals("1")) + else { CustomerServiceLog("holidayEvent", "holiday_controller.empiredayServerStart event is starting."); if (empireday < 0) diff --git a/sku.0/sys.server/compiled/game/script/event/lifeday/lifeday_tree.java b/sku.0/sys.server/compiled/game/script/event/lifeday/lifeday_tree.java index 3acf2af000..db6effa9ce 100755 --- a/sku.0/sys.server/compiled/game/script/event/lifeday/lifeday_tree.java +++ b/sku.0/sys.server/compiled/game/script/event/lifeday/lifeday_tree.java @@ -1,6 +1,7 @@ package script.event.lifeday; import script.library.badge; +import script.library.events; import script.library.static_item; import script.library.utils; import script.menu_info; @@ -27,13 +28,8 @@ private String currentYearObjVar() throws InterruptedException } public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException { - String config = getConfigSetting("GameServer", "grantGift"); - if (config != null) - { - if (config.equals("false")) - { - return SCRIPT_CONTINUE; - } + if(!events.isEventActive(events.LIFEDAY) || !utils.checkConfigFlag("GameServer", "grantGift")) { + return SCRIPT_CONTINUE; } if (!hasObjVar(player, currentYearObjVar())) { diff --git a/sku.0/sys.server/compiled/game/script/event/lost_squadron/spawner.java b/sku.0/sys.server/compiled/game/script/event/lost_squadron/spawner.java index 4b01ddfb5c..4ae88db3b1 100755 --- a/sku.0/sys.server/compiled/game/script/event/lost_squadron/spawner.java +++ b/sku.0/sys.server/compiled/game/script/event/lost_squadron/spawner.java @@ -1,6 +1,7 @@ package script.event.lost_squadron; import script.dictionary; +import script.library.events; import script.library.utils; import script.location; import script.obj_id; @@ -18,8 +19,7 @@ public spawner() }; public int OnInitialize(obj_id self) throws InterruptedException { - String setting = getConfigSetting("EventTeam", "lostSquadron"); - if (setting == null || setting.equals("") || !setting.equals("true")) + if (!events.isEventActive(events.LOST_SQUADRON)) { return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/event/planet_event_handler.java b/sku.0/sys.server/compiled/game/script/event/planet_event_handler.java index d871cb0e77..3b0fbb572d 100755 --- a/sku.0/sys.server/compiled/game/script/event/planet_event_handler.java +++ b/sku.0/sys.server/compiled/game/script/event/planet_event_handler.java @@ -1,6 +1,7 @@ package script.event; import script.dictionary; +import script.library.events; import script.library.holiday; import script.obj_id; @@ -9,14 +10,16 @@ public class planet_event_handler extends script.base_script public planet_event_handler() { } + private static final String EVENT_TIMESTAMP = "lifeday.time_stamp"; + private static final boolean LIFEDAY_ACTIVE = events.isEventActive(events.LIFEDAY); + public int OnAttach(obj_id self) throws InterruptedException { CustomerServiceLog("holidayEvent", "planet_event_handler.OnAttach: trigger initialized."); - String lifedayRunning = getConfigSetting("GameServer", "lifeday"); - if (lifedayRunning != null && !lifedayRunning.equals("false")) + if (LIFEDAY_ACTIVE) { - CustomerServiceLog("holidayEvent", "planet_event_handler.OnAttach: Life Day oconfig found."); + CustomerServiceLog("holidayEvent", "planet_event_handler.OnAttach: Life Day config found."); checkLifeDayData(self); } else @@ -32,8 +35,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnInitialize(obj_id self) throws InterruptedException { CustomerServiceLog("holidayEvent", "planet_event_handler.OnInitialize: trigger initialized."); - String lifedayRunning = getConfigSetting("GameServer", "lifeday"); - if (lifedayRunning != null && !lifedayRunning.equals("false")) + if (LIFEDAY_ACTIVE) { CustomerServiceLog("holidayEvent", "planet_event_handler.OnInitialize: Life Day oconfig found."); checkLifeDayData(self); @@ -166,8 +168,7 @@ public int resetEventDataAfterDelay(obj_id self, dictionary params) throws Inter } public int lifeDayDailyAlarm(obj_id self, dictionary params) throws InterruptedException { - String lifedayRunning = getConfigSetting("GameServer", "lifeday"); - if (lifedayRunning != null && !lifedayRunning.equals("false")) + if (LIFEDAY_ACTIVE) { checkLifeDayData(self); } @@ -267,8 +268,7 @@ private boolean checkForHolidayEventConfigs(obj_id planet) throws InterruptedExc return false; } CustomerServiceLog("holidayEvent", "planet_event_handler.checkForHolidayEventConfigs: Function initialized."); - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - if (empiredayRunning != null && (empiredayRunning.equals("true") || empiredayRunning.equals("1"))) + if (events.isEventActive(events.EMPIRE_DAY)) { CustomerServiceLog("holidayEvent", "planet_event_handler.checkForHolidayEventConfigs: EMPIRE DAY CONFIG FOUND."); dictionary params = new dictionary(); diff --git a/sku.0/sys.server/compiled/game/script/gm/cmd.java b/sku.0/sys.server/compiled/game/script/gm/cmd.java index a9e031e1ea..a039075498 100755 --- a/sku.0/sys.server/compiled/game/script/gm/cmd.java +++ b/sku.0/sys.server/compiled/game/script/gm/cmd.java @@ -3067,11 +3067,15 @@ public int cmdEnclaveIdForPulse(obj_id self, dictionary params) throws Interrupt } public int cmdHasVeteranReward(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!("true").equalsIgnoreCase(getConfigSetting("GameServer", "enableVeteranRewards"))) + if(!isGod(self)) { + return SCRIPT_CONTINUE; + } + if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) { + sendSystemMessageTestingOnly(self, "Veteran rewards are currently disabled."); return SCRIPT_CONTINUE; } - if (isGod(self) && veteran_deprecated.checkVeteranTarget(target)) + if (veteran_deprecated.checkVeteranTarget(target)) { if (params == null || params.length() == 0) { @@ -3099,11 +3103,15 @@ public int cmdHasVeteranReward(obj_id self, obj_id target, String params, float } public int cmdSetVeteranReward(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!("true").equalsIgnoreCase(getConfigSetting("GameServer", "enableVeteranRewards"))) + if(!isGod(self)) { + return SCRIPT_CONTINUE; + } + if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) { + sendSystemMessageTestingOnly(self, "Veteran rewards are currently disabled."); return SCRIPT_CONTINUE; } - if (isGod(self) && veteran_deprecated.checkVeteranTarget(target)) + if (veteran_deprecated.checkVeteranTarget(target)) { if (params == null || params.length() == 0) { @@ -3126,11 +3134,15 @@ public int cmdSetVeteranReward(obj_id self, obj_id target, String params, float } public int cmdClearVeteranReward(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!("true").equalsIgnoreCase(getConfigSetting("GameServer", "enableVeteranRewards"))) + if(!isGod(self)) { + return SCRIPT_CONTINUE; + } + if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) { + sendSystemMessageTestingOnly(self, "Veteran rewards are currently disabled."); return SCRIPT_CONTINUE; } - if (isGod(self) && veteran_deprecated.checkVeteranTarget(target)) + if (veteran_deprecated.checkVeteranTarget(target)) { if (params == null || params.length() == 0) { @@ -3153,12 +3165,14 @@ public int cmdClearVeteranReward(obj_id self, obj_id target, String params, floa } public int cmdOverrideActiveMonths(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!("true").equalsIgnoreCase(getConfigSetting("GameServer", "enableVeteranRewards"))) - { + if(!isGod(self)) { return SCRIPT_CONTINUE; } - if (isGod(self)) + if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) { + sendSystemMessageTestingOnly(self, "Veteran rewards are currently disabled."); + return SCRIPT_CONTINUE; + } if (params == null || params.length() == 0) { sendSystemMessageTestingOnly(self, "format: /overrideActiveMonths "); @@ -3181,7 +3195,6 @@ public int cmdOverrideActiveMonths(obj_id self, obj_id target, String params, fl setObjVar(self, veteran_deprecated.OBJVAR_TIME_ACTIVE, days); sendSystemMessage(self, veteran_deprecated.SID_OK); } - } return SCRIPT_CONTINUE; } public int parseMilestone(String params) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/guild/master_city_object.java b/sku.0/sys.server/compiled/game/script/guild/master_city_object.java index 06198f2c77..e58a7256d6 100755 --- a/sku.0/sys.server/compiled/game/script/guild/master_city_object.java +++ b/sku.0/sys.server/compiled/game/script/guild/master_city_object.java @@ -10,8 +10,8 @@ public class master_city_object extends script.base_script public master_city_object() { } - public static final int CITY_PROCESS_INTERVAL = 60 * 60; - public static final int CITY_UPDATE_INTERVAL = 60 * 60 * 24 * 7; + public static final int CITY_PROCESS_INTERVAL = 3600; // 1 hour in seconds + public static final int CITY_UPDATE_INTERVAL = 604800; // 1 week in seconds public static final string_id ELECTION_INCUMBENT_WIN_SUBJECT = new string_id("city/city", "election_incumbent_win_subject"); public static final string_id ELECTION_INCUMBENT_WIN_BODY = new string_id("city/city", "election_incumbent_win_body"); public static final string_id ELECTION_INCUMBENT_LOST_SUBJECT = new string_id("city/city", "election_incumbent_lost_subject"); @@ -47,12 +47,7 @@ public void updateCities(obj_id self, boolean force) throws InterruptedException { int[] cityUpdateIds = objvar_mangle.getMangledIntArrayObjVar(self, "cityUpdate.ids"); int[] cityUpdateTimes = objvar_mangle.getMangledIntArrayObjVar(self, "cityUpdate.times"); - String strCityUpdateInterval = getConfigSetting("GameServer", "cityUpdateInterval"); - int cityUpdateInterval = 0; - if (strCityUpdateInterval != null) - { - cityUpdateInterval = utils.stringToInt(strCityUpdateInterval); - } + int cityUpdateInterval = utils.getIntConfigSetting("GameServer", "cityUpdateInterval", CITY_UPDATE_INTERVAL); if (cityUpdateInterval < CITY_PROCESS_INTERVAL) { cityUpdateInterval = CITY_UPDATE_INTERVAL; diff --git a/sku.0/sys.server/compiled/game/script/guild/master_guild_object.java b/sku.0/sys.server/compiled/game/script/guild/master_guild_object.java index c46234a66d..28ae81ce19 100755 --- a/sku.0/sys.server/compiled/game/script/guild/master_guild_object.java +++ b/sku.0/sys.server/compiled/game/script/guild/master_guild_object.java @@ -11,10 +11,9 @@ public class master_guild_object extends script.base_script public master_guild_object() { } - public static int guildProcessInterval = -1; - public static int guildUpdateInterval = -1; - public static final int DEFAULT_GUILD_PROCESS_INTERVAL = 60 * 60; - public static final int DEFAULT_GUILD_UPDATE_INTERVAL = 60 * 60 * 24 * 7; + public static final int GUILD_UPDATE_INTERVAL_CONFIG = utils.getIntConfigSetting("GameServer", "guildUpdateInterval", -1); + public static final int DEFAULT_GUILD_PROCESS_INTERVAL = 3600; + public static final int DEFAULT_GUILD_UPDATE_INTERVAL = 604800; public static final int MIN_GUILD_MEMBERS = 5; public static final String VAR_NAMECHANGE = "guildNamechange"; public static final String VAR_NAMECHANGE_IDS = VAR_NAMECHANGE + ".ids"; @@ -260,36 +259,14 @@ public int findIntOffsetInTable(int[] from, int find) throws InterruptedExceptio } public int getGuildProcessInterval() throws InterruptedException { - if (guildProcessInterval == -1) - { - String strGuildProcessInterval = getConfigSetting("GameServer", "guildProcessInterval"); - if (strGuildProcessInterval != null) - { - guildProcessInterval = utils.stringToInt(strGuildProcessInterval); - } - if (guildProcessInterval <= 0) - { - guildProcessInterval = DEFAULT_GUILD_PROCESS_INTERVAL; - } - debugServerConsoleMsg(null, "guildProcessInterval set to " + guildProcessInterval + " seconds."); - } - return guildProcessInterval; + return DEFAULT_GUILD_PROCESS_INTERVAL; } public int getGuildUpdateInterval() throws InterruptedException { - if (guildUpdateInterval == -1) - { - String strGuildUpdateInterval = getConfigSetting("GameServer", "guildUpdateInterval"); - if (strGuildUpdateInterval != null) - { - guildUpdateInterval = utils.stringToInt(strGuildUpdateInterval); - } - if (guildUpdateInterval <= 0) - { - guildUpdateInterval = DEFAULT_GUILD_UPDATE_INTERVAL; - } - debugServerConsoleMsg(null, "guildUpdateInterval set to " + guildUpdateInterval + " seconds."); + if (GUILD_UPDATE_INTERVAL_CONFIG < 0 || GUILD_UPDATE_INTERVAL_CONFIG < getGuildProcessInterval()) { + return DEFAULT_GUILD_UPDATE_INTERVAL; + } else { + return GUILD_UPDATE_INTERVAL_CONFIG; } - return guildUpdateInterval; } } diff --git a/sku.0/sys.server/compiled/game/script/hnguyen/cts_test2.java b/sku.0/sys.server/compiled/game/script/hnguyen/cts_test2.java deleted file mode 100755 index 00959f85c9..0000000000 --- a/sku.0/sys.server/compiled/game/script/hnguyen/cts_test2.java +++ /dev/null @@ -1,168 +0,0 @@ -package script.hnguyen; - -import script.dictionary; -import script.obj_id; -import script.script_entry; - -import java.io.*; -import java.util.StringTokenizer; - -public class cts_test2 extends script.base_script -{ - public cts_test2() - { - } - public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException - { - if (objSpeaker != self) - { - return SCRIPT_CONTINUE; - } - if (strText.startsWith("dctsi2 ")) - { - StringTokenizer st = new StringTokenizer(strText); - if ((st.countTokens() == 2) || (st.countTokens() == 3)) - { - String command = st.nextToken(); - String file = st.nextToken(); - boolean onServer = true; - boolean onClient = false; - if (st.countTokens() == 1) - { - String option = st.nextToken(); - if (option.equals("clientAlso")) - { - onClient = true; - } - else if (option.equals("clientOnly")) - { - onServer = false; - onClient = true; - } - } - dictionary characterData = new dictionary(); - characterData.put("withItems", true); - characterData.put("allowOverride", true); - Object[] triggerParams = new Object[2]; - triggerParams[0] = self; - triggerParams[1] = characterData; - try - { - int err = script_entry.runScripts("OnUploadCharacter", triggerParams); - if (err == SCRIPT_CONTINUE) - { - byte[] dictPacked = characterData.pack(); - if (onServer) - { - FileOutputStream fos = null; - DataOutputStream dos = null; - try - { - fos = new FileOutputStream(file); - dos = new DataOutputStream(fos); - for (byte b : dictPacked) { - dos.writeByte(b); - } - fos.close(); - fos = null; - long fileSize = (new File(file)).length(); - sendSystemMessageTestingOnly(self, "dictionary written to " + file + " file size=" + fileSize); - } - catch(IOException ioe) - { - sendSystemMessageTestingOnly(self, "IO error: " + ioe); - } - try - { - if (fos != null) - { - fos.close(); - } - } - catch(IOException ioe2) - { - sendSystemMessageTestingOnly(self, "IO error on closing file: " + ioe2); - } - } - if (onClient) - { - saveBytesOnClient(self, file, dictPacked); - } - } - else - { - sendSystemMessageTestingOnly(self, "trigger OnUploadCharacter() *DIDN'T* return SCRIPT_CONTINUE"); - } - } - catch(Throwable t) - { - sendSystemMessageTestingOnly(self, "trigger OnUploadCharacter() resulted in exception: " + t); - } - } - } - else if (strText.startsWith("actsi2 ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - removeObjVar(self, "hasTransferred"); - String command = st.nextToken(); - String file = st.nextToken(); - byte[] dictRead = null; - FileInputStream fis = null; - DataInputStream dis = null; - try - { - long fileSize = (new File(file)).length(); - sendSystemMessageTestingOnly(self, "reading dictionary " + file + " file size=" + fileSize); - fis = new FileInputStream(file); - dis = new DataInputStream(fis); - dictRead = new byte[(int)(fileSize)]; - int index = 0; - while (true) - { - dictRead[index++] = dis.readByte(); - } - } - catch(EOFException eof) - { - if (dictRead != null) - { - Object[] triggerParams = new Object[2]; - triggerParams[0] = self; - triggerParams[1] = dictRead; - int err = script_entry.runScripts("OnDownloadCharacter", triggerParams); - if (err == SCRIPT_CONTINUE) - { - sendSystemMessageTestingOnly(self, "trigger OnDownloadCharacter() return SCRIPT_CONTINUE"); - } - else - { - sendSystemMessageTestingOnly(self, "trigger OnDownloadCharacter() *DIDN'T* return SCRIPT_CONTINUE"); - } - } - else - { - sendSystemMessageTestingOnly(self, "couldn't read dictionary"); - } - } - catch(IOException ioe) - { - sendSystemMessageTestingOnly(self, "IO error: " + ioe); - } - try - { - if (fis != null) - { - fis.close(); - } - } - catch(IOException ioe2) - { - sendSystemMessageTestingOnly(self, "IO error on closing file: " + ioe2); - } - } - } - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/hnguyen/cwdm_test.java b/sku.0/sys.server/compiled/game/script/hnguyen/cwdm_test.java deleted file mode 100755 index ed69242c4a..0000000000 --- a/sku.0/sys.server/compiled/game/script/hnguyen/cwdm_test.java +++ /dev/null @@ -1,4013 +0,0 @@ -package script.hnguyen; - -import script.*; -import script.combat_engine.hit_result; -import script.library.*; - -import java.util.Iterator; -import java.util.Set; -import java.util.StringTokenizer; -import java.util.Vector; - -public class cwdm_test extends script.base_script -{ - public cwdm_test() - { - } - public static final String PROP_TEXT = "Text"; - public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException - { - if (objSpeaker != self) - { - return SCRIPT_CONTINUE; - } - if (strText.startsWith("createInOverloaded ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - String item = st.nextToken(); - String container = st.nextToken(); - obj_id containerOid = utils.stringToObjId(container); - createObjectOverloaded(item, containerOid); - } - } - else if (strText.startsWith("hasProxyOrAuthObject ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id id = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "hasProxyOrAuthObject(id=" + id + ") returns " + hasProxyOrAuthObject(id)); - } - } - else if (strText.startsWith("getCharacterCtsHistory ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getCharacterCtsHistory(player=" + player + ") returns:"); - dictionary ctsHistory = getCharacterCtsHistory(player); - if (ctsHistory == null) - { - sendSystemMessageTestingOnly(self, "null dictionary"); - } - else - { - String[] sourceCharacterNames = ctsHistory.getStringArray("character_name"); - String[] sourceClusterNames = ctsHistory.getStringArray("cluster_name"); - int[] transferTimes = ctsHistory.getIntArray("transfer_time"); - if (sourceCharacterNames == null) - { - sendSystemMessageTestingOnly(self, "null \"character_name\" dictionary"); - } - else if (sourceClusterNames == null) - { - sendSystemMessageTestingOnly(self, "null \"cluster_name\" dictionary"); - } - else if (transferTimes == null) - { - sendSystemMessageTestingOnly(self, "null \"transfer_time\" dictionary"); - } - else if (sourceCharacterNames.length <= 0) - { - sendSystemMessageTestingOnly(self, "empty \"character_name\" dictionary"); - } - else if (sourceClusterNames.length <= 0) - { - sendSystemMessageTestingOnly(self, "empty \"cluster_name\" dictionary"); - } - else if (transferTimes.length <= 0) - { - sendSystemMessageTestingOnly(self, "empty \"transfer_time\" dictionary"); - } - else if (sourceCharacterNames.length != sourceClusterNames.length) - { - sendSystemMessageTestingOnly(self, "\"character_name\" dictionary length != \"cluster_name\" dictionary length"); - } - else if (sourceCharacterNames.length != transferTimes.length) - { - sendSystemMessageTestingOnly(self, "\"character_name\" dictionary length != \"transfer_time\" dictionary length"); - } - else - { - for (int i = 0; i < sourceCharacterNames.length; ++i) - { - sendSystemMessageTestingOnly(self, "(" + sourceCharacterNames[i] + ") (" + sourceClusterNames[i] + ") (" + transferTimes[i] + ", " + getCalendarTimeStringLocal(transferTimes[i]) + ")"); - } - } - } - } - } - else if (strText.startsWith("setHealth ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - int value = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling setHealth(target=" + target + ", value=" + value + ")"); - setHealth(target, value); - } - } - else if (strText.startsWith("setHitpoints ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - int value = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling setHitpoints(target=" + target + ", value=" + value + ")"); - setHitpoints(target, value); - } - } - else if (strText.startsWith("getShipContents ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id ship = utils.stringToObjId(st.nextToken()); - int got = getGameObjectType(ship); - if (isGameObjectTypeOf(got, GOT_ship)) - { - obj_id[] contents = getContents(ship); - if (contents == null) - { - sendSystemMessageTestingOnly(self, ship + " has null contents"); - } - else if (contents.length <= 0) - { - sendSystemMessageTestingOnly(self, ship + " has " + contents.length + " contents"); - } - else - { - sendSystemMessageTestingOnly(self, ship + " has " + contents.length + " contents"); - for (obj_id content : contents) { - sendSystemMessageTestingOnly(self, "" + content); - } - } - } - else - { - sendSystemMessageTestingOnly(self, ship + " is not of type GOT_ship"); - } - } - } - else if (strText.startsWith("getShipSlots ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id ship = utils.stringToObjId(st.nextToken()); - int got = getGameObjectType(ship); - if (isGameObjectTypeOf(got, GOT_ship)) - { - int[] shipSlots = getShipChassisSlots(ship); - if (shipSlots == null) - { - sendSystemMessageTestingOnly(self, ship + " has null slots"); - } - else if (shipSlots.length <= 0) - { - sendSystemMessageTestingOnly(self, ship + " has " + shipSlots.length + " slots"); - } - else - { - sendSystemMessageTestingOnly(self, ship + " has " + shipSlots.length + " slots"); - for (int i = 0; i < shipSlots.length; ++i) - { - sendSystemMessageTestingOnly(self, ship + " slot " + (i + 1) + " " + (isShipSlotInstalled(ship, shipSlots[i]) ? "installed" : "NOT installed")); - } - sendSystemMessageTestingOnly(self, ship + " getChassisComponentMassMaximum()=" + getChassisComponentMassMaximum(ship)); - sendSystemMessageTestingOnly(self, ship + " getShipMaximumChassisHitPoints()=" + getShipMaximumChassisHitPoints(ship)); - sendSystemMessageTestingOnly(self, ship + " getShipCurrentChassisHitPoints()=" + getShipCurrentChassisHitPoints(ship)); - } - } - else - { - sendSystemMessageTestingOnly(self, ship + " is not of type GOT_ship"); - } - } - } - else if (strText.equals("testEmptyDictionary")) - { - dictionary itemDictionary = new dictionary(); - dictionary itemContentsIn = new dictionary(); - itemDictionary.put("contents", itemContentsIn); - dictionary itemContentsOut = itemDictionary.getDictionary("contents"); - if (itemContentsOut == null) - { - sendSystemMessageTestingOnly(self, "itemContentsOut is null"); - } - else - { - Set keySet = itemContentsOut.keySet(); - if (keySet == null) - { - sendSystemMessageTestingOnly(self, "keySet is null"); - } - else - { - Iterator contentsIterator = keySet.iterator(); - if (contentsIterator == null) - { - sendSystemMessageTestingOnly(self, "contentsIterator is null"); - } - else - { - if (contentsIterator.hasNext()) - { - sendSystemMessageTestingOnly(self, "contentsIterator.hasNext() is true"); - } - Integer[] contents = new Integer[keySet.size()]; - keySet.toArray(contents); - sendSystemMessageTestingOnly(self, "contents.length is " + contents.length); - } - } - } - sendSystemMessageTestingOnly(self, "testEmptyDictionary done"); - } - if (strText.equals("testIntegerLongReferenceParam")) - { - int[] i = new int[1]; - i[0] = 777; - long[] l = new long[1]; - l[0] = 7777L; - sendSystemMessageTestingOnly(self, "before i=" + i[0] + " l=" + l[0]); - testIntegerLongReferenceParam(i, l); - sendSystemMessageTestingOnly(self, "after i=" + i[0] + " l=" + l[0]); - } - else if (strText.startsWith("isAccountQualifiedForHousePackup ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "isAccountQualifiedForHousePackup(target=" + target + ") returns " + isAccountQualifiedForHousePackup(target)); - } - } - else if (strText.equals("nukeItems")) - { - obj_id[] old_waypoints = getWaypointsInDatapad(self); - if (old_waypoints != null && old_waypoints.length > 0) - { - for (obj_id old_waypoint : old_waypoints) { - destroyWaypointInDatapad(old_waypoint, self); - } - } - obj_id[] existingItems = getInventoryAndEquipment(self); - obj_id inv = utils.getInventoryContainer(self); - if (existingItems != null) - { - int existingIter; - for (existingIter = 0; existingIter < existingItems.length; ++existingIter) - { - if (existingItems[existingIter] != self && existingItems[existingIter] != inv) - { - destroyObject(existingItems[existingIter]); - } - } - } - obj_id playerDatapad = utils.getPlayerDatapad(self); - obj_id datapadObjects[] = getContents(playerDatapad); - for (obj_id datapadObject : datapadObjects) { - destroyObject(datapadObject); - } - } - else if (strText.startsWith("getResourceCtsData ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getResourceCtsData(resourceContainer=" + object + ") returns " + getResourceCtsData(object)); - } - } - else if (strText.startsWith("setCount ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - int count = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "setCount(target=" + object + ", value=" + count + ") returns " + setCount(object, count)); - } - } - else if (strText.startsWith("setCrafter ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - obj_id crafter = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "setCrafter(target=" + target + ", crafter=" + crafter + ") returns " + setCrafter(target, crafter)); - } - } - else if (strText.startsWith("getCrafter ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getCrafter(object=" + object + ") returns " + getCrafter(object)); - } - } - else if (strText.startsWith("recomputeCrateAttributes ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id crate = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling recomputeCrateAttributes(crate=" + crate + ")"); - recomputeCrateAttributes(crate); - } - } - else if (strText.startsWith("getSkillModBonus ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - String skillMod = st.nextToken(); - sendSystemMessageTestingOnly(self, "getSkillModBonus(target=" + target + ", skillMod=" + skillMod + ") returns " + getSkillModBonus(target, skillMod)); - } - } - else if (strText.startsWith("setSkillModBonus ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - String skillMod = st.nextToken(); - int bonus = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "setSkillModBonus(target=" + target + ", skillMod=" + skillMod + ", bonus=" + bonus + ") returns " + setSkillModBonus(target, skillMod, bonus)); - } - } - else if (strText.startsWith("setCategorizedSkillModBonus ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 5) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - String category = st.nextToken(); - String skillMod = st.nextToken(); - int bonus = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "setCategorizedSkillModBonus(target=" + target + ", category=" + category + ", skillMod=" + skillMod + ", bonus=" + bonus + ") returns " + setCategorizedSkillModBonus(target, category, skillMod, bonus)); - } - } - else if (strText.startsWith("removeCategorizedSkillModBonuses ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - String category = st.nextToken(); - sendSystemMessageTestingOnly(self, "calling removeCategorizedSkillModBonuses(target=" + target + ", category=" + category + ")"); - removeCategorizedSkillModBonuses(target, category); - } - } - else if (strText.startsWith("setObjIdScriptVar ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - String name = st.nextToken(); - obj_id value = utils.stringToObjId(st.nextToken()); - utils.setScriptVar(object, name, value); - } - } - else if (strText.startsWith("setLocationScriptVar ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 8) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - String name = st.nextToken(); - float x = utils.stringToFloat(st.nextToken()); - float y = utils.stringToFloat(st.nextToken()); - float z = utils.stringToFloat(st.nextToken()); - String scene = st.nextToken(); - obj_id cell = utils.stringToObjId(st.nextToken()); - location value = new location(x, y, z, scene, cell); - utils.setScriptVar(object, name, value); - } - } - else if (strText.startsWith("setLocationArrayScriptVar ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 8) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - String name = st.nextToken(); - float x = utils.stringToFloat(st.nextToken()); - float y = utils.stringToFloat(st.nextToken()); - float z = utils.stringToFloat(st.nextToken()); - String scene = st.nextToken(); - obj_id cell = utils.stringToObjId(st.nextToken()); - location[] value = new location[1]; - value[0] = new location(x, y, z, scene, cell); - utils.setScriptVar(object, name, value); - } - } - else if (strText.startsWith("setObjIdArrayScriptVar ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - String name = st.nextToken(); - obj_id value = utils.stringToObjId(st.nextToken()); - obj_id[] existingValues = utils.getObjIdArrayScriptVar(object, name); - utils.removeScriptVar(object, name); - if (existingValues == null) - { - obj_id[] newValues = new obj_id[1]; - newValues[0] = value; - utils.setScriptVar(object, name, newValues); - } - else - { - Vector newValues = new Vector(); - newValues.setSize(existingValues.length); - for (int i = 0; i < existingValues.length; ++i) - { - newValues.set(i, existingValues[i]); - } - newValues = utils.addElement(newValues, value); - utils.setScriptVar(object, name, newValues); - } - } - } - else if (strText.startsWith("setObjIdDictionaryScriptVar ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - String name = st.nextToken(); - obj_id value = utils.stringToObjId(st.nextToken()); - utils.removeScriptVar(object, name); - dictionary d = new dictionary(); - d.put("value1", value); - obj_id[] valueArray = new obj_id[1]; - valueArray[0] = value; - d.put("value2", valueArray); - utils.setScriptVar(object, name, d); - } - } - else if (strText.equals("checkRadialMenuItems")) - { - sendSystemMessageTestingOnly(self, "SERVER_MENU1 = " + menu_info_types.SERVER_MENU1); - sendSystemMessageTestingOnly(self, "SERVER_MENU2 = " + menu_info_types.SERVER_MENU2); - sendSystemMessageTestingOnly(self, "SERVER_PET_MOUNT = " + menu_info_types.SERVER_PET_MOUNT); - sendSystemMessageTestingOnly(self, "SERVER_VEHICLE_ENTER_EXIT = " + menu_info_types.SERVER_VEHICLE_ENTER_EXIT); - } - else if (strText.startsWith("createStaticItem ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - String item = st.nextToken(); - String container = st.nextToken(); - obj_id containerOid = utils.stringToObjId(container); - sendSystemMessageTestingOnly(self, "static_item.createNewItemFunction(item=" + item + ", container=" + containerOid + ") returns " + static_item.createNewItemFunction(item, containerOid)); - } - } - else if (strText.startsWith("random ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - int min = utils.stringToInt(st.nextToken()); - int max = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "rand(min=" + min + ", max=" + max + ") returns " + rand(min, max)); - } - } - else if (strText.startsWith("modifyYaw ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - float degrees = utils.stringToFloat(st.nextToken()); - sendSystemMessageTestingOnly(self, "modifyYaw(object=" + object + ", degrees=" + degrees + ")"); - modifyYaw(object, degrees); - } - } - else if (strText.startsWith("modifyPitch ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - float degrees = utils.stringToFloat(st.nextToken()); - sendSystemMessageTestingOnly(self, "modifyPitch(object=" + object + ", degrees=" + degrees + ")"); - modifyPitch(object, degrees); - } - } - else if (strText.startsWith("modifyRoll ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - float degrees = utils.stringToFloat(st.nextToken()); - sendSystemMessageTestingOnly(self, "modifyRoll(object=" + object + ", degrees=" + degrees + ")"); - modifyRoll(object, degrees); - } - } - else if (strText.startsWith("resetRotation ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "resetRotation(object=" + object + ")"); - setQuaternion(object, 1.0f, 0.0f, 0.0f, 0.0f); - } - } - else if (strText.startsWith("rotateRandom ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - int yaw = rand(-180, 180); - int pitch = rand(-180, 180); - int roll = rand(-180, 180); - sendSystemMessageTestingOnly(self, "rotateRandom(object=" + object + ") y=" + yaw + ", p=" + pitch + ", r=" + roll); - modifyYaw(object, yaw); - modifyPitch(object, pitch); - modifyRoll(object, roll); - } - } - else if (strText.startsWith("rotateRandomYaw ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - int degrees = rand(-180, 180); - sendSystemMessageTestingOnly(self, "rotateRandomYaw(object=" + object + ") degrees=" + degrees); - modifyYaw(object, degrees); - } - } - else if (strText.startsWith("rotateRandomPitch ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - int degrees = rand(-180, 180); - sendSystemMessageTestingOnly(self, "rotateRandomPitch(object=" + object + ") degrees=" + degrees); - modifyPitch(object, degrees); - } - } - else if (strText.startsWith("rotateRandomRoll ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - int degrees = rand(-180, 180); - sendSystemMessageTestingOnly(self, "rotateRandomRoll(object=" + object + ") degrees=" + degrees); - modifyRoll(object, degrees); - } - } - else if (strText.startsWith("copyRotation ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - obj_id source = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "copyRotation(target=" + target + ", source=" + source + ")"); - float[] quaternion = getQuaternion(source); - if ((quaternion != null) && (quaternion.length == 4)) - { - setQuaternion(target, quaternion[0], quaternion[1], quaternion[2], quaternion[3]); - } - } - } - else if (strText.startsWith("copyPosition ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - obj_id source = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "verifying copyPosition(target=" + target + ", source=" + source + ")"); - location sourceLoc = getLocation(source); - location targetLoc = getLocation(target); - sendSystemMessageTestingOnly(self, "sourceLoc=" + sourceLoc); - sendSystemMessageTestingOnly(self, "targetLoc=" + targetLoc); - if ((sourceLoc != null) && (targetLoc != null) && (sourceLoc.area != null) && (targetLoc.area != null) && (sourceLoc.area.equals(targetLoc.area)) && (isIdValid(sourceLoc.cell)) && (isIdValid(targetLoc.cell)) && (sourceLoc.cell == targetLoc.cell)) - { - targetLoc.x = sourceLoc.x; - targetLoc.z = sourceLoc.z; - sendSystemMessageTestingOnly(self, "doing copyPosition(target=" + target + ", source=" + source + ")"); - setLocation(target, targetLoc); - } - } - } - else if (strText.startsWith("copyHeight ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - obj_id source = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "verifying copyHeight(target=" + target + ", source=" + source + ")"); - location sourceLoc = getLocation(source); - location targetLoc = getLocation(target); - sendSystemMessageTestingOnly(self, "sourceLoc=" + sourceLoc); - sendSystemMessageTestingOnly(self, "targetLoc=" + targetLoc); - if ((sourceLoc != null) && (targetLoc != null) && (sourceLoc.area != null) && (targetLoc.area != null) && (sourceLoc.area.equals(targetLoc.area)) && (isIdValid(sourceLoc.cell)) && (isIdValid(targetLoc.cell)) && (sourceLoc.cell == targetLoc.cell)) - { - targetLoc.y = sourceLoc.y; - sendSystemMessageTestingOnly(self, "doing copyHeight(target=" + target + ", source=" + source + ")"); - setLocation(target, targetLoc); - } - } - } - else if (strText.startsWith("readStringObjvarConvertToOid ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String objVarName = st.nextToken(); - if (hasObjVar(self, objVarName)) - { - String objVarValue = getStringObjVar(self, objVarName); - if (objVarValue != null && objVarValue.length() > 0) - { - obj_id objVarValueAsOid = utils.stringToObjId(objVarValue.substring(1)); - if (isValidId(objVarValueAsOid)) - { - sendSystemMessageTestingOnly(self, self + " has objvar " + objVarName + " with objvar string value " + objVarValue + " which converts to valid oid " + objVarValueAsOid); - } - else - { - sendSystemMessageTestingOnly(self, self + " has objvar " + objVarName + " but objvar string value " + objVarValue + " is not a valid oid"); - } - } - else - { - sendSystemMessageTestingOnly(self, self + " has objvar " + objVarName + " but objvar string value is null or empty"); - } - } - else - { - sendSystemMessageTestingOnly(self, self + " does have objvar " + objVarName); - } - } - } - else if (strText.startsWith("cspMiss ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id attacker = utils.stringToObjId(st.nextToken()); - obj_id defender = utils.stringToObjId(st.nextToken()); - obj_id weapon = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "cspMiss(attacker=" + attacker + ", defender=" + defender + ", weapon=" + weapon + ")"); - combat_engine.hit_result hr = new combat_engine.hit_result(); - hr.success = false; - sendCombatSpam(attacker, defender, weapon, hr, new string_id(), true, true, true, COMBAT_RESULT_MISS); - } - } - else if (strText.startsWith("cspDodge ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id attacker = utils.stringToObjId(st.nextToken()); - obj_id defender = utils.stringToObjId(st.nextToken()); - obj_id weapon = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "cspDodge(attacker=" + attacker + ", defender=" + defender + ", weapon=" + weapon + ")"); - combat_engine.hit_result hr = new combat_engine.hit_result(); - hr.success = false; - hr.dodge = true; - sendCombatSpam(attacker, defender, weapon, hr, new string_id(), true, true, true, COMBAT_RESULT_MISS); - } - } - else if (strText.startsWith("cspParry ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id attacker = utils.stringToObjId(st.nextToken()); - obj_id defender = utils.stringToObjId(st.nextToken()); - obj_id weapon = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "cspParry(attacker=" + attacker + ", defender=" + defender + ", weapon=" + weapon + ")"); - combat_engine.hit_result hr = new combat_engine.hit_result(); - hr.success = false; - hr.parry = true; - sendCombatSpam(attacker, defender, weapon, hr, new string_id(), true, true, true, COMBAT_RESULT_MISS); - } - } - else if (strText.startsWith("cspHit ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id attacker = utils.stringToObjId(st.nextToken()); - obj_id defender = utils.stringToObjId(st.nextToken()); - obj_id weapon = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "cspHit(attacker=" + attacker + ", defender=" + defender + ", weapon=" + weapon + ")"); - combat_engine.hit_result hr = new combat_engine.hit_result(); - hr.success = true; - hr.damage = 777; - sendCombatSpam(attacker, defender, weapon, hr, new string_id(), true, true, true, COMBAT_RESULT_HIT); - } - } - else if (strText.startsWith("cspCrush ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id attacker = utils.stringToObjId(st.nextToken()); - obj_id defender = utils.stringToObjId(st.nextToken()); - obj_id weapon = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "cspCrush(attacker=" + attacker + ", defender=" + defender + ", weapon=" + weapon + ")"); - combat_engine.hit_result hr = new combat_engine.hit_result(); - hr.success = true; - hr.damage = 777; - hr.crushing = true; - sendCombatSpam(attacker, defender, weapon, hr, new string_id(), true, true, true, COMBAT_RESULT_HIT); - } - } - else if (strText.startsWith("cspStrikethrough ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id attacker = utils.stringToObjId(st.nextToken()); - obj_id defender = utils.stringToObjId(st.nextToken()); - obj_id weapon = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "cspStrikethrough(attacker=" + attacker + ", defender=" + defender + ", weapon=" + weapon + ")"); - combat_engine.hit_result hr = new combat_engine.hit_result(); - hr.success = true; - hr.damage = 777; - hr.strikethrough = true; - hr.strikethroughAmmount = 12.9f; - sendCombatSpam(attacker, defender, weapon, hr, new string_id(), true, true, true, COMBAT_RESULT_HIT); - } - } - else if (strText.startsWith("cspEvade ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id attacker = utils.stringToObjId(st.nextToken()); - obj_id defender = utils.stringToObjId(st.nextToken()); - obj_id weapon = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "cspEvade(attacker=" + attacker + ", defender=" + defender + ", weapon=" + weapon + ")"); - combat_engine.hit_result hr = new combat_engine.hit_result(); - hr.success = true; - hr.damage = 777; - hr.evadeResult = true; - hr.evadeAmmount = 7.1f; - sendCombatSpam(attacker, defender, weapon, hr, new string_id(), true, true, true, COMBAT_RESULT_HIT); - } - } - else if (strText.startsWith("cspBlock ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id attacker = utils.stringToObjId(st.nextToken()); - obj_id defender = utils.stringToObjId(st.nextToken()); - obj_id weapon = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "cspBlock(attacker=" + attacker + ", defender=" + defender + ", weapon=" + weapon + ")"); - combat_engine.hit_result hr = new combat_engine.hit_result(); - hr.success = true; - hr.damage = 777; - hr.blockResult = true; - hr.block = 183; - sendCombatSpam(attacker, defender, weapon, hr, new string_id(), true, true, true, COMBAT_RESULT_HIT); - } - } - else if (strText.startsWith("residenceHouseId ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - obj_id value = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "setting residenceHouseId objvar for " + object + " value " + value); - setObjVar(object, "residenceHouseId", value); - } - } - else if (strText.startsWith("getPlayerIdFromFirstName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String firstName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getPlayerIdFromFirstName(" + firstName + ") returns " + getPlayerIdFromFirstName(firstName)); - } - } - else if (strText.startsWith("getName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getName(object=" + object + ") is (" + getName(object) + ")"); - sendSystemMessageTestingOnly(self, "getFirstName(object=" + object + ") is (" + getFirstName(object) + ")"); - sendSystemMessageTestingOnly(self, "getPlayerName(object=" + object + ") is (" + getPlayerName(object) + ")"); - sendSystemMessageTestingOnly(self, "getPlayerFullName(object=" + object + ") is (" + getPlayerFullName(object) + ")"); - } - } - else if (strText.startsWith("msgDestroyStructure ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id structure = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "sending msgDestroyStructure for structure " + structure + " with a delay of 10 seconds"); - messageTo(structure, "msgDestroyStructure", null, 10.0f, false); - } - } - else if (strText.startsWith("isAuthoritative ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (exists(object)) - { - sendSystemMessageTestingOnly(self, "obj_id.isAuthoritative(object=" + object + ") returns " + object.isAuthoritative()); - sendSystemMessageTestingOnly(self, "obj_id.isLoaded(object=" + object + ") returns " + object.isLoaded()); - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - } - else if (strText.startsWith("getOwner ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (exists(object)) - { - sendSystemMessageTestingOnly(self, "getOwner(object=" + object + ") returns " + getOwner(object)); - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - } - else if (strText.startsWith("getCitizenOfCityId ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getCitizenOfCityId target=" + object + " returns " + getCitizenOfCityId(object)); - } - } - else if (strText.startsWith("getPlanetByName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String planet = st.nextToken(); - sendSystemMessageTestingOnly(self, "getPlanetByName planet=" + planet + " returns " + getPlanetByName(planet)); - } - } - else if (strText.equals("registerCloningFacility")) - { - location cloneLoc = getWorldLocation(self); - location cloneRespawn = getLocation(self); - obj_id planet = getPlanetByName(cloneLoc.area); - if (isIdValid(planet)) - { - dictionary params = new dictionary(); - params.put("id", self); - params.put("name", getName(self)); - params.put("buildout", ""); - params.put("areaId", self); - params.put("loc", cloneLoc); - params.put("respawn", cloneRespawn); - params.put("type", 0); - messageTo(planet, "registerCloningFacility", params, 1.0f, false); - sendSystemMessageTestingOnly(self, "registerCloningFacility planet=" + planet); - } - } - else if (strText.equals("removeTef")) - { - pvpRemoveAllTempEnemyFlags(self); - sendSystemMessageTestingOnly(self, "removeTef"); - } - else if (strText.startsWith("doDamage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - int amount = utils.stringToInt(st.nextToken()); - hit_result hit = new hit_result(); - hit.damage = amount; - sendSystemMessageTestingOnly(self, "doDamage(attacker=" + self + ", target=" + target + ", amount=" + amount + ")"); - doDamage(self, target, hit); - addHate(self, target, 0.0f); - addHate(target, self, 0.0f); - } - } - else if (strText.startsWith("logActivity ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - int activity = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "session.logActivity(player=" + player + ", activity=" + activity + ")"); - session.logActivity(player, activity); - } - } - else if (strText.startsWith("canHelp ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id actor = utils.stringToObjId(st.nextToken()); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "pvpCanHelp(actor=" + actor + ", target=" + target + ") returns " + pvpCanHelp(actor, target)); - } - } - else if (strText.startsWith("canSee ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id source = utils.stringToObjId(st.nextToken()); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "canSee(source=" + source + ", target=" + target + ") returns " + canSee(source, target)); - sendSystemMessageTestingOnly(self, "canSee(source=" + target + ", target=" + source + ") returns " + canSee(target, source)); - } - } - else if (strText.startsWith("testSui ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - int buttons = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling sui.msgbox() with button(s) " + buttons); - int pid = sui.msgbox(self, self, "this is a test message", buttons, "testSuiHandler"); - } - } - else if (strText.startsWith("testSuiObjectRange ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - int buttons = utils.stringToInt(st.nextToken()); - obj_id object = utils.stringToObjId(st.nextToken()); - float range = utils.stringToFloat(st.nextToken()); - int pid = createSUIPage(sui.SUI_MSGBOX, self, self, "testSuiHandler"); - setSUIProperty(pid, sui.MSGBOX_PROMPT, sui.PROP_TEXT, "this is a test message"); - setSUIProperty(pid, sui.MSGBOX_TITLE, sui.PROP_TEXT, sui.DEFAULT_TITLE); - sui.msgboxButtonSetup(pid, buttons); - setSUIAssociatedObject(pid, object); - setSUIMaxRangeToObject(pid, range); - showSUIPage(pid); - sendSystemMessageTestingOnly(self, "calling sui.msgbox() with button(s)=" + buttons + ", object=" + object + ", range=" + range + " returns pid " + pid); - } - } - else if (strText.startsWith("testSuiLocationRange ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - int buttons = utils.stringToInt(st.nextToken()); - obj_id object = utils.stringToObjId(st.nextToken()); - float range = utils.stringToFloat(st.nextToken()); - int pid = createSUIPage(sui.SUI_MSGBOX, self, self, "testSuiHandler"); - setSUIProperty(pid, sui.MSGBOX_PROMPT, sui.PROP_TEXT, "this is a test message"); - setSUIProperty(pid, sui.MSGBOX_TITLE, sui.PROP_TEXT, sui.DEFAULT_TITLE); - sui.msgboxButtonSetup(pid, buttons); - setSUIAssociatedLocation(pid, object); - setSUIMaxRangeToObject(pid, range); - showSUIPage(pid); - sendSystemMessageTestingOnly(self, "calling sui.msgbox() with button(s)=" + buttons + ", object=" + object + ", range=" + range + " returns pid " + pid); - } - } - else if (strText.startsWith("hidePlayer ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling setCreatureCoverVisibility(target=" + target + ", isVisible=false)"); - setCreatureCoverVisibility(target, false); - } - } - else if (strText.startsWith("huyPilotShip ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id pilot = utils.stringToObjId(st.nextToken()); - obj_id ship = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "pilotShip(pilot=" + pilot + ", ship=" + ship + ") returns " + pilotShip(pilot, ship)); - } - } - else if (strText.startsWith("showPlayer ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling setCreatureCoverVisibility(target=" + target + ", isVisible=true)"); - setCreatureCoverVisibility(target, true); - } - } - else if (strText.startsWith("hideObject ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling hideFromClient(target=" + target + ", hide=true)"); - hideFromClient(target, true); - } - } - else if (strText.startsWith("showObject ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling hideFromClient(target=" + target + ", hide=false)"); - hideFromClient(target, false); - } - } - else if (strText.startsWith("addPassiveReveal ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - obj_id target = utils.stringToObjId(st.nextToken()); - int range = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling addPassiveReveal(object=" + object + ", target=" + target + ", range=" + range + ")"); - addPassiveReveal(object, target, range); - } - } - else if (strText.startsWith("removePassiveReveal ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling removePassiveReveal(object=" + object + ", target=" + target + ")"); - removePassiveReveal(object, target); - } - } - else if (strText.startsWith("clearPassiveRevealList ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling clearPassiveRevealList(object=" + object + ")"); - clearPassiveRevealList(object); - } - } - else if (strText.startsWith("getPassiveRevealRange ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getPassiveRevealRange(object=" + object + ", target=" + target + ") returns " + getPassiveRevealRange(object, target)); - } - } - else if (strText.startsWith("getPassiveRevealList ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - dictionary revealList = getPassiveRevealList(object); - if (revealList == null) - { - sendSystemMessageTestingOnly(self, "getPassiveRevealList(object=" + object + ") returns null"); - } - else - { - obj_id[] ids = revealList.getObjIdArray("id"); - int[] range = revealList.getIntArray("range"); - if (ids == null) - { - sendSystemMessageTestingOnly(self, "getPassiveRevealList(object=" + object + ") returns null id list"); - } - if (ids.length == 0) - { - sendSystemMessageTestingOnly(self, "getPassiveRevealList(object=" + object + ") returns 0-length id list"); - } - if (range == null) - { - sendSystemMessageTestingOnly(self, "getPassiveRevealList(object=" + object + ") returns null range list"); - } - if (range.length == 0) - { - sendSystemMessageTestingOnly(self, "getPassiveRevealList(object=" + object + ") returns 0-length range list"); - } - if (ids.length != range.length) - { - sendSystemMessageTestingOnly(self, "getPassiveRevealList(object=" + object + ") returns different size id (" + ids.length + ") and range (" + range.length + ") lists"); - } - if ((ids != null) && (ids.length > 0) && (range != null) && (range.length > 0) && (ids.length == range.length)) - { - sendSystemMessageTestingOnly(self, "getPassiveRevealList(object=" + object + ") returns:"); - for (int i = 0; i < ids.length; ++i) - { - sendSystemMessageTestingOnly(self, "id=" + ids[i] + ", range=" + range[i]); - } - } - } - } - } - else if (strText.startsWith("modifyCurrentGcwPoints ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - int amount = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "modifyCurrentGcwPoints(target=" + target + ", adjustment=" + amount + ")"); - pvpModifyCurrentGcwPoints(target, amount); - } - } - else if (strText.startsWith("modifyCurrentPvpKills ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - int amount = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "modifyCurrentPvpKills(target=" + target + ", adjustment=" + amount + ")"); - pvpModifyCurrentPvpKills(target, amount); - } - } - else if (strText.startsWith("getGcwRank ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getGcwRank(target=" + target + ") returns current=" + pvpGetCurrentGcwRank(target) + ", maxImperial=" + pvpGetMaxGcwImperialRank(target) + ", maxRebel=" + pvpGetMaxGcwRebelRank(target)); - } - } - else if (strText.startsWith("getGcwInfo ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getGcwInfo(target=" + target + ") returns points=" + pvpGetCurrentGcwPoints(target) + ", rating=" + pvpGetCurrentGcwRating(target) + ", kills=" + pvpGetCurrentPvpKills(target) + ", lifetime points=" + pvpGetLifetimeGcwPoints(target) + ", max imp rating=" + pvpGetMaxGcwImperialRating(target) + ", max reb rating=" + pvpGetMaxGcwRebelRating(target) + ", lifetime kills=" + pvpGetLifetimePvpKills(target) + ", next recalc=" + pvpGetNextGcwRatingCalcTime(target)); - } - } - else if (strText.startsWith("transferGcwInfo ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id source = utils.stringToObjId(st.nextToken()); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "transferGcwInfo(source=" + source + ", target=" + target + ")"); - dictionary characterData = new dictionary(); - characterData.put("gcw_current_point", pvpGetCurrentGcwPoints(source)); - characterData.put("gcw_current_rating", pvpGetCurrentGcwRating(source)); - characterData.put("gcw_current_pvp_kill", pvpGetCurrentPvpKills(source)); - characterData.put("gcw_lifetime_point", pvpGetLifetimeGcwPoints(source)); - characterData.put("gcw_max_imperial_rating", pvpGetMaxGcwImperialRating(source)); - characterData.put("gcw_max_rebel_rating", pvpGetMaxGcwRebelRating(source)); - characterData.put("gcw_lifetime_pvp_kill", pvpGetLifetimePvpKills(source)); - characterData.put("gcw_next_rating_calc_time", pvpGetNextGcwRatingCalcTime(source)); - ctsUseOnlySetGcwInfo(target, characterData.getInt("gcw_current_point"), characterData.getInt("gcw_current_rating"), characterData.getInt("gcw_current_pvp_kill"), characterData.getLong("gcw_lifetime_point"), characterData.getInt("gcw_max_imperial_rating"), characterData.getInt("gcw_max_rebel_rating"), characterData.getInt("gcw_lifetime_pvp_kill"), characterData.getInt("gcw_next_rating_calc_time")); - } - } - else if (strText.startsWith("isInWorldCell ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "isInWorldCell(target=" + target + ") returns " + isInWorldCell(target)); - } - } - else if (strText.startsWith("isAccountQualifiedForHousePackup ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "isAccountQualifiedForHousePackup(target=" + target + ") returns " + isAccountQualifiedForHousePackup(target)); - } - } - else if (strText.equals("sneak")) - { - sendSystemMessageTestingOnly(self, "doing queueCommand(sp_buff_stealth_1)"); - queueCommand(self, (-1926826718), null, "", COMMAND_PRIORITY_DEFAULT); - } - else if (strText.startsWith("checkBadgeCount ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "badge.checkBadgeCount(target=" + target + ") returns " + badge.checkBadgeCount(target)); - } - } - else if (strText.startsWith("addOldBadge ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - int badgeId = utils.stringToInt(st.nextToken()); - int[] badges = getIntArrayObjVar(player, "badge.tracking"); - int count = getIntObjVar(player, "badge.count"); - removeObjVar(player, "badge.tracking"); - removeObjVar(player, "badge.count"); - if ((badges == null) || (badges.length == 0)) - { - badges = new int[15]; - for (int i = 0; i < 15; ++i) - { - badges[i] = 0; - } - } - else if (badges.length < 15) - { - int[] newBadges = new int[15]; - for (int i = 0; i < 15; ++i) - { - newBadges[i] = 0; - } - for (int j = 0; j < badges.length; ++j) - { - newBadges[j] = badges[j]; - } - badges = newBadges; - } - int arrayIdx = badgeId / 32; - int bitIdx = badgeId % 32; - if ((arrayIdx < 15) && (!utils.checkBit(badges[arrayIdx], bitIdx))) - { - badges[arrayIdx] = utils.setBit(badges[arrayIdx], bitIdx); - count++; - } - setObjVar(player, "badge.tracking", badges); - setObjVar(player, "badge.count", count); - sendSystemMessageTestingOnly(self, "addOldBadge player=" + player + ", badgeId=" + badgeId + " (" + getCollectionSlotName(badgeId) + ")"); - } - } - else if (strText.startsWith("explorerBadgeByNumber ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - int badgeNum = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "explorerBadgeByNumber(target=" + target + ", badgeNum=" + badgeNum + ")"); - dictionary explorerBadges = new dictionary(); - explorerBadges.put("badgeNumber", badgeNum); - messageTo(target, "explorerBadge", explorerBadges, 0, false); - } - } - else if (strText.startsWith("explorerBadgeByName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - String badgeName = st.nextToken(); - sendSystemMessageTestingOnly(self, "explorerBadgeByNumber(target=" + target + ", badgeName=" + badgeName + ")"); - dictionary explorerBadges = new dictionary(); - explorerBadges.put("badgeName", badgeName); - messageTo(target, "explorerBadge", explorerBadges, 0, false); - } - } - else if (strText.startsWith("addHate ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - obj_id hateTarget = utils.stringToObjId(st.nextToken()); - float hateValue = utils.stringToFloat(st.nextToken()); - sendSystemMessageTestingOnly(self, "addHate(object=" + object + ", hateTarget=" + hateTarget + ", hate=" + hateValue + ")"); - addHate(object, hateTarget, hateValue); - } - } - else if (strText.startsWith("addHateDot ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 5) - { - String command = st.nextToken(); - obj_id o = utils.stringToObjId(st.nextToken()); - obj_id target = utils.stringToObjId(st.nextToken()); - float hate = utils.stringToFloat(st.nextToken()); - int seconds = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "addHateDot(object=" + o + ", hateTarget=" + target + ", hateAmount=" + hate + ", seconds=" + seconds + ")"); - addHateDot(o, target, hate, seconds); - } - } - else if (strText.startsWith("getHate ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - obj_id hateTarget = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getHate(object=" + object + ", hateTarget=" + hateTarget + ") returns " + getHate(object, hateTarget)); - } - } - else if (strText.startsWith("getDefaultWeapon ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getDefaultWeapon(player=" + player + ") returns " + getDefaultWeapon(player)); - } - } - else if (strText.startsWith("removeOldBadge ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - int badgeId = utils.stringToInt(st.nextToken()); - int[] badges = getIntArrayObjVar(player, "badge.tracking"); - int count = getIntObjVar(player, "badge.count"); - removeObjVar(player, "badge.tracking"); - removeObjVar(player, "badge.count"); - if ((badges == null) || (badges.length == 0)) - { - badges = new int[15]; - for (int i = 0; i < 15; ++i) - { - badges[i] = 0; - } - } - else if (badges.length < 15) - { - int[] newBadges = new int[15]; - for (int i = 0; i < 15; ++i) - { - newBadges[i] = 0; - } - for (int j = 0; j < badges.length; ++j) - { - newBadges[j] = badges[j]; - } - badges = newBadges; - } - int arrayIdx = badgeId / 32; - int bitIdx = badgeId % 32; - if ((arrayIdx < 15) && (utils.checkBit(badges[arrayIdx], bitIdx))) - { - badges[arrayIdx] = utils.clearBit(badges[arrayIdx], bitIdx); - count--; - } - setObjVar(player, "badge.tracking", badges); - setObjVar(player, "badge.count", count); - sendSystemMessageTestingOnly(self, "removeOldBadge player=" + player + ", badgeId=" + badgeId + " (" + getCollectionSlotName(badgeId) + ")"); - } - } - else if (strText.startsWith("modifyCollectionSlotValue ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String slotName = st.nextToken(); - obj_id delta = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "modifyCollectionSlotValue(player=" + player + ", slotName=" + slotName + ", delta=" + delta + ") returns " + modifyCollectionSlotValue(player, slotName, delta.getValue())); - } - } - else if (strText.startsWith("getCollectionSlotValue ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String slotName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCollectionSlotValue(player=" + player + ", slotName=" + slotName + ") returns " + getCollectionSlotValue(player, slotName)); - } - } - else if (strText.startsWith("hasCompletedCollectionSlotPrereq ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String slotName = st.nextToken(); - sendSystemMessageTestingOnly(self, "hasCompletedCollectionSlotPrereq(player=" + player + ", slotName=" + slotName + ") returns " + hasCompletedCollectionSlotPrereq(player, slotName)); - } - } - else if (strText.startsWith("hasCompletedCollectionSlot ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String slotName = st.nextToken(); - sendSystemMessageTestingOnly(self, "hasCompletedCollectionSlot(player=" + player + ", slotName=" + slotName + ") returns " + hasCompletedCollectionSlot(player, slotName)); - } - } - else if (strText.startsWith("hasCompletedCollection ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String collectionName = st.nextToken(); - sendSystemMessageTestingOnly(self, "hasCompletedCollection(player=" + player + ", collectionName=" + collectionName + ") returns " + hasCompletedCollection(player, collectionName)); - } - } - else if (strText.startsWith("hasCompletedCollectionPage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String pageName = st.nextToken(); - sendSystemMessageTestingOnly(self, "hasCompletedCollectionPage(player=" + player + ", pageName=" + pageName + ") returns " + hasCompletedCollectionPage(player, pageName)); - } - } - else if (strText.startsWith("hasCompletedCollectionBook ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String bookName = st.nextToken(); - sendSystemMessageTestingOnly(self, "hasCompletedCollectionBook(player=" + player + ", bookName=" + bookName + ") returns " + hasCompletedCollectionBook(player, bookName)); - } - } - else if (strText.startsWith("getCompletedCollectionSlotsInCollection ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String collectionName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCompletedCollectionSlotsInCollection(player=" + player + ", collectionName=" + collectionName + ") returns:"); - String[] slotNames = getCompletedCollectionSlotsInCollection(player, collectionName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getCompletedCollectionSlotsInPage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String pageName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCompletedCollectionSlotsInPage(player=" + player + ", pageName=" + pageName + ") returns:"); - String[] slotNames = getCompletedCollectionSlotsInPage(player, pageName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getCompletedCollectionsInPage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String pageName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCompletedCollectionsInPage(player=" + player + ", pageName=" + pageName + ") returns:"); - String[] collectionNames = getCompletedCollectionsInPage(player, pageName); - if ((collectionNames == null) || (collectionNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String collectionName : collectionNames) { - sendSystemMessageTestingOnly(self, collectionName); - } - } - } - } - else if (strText.startsWith("getCompletedCollectionSlotsInBook ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String bookName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCompletedCollectionSlotsInBook(player=" + player + ", bookName=" + bookName + ") returns:"); - String[] slotNames = getCompletedCollectionSlotsInBook(player, bookName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getCompletedCollectionsInBook ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String bookName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCompletedCollectionsInBook(player=" + player + ", bookName=" + bookName + ") returns:"); - String[] collectionNames = getCompletedCollectionsInBook(player, bookName); - if ((collectionNames == null) || (collectionNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String collectionName : collectionNames) { - sendSystemMessageTestingOnly(self, collectionName); - } - } - } - } - else if (strText.startsWith("getCompletedCollectionPagesInBook ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - String bookName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCompletedCollectionPagesInBook(player=" + player + ", bookName=" + bookName + ") returns:"); - String[] pageNames = getCompletedCollectionPagesInBook(player, bookName); - if ((pageNames == null) || (pageNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String pageName : pageNames) { - sendSystemMessageTestingOnly(self, pageName); - } - } - } - } - else if (strText.startsWith("getCompletedCollectionBooks ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id player = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getCompletedCollectionBooks(player=" + player + ") returns:"); - String[] bookNames = getCompletedCollectionBooks(player); - if ((bookNames == null) || (bookNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String bookName : bookNames) { - sendSystemMessageTestingOnly(self, bookName); - } - } - } - } - else if (strText.startsWith("getCollectionSlotInfo ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String slotName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCollectionSlotInfo(slotName=" + slotName + ") returns:"); - String[] info = getCollectionSlotInfo(slotName); - if ((info == null) || (info.length != COLLECTION_INFO_ARRAY_SIZE)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - sendSystemMessageTestingOnly(self, "book=" + info[COLLECTION_INFO_INDEX_BOOK]); - sendSystemMessageTestingOnly(self, "page=" + info[COLLECTION_INFO_INDEX_PAGE]); - sendSystemMessageTestingOnly(self, "collection=" + info[COLLECTION_INFO_INDEX_COLLECTION]); - sendSystemMessageTestingOnly(self, "music=" + info[COLLECTION_INFO_INDEX_MUSIC]); - } - } - } - else if (strText.startsWith("isCollectionSlotATitle ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String slotName = st.nextToken(); - sendSystemMessageTestingOnly(self, "isCollectionSlotATitle(slotName=" + slotName + ") returns " + isCollectionSlotATitle(slotName)); - } - } - else if (strText.startsWith("isCollectionATitle ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String collectionName = st.nextToken(); - sendSystemMessageTestingOnly(self, "isCollectionATitle(collectionName=" + collectionName + ") returns " + isCollectionATitle(collectionName)); - } - } - else if (strText.startsWith("isCollectionPageATitle ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String pageName = st.nextToken(); - sendSystemMessageTestingOnly(self, "isCollectionPageATitle(pageName=" + pageName + ") returns " + isCollectionPageATitle(pageName)); - } - } - else if (strText.startsWith("getCollectionSlotCategoryInfo ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String slotName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCollectionSlotCategoryInfo(slotName=" + slotName + ") returns:"); - String[] category = getCollectionSlotCategoryInfo(slotName); - if ((category == null) || (category.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String s : category) { - sendSystemMessageTestingOnly(self, s); - } - } - } - } - else if (strText.startsWith("getCollectionSlotPrereqInfo ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String slotName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getCollectionSlotPrereqInfo(slotName=" + slotName + ") returns:"); - String[] prereqs = getCollectionSlotPrereqInfo(slotName); - if ((prereqs == null) || (prereqs.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String prereq : prereqs) { - sendSystemMessageTestingOnly(self, prereq); - } - } - } - } - else if (strText.startsWith("getCollectionSlotName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - int collectionId = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "getCollectionSlotName(collectionId=" + collectionId + ") returns " + getCollectionSlotName(collectionId)); - } - } - else if (strText.startsWith("getAllCollectionSlotsInCollection ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String collectionName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotsInCollection(collectionName=" + collectionName + ") returns:"); - String[] slotNames = getAllCollectionSlotsInCollection(collectionName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getAllCollectionSlotsInPage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String pageName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotsInPage(pageName=" + pageName + ") returns:"); - String[] slotNames = getAllCollectionSlotsInPage(pageName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getAllCollectionsInPage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String pageName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionsInPage(pageName=" + pageName + ") returns:"); - String[] collectionNames = getAllCollectionsInPage(pageName); - if ((collectionNames == null) || (collectionNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String collectionName : collectionNames) { - sendSystemMessageTestingOnly(self, collectionName); - } - } - } - } - else if (strText.startsWith("getAllCollectionSlotsInBook ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String bookName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotsInBook(bookName=" + bookName + ") returns:"); - String[] slotNames = getAllCollectionSlotsInBook(bookName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getAllCollectionsInBook ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String bookName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionsInBook(bookName=" + bookName + ") returns:"); - String[] collectionNames = getAllCollectionsInBook(bookName); - if ((collectionNames == null) || (collectionNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String collectionName : collectionNames) { - sendSystemMessageTestingOnly(self, collectionName); - } - } - } - } - else if (strText.startsWith("getAllCollectionPagesInBook ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String bookName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionPagesInBook(bookName=" + bookName + ") returns:"); - String[] pageNames = getAllCollectionPagesInBook(bookName); - if ((pageNames == null) || (pageNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String pageName : pageNames) { - sendSystemMessageTestingOnly(self, pageName); - } - } - } - } - else if (strText.equals("getAllCollectionBooks")) - { - sendSystemMessageTestingOnly(self, "getAllCollectionBooks() returns:"); - String[] bookNames = getAllCollectionBooks(); - if ((bookNames == null) || (bookNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String bookName : bookNames) { - sendSystemMessageTestingOnly(self, bookName); - } - } - } - else if (strText.startsWith("getAllCollectionSlotsInCategory ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String categoryName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotsInCategory(categoryName=" + categoryName + ") returns:"); - String[] slotNames = getAllCollectionSlotsInCategory(categoryName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getAllCollectionSlotsInCategoryInCollection ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - String collectionName = st.nextToken(); - String categoryName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotsInCategoryInCollection(collectionName=" + collectionName + ", categoryName=" + categoryName + ") returns:"); - String[] slotNames = getAllCollectionSlotsInCategoryInCollection(collectionName, categoryName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getAllCollectionSlotsInCategoryInPage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - String pageName = st.nextToken(); - String categoryName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotsInCategoryInPage(pageName=" + pageName + ", categoryName=" + categoryName + ") returns:"); - String[] slotNames = getAllCollectionSlotsInCategoryInPage(pageName, categoryName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getAllCollectionSlotsInCategoryInBook ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - String bookName = st.nextToken(); - String categoryName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotsInCategoryInBook(bookName=" + bookName + ", categoryName=" + categoryName + ") returns:"); - String[] slotNames = getAllCollectionSlotsInCategoryInBook(bookName, categoryName); - if ((slotNames == null) || (slotNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String slotName : slotNames) { - sendSystemMessageTestingOnly(self, slotName); - } - } - } - } - else if (strText.startsWith("getAllCollectionSlotCategoriesInCollection ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String collectionName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotCategoriesInCollection(collectionName=" + collectionName + ") returns:"); - String[] categoryNames = getAllCollectionSlotCategoriesInCollection(collectionName); - if ((categoryNames == null) || (categoryNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String categoryName : categoryNames) { - sendSystemMessageTestingOnly(self, categoryName); - } - } - } - } - else if (strText.startsWith("getAllCollectionSlotCategoriesInPage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String pageName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotCategoriesInPage(pageName=" + pageName + ") returns:"); - String[] categoryNames = getAllCollectionSlotCategoriesInPage(pageName); - if ((categoryNames == null) || (categoryNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String categoryName : categoryNames) { - sendSystemMessageTestingOnly(self, categoryName); - } - } - } - } - else if (strText.startsWith("getAllCollectionSlotCategoriesInBook ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String bookName = st.nextToken(); - sendSystemMessageTestingOnly(self, "getAllCollectionSlotCategoriesInBook(bookName=" + bookName + ") returns:"); - String[] categoryNames = getAllCollectionSlotCategoriesInBook(bookName); - if ((categoryNames == null) || (categoryNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String categoryName : categoryNames) { - sendSystemMessageTestingOnly(self, categoryName); - } - } - } - } - else if (strText.equals("getAllCollectionSlotCategories")) - { - sendSystemMessageTestingOnly(self, "getAllCollectionSlotCategories() returns:"); - String[] categoryNames = getAllCollectionSlotCategories(); - if ((categoryNames == null) || (categoryNames.length < 1)) - { - sendSystemMessageTestingOnly(self, "no entries"); - } - else - { - for (String categoryName : categoryNames) { - sendSystemMessageTestingOnly(self, categoryName); - } - } - } - else if (strText.startsWith("transferCollections ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id source = utils.stringToObjId(st.nextToken()); - obj_id target = utils.stringToObjId(st.nextToken()); - obj_id playerObjectSource = getPlayerObject(source); - if (isIdValid(playerObjectSource)) - { - obj_id playerObjectTarget = getPlayerObject(target); - if (isIdValid(playerObjectTarget)) - { - byte[] collections = getByteStreamFromAutoVariable(playerObjectSource, "collections"); - if (collections != null && collections.length > 0) - { - setAutoVariableFromByteStream(playerObjectTarget, "collections", collections); - sendSystemMessageTestingOnly(self, "transferCollections(source=" + source + ", target=" + target + ")"); - } - else - { - sendSystemMessageTestingOnly(self, "transferCollections(source=" + source + ", target=" + target + ") source doesn't have any collections"); - } - } - else - { - sendSystemMessageTestingOnly(self, "transferCollections(source=" + source + ", target=" + target + ") target has invalid PlayerObject"); - } - } - else - { - sendSystemMessageTestingOnly(self, "transferCollections(source=" + source + ", target=" + target + ") source has invalid PlayerObject"); - } - } - } - else if (strText.startsWith("makeOnLeave ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "makeOnLeave(target=" + target + ")"); - pvpMakeOnLeave(target); - } - } - else if (strText.startsWith("modifyShipShield ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 7) - { - String command = st.nextToken(); - obj_id shipOid = utils.stringToObjId(st.nextToken()); - float frontCurrent = utils.stringToFloat(st.nextToken()); - float frontMax = utils.stringToFloat(st.nextToken()); - float backCurrent = utils.stringToFloat(st.nextToken()); - float backMax = utils.stringToFloat(st.nextToken()); - float rechargeRate = utils.stringToFloat(st.nextToken()); - sendSystemMessageTestingOnly(self, "changing shield for ship " + shipOid + " (front=" + frontCurrent + "/" + frontMax + " back=" + backCurrent + "/" + backMax + " rechargeRate=" + rechargeRate + ")"); - setShipShieldHitpointsFrontCurrent(shipOid, frontCurrent); - setShipShieldHitpointsFrontMaximum(shipOid, frontMax); - setShipShieldHitpointsBackCurrent(shipOid, backCurrent); - setShipShieldHitpointsBackMaximum(shipOid, backMax); - setShipShieldRechargeRate(shipOid, rechargeRate); - } - } - else if (strText.startsWith("setResidenceHouseId ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - obj_id value = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "setResidenceHouseId for " + object + " to " + value); - setHouseId(object, value); - } - } - else if (strText.startsWith("getResidenceHouseId ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getResidenceHouseId for " + object + " returned " + getHouseId(object)); - } - } - else if (strText.equals("progressBar")) - { - int result = progressBar(self); - sendSystemMessageTestingOnly(self, "progress bar SUI page " + result + " shown"); - } - else if (strText.startsWith("setProgressBarText ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - int pageId = utils.stringToInt(st.nextToken()); - String newText = st.nextToken(); - setSUIProperty(pageId, "comp.pText.text", PROP_TEXT, newText); - flushSUIPage(pageId); - sendSystemMessageTestingOnly(self, "setting progress bar SUI page " + pageId + " text to " + newText); - } - } - else if (strText.startsWith("createCountdownTimerBar ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 6) - { - String command = st.nextToken(); - String type = st.nextToken(); - String sid_table = st.nextToken(); - String sid_text = st.nextToken(); - string_id sid = new string_id(sid_table, sid_text); - int currentTime = utils.stringToInt(st.nextToken()); - int totalTime = utils.stringToInt(st.nextToken()); - int pid = sui.countdownTimerSUI(self, self, type, sid, currentTime, totalTime, "CountdownTimerBarCallback"); - sendSystemMessageTestingOnly(self, "sui.countdownTimerSUI(...," + type + ", " + utils.packStringId(sid) + ", " + currentTime + ", " + totalTime + ", ...) returned pid " + pid); - } - } - else if (strText.startsWith("updateCountdownTimerBar ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 6) - { - String command = st.nextToken(); - int pageId = utils.stringToInt(st.nextToken()); - String sid_table = st.nextToken(); - String sid_text = st.nextToken(); - string_id sid = new string_id(sid_table, sid_text); - int currentTime = utils.stringToInt(st.nextToken()); - int totalTime = utils.stringToInt(st.nextToken()); - boolean result = sui.updateCountdownTimerSUI(pageId, sid, currentTime, totalTime); - sendSystemMessageTestingOnly(self, "sui.updateCountdownTimerSUI(" + pageId + ", " + utils.packStringId(sid) + ", " + currentTime + ", " + totalTime + ") returned result " + result); - } - } - else if (strText.startsWith("factionMessagePP ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - float radius = utils.stringToFloat(st.nextToken()); - int notifyImperial = utils.stringToInt(st.nextToken()); - int notifyRebel = utils.stringToInt(st.nextToken()); - int callTime = 45; - prose_package pp = prose.getPackage(pet_lib.SID_SYS_CALL_PET_DELAY, callTime); - sendSystemMessageTestingOnly(self, "calling sendFactionalSystemMessagePlanet() for radius " + radius); - sendFactionalSystemMessagePlanet(pp, getLocation(self), radius, (notifyImperial != 0), (notifyRebel != 0)); - } - } - else if (strText.startsWith("factionMessage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 6) - { - String command = st.nextToken(); - float radius = utils.stringToFloat(st.nextToken()); - String sid_table = st.nextToken(); - String sid_text = st.nextToken(); - string_id sid = new string_id(sid_table, sid_text); - int notifyImperial = utils.stringToInt(st.nextToken()); - int notifyRebel = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling sendFactionalSystemMessagePlanet() for radius " + radius); - sendFactionalSystemMessagePlanet(sid, null, radius, (notifyImperial != 0), (notifyRebel != 0)); - } - } - else if (strText.startsWith("setCondition ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - int condition = utils.stringToInt(st.nextToken()); - setCondition(object, condition); - sendSystemMessageTestingOnly(self, "setting condition " + condition + " for object " + object); - } - } - else if (strText.startsWith("clearCondition ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - int condition = utils.stringToInt(st.nextToken()); - clearCondition(object, condition); - sendSystemMessageTestingOnly(self, "clearing condition " + condition + " for object " + object); - } - } - else if (strText.startsWith("addMapLocation ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - boolean result = planetary_map.addMapLocation(object); - sendSystemMessageTestingOnly(self, "addMapLocation for object " + object + " result " + result); - } - } - else if (strText.startsWith("removeMapLocation ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - planetary_map.removeMapLocation(object); - sendSystemMessageTestingOnly(self, "removeMapLocation for object " + object); - } - } - else if (strText.startsWith("updateBankTerminalMapLocationName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - String newName = st.nextToken(); - newName = "\\#FFFF22" + newName; - location loc = getWorldLocation(object); - boolean result = addPlanetaryMapLocationIgnoreLocationCountLimits(object, newName, (int)loc.x, (int)loc.z, "terminal", "terminal_bank", MLT_STATIC, 0); - sendSystemMessageTestingOnly(self, "updateBankTerminalMapLocationName for object " + object + " newName " + newName + " result " + result); - } - } - else if (strText.startsWith("updateMissionTerminalMapLocationName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - String newName = st.nextToken(); - newName = "\\#FFFF22" + newName; - location loc = getWorldLocation(object); - boolean result = addPlanetaryMapLocationIgnoreLocationCountLimits(object, newName, (int)loc.x, (int)loc.z, "terminal", "terminal_mission", MLT_STATIC, 0); - sendSystemMessageTestingOnly(self, "updateMissionTerminalMapLocationName for object " + object + " newName " + newName + " result " + result); - } - } - else if (strText.startsWith("pvpSetAttackableOverride ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - int value = utils.stringToInt(st.nextToken()); - boolean bValue; - if (value != 0) - { - bValue = true; - } - else - { - bValue = false; - } - sendSystemMessageTestingOnly(self, "calling pvpSetAttackableOverride(" + target + ", " + bValue + ")"); - pvpSetAttackableOverride(target, bValue); - } - } - else if (strText.startsWith("setMaxHitpoints ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - int value = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling setMaxHitpoints(" + target + ", " + value + ")"); - setMaxHitpoints(target, value); - } - } - else if (strText.startsWith("areAllContentsLoaded ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "areAllContentsLoaded(" + target + ")=" + areAllContentsLoaded(target)); - } - } - else if (strText.startsWith("enterClientTicketPurchaseMode ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String startPlanet = st.nextToken(); - enterClientTicketPurchaseMode(self, startPlanet, "Starport", false); - } - } - else if (strText.startsWith("spawnNoAI ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String creature = st.nextToken(); - create.object(creature, getLocation(self), false); - } - } - else if (strText.equals("getTime")) - { - int gameTime = getGameTime(); - int[] convertedGameTime = player_structure.convertSecondsTime(gameTime); - sendSystemMessageTestingOnly(self, "getGameTime() returns " + gameTime + " (" + (convertedGameTime[0] / 365) + "y:" + (convertedGameTime[0] % 365) + "d:" + convertedGameTime[1] + "h:" + convertedGameTime[2] + "m:" + convertedGameTime[3] + "s)"); - int calendarTime = getCalendarTime(); - int[] convertedCalendarTime = player_structure.convertSecondsTime(calendarTime); - sendSystemMessageTestingOnly(self, "getCalendarTime() returns " + calendarTime + " (" + (convertedCalendarTime[0] / 365) + "y:" + (convertedCalendarTime[0] % 365) + "d:" + convertedCalendarTime[1] + "h:" + convertedCalendarTime[2] + "m:" + convertedCalendarTime[3] + "s)"); - sendSystemMessageTestingOnly(self, "getCalendarTimeStringGMT(" + calendarTime + ") returns " + getCalendarTimeStringGMT(calendarTime)); - sendSystemMessageTestingOnly(self, "getCalendarTimeStringLocal(" + calendarTime + ") returns " + getCalendarTimeStringLocal(calendarTime)); - } - else if (strText.startsWith("getTime ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 7) - { - String command = st.nextToken(); - int year = utils.stringToInt(st.nextToken()); - int month = utils.stringToInt(st.nextToken()); - int day = utils.stringToInt(st.nextToken()); - int hour = utils.stringToInt(st.nextToken()); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int time = getCalendarTime(year, month, day, hour, minute, second); - if (time < 0) - { - sendSystemMessageTestingOnly(self, month + "/" + day + "/" + year + " " + hour + ":" + minute + ":" + second + " is not a valid date/time (" + time + ")"); - } - else - { - sendSystemMessageTestingOnly(self, month + "/" + day + "/" + year + " " + hour + ":" + minute + ":" + second + " is " + time + ", " + getCalendarTimeStringLocal(time) + ", " + getCalendarTimeStringGMT(time)); - } - } - } - else if (strText.startsWith("makeInvulnerable ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id obj = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "making " + obj + " invulnerable"); - setInvulnerable(obj, true); - } - } - else if (strText.startsWith("makeVulnerable ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id obj = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "making " + obj + " vulnerable"); - setInvulnerable(obj, false); - } - } - else if (strText.startsWith("hourlyAlarm ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int now = getGameTime(); - dictionary d = new dictionary(); - d.put("gameTime", now); - int timeUntil = createHourlyAlarmClock(self, "huyHourlyAlarmClock", d, minute, second); - if (timeUntil <= -1) - { - sendSystemMessageTestingOnly(self, "createHourlyAlarmClock(minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil); - } - else - { - sendSystemMessageTestingOnly(self, "createHourlyAlarmClock(minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil + " (" + (timeUntil / (60 * 60 * 24)) + "d:" + ((timeUntil % (60 * 60 * 24)) / (60 * 60)) + "h:" + ((timeUntil % (60 * 60)) / 60) + "m:" + (timeUntil % 60) + "s)"); - } - } - } - else if (strText.startsWith("dailyAlarm ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - int hour = utils.stringToInt(st.nextToken()); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int now = getGameTime(); - dictionary d = new dictionary(); - d.put("gameTime", now); - int timeUntil = createDailyAlarmClock(self, "huyDailyAlarmClock", d, hour, minute, second); - if (timeUntil <= -1) - { - sendSystemMessageTestingOnly(self, "createDailyAlarmClock(hour=" + hour + ", minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil); - } - else - { - sendSystemMessageTestingOnly(self, "createDailyAlarmClock(hour=" + hour + ", minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil + " (" + (timeUntil / (60 * 60 * 24)) + "d:" + ((timeUntil % (60 * 60 * 24)) / (60 * 60)) + "h:" + ((timeUntil % (60 * 60)) / 60) + "m:" + (timeUntil % 60) + "s)"); - } - } - } - else if (strText.startsWith("weeklyAlarm ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 5) - { - String command = st.nextToken(); - String dayOfWeek = st.nextToken(); - int hour = utils.stringToInt(st.nextToken()); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int intDayOfWeek = -1; - switch (dayOfWeek) { - case "sun": - intDayOfWeek = DAY_OF_WEEK_SUN; - break; - case "mon": - intDayOfWeek = DAY_OF_WEEK_MON; - break; - case "tue": - intDayOfWeek = DAY_OF_WEEK_TUE; - break; - case "wed": - intDayOfWeek = DAY_OF_WEEK_WED; - break; - case "thu": - intDayOfWeek = DAY_OF_WEEK_THU; - break; - case "fri": - intDayOfWeek = DAY_OF_WEEK_FRI; - break; - case "sat": - intDayOfWeek = DAY_OF_WEEK_SAT; - break; - } - if ((intDayOfWeek < DAY_OF_WEEK_SUN) || (intDayOfWeek > DAY_OF_WEEK_SAT)) - { - sendSystemMessageTestingOnly(self, "weeklyAlarm invalid day of week " + intDayOfWeek); - } - else - { - int now = getGameTime(); - dictionary d = new dictionary(); - d.put("gameTime", now); - int timeUntil = createWeeklyAlarmClock(self, "huyWeeklyAlarmClock", d, intDayOfWeek, hour, minute, second); - if (timeUntil <= -1) - { - sendSystemMessageTestingOnly(self, "createWeeklyAlarmClock(dow=" + intDayOfWeek + ", hour=" + hour + ", minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil); - } - else - { - sendSystemMessageTestingOnly(self, "createWeeklyAlarmClock(dow=" + intDayOfWeek + ", hour=" + hour + ", minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil + " (" + (timeUntil / (60 * 60 * 24)) + "d:" + ((timeUntil % (60 * 60 * 24)) / (60 * 60)) + "h:" + ((timeUntil % (60 * 60)) / 60) + "m:" + (timeUntil % 60) + "s)"); - } - } - } - } - else if (strText.startsWith("monthlyAlarm ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 5) - { - String command = st.nextToken(); - int dayOfMonth = utils.stringToInt(st.nextToken()); - int hour = utils.stringToInt(st.nextToken()); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int now = getGameTime(); - dictionary d = new dictionary(); - d.put("gameTime", now); - int timeUntil = createMonthlyAlarmClock(self, "huyMonthlyAlarmClock", d, dayOfMonth, hour, minute, second); - if (timeUntil <= -1) - { - sendSystemMessageTestingOnly(self, "createMonthlyAlarmClock(dom=" + dayOfMonth + ", hour=" + hour + ", minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil); - } - else - { - sendSystemMessageTestingOnly(self, "createMonthlyAlarmClock(dom=" + dayOfMonth + ", hour=" + hour + ", minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil + " (" + (timeUntil / (60 * 60 * 24)) + "d:" + ((timeUntil % (60 * 60 * 24)) / (60 * 60)) + "h:" + ((timeUntil % (60 * 60)) / 60) + "m:" + (timeUntil % 60) + "s)"); - } - } - } - else if (strText.startsWith("yearlyAlarm ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 6) - { - String command = st.nextToken(); - int month = utils.stringToInt(st.nextToken()); - int dayOfMonth = utils.stringToInt(st.nextToken()); - int hour = utils.stringToInt(st.nextToken()); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int now = getGameTime(); - dictionary d = new dictionary(); - d.put("gameTime", now); - int timeUntil = createYearlyAlarmClock(self, "huyYearlyAlarmClock", d, month, dayOfMonth, hour, minute, second); - if (timeUntil <= -1) - { - sendSystemMessageTestingOnly(self, "createYearlyAlarmClock(month=" + month + ", dom=" + dayOfMonth + ", hour=" + hour + ", minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil); - } - else - { - sendSystemMessageTestingOnly(self, "createYearlyAlarmClock(month=" + month + ", dom=" + dayOfMonth + ", hour=" + hour + ", minute=" + minute + ", second=" + second + ") now=" + now + " returns " + timeUntil + " (" + (timeUntil / (60 * 60 * 24)) + "d:" + ((timeUntil % (60 * 60 * 24)) / (60 * 60)) + "h:" + ((timeUntil % (60 * 60)) / 60) + "m:" + (timeUntil % 60) + "s)"); - } - } - } - else if (strText.startsWith("secondsUntilHourly ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int now = getCalendarTime(); - int secondsUntil = secondsUntilNextHourlyTime(minute, second); - int then = now + secondsUntil; - sendSystemMessageTestingOnly(self, "now is " + getCalendarTimeStringLocal(now) + ", " + getCalendarTimeStringGMT(now)); - sendSystemMessageTestingOnly(self, secondsUntil + " seconds until " + getCalendarTimeStringLocal(then) + ", " + getCalendarTimeStringGMT(then)); - } - } - else if (strText.startsWith("secondsUntilDaily ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - int hour = utils.stringToInt(st.nextToken()); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int now = getCalendarTime(); - int secondsUntil = secondsUntilNextDailyTime(hour, minute, second); - int then = now + secondsUntil; - sendSystemMessageTestingOnly(self, "now is " + getCalendarTimeStringLocal(now) + ", " + getCalendarTimeStringGMT(now)); - sendSystemMessageTestingOnly(self, secondsUntil + " seconds until " + getCalendarTimeStringLocal(then) + ", " + getCalendarTimeStringGMT(then)); - } - } - else if (strText.startsWith("secondsUntilWeekly ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 5) - { - String command = st.nextToken(); - int dayOfWeek = utils.stringToInt(st.nextToken()); - int hour = utils.stringToInt(st.nextToken()); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int now = getCalendarTime(); - int secondsUntil = secondsUntilNextWeeklyTime(dayOfWeek, hour, minute, second); - int then = now + secondsUntil; - sendSystemMessageTestingOnly(self, "now is " + getCalendarTimeStringLocal(now) + ", " + getCalendarTimeStringGMT(now)); - sendSystemMessageTestingOnly(self, secondsUntil + " seconds until " + getCalendarTimeStringLocal(then) + ", " + getCalendarTimeStringGMT(then)); - } - } - else if (strText.startsWith("secondsUntilMonthly ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 5) - { - String command = st.nextToken(); - int dayOfMonth = utils.stringToInt(st.nextToken()); - int hour = utils.stringToInt(st.nextToken()); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int now = getCalendarTime(); - int secondsUntil = secondsUntilNextMonthlyTime(dayOfMonth, hour, minute, second); - int then = now + secondsUntil; - sendSystemMessageTestingOnly(self, "now is " + getCalendarTimeStringLocal(now) + ", " + getCalendarTimeStringGMT(now)); - sendSystemMessageTestingOnly(self, secondsUntil + " seconds until " + getCalendarTimeStringLocal(then) + ", " + getCalendarTimeStringGMT(then)); - } - } - else if (strText.startsWith("secondsUntilYearly ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 6) - { - String command = st.nextToken(); - int month = utils.stringToInt(st.nextToken()); - int dayOfMonth = utils.stringToInt(st.nextToken()); - int hour = utils.stringToInt(st.nextToken()); - int minute = utils.stringToInt(st.nextToken()); - int second = utils.stringToInt(st.nextToken()); - int now = getCalendarTime(); - int secondsUntil = secondsUntilNextYearlyTime(month, dayOfMonth, hour, minute, second); - int then = now + secondsUntil; - sendSystemMessageTestingOnly(self, "now is " + getCalendarTimeStringLocal(now) + ", " + getCalendarTimeStringGMT(now)); - sendSystemMessageTestingOnly(self, secondsUntil + " seconds until " + getCalendarTimeStringLocal(then) + ", " + getCalendarTimeStringGMT(then)); - } - } - else if (strText.startsWith("createRegion ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - String regionName = st.nextToken(); - int regionSize = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "createRegion " + regionName + " " + regionSize + " meters"); - createCircleRegion(getWorldLocation(self), regionSize, regionName, regions.PVP_REGION_TYPE_NORMAL, regions.BUILD_FALSE, regions.MUNI_TRUE, regions.GEO_CITY, 0, 0, regions.SPAWN_FALSE, regions.MISSION_NONE, false, true); - } - } - else if (strText.startsWith("getRegionsByPlanet ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String planetName = st.nextToken(); - region[] regions = getRegions(planetName); - if ((regions != null) && (regions.length > 0)) - { - String strOutput = ""; - for (region region : regions) { - strOutput += "region ("; - strOutput += region; - strOutput += ","; - strOutput += planetName; - strOutput += ","; - strOutput += region.getName(); - strOutput += ",notify="; - strOutput += isNotifyRegion(region); - strOutput += ")\r\n"; - } - saveTextOnClient(self, planetName + "_regions.txt", strOutput); - sendSystemMessageTestingOnly(self, regions.length + " regions saved in " + planetName + "_regions.txt"); - } - else - { - sendSystemMessageTestingOnly(self, "no regions returned for planet " + planetName); - } - } - } - else if (strText.startsWith("deleteRegion ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - String planetName = st.nextToken(); - String regionName = st.nextToken(); - region region = getRegion(planetName, regionName); - if (region != null) - { - sendSystemMessageTestingOnly(self, "deleteRegion(" + planetName + ", " + regionName + ") returned " + deleteRegion(region)); - } - else - { - sendSystemMessageTestingOnly(self, "no region returned for planet " + planetName + ", region " + regionName); - } - } - } - else if (strText.startsWith("setBountyValue ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - int bountyValue = utils.stringToInt(st.nextToken()); - setJediBountyValue(target, bountyValue); - } - } - else if (strText.startsWith("requestJediBounty ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - obj_id hunter = utils.stringToObjId(st.nextToken()); - requestJediBounty(target, hunter, "huyRequestJediBountySuccess", "huyRequestJediBountyFailure"); - } - } - else if (strText.startsWith("removeJediBounty ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - obj_id hunter = utils.stringToObjId(st.nextToken()); - removeJediBounty(target, hunter); - } - } - else if (strText.startsWith("removeAllJediBounties ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - removeAllJediBounties(target); - } - } - else if (strText.startsWith("listenToMessage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id broadcasterOid = utils.stringToObjId(st.nextToken()); - String messageName = st.nextToken(); - sendSystemMessageTestingOnly(self, self + " listen to " + broadcasterOid + " for message " + messageName); - listenToMessage(broadcasterOid, messageName); - } - } - else if (strText.startsWith("stopListeningToMessage ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id broadcasterOid = utils.stringToObjId(st.nextToken()); - String messageName = st.nextToken(); - sendSystemMessageTestingOnly(self, self + " stop listen to " + broadcasterOid + " for message " + messageName); - stopListeningToMessage(broadcasterOid, messageName); - } - } - else if (strText.startsWith("getListeners ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String messageName = st.nextToken(); - sendSystemMessageTestingOnly(self, "get listeners for " + self + " for message " + messageName); - obj_id[] listeners = getMessageListeners(messageName); - if (listeners != null && listeners.length > 0) - { - for (obj_id listener : listeners) { - sendSystemMessageTestingOnly(self, "" + listener); - } - } - } - } - else if (strText.startsWith("guildWarCoolDown ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String dest = st.nextToken(); - obj_id destOid = utils.stringToObjId(dest); - pvpSetGuildWarCoolDownPeriodEnemyFlag(destOid); - } - } - else if (strText.startsWith("getGuildId ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String dest = st.nextToken(); - obj_id destOid = utils.stringToObjId(dest); - int intGuildId = getGuildId(destOid); - if (intGuildId != 0) - { - sendSystemMessageTestingOnly(self, destOid + " is in guild " + intGuildId + " (" + guildGetName(intGuildId) + "," + guildGetAbbrev(intGuildId) + ")"); - } - else - { - sendSystemMessageTestingOnly(self, destOid + " is in guild " + intGuildId); - } - } - } - else if (strText.startsWith("guildGetEnemiesAB ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String guildId = st.nextToken(); - int intGuildId = utils.stringToInt(guildId); - int[] enemies_A_to_B = guildGetEnemies(intGuildId); - if (enemies_A_to_B == null || enemies_A_to_B.length <= 0) - { - sendSystemMessageTestingOnly(self, "guild " + intGuildId + " has not declared war on any other guild"); - } - else - { - for (int i1 : enemies_A_to_B) { - sendSystemMessageTestingOnly(self, "guild " + intGuildId + " has declared war on guild " + i1 + " (" + guildGetName(i1) + "," + guildGetAbbrev(i1) + ")"); - } - } - } - } - else if (strText.startsWith("guildGetEnemiesBA ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String guildId = st.nextToken(); - int intGuildId = utils.stringToInt(guildId); - int[] enemies_B_to_A = getGuildsAtWarWith(intGuildId); - if (enemies_B_to_A == null || enemies_B_to_A.length <= 0) - { - sendSystemMessageTestingOnly(self, "no other guild has declared war on guild " + intGuildId); - } - else - { - for (int i1 : enemies_B_to_A) { - sendSystemMessageTestingOnly(self, "guild " + i1 + " (" + guildGetName(i1) + "," + guildGetAbbrev(i1) + ") has declared war on guild " + intGuildId); - } - } - } - } - else if (strText.startsWith("addRebelFactionStanding ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - float factionPoints = utils.stringToFloat(st.nextToken()); - sendSystemMessageTestingOnly(self, "setting rebel faction points for " + self + " to " + factionPoints); - factions.addFactionStanding(self, factions.FACTION_REBEL, factionPoints); - } - } - else if (strText.equals("unequipFactionEquipmentCheckObjvar")) - { - sendSystemMessageTestingOnly(self, "unequipping faction equipments (check objvar) for " + self); - factions.unequipFactionEquipment(self, true); - } - else if (strText.equals("unequipFactionEquipmentNoCheckObjvar")) - { - sendSystemMessageTestingOnly(self, "unequipping faction equipments (no check objvar) for " + self); - factions.unequipFactionEquipment(self, false); - } - else if (strText.equals("tblair_bug")) - { - Vector objJedis = new Vector(); - objJedis.setSize(0); - Vector boolOnline = new Vector(); - boolOnline.setSize(0); - objJedis = utils.addElement(objJedis, utils.stringToObjId("1")); - boolOnline = utils.addElement(boolOnline, true); - objJedis = utils.addElement(objJedis, utils.stringToObjId("2")); - boolOnline = utils.addElement(boolOnline, false); - objJedis = utils.addElement(objJedis, utils.stringToObjId("3")); - boolOnline = utils.addElement(boolOnline, true); - objJedis = utils.addElement(objJedis, utils.stringToObjId("4")); - boolOnline = utils.addElement(boolOnline, false); - objJedis = utils.addElement(objJedis, utils.stringToObjId("5")); - boolOnline = utils.addElement(boolOnline, true); - objJedis = utils.addElement(objJedis, utils.stringToObjId("6")); - boolOnline = utils.addElement(boolOnline, false); - objJedis = utils.addElement(objJedis, utils.stringToObjId("7")); - boolOnline = utils.addElement(boolOnline, true); - objJedis = utils.addElement(objJedis, utils.stringToObjId("8")); - boolOnline = utils.addElement(boolOnline, false); - objJedis = utils.addElement(objJedis, utils.stringToObjId("9")); - boolOnline = utils.addElement(boolOnline, true); - objJedis = utils.addElement(objJedis, utils.stringToObjId("10")); - boolOnline = utils.addElement(boolOnline, false); - for (int iHuy = 0; iHuy < objJedis.size(); ++iHuy) - { - if ((Boolean) boolOnline.get(iHuy)) - { - LOG("***TBLAIR***", "jedi " + ((obj_id)objJedis.get(iHuy)) + " is online"); - } - else - { - LOG("***TBLAIR***", "jedi " + ((obj_id)objJedis.get(iHuy)) + " is offline"); - } - } - LOG("***TBLAIR***", "starting test loop"); - int jHuy = 0; - for (jHuy = 1; jHuy <= 100000; ++jHuy) - { - int intRoll = -1; - Vector jediList = new Vector(); - Vector jediIdx = new Vector(); - for (int i = 0; i < objJedis.size(); i++) - { - jediIdx = utils.addElement(jediIdx, i); - } - jediList = utils.concatArrays(jediList, objJedis); - while (jediList.size() > 0) - { - intRoll = rand(0, jediList.size() - 1); - if (!isIdValid(((obj_id)jediList.get(intRoll))) || !(Boolean) boolOnline.get((Integer) (jediIdx.get(intRoll)))) - { - jediList = utils.removeElementAt(jediList, intRoll); - jediIdx = utils.removeElementAt(jediIdx, intRoll); - } - else - { - intRoll = (Integer) jediIdx.get(intRoll); - obj_id objTarget = ((obj_id)objJedis.get(intRoll)); - boolean online = (Boolean) boolOnline.get(intRoll); - if (!online) - { - LOG("***TBLAIR***", "WRONG MATCH!!!! " + objTarget); - } - break; - } - } - } - LOG("***TBLAIR***", "done with tblair_bug jHuy=" + jHuy); - } - else if (strText.startsWith("createVendorMarket ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (isIdValid(object)) - { - if (exists(object)) - { - sendSystemMessageTestingOnly(self, "calling createVendorMarket() for vendor " + object); - createVendorMarket(self, object, 0); - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - else - { - sendSystemMessageTestingOnly(self, "invalid id for object " + object); - } - } - } - else if (strText.startsWith("setState ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - int state = utils.stringToInt(st.nextToken()); - int on = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling setState() for " + self + " state " + state + " on " + on); - setState(self, state, ((on != 0) ? true : false)); - } - } - else if (strText.startsWith("isAFK ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (isIdValid(object)) - { - if (exists(object)) - { - sendSystemMessageTestingOnly(self, "isAFK object " + object + " is " + isAwayFromKeyBoard(object)); - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - else - { - sendSystemMessageTestingOnly(self, "invalid id for object " + object); - } - } - } - else if (strText.startsWith("getVolume ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (isIdValid(object)) - { - if (exists(object)) - { - sendSystemMessageTestingOnly(self, "getVolume for object " + object + " is " + getVolume(object)); - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - else - { - sendSystemMessageTestingOnly(self, "invalid id for object " + object); - } - } - } - else if (strText.startsWith("getNumItemsIn ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (isIdValid(object)) - { - if (exists(object)) - { - sendSystemMessageTestingOnly(self, "getNumItemsIn for object " + object + " is " + getNumItemsIn(object)); - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - else - { - sendSystemMessageTestingOnly(self, "invalid id for object " + object); - } - } - } - else if (strText.startsWith("putInOverloaded ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (isIdValid(object)) - { - if (exists(object)) - { - sendSystemMessageTestingOnly(self, "calling putInOverloaded() for object " + object); - obj_id inv = getObjectInSlot(self, "inventory"); - putInOverloaded(object, inv); - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - else - { - sendSystemMessageTestingOnly(self, "invalid id for object " + object); - } - } - } - else if (strText.startsWith("isInWorld ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (isIdValid(object)) - { - if (exists(object)) - { - sendSystemMessageTestingOnly(self, "isInWorld for object " + object + " is " + isInWorld(object)); - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - else - { - sendSystemMessageTestingOnly(self, "invalid id for object " + object); - } - } - } - else if (strText.startsWith("getTravelPointName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (isIdValid(object)) - { - if (exists(object)) - { - sendSystemMessageTestingOnly(self, "getCurrentSceneName is " + getCurrentSceneName() + " getTravelPointName for object " + object + " is " + travel.getTravelPointName(object) + " getArrivalLocation for object " + object + " is " + travel.getArrivalLocation(object) + " getTravelCost for object " + object + " is " + travel.getTravelCost(object)); - String planet = getCurrentSceneName(); - String travel_point = travel.getTravelPointName(object); - location arrival_loc = travel.getArrivalLocation(object); - int travel_cost = travel.getTravelCost(object); - if (travel_point == null || travel_cost == -1) - { - sendSystemMessageTestingOnly(self, "not calling calling initializeStarport()"); - } - else - { - sendSystemMessageTestingOnly(self, "calling initializeStarport()"); - initializeStarport(self, object, travel_point, travel_cost, true); - } - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - else - { - sendSystemMessageTestingOnly(self, "invalid id for object " + object); - } - } - } - else if (strText.equals("getCityAtLocation")) - { - location loc = getWorldLocation(self); - sendSystemMessageTestingOnly(self, "I am currently at " + loc); - sendSystemMessageTestingOnly(self, "City I am currently in " + getCityAtLocation(loc, 0)); - } - else if (strText.startsWith("useTicketTerminal ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - if (isIdValid(object)) - { - if (exists(object)) - { - String planet = getCurrentSceneName(); - obj_id starport = travel.getStarportFromTerminal(object); - String travel_point = travel.getTravelPointName(starport); - if (player_structure.isCivic(starport)) - { - int city_id = getCityAtLocation(getLocation(starport), 0); - if (city.isCityBanned(self, city_id)) - { - sendSystemMessageTestingOnly(self, "Can't buy ticket"); - return SCRIPT_CONTINUE; - } - } - String config = getConfigSetting("GameServer", "disableTravelSystem"); - if (config != null) - { - if (config.equals("on")) - { - sendSystemMessageTestingOnly(self, "Travel disabled"); - return SCRIPT_CONTINUE; - } - } - sendSystemMessageTestingOnly(self, "OK to buy ticket"); - } - else - { - sendSystemMessageTestingOnly(self, "object " + object + " does not exist"); - } - } - else - { - sendSystemMessageTestingOnly(self, "invalid id for object " + object); - } - } - } - else if (strText.startsWith("getGroupInfo ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - obj_id groupObject = getGroupObject(object); - if (isIdValid(groupObject)) - { - sendSystemMessageTestingOnly(self, "group " + groupObject + " has " + getPCGroupSize(groupObject) + "/" + getGroupSize(groupObject) + " player controlled member(s)"); - } - else - { - sendSystemMessageTestingOnly(self, "invalid group id for object " + object); - } - } - } - else if (strText.startsWith("NMGetPlayerName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getPlayerName(" + object + ") is " + getPlayerName(object)); - } - } - else if (strText.startsWith("NMGetPlayerFullName ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "getPlayerFullName(" + object + ") is " + getPlayerFullName(object)); - } - } - else if (strText.startsWith("messageToAtSameTime ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - int count = utils.stringToInt(st.nextToken()); - int delay = utils.stringToInt(st.nextToken()); - sendSystemMessageTestingOnly(self, "messageToAtSameTime count=" + count + " delay=" + delay); - dictionary d = new dictionary(); - for (int i = 1; i <= count; ++i) - { - d.put("count", i); - messageTo(self, "huyTestMessageTo3", d, delay, false); - } - } - } - else if (strText.startsWith("destroyObject ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - destroyObject(object); - } - } - else if (strText.equals("getServerSpawnLimit")) - { - sendSystemMessageTestingOnly(self, "serverSpawnLimit is " + getServerSpawnLimit()); - } - else if (strText.startsWith("getOneJedi ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - dictionary result = requestJedi(object); - if (result != null) - { - if (result.size() > 0) - { - sendSystemMessageTestingOnly(self, result.getString("name") + "(" + result.getObjId("id") + ") " + result.getInt("spentJediSkillPoints")); - } - else - { - sendSystemMessageTestingOnly(self, "No jedi " + object); - } - } - else - { - sendSystemMessageTestingOnly(self, "Error getting jedi " + object); - } - } - } - else if (strText.equals("getAllJedi")) - { - dictionary result = requestJedi(IGNORE_JEDI_STAT, IGNORE_JEDI_STAT, 1, 1000, IGNORE_JEDI_STAT, IGNORE_JEDI_STAT, IGNORE_JEDI_STAT); - if (result != null) - { - obj_id[] id = result.getObjIdArray("id"); - String[] name = result.getStringArray("name"); - int[] spentJediSkillPoints = result.getIntArray("spentJediSkillPoints"); - if (id != null && id.length > 0) - { - for (int i = 0; i < id.length; ++i) - { - sendSystemMessageTestingOnly(self, name[i] + "(" + id[i] + ") " + spentJediSkillPoints[i]); - } - } - else - { - sendSystemMessageTestingOnly(self, "No jedi"); - } - } - else - { - sendSystemMessageTestingOnly(self, "Error getting jedi"); - } - } - else if (strText.equals("getNumAI")) - { - sendSystemMessageTestingOnly(self, "getNumAI=" + getNumAI()); - } - else if (strText.equals("calculateWeaponRepair")) - { - float base_complexity = 10.0f; - int assembly_mod = getSkillStatMod(self, "general_assembly"); - float complexity = base_complexity * (1.0f - (0.15f * assembly_mod / 100.0f)); - sendSystemMessageTestingOnly(self, "assembly_mod=" + assembly_mod + " complexity=" + complexity); - int elite_mod = getSkillStatMod(self, "weapon_assembly"); - if (elite_mod > 0) - { - complexity -= base_complexity * (0.35f * elite_mod / 100.0f); - } - sendSystemMessageTestingOnly(self, "elite_mod=" + elite_mod + " complexity=" + complexity); - } - else if (strText.startsWith("getEntitlementInfo ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id object = utils.stringToObjId(st.nextToken()); - dictionary timeData = getAccountTimeData(object); - if (timeData == null) - { - sendSystemMessageTestingOnly(self, "couldn't get entitlement info for " + object); - } - else - { - int totalTime = timeData.getInt("total_subscription_time"); - int entitledTime = timeData.getInt("total_entitled_time"); - int lastLoginTime = timeData.getInt("last_login_time"); - int entitledLoginTime = timeData.getInt("entitled_login_time"); - sendSystemMessageTestingOnly(self, "entitlement info for " + object + " is total: " + entitledTime + "/" + totalTime + ", since last login: " + entitledLoginTime + "/" + lastLoginTime); - } - } - } - else if (strText.equals("createFsTheater")) - { - sendSystemMessageTestingOnly(self, "Creating FS Theater"); - createTheater("datatables/theater/fs_quest_combat3/fs_quest_combat3.iff", getLocation(self), "", TLT_flatten); - } - else if (strText.equals("setJediVisibility")) - { - sendSystemMessageTestingOnly(self, "Setting Jedi Visibility to 9000"); - setJediVisibility(self, 9000); - } - else if (strText.equals("clearJediVisibility")) - { - sendSystemMessageTestingOnly(self, "Setting Jedi Visibility to 0"); - setJediVisibility(self, 0); - } - else if (strText.equals("cwdm_doit")) - { - LOG("***HUY***", "OnHearSpeech() initiating cluster wide data test"); - int requestId = getClusterWideData("dungeon", "Corellian Corvette - Instance 1", true, self); - LOG("***HUY***", "getClusterWideData() to lock data for initial registration returned request Id (" + requestId + ")"); - } - else if (strText.equals("cwdm_ticket_tatooine")) - { - space_dungeon.createTicket(self, "tatooine", "huy_terminal", "test_dungeon"); - } - else if (strText.equals("cwdm_ticket_lok")) - { - space_dungeon.createTicket(self, "lok", "huy_terminal", "test_dungeon"); - } - else if (strText.equals("cwdm_ticket_corvette_neutral")) - { - space_dungeon.createTicket(self, "lok", "corvette_neutral_terminal", "corvette_neutral"); - } - else if (strText.equals("cwdm_ticket_corvette_imperial")) - { - space_dungeon.createTicket(self, "lok", "corvette_imperial_terminal", "corvette_imperial"); - } - else if (strText.equals("cwdm_ticket_corvette_rebel")) - { - space_dungeon.createTicket(self, "lok", "corvette_rebel_terminal", "corvette_rebel"); - } - else if (strText.equals("cwdm_reset_dungeon")) - { - obj_id dungeon = getTopMostContainer(self); - if (isIdValid(dungeon)) - { - LOG("***HUY***", "OnHearSpeech() ending dungeon session for dungeon (" + dungeon + ")"); - space_dungeon.endDungeonSession(dungeon); - } - else - { - LOG("***HUY***", "OnHearSpeech() could not find top most container for ending dungeon session"); - } - } - else if (strText.equals("start_messageto_test")) - { - int messageNumber = 1; - dictionary d = new dictionary(); - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo", d, 120, true); - LOG("***HUY***", "start_messageto_test with messageNumber=" + messageNumber); - } - else if (strText.equals("start_messageto_test2")) - { - int messageNumber = 1; - dictionary d = new dictionary(); - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 5, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - messageNumber = 2; - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 5, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - messageNumber = 3; - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 5, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - messageNumber = 4; - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 5, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - messageNumber = 5; - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 5, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - messageNumber = 6; - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 10, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - messageNumber = 7; - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 10, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - messageNumber = 8; - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 10, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - messageNumber = 9; - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 10, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - messageNumber = 10; - d.put("messageNumber", messageNumber); - messageTo(self, "huyTestMessageTo2", d, 10, false); - LOG("***HUY***", "start_messageto_test2 with messageNumber=" + messageNumber); - } - else if (strText.equals("start_messageto_test_remote")) - { - int messageNumber = 1; - dictionary d = new dictionary(); - d.put("messageNumber", messageNumber); - obj_id target = obj_id.getObjId(5461449); - messageTo(target, "huyTestMessageTo", d, 300, true); - LOG("***HUY***", "start_messageto_test_remote to " + target + " with messageNumber=" + messageNumber); - } - else if (strText.equals("testDictionaryPackUnpack")) - { - obj_id target = obj_id.getObjId(7600674); - dictionary d = new dictionary(); - d.put("target", target); - d.put("amt", 100); - d.put("useCash", true); - d.put("targetName", "Weaponsmith"); - d.put("actor", self); - d.put("actorName", "vendortest"); - byte[] packed = d.pack(); - dictionary unpacked = dictionary.unpack(packed); - LOG("***HUY***", "testDictionaryPackUnpack unpacked dictionary is " + unpacked); - } - else if (strText.equals("start_messageto_test_persisted")) - { - obj_id target = obj_id.getObjId(7600674); - dictionary d = new dictionary(); - d.put("target", target); - d.put("amt", 100); - d.put("useCash", true); - d.put("targetName", "Weaponsmith"); - d.put("actor", self); - d.put("actorName", "vendortest"); - messageTo(target, "huyTestPersistedMessageTo", d, 1.0f, true); - } - else if (strText.equals("start_messageto_test_persisted2")) - { - obj_id target = obj_id.getObjId(7600674); - dictionary d = new dictionary(); - d.put("amt", 100); - messageTo(target, "huyTestPersistedMessageTo2", d, 1.0f, true); - } - else if (strText.equals("start_xp_test")) - { - obj_id target = self; - messageTo(target, "huyTestXP", null, 5, false); - LOG("***HUY***", "start_xp_test to " + target); - } - else if (strText.equals("hmmm")) - { - if (objSpeaker == self) - { - obj_id target = getLookAtTarget(self); - if (target != null) - { - deltadictionary dctScriptVars = target.getScriptVars(); - } - } - } - else if (strText.equals("doJediTest")) - { - obj_id inv = getObjectInSlot(self, "inventory"); - if (inv == null) - { - LOG("***HUY***", "player " + self + " inventory is null."); - return SCRIPT_CONTINUE; - } - int free_space = getVolumeFree(inv); - if (free_space < 1) - { - LOG("***HUY***", "player " + self + " inventory is full."); - return SCRIPT_CONTINUE; - } - obj_id ticket = createObject("object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_gen1.iff", inv, ""); - } - return SCRIPT_CONTINUE; - } - public int OnClusterWideDataResponse(obj_id self, String strManagerName, String strElementNameRegex, int requestID, String[] elementNameList, dictionary[] dictionaryList, int lockKey) throws InterruptedException - { - LOG("***HUY***", "OnClusterWideDataResponse() manager name (" + strManagerName + ") element name regex (" + strElementNameRegex + ") request id (" + requestID + ") match count (" + elementNameList.length + ") lock key (" + lockKey + ")"); - for (int i = 0; i < elementNameList.length; ++i) - { - LOG("***HUY***", "element " + (i + 1) + " is (" + elementNameList[i] + ")"); - LOG("***HUY***", "dictionary " + dictionaryList[i].toString()); - } - if (requestID == 1) - { - dictionary dict = new dictionary(); - dict.put("bool true", true); - dict.put("bool false", false); - dict.put("float 77.77", Float.valueOf(77.77f)); - dict.put("objid", self); - dict.put("int 7777", 7777); - dict.put("string 77777", "77777"); - updateClusterWideData(strManagerName, "Corellian Corvette - Instance 1", dict, lockKey); - replaceClusterWideData(strManagerName, "Corellian Corvette - Instance 1", dict, true, lockKey); - replaceClusterWideData(strManagerName, "Corellian Corvette - Instance 1", dict, true, lockKey); - int requestId = getClusterWideData(strManagerName, "Corellian Corvette - Instance 1", true, self); - LOG("***HUY***", "getClusterWideData() to lock data for update returned request Id (" + requestId + ")"); - requestId = getClusterWideData(strManagerName, "Corellian Corvette - Instance 1", true, self); - LOG("***HUY***", "getClusterWideData() to lock data for update returned request Id (" + requestId + ")"); - requestId = getClusterWideData(strManagerName, "Corellian Corvette - Instance 1", true, self); - LOG("***HUY***", "getClusterWideData() to lock data for update returned request Id (" + requestId + ")"); - } - else if (requestID == 2) - { - dictionary dict = new dictionary(); - dict.put("new value 1", "added value 1"); - updateClusterWideData(strManagerName, "Corellian Corvette - Instance 1", dict, lockKey); - dictionary dict2 = new dictionary(); - dict2.put("new value 2", "added value 2"); - updateClusterWideData(strManagerName, "Corellian Corvette - Instance 1", dict2, lockKey); - dictionary dict3 = new dictionary(); - dict3.put("new value 3", "added value 3"); - updateClusterWideData(strManagerName, "Corellian Corvette - Instance 1", dict3, lockKey); - } - else if (requestID == 3) - { - removeClusterWideData(strManagerName, "Corellian Corvette - Instance 1", 0); - removeClusterWideData(strManagerName, "Corellian Corvette - Instance 1", lockKey); - } - return SCRIPT_CONTINUE; - } - public int huyTestMessageTo(obj_id self, dictionary params) throws InterruptedException - { - int messageNumber = params.getInt("messageNumber"); - LOG("***HUY***", "huyTestMessageTo processing message with messageNumber=" + messageNumber); - if (self.getValue() != 5461449) - { - dictionary d = new dictionary(); - d.put("messageNumber", messageNumber + 1); - messageTo(self, "huyTestMessageTo", d, 300, true); - } - return SCRIPT_CONTINUE; - } - public int huyTestMessageTo2(obj_id self, dictionary params) throws InterruptedException - { - int messageNumber = params.getInt("messageNumber"); - LOG("***HUY***", "huyTestMessageTo2 processing message with messageNumber=" + messageNumber); - return SCRIPT_CONTINUE; - } - public int huyTestMessageTo3(obj_id self, dictionary params) throws InterruptedException - { - int count = params.getInt("count"); - sendSystemMessageTestingOnly(self, "huyTestMessageTo3 count=" + count); - return SCRIPT_CONTINUE; - } - public int huyTestXP(obj_id self, dictionary params) throws InterruptedException - { - LOG("***HUY***", "in huyTestXP messageHandler"); - xp.grant(self, "combat_general", 10); - return SCRIPT_CONTINUE; - } - public int huyTestPersistedMessageTo(obj_id self, dictionary params) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "huyTestPersistedMessageTo() params is " + params.toString()); - return SCRIPT_CONTINUE; - } - public int huyTestPersistedMessageTo2(obj_id self, dictionary params) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "huyTestPersistedMessageTo2() params is " + params.toString()); - return SCRIPT_CONTINUE; - } - public boolean initializeStarport(obj_id self, obj_id structure, String travel_point, int travel_cost, boolean civic) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "initializeStarport() in"); - if (structure == null || structure == obj_id.NULL_ID) - { - sendSystemMessageTestingOnly(self, "structure == null || structure == obj_id.NULL_ID"); - return false; - } - int num_items = dataTableGetNumRows(travel.STARPORT_DATATABLE); - String template = getTemplateName(structure); - int idx = travel.getStarportTableIndex(template); - if (idx == -1) - { - sendSystemMessageTestingOnly(self, "idx == -1"); - return false; - } - String planet = getCurrentSceneName(); - dictionary row = dataTableGetRow(travel.STARPORT_DATATABLE, idx); - float arrival_x = row.getFloat(travel.DATATABLE_COL_ARRIVAL_X); - float arrival_y = row.getFloat(travel.DATATABLE_COL_ARRIVAL_Y); - float arrival_z = row.getFloat(travel.DATATABLE_COL_ARRIVAL_Z); - String arrival_cell = row.getString(travel.DATATABLE_COL_ARRIVAL_CELL); - int ground_time = row.getInt(travel.DATATABLE_COL_GROUND_TIME); - int air_time = row.getInt(travel.DATATABLE_COL_AIR_TIME); - int is_shuttleport = row.getInt(travel.DATATABLE_COL_IS_SHUTTLEPORT); - location arrival_loc; - if (arrival_cell.equals("WORLD_DELTA")) - { - location s_loc = getLocation(structure); - float s_yaw = getYaw(structure); - if (s_yaw < 0.0f) - { - s_yaw = s_yaw + 360.0f; - } - int rotation = (int)(s_yaw + 1) / 90; - float[] transform = travel.transformDeltaWorldYaw(structure, arrival_x, arrival_z); - arrival_x = transform[0]; - arrival_z = transform[1]; - arrival_loc = new location(s_loc.x - arrival_x, s_loc.y - arrival_y, s_loc.z - arrival_z, planet, obj_id.NULL_ID); - } - else - { - obj_id cell_id = getCellId(structure, arrival_cell); - if (cell_id == null || cell_id == obj_id.NULL_ID) - { - sendSystemMessageTestingOnly(self, "cell_id == null || cell_id == obj_id.NULL_ID"); - return false; - } - arrival_loc = new location(arrival_x, arrival_y, arrival_z, planet, cell_id); - } - setObjVar(structure, travel.VAR_GROUND_TIME, ground_time); - setObjVar(structure, travel.VAR_AIR_TIME, air_time); - setObjVar(structure, travel.VAR_SHUTTLE_AVAILABLE, 1); - setObjVar(structure, travel.VAR_SHUTTLE_TIMESTAMP, getGameTime()); - setObjVar(structure, travel.VAR_VERSION, travel.CURRENT_VERSION); - if (is_shuttleport > 0) - { - setObjVar(structure, travel.VAR_IS_SHUTTLEPORT, is_shuttleport); - } - else if (hasObjVar(structure, travel.VAR_IS_SHUTTLEPORT)) - { - removeObjVar(structure, travel.VAR_IS_SHUTTLEPORT); - } - if (travel.setStarportTravelPoint(structure, travel_point, arrival_loc, travel_cost, civic)) - { - sendSystemMessageTestingOnly(self, "travel.setStarportTravelPoint() OK"); - } - else - { - sendSystemMessageTestingOnly(self, "travel.setStarportTravelPoint() FAILED"); - } - if (hasObjVar(structure, travel.VAR_BASE_OBJECT)) - { - travel.destroyBaseObjects(structure); - } - if (num_items > idx + 1) - { - float s_yaw = getYaw(structure); - if (s_yaw < 0.0f) - { - s_yaw = s_yaw + 360.0f; - } - int rotation = (int)(s_yaw + 1) / 90; - LOG("LOG_CHANNEL", "(" + structure + ")" + "rotation ->" + rotation); - Vector object_list = new Vector(); - object_list.setSize(0); - for (int i = idx + 1; i < num_items; i++) - { - String struct_temp = dataTableGetString(travel.STARPORT_DATATABLE, i, travel.DATATABLE_COL_STRUCTURE); - if (struct_temp.length() > 0) - { - break; - } - dictionary object_row = dataTableGetRow(travel.STARPORT_DATATABLE, i); - String obj_template = object_row.getString(travel.DATATABLE_COL_OBJECT); - float x = object_row.getFloat(travel.DATATABLE_COL_X); - float y = object_row.getFloat(travel.DATATABLE_COL_Y); - float z = object_row.getFloat(travel.DATATABLE_COL_Z); - String cell = object_row.getString(travel.DATATABLE_COL_CELL); - float heading = object_row.getFloat(travel.DATATABLE_COL_HEADING); - int is_terminal = object_row.getInt(travel.DATATABLE_COL_IS_TERMINAL); - int is_transport = object_row.getInt(travel.DATATABLE_COL_IS_TRANSPORT); - int is_pilot = object_row.getInt(travel.DATATABLE_COL_IS_PILOT); - location obj_loc; - obj_id object; - if (cell.equals("WORLD_DELTA")) - { - float[] delta_trans = travel.transformDeltaWorldYaw(structure, x, z); - x = delta_trans[0]; - z = delta_trans[1]; - heading = heading + s_yaw; - if (heading > 360) - { - heading = heading - 360; - } - location s_loc = getLocation(structure); - obj_loc = new location(s_loc.x - x, s_loc.y - y, s_loc.z - z, planet, obj_id.NULL_ID); - LOG("LOG_CHANNEL", "obj_loc ->" + obj_loc); - object = createObject(obj_template, obj_loc); - } - else - { - obj_id cell_id = getCellId(structure, cell); - if (cell_id == null || cell_id == obj_id.NULL_ID) - { - LOG("LOG_CHANNEL", "Unable to find valid cell name for " + obj_template); - continue; - } - obj_loc = new location(x, y, z, planet, cell_id); - object = createObjectInCell(obj_template, structure, cell, obj_loc); - LOG("LOG_CHANNEL", "object ->" + object); - } - if (obj_loc == null) - { - LOG("LOG_CHANNEL", "Unable to create " + obj_template); - } - else - { - if (heading != 0.0f) - { - - } - - { - setYaw(object, heading); - object_list = utils.addElement(object_list, object); - } - if (is_terminal == 1) - { - setObjVar(object, travel.VAR_STARPORT, structure); - } - if (is_transport == 1) - { - setObjVar(object, travel.VAR_STARPORT, structure); - attachScript(object, travel.SCRIPT_SHUTTLE); - } - if (is_pilot == 1) - { - setObjVar(object, travel.VAR_STARPORT, structure); - attachScript(object, travel.SCRIPT_SHUTTLE_PILOT); - } - } - if (object_list.size() > 0) - { - setObjVar(structure, travel.VAR_BASE_OBJECT, object_list); - } - } - } - sendSystemMessageTestingOnly(self, "initializeStarport() out"); - return true; - } - public int huyRequestJediBountySuccess(obj_id self, dictionary params) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "huyRequestJediBountySuccess() params is " + params.toString()); - return SCRIPT_CONTINUE; - } - public int huyRequestJediBountyFailure(obj_id self, dictionary params) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "huyRequestJediBountyFailure() params is " + params.toString()); - return SCRIPT_CONTINUE; - } - public int huyTestSUIProgressBar(obj_id self, dictionary params) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "ProgressBar update"); - int startTime = params.getInt("startTime"); - int pid = params.getInt("pid"); - if (setSUIProperty(pid, "comp.pText.text", PROP_TEXT, (getGameTime() - startTime) + " seconds have elapsed")) - { - flushSUIPage(pid); - messageTo(self, "huyTestSUIProgressBar", params, 5, false); - } - return SCRIPT_CONTINUE; - } - public int progressBar(obj_id player) throws InterruptedException - { - int pid = createSUIPage("Script.ProgressBar", player, player, "ProgressBarCallback"); - setSUIProperty(pid, "comp.pText.text", PROP_TEXT, "0 seconds have elapsed"); - showSUIPage(pid); - int now = getGameTime(); - dictionary d = new dictionary(); - d.put("startTime", now); - d.put("pid", pid); - messageTo(player, "huyTestSUIProgressBar", d, 5, false); - return pid; - } - public int ProgressBarCallback(obj_id self, dictionary params) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "ProgressBarCallback"); - return SCRIPT_CONTINUE; - } - public int countdownTimerBar(obj_id player) throws InterruptedException - { - int pid = createSUIPage("Script.CountdownTimerBar", player, player, "CountdownTimerBarCallback"); - string_id testStringId = new string_id("error_message", "prose_over_max_entries"); - String prompt = utils.packStringId(testStringId); - setSUIProperty(pid, "comp.text", PROP_TEXT, prompt); - setSUIProperty(pid, "bg.caption.lbltitle", PROP_TEXT, prompt); - setSUIProperty(pid, "this", "countdownTimerTimeValue", "0,60"); - showSUIPage(pid); - return pid; - } - public int CountdownTimerBarCallback(obj_id self, dictionary params) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "CountdownTimerBarCallback"); - return SCRIPT_CONTINUE; - } - public int OnEnterRegion(obj_id self, String planetName, String regionName) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "OnEnterRegion planet=" + planetName + " region=" + regionName); - LOG("***HUY_REGION***", self + " OnEnterRegion planet=" + planetName + " region=" + regionName); - return SCRIPT_CONTINUE; - } - public int OnExitRegion(obj_id self, String planetName, String regionName) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "OnExitRegion planet=" + planetName + " region=" + regionName); - LOG("***HUY_REGION***", self + " OnExitRegion planet=" + planetName + " region=" + regionName); - return SCRIPT_CONTINUE; - } - public int OnCollectionSlotModified(obj_id self, String bookName, String pageName, String collectionName, String slotName, boolean isCounterTypeSlot, int previousValue, int currentValue, int maxSlotValue, boolean slotCompleted) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "OnCollectionSlotModified book=" + bookName + ", page=" + pageName + ", collection=" + collectionName + ", slot=" + slotName + ", isCounterTypeSlot=" + isCounterTypeSlot + ", previousValue=" + previousValue + ", currentValue=" + currentValue + ", maxSlotValue=" + maxSlotValue + ", slotCompleted=" + slotCompleted); - return SCRIPT_CONTINUE; - } - public int OnCollectionServerFirst(obj_id self, String bookName, String pageName, String collectionName) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "OnCollectionServerFirst book=" + bookName + ", page=" + pageName + ", collection=" + collectionName); - return SCRIPT_CONTINUE; - } - public int OnIncubatorCommitted(obj_id self, obj_id playerId, obj_id terminalId, obj_id slot1Id, obj_id slot2Id, obj_id slot3Id, obj_id slot4Id, int initialPointsSurvival, int initialPointsBeastialResilience, int initialPointsCunning, int initialPointsIntelligence, int initialPointsAggression, int initialPointsHuntersInstinct, int totalPointsSurvival, int totalPointsBeastialResilience, int totalPointsCunning, int totalPointsIntelligence, int totalPointsAggression, int totalPointsHuntersInstinct, int temperatureGauge, int nutrientGauge, int newCreatureColorIndex) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "OnIncubatorCommitted"); - return SCRIPT_CONTINUE; - } - public int OnIncubatorCancelled(obj_id self, obj_id playerId, obj_id terminalId) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "OnIncubatorCancelled"); - return SCRIPT_CONTINUE; - } - public int endDuelCommandNotification(obj_id self, dictionary params) throws InterruptedException - { - obj_id target = params.getObjId("target"); - sendSystemMessageTestingOnly(self, "endDuelCommandNotification() I am=" + self + " target=" + target); - return SCRIPT_CONTINUE; - } - public int OnPvpRankingChanged(obj_id self, int oldRank, int newRank) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "OnPvpRankingChanged oldRank=" + oldRank + " newRank=" + newRank); - LOG("***HUY_ONPVPRANKINGCHANGED***", self + " OnPvpRankingChanged oldRank=" + oldRank + " newRank=" + newRank); - return SCRIPT_CONTINUE; - } - public int huyHourlyAlarmClock(obj_id self, dictionary params) throws InterruptedException - { - int now = params.getInt("gameTime"); - sendSystemMessageTestingOnly(self, "huyHourlyAlarmClock now=" + now); - return SCRIPT_CONTINUE; - } - public int huyDailyAlarmClock(obj_id self, dictionary params) throws InterruptedException - { - int now = params.getInt("gameTime"); - sendSystemMessageTestingOnly(self, "huyDailyAlarmClock now=" + now); - return SCRIPT_CONTINUE; - } - public int huyWeeklyAlarmClock(obj_id self, dictionary params) throws InterruptedException - { - int now = params.getInt("gameTime"); - sendSystemMessageTestingOnly(self, "huyWeeklyAlarmClock now=" + now); - return SCRIPT_CONTINUE; - } - public int huyMonthlyAlarmClock(obj_id self, dictionary params) throws InterruptedException - { - int now = params.getInt("gameTime"); - sendSystemMessageTestingOnly(self, "huyMonthlyAlarmClock now=" + now); - return SCRIPT_CONTINUE; - } - public int huyYearlyAlarmClock(obj_id self, dictionary params) throws InterruptedException - { - int now = params.getInt("gameTime"); - sendSystemMessageTestingOnly(self, "huyYearlyAlarmClock now=" + now); - return SCRIPT_CONTINUE; - } - public int testSuiHandler(obj_id self, dictionary params) throws InterruptedException - { - sendSystemMessageTestingOnly(self, "buttonPressed=" + params.getString("buttonPressed")); - return SCRIPT_CONTINUE; - } - public int OnUnloadedFromMemory(obj_id self) throws InterruptedException - { - LOG("***HUY_SSI***", "OnUnloadedFromMemory() " + self); - return SCRIPT_CONTINUE; - } - public void testIntegerLongReferenceParam(int[] i, long[] l) throws InterruptedException - { - i[0] = i[0] + 1; - l[0] = l[0] + 1L; - } -} diff --git a/sku.0/sys.server/compiled/game/script/hnguyen/cwdm_test2.java b/sku.0/sys.server/compiled/game/script/hnguyen/cwdm_test2.java deleted file mode 100755 index 43916c409e..0000000000 --- a/sku.0/sys.server/compiled/game/script/hnguyen/cwdm_test2.java +++ /dev/null @@ -1,31 +0,0 @@ -package script.hnguyen; - -import script.dictionary; -import script.obj_id; - -public class cwdm_test2 extends script.base_script -{ - public cwdm_test2() - { - } - public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException - { - if (strText.equals("cwdm_doit")) - { - LOG("***HUY***", "OnHearSpeech() initiating cluster wide data test"); - int requestId = getClusterWideData("dungeon", "Corellian Corvette - Instance 1", true, self); - LOG("***HUY***", "getClusterWideData() to lock data for initial registration returned request Id (" + requestId + ")"); - } - return SCRIPT_CONTINUE; - } - public int OnClusterWideDataResponse(obj_id self, String strManagerName, String strElementNameRegex, int requestID, String[] elementNameList, dictionary[] dictionaryList, int lockKey) throws InterruptedException - { - LOG("***HUY***", "OnClusterWideDataResponse() manager name (" + strManagerName + ") element name regex (" + strElementNameRegex + ") request id (" + requestID + ") match count (" + elementNameList.length + ") lock key (" + lockKey + ")"); - for (int i = 0; i < elementNameList.length; ++i) - { - LOG("***HUY***", "element " + (i + 1) + " is (" + elementNameList[i] + ")"); - LOG("***HUY***", "dictionary " + dictionaryList[i].toString()); - } - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/hnguyen/initialize_starport.java b/sku.0/sys.server/compiled/game/script/hnguyen/initialize_starport.java deleted file mode 100755 index a205f3aa7e..0000000000 --- a/sku.0/sys.server/compiled/game/script/hnguyen/initialize_starport.java +++ /dev/null @@ -1,67 +0,0 @@ -package script.hnguyen; - -import script.library.player_structure; -import script.library.travel; -import script.library.utils; -import script.location; -import script.obj_id; - -import java.util.StringTokenizer; - -public class initialize_starport extends script.base_script -{ - public initialize_starport() - { - } - public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException - { - if (objSpeaker != self) - { - return SCRIPT_CONTINUE; - } - if (strText.startsWith("initializeStarport ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id starportOid = utils.stringToObjId(st.nextToken()); - if (!hasScript(starportOid, "structure.municipal.starport")) - { - sendSystemMessageTestingOnly(self, "object " + starportOid + " doesn't have script structure.municipal.starport"); - } - else - { - sendSystemMessageTestingOnly(self, "inializing starport " + starportOid); - if (player_structure.isCivic(starportOid)) - { - sendSystemMessageTestingOnly(self, "starport " + starportOid + " is civic"); - } - else - { - String planet = getCurrentSceneName(); - String travel_point = travel.getTravelPointName(starportOid); - int travel_cost = travel.getTravelCost(starportOid); - if (travel_point == null || travel_cost == -1) - { - sendSystemMessageTestingOnly(self, "starport " + starportOid + " has null travel point or travel cost of -1"); - } - else - { - location loc = getPlanetTravelPointLocation(planet, travel_point); - if (loc != null) - { - sendSystemMessageTestingOnly(self, "starport " + starportOid + " is already registered with the travel system"); - } - else - { - travel.initializeStarport(starportOid, travel_point, travel_cost, false); - } - } - } - } - } - } - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/hnguyen/online_jedi_test.java b/sku.0/sys.server/compiled/game/script/hnguyen/online_jedi_test.java deleted file mode 100755 index 402c232c82..0000000000 --- a/sku.0/sys.server/compiled/game/script/hnguyen/online_jedi_test.java +++ /dev/null @@ -1,217 +0,0 @@ -package script.hnguyen; - -import script.dictionary; -import script.location; -import script.obj_id; - -import java.util.StringTokenizer; - -public class online_jedi_test extends script.base_script -{ - public online_jedi_test() - { - } - public int OnInitialize(obj_id self) throws InterruptedException - { - return SCRIPT_CONTINUE; - } - public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException - { - if (objSpeaker != self) - { - return SCRIPT_CONTINUE; - } - if (strText.startsWith("ojt3")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String file = st.nextToken(); - if (true) - { - int numOnlineJedis = 0; - int numOfflineJedis = 0; - String strOutput = ""; - String strOffline = "offline jedi\r\n"; - dictionary dctJediInfo = requestJedi(IGNORE_JEDI_STAT, IGNORE_JEDI_STAT, 1, 1000, IGNORE_JEDI_STAT, IGNORE_JEDI_STAT); - if (dctJediInfo == null) - { - strOutput = "requestJedi() returned NULL dctJediInfo\r\n"; - } - else - { - obj_id[] objJedis = dctJediInfo.getObjIdArray("id"); - boolean[] boolOnline = dctJediInfo.getBooleanArray("online"); - String[] strNames = dctJediInfo.getStringArray("name"); - int[] visibility = dctJediInfo.getIntArray("visibility"); - int[] bountyValue = dctJediInfo.getIntArray("bountyValue"); - int[] level = dctJediInfo.getIntArray("level"); - int[] faction = dctJediInfo.getIntArray("faction"); - location[] loc = dctJediInfo.getLocationArray("location"); - obj_id[][] bounties = (obj_id[][])(dctJediInfo.get("bounties")); - if (objJedis != null && boolOnline != null && strNames != null && visibility != null) - { - strOutput = "requestJedi() returned " + objJedis.length + " jedis\r\n"; - for (int i = 0; i < objJedis.length; ++i) - { - if (boolOnline[i]) - { - ++numOnlineJedis; - strOutput += objJedis[i]; - strOutput += " ["; - strOutput += strNames[i]; - strOutput += ","; - strOutput += visibility[i]; - strOutput += ","; - strOutput += bountyValue[i]; - strOutput += ","; - strOutput += level[i]; - strOutput += ","; - strOutput += getFactionString(faction[i]); - strOutput += ","; - strOutput += loc[i]; - strOutput += ", hunted by ("; - for (int j = 0; j < bounties[i].length; ++j) - { - if (j > 0) - { - strOutput += ","; - } - strOutput += bounties[i][j]; - strOutput += "-"; - strOutput += getPlayerName(bounties[i][j]); - } - strOutput += ")"; - strOutput += "] is online\r\n"; - } - else - { - ++numOfflineJedis; - strOffline += objJedis[i]; - strOffline += " ["; - strOffline += strNames[i]; - strOffline += ","; - strOffline += visibility[i]; - strOffline += ","; - strOffline += bountyValue[i]; - strOffline += ","; - strOffline += level[i]; - strOffline += ","; - strOffline += getFactionString(faction[i]); - strOffline += ","; - strOffline += loc[i]; - strOffline += ", hunted by ("; - for (int j = 0; j < bounties[i].length; ++j) - { - if (j > 0) - { - strOffline += ","; - } - strOffline += bounties[i][j]; - strOffline += "-"; - strOffline += getPlayerName(bounties[i][j]); - } - strOffline += ")"; - strOffline += "] is offline\r\n"; - } - } - } - else - { - strOutput = "requestJedi() returned null data\r\n"; - } - } - strOutput += numOnlineJedis; - strOutput += " online jedis\r\n"; - strOffline += numOfflineJedis; - strOffline += " offline jedis\r\n"; - saveTextOnClient(self, "online_jedi" + file + ".txt", strOutput); - saveTextOnClient(self, "offline_jedi" + file + ".txt", strOffline); - } - } - } - return SCRIPT_CONTINUE; - } - public int hnguyencrbtConfirmed(obj_id self, dictionary params) throws InterruptedException - { - obj_id bhId = params.getObjId("hunter"); - obj_id jediId = params.getObjId("jedi"); - int bounties = params.getInt("bounties"); - String bhName = ""; - String jediName = ""; - if ((bhId != null) && (isIdValid(bhId))) - { - bhName = getPlayerName(bhId); - } - if ((jediId != null) && (isIdValid(jediId))) - { - jediName = getPlayerName(jediId); - } - sendSystemMessageTestingOnly(self, "SUCCESS - bounty created bh=(" + bhId + "," + bhName + ") jedi=(" + jediId + "," + jediName + "," + bounties + ")"); - return SCRIPT_CONTINUE; - } - public int hnguyencrbtFailed(obj_id self, dictionary params) throws InterruptedException - { - obj_id bhId = params.getObjId("hunter"); - obj_id jediId = params.getObjId("jedi"); - int bounties = params.getInt("bounties"); - String bhName = ""; - String jediName = ""; - if ((bhId != null) && (isIdValid(bhId))) - { - bhName = getPlayerName(bhId); - } - if ((jediId != null) && (isIdValid(jediId))) - { - jediName = getPlayerName(jediId); - } - sendSystemMessageTestingOnly(self, "FAILED - bounty not created bh=(" + bhId + "," + bhName + ") jedi=(" + jediId + "," + jediName + "," + bounties + ")"); - return SCRIPT_CONTINUE; - } - public String getFactionString(int iTefFac) throws InterruptedException - { - String sTefFacName = ""; - if (iTefFac == (-526735576)) - { - sTefFacName = "battlefield"; - } - else if (iTefFac == (1183528962)) - { - sTefFacName = "duel"; - } - else if (iTefFac == (-429740311)) - { - sTefFacName = "bountyduel"; - } - else if (iTefFac == (221551254)) - { - sTefFacName = "nonaggressive"; - } - else if (iTefFac == (-160237431)) - { - sTefFacName = "unattackable"; - } - else if (iTefFac == (84709322)) - { - sTefFacName = "bountytarget"; - } - else if (iTefFac == (-1526926610)) - { - sTefFacName = "guildwarcooldownperiod"; - } - else if (iTefFac == (-615855020)) - { - sTefFacName = "imperial"; - } - else if (iTefFac == (370444368)) - { - sTefFacName = "rebel"; - } - else if (iTefFac == (-377582139)) - { - sTefFacName = "bubblecombat"; - } - return sTefFacName; - } -} diff --git a/sku.0/sys.server/compiled/game/script/hnguyen/pvp_test.java b/sku.0/sys.server/compiled/game/script/hnguyen/pvp_test.java deleted file mode 100755 index 8c28c431d4..0000000000 --- a/sku.0/sys.server/compiled/game/script/hnguyen/pvp_test.java +++ /dev/null @@ -1,67 +0,0 @@ -package script.hnguyen; - -import script.library.utils; -import script.obj_id; - -import java.util.StringTokenizer; - -public class pvp_test extends script.base_script -{ - public pvp_test() - { - } - public int OnInitialize(obj_id self) throws InterruptedException - { - return SCRIPT_CONTINUE; - } - public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException - { - if (objSpeaker != self) - { - return SCRIPT_CONTINUE; - } - if (strText.startsWith("setpe")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id dest = utils.stringToObjId(st.nextToken()); - obj_id enemy = utils.stringToObjId(st.nextToken()); - pvpSetPersonalEnemyFlag(dest, enemy); - sendSystemMessageTestingOnly(self, dest + " now has " + enemy + " as a personal enemy"); - } - } - else if (strText.startsWith("haspe")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id actor = utils.stringToObjId(st.nextToken()); - obj_id target = utils.stringToObjId(st.nextToken()); - if (pvpHasPersonalEnemyFlag(actor, target)) - { - sendSystemMessageTestingOnly(self, actor + " has " + target + " as a personal enemy"); - } - else - { - sendSystemMessageTestingOnly(self, actor + " DOESN'T have " + target + " as a personal enemy"); - } - } - } - else if (strText.startsWith("removepe")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 3) - { - String command = st.nextToken(); - obj_id target = utils.stringToObjId(st.nextToken()); - obj_id enemyId = utils.stringToObjId(st.nextToken()); - pvpRemovePersonalEnemyFlags(target, enemyId); - sendSystemMessageTestingOnly(self, target + " no longer has " + enemyId + " as a personal enemy"); - } - } - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/hnguyen/sc_cts_test.java b/sku.0/sys.server/compiled/game/script/hnguyen/sc_cts_test.java deleted file mode 100755 index 0513b3d8bc..0000000000 --- a/sku.0/sys.server/compiled/game/script/hnguyen/sc_cts_test.java +++ /dev/null @@ -1,33 +0,0 @@ -package script.hnguyen; - -import script.library.cts; -import script.library.utils; -import script.obj_id; - -import java.util.StringTokenizer; - -public class sc_cts_test extends script.base_script -{ - public sc_cts_test() - { - } - public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException - { - if (objSpeaker != self) - { - return SCRIPT_CONTINUE; - } - if (strText.startsWith("initiateCtsFromItem ")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - obj_id item = utils.stringToObjId(st.nextToken()); - sendSystemMessageTestingOnly(self, "calling cts.initiateCtsFromItem(player=" + self + ", item=" + item + ")"); - cts.initiateCtsFromItem(self, item); - } - } - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/hnguyen/scriptvar_test.java b/sku.0/sys.server/compiled/game/script/hnguyen/scriptvar_test.java deleted file mode 100755 index 854a59eaa5..0000000000 --- a/sku.0/sys.server/compiled/game/script/hnguyen/scriptvar_test.java +++ /dev/null @@ -1,145 +0,0 @@ -package script.hnguyen; - -import script.deltadictionary; -import script.dictionary; -import script.library.utils; -import script.obj_id; - -import java.util.StringTokenizer; - -public class scriptvar_test extends script.base_script -{ - public scriptvar_test() - { - } - public int OnInitialize(obj_id self) throws InterruptedException - { - return SCRIPT_CONTINUE; - } - public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException - { - if (objSpeaker != self) - { - return SCRIPT_CONTINUE; - } - if (strText.startsWith("ahh")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String id = st.nextToken(); - obj_id target = utils.stringToObjId(id); - if (isIdValid(target)) - { - if (exists(target)) - { - dictionary d = target.getScriptDictionary(); - sendSystemMessageTestingOnly(self, "scriptDictionary for " + target + " are: " + d.toString()); - } - else - { - sendSystemMessageTestingOnly(self, "ahh " + target + " - no object"); - } - } - else - { - sendSystemMessageTestingOnly(self, "ahh " + target + " - bad id"); - } - } - } - else if (strText.startsWith("ohh")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - String id = st.nextToken(); - String var = st.nextToken(); - String val = st.nextToken(); - obj_id target = utils.stringToObjId(id); - if (isIdValid(target)) - { - if (exists(target)) - { - dictionary d = target.getScriptDictionary(); - d.put(var, val); - sendSystemMessageTestingOnly(self, "Setting scriptDictionary for " + target + " " + var + "=" + val); - } - else - { - sendSystemMessageTestingOnly(self, "ohh " + target + " - no object"); - } - } - else - { - sendSystemMessageTestingOnly(self, "ohh " + target + " - bad id"); - } - } - } - else if (strText.startsWith("ah")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 2) - { - String command = st.nextToken(); - String id = st.nextToken(); - obj_id target = utils.stringToObjId(id); - if (isIdValid(target)) - { - if (exists(target)) - { - deltadictionary dctScriptVars = target.getScriptVars(); - sendSystemMessageTestingOnly(self, "Scriptvars for " + target + " are: " + dctScriptVars.toString()); - } - else - { - sendSystemMessageTestingOnly(self, "ah " + target + " - no object"); - } - } - else - { - sendSystemMessageTestingOnly(self, "ah " + target + " - bad id"); - } - } - } - else if (strText.startsWith("oh")) - { - StringTokenizer st = new StringTokenizer(strText); - if (st.countTokens() == 4) - { - String command = st.nextToken(); - String id = st.nextToken(); - String var = st.nextToken(); - String val = st.nextToken(); - obj_id target = utils.stringToObjId(id); - if (isIdValid(target)) - { - if (exists(target)) - { - utils.setScriptVar(target, var, val); - sendSystemMessageTestingOnly(self, "Setting scriptvar for " + target + " " + var + "=" + val); - } - else - { - sendSystemMessageTestingOnly(self, "oh " + target + " - no object"); - } - } - else - { - sendSystemMessageTestingOnly(self, "oh " + target + " - bad id"); - } - } - } - else if (strText.equals("gc")) - { - sendSystemMessageTestingOnly(self, "telling Java to do garbage collection"); - System.gc(); - } - else if (strText.equals("getGameTime")) - { - sendSystemMessageTestingOnly(self, "getGameTime() returns " + getGameTime()); - } - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/item/levelup_orb/levelup_orb.java b/sku.0/sys.server/compiled/game/script/item/levelup_orb/levelup_orb.java index 4d04251472..7e471da2d2 100755 --- a/sku.0/sys.server/compiled/game/script/item/levelup_orb/levelup_orb.java +++ b/sku.0/sys.server/compiled/game/script/item/levelup_orb/levelup_orb.java @@ -72,14 +72,11 @@ public void raiseLevel(obj_id player) throws InterruptedException int xpNeeded = dataTableGetInt("datatables/player/player_level.iff", currentLevel, "xp_required"); int prevNeeded = dataTableGetInt("datatables/player/player_level.iff", currentLevel - 1, "xp_required"); xpNeeded -= prevNeeded; - if (getConfigSetting("GameServer", "xpMultiplier") != null) + int xpMultiplier = utils.getIntConfigSetting("GameServer", "xpMultiplier"); + if (xpMultiplier > 0) { - int xpBonusValue = utils.stringToInt(getConfigSetting("GameServer", "xpMultiplier")); - if (xpBonusValue > 1) - { - xpNeeded = xpNeeded / xpBonusValue; - xpNeeded += 1; - } + xpNeeded = xpNeeded / xpMultiplier; + xpNeeded += 1; } xp.grant(player, "combat_general", xpNeeded); } diff --git a/sku.0/sys.server/compiled/game/script/item/tool/reverse_engineering_tool.java b/sku.0/sys.server/compiled/game/script/item/tool/reverse_engineering_tool.java index 2d4937e0a5..bc28b2d878 100755 --- a/sku.0/sys.server/compiled/game/script/item/tool/reverse_engineering_tool.java +++ b/sku.0/sys.server/compiled/game/script/item/tool/reverse_engineering_tool.java @@ -814,10 +814,6 @@ public void prependModNameToObject(obj_id object, String modSIDreference) throws } public float getReverseEngineeringBonusMultiplier() throws InterruptedException { - String config = getConfigSetting("Custom", "reverseEngineeringBonusMultiplier"); - if (config != null && config.length() > 0) { - return utils.stringToFloat(config); - } - return 1.0f; + return utils.getFloatConfigSetting("Custom", "reverseEngineeringBonusMultiplier", 1.0f); } } diff --git a/sku.0/sys.server/compiled/game/script/library/battlefield.java b/sku.0/sys.server/compiled/game/script/library/battlefield.java index 1a4b399db3..4b1db61bf1 100755 --- a/sku.0/sys.server/compiled/game/script/library/battlefield.java +++ b/sku.0/sys.server/compiled/game/script/library/battlefield.java @@ -147,6 +147,8 @@ public battlefield() public static final String STRING_TRIG_BOUNDARY = "battlefield_boundary"; public static final String STRING_TRIG_OUTER_PERIMETER = "battlefield_outer_perimeter"; public static final String GAME_SCRIPT_PATH = "systems.battlefield.game_"; + public static final boolean BATTLEFIELDS_DISABLED = utils.checkConfigFlag("GameServer", "disableBattlefields"); + public static void createBattlefieldRegions(String area) throws InterruptedException { int numItems = dataTableGetNumRows(BATTLEFIELD_DATATABLE); diff --git a/sku.0/sys.server/compiled/game/script/library/bounty_hunter.java b/sku.0/sys.server/compiled/game/script/library/bounty_hunter.java index 3ea2b4c5d5..fdb1639d92 100755 --- a/sku.0/sys.server/compiled/game/script/library/bounty_hunter.java +++ b/sku.0/sys.server/compiled/game/script/library/bounty_hunter.java @@ -471,21 +471,8 @@ public static boolean hasMaxBountyMissionsOnTarget(obj_id target) throws Interru return false; } int numHunters = hunters.length; - String Smax = getConfigSetting("GameServer", "maxJediBounties"); - int maxHunters = 3; - if (Smax != null && !Smax.equals("")) - { - Integer Imax = Integer.getInteger(Smax); - if (Imax != null) - { - maxHunters = Imax; - } - } - if (numHunters >= maxHunters) - { - return true; - } - return false; + int maxHunters = utils.getIntConfigSetting("GameServer", "maxJediBounties", 3); + return numHunters >= maxHunters; } public static float getBountyFactionPointAdjustment(obj_id hunter, obj_id target) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/city.java b/sku.0/sys.server/compiled/game/script/library/city.java index 6a589475df..29fa882962 100755 --- a/sku.0/sys.server/compiled/game/script/library/city.java +++ b/sku.0/sys.server/compiled/game/script/library/city.java @@ -1082,7 +1082,7 @@ public static int getStructureCost(int city_id, obj_id structure) throws Interru { return 0; } - if (getConfigSetting("GameServer", "disableStructureFees") != null) + if (player_structure.STRUCTURE_FEES_DISABLED) { return 0; } diff --git a/sku.0/sys.server/compiled/game/script/library/create.java b/sku.0/sys.server/compiled/game/script/library/create.java index 7a75a45239..6793702aaa 100755 --- a/sku.0/sys.server/compiled/game/script/library/create.java +++ b/sku.0/sys.server/compiled/game/script/library/create.java @@ -1,6 +1,7 @@ package script.library; import script.*; +import script.ai.ai; import java.util.Vector; @@ -810,7 +811,7 @@ public static int calcCreatureLevel(int statLevel, int dmgLevel, int toHitLevel, } public static void attachCreatureScripts(obj_id creature, String scriptList, boolean withAi) throws InterruptedException { - if (getConfigSetting("GameServer", "disableAI") != null) + if (ai.AI_SCRIPTS_DISABLED) { return; } @@ -936,23 +937,6 @@ public static void attachCombatScripts(obj_id npc) throws InterruptedException { attachScript(npc, "systems.combat.combat_actions"); } - obj_id primaryWeapon = aiGetPrimaryWeapon(npc); - obj_id secondaryWeapon = aiGetSecondaryWeapon(npc); - boolean hasJediWeapon = false; - if (isIdValid(primaryWeapon)) - { - if (jedi.isLightsaber(primaryWeapon)) - { - hasJediWeapon = true; - } - } - if (isIdValid(secondaryWeapon)) - { - if (jedi.isLightsaber(secondaryWeapon)) - { - hasJediWeapon = true; - } - } } public static void applySkillStatisticModifiers(obj_id creature, int toHitChance, int defenseValue) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/dump.java b/sku.0/sys.server/compiled/game/script/library/dump.java index 20e733a392..37e520a191 100755 --- a/sku.0/sys.server/compiled/game/script/library/dump.java +++ b/sku.0/sys.server/compiled/game/script/library/dump.java @@ -643,11 +643,17 @@ public static String csTargetDump(obj_id self, obj_id objTarget, boolean colorFl { String playerFullName = getName(objTarget); String playerCodeString = getPlayerName(objTarget); - strTest += "PLAYER FULL NAME: \t"; + strTest += "\nPLAYER FULL NAME: \t\t"; strTest += playerFullName + "\r\n"; - strTest += "INTERNAL NAME: \t\t"; + strTest += "INTERNAL NAME: \t\t\t"; strTest += playerCodeString + "\r\n"; - strTest += "LOTS USED: \t\t\t" + getAccountNumLots(objTarget) + "\r\n\r\n"; + strTest += "ACCOUNT USERNAME: \t\t"; + strTest += getPlayerAccountUsername(objTarget) + "\r\n"; + strTest += "LOTS USED: \t\t\t\t" + getAccountNumLots(objTarget) + "\r\n"; + strTest += "PLAYER PLAY TIME:\t\t" + getPlayerPlayedTime(objTarget) + "\r\n"; + strTest += "PLAYER AGE: \t\t\t\t" + (getCurrentBirthDate() - getPlayerBirthDate(objTarget)) + "\r\n"; + strTest += "PLAYER BIRTHDAY: \t\t" + getPlayerBirthDate(objTarget) + "\r\n\r\n"; + } if (isMob(objTarget) || isPlayer(objTarget)) { diff --git a/sku.0/sys.server/compiled/game/script/library/event_perk.java b/sku.0/sys.server/compiled/game/script/library/event_perk.java index 7a0c80e68e..9298548eb0 100755 --- a/sku.0/sys.server/compiled/game/script/library/event_perk.java +++ b/sku.0/sys.server/compiled/game/script/library/event_perk.java @@ -29,6 +29,8 @@ public event_perk() public static final string_id SHAPECHANGE_SPACE = new string_id("spam", "shapechange_space"); public static final String DATATABLE = "datatables/event_perk/perk_data.iff"; public static final String STF_FILE = "event_perk"; + public static final int COIN_LIMIT_OVERRIDE = utils.getIntConfigSetting("GameServer", "halloweenCoinLimit", event_perk.COIN_LIMIT); + public static boolean canPlaceEventPerkHere(obj_id self, obj_id player, location here) throws InterruptedException { if (!isIdValid(player) || (here == null)) @@ -158,12 +160,7 @@ public static void increaseDailyCoinCounter(obj_id player) throws InterruptedExc int currentCoinLimit = getIntObjVar(player, COUNTER); int newCoinLimit = currentCoinLimit + COIN_AMOUNT_LOW; setObjVar(player, COUNTER, newCoinLimit); - int limit = utils.stringToInt(getConfigSetting("GameServer", "halloweenCoinLimit")); - if (limit <= 0) - { - limit = event_perk.COIN_LIMIT; - } - if (newCoinLimit > limit) + if (COIN_LIMIT_OVERRIDE != -1 && newCoinLimit > COIN_LIMIT_OVERRIDE) { buff.applyBuff(player, "event_halloween_coin_limit"); } @@ -289,12 +286,7 @@ public static boolean newDayOrNot(obj_id player) throws InterruptedException } public static boolean timeStampCheck(obj_id player) throws InterruptedException { - int limit = utils.stringToInt(getConfigSetting("GameServer", "halloweenCoinLimit")); - if (limit <= 0) - { - limit = event_perk.COIN_LIMIT; - } - if (newDayOrNot(player) == true) + if (newDayOrNot(player)) { if (buff.hasBuff(player, "event_halloween_coin_limit")) { @@ -327,7 +319,7 @@ else if (hasObjVar(player, event_perk.COUNTER)) } } int currentCoinCount = getIntObjVar(player, event_perk.COUNTER); - if (currentCoinCount > limit) + if (COIN_LIMIT_OVERRIDE != -1 && currentCoinCount > COIN_LIMIT_OVERRIDE) { buff.applyBuff(player, "event_halloween_coin_limit"); sendSystemMessage(player, event_perk.REACHED_LIMIT); @@ -336,12 +328,12 @@ else if (hasObjVar(player, event_perk.COUNTER)) } return true; } - if (newDayOrNot(player) == false) + if (!newDayOrNot(player)) { if (hasObjVar(player, event_perk.COUNTER)) { int currentCoinCount = getIntObjVar(player, event_perk.COUNTER); - if (currentCoinCount > limit) + if (COIN_LIMIT_OVERRIDE != -1 && currentCoinCount > COIN_LIMIT_OVERRIDE) { if (!buff.hasBuff(player, "event_halloween_coin_limit")) { diff --git a/sku.0/sys.server/compiled/game/script/library/events.java b/sku.0/sys.server/compiled/game/script/library/events.java new file mode 100644 index 0000000000..f88be8f335 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/library/events.java @@ -0,0 +1,101 @@ +package script.library; + +import java.util.Calendar; + +public class events extends script.base_script { + + public events() + { + } + + public static final String EMPIRE_DAY = "empireday"; + public static final String LIFEDAY = "lifeday"; + public static final String EWOK_FESTIVAL_OF_LOVE = "loveday"; + public static final String GALACTIC_MOON_FESTIVAL = "halloween"; + public static final String FOOLS_DAY = "foolsday"; + public static final String LOST_SQUADRON = "lostsquadron"; + public static final String ANNIVERSARY = "anniversary"; + + private static final boolean EMPIRE_DAY_CONIFG = utils.checkConfigFlag("GameServer", "empireday_ceremony"); + private static final boolean LIFEDAY_CONFIG = utils.checkConfigFlag("GameServer", "lifeday"); + private static final boolean EWOK_FESTIVAL_CONFIG = utils.checkConfigFlag("GameServer", "loveday"); + private static final boolean GALACTIC_MOON_CONFIG = utils.checkConfigFlag("GameServer", "halloween"); + private static final boolean FOOLS_DAY_CONFIG = utils.checkConfigFlag("GameServer", "foolsDay"); + private static final boolean FORCE_FOOLS_DAY_CONFIG = utils.checkConfigFlag("GameServer", "forceFoolsDay"); + private static final boolean LOST_SQUADRON_CONFIG = utils.checkConfigFlag("EventTeam", "lostSquadron"); + private static final boolean ANNIVERSARY_CONFIG = utils.checkConfigFlag("EventTeam", "anniversary"); + + + /** + * Used to determine if an event is currently configured to run + * @param eventName the name of the event (uses constants above) + * @return true if it is active, false otherwise + */ + public static boolean isEventActive(String eventName) { + + switch (eventName) { + + case EMPIRE_DAY: + return EMPIRE_DAY_CONIFG; + + case EWOK_FESTIVAL_OF_LOVE: + return EWOK_FESTIVAL_CONFIG; + + case GALACTIC_MOON_FESTIVAL: + return GALACTIC_MOON_CONFIG; + + case LIFEDAY: + return LIFEDAY_CONFIG; + + case FOOLS_DAY: + return FOOLS_DAY_CONFIG; + + case LOST_SQUADRON: + return LOST_SQUADRON_CONFIG; + + case ANNIVERSARY: + return ANNIVERSARY_CONFIG; + + default: + WARNING("events.isEventActive() was called for event named "+eventName+" but no handling for that name is in the method so either the event name is wrong or handling here is missing."); + break; + } + return false; + } + + /** + * Used to determine if an event is currently running, meaning, + * not that it is just active (configured to be on) but that + * certain other requisites have triggered/been met to make the + * sequences of the event start + * @param eventName the name of the event (uses constants above) + * @return true if it is running, false otherwise + */ + public static boolean isEventRunning(String eventName) { + + switch (eventName) { + + case FOOLS_DAY: + if(!isEventActive(FOOLS_DAY)) { + return false; + } else { + if(FORCE_FOOLS_DAY_CONFIG) { + return true; + } else { // if fools day isn't forced, only start it on literally April 1 from 12AM to 11:59PM + Calendar cal = Calendar.getInstance(); + int currentTime = getCalendarTime(); + int midnightOnAprilFoolsDay = getCalendarTime(cal.get(Calendar.YEAR), 4, 1, 0, 0, 0); + int midnightOnDayAfterAprilFools = getCalendarTime(cal.get(Calendar.YEAR), 4, 2, 0, 0, 0); + return currentTime >= midnightOnAprilFoolsDay && currentTime <= midnightOnDayAfterAprilFools; + } + } + + default: + WARNING("events.isEventRunning() was called for event named "+eventName+" but no handling for that name is in the method so either the event name is wrong or handling here is missing."); + break; + + } + return false; + } + +} diff --git a/sku.0/sys.server/compiled/game/script/library/gcw.java b/sku.0/sys.server/compiled/game/script/library/gcw.java index 5a69c0356d..0c5b87a295 100755 --- a/sku.0/sys.server/compiled/game/script/library/gcw.java +++ b/sku.0/sys.server/compiled/game/script/library/gcw.java @@ -254,6 +254,11 @@ public gcw() public static final String GCW_TUTORIAL_FLAG = "gcw_tutorial_flag.has_received_tutorial"; public static final String COLOR_REBELS = "\\" + colors_hex.COLOR_REBELS; public static final String COLOR_IMPERIALS = "\\" + colors_hex.COLOR_IMPERIALS; + public static final float GCW_POINT_BONUS = utils.getFloatConfigSetting("GameServer", "gcwPointBonus", 1.0f); + public static final float GCW_TOKEN_BONUS = utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); + public static final int GCW_CYCLE_INVASION_TIME = utils.getIntConfigSetting("GameServer", "gcwInvasionCycleTime", 3); + public static final int GCW_MAX_INVASION_CITY_RUNNING = utils.getIntConfigSetting("GameServer", "gcwInvasionCityMaximumRunning", 3); + public static void assignScanInterests(obj_id npc) throws InterruptedException { if (!isIdValid(npc) || isPlayer(npc) || pet_lib.isPet(npc)) @@ -1275,11 +1280,7 @@ public static void _grantGcwPoints(obj_id victim, obj_id attacker, int pointValu { return; } - float multiplier = utils.stringToFloat(getConfigSetting("GameServer", "gcwPointBonus")); - if (multiplier > 1) - { - pointValue *= multiplier; - } + pointValue *= GCW_POINT_BONUS; pvpModifyCurrentGcwPoints(attacker, pointValue); prose_package pp = new prose_package(); pp.target.set(getName(victim)); @@ -2455,11 +2456,7 @@ public static boolean awardGcwInvasionParticipants(Vector participantList, int f else { tokenStaticName = GCW_REBEL_TOKEN; } - float multiplier = utils.stringToFloat(getConfigSetting("GameServer", "gcwTokenBonus")); - if (multiplier > 1) - { - gcwTokenAmt *= multiplier; - } + gcwTokenAmt *= GCW_TOKEN_BONUS; for (Object o : participantList) { if (!isValidId(((obj_id) o)) || !exists(((obj_id) o))) { CustomerServiceLog("gcw_city_invasion", "gcw.awardGcwInvasionParticipants: Player: " + ((obj_id) o) + " is NOT receiving " + gcwTokenAmt + " " + tokenStaticName + " tokens or " + gcwPointAmt + " " + factionFlag + " GCW points (GCW points only awarded to pure faction players, not factionalHelpers) because this player OID is invalid or doesn't exist. Probably due to the player exiting the battle field, traveling or moving to another server process (crossing server boundary)."); @@ -2637,12 +2634,7 @@ else if (phase == GCW_CITY_PHASE_UNKNOWN) } public static int gcwGetTimeToInvasion() throws InterruptedException { - String timeConfig = getConfigSetting("GameServer", "gcwInvasionCycleTime"); - if (timeConfig == null || timeConfig.length() <= 0) - { - return 3; - } - int time = utils.stringToInt(timeConfig); + int time = GCW_CYCLE_INVASION_TIME; if (time > 6) { time = 6; @@ -2655,13 +2647,7 @@ public static int gcwGetTimeToInvasion() throws InterruptedException } public static int gcwGetInvasionMaximumRunning() throws InterruptedException { - String maxConfig = getConfigSetting("GameServer", "gcwInvasionCityMaximumRunning"); - int max = 3; - if (maxConfig == null || maxConfig.length() <= 0) - { - return max; - } - return utils.stringToInt(maxConfig); + return GCW_MAX_INVASION_CITY_RUNNING; } public static boolean gcwIsInvasionCityOn(String city) throws InterruptedException { @@ -2669,17 +2655,20 @@ public static boolean gcwIsInvasionCityOn(String city) throws InterruptedExcepti { return false; } - String cityConfig = getConfigSetting("GameServer", "gcwcity" + city); - if (cityConfig == null || (!cityConfig.equals("1") && !cityConfig.toLowerCase().equals("true"))) - { - CustomerServiceLog("gcw_city_invasion", "gcw.gcwIsInvasionCityOn: GCW City: " + city + " is not configured to run a city invasion. Function returning False."); - return false; + if (city.equalsIgnoreCase("keren") || city.equalsIgnoreCase("bestine")) { + return utils.checkConfigFlag("GameServer", "gcwcity"+city); + } + else if (city.equalsIgnoreCase("dearic")) { + if(events.isEventActive(events.LIFEDAY)) { + return false; + } else { + return utils.checkConfigFlag("GameServer", "gcwcity"+city); + } } - if (city.equalsIgnoreCase("dearic") && utils.checkConfigFlag("GameServer", "lifeday")) { - CustomerServiceLog("gcw_city_invasion", "gcw.gcwIsInvasionCityOn: GCW City: " + city + " is not running because life day is turned on."); + else { + WARNING("gcwIsInvasionCityOn() Got call to check invasion for city "+city+" but there is no logic accounting for it here."); return false; } - return true; } public static int gcwGetNextInvasionHour(String cityName) throws InterruptedException { @@ -2849,8 +2838,7 @@ public static String[] gcwGetActiveCities() throws InterruptedException { Vector activeCities = new Vector<>(); for (String cityName : INVASION_CITIES){ - String value = getConfigSetting("GameServer", "gcwcity" + cityName); - if (value != null && (value.equals("1") || value.toLowerCase().equals("true"))) { + if (utils.checkConfigFlag("GameServer", "gcwcity" + cityName)) { activeCities.add(cityName); } } diff --git a/sku.0/sys.server/compiled/game/script/library/groundquests.java b/sku.0/sys.server/compiled/game/script/library/groundquests.java index 94cdee5f6b..2cfe421909 100755 --- a/sku.0/sys.server/compiled/game/script/library/groundquests.java +++ b/sku.0/sys.server/compiled/game/script/library/groundquests.java @@ -1088,11 +1088,7 @@ else if (factions.isRebelHelper(player) && pvpNeutralIsMercenaryDeclared(player) { declared = true; } - float multiplier = utils.stringToFloat(getConfigSetting("GameServer", "gcwTokenBonus")); - if (multiplier > 1) - { - grantGcwRebRewardCount *= multiplier; - } + grantGcwRebRewardCount *= utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); if (declared && grantGcwSFRewardMultip != 0) { grantGcwRebRewardCount *= grantGcwSFRewardMultip; @@ -1126,11 +1122,7 @@ else if (factions.isImperialHelper(player) && pvpNeutralIsMercenaryDeclared(play { declared = true; } - float multiplier = utils.stringToFloat(getConfigSetting("GameServer", "gcwTokenBonus")); - if (multiplier > 1) - { - grantGcwImpRewardCount *= multiplier; - } + grantGcwImpRewardCount *= utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); if (declared && grantGcwSFRewardMultip != 0) { grantGcwImpRewardCount *= grantGcwSFRewardMultip; diff --git a/sku.0/sys.server/compiled/game/script/library/guild.java b/sku.0/sys.server/compiled/game/script/library/guild.java index 3e64b9becd..fee422adad 100755 --- a/sku.0/sys.server/compiled/game/script/library/guild.java +++ b/sku.0/sys.server/compiled/game/script/library/guild.java @@ -1670,7 +1670,7 @@ else if ((370444368) == factionId) if (timeJoinedGcwDefenderRegion > 0) { guildInfoStr += (" (started defending on " + getCalendarTimeStringLocal(timeJoinedGcwDefenderRegion) + ")\n"); - final int gcwDaysRequiredForGcwRegionDefenderBonus = utils.stringToInt(getConfigSetting("GameServer", "gcwDaysRequiredForGcwRegionDefenderBonus")); + final int gcwDaysRequiredForGcwRegionDefenderBonus = utils.getIntConfigSetting("GameServer", "gcwDaysRequiredForGcwRegionDefenderBonus"); final int age = getCalendarTime() - timeJoinedGcwDefenderRegion; if (age > (gcwDaysRequiredForGcwRegionDefenderBonus * 86400)) { diff --git a/sku.0/sys.server/compiled/game/script/library/healing.java b/sku.0/sys.server/compiled/game/script/library/healing.java index 9be15ec41e..909d807e53 100755 --- a/sku.0/sys.server/compiled/game/script/library/healing.java +++ b/sku.0/sys.server/compiled/game/script/library/healing.java @@ -196,6 +196,8 @@ public healing() public static final string_id SID_DROID_REPAIR_DAMAGE_OTHER = new string_id("healing", "droid_repair_damage_other"); public static final String RESPONSE_TEXT = "datatables/healing/healing_response.iff"; public static final String PP_FILE_LOC = "healing_response"; + public static final boolean CYBERNETIC_DEATH_EVENT = utils.checkConfigFlag("EventTeam", "enableCyberneticDeathEvent"); + public static final int[] COMBAT_STATES = { STATE_DIZZY, @@ -1075,7 +1077,7 @@ public static boolean healClone(obj_id player, boolean woundPlayer) throws Inter } if (woundPlayer) { - if (getConfigSetting("GameServer", "enableCybernetics") != null) + if (CYBERNETIC_DEATH_EVENT) { cybernetic.applyDeathCybernetic(player); } diff --git a/sku.0/sys.server/compiled/game/script/library/holiday.java b/sku.0/sys.server/compiled/game/script/library/holiday.java index 4f8de9f1b3..2d1fd89c43 100755 --- a/sku.0/sys.server/compiled/game/script/library/holiday.java +++ b/sku.0/sys.server/compiled/game/script/library/holiday.java @@ -241,6 +241,7 @@ public holiday() public static final String LOVEDAY_CUPID_ELEMENT_NAME = "loveday_cupid_spawner_"; public static final String LOVEDAY_CUPID_SPAWNER_CITY_VAR = "loveday_city"; public static final String GETTING_CUPID_SPAWNER_IDS = "manager_gettingCupidSpawnerIds"; + public static final int EMPIRE_DAY_MAX_CEREMONY_WINNERS_CONFIG = utils.getIntConfigSetting("GameServer", "empireday_ceremony_winners", MAXIMUM_EMPIRE_DAY_WINNERS); public static final String[] LOVEDAY_LOCATIONS = { "endor", @@ -654,19 +655,7 @@ public static obj_id[] getEmpireDayWinningPlayers(obj_id holidayObject, Vector e { return null; } - int maxEmpireDayWinners = MAXIMUM_EMPIRE_DAY_WINNERS; - String empiredayWinnerConfig = getConfigSetting("GameServer", "empireday_ceremony_winners"); - if (empiredayWinnerConfig != null && utils.stringToInt(empiredayWinnerConfig) > -1) - { - CustomerServiceLog("holidayEvent", "holiday.getEmpireDayWinningPlayers: The max badge winners was: " + maxEmpireDayWinners + " but there is a server config that might overwrite this amount."); - int configWinners = utils.stringToInt(empiredayWinnerConfig); - CustomerServiceLog("holidayEvent", "holiday.getEmpireDayWinningPlayers: The server config shows the max badge winners should be: " + configWinners + " checking to see if that is less or more than the current amount."); - if (configWinners != maxEmpireDayWinners) - { - CustomerServiceLog("holidayEvent", "holiday.getEmpireDayWinningPlayers: The server config if a different amount than the current max so we are using the server config."); - maxEmpireDayWinners = configWinners; - } - } + int maxEmpireDayWinners = EMPIRE_DAY_MAX_CEREMONY_WINNERS_CONFIG; int originalListSize = eligiblePlayers.size(); if (originalListSize <= maxEmpireDayWinners) { diff --git a/sku.0/sys.server/compiled/game/script/library/instance.java b/sku.0/sys.server/compiled/game/script/library/instance.java index f13c32e8aa..a302dda382 100755 --- a/sku.0/sys.server/compiled/game/script/library/instance.java +++ b/sku.0/sys.server/compiled/game/script/library/instance.java @@ -36,6 +36,13 @@ public instance() public static final int FAIL_INSTANCE_FEW_PLAYERS = 5; public static final int FAIL_WARN_TOO_FEW = 6; public static final string_id SID_UNDER_FIVE_MINUTE_WARNING = new string_id("instance", "five_minute_warning"); + public static final boolean CORVETTE_REBEL_DUNGEON_ENABLED = utils.checkConfigFlag("Dungeon", "Corellian_Corvette_Rebel"); + public static final boolean CORVETTE_IMPERIAL_DUNGEON_ENABLED = utils.checkConfigFlag("Dungeon", "Corellian_Corvette_Imperial"); + public static final boolean CORVETTE_NEUTRAL_DUNGEON_ENABLED = utils.checkConfigFlag("Dungeon", "Corellian_Corvette_Neutral"); + public static final boolean DEATH_WATCH_DUNGEON_ENABLED = utils.checkConfigFlag("Dungeon", "Death_Watch"); + public static final boolean GEONOSIAN_BUNKER_ENABLED = utils.checkConfigFlag("Dungeon", "Geonosian"); + public static final float HEROIC_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "heroicTokenBonus", 1.0f); + public static void registerInstance(obj_id instance_id) throws InterruptedException { registerInstance(instance_id, getInstanceName(instance_id)); diff --git a/sku.0/sys.server/compiled/game/script/library/load_test.java b/sku.0/sys.server/compiled/game/script/library/load_test.java index fd79b2cd34..7d0fa53ff3 100755 --- a/sku.0/sys.server/compiled/game/script/library/load_test.java +++ b/sku.0/sys.server/compiled/game/script/library/load_test.java @@ -79,12 +79,7 @@ public load_test() }; public static boolean loadClientSupportEnabled() throws InterruptedException { - String value = getConfigSetting("GameServer", "loadClientSupportEnabled"); - if (value != null && (value.equals("1") || value.equals("true") || value.equals("yes"))) - { - return true; - } - return false; + return utils.checkConfigFlag("GameServer", "loadClientSupportEnabled"); } public static void handleLoadClientSetup(obj_id clientCreature, String optionsString) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/loot.java b/sku.0/sys.server/compiled/game/script/library/loot.java index c6f79bf29c..83dd910f76 100755 --- a/sku.0/sys.server/compiled/game/script/library/loot.java +++ b/sku.0/sys.server/compiled/game/script/library/loot.java @@ -107,6 +107,19 @@ public loot() private static final String CHEST_BASE = "rare_loot_chest_quality_"; private static final String RLS_EFFECT = "appearance/pt_rare_chest.prt"; private static final String RLS_SOUND = "sound/rare_loot_chest.snd"; + public static final boolean RLS_DISABLED = utils.checkConfigFlag("GameServer", "rlsDisabled"); + public static final boolean RLS_MACROS_DISABLED = utils.checkConfigFlag("GameServer", "rlsDropChanceDisableMacros"); + public static final int RLS_DROP_CHANCE = utils.getIntConfigSetting("GameServer", "rlsDropChance", 1); + public static final int RLS_RARE_CHOICE_CHANCE = utils.getIntConfigSetting("GameServer", "rlsRareDropChance", 70); + public static final int RLS_EXCEPTIONAL_CHOICE_CHANCE = utils.getIntConfigSetting("GameServer", "rlsExceptionalDropChance", 25); + public static final int RLS_LEGENDARY_CHOICE_CHANCE = utils.getIntConfigSetting("GameServer", "rlsLegendaryDropChance", 5); + public static final int RLS_TIME_BETWEEN_AWARDS = utils.getIntConfigSetting("GameServer", "rlsMinTimeBetweenAwards", 900); + public static final int RLS_LOWER_LEVEL_BAND = utils.getIntConfigSetting("GameServer", "rlsMaxLevelsBelowPlayerLevel", 6); + public static final int RLS_UPPER_LEVEL_BAND = utils.getIntConfigSetting("GameServer", "rlsMaxLevelsAbovePlayerLevel", 6); + public static final int RLS_MIN_DIST_FROM_LAST_LOOT = utils.getIntConfigSetting("GameServer", "rlsMinDistanceFromLastLoot", 5); + public static final String OBJVAR_RLS_LAST_LOOT_TIME = "loot.rls.lastChestAwardTime"; + public static final String OBJVAR_RLS_LAST_LOOT_LOCATION = "loot.rls.lastLootedLocation"; + public static final String OBJVAR_RLS_LAST_LOOT_CHEST = "loot.rls.lastLootedChest"; public static boolean addLoot(obj_id target) throws InterruptedException { @@ -1367,16 +1380,7 @@ public static boolean addChronicleLoot(obj_id target) throws InterruptedExceptio int mobLevel = getIntObjVar(target, "intCombatDifficulty"); obj_id mobInv = utils.getInventoryContainer(target); - int chronicleLootChance = creatureRow.getInt("chronicleLootChance"); - String configChance_string = getConfigSetting("GameServer", "chroniclesLootChanceOverride"); - if (configChance_string != null && configChance_string.length() > 0) - { - int configChance = utils.stringToInt(configChance_string); - if (configChance > 0) - { - chronicleLootChance = configChance; - } - } + int chronicleLootChance = utils.getIntConfigSetting("GameServer", "chroniclesLootChanceOverride", creatureRow.getInt("chronicleLootChance")); int chronicleLootRoll = rand(1, 100); if (chronicleLootRoll <= chronicleLootChance) { @@ -1426,16 +1430,7 @@ else if (rareLootRoll < 10) } } } - int fragmentLootChance = pgc_quests.PGC_CHRONICLE_BASE_FRAGEMENT_CHANCE; - String configFragChance_string = getConfigSetting("GameServer", "fragmentLootChanceOverride"); - if (configFragChance_string != null && configFragChance_string.length() > 0) - { - int configFragChance = utils.stringToInt(configFragChance_string); - if (configFragChance > 0) - { - fragmentLootChance = configFragChance; - } - } + int fragmentLootChance = utils.getIntConfigSetting("GameServer", "fragmentLootChanceOverride", pgc_quests.PGC_CHRONICLE_BASE_FRAGEMENT_CHANCE); int fragmentLootRoll = rand(1, 100); if (fragmentLootRoll <= fragmentLootChance) { @@ -1498,17 +1493,9 @@ public static obj_id chroniclesPvpLootDrop(obj_id player) throws InterruptedExce } public static obj_id chroniclesNonCorpseLootDrop(obj_id player, String relicCategory, int relicChance, String activityType) throws InterruptedException { - String configChance_string = getConfigSetting("GameServer", "chroniclesLootChanceOverride"); - if (configChance_string != null && configChance_string.length() > 0) - { - int configChance = utils.stringToInt(configChance_string); - if (configChance > 0) - { - relicChance = configChance; - } - } + int chance = utils.getIntConfigSetting("GameServer", "chroniclesLootChanceOverride", relicChance); int lootRoll = rand(1, 100); - if (lootRoll <= relicChance) + if (lootRoll <= chance) { String relicName = getChronicleRelicLootOfCategory(relicCategory); if (relicName != null && relicName.length() > 0) @@ -2488,6 +2475,11 @@ public static boolean forage_blog(String msg) throws InterruptedException } public static boolean addRareLoot(obj_id target) throws InterruptedException { + // make sure system is on before we do anything else + if(RLS_DISABLED) { + return false; + } + // get the attacker who did the most damage. obj_id player = getObjIdObjVar(target, xp.VAR_TOP_GROUP); @@ -2496,68 +2488,49 @@ public static boolean addRareLoot(obj_id target) throws InterruptedException return false; } - // if they're AFK then skip to the next. - if(isAwayFromKeyBoard(player)) return false; - - // get custom settings from the configuration - boolean rlsEnabled = Boolean.parseBoolean(getConfigSetting("GameServer", "rlsEnabled")); - if (!rlsEnabled) return false; - - // get RLS Chance - default: 1% - String rlsc = getConfigSetting("GameServer", "rlsDropChance"); - double rlsChance = rlsc == null ? 0.005d : Double.parseDouble(rlsc) / 100; + // player must be ATK + if(isAwayFromKeyBoard(player)) { + return false; + } - // did they qualify for a RLS chest? - double rollValue = Math.random(); - if(rollValue > rlsChance){ - // did not qualify due to roll out of range. + // if enabled player must have provided user input (not macros) in last 15 mins to get RLC + if(RLS_MACROS_DISABLED && !isPlayerActive(player)) { return false; } - LOG("rare_loot", "Player (" + player + ") qualified for an RLS chest (chance: " + rlsChance + " roll: " + rollValue + ")"); - String lb = getConfigSetting("GameServer", "rlsMaxLevelsBelowPlayerLevel"); - int levelsBelow = lb == null ? 6 : Math.abs(Integer.parseInt(lb)); - String la = getConfigSetting("GameServer", "rlsMaxLevelsAbovePlayerLevel"); - int levelsAbove = la == null ? 6 : Math.abs(Integer.parseInt(la)); - String rdc = getConfigSetting("GameServer", "rlsRareDropChance"); - int rareDropChance = rdc == null ? 70 : Math.abs(Integer.parseInt(rdc)); - String edc = getConfigSetting("GameServer", "rlsExceptionalDropChance"); - int exceptionalDropChance = edc == null ? 25 : Math.abs(Integer.parseInt(edc)); - String ldc = getConfigSetting("GameServer", "rlsLegendaryDropChance"); - int legendaryDropChance = ldc == null ? 5 : Math.abs(Integer.parseInt(ldc)); - String dist = getConfigSetting("GameServer", "rlsMinDistanceFromLastLoot"); - int minDistanceFromLast = dist == null ? 0 : Math.abs(Integer.parseInt(dist)); - String tmpTime = getConfigSetting("GameServer", "rlsMinTimeBetweenAwards"); + // variance between mob level and player level must be within acceptable range (default is +/- 6) + int playerLevel = getLevel(player); + int mobLevel = getLevel(target); + if(mobLevel < (playerLevel - RLS_LOWER_LEVEL_BAND) || mobLevel > (playerLevel + RLS_UPPER_LEVEL_BAND)) { + return false; + } - // check to make sure player is far enough away from the last looted location (if set) - location targetLocation = getLocation(target); - if(minDistanceFromLast > 0 && hasObjVar(player, "loot.rls.lastLootedLocation")){ - location last = getLocationObjVar(player, "loot.rls.lastLootedLocation"); - float distanceFromLast = getDistance(last, targetLocation); - if(distanceFromLast <= minDistanceFromLast){ - LOG("rare_loot", "Player (" + player + ") last looted a chest only " + distanceFromLast + " meters away - which is too close to this current location."); + location playerLoc = getLocation(player); + location targetLoc = getLocation(target); + // variance between your last kill location and current kill location must show you've moved (> 5m is default) + if(hasObjVar(player, OBJVAR_RLS_LAST_LOOT_LOCATION) && RLS_MIN_DIST_FROM_LAST_LOOT > 0) { + location lastLocation = getLocationObjVar(player, OBJVAR_RLS_LAST_LOOT_LOCATION); + if(getDistance(playerLoc, lastLocation) < RLS_MIN_DIST_FROM_LAST_LOOT) { return false; } } - // make sure it's been longer than minimum time required between chests (default 15 minutes) since last looted chest - int rlsMinTimeBetweenAwards = (tmpTime == null ? 15 * 60 : Integer.parseInt(tmpTime)); - if(hasObjVar(player, "loot.rls.lastChestAwardTime")) { - int lastLootTime = getIntObjVar(player, "loot.rls.lastChestAwardTime"); - int elapsedTime = getGameTime() - lastLootTime; - LOG("rare_loot", "Player (" + player + ") last looted a chest " + elapsedTime + " game seconds ago (should be greater than " + rlsMinTimeBetweenAwards + ")!"); - if (elapsedTime < rlsMinTimeBetweenAwards) return false; - } - else{ - LOG("rare_loot", "Player (" + player + ") is looting their first RLS chest!"); + // at least X amount of time must have passed between chest loots (default is 15 min) + if(hasObjVar(player, OBJVAR_RLS_LAST_LOOT_TIME) && RLS_TIME_BETWEEN_AWARDS > 0) { + int currentTime = getGameTime(); + int lastTime = getIntObjVar(player, OBJVAR_RLS_LAST_LOOT_TIME); + if(currentTime < (lastTime + RLS_TIME_BETWEEN_AWARDS)) { + return false; + } } - // make sure the level range is appropriate for this attacker. - int playerLevel = getLevel(player); - int mobLevel = getLevel(target); - int mobMinLevel = playerLevel - levelsBelow; - int mobMaxLevel = playerLevel + levelsAbove; - if(mobLevel < mobMinLevel || mobLevel > mobMaxLevel) return false; + // roll to see if we've won a chest, default chance is 1% + int roll = rand(1, 100); + if(roll <= RLS_DROP_CHANCE) { + return false; + } + // We've won a chest, let's decide which type + LOG("rare_loot", "Player (" + player + ") qualified for an RLS chest (chance: " + RLS_DROP_CHANCE + " roll: " + roll + ")"); int bonus = 0; // make sure the player has an extremely more difficult time to loot a chest if they're still going through the tutorial @@ -2602,12 +2575,12 @@ public static boolean addRareLoot(obj_id target) throws InterruptedException int lootType = 1; String type = "RARE"; - // evaluate Rare drop chance first, then Exceptional... if it's not either of those two, then it's Rare. - if (rareLootRoll <= legendaryDropChance) { + // evaluate Legendary drop chance first, then Exceptional... if it's not either of those two, then it's Rare. + if (rareLootRoll <= RLS_LEGENDARY_CHOICE_CHANCE) { lootType = 3; type = "LEGENDARY"; } - else if (rareLootRoll <= exceptionalDropChance) { + else if (rareLootRoll <= RLS_EXCEPTIONAL_CHOICE_CHANCE) { lootType = 2; type = "EXCEPTIONAL"; } @@ -2615,18 +2588,20 @@ else if (rareLootRoll <= exceptionalDropChance) { obj_id chest = createRareLootChest(target, lootType); - setObjVar(player, "loot.rls.lastChestAwardTime", getGameTime()); - setObjVar(player, "loot.rls.lastLootedChest", chest); - setObjVar(player, "loot.rls.lastLootedLocation", targetLocation); + setObjVar(player, OBJVAR_RLS_LAST_LOOT_TIME, getGameTime()); + setObjVar(player, OBJVAR_RLS_LAST_LOOT_CHEST, chest); + setObjVar(player, OBJVAR_RLS_LAST_LOOT_LOCATION, playerLoc); - playClientEffectLoc(target, RLS_EFFECT, targetLocation, 1.0f); - playClientEffectLoc(target, RLS_SOUND, targetLocation, 1.0f); + playClientEffectLoc(target, RLS_EFFECT, targetLoc, 1.0f); + playClientEffectLoc(target, RLS_SOUND, targetLoc, 1.0f); return true; } + public static obj_id createRareLootChest(obj_id creature, int lootType) throws InterruptedException { obj_id chest = static_item.createNewItemFunction(CHEST_BASE + lootType, utils.getInventoryContainer(creature)); LOG("rare_loot", "Just created item #" + chest + " in the inventory of creature " + creature); return chest; } + } diff --git a/sku.0/sys.server/compiled/game/script/library/missions.java b/sku.0/sys.server/compiled/game/script/library/missions.java index e1c1a28904..d7c53e5b05 100755 --- a/sku.0/sys.server/compiled/game/script/library/missions.java +++ b/sku.0/sys.server/compiled/game/script/library/missions.java @@ -33,13 +33,11 @@ public missions() public static final String DAILY_MISSION_OBJVAR = "missions.daily"; public static final String DAILY_MISSION_CLOCK_OBJVAR = "missions.dailyClock"; public static final string_id DAILY_REWARD_XP = new string_id("base_player", "prose_mission_xp_amount"); + public static final int DAILY_XP_LIMIT = utils.getIntConfigSetting("Custom", "dailyMissionXpLimit", DAILY_MISSION_XP_REWARD_DEFAULT); + public static int getDailyMissionXpLimit() throws InterruptedException { - String config = getConfigSetting("Custom", "dailyMissionXpLimit"); - if (config != null && config.length() > 0) { - return utils.stringToInt(config); - } - return DAILY_MISSION_XP_REWARD_DEFAULT; + return DAILY_XP_LIMIT; } public static void sendBountyFail(obj_id hunter, obj_id target) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/npe.java b/sku.0/sys.server/compiled/game/script/library/npe.java index 2d38ea90ef..11596d0d90 100755 --- a/sku.0/sys.server/compiled/game/script/library/npe.java +++ b/sku.0/sys.server/compiled/game/script/library/npe.java @@ -166,11 +166,11 @@ public static dictionary getNpeInstanceInfo(String row) throws InterruptedExcept } public static int getMinInstancePopulation() throws InterruptedException { - return utils.stringToInt(getConfigSetting("GameServer", "npeMinInstancePopulation")); + return utils.stringToInt(getConfigSetting("GameServer", "npeMinInstancePopulation")); // src set value, default is 20 } public static int getMaxInstancePopulation() throws InterruptedException { - return utils.stringToInt(getConfigSetting("GameServer", "npeMaxInstancePopulation")); + return utils.stringToInt(getConfigSetting("GameServer", "npeMaxInstancePopulation")); // src set value, default is 50 } public static int getBestStationInstanceIndex(obj_id player, dictionary[] stations) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/pgc_quests.java b/sku.0/sys.server/compiled/game/script/library/pgc_quests.java index 77aa40a710..b75ea814d1 100755 --- a/sku.0/sys.server/compiled/game/script/library/pgc_quests.java +++ b/sku.0/sys.server/compiled/game/script/library/pgc_quests.java @@ -13,8 +13,6 @@ public pgc_quests() public static final int CHRONICLE_HOLOCRON_VERSION = 0; public static final int CHRONICLE_CREATION_XP_BASE = 99; public static final int CHRONICLE_SHARED_XP_BASE = 4; - public static final int CHRONICLES_QUESTOR_GOLD_TOKEN_CHANCE = 5; - public static final int CHRONICLES_CHRONICLER_GOLD_TOKEN_CHANCE = 5; public static final float CHRONICLE_SILVER_TOKENS_FOR_CHRONICLER_MOD = 0.42f; public static final float CHRONICLE_SILVER_TOKENS_FOR_QUESTOR_MOD = 1.2f; public static final boolean TEXT_FILTER_DISABLED = false; @@ -126,6 +124,11 @@ public pgc_quests() public static final int PGC_NUM_QUESTS_YOU_COMPLETED_HIGH_QUALITY_INDEX = 11; public static final float PGC_MIN_MID_QUALITY_QUEST_WEIGHT = 15.0f; public static final float PGC_MIN_HIGH_QUALITY_QUEST_WEIGHT = 30.0f; + public static final float CHRONICLES_XP_MODIFIER = utils.getFloatConfigSetting("GameServer", "chroniclesXpModifier", 1.0f); + public static final float CHRONICLES_CHRONCILER_SILVER_TOKEN_MODIFIER = utils.getFloatConfigSetting("GameServer", "chroniclesChroniclerSilverTokenNumModifier", 1.0f); + public static final float CHRONICLES_QUESTOR_SILVER_TOKEN_MODIFIER = utils.getFloatConfigSetting("GameServer", "chroniclesQuestorSilverTokenNumModifier", 1.0f); + public static final int CHRONICLES_GOLD_TOKEN_CHANCE_SETTING = utils.getIntConfigSetting("GameServer", "chroniclesGoldTokenChanceOverride", 5); + public static boolean activateQuestHolocron(obj_id questHolocron, obj_id player) throws InterruptedException { obj_id datapad = utils.getPlayerDatapad(player); @@ -1089,16 +1092,7 @@ public static int grantChronicleXp(obj_id player, int xpAmount) throws Interrupt } public static int getConfigModifiedChroniclesXPAmount(int xpAmount) throws InterruptedException { - String configMod_string = getConfigSetting("GameServer", "chroniclesXpModifier"); - if (configMod_string != null && configMod_string.length() > 0) - { - float configMod = utils.stringToFloat(configMod_string); - if (configMod > 0) - { - xpAmount *= configMod; - } - } - return xpAmount; + return xpAmount *= CHRONICLES_XP_MODIFIER; } public static void checkForGainedChroniclesLevel(obj_id player) throws InterruptedException { @@ -1287,18 +1281,8 @@ else if (questWeight >= pgc_quests.PGC_MIN_HIGH_QUALITY_QUEST_WEIGHT) } if (questWeight >= pgc_quests.PGC_MIN_MID_QUALITY_QUEST_WEIGHT && !isCompletingYourOwnChronicleQuest(player, questHolocron)) { - int goldTokenChance = CHRONICLES_QUESTOR_GOLD_TOKEN_CHANCE; - String configChance_string = getConfigSetting("GameServer", "chroniclesQuestorGoldTokenChanceOverride"); - if (configChance_string != null && configChance_string.length() > 0) - { - int configChance = utils.stringToInt(configChance_string); - if (configChance > 0) - { - goldTokenChance = configChance; - } - } int goldTokenRoll = rand(1, 100); - if (goldTokenRoll <= goldTokenChance) + if (goldTokenRoll <= CHRONICLES_GOLD_TOKEN_CHANCE_SETTING) { grantGoldChroniclesRewardTokens(player, 1); showFlyText(player, new string_id("saga_system", "bonus_gold_token"), 2.0f, colors.GOLDENROD); @@ -1390,15 +1374,7 @@ public static int getNumQuestCompleteChroniclerRewardTokens(obj_id questHolocron float relicTypeDiversity = getFloatObjVar(questHolocron, PCG_QUEST_RELIC_DIVERSITY); int count = 1; count = (int)((float)(count + (questWeight * relicTypeDiversity)) * CHRONICLE_SILVER_TOKENS_FOR_CHRONICLER_MOD); - String tokenNumMod_string = getConfigSetting("GameServer", "chroniclesChroniclerSilverTokenNumModifier"); - if (tokenNumMod_string != null && tokenNumMod_string.length() > 0) - { - float tokenNumMod = utils.stringToFloat(tokenNumMod_string); - if (tokenNumMod > 0) - { - count *= tokenNumMod; - } - } + count *= CHRONICLES_CHRONCILER_SILVER_TOKEN_MODIFIER; return count; } public static int getNumQuestCompleteQuestorRewardTokens(obj_id player, obj_id questHolocron) throws InterruptedException @@ -1411,15 +1387,7 @@ public static int getNumQuestCompleteQuestorRewardTokens(obj_id player, obj_id q float relicTypeDiversity = getFloatObjVar(questHolocron, PCG_QUEST_RELIC_DIVERSITY); int count = 1; count = (int)((float)(count + (questWeight * relicTypeDiversity)) * CHRONICLE_SILVER_TOKENS_FOR_QUESTOR_MOD); - String tokenNumMod_string = getConfigSetting("GameServer", "chroniclesQuestorSilverTokenNumModifier"); - if (tokenNumMod_string != null && tokenNumMod_string.length() > 0) - { - float tokenNumMod = utils.stringToFloat(tokenNumMod_string); - if (tokenNumMod > 0) - { - count *= tokenNumMod; - } - } + count *= CHRONICLES_QUESTOR_SILVER_TOKEN_MODIFIER; return count; } public static obj_id grantSilverChroniclesRewardTokens(obj_id player, int count) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/library/player_structure.java b/sku.0/sys.server/compiled/game/script/library/player_structure.java index b67e174a34..76abede20a 100755 --- a/sku.0/sys.server/compiled/game/script/library/player_structure.java +++ b/sku.0/sys.server/compiled/game/script/library/player_structure.java @@ -225,6 +225,11 @@ public player_structure() public static final string_id SID_NO_CITY = new string_id("city/city", "no_city_during_packup"); public static final string_id SID_GENERIC_CITY_PACKUP_ERROR = new string_id("city/city", "city_packup_generic_fail"); public static final string_id SID_MAYOR_PROTECTED = new string_id("city/city", "city_packup_mayor_protected"); + public static final boolean STRUCTURE_FEES_DISABLED = utils.checkConfigFlag("GameServer", "disableStructureFees"); + public static final int STRUCTURE_MAINTENANCE_HEARTBEAT = utils.getIntConfigSetting("GameServer", "maintenanceHeartbeat", 1800); + public static final boolean ENABLE_ABANDONED_STRUCTURES_SYSTEM = utils.checkConfigFlag("GameServer", "enableAbandonedHousePackup"); + public static final boolean ALLOW_PACKING_ABANDONED_STRUCTURES = utils.checkConfigFlag("GameServer", "allowPlayersToPackAbandonedStructures"); + public static obj_id createPlayerStructure(String template, obj_id owner, location loc, int rotation, dictionary deed_info) throws InterruptedException { if (template == null) @@ -3577,7 +3582,7 @@ public static boolean withdrawMaintenance(obj_id player, obj_id structure, int a } public static int decrementMaintenancePool(obj_id structure, int amt) throws InterruptedException { - if (getConfigSetting("GameServer", "disableStructureFees") != null) + if (STRUCTURE_FEES_DISABLED) { return 1; } @@ -5388,17 +5393,7 @@ public static void sendCondemnedMail(obj_id objStructure) throws InterruptedExce } public static int getMaintenanceHeartbeat() throws InterruptedException { - final int MAINTENANCE_HEARTBEAT = 1800; - String strConfigSetting = getConfigSetting("GameServer", "maintenanceHeartbeat"); - if ((strConfigSetting != null) && (!strConfigSetting.equals(""))) - { - int intHeartBeat = utils.stringToInt(strConfigSetting); - if (intHeartBeat > 0) - { - return intHeartBeat; - } - } - return MAINTENANCE_HEARTBEAT; + return STRUCTURE_MAINTENANCE_HEARTBEAT; } public static void sendOutOfMaintenanceMail(obj_id objStructure) throws InterruptedException { @@ -5504,10 +5499,10 @@ public static boolean needsPreAbandonCheck(obj_id structure) throws InterruptedE { return false; } - if (!utils.checkConfigFlag("GameServer", "enableHousePackup")) - { - return false; - } + //if (!utils.checkConfigFlag("GameServer", "enableHousePackup")) + //{ + // return false; + //} if (isAbandoned(structure) || isPreAbandoned(structure)) { return true; @@ -5520,7 +5515,7 @@ public static boolean needsAbandonCheck(obj_id structure) throws InterruptedExce { return false; } - if (!utils.checkConfigFlag("GameServer", "enableAbandonedHousePackup")) + if (!ENABLE_ABANDONED_STRUCTURES_SYSTEM) { return false; } @@ -5618,7 +5613,7 @@ public static boolean canShowPackOption(obj_id player, obj_id structure) throws { return false; } - if (!utils.checkConfigFlag("GameServer", "allowPlayersToPackAbandonedStructures")) + if (!ALLOW_PACKING_ABANDONED_STRUCTURES) { return false; } diff --git a/sku.0/sys.server/compiled/game/script/library/scheduled_drop.java b/sku.0/sys.server/compiled/game/script/library/scheduled_drop.java index d638c8974c..6ac1afb071 100755 --- a/sku.0/sys.server/compiled/game/script/library/scheduled_drop.java +++ b/sku.0/sys.server/compiled/game/script/library/scheduled_drop.java @@ -79,6 +79,8 @@ public scheduled_drop() "entertainer", "crafter" }; + public static final boolean SYSTEM_ENABLED = utils.checkConfigFlag("Custom", "enableScheduledDropSystem"); + public static void testingSpam(obj_id self, String str) throws InterruptedException { if (isIdValid(self) && isGod(self) && hasObjVar(self, "qa_tcg")) @@ -496,6 +498,6 @@ public static obj_id dropCard(int systemToDrop, obj_id container) throws Interru return card; } public static boolean isSystemEnabled() throws InterruptedException { - return utils.checkConfigFlag("Custom", "enableScheduledDropSystem"); + return SYSTEM_ENABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/library/space_combat.java b/sku.0/sys.server/compiled/game/script/library/space_combat.java index 12bd9c52e8..2c91010091 100755 --- a/sku.0/sys.server/compiled/game/script/library/space_combat.java +++ b/sku.0/sys.server/compiled/game/script/library/space_combat.java @@ -64,6 +64,8 @@ public space_combat() public static final int NPC_DAMAGE_MULTIPLIER = 4; public static final string_id SID_DISABLED = new string_id("space/space_interaction", "disabled"); public static final String SPACE_COLLECTIONS_LOOT_TABLE = "datatables/space_loot/space_collection_loot.iff"; + public static final boolean GROUND_XP_IN_SPACE_DISABLED = utils.checkConfigFlag("GameServer", "disableGroundXpInSpace"); + public static void addToCombatDamage(obj_id objAttacker, obj_id objDefender, int intDamage) throws InterruptedException { Vector objAttackers = utils.getResizeableObjIdArrayLocalVar(objDefender, "damage.objAttackers"); @@ -635,8 +637,7 @@ public static void grantRewardsAndCreditForKills(obj_id objDefender) throws Inte String information = getName(objDefender); gcw.grantModifiedGcwPoints(((obj_id) objPlayer), credit, gcw.GCW_POINT_TYPE_SPACE_PVE, information); } - String disableGroundXp = getConfigSetting("GameServer", "disableGroundXpInSpace"); - if (disableGroundXp == null || disableGroundXp.equals("false") || disableGroundXp.equals("0")) { + if (!GROUND_XP_IN_SPACE_DISABLED) { if (!utils.isProfession(((obj_id) objPlayer), utils.TRADER) && !utils.isProfession(((obj_id) objPlayer), utils.ENTERTAINER)) { int combatLevel = getLevel(((obj_id) objPlayer)); if (combatLevel < 90) { @@ -997,15 +998,18 @@ public static void createLoot(obj_id objDefender, obj_id objAttacker) throws Int if (strItems.length > 0) { int intRoll2 = rand(0, strItems.length - 1); - String itemTemplateName; + String itemTemplateName = strItems[intRoll2]; + /* + // deprecated from Publish 26 if (getConfigSetting("GameServer", "enableLevelUpLoot") != null && (rand(1, 10000) == 1)) { itemTemplateName = "object/tangible/loot/quest/levelup_lifeday_orb.iff"; } - else + else { - itemTemplateName = strItems[intRoll2]; + itemTemplateName = strItems[intRoll2]; } + */ if (space_battlefield.isInBattlefield(objAttacker)) { CustomerServiceLog("battlefield", "%TU Created " + itemTemplateName + " in " + objContainer + " contained by " + objAttacker, getOwner(objAttacker)); @@ -1641,7 +1645,7 @@ public static void killSpacePlayer(obj_id objShip) throws InterruptedException public static obj_id getClosestSpaceStation(obj_id objShip) throws InterruptedException { obj_id objQuestManager; - if (!utils.checkConfigFlag("ScriptFlags", "liveSpaceServer")) + if (space_flags.LIVE_SPACE_SERVER_MODE_OFF) { try { diff --git a/sku.0/sys.server/compiled/game/script/library/space_flags.java b/sku.0/sys.server/compiled/game/script/library/space_flags.java index 0d09bd218e..2e010d6f1f 100755 --- a/sku.0/sys.server/compiled/game/script/library/space_flags.java +++ b/sku.0/sys.server/compiled/game/script/library/space_flags.java @@ -18,6 +18,8 @@ public space_flags() public static final String REBEL_NABOO = "nabooRebel"; public static final String REBEL_CORELLIA = "corelliaRebel"; public static final String SPACE_TRACK_FLAG = "spaceTrackFlagListName"; + public static final boolean LIVE_SPACE_SERVER_MODE_OFF = utils.checkConfigFlag("ScriptFlags", "liveSpaceServerModeOff"); + public static void setSpaceTrack(obj_id player, String spaceTrack) throws InterruptedException { clearSpaceTrack(player); diff --git a/sku.0/sys.server/compiled/game/script/library/space_transition.java b/sku.0/sys.server/compiled/game/script/library/space_transition.java index 322c7a2895..f866ee9dc7 100755 --- a/sku.0/sys.server/compiled/game/script/library/space_transition.java +++ b/sku.0/sys.server/compiled/game/script/library/space_transition.java @@ -25,6 +25,8 @@ public space_transition() public static final String SHIP_PILOT_SLOT_NAME = "ship_pilot"; public static final string_id SID_PVP_NOW_OVERT = new string_id("space/space_interaction", "pvp_now_overt"); public static final string_id SID_PVP_NOW_NEUTRAL = new string_id("space/space_interaction", "pvp_now_neutral"); + public static final boolean SEND_TO_GROUND_ON_LOGOUT = utils.checkConfigFlag("ScriptFlags", "sendToGroundOnLogout"); + public static void handlePotentialSceneChange(obj_id player) throws InterruptedException { if (utils.hasLocalVar(player, "loggingOut")) @@ -188,12 +190,7 @@ public static void handleLogout(obj_id player) throws InterruptedException } public static boolean shouldSendToGroundOnLogout() throws InterruptedException { - String s = getConfigSetting("ScriptFlags", "sendToGroundOnLogout"); - if (s != null && (s.equals("false") || s.equals("0") || s.equals("off"))) - { - return false; - } - return true; + return SEND_TO_GROUND_ON_LOGOUT; } public static void setLaunchInfo(obj_id player, obj_id ship, int startLocationIndex, location groundLoc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/spawning.java b/sku.0/sys.server/compiled/game/script/library/spawning.java index df0f2135c1..0d821f7cf4 100755 --- a/sku.0/sys.server/compiled/game/script/library/spawning.java +++ b/sku.0/sys.server/compiled/game/script/library/spawning.java @@ -11,6 +11,13 @@ public class spawning extends script.base_script public spawning() { } + + public static final boolean AREA_SPAWNERS_DISABLED = utils.checkConfigFlag("GameServer", "disableAreaSpawners"); + public static final boolean GENERIC_SPAWNERS_DISABLED = utils.checkConfigFlag("GameServer", "disableGenericSpawner"); + public static final boolean PATROL_SPAWNERS_DISABLED = utils.checkConfigFlag("GameServer", "disablePatrolSpawners"); + public static final boolean FAST_SPAWN = utils.checkConfigFlag("GameServer", "fastSpawn"); + public static final boolean SPAWNER_INITIAL_STATE_OFF = utils.checkConfigFlag("GameServer", "spawningInitialStateDefaultOff"); + public static void activateSpawnerHack(obj_id objPlayer) throws InterruptedException { obj_id[] objSpawners = getAllObjectsWithObjVar(getLocation(objPlayer), 24000, "intSpawnSystem"); diff --git a/sku.0/sys.server/compiled/game/script/library/travel.java b/sku.0/sys.server/compiled/game/script/library/travel.java index 00cd5daed7..eab129190b 100755 --- a/sku.0/sys.server/compiled/game/script/library/travel.java +++ b/sku.0/sys.server/compiled/game/script/library/travel.java @@ -67,6 +67,8 @@ public travel() public static final string_id SID_MUSTAFAR_UNAUTHORIZED = new string_id("travel", "mustafar_unauthorized"); public static final string_id SID_KASHYYYK_UNAUTHORIZED = new string_id("travel", "kashyyyk_unauthorized"); public static final int TRAVEL_BLOCK_ALLOW_LAUNCH = 1; + public static final boolean TRAVEL_SYSTEM_DISABLED = utils.checkConfigFlag("GameServer", "disableTravelSystem"); + public static boolean initializeStarport(obj_id structure, String travel_point, int travel_cost, boolean civic) throws InterruptedException { LOG("LOG_CHANNEL", "structure ->" + structure + " travel ->" + travel_point + " cost ->" + travel_cost); diff --git a/sku.0/sys.server/compiled/game/script/library/utils.java b/sku.0/sys.server/compiled/game/script/library/utils.java index 3e668f8412..b985e0fdb3 100755 --- a/sku.0/sys.server/compiled/game/script/library/utils.java +++ b/sku.0/sys.server/compiled/game/script/library/utils.java @@ -4745,6 +4745,11 @@ public static boolean hasIntBatchScriptVar(obj_id target, String base_path) thro { return getIntBatchScriptVar(target, base_path) != null; } + + /** + * Gets a config value where the anticipated value is an int and parses it + * If it doesn't find a value, returns 0 + */ public static int getIntConfigSetting(String section, String key) { String setting = getConfigSetting(section, key); @@ -4761,6 +4766,22 @@ public static int getIntConfigSetting(String section, String key) } return 0; } + + /** + * Overload of getIntConfigSetting which allows you to provide a default value that will + * be returned if the regular getIntConfigSetting does not find the setting set in config. + * @param defaultValueIfNotFound the value to use if we get a 0 from getFloatConfigSetting + */ + public static int getIntConfigSetting(String section, String key, int defaultValueIfNotFound) + { + int value = getIntConfigSetting(section, key); + return value == 0 ? defaultValueIfNotFound : value; + } + + /** + * Gets a config value where the anticipated value is a float and parses it + * If it doesn't find a value, returns 0 + */ public static float getFloatConfigSetting(String section, String key) { String setting = getConfigSetting(section, key); @@ -4777,11 +4798,31 @@ public static float getFloatConfigSetting(String section, String key) } return 0; } + + /** + * Overload of getFloatConfigSetting which allows you to provide a default value that will + * be returned if the regular getFloatConfigSetting does not find the setting set in config. + * @param defaultValueIfNotFound the value to use if we get a 0 from getFloatConfigSetting + */ + public static float getFloatConfigSetting(String section, String key, float defaultValueIfNotFound) + { + float value = getFloatConfigSetting(section, key); + return value == 0 ? defaultValueIfNotFound : value; + } + + /** + * Parses a config option where a boolean is anticipated. + * Returns true if it finds a value and the value equals true or 1. + * Otherwise (e.g. improper value, value not set in config, or false/0) returns false. + * @param strSection the section header of the target config option, e.g. GameServer + * @param strConfigSetting the actual option to check, e.g. disableMuseumEvent + */ public static boolean checkConfigFlag(String strSection, String strConfigSetting) { String strTest = toLower(getConfigSetting(strSection, strConfigSetting)); return (strTest != null && (strTest.equals("true") || strTest.equals("1"))); } + public static boolean checkServerSpawnLimits() throws InterruptedException { final int intNumPlayers = getNumPlayers(); @@ -6709,48 +6750,6 @@ public static Vector shuffleArray(Vector list) throws InterruptedException } return newList; } - public static boolean grantGift(obj_id player) throws InterruptedException - { - if ((getCurrentBirthDate() - getPlayerBirthDate(player)) < 10) - { - return false; - } - if (hasObjVar(player, XMAS_RECEIVED_VI1)) - { - return false; - } - if (!isIdValid(player)) - { - return false; - } - String config = getConfigSetting("GameServer", "grantGift"); - if (config != null) - { - if (config.equals("false")) - { - return false; - } - } - if (isInTutorialArea(player)) - { - setObjVar(player, XMAS_NOT_RECEIVED_TUTORIAL, 1); - CustomerServiceLog("grantGift", getFirstName(player) + "(" + player + ") did not receive Christmas '06 gift because they logged in on the tutorial planet."); - return false; - } - removeObjVar(player, XMAS_NOT_RECEIVED_TUTORIAL); - obj_id inv = utils.getInventoryContainer(player); - if (!isIdValid(inv)) - { - CustomerServiceLog("grantGift", getFirstName(player) + "(" + player + ") did not have an inventory container. Didn't receive Christmas '06 gift, but not blocked from future attempt."); - return false; - } - obj_id giftOther = static_item.createNewItemFunction("item_lifeday_gift_other_01_02", inv); - setObjVar(giftOther, LIFEDAY_OWNER, player); - utils.sendMail(GIFT_GRANTED_SUB, GIFT_GRANTED, player, "System"); - setObjVar(player, XMAS_RECEIVED_VI1, 1); - CustomerServiceLog("grantGift", getFirstName(player) + "(" + player + ") has received his Christmas '06 gift."); - return true; - } public static void fullExpertiseReset(obj_id player, boolean storeBeast) throws InterruptedException { if (storeBeast) diff --git a/sku.0/sys.server/compiled/game/script/library/vendor_lib.java b/sku.0/sys.server/compiled/game/script/library/vendor_lib.java index d89d8229fb..9ce06624ea 100755 --- a/sku.0/sys.server/compiled/game/script/library/vendor_lib.java +++ b/sku.0/sys.server/compiled/game/script/library/vendor_lib.java @@ -140,6 +140,8 @@ public vendor_lib() public static final string_id SID_GREETER_PACK_UP_SUCCESS = new string_id("player_structure", "greeter_packup_success"); public static final string_id SID_GREETER_PACK_UP_FAILURE = new string_id("player_structure", "greeter_packup_failure"); public static final string_id SID_MUST_BE_IN_VALID_LOCATION = new string_id("player_structure", "must_be_valid_location"); + public static final boolean VENDOR_PACKUP_ALLOWED = utils.checkConfigFlag("GameServer", "allowPlayersToPackVendors"); + public static boolean payMaintenance(obj_id player, obj_id vendor, int amt) throws InterruptedException { if (player == null || player == obj_id.NULL_ID) @@ -333,7 +335,7 @@ public static void finalizePackUp(obj_id player, obj_id vendor, obj_id packer, b } public static boolean isVendorPackUpEnabled() throws InterruptedException { - return utils.checkConfigFlag("GameServer", "allowPlayersToPackVendors"); + return VENDOR_PACKUP_ALLOWED; } public static obj_id getAuctionContainer(obj_id vendor) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/veteran_deprecated.java b/sku.0/sys.server/compiled/game/script/library/veteran_deprecated.java index 89c33cc931..7f41a11f7c 100755 --- a/sku.0/sys.server/compiled/game/script/library/veteran_deprecated.java +++ b/sku.0/sys.server/compiled/game/script/library/veteran_deprecated.java @@ -97,14 +97,17 @@ public veteran_deprecated() public static final string_id SID_UNAVAILABLE_NEEDS_EXPANSION = new string_id(VETERAN_STRING_TABLE, "unavailable_needs_expansion"); public static final string_id SID_UNAVAILABLE_NOT_ENOUGH_MILESTONE = new string_id(VETERAN_STRING_TABLE, "unavailable_not_enough_milestone"); public static final string_id SID_UNKNOWN = new string_id(VETERAN_STRING_TABLE, "unknown"); + public static final boolean VETERAN_REWARDS_ENABLED = utils.checkConfigFlag("GameServer", "enableVeteranRewards"); + public static final boolean ONE_YEAR_ANNIV_ENABLED = utils.checkConfigFlag("GameServer", "enableOneYearAnniversary"); + public static final boolean FLASH_SPEEDER_REWARD_ENABLED = utils.checkConfigFlag("GameServer", "flashSpeederReward"); + public static void updateVeteranTime(obj_id player) throws InterruptedException { if (!isIdValid(player)) { return; } - if (!("true").equals(getConfigSetting("GameServer", "enableVeteranRewards"))) - { + if (!VETERAN_REWARDS_ENABLED) { return; } if ((player.getScriptVars()).hasKey(SCRIPTVAR_VETERAN_LOGGED_IN)) @@ -641,8 +644,7 @@ public static boolean checkVeteranTarget(obj_id target) throws InterruptedExcept } public static void giveOneYearAnniversaryReward(obj_id player) throws InterruptedException { - if (!("true").equals(getConfigSetting("GameServer", "enableOneYearAnniversary"))) - { + if(!ONE_YEAR_ANNIV_ENABLED) { return; } if (!isPlayer(player)) @@ -698,42 +700,22 @@ public static void giveOneYearAnniversaryReward(obj_id player) throws Interrupte } public static boolean checkFlashSpeederReward(obj_id player) throws InterruptedException { - if (!isIdValid(player)) - { - LOG("flash_speeder", "veteran_deprecated.checkFlashSpeeder: Player is invalid."); - return false; - } - if (!isPlayer(player)) + if (!isIdValid(player) || !isPlayer(player)) { - LOG("flash_speeder", "veteran_deprecated.checkFlashSpeeder: " + player + " is not a player."); return false; } - if (isUsingAdminLogin(player)) - { - return false; - } - String config = getConfigSetting("GameServer", "flashSpeederReward"); - if (config != null && config.equals("true")) - { - int sub_bits = getGameFeatureBits(player); - if (hasObjVar(player, "flash_speeder.eligible")) - { - sub_bits = getIntObjVar(player, "flash_speeder.eligible"); - } - if ((features.isSpaceEdition(player) && utils.checkBit(sub_bits, 3)) || features.isJPCollectorEdition(player)) - { - if (!hasObjVar(player, "flash_speeder.granted")) - { - createObjectInInventoryAllowOverload("object/tangible/deed/vehicle_deed/speederbike_flash_deed.iff", player); - CustomerServiceLog("flash_speeder", "%TU has received a JtL pre-order Flash Speeder.", player); - string_id sub = new string_id(VETERAN_STRING_TABLE, "flash_speeder_granted_sub"); - string_id body = new string_id(VETERAN_STRING_TABLE, "flash_speeder_granted_body"); - utils.sendMail(sub, body, player, "System"); - setObjVar(player, "flash_speeder.granted", 1); - return true; - } + if (FLASH_SPEEDER_REWARD_ENABLED) { + if (!hasObjVar(player, "flash_speeder.granted")) { + createObjectInInventoryAllowOverload("object/tangible/deed/vehicle_deed/speederbike_flash_deed.iff", player); + CustomerServiceLog("flash_speeder", "%TU has received a JtL pre-order Flash Speeder.", player); + string_id sub = new string_id(VETERAN_STRING_TABLE, "flash_speeder_granted_sub"); + string_id body = new string_id(VETERAN_STRING_TABLE, "flash_speeder_granted_body"); + utils.sendMail(sub, body, player, "System"); + setObjVar(player, "flash_speeder.granted", 1); + return true; } } return false; } + } diff --git a/sku.0/sys.server/compiled/game/script/npc/assassin_device_quest/assassin_mission_npc_spawner.java b/sku.0/sys.server/compiled/game/script/npc/assassin_device_quest/assassin_mission_npc_spawner.java index 4b743155e8..e90456e5b4 100755 --- a/sku.0/sys.server/compiled/game/script/npc/assassin_device_quest/assassin_mission_npc_spawner.java +++ b/sku.0/sys.server/compiled/game/script/npc/assassin_device_quest/assassin_mission_npc_spawner.java @@ -11,6 +11,8 @@ public assassin_mission_npc_spawner() } public int OnInitialize(obj_id self) throws InterruptedException { + // pre-cu deprecated + /* String strConfigSetting = getConfigSetting("GameServer", "assassinMissionsEnabled"); if ((strConfigSetting == null) || (strConfigSetting.equals(""))) { @@ -23,6 +25,7 @@ public int OnInitialize(obj_id self) throws InterruptedException setInvulnerable(celeb, true); ai_lib.setDefaultCalmBehavior(celeb, ai_lib.BEHAVIOR_SENTINEL); } + */ return SCRIPT_CONTINUE; } } diff --git a/sku.0/sys.server/compiled/game/script/npc/celebrity/emp_day_spawner.java b/sku.0/sys.server/compiled/game/script/npc/celebrity/emp_day_spawner.java index 38610e97f6..1b0cad933a 100755 --- a/sku.0/sys.server/compiled/game/script/npc/celebrity/emp_day_spawner.java +++ b/sku.0/sys.server/compiled/game/script/npc/celebrity/emp_day_spawner.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.events; import script.obj_id; public class emp_day_spawner extends script.base_script @@ -12,12 +13,7 @@ public emp_day_spawner() } public int OnInitialize(obj_id self) throws InterruptedException { - String setting = getConfigSetting("EventTeam", "empireDay"); - if (setting == null || setting.equals("")) - { - return SCRIPT_CONTINUE; - } - if (setting.equals("true") || setting.equals("1")) + if (events.isEventActive(events.EMPIRE_DAY)) { String spawn = getStringObjVar(self, "spawns"); obj_id celeb = create.object(spawn, getLocation(self)); diff --git a/sku.0/sys.server/compiled/game/script/npc/celebrity/event_ls_npc_spawner.java b/sku.0/sys.server/compiled/game/script/npc/celebrity/event_ls_npc_spawner.java index 202678e675..5e034c1351 100755 --- a/sku.0/sys.server/compiled/game/script/npc/celebrity/event_ls_npc_spawner.java +++ b/sku.0/sys.server/compiled/game/script/npc/celebrity/event_ls_npc_spawner.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.events; import script.obj_id; public class event_ls_npc_spawner extends script.base_script @@ -16,12 +17,7 @@ public int OnInitialize(obj_id self) throws InterruptedException { setObjVar(self, "event.lost_squadron.num_rewards", 0); } - String setting = getConfigSetting("EventTeam", "lostSquadron"); - if (setting == null || setting.equals("")) - { - return SCRIPT_CONTINUE; - } - if (setting.equals("true") || setting.equals("1")) + if (events.isEventActive(events.LOST_SQUADRON)) { String spawn = getStringObjVar(self, "spawns"); obj_id celeb = create.object(spawn, getLocation(self)); diff --git a/sku.0/sys.server/compiled/game/script/npc/celebrity/herald_spawner.java b/sku.0/sys.server/compiled/game/script/npc/celebrity/herald_spawner.java index ac36984273..4b928578b6 100755 --- a/sku.0/sys.server/compiled/game/script/npc/celebrity/herald_spawner.java +++ b/sku.0/sys.server/compiled/game/script/npc/celebrity/herald_spawner.java @@ -2,6 +2,7 @@ import script.library.ai_lib; import script.library.create; +import script.library.instance; import script.obj_id; public class herald_spawner extends script.base_script @@ -11,18 +12,8 @@ public herald_spawner() } public int OnInitialize(obj_id self) throws InterruptedException { - if (hasObjVar(self, "switch")) - { - String serverSwitch = getStringObjVar(self, "switch"); - String switchValue = getConfigSetting("Dungeon", serverSwitch); - if (switchValue == null || switchValue.equals("")) - { - return SCRIPT_CONTINUE; - } - if ((toLower(switchValue)).equals("false")) - { - return SCRIPT_CONTINUE; - } + if(!instance.GEONOSIAN_BUNKER_ENABLED) { + return SCRIPT_CONTINUE; } String spawn = getStringObjVar(self, "spawns"); obj_id celeb = create.object(spawn, getLocation(self)); diff --git a/sku.0/sys.server/compiled/game/script/npc/celebrity/lifeday_spawner.java b/sku.0/sys.server/compiled/game/script/npc/celebrity/lifeday_spawner.java index be2c1f9085..5a60148ae4 100755 --- a/sku.0/sys.server/compiled/game/script/npc/celebrity/lifeday_spawner.java +++ b/sku.0/sys.server/compiled/game/script/npc/celebrity/lifeday_spawner.java @@ -2,6 +2,7 @@ import script.library.ai_lib; import script.library.create; +import script.library.events; import script.obj_id; public class lifeday_spawner extends script.base_script @@ -11,12 +12,7 @@ public lifeday_spawner() } public int OnInitialize(obj_id self) throws InterruptedException { - String setting = getConfigSetting("EventTeam", "lifeday"); - if (setting == null || setting.equals("")) - { - return SCRIPT_CONTINUE; - } - if (setting.equals("true") || setting.equals("1")) + if (events.isEventActive(events.LIFEDAY)) { String spawn = getStringObjVar(self, "spawns"); obj_id celeb = create.object(spawn, getLocation(self)); diff --git a/sku.0/sys.server/compiled/game/script/npc/celebrity/nym_goodie_dispenser.java b/sku.0/sys.server/compiled/game/script/npc/celebrity/nym_goodie_dispenser.java index c79c72fdbe..5d1a782865 100755 --- a/sku.0/sys.server/compiled/game/script/npc/celebrity/nym_goodie_dispenser.java +++ b/sku.0/sys.server/compiled/game/script/npc/celebrity/nym_goodie_dispenser.java @@ -2,6 +2,7 @@ import script.library.ai_lib; import script.library.create; +import script.library.events; import script.obj_id; public class nym_goodie_dispenser extends script.base_script @@ -11,12 +12,7 @@ public nym_goodie_dispenser() } public int OnInitialize(obj_id self) throws InterruptedException { - String setting = getConfigSetting("EventTeam", "anniversary"); - if (setting == null || setting.equals("")) - { - return SCRIPT_CONTINUE; - } - if (setting.equals("true") || setting.equals("1")) + if (events.isEventActive(events.ANNIVERSARY)) { String spawn = getStringObjVar(self, "spawns"); obj_id celeb = create.object(spawn, getLocation(self)); diff --git a/sku.0/sys.server/compiled/game/script/npc/stormtrooper_respect/overdue_fines.java b/sku.0/sys.server/compiled/game/script/npc/stormtrooper_respect/overdue_fines.java index 260820e3b1..bad9494533 100755 --- a/sku.0/sys.server/compiled/game/script/npc/stormtrooper_respect/overdue_fines.java +++ b/sku.0/sys.server/compiled/game/script/npc/stormtrooper_respect/overdue_fines.java @@ -19,19 +19,6 @@ public overdue_fines() public static int DAY_IN_SECONDS = 60 * 60 * 24; public int OnInitialize(obj_id self) throws InterruptedException { - if (isGod(self)) - { - String delayWeekStr = getConfigSetting("GameServer", "STRespectWeekDelay"); - String delayDayStr = getConfigSetting("GameServer", "STRespectDayDelay"); - if (delayWeekStr != null && !delayWeekStr.equals("")) - { - WEEK_IN_SECONDS = Integer.parseInt(delayWeekStr); - } - if (delayDayStr != null && !delayDayStr.equals("")) - { - DAY_IN_SECONDS = Integer.parseInt(delayDayStr); - } - } if (hasObjVar(self, "overdue_fine")) { if ((getGameTime() - getIntObjVar(self, "overdue_fine") > WEEK_IN_SECONDS)) diff --git a/sku.0/sys.server/compiled/game/script/player/base/base_player.java b/sku.0/sys.server/compiled/game/script/player/base/base_player.java index 91fd330789..a2ab5c8b12 100755 --- a/sku.0/sys.server/compiled/game/script/player/base/base_player.java +++ b/sku.0/sys.server/compiled/game/script/player/base/base_player.java @@ -283,6 +283,11 @@ public base_player() }; public static final boolean LOGGING_ON = true; public static final String LOGNAME = "junk_log"; + public static final int EXTRAORDINARY_WEALTH_LOGGING_THRESHOLD = 10000000; + public static final int PROFIT_LOGGING_THRESHOLD = 500000; + public static final boolean FORCE_SKIP_TUTORIAL = utils.checkConfigFlag("GameServer", "skipTutorial"); + public static final boolean WALL_OF_MIST_DISABLED = utils.checkConfigFlag("GameServer", "fsWallOfMistDisabled"); + public int OnCustomizeFinished(obj_id self, obj_id object, String params) throws InterruptedException { if (utils.hasScriptVar(self, "armor_colorize.tool_oid") || utils.hasScriptVar(self, "structure_colorize.tool_oid")) @@ -629,17 +634,9 @@ else if (hasObjVar(self, "jedi.timeStamp")) } int totalMoney = getTotalMoney(self); utils.setScriptVar(self, "profit", totalMoney); - String balanceThreshold = getConfigSetting("GameServer", "wealthLoggingThreshold"); - if (balanceThreshold == null || balanceThreshold.equals("")) - { - balanceThreshold = "10000000"; - } - if (utils.stringToInt(balanceThreshold) > -1) + if (totalMoney > EXTRAORDINARY_WEALTH_LOGGING_THRESHOLD) { - if (totalMoney > utils.stringToInt(balanceThreshold)) - { - CustomerServiceLog("Wealth", "Extraordinary Wealth: " + getName(self) + " (" + self + ") logged in with " + totalMoney + " credits"); - } + CustomerServiceLog("Wealth", "Extraordinary Wealth: " + getName(self) + " (" + self + ") logged in with " + totalMoney + " credits"); } utils.unequipAndNotifyUncerted(self); utils.checkInventoryForSnowflakeItemSwaps(self); @@ -1297,8 +1294,7 @@ else if (item == menu_info_types.SERVER_PERFORMANCE_WATCH_STOP) } public int OnMadeAuthoritative(obj_id self) throws InterruptedException { - String flag = getConfigSetting("GameServer", "skipTutorial"); - if (flag != null && (flag.equals("true") || flag.equals("1"))) + if (FORCE_SKIP_TUTORIAL) { setObjVar(self, "skipTutorial", 1); } @@ -1375,13 +1371,6 @@ public int OnLogin(obj_id self) throws InterruptedException setObjVar(self, "combatLevel", getIntObjVar(self, "clickRespec.combatLevel")); removeObjVar(self, "clickRespec.combatLevel"); } - if (getConfigSetting("GameServer", "combatUpgradeReward") != null) - { - if (!hasScript(self, "cureward.cureward")) - { - attachScript(self, "cureward.cureward"); - } - } obj_id bldg = getTopMostContainer(self); if (isIdValid(bldg)) { @@ -1389,10 +1378,9 @@ public int OnLogin(obj_id self) throws InterruptedException parms.put("player", self); messageTo(bldg, "handlePlayerLogin", parms, 0, false); String bldgName = getTemplateName(bldg); - String setting = getConfigSetting("Dungeon", "Death_Watch"); if (bldgName.equals("object/building/general/bunker_allum_mine.iff")) { - if (setting == null || setting.equals("false") || setting.equals("0")) + if (instance.DEATH_WATCH_DUNGEON_ENABLED) { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Death Watch Unauthorized Entry: %TU entered the death watch bunker while it was turned off.", self); } @@ -1872,8 +1860,7 @@ public int OnNewbieTutorialResponse(obj_id self, String action) throws Interrupt } } } - String halloweenRunning = getConfigSetting("GameServer", "halloween"); - if (halloweenRunning == null) + if (!events.isEventActive(events.GALACTIC_MOON_FESTIVAL)) { if (hasObjVar(self, event_perk.COUNTER_TIMESTAMP)) { @@ -1888,15 +1875,14 @@ public int OnNewbieTutorialResponse(obj_id self, String action) throws Interrupt removeObjVar(self, event_perk.COUNTER_RESTARTTIME); } } - String lifedayRunning = getConfigSetting("GameServer", "lifeday"); - if (lifedayRunning == null) + if (!events.isEventActive(events.LIFEDAY)) { if (hasObjVar(self, "lifeday")) { removeObjVar(self, "lifeday"); } } - if (lifedayRunning != null) + else { if (lifeDayNewDay(self)) { @@ -2200,17 +2186,9 @@ public int OnImmediateLogout(obj_id self) throws InterruptedException int startMoney = utils.getIntScriptVar(self, "profit"); int endMoney = getTotalMoney(self); utils.removeScriptVar(self, "profit"); - String profitThreshold = getConfigSetting("GameServer", "profitLoggingThreshold"); - if (profitThreshold == null || profitThreshold.equals("")) + if ((endMoney - startMoney) > PROFIT_LOGGING_THRESHOLD) { - profitThreshold = "500000"; - } - if (utils.stringToInt(profitThreshold) > -1) - { - if ((endMoney - startMoney) > utils.stringToInt(profitThreshold)) - { - CustomerServiceLog("Wealth", "Extraordinary Profit: " + getName(self) + " (" + self + ") logged in with " + startMoney + " credits and logged out with " + endMoney + " credits, for a profit of " + (endMoney - startMoney) + " credits"); - } + CustomerServiceLog("Wealth", "Extraordinary Profit: " + getName(self) + " (" + self + ") logged in with " + startMoney + " credits and logged out with " + endMoney + " credits, for a profit of " + (endMoney - startMoney) + " credits"); } } if (guild.hasWindowPid(self)) @@ -9581,7 +9559,7 @@ public int OnPerformEmote(obj_id self, String emote) throws InterruptedException } public int cmdGetVeteranRewardTime(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!("true").equals(getConfigSetting("GameServer", "enableVeteranRewards"))) + if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) { return SCRIPT_CONTINUE; } @@ -9620,7 +9598,7 @@ public int cmdGetVeteranRewardTime(obj_id self, obj_id target, String params, fl } public int cmdListVeteranRewards(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!("true").equals(getConfigSetting("GameServer", "enableVeteranRewards"))) + if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) { return SCRIPT_CONTINUE; } @@ -9780,9 +9758,7 @@ public int handleVeteranRewardConfirmed(obj_id self, dictionary params) throws I } public int cmdFlashSpeeder(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - String config = getConfigSetting("GameServer", "flashSpeederReward"); - if (config == null || !config.equals("true")) - { + if (!veteran_deprecated.FLASH_SPEEDER_REWARD_ENABLED) { return SCRIPT_CONTINUE; } int sub_bits = getGameFeatureBits(self); @@ -9979,13 +9955,8 @@ else if (regionName.startsWith(gcw.PVP_PUSHBACK_REGION)) } else if (regionName.equals("dathomir_fs_village_unpassable")) { - String config = getConfigSetting("GameServer", "fsWallOfMistEnabled"); - if (config != null) - { - if (config.equals("false")) - { - return SCRIPT_CONTINUE; - } + if(WALL_OF_MIST_DISABLED) { + return SCRIPT_CONTINUE; } if (!township.isTownshipEligible(self) || ai_lib.isInCombat(self)) { diff --git a/sku.0/sys.server/compiled/game/script/player/live_conversions.java b/sku.0/sys.server/compiled/game/script/player/live_conversions.java index 5983e3e100..4c0467f904 100755 --- a/sku.0/sys.server/compiled/game/script/player/live_conversions.java +++ b/sku.0/sys.server/compiled/game/script/player/live_conversions.java @@ -9,6 +9,13 @@ public class live_conversions extends script.base_script { + /** + * This file is used to handle "conversions" which is anything that needs to change + * about a player when they login or travel. This script is attached to every player + * so you can easily add a handler/task that needs to impact/touch/check all players. + * Add a void method to the bottom of the script and then call that method in either + * RunOncePerSessionConversions or RunOncePerTravelConversions + */ public live_conversions() { } @@ -32,6 +39,14 @@ public live_conversions() public static final String UPDATE_COLLECTION_SLOT_TO_GRANT = "slot_to_grant"; public static final String UPDATE_COLLECTION_INCREMENT_AMOUNT = "increment_amount"; public static final String FORCE_RESPEC_OBJVAR = "configEnforcedRespecVersion"; + + public static final boolean FORCE_PROFESION_RESPEC = utils.checkConfigFlag("GameServer", "forceProfessionRespec"); + public static final boolean GRANT_ESB_AWARDS = utils.checkConfigFlag("Custom", "grantEsbAnniversaryRewards"); + public static final boolean GRANT_MAIL_OPT_IN_AWARDS = utils.checkConfigFlag("Custom", "grantMailOptInRewards"); + public static final boolean GRANT_ELDER_BUFF = utils.checkConfigFlag("Custom", "grantElderBuff"); + public static final int CU_REWARD_LEVEL = utils.getIntConfigSetting("GameServer", "combatUpgradeReward", 0); + public static final int CU_REWARD_AGE_REQUIRED = utils.getIntConfigSetting("GameServer", "combatUpgradeRewardAge", 365); + public int OnAttach(obj_id self) throws InterruptedException { runOncePerSessionConversions(self); @@ -79,17 +94,16 @@ public void runOncePerSessionConversions(obj_id player) throws InterruptedExcept validateExpertises(player); expertiseRespecCheck(player); updatePermanentSchematics(player); - updateHothFlawless(player); utils.updateCTSObjVars(player); respec.checkRespecDecay(player); updateRenameCharacterComplete(player); forceRespecBasedOnConfig(player); givePlayersDeathTroopersOutbreakQuest(player); givePlayersDeathTroopersPrologQuestComlink(player); - removeDeprecatedQuests(player); addPlayerScripts(player); handleEsbAnniversaryGifts(player); handleMailOptInRewards(player); + handleCombatUpgradePlaqueReward(player); } public void runOncePerTravelConversions(obj_id player) throws InterruptedException { @@ -341,15 +355,7 @@ public void doPoliticianSkillConversion(obj_id player) throws InterruptedExcepti setConversionFlag(player, POLITICIAN_CONVERSION); } public static final int NPE_BIRTH_DATE = 1777; - public void grantElderBuff(obj_id player) throws InterruptedException - { - String config = getConfigSetting("Custom", "grantElderBuff"); - if(config != null && utils.stringToInt(config) == 1) { - if (!hasCommand(player, "veteranPlayerBuff")) { - grantCommand(player, "veteranPlayerBuff"); - } - } - } + public int handleBirthDateCallBack(obj_id self, dictionary params) throws InterruptedException { obj_id player = self; @@ -737,7 +743,6 @@ public void updateGuildTerminals(obj_id player) throws InterruptedException public void validateExpertises(obj_id player) throws InterruptedException { skill.validateExpertise(player); - return; } public boolean expertiseRespecCheck(obj_id player) throws InterruptedException { @@ -780,11 +785,6 @@ public boolean updatePermanentSchematics(obj_id player) throws InterruptedExcept { return craftinglib.updatePermanentSchematics(player); } - public int fullExpertiseReset(obj_id self, dictionary params) throws InterruptedException - { - utils.fullExpertiseReset(self, false); - return SCRIPT_CONTINUE; - } public void updateCollectionSlots(obj_id player) throws InterruptedException { if (!isIdValid(player) && !exists(player)) @@ -811,25 +811,6 @@ public void updateCollectionSlots(obj_id player) throws InterruptedException } } } - public void updateHothFlawless(obj_id player) throws InterruptedException - { - if (!isIdValid(player) && !exists(player)) - { - return; - } - if (hasObjVar(player, "hoth.flawless_reward")) - { - return; - } - if (badge.hasBadge(player, "champion_of_hoth")) - { - obj_id[] rewards = new obj_id[1]; - obj_id inventory = utils.getInventoryContainer(player); - rewards[0] = static_item.createNewItemFunction("item_hoth_flawless_painting", inventory); - showLootBox(player, rewards); - setObjVar(player, "hoth.flawless_reward", 1); - } - } public void updateRenameCharacterComplete(obj_id player) throws InterruptedException { if (!isIdValid(player) || !exists(player)) @@ -847,14 +828,10 @@ public void updateRenameCharacterComplete(obj_id player) throws InterruptedExcep removeObjVar(player, "renameCharacterRequest.requestNewName"); } } + public void forceRespecBasedOnConfig(obj_id player) throws InterruptedException { - if (getConfigSetting("GameServer", "forceProfessionRespec") == null) - { - return; - } - if (!hasObjVar(player, "character_builder")) - { + if(!FORCE_PROFESION_RESPEC) { return; } if (hasObjVar(player, FORCE_RESPEC_OBJVAR)) @@ -876,68 +853,54 @@ public void forceRespecBasedOnConfig(obj_id player) throws InterruptedException setObjVar(player, FORCE_RESPEC_OBJVAR, FORCED_RESPEC_VERSION); } } - public boolean givePlayersDeathTroopersOutbreakQuest(obj_id player) throws InterruptedException + + public void givePlayersDeathTroopersOutbreakQuest(obj_id player) throws InterruptedException { - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: Player: " + player + " is being checked for old prolog quest line."); if (!groundquests.isQuestActiveOrComplete(player, "quest_08_dathomir_outpost")) { - return false; + return; } - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: The Player: " + player + " has quest quest_08_dathomir_outpost active or completed."); if (groundquests.isQuestActiveOrComplete(player, "outbreak_live_conversion_rebel") || groundquests.isQuestActiveOrComplete(player, "outbreak_live_conversion_imperial") || groundquests.isQuestActiveOrComplete(player, "outbreak_live_conversion_neutral") || groundquests.isQuestActiveOrComplete(player, "outbreak_switch_to_neutral") || groundquests.isQuestActiveOrComplete(player, "outbreak_switch_to_rebel") || groundquests.isQuestActiveOrComplete(player, "outbreak_switch_to_imperial")) { - return false; + return; } - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: The Player: " + player + " does not have quest outbreak_live_conversion_rebel, imperial or neutral active or completed."); if (groundquests.isQuestActive(player, "quest_08_dathomir_outpost")) { - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: The Player: " + player + " has quest quest_08_dathomir_outpost currently active!"); if (groundquests.isTaskActive(player, "quest_08_dathomir_outpost", "travelDathomir")) { - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: The Player: " + player + " has quest quest_08_dathomir_outpost with task travelDathomir currently active! We need to complete this quest immediatly so this player is not gated!"); int questid = questGetQuestId("quest/quest_08_dathomir_outpost"); - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: The Player: " + player + " has quest quest_08_dathomir_outpost and that quest ID is: " + questid); if (questid != 0) { - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: The Player: " + player + " is having quest quest_08_dathomir_outpost completed to avoid a gate!"); questCompleteQuest(questid, player); } } else { - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: The Player: " + player + " does not have the quest quest_08_dathomir_outpost task travelDathomir currently so we are not completing the quest prematurely."); - return false; + return; } } if (factions.isRebel(player)) { - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: Granting Player: " + player + " the outbreak_live_conversion_rebel quest because they are currently of rebel faction."); groundquests.grantQuest(player, "outbreak_live_conversion_rebel"); - return true; + return; } else if (factions.isImperial(player)) { - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: Granting Player: " + player + " the outbreak_live_conversion_rebel quest because they are currently of imp faction."); groundquests.grantQuest(player, "outbreak_live_conversion_imperial"); - return true; + return; } - CustomerServiceLog("outbreak_themepark", "givePlayersDeathTroopersOutbreakQuest: Granting Player: " + player + " the outbreak_live_conversion_rebel quest because they are currently of neutral faction."); groundquests.grantQuest(player, "outbreak_live_conversion_neutral"); - return true; } - public boolean givePlayersDeathTroopersPrologQuestComlink(obj_id player) throws InterruptedException + + public void givePlayersDeathTroopersPrologQuestComlink(obj_id player) throws InterruptedException { - if (isFreeTrialAccount(player)) - { - return false; - } if (isInTutorialArea(player)) { - return false; + return; } if (hasObjVar(player, "prologComlink")) { - return false; + return; } if (!groundquests.isQuestActiveOrComplete(player, "quest_01_comlink_call_to_adventure_neg_faction") && !groundquests.isQuestActiveOrComplete(player, "quest_01_comlink_call_to_adventure_neut_faction") && !groundquests.isQuestActiveOrComplete(player, "quest_01_comlink_call_to_adventure_pos_faction")) { @@ -945,29 +908,24 @@ public boolean givePlayersDeathTroopersPrologQuestComlink(obj_id player) throws obj_id inventory = utils.getInventoryContainer(player); if (!isValidId(inventory)) { - return false; + return; } rewards[0] = static_item.createNewItemFunction("item_publish_gift_update_14_comlink", inventory); if (!isValidId(rewards[0])) { - return false; + return; } showLootBox(player, rewards); } sendSystemMessage(player, JABBAS_COMLINK); setObjVar(player, "prologComlink", true); - return true; - } - public boolean removeDeprecatedQuests(obj_id player) throws InterruptedException - { - if (groundquests.isQuestActive(player, "u16_nym_themepark_weed_pulling")) - { - groundquests.clearQuest(player, "u16_nym_themepark_weed_pulling"); - } - return true; } + + /** + * Gives players the unattainable awards for participating in the Empire Strikes Back Anniversary Events + */ public void handleEsbAnniversaryGifts(obj_id player) throws InterruptedException { - if(!utils.checkConfigFlag("Custom", "grantEsbAnniversaryRewards")) { + if(!GRANT_ESB_AWARDS) { return; } if(hasObjVar(player, "publish_gifts.has_esb_rewards")) { @@ -986,8 +944,11 @@ public void handleEsbAnniversaryGifts(obj_id player) throws InterruptedException setObjVar(player, "publish_gifts.has_esb_rewards", 1); } + /** + * Gives players the unattainable rewards for opting into the SOE mailing list + */ public void handleMailOptInRewards(obj_id player) throws InterruptedException { - if(!utils.checkConfigFlag("Custom", "grantMailOptInRewards")) { + if(!GRANT_MAIL_OPT_IN_AWARDS) { return; } if(hasObjVar(player, "publish_gifts.has_mail_opt_in_rewards")) { @@ -1008,4 +969,41 @@ public void handleMailOptInRewards(obj_id player) throws InterruptedException { showLootBox(player, new obj_id[] {r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11}); setObjVar(player, "publish_gifts.has_mail_opt_in_rewards", 1); } + + /** + * Gives a player the Combat Upgrade Reward Plaque if they have reached a specified age + * and if the setting is enabled. Gives the Silver plaque if setting = 1 or the gold if setting = 2 + * Note: age = days since they created the character, so 45 "age" is 45 days after character creation + */ + public void handleCombatUpgradePlaqueReward(obj_id player) throws InterruptedException { + if (CU_REWARD_LEVEL != 0) { + if (!hasObjVar(player, "publish_gifts.hasCombatUpgradePlaque")) { + int playerAge = getCurrentBirthDate() - getPlayerBirthDate(player); + if (playerAge >= CU_REWARD_AGE_REQUIRED) { + obj_id reward = obj_id.NULL_ID; + if (CU_REWARD_LEVEL == 1) { + reward = createObjectInInventoryAllowOverload("object/tangible/event_perk/frn_loyalty_award_plaque_silver.iff", player); + } else if (CU_REWARD_LEVEL == 2) { + reward = createObjectInInventoryAllowOverload("object/tangible/event_perk/frn_loyalty_award_plaque_gold.iff", player); + } + if (isIdValid(reward)) { + showLootBox(player, new obj_id[]{reward}); + } + } + } + } + } + + /** + * Gives every player the otherwise unattainable Elder Buff + */ + public void grantElderBuff(obj_id player) throws InterruptedException + { + if(GRANT_ELDER_BUFF) { + if (!hasCommand(player, "veteranPlayerBuff")) { + grantCommand(player, "veteranPlayerBuff"); + } + } + } + } diff --git a/sku.0/sys.server/compiled/game/script/player/player_guild.java b/sku.0/sys.server/compiled/game/script/player/player_guild.java index b70289faaf..5d6b660302 100755 --- a/sku.0/sys.server/compiled/game/script/player/player_guild.java +++ b/sku.0/sys.server/compiled/game/script/player/player_guild.java @@ -1955,7 +1955,7 @@ public int handleGuildGcwRegionDefenderChoice(obj_id self, dictionary params) th { return SCRIPT_CONTINUE; } - if (guildGetCountMembersOnly(guildId) < utils.stringToInt(getConfigSetting("GameServer", "gcwGuildMinMembersForGcwRegionDefender"))) + if (guildGetCountMembersOnly(guildId) < utils.getIntConfigSetting("GameServer", "gcwGuildMinMembersForGcwRegionDefender", 10)) { return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/player/player_instance.java b/sku.0/sys.server/compiled/game/script/player/player_instance.java index 6fe5bd8537..a2c75e1ce9 100755 --- a/sku.0/sys.server/compiled/game/script/player/player_instance.java +++ b/sku.0/sys.server/compiled/game/script/player/player_instance.java @@ -691,11 +691,7 @@ public int handleAwardtoken(obj_id self, dictionary params) throws InterruptedEx { count = params.getInt("tokenCount"); } - float multiplier = utils.stringToFloat(getConfigSetting("GameServer", "heroicTokenBonus")); - if (multiplier > 1) - { - count = (int)(count * (float)multiplier); - } + count *= instance.HEROIC_TOKEN_MULTIPLIER; if (tokenIndex < 0 || tokenIndex >= trial.HEROIC_TOKENS.length) { sendSystemMessageTestingOnly(self, "DEBUG: handleAwardtoken sent with out of range tokenIndex."); diff --git a/sku.0/sys.server/compiled/game/script/player/player_saga_quest.java b/sku.0/sys.server/compiled/game/script/player/player_saga_quest.java index e25cfc226c..f2655f1e88 100755 --- a/sku.0/sys.server/compiled/game/script/player/player_saga_quest.java +++ b/sku.0/sys.server/compiled/game/script/player/player_saga_quest.java @@ -968,16 +968,7 @@ else if (questWeight >= pgc_quests.PGC_MIN_HIGH_QUALITY_QUEST_WEIGHT) } if (questWeight >= pgc_quests.PGC_MIN_MID_QUALITY_QUEST_WEIGHT) { - int goldTokenChance = pgc_quests.CHRONICLES_CHRONICLER_GOLD_TOKEN_CHANCE; - String configChance_string = getConfigSetting("GameServer", "chroniclesChroniclerGoldTokenChanceOverride"); - if (configChance_string != null && configChance_string.length() > 0) - { - int configChance = utils.stringToInt(configChance_string); - if (configChance > 0) - { - goldTokenChance = configChance; - } - } + int goldTokenChance = pgc_quests.CHRONICLES_GOLD_TOKEN_CHANCE_SETTING; int goldTokenRoll = rand(1, 100); if (goldTokenRoll <= goldTokenChance) { diff --git a/sku.0/sys.server/compiled/game/script/player/player_travel.java b/sku.0/sys.server/compiled/game/script/player/player_travel.java index 6bc7826246..ab2006daee 100755 --- a/sku.0/sys.server/compiled/game/script/player/player_travel.java +++ b/sku.0/sys.server/compiled/game/script/player/player_travel.java @@ -45,6 +45,9 @@ public player_travel() public static final int SHIP_TYPE_TCG_LOCATION_SHIP = 6; public static final int SHIP_TYPE_SNOWSPEEDER_SHIP = 7; public static final int SHIP_TYPE_TCG_SLAVE1_SHIP = 8; + public static final boolean ITV_DISABLED = utils.checkConfigFlag("GameServer", "disableInstantTravelVehicles"); + public static final int ITV_MIN_LEVEL_TO_USE = utils.getIntConfigSetting("GameServer", "itvMinUsageLevel", 1); + public int OnInitialize(obj_id self) throws InterruptedException { LOG("LOG_CHANNEL", "player_travel.OnInitialize"); @@ -1071,17 +1074,20 @@ public int callForTcgSlave1Pickup(obj_id self, obj_id target, String params, flo } public boolean canCallForPickup(obj_id player) throws InterruptedException { - debugLogging("//***// canCallForPickup", "////>>>> ENTERED"); - // get the setting for minimum ITV level (if its not set, make it the max player level) - String minLevelSetting = getConfigSetting("GameServer", "itvMinUsageLevel"); - if(minLevelSetting == null) minLevelSetting = "0"; - int minimumLevel = Integer.parseInt(minLevelSetting); - obj_id playerCurrentMount = getMountId(player); - if(getLevel(player) < minimumLevel){ - sendSystemMessage(player, "Instant Travel vehicles may not be used until you have reached level " + minLevelSetting, null); + if(ITV_DISABLED) { + sendSystemMessageTestingOnly(player, "You cannot call an Instant Travel Vehicle because they are currently disabled."); return false; } + + if(ITV_MIN_LEVEL_TO_USE > 1) { + if(getLevel(player) < ITV_MIN_LEVEL_TO_USE) { + sendSystemMessageTestingOnly(player, "You cannot call an Instant Travel Vehicle until you reach level "+ITV_MIN_LEVEL_TO_USE+"."); + return false; + } + } + + obj_id playerCurrentMount = getMountId(player); if (isIdValid(playerCurrentMount)) { sendSystemMessage(player, SID_INSTANT_MOUNT_NO); diff --git a/sku.0/sys.server/compiled/game/script/player/player_utility.java b/sku.0/sys.server/compiled/game/script/player/player_utility.java index 974b2aee00..b797218a6b 100755 --- a/sku.0/sys.server/compiled/game/script/player/player_utility.java +++ b/sku.0/sys.server/compiled/game/script/player/player_utility.java @@ -59,20 +59,6 @@ public player_utility() public static final String GUARD_OCCUPIED = "occupied"; public int OnLogin(obj_id self) throws InterruptedException { - if (utils.checkConfigFlag("GameServer", "jediTestResources")) - { - if (hasSkill(self, "class_bountyhunter_phase4_novice")) - { - createNewBHResources(self); - } - } - if (utils.checkConfigFlag("GameServer", "jediTestBuffs")) - { - if (hasSkill(self, "class_bountyhunter_phase4_novice")) - { - createBuffs(self); - } - } removeObjVar(self, VAR_FIND_BASE); if (buff.hasBuff(self, "tcg_series3_hands_of_seduction")) { diff --git a/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/spawner_pirate_leader.java b/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/spawner_pirate_leader.java index 48f7939bba..ed749d8455 100755 --- a/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/spawner_pirate_leader.java +++ b/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/spawner_pirate_leader.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.spawning; import script.library.utils; import script.location; import script.obj_id; @@ -100,15 +101,6 @@ public void resetPirateCounter(obj_id spawner) throws InterruptedException } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return spawning.AREA_SPAWNERS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/quest/task/pgc/fan_faire_demo/spawner_fan_faire.java b/sku.0/sys.server/compiled/game/script/quest/task/pgc/fan_faire_demo/spawner_fan_faire.java index 6ed716411d..391ec23ae7 100755 --- a/sku.0/sys.server/compiled/game/script/quest/task/pgc/fan_faire_demo/spawner_fan_faire.java +++ b/sku.0/sys.server/compiled/game/script/quest/task/pgc/fan_faire_demo/spawner_fan_faire.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.spawning; import script.library.utils; import script.location; import script.obj_id; @@ -108,16 +109,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return spawning.AREA_SPAWNERS_DISABLED; } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/space/content_tools/spawner.java b/sku.0/sys.server/compiled/game/script/space/content_tools/spawner.java index 0d2b2cb2d5..a5d1e50af6 100755 --- a/sku.0/sys.server/compiled/game/script/space/content_tools/spawner.java +++ b/sku.0/sys.server/compiled/game/script/space/content_tools/spawner.java @@ -10,11 +10,14 @@ public class spawner extends script.base_script public spawner() { } + + public static final boolean DISABLE_SPACE_SPAWNERS = utils.checkConfigFlag("GameServer", "disableSpaceSpawners"); + public int getSpawnerData(obj_id self, dictionary params) throws InterruptedException { if (hasObjVar(self, "strAsteroidType")) { - if (utils.checkConfigFlag("ScriptFlags", "spawnersOn")) + if (!DISABLE_SPACE_SPAWNERS) { messageTo(self, "startSpawning", null, 3, false); } @@ -53,7 +56,7 @@ public int getSpawnerData(obj_id self, dictionary params) throws InterruptedExce } utils.setScriptVar(self, "trPatrolPoints", trPatrolPoints); } - if (utils.checkConfigFlag("ScriptFlags", "spawnersOn")) + if (!DISABLE_SPACE_SPAWNERS) { messageTo(self, "startSpawning", null, 3, false); return SCRIPT_CONTINUE; diff --git a/sku.0/sys.server/compiled/game/script/space/crafting/interior_component.java b/sku.0/sys.server/compiled/game/script/space/crafting/interior_component.java index 1cee6aa0b3..76e2199d7d 100755 --- a/sku.0/sys.server/compiled/game/script/space/crafting/interior_component.java +++ b/sku.0/sys.server/compiled/game/script/space/crafting/interior_component.java @@ -2,6 +2,7 @@ import script.*; import script.library.space_crafting; +import script.library.space_flags; import script.library.space_transition; import script.library.utils; @@ -53,7 +54,7 @@ public int OnAttach(obj_id self) throws InterruptedException else { LOG("space", "Component " + intSlot + " is not installed on " + objShip + " cleaning up interior piece"); - if (utils.checkConfigFlag("ScriptFlags", "liveSpaceServer")) + if (space_flags.LIVE_SPACE_SERVER_MODE_OFF) { destroyObject(self); } diff --git a/sku.0/sys.server/compiled/game/script/space/ship/ship_interior.java b/sku.0/sys.server/compiled/game/script/space/ship/ship_interior.java index 83e1b7d3ac..7e8bc82124 100755 --- a/sku.0/sys.server/compiled/game/script/space/ship/ship_interior.java +++ b/sku.0/sys.server/compiled/game/script/space/ship/ship_interior.java @@ -83,7 +83,7 @@ public int doInteriorBuildout(obj_id self, dictionary params) throws Interrupted utils.setScriptVar(self, strLocationList[intI] + "Cells", objCells); } } - if (!utils.checkConfigFlag("ScriptFlags", "liveSpaceServer")) + if (space_flags.LIVE_SPACE_SERVER_MODE_OFF) { obj_id objTest = createObject(strTemplates[intI], tr, objCell); if (!strObjVars[intI].equals("")) diff --git a/sku.0/sys.server/compiled/game/script/systems/battlefield/battlefield_region.java b/sku.0/sys.server/compiled/game/script/systems/battlefield/battlefield_region.java index ad9d656b1b..fe93179513 100755 --- a/sku.0/sys.server/compiled/game/script/systems/battlefield/battlefield_region.java +++ b/sku.0/sys.server/compiled/game/script/systems/battlefield/battlefield_region.java @@ -24,14 +24,9 @@ public int OnInitialize(obj_id self) throws InterruptedException messageTo(self, "msgInitializeRegion", null, 0.0f, true); if (hasObjVar(self, battlefield.VAR_BATTLEFIELD)) { - String config = getConfigSetting("GameServer", "disableBattlefields"); - if (config != null) - { - if (config.equals("true")) - { - battlefield.endBattlefield(self, false); - return SCRIPT_CONTINUE; - } + if(battlefield.BATTLEFIELDS_DISABLED) { + battlefield.endBattlefield(self, false); + return SCRIPT_CONTINUE; } int version = battlefield.getBattlefieldVersion(self); LOG("LOG_CHANNEL", "version ->" + version + " current_version ->" + battlefield.CURRENT_VERSION); diff --git a/sku.0/sys.server/compiled/game/script/systems/buff/buff_handler.java b/sku.0/sys.server/compiled/game/script/systems/buff/buff_handler.java index 1175a39356..bf5f65d04e 100755 --- a/sku.0/sys.server/compiled/game/script/systems/buff/buff_handler.java +++ b/sku.0/sys.server/compiled/game/script/systems/buff/buff_handler.java @@ -3827,8 +3827,7 @@ public int halloweenCoinLimitRemoveBuffHandler(obj_id self, String effectName, S } public int lifedayCompetitiveBuffRemoveBuffHandler(obj_id self, String effectName, String subtype, float duration, float value, String buffName, obj_id caster) throws InterruptedException { - String lifedayRunning = getConfigSetting("GameServer", "lifeday"); - if (lifedayRunning != null && !lifedayRunning.equals("false")) + if (events.isEventActive(events.LIFEDAY)) { obj_id tatooine = getPlanetByName("tatooine"); setObjVar(self, "lifeday.locked_out", 1); diff --git a/sku.0/sys.server/compiled/game/script/systems/combat/combat_base.java b/sku.0/sys.server/compiled/game/script/systems/combat/combat_base.java index a226f1ed8c..06ec37cd1c 100755 --- a/sku.0/sys.server/compiled/game/script/systems/combat/combat_base.java +++ b/sku.0/sys.server/compiled/game/script/systems/combat/combat_base.java @@ -34,6 +34,8 @@ public combat_base() public static final int HIT_RESULT_STRIKETHROUGH = 9; public static final String PROGRESSIVE_DAMAGE_COUNTER = "hitData.progressive.counter"; public static final string_id SID_NONE = new string_id(); + public static final boolean PVP_DISABLED = utils.checkConfigFlag("GameServer", "disablePvP"); + public boolean combatStandardAction(String actionName, obj_id self, obj_id target, String params, String successHandler, String failHandler) throws InterruptedException { return combatStandardAction(actionName, self, target, getCurrentWeapon(self), params, null, false, false, 0); @@ -731,13 +733,8 @@ public boolean doCombatPreCheck(combat_data actionData, attacker_data attackerDa verbose = false; if ((isPlayer(attackerData.id) && isPlayer(defenderData[0].id)) && (attackerData.id != defenderData[0].id)) { - String setting = getConfigSetting("GameServer", "disablePvP"); - if (setting != null && (setting.equals("1") || setting.equals("true"))) - { - if (verbose) - { - return false; - } + if(PVP_DISABLED) { + return false; } } if (isDead(attackerData.id)) diff --git a/sku.0/sys.server/compiled/game/script/systems/combat/combat_mine_spawner.java b/sku.0/sys.server/compiled/game/script/systems/combat/combat_mine_spawner.java index 0dff000967..9fd62eb62d 100755 --- a/sku.0/sys.server/compiled/game/script/systems/combat/combat_mine_spawner.java +++ b/sku.0/sys.server/compiled/game/script/systems/combat/combat_mine_spawner.java @@ -13,6 +13,8 @@ public combat_mine_spawner() } public static final String dataTable = "datatables/combat/npc_landmines.iff"; public static final boolean doLogging = false; + public static final boolean MINE_FIELDS_DISABLED = utils.checkConfigFlag("GameServer", "disableMineFields"); + public int OnAttach(obj_id self) throws InterruptedException { if (canSpawnByConfigSetting()) @@ -109,15 +111,6 @@ public void doLogging(String section, String message) throws InterruptedExceptio } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableMineFields"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !MINE_FIELDS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/systems/crafting/droid/modules/interplanetary_survey.java b/sku.0/sys.server/compiled/game/script/systems/crafting/droid/modules/interplanetary_survey.java index b18cc3699c..37f1438ea6 100755 --- a/sku.0/sys.server/compiled/game/script/systems/crafting/droid/modules/interplanetary_survey.java +++ b/sku.0/sys.server/compiled/game/script/systems/crafting/droid/modules/interplanetary_survey.java @@ -153,14 +153,6 @@ public int handleSurveySelection(obj_id self, dictionary params) throws Interrup Vector surveyToolList = utils.getResizeableObjIdArrayScriptVar(self, "surveyToolId"); obj_id[] resourceIdList = getAvailablePlanetResources(planet, (String)surveyResourceList.get(idx)); int time = getSurveyTime(); - if (isGod(player)) - { - String delayStr = getConfigSetting("GameServer", "InterplanetarySurveyDelay"); - if (delayStr != null && !delayStr.equals("")) - { - time = Integer.parseInt(delayStr); - } - } dictionary data = new dictionary(); data.put("resourceList", resourceIdList); data.put("planetName", planet); diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/flip_banner.java b/sku.0/sys.server/compiled/game/script/systems/gcw/flip_banner.java index 80d68166f6..cf6b62624c 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/flip_banner.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/flip_banner.java @@ -1,6 +1,7 @@ package script.systems.gcw; import script.*; +import script.library.events; import script.library.gcw; import script.library.locations; import script.library.utils; @@ -73,8 +74,7 @@ else if ((reb_r > imp_r)) } public void spawnBanner(obj_id self, String faction) throws InterruptedException { - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - if (empiredayRunning != null && (empiredayRunning.equals("true") || empiredayRunning.equals("1"))) + if (events.isEventActive(events.EMPIRE_DAY)) { location here = getLocation(self); String city = locations.getCityName(here); @@ -106,6 +106,5 @@ else if (city.equals("theed")) } setObjVar(banner, "spawner", self); utils.setScriptVar(self, "banner", banner); - return; } } diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/flip_banner_onpole.java b/sku.0/sys.server/compiled/game/script/systems/gcw/flip_banner_onpole.java index 919c4da231..ab07f9030b 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/flip_banner_onpole.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/flip_banner_onpole.java @@ -1,10 +1,7 @@ package script.systems.gcw; import script.dictionary; -import script.library.gcw; -import script.library.locations; -import script.library.trial; -import script.library.utils; +import script.library.*; import script.location; import script.obj_id; import script.transform; @@ -77,27 +74,23 @@ else if ((reb_r >= imp_r)) } public void spawnBanner(obj_id self, String faction) throws InterruptedException { - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - if (empiredayRunning != null) + if (events.isEventActive(events.EMPIRE_DAY)) { - if (empiredayRunning.equals("true") || empiredayRunning.equals("1")) + location here = getLocation(self); + String city = locations.getCityName(here); + if (city == null) { - location here = getLocation(self); - String city = locations.getCityName(here); - if (city == null) + city = locations.getGuardSpawnerRegionName(here); + } + if (city != null && city.length() > 0) + { + if (city.equals("coronet")) { - city = locations.getGuardSpawnerRegionName(here); + faction = "rebel"; } - if (city != null && city.length() > 0) + else if (city.equals("theed")) { - if (city.equals("coronet")) - { - faction = "rebel"; - } - else if (city.equals("theed")) - { - faction = "imperial"; - } + faction = "imperial"; } } } diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/gcw_city.java b/sku.0/sys.server/compiled/game/script/systems/gcw/gcw_city.java index db047cc215..15ebff636e 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/gcw_city.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/gcw_city.java @@ -166,8 +166,7 @@ public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws I debugSpeakMsg(self, "GCW Controller: Failed to find city name."); return SCRIPT_CONTINUE; } - String cityConfig = getConfigSetting("GameServer", "gcwcity" + city); - if (cityConfig == null || cityConfig.length() <= 0) { + if (!gcw.gcwIsInvasionCityOn(city)) { sendSystemMessageTestingOnly(objSpeaker, "The city configuration (gcwcity" + city + ") is turned off. OVERRIDING"); utils.setScriptVar(self, "gcw.configOverride", 1); } diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/player_pvp.java b/sku.0/sys.server/compiled/game/script/systems/gcw/player_pvp.java index d000c468e8..5e7550103b 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/player_pvp.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/player_pvp.java @@ -814,11 +814,7 @@ else if (rebelScore > imperialScore) tokens = 5; } } - float multiplier = utils.stringToFloat(getConfigSetting("GameServer", "gcwTokenBonus")); - if (multiplier > 1) - { - tokens *= multiplier; - } + tokens *= gcw.GCW_TOKEN_BONUS; if (canReceiveReward(self)) { gcw._grantGcwPoints(null, self, gcwCredits, false, gcw.GCW_POINT_TYPE_GROUND_PVP_REGION, ""); diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/pvp_battlefield.java b/sku.0/sys.server/compiled/game/script/systems/gcw/pvp_battlefield.java index 767e9d670e..a9004d4a9e 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/pvp_battlefield.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/pvp_battlefield.java @@ -37,6 +37,8 @@ public pvp_battlefield() public static final int BATTLEFIELD_MAXIMUM_TEAM_SIZE = 16; public static final int BATTLEFIELD_PLAYER_KILL_VALUE = 10; public static final int BATTLEFIELD_TERMINAL_CAPTURE_VALUE = 500; + public static final int BATTLEFIELD_MINIMUM_TEAM_SIZE_OVERRIDE = utils.getIntConfigSetting("GameServer", "BfMinimumTeamSize", BATTLEFIELD_MINIMUM_TEAM_SIZE); + public static final int BATTLEFIELD_MAXIMUM_TEAM_SIZE_OVERRIDE = utils.getIntConfigSetting("GameServer", "BfTeamSize", BATTLEFIELD_MAXIMUM_TEAM_SIZE); public void doLogging(String section, String message) throws InterruptedException { } @@ -223,11 +225,7 @@ public int checkBattlefieldState(obj_id self, dictionary params) throws Interrup extra = " Rebels Accepted: " + bfActiveGetRebelCount(self) + " Imperials Accepted: " + bfActiveGetImperialCount(self); break; case pvp.PVP_STATE_INVITE_OVER: - int minimumTeamSize = BATTLEFIELD_MINIMUM_TEAM_SIZE; - if (getConfigSetting("GameServer", "BfMinimumTeamSize") != null && (getConfigSetting("GameServer", "BfMinimumTeamSize")).length() > 0) - { - minimumTeamSize = utils.stringToInt(getConfigSetting("GameServer", "BfMinimumTeamSize")); - } + int minimumTeamSize = BATTLEFIELD_MINIMUM_TEAM_SIZE_OVERRIDE; extra = "checkBattlefieldState Invitations over. minimumTeamSize: " + minimumTeamSize; if (bfActiveGetRebelCount(self) < minimumTeamSize || bfActiveGetImperialCount(self) < minimumTeamSize) { @@ -970,11 +968,7 @@ public boolean bfQueueBuildPotentialEnemies(obj_id controller) throws Interrupte } int rebelPlayersSize = bfQueueGetSize(controller, BATTLEFIELD_REBEL_INDIVIDUAL_QUEUE); int imperialPlayersSize = bfQueueGetSize(controller, BATTLEFIELD_IMPERIAL_INDIVIDUAL_QUEUE); - int minimumTeamSize = BATTLEFIELD_MINIMUM_TEAM_SIZE; - if (getConfigSetting("GameServer", "BfMinimumTeamSize") != null && (getConfigSetting("GameServer", "BfMinimumTeamSize")).length() > 0) - { - minimumTeamSize = utils.stringToInt(getConfigSetting("GameServer", "BfMinimumTeamSize")); - } + int minimumTeamSize = BATTLEFIELD_MINIMUM_TEAM_SIZE_OVERRIDE; if (rebelPlayersSize < minimumTeamSize || imperialPlayersSize < minimumTeamSize) { return false; @@ -988,11 +982,7 @@ public boolean bfQueueBuildPotentialEnemies(obj_id controller) throws Interrupte imperials.setSize(0); int potentialRebels = 0; int potentialImperials = 0; - int maxTeamSize = BATTLEFIELD_MAXIMUM_TEAM_SIZE; - if (getConfigSetting("GameServer", "BfTeamSize") != null && (getConfigSetting("GameServer", "BfTeamSize")).length() > 0) - { - maxTeamSize = utils.stringToInt(getConfigSetting("GameServer", "BfTeamSize")); - } + int maxTeamSize = BATTLEFIELD_MAXIMUM_TEAM_SIZE_OVERRIDE; blog(controller, "bfQueueBuildPotentialEnemies maxTeamSize: " + maxTeamSize); for (int i = 0, j = (rebelPlayersSize < maxTeamSize - potentialRebels ? rebelPlayersSize : maxTeamSize - potentialRebels); i < j; i++) { diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_controller.java b/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_controller.java index 1136dabe4e..b5dc497dae 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_controller.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_controller.java @@ -7,18 +7,21 @@ public class battle_controller extends script.base_script { - public final int DEFAULT_TATOOINE_DELAY = 3; - public final int DEFAULT_CORELLIA_DELAY = 3; - public final int DEFAULT_DANTOOINE_DELAY = 3; - public final int DEFAULT_LOK_DELAY = 3; - public final int DEFAULT_NABOO_DELAY = 3; - - public final int DEFAULT_TATOOINE_STAGGER = 0; - public final int DEFAULT_CORELLIA_STAGGER = 2; - public final int DEFAULT_DANTOOINE_STAGGER = 0; - public final int DEFAULT_LOK_STAGGER = 2; - public final int DEFAULT_NABOO_STAGGER = 4; - + public static final boolean TATOOINE_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwTatooineActive"); + public static final boolean CORELLIA_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwCorelliaActive"); + public static final boolean DANTOOINE_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwDantooineActive"); + public static final boolean LOK_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwLokActive"); + public static final boolean NABOO_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwNabooActive"); + public static final int TATOOINE_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwTatooineDelay", 3); + public static final int CORELLIA_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwCorelliaDelay", 3); + public static final int DANTOOINE_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwDantooineDelay", 3); + public static final int LOK_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwLokDelay", 3); + public static final int NABOO_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwNabooDelay", 3); + public static final int TATOOINE_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwTatooineStagger", 0); + public static final int CORELLIA_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwCorelliaStagger", 2); + public static final int DANTOOINE_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwDantooineStagger", 0); + public static final int LOK_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwLokStagger", 2); + public static final int NABOO_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwNabooStagger", 4); // Configuration Array: // 1. Zone. // 2. Initial Battle Type. @@ -29,23 +32,6 @@ public class battle_controller extends script.base_script { {"space_lok", battle_spawner.BATTLE_TYPE_PVP}, {"space_naboo", battle_spawner.BATTLE_TYPE_PVE} }; - public boolean tatooineActive = true; - public boolean corelliaActive = true; - public boolean dantooineActive = true; - public boolean lokActive = true; - public boolean nabooActive = true; - - public int tatooineDelay = 3; - public int corelliaDelay = 3; - public int dantooineDelay = 3; - public int lokDelay = 3; - public int nabooDelay = 3; - - public int tatooineStagger = 0; - public int corelliaStagger = 2; - public int dantooineStagger = 0; - public int lokStagger = 2; - public int nabooStagger = 4; public int OnAttach(obj_id self) throws InterruptedException { @@ -62,7 +48,6 @@ public int OnInitialize(obj_id self) throws InterruptedException int[] convertedCalendarTime = player_structure.convertSecondsTime(calendarTime); //float minutesToTopOfHour = 59 - convertedCalendarTime[2]; float minutesToTopOfHour = 0; - getSettings(); LOG("space_gcw", "battle_controller.OnInitialize: Starting check for battle status in roughly " + minutesToTopOfHour + " minutes."); // check battle status at the top of the hour messageTo(self, "checkBattleStatus", null, minutesToTopOfHour * 60.0f, false); @@ -182,15 +167,15 @@ public int getSecondsUntilNextBattle(String[] scene, int lastBattleTime){ public int getHoursBetweenBattles(String scene){ switch(scene){ case "space_tatooine": - return tatooineDelay; + return TATOOINE_DELAY; case "space_corellia": - return corelliaDelay; + return CORELLIA_DELAY; case "space_dantooine": - return dantooineDelay; + return DANTOOINE_DELAY; case "space_lok": - return lokDelay; + return LOK_DELAY; case "space_naboo": - return nabooDelay; + return NABOO_DELAY; default: return 0; } @@ -198,15 +183,15 @@ public int getHoursBetweenBattles(String scene){ public boolean isSceneActive(String zone) { switch(zone){ case "space_tatooine": - return tatooineActive; + return TATOOINE_ACTIVE; case "space_corellia": - return corelliaActive; + return CORELLIA_ACTIVE; case "space_dantooine": - return dantooineActive; + return DANTOOINE_ACTIVE; case "space_lok": - return lokActive; + return LOK_ACTIVE; case "space_naboo": - return nabooActive; + return NABOO_ACTIVE; } return true; } @@ -221,53 +206,19 @@ public int getStagger(String zone) { int stagger = 0; switch(zone){ case "space_tatooine": - return tatooineStagger; + return TATOOINE_STAGGER; case "space_corellia": - return corelliaStagger; + return CORELLIA_STAGGER; case "space_dantooine": - return dantooineStagger; + return DANTOOINE_STAGGER; case "space_lok": - return lokStagger; + return LOK_STAGGER; case "space_naboo": - return nabooStagger; + return NABOO_STAGGER; } return stagger; } - public void getSettings() throws InterruptedException { - LOG("space_gcw", "battle_controller.getSettings: The space battle sequencer object is getting settings."); - - // check which zones are active - tatooineActive = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwTatooineActive")) > 0; - corelliaActive = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwCorelliaActive")) > 0; - dantooineActive = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwDantooineActive")) > 0; - lokActive = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwLokActive")) > 0; - nabooActive = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwNabooActive")) > 0; - - tatooineDelay = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwTatooineDelay")); - if(tatooineDelay < 0) tatooineDelay = DEFAULT_TATOOINE_DELAY; - corelliaDelay = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwCorelliaDelay")); - if(corelliaDelay < 0) corelliaDelay = DEFAULT_CORELLIA_DELAY; - dantooineDelay = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwDantooineDelay")); - if(dantooineDelay < 0) dantooineDelay = DEFAULT_DANTOOINE_DELAY; - lokDelay = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwLokDelay")); - if(lokDelay < 0) lokDelay = DEFAULT_LOK_DELAY; - nabooDelay = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwNabooDelay")); - if(nabooDelay < 0) nabooDelay = DEFAULT_NABOO_DELAY; - - tatooineStagger = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwTatooineStagger")); - if(tatooineStagger < 0) tatooineStagger = DEFAULT_TATOOINE_STAGGER; - corelliaStagger = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwCorelliaStagger")); - if(corelliaStagger < 0) corelliaStagger = DEFAULT_CORELLIA_STAGGER; - dantooineStagger = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwDantooineStagger")); - if(dantooineStagger < 0) dantooineStagger = DEFAULT_DANTOOINE_STAGGER; - lokStagger = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwLokStagger")); - if(lokStagger < 0) lokStagger = DEFAULT_LOK_STAGGER; - nabooStagger = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwNabooStagger")); - if(nabooStagger < 0) nabooStagger = DEFAULT_NABOO_STAGGER; - LOG("space_gcw", "battle_controller.getSettings: The space battle sequencer object has finished getting settings."); - - } /* * Helper method for command: * /spaceBattleStatus diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_spawner.java b/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_spawner.java index 1b3649f098..6bbf97b43c 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_spawner.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_spawner.java @@ -9,27 +9,28 @@ import java.util.Vector; public class battle_spawner extends script.base_class { + public static final String CONTROLLER_SCRIPT = "systems.gcw.space.battle_controller"; public static final String IMPERIAL_SHIP_TEMPLATE = "imperial_lancer"; public static final String REBEL_SHIP_TEMPLATE = "nebulon_frigate"; private static final String HERO_PILOT_DATA = "datatables/npc/space/space_gcw_hero.iff"; - public static float DEFAULT_BATTLE_TIME_PREPATORY = 900.0f; // 900 == 15 minutes - public static float DEFAULT_BATTLE_TIME_LENGTH = 3600.0f; // 3600 == 60 minutes - public static int DEFAULT_MAX_SUPPORT_CRAFT = 30; - public static int DEFAULT_MAX_SUPPORT_SPAWN = 60; public static final double HERO_SPAWN_CHANCE = 0.20d; // 0.20d == 20% chance a hero will spawn - public static final float DEFAULT_PVP_POINT_MULTIPLIER = 2.0f; - public static final float DEFAULT_PVE_POINT_MULTIPLIER = 1.0f; - public static final float DEFAULT_PVP_TOKEN_MULTIPLIER = 2.0f; - public static final float DEFAULT_PVE_TOKEN_MULTIPLIER = 1.0f; - public static final float DEFAULT_WIN_POINT_MULTIPLIER = 2.0f; - public static final float DEFAULT_LOSS_POINT_MULTIPLIER = 1.0f; - public static final float DEFAULT_WIN_TOKEN_MULTIPLIER = 2.0f; - public static final float DEFAULT_LOSS_TOKEN_MULTIPLIER = 1.0f; - public static final int DEFAULT_POB_PLAYER_CEILING = 4; - public static final int DEFAULT_GUNSHIP_PLAYER_CEILING = 10; - public static final int DEFAULT_TOKEN_AWARD = 25; - public static final int DEFAULT_POINT_AWARD = 2500; + public static final int DEFAULT_POINT_AWARD = utils.getIntConfigSetting("GameServer", "spaceGcwPointAward", 2500); + public static final int DEFAULT_TOKEN_AWARD = utils.getIntConfigSetting("GameServer", "spaceGcwTokenAward", 25); + public static final float PVP_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvPPointModifier", 2.0f); + public static final float PVE_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvEPointModifier", 1.0f); + public static final float WIN_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwWinPointModifier", 2.0f); + public static final float LOSS_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwLossPointModifier", 1.0f); + public static final float PVP_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvPTokenModifier", 2.0f); + public static final float PVE_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvETokenModifier", 1.0f); + public static final float WIN_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwWinTokenModifier", 2.0f); + public static final float LOSS_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwLossTokenModifier", 1.0f); + public static final int POB_PLAYER_CEILING = utils.getIntConfigSetting("GameServer", "spaceGcwPobPlayerCeiling", 4); + public static final int GUNSHIP_PLAYER_CEILING = utils.getIntConfigSetting("GameServer", "spaceGcwGunshipPlayerCeiling", 10); + public static final float PREP_TIME = utils.getFloatConfigSetting("GameServer", "spaceGcwPrepatoryTime", 900.0f); // 15 mins in seconds + public static final float BATTLE_TIME = utils.getFloatConfigSetting("GameServer", "spaceGcwLengthOfBattle", 3600.0f); // 60 mins in seconds + public static final int MAX_SUPPORT_SHIPS = utils.getIntConfigSetting("GameServer", "spaceGcwMaxSupportShips", 30); + public static final int MAX_SUPPORT_SPAWNS = utils.getIntConfigSetting("GameServer", "spaceGcwTotalSupportSpawn", 60); public static final String[] IMPERIAL_SUPPORT_CRAFT = { "tieaggressor_tier7", @@ -78,23 +79,6 @@ public class battle_spawner extends script.base_class { BATTLE_TYPE_PVP }; - public float customPveBattleModifier; - public float customPvpBattleModifier; - public float customPvePointModifier; - public float customPvpPointModifier; - public float customWinTokenModifier; - public float customLossTokenModifier; - public float customWinPointModifier; - public float customLossPointModifier; - public int pobPlayerCeiling; - public int gunshipPlayerCeiling; - public int customTokenAward; - public int customPointAward; - public float battleTimeLength; - public float prepatoryTimeLength; - public static int maxSupportShips; - public static int maxSupportSpawn; - // This script is the spawner for the Space GCW (GCW 2) battles. // It uses Tatooine to track battles (the controller) and places the following object vars // on the planet object to keep track of various aspects: @@ -115,7 +99,6 @@ public int registerWithController(obj_id self, dictionary params) throws Interru setObjVar(self, "controller", controller); setObjVar(controller, "space_gcw." + battleLocation.area + ".spawner", self); spaceLog( "--- Registering battle spawner (" + self + ") in zone: " + battleLocation.area); - getSettings(); return SCRIPT_CONTINUE; } public int startSpaceGCWBattle(obj_id self, dictionary params) throws InterruptedException { @@ -178,8 +161,8 @@ public int startSpaceGCWBattle(obj_id self, dictionary params) throws Interrupte params.put("defendingShip", defendingShip); // spawn attacking capital ship - spaceLog( "In startSpaceGCWBattle... starting battle in " + prepatoryTimeLength / 60.0f + " minutes."); - messageTo(self, "spawnAttack", params, prepatoryTimeLength, false); + spaceLog( "In startSpaceGCWBattle... starting battle in " + PREP_TIME / 60.0f + " minutes."); + messageTo(self, "spawnAttack", params, PREP_TIME, false); return SCRIPT_CONTINUE; } @@ -234,7 +217,7 @@ public int spawnAttack(obj_id self, dictionary params) throws InterruptedExcepti messageTo(self, "spawnSupportCraft", params, 20.0f, false); // set timer to keep track of battle time - set config value for length of battle - messageTo(self, "endBattle", params, battleTimeLength, false); + messageTo(self, "endBattle", params, BATTLE_TIME, false); return SCRIPT_CONTINUE; } @@ -271,7 +254,7 @@ public static Vector spawnSupportShips(obj_id motherShip) throws InterruptedExce int totalSpawnedThisFight = 0; if(hasObjVar(motherShip, "totalSpawnedSupportCraft")){ totalSpawnedThisFight = getIntObjVar(motherShip, "totalSpawnedSupportCraft"); - if(totalSpawnedThisFight >= maxSupportSpawn) + if(totalSpawnedThisFight >= MAX_SUPPORT_SPAWNS) return getResizeableObjIdArrayObjVar(motherShip, "supportCraft"); } Vector shipList = getResizeableObjIdArrayObjVar(motherShip, "supportCraft"); @@ -283,14 +266,14 @@ public static Vector spawnSupportShips(obj_id motherShip) throws InterruptedExce } obj_id ship; - for (int i = shipList.size(); i < maxSupportShips; i++) { + for (int i = shipList.size(); i < MAX_SUPPORT_SHIPS; i++) { if (heroSpawned || Math.random() > HERO_SPAWN_CHANCE) { ship = spawnStandardShip(motherShip); - spaceLog( "In spawnSupportShips... just spawned a regular ship (" + ship + ":" + getTemplateName(ship) + ") #" + (i+1) + " / " + maxSupportShips + " ships."); + spaceLog( "In spawnSupportShips... just spawned a regular ship (" + ship + ":" + getTemplateName(ship) + ") #" + (i+1) + " / " + MAX_SUPPORT_SHIPS + " ships."); } else { ship = spawnAcePilot(motherShip); heroSpawned = true; - spaceLog( "In spawnSupportShips... just spawned a hero ship (" + ship + ":" + getName(ship) + ") #" + (i+1) + " / " + maxSupportShips + " ships."); + spaceLog( "In spawnSupportShips... just spawned a hero ship (" + ship + ":" + getName(ship) + ") #" + (i+1) + " / " + MAX_SUPPORT_SHIPS + " ships."); } if(isValidId(ship)) { totalSpawnedThisFight++; @@ -305,7 +288,7 @@ private static obj_id spawnStandardShip(obj_id motherShip) throws InterruptedExc int totalSpawnedThisFight = 0; if(hasObjVar(motherShip, "totalSpawnedSupportCraft")){ totalSpawnedThisFight = getIntObjVar(motherShip, "totalSpawnedSupportCraft"); - if(totalSpawnedThisFight >= maxSupportSpawn) + if(totalSpawnedThisFight >= MAX_SUPPORT_SPAWNS) return null; } obj_id ship = createUnit(motherShip, support_ship_types[rand(0, support_ship_types.length - 1)], 200.0f); @@ -320,7 +303,7 @@ private static obj_id spawnAcePilot(obj_id motherShip) throws InterruptedExcepti int totalSpawnedThisFight = 0; if(hasObjVar(motherShip, "totalSpawnedSupportCraft")){ totalSpawnedThisFight = getIntObjVar(motherShip, "totalSpawnedSupportCraft"); - if(totalSpawnedThisFight >= maxSupportSpawn) + if(totalSpawnedThisFight >= MAX_SUPPORT_SPAWNS) return null; } dictionary pilot = choosePilot(getAcePilotList(motherShip)); @@ -434,7 +417,7 @@ public void distributeAwards(obj_id self, dictionary params) throws InterruptedE pointAwardedPlayers.addAll( processShip( getObjVarList(self, "space_gcw.participant." + battleId), - pobPlayerCeiling, + POB_PLAYER_CEILING, self, pointAwardedPlayers, attackingFaction, @@ -450,7 +433,7 @@ public void distributeAwards(obj_id self, dictionary params) throws InterruptedE pointAwardedPlayers.addAll( processShip( getObjVarList(self, "space_gcw.gunship.participant." + battleId), - gunshipPlayerCeiling, + GUNSHIP_PLAYER_CEILING, self, pointAwardedPlayers, attackingFaction, @@ -465,7 +448,7 @@ public void distributeAwards(obj_id self, dictionary params) throws InterruptedE // distribute to pob qualifiers processShip( getObjVarList(self, "space_gcw.pob.participant." + battleId), - pobPlayerCeiling, + POB_PLAYER_CEILING, self, pointAwardedPlayers, attackingFaction, @@ -621,18 +604,18 @@ public String constructFinishedBattleMessage(boolean playerWasAttacking, boolean public int calculateAwardedPoints(boolean wonBattle, String battleType) { if(!wonBattle){ if(battleType.equals(BATTLE_TYPE_PVE)){ - return Float.valueOf(customPointAward * customPvePointModifier * customLossPointModifier).intValue(); + return Float.valueOf(DEFAULT_POINT_AWARD * PVE_POINT_MULTIPLIER * LOSS_POINT_MULTIPLIER).intValue(); } else{ - return Float.valueOf(customPointAward * customPvpPointModifier * customLossPointModifier).intValue(); + return Float.valueOf(DEFAULT_POINT_AWARD * PVP_POINT_MULTIPLIER * LOSS_POINT_MULTIPLIER).intValue(); } } else{ if(battleType.equals(BATTLE_TYPE_PVE)){ - return Float.valueOf(customPointAward * customPvePointModifier * customWinPointModifier).intValue(); + return Float.valueOf(DEFAULT_POINT_AWARD * PVE_POINT_MULTIPLIER * WIN_POINT_MULTIPLIER).intValue(); } else{ - return Float.valueOf(customPointAward * customPvpPointModifier * customWinPointModifier).intValue(); + return Float.valueOf(DEFAULT_POINT_AWARD * PVP_POINT_MULTIPLIER * WIN_POINT_MULTIPLIER).intValue(); } } @@ -640,18 +623,18 @@ public int calculateAwardedPoints(boolean wonBattle, String battleType) { public int calculateAwardedTokens(boolean wonBattle, String battleType, String faction) { if(!wonBattle){ if(battleType.equals(BATTLE_TYPE_PVE)){ - return Float.valueOf(customTokenAward * customPveBattleModifier * customLossTokenModifier).intValue(); + return Float.valueOf(DEFAULT_TOKEN_AWARD * PVE_TOKEN_MULTIPLIER * LOSS_TOKEN_MULTIPLIER).intValue(); } else{ - return Float.valueOf(customTokenAward * customPvpBattleModifier * customLossTokenModifier).intValue(); + return Float.valueOf(DEFAULT_TOKEN_AWARD * PVP_TOKEN_MULTIPLIER * LOSS_TOKEN_MULTIPLIER).intValue(); } } else{ if(battleType.equals(BATTLE_TYPE_PVE)){ - return Float.valueOf(customTokenAward * customPveBattleModifier * customWinTokenModifier).intValue(); + return Float.valueOf(DEFAULT_TOKEN_AWARD * PVE_TOKEN_MULTIPLIER * WIN_TOKEN_MULTIPLIER).intValue(); } else{ - return Float.valueOf(customTokenAward * customPvpBattleModifier * customWinTokenModifier).intValue(); + return Float.valueOf(DEFAULT_TOKEN_AWARD * PVP_TOKEN_MULTIPLIER * WIN_TOKEN_MULTIPLIER).intValue(); } } @@ -769,56 +752,4 @@ public static void spaceLog(String message){ LOG("space_gcw", "Zone " + zone + ": " + message); } - public void getSettings() throws InterruptedException { - spaceLog( "Getting Settings..."); - // get customized settings - customPveBattleModifier = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwPvETokenModifier")); - if (customPveBattleModifier < 0) customPveBattleModifier = DEFAULT_PVE_TOKEN_MULTIPLIER; - - customPvpBattleModifier = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwPvPTokenModifier")); - if (customPvpBattleModifier < 0) customPvpBattleModifier = DEFAULT_PVP_TOKEN_MULTIPLIER; - - customWinTokenModifier = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwWinTokenModifier")); - if (customWinTokenModifier < 0) customWinTokenModifier = DEFAULT_WIN_TOKEN_MULTIPLIER; - - customLossTokenModifier = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwLossTokenModifier")); - if (customLossTokenModifier < 0) customLossTokenModifier = DEFAULT_LOSS_TOKEN_MULTIPLIER; - - customTokenAward = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwTokenAward")); - if (customTokenAward < 0) customTokenAward = DEFAULT_TOKEN_AWARD; - - customPointAward = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwPointAward")); - if (customPointAward < 0) customPointAward = DEFAULT_POINT_AWARD; - - customPvePointModifier = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwPvEPointModifier")); - if (customPvePointModifier < 0) customPvePointModifier = DEFAULT_PVE_POINT_MULTIPLIER; - - customPvpPointModifier = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwPvPPointModifier")); - if (customPvpPointModifier < 0) customPvpPointModifier = DEFAULT_PVP_POINT_MULTIPLIER; - - customWinPointModifier = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwWinPointModifier")); - if (customWinPointModifier < 0) customWinPointModifier = DEFAULT_WIN_POINT_MULTIPLIER; - - customLossPointModifier = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwLossPointModifier")); - if (customLossPointModifier < 0) customLossPointModifier = DEFAULT_LOSS_POINT_MULTIPLIER; - - pobPlayerCeiling = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwPobPlayerCeiling")); - if (pobPlayerCeiling < 0) pobPlayerCeiling = DEFAULT_POB_PLAYER_CEILING; - - gunshipPlayerCeiling = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwGunshipPlayerCeiling")); - if (gunshipPlayerCeiling < 0) gunshipPlayerCeiling = DEFAULT_GUNSHIP_PLAYER_CEILING; - - battleTimeLength = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwLengthOfBattle")); - if (battleTimeLength <= 0) battleTimeLength = DEFAULT_BATTLE_TIME_LENGTH; - - prepatoryTimeLength = utils.stringToFloat(getConfigSetting("GameServer", "spaceGcwPrepatoryTime")); - if (prepatoryTimeLength <= 0) prepatoryTimeLength = DEFAULT_BATTLE_TIME_PREPATORY; - - maxSupportShips = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwMaxSupportShips")); - if (maxSupportShips <= 0) maxSupportShips = DEFAULT_MAX_SUPPORT_CRAFT; - - maxSupportSpawn = utils.stringToInt(getConfigSetting("GameServer", "spaceGcwTotalSupportSpawn")); - if (maxSupportSpawn <= 0) maxSupportSpawn = DEFAULT_MAX_SUPPORT_SPAWN; - spaceLog( "Done getting settings..."); - } } diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/static_base/base_spawner.java b/sku.0/sys.server/compiled/game/script/systems/gcw/static_base/base_spawner.java index 7e648b7a41..da0e33ead1 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/static_base/base_spawner.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/static_base/base_spawner.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.spawning; import script.library.utils; import script.location; import script.obj_id; @@ -223,15 +224,6 @@ public void setObjectObjVars(obj_id obj, String objVarList) throws InterruptedEx } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableGenericSpawner"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !spawning.GENERIC_SPAWNERS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/systems/missions/dynamic/deliver_npc_spawner.java b/sku.0/sys.server/compiled/game/script/systems/missions/dynamic/deliver_npc_spawner.java index 80cc033d82..d9f8ee6191 100755 --- a/sku.0/sys.server/compiled/game/script/systems/missions/dynamic/deliver_npc_spawner.java +++ b/sku.0/sys.server/compiled/game/script/systems/missions/dynamic/deliver_npc_spawner.java @@ -1,6 +1,7 @@ package script.systems.missions.dynamic; import script.library.create; +import script.library.events; import script.library.locations; import script.location; import script.obj_id; @@ -12,23 +13,19 @@ public deliver_npc_spawner() } public int OnAttach(obj_id self) throws InterruptedException { - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - if (empiredayRunning != null) + if (events.isEventActive(events.EMPIRE_DAY)) { - if (empiredayRunning.equals("true") || empiredayRunning.equals("1")) + location here = getLocation(self); + String city = locations.getCityName(here); + if (city == null) { - location here = getLocation(self); - String city = locations.getCityName(here); - if (city == null) - { - city = locations.getGuardSpawnerRegionName(here); - } - if (city != null && city.length() > 0) + city = locations.getGuardSpawnerRegionName(here); + } + if (city != null && city.length() > 0) + { + if (city.equals("theed")) { - if (city.equals("theed")) - { - return SCRIPT_CONTINUE; - } + return SCRIPT_CONTINUE; } } } diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_base.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_base.java index fce55397f2..8d0ecd696d 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_base.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_base.java @@ -13,21 +13,21 @@ public spawn_base() } public static final int SPAWN_HEARBEAT_SPAWN_EVENT = 5; public static final int SPAWN_PLAYER_DELAY_MIN = 30; - public static final int SPAWN_PLAYER_DELAY_MAX = 60; + public static final int SPAWN_PLAYER_DELAY_MAX = 60; // delay for spawn_player spawn events public static final int SPAWN_DISTANCE_MIN = 12; - public static final int SPAWN_DISTANCE_MAX = 32; - public static final int SPAWN_CHECK_DISTANCE = 64; - public static final int SPAWN_CHECK_LIMIT = 15; + public static final int SPAWN_DISTANCE_MAX = 32; // for use until we get findvalidlocation + public static final int SPAWN_CHECK_DISTANCE = 64; // you must move X meters before you get more spawns after the limit + public static final int SPAWN_CHECK_LIMIT = 15; // you get X creatures! public static final int SPAWN_TEMPLATE_CHECK_DISTANCE = 128; - public static final int SPAWN_CHECK_TEMPLATE_LIMIT = 14; + public static final int SPAWN_CHECK_TEMPLATE_LIMIT = 14; // 14 templates allowed in an area public static final int SPAWN_THEATER_CHECK_DISTANCE = 200; public static final int SPAWN_CHECK_THEATER_LIMIT = 1; - public static final int EXTERIOR_SPAWN_CHANCE = 50; + public static final int EXTERIOR_SPAWN_CHANCE = 50; // chance of spawning something outside of a structure public static final int EXTERIOR_MAX_NPC = 10; public static final int INTERIOR_MAX_NPC = 10; public static final int EXTERIOR_MIN_NPC = 4; public static final int INTERIOR_MIN_NPC = 4; - public static final int PLAYER_TO_NPC_RATIO = 1; + public static final int PLAYER_TO_NPC_RATIO = 1; // for every 1 player, we decrease our max and min by 1 public static final boolean boolFastSpawnEnabled = false; public static final int MAXIMUM_SPAWNING_RUN_TIME_RULES = 200; public static final float CREATURES_TO_PLAYERS_RATIO = 20; @@ -35,6 +35,14 @@ public spawn_base() { "tutorial" }; + + /** + this function takes the obj_id of the player, and the obj_id of the master spawn object. It will eventually take a region object id, which will contain the necessary + spawn list information. Using this information, it culls out any templates at their max, as well as checks against the global spawn count. It then returns a dictionary with two elements + The first is an array of template id's, and the second element is the number of elements in the array. This is because we don't have any sort of dynamically resizable arrays + Eventually this function will also handle all culling based on player difficulty and factional data. + @return dictionary Contains string array strSpawnTypes, and intSpawnListSize + */ public int[] getValidSpawn(dictionary dctPlayerStats) throws InterruptedException { if (dctPlayerStats == null) @@ -466,8 +474,7 @@ public void preLoadSpawnDataTables(obj_id objMasterSpawner) throws InterruptedEx { } public boolean checkSpawnLogFailures() throws InterruptedException { - String strConfigSetting = getConfigSetting("GameServer", "fastSpawn"); - return strConfigSetting != null && strConfigSetting.equals("true"); + return spawning.FAST_SPAWN; } public boolean isSpawningAllowed(location locTest) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_master.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_master.java index 6665f125f4..5701ce05df 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_master.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_master.java @@ -1,5 +1,6 @@ package script.systems.spawning; +import script.library.spawning; import script.obj_id; public class spawn_master extends script.systems.spawning.spawn_base @@ -7,12 +8,12 @@ public class spawn_master extends script.systems.spawning.spawn_base public spawn_master() { } + + /** + Bootstrap function for trigger volume creation. This will be moved to OnInitialization once it comes online. + */ public int OnUniverseComplete(obj_id self) throws InterruptedException { - if (!hasObjVar(self, "boolSpawnerIsOn")) - { - setObjVar(self, "boolSpawnerIsOn", true); - } if (!hasObjVar(self, "intMaxPlanetSpawnCount")) { setObjVar(self, "intMaxPlanetSpawnCount", 10000); @@ -29,26 +30,21 @@ public int OnUniverseComplete(obj_id self) throws InterruptedException setObjVar(self, "intCurrentPlanetSpawnCount", 0); setObjVar(self, "intMinSpawnDelay", SPAWN_PLAYER_DELAY_MIN); setObjVar(self, "intMaxSpawnDelay", SPAWN_PLAYER_DELAY_MAX); - String strConfigSetting = getConfigSetting("GameServer", "spawningInitialState"); - if (strConfigSetting != null) - { - if (strConfigSetting.equals("on")) - { - setObjVar(self, "boolSpawnerIsOn", true); - } - else if (strConfigSetting.equals("off")) - { - setObjVar(self, "boolSpawnerIsOn", false); - } + if (spawning.SPAWNER_INITIAL_STATE_OFF) { + setObjVar(self, "boolSpawnerIsOn", false); + } else { + setObjVar(self, "boolSpawnerIsOn", true); } return SCRIPT_CONTINUE; } + + /** + * This is the initialization routine for the entire spawn system. This creates the master trigger volumes, + * and initializes all necessary spawn values. The values are derived from spawn_base + * These will be moved once we get a more concrete idea of spawn listings. + */ public int OnAttach(obj_id self) throws InterruptedException { - if (!hasObjVar(self, "boolSpawnerIsOn")) - { - setObjVar(self, "boolSpawnerIsOn", true); - } if (!hasObjVar(self, "intMaxPlanetSpawnCount")) { setObjVar(self, "intMaxPlanetSpawnCount", 10000); @@ -65,17 +61,10 @@ public int OnAttach(obj_id self) throws InterruptedException setObjVar(self, "intCurrentPlanetSpawnCount", 0); setObjVar(self, "intMinSpawnDelay", SPAWN_PLAYER_DELAY_MIN); setObjVar(self, "intMaxSpawnDelay", SPAWN_PLAYER_DELAY_MAX); - String strConfigSetting = getConfigSetting("GameServer", "spawningInitialState"); - if (strConfigSetting != null) - { - if (strConfigSetting.equals("on")) - { - setObjVar(self, "boolSpawnerIsOn", true); - } - else if (strConfigSetting.equals("off")) - { - setObjVar(self, "boolSpawnerIsOn", false); - } + if (spawning.SPAWNER_INITIAL_STATE_OFF) { + setObjVar(self, "boolSpawnerIsOn", false); + } else { + setObjVar(self, "boolSpawnerIsOn", true); } return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_area.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_area.java index b124fefd20..aa2875d8dd 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_area.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_area.java @@ -226,16 +226,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !spawning.AREA_SPAWNERS_DISABLED; } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_patrol.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_patrol.java index 703e35c8c7..2217ef0176 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_patrol.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_patrol.java @@ -370,8 +370,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce return SCRIPT_CONTINUE; } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disablePatrolSpawners"); - return disableSpawners == null || !(disableSpawners.equals("true") || disableSpawners.equals("1")); + return !spawning.PATROL_SPAWNERS_DISABLED; } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random.java index 2b0116498a..84578f4bb4 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random.java @@ -284,8 +284,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce return SCRIPT_CONTINUE; } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - return disableSpawners == null || !(disableSpawners.equals("true") || disableSpawners.equals("1")); + return !spawning.AREA_SPAWNERS_DISABLED; } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random_proxy.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random_proxy.java index 9e20dbce43..48f9e423bb 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random_proxy.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random_proxy.java @@ -357,8 +357,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce return SCRIPT_CONTINUE; } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - return disableSpawners == null || !(disableSpawners.equals("true") || disableSpawners.equals("1")); + return !spawning.AREA_SPAWNERS_DISABLED; } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/storyteller/events/anniversary_event_nyms.java b/sku.0/sys.server/compiled/game/script/systems/storyteller/events/anniversary_event_nyms.java index cf4ad8f04f..288a3ca892 100755 --- a/sku.0/sys.server/compiled/game/script/systems/storyteller/events/anniversary_event_nyms.java +++ b/sku.0/sys.server/compiled/game/script/systems/storyteller/events/anniversary_event_nyms.java @@ -5,28 +5,31 @@ public class anniversary_event_nyms extends script.base_script { + /** + * deprecated script + */ public anniversary_event_nyms() { } public int OnInitialize(obj_id self) throws InterruptedException { - if (!isObjectPersisted(self)) - { - messageTo(self, "handlePersistEventProp", null, 1, false); - } - String deleteEventProps = getConfigSetting("GameServer", "deleteEventProps"); - if (deleteEventProps != null && deleteEventProps.length() > 0) - { - if (deleteEventProps.equals("true") || deleteEventProps.equals("1")) - { - messageTo(self, "handleDeleteEventProps", null, 2, false); - } - } + //if (!isObjectPersisted(self)) + //{ + // messageTo(self, "handlePersistEventProp", null, 1, false); + //} + //String deleteEventProps = getConfigSetting("GameServer", "deleteEventProps"); + //if (deleteEventProps != null && deleteEventProps.length() > 0) + //{ + // if (deleteEventProps.equals("true") || deleteEventProps.equals("1")) + // { + // messageTo(self, "handleDeleteEventProps", null, 2, false); + // } + //} return SCRIPT_CONTINUE; } public int OnAttach(obj_id self) throws InterruptedException { - messageTo(self, "handlePersistEventProp", null, 1, false); + //messageTo(self, "handlePersistEventProp", null, 1, false); return SCRIPT_CONTINUE; } public int handlePersistEventProp(obj_id self, dictionary params) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/systems/turret/generic_turret_ai.java b/sku.0/sys.server/compiled/game/script/systems/turret/generic_turret_ai.java index b03b8fc507..1022dc123f 100755 --- a/sku.0/sys.server/compiled/game/script/systems/turret/generic_turret_ai.java +++ b/sku.0/sys.server/compiled/game/script/systems/turret/generic_turret_ai.java @@ -1,5 +1,6 @@ package script.systems.turret; +import script.ai.ai; import script.combat_engine.attacker_data; import script.combat_engine.defender_data; import script.combat_engine.hit_result; @@ -216,7 +217,7 @@ public int OnObjectDamaged(obj_id self, obj_id attacker, obj_id weapon, int dama } public int OnSawAttack(obj_id self, obj_id defender, obj_id[] attackers) throws InterruptedException { - if (getConfigSetting("GameServer", "disableAICombat") != null) + if (ai.AI_COMBAT_DISABLED) { setWantSawAttackTriggers(self, false); return SCRIPT_CONTINUE; diff --git a/sku.0/sys.server/compiled/game/script/systems/turret/turret_ai.java b/sku.0/sys.server/compiled/game/script/systems/turret/turret_ai.java index ce36930e2a..c31a516605 100755 --- a/sku.0/sys.server/compiled/game/script/systems/turret/turret_ai.java +++ b/sku.0/sys.server/compiled/game/script/systems/turret/turret_ai.java @@ -1,5 +1,6 @@ package script.systems.turret; +import script.ai.ai; import script.combat_engine.attacker_data; import script.combat_engine.defender_data; import script.combat_engine.hit_result; @@ -187,7 +188,7 @@ public int OnObjectDamaged(obj_id self, obj_id attacker, obj_id weapon, int dama } public int OnSawAttack(obj_id self, obj_id defender, obj_id[] attackers) throws InterruptedException { - if (getConfigSetting("GameServer", "disableAICombat") != null) + if (ai.AI_COMBAT_DISABLED) { setWantSawAttackTriggers(self, false); return SCRIPT_CONTINUE; diff --git a/sku.0/sys.server/compiled/game/script/systems/veteran_reward/instant_travel_terminal_deed.java b/sku.0/sys.server/compiled/game/script/systems/veteran_reward/instant_travel_terminal_deed.java index 2862ad6ee0..14dc669603 100755 --- a/sku.0/sys.server/compiled/game/script/systems/veteran_reward/instant_travel_terminal_deed.java +++ b/sku.0/sys.server/compiled/game/script/systems/veteran_reward/instant_travel_terminal_deed.java @@ -19,17 +19,9 @@ public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws } public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException { - // get the setting for minimum ITV level (if its not set, make it the max player level) - String minLevelSetting = getConfigSetting("GameServer", "itvMinUsageLevel"); - if(minLevelSetting == null) minLevelSetting = "0"; - int minimumLevel = Integer.parseInt(minLevelSetting); if (item == menu_info_types.ITEM_USE) { - if(getLevel(player) < minimumLevel){ - sendSystemMessage(player, "Instant Travel vehicles may not be used until you have reached level " + minLevelSetting + ". Please use this deed again when you reach level " + minLevelSetting + " or higher.", null); - return SCRIPT_CONTINUE; - } // Make sure the default_itv is always at the bottom of the table else you will get false hits int rows = dataTableGetNumRows(ITV_COMMAND_TABLE); for (int i=0;i 1) { @@ -120,7 +120,7 @@ public void correctChoice(obj_id self, obj_id player) throws InterruptedExceptio if (factions.isRebelorRebelHelper(player)) { sendSystemMessage(player, "You have recived an Rebel Token for your effort", null); - float multiplier = utils.stringToFloat(getConfigSetting("GameServer", "gcwTokenBonus")); + float multiplier = gcw.GCW_TOKEN_BONUS; int count = 1; if (multiplier > 1) { diff --git a/sku.0/sys.server/compiled/game/script/terminal/terminal_character_builder.java b/sku.0/sys.server/compiled/game/script/terminal/terminal_character_builder.java index ad17b66d32..c08c000edb 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/terminal_character_builder.java +++ b/sku.0/sys.server/compiled/game/script/terminal/terminal_character_builder.java @@ -2077,16 +2077,7 @@ public class terminal_character_builder extends script.base_script }; public boolean checkConfigSetting(String configString) throws InterruptedException { - String enabled = toLower(getConfigSetting("CharacterBuilder", configString)); - if (enabled == null) - { - return false; - } - if (enabled.equals("true") || enabled.equals("1")) - { - return true; - } - return false; + return utils.checkConfigFlag("CharacterBuilder", configString); } public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/terminal/terminal_kashyyyk_content.java b/sku.0/sys.server/compiled/game/script/terminal/terminal_kashyyyk_content.java index 96950336a5..2ec126d0a6 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/terminal_kashyyyk_content.java +++ b/sku.0/sys.server/compiled/game/script/terminal/terminal_kashyyyk_content.java @@ -665,16 +665,7 @@ public terminal_kashyyyk_content() }; public boolean checkConfigSetting(String configString) throws InterruptedException { - String enabled = toLower(getConfigSetting("CharacterBuilder", configString)); - if (enabled == null) - { - return false; - } - if (enabled.equals("true") || enabled.equals("1")) - { - return true; - } - return false; + return utils.checkConfigFlag("CharacterBuilder", configString); } public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/terminal/terminal_travel.java b/sku.0/sys.server/compiled/game/script/terminal/terminal_travel.java index 72981c474c..bcde337f78 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/terminal_travel.java +++ b/sku.0/sys.server/compiled/game/script/terminal/terminal_travel.java @@ -49,13 +49,9 @@ public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws Inter } } LOG("LOG_CHANNEL", "player ->" + player + " planet ->" + planet + " travel_point ->" + travel_point); - String config = getConfigSetting("GameServer", "disableTravelSystem"); - if (config != null) - { - if (config.equals("on")) - { - return SCRIPT_CONTINUE; - } + if(travel.TRAVEL_SYSTEM_DISABLED) { + sendSystemMessageTestingOnly(player, "The Travel System is currently unavailable. Please try again later."); + return SCRIPT_CONTINUE; } utils.setScriptVar(player, travel.SCRIPT_VAR_TERMINAL, self); enterClientTicketPurchaseMode(player, planet, travel_point, false); diff --git a/sku.0/sys.server/compiled/game/script/terminal/terminal_travel_instant.java b/sku.0/sys.server/compiled/game/script/terminal/terminal_travel_instant.java index 5ade363704..228acef437 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/terminal_travel_instant.java +++ b/sku.0/sys.server/compiled/game/script/terminal/terminal_travel_instant.java @@ -92,11 +92,9 @@ public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws Inter debugLogging("//***// OnObjectMenuSelect: ", "////>>>> city name at player's location is: " + travel_point); } LOG("LOG_CHANNEL", "player ->" + player + " planet ->" + planet + " travel_point ->" + travel_point); - String config = getConfigSetting("GameServer", "disableTravelSystem"); - if (config != null) { - if (config.equals("on")) { - return SCRIPT_CONTINUE; - } + if(travel.TRAVEL_SYSTEM_DISABLED) { + sendSystemMessageTestingOnly(player, "The Travel System is currently unavailable. Please try again later."); + return SCRIPT_CONTINUE; } utils.setScriptVar(player, travel.SCRIPT_VAR_TERMINAL, self); utils.setScriptVar(player, "instantTravel", true); diff --git a/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/kazic_pendre_area_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/kazic_pendre_area_spawner.java index 5ec14cd058..aab51c7c45 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/kazic_pendre_area_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/kazic_pendre_area_spawner.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.spawning; import script.location; import script.obj_id; @@ -61,15 +62,6 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !spawning.AREA_SPAWNERS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/u13_ponda_gungan_statue_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/u13_ponda_gungan_statue_spawner.java index 708e33372e..63ef033824 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/u13_ponda_gungan_statue_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/u13_ponda_gungan_statue_spawner.java @@ -1,6 +1,7 @@ package script.theme_park.corellia.content; import script.dictionary; +import script.library.spawning; import script.library.utils; import script.location; import script.obj_id; @@ -43,15 +44,6 @@ public int spawnGunganStatueEvent(obj_id self, dictionary params) throws Interru } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !spawning.AREA_SPAWNERS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_armorsmith_droid.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_armorsmith_droid.java index c27e4610a5..49993a32e4 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_armorsmith_droid.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_armorsmith_droid.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.instance; import script.library.utils; import script.location; import script.obj_id; @@ -31,9 +32,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnGiveItem(obj_id self, obj_id item, obj_id giver) throws InterruptedException { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Mandalorian Armor: Player %TU has put an item in the armorsmith droid"); - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { return SCRIPT_CONTINUE; } if (!hasSkill(giver, "class_munitions_phase4_master")) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_droidengineer_droid.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_droidengineer_droid.java index 1e8adc37b2..a145a41d0b 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_droidengineer_droid.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_droidengineer_droid.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.instance; import script.library.utils; import script.location; import script.obj_id; @@ -31,9 +32,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnGiveItem(obj_id self, obj_id item, obj_id giver) throws InterruptedException { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Mandalorian Armor: Player %TU has put an item in the droidengineer droid"); - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { return SCRIPT_CONTINUE; } if (!hasSkill(giver, "class_engineering_phase4_master")) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_jetpack_droid.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_jetpack_droid.java index f871a12afb..dfe7ba0076 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_jetpack_droid.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_jetpack_droid.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.instance; import script.library.utils; import script.location; import script.obj_id; @@ -32,9 +33,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnGiveItem(obj_id self, obj_id item, obj_id giver) throws InterruptedException { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Mandalorian Armor: Player %TU has put an item in the jetpack droid"); - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { return SCRIPT_CONTINUE; } if (!hasSkill(giver, "class_engineering_phase1_master")) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_tailor_droid.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_tailor_droid.java index abb0860351..cf989f9136 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_tailor_droid.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_tailor_droid.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.instance; import script.library.utils; import script.location; import script.obj_id; @@ -31,9 +32,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnGiveItem(obj_id self, obj_id item, obj_id giver) throws InterruptedException { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Mandalorian Armor: Player %TU has put an item in the tailor droid", giver); - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { return SCRIPT_CONTINUE; } if (!hasSkill(giver, "class_domestics_phase4_master")) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/leaving.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/leaving.java index 996b130486..0637816a3b 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/leaving.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/leaving.java @@ -1,6 +1,7 @@ package script.theme_park.dungeon.death_watch_bunker; import script.dictionary; +import script.library.instance; import script.obj_id; import script.string_id; @@ -19,9 +20,7 @@ public int OnAboutToReceiveItem(obj_id self, obj_id srcContainer, obj_id transfe } if (!hasObjVar(item, "gm")) { - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { string_id locked = new string_id(MSGS, "no_entry"); sendSystemMessage(item, locked); return SCRIPT_OVERRIDE; diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/loot_chest.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/loot_chest.java index 7f0b27dfb7..f064313624 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/loot_chest.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/loot_chest.java @@ -2,6 +2,7 @@ import script.*; import script.library.create; +import script.library.instance; import script.library.permissions; import script.library.utils; @@ -175,9 +176,7 @@ public int makeMoreLoot(obj_id self, dictionary params) throws InterruptedExcept } public obj_id spawnLoot(obj_id self) throws InterruptedException { - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { return obj_id.NULL_ID; } String newLoot = pickNewLoot(); diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/empire_day_interior_npc_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/empire_day_interior_npc_spawner.java index 39fde0e313..132eedceac 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/empire_day_interior_npc_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/empire_day_interior_npc_spawner.java @@ -1,10 +1,7 @@ package script.theme_park.dungeon; import script.dictionary; -import script.library.ai_lib; -import script.library.create; -import script.library.holiday; -import script.library.utils; +import script.library.*; import script.location; import script.obj_id; @@ -308,8 +305,7 @@ public void setCreatureObjVars(obj_id creature, String objVarList) throws Interr public boolean isEmpireDayRunning() throws InterruptedException { CustomerServiceLog("holidayEvent", "empire_day_interior_npc_spawner.isEmpireDayRunning: Initializing check for building."); - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - if(empiredayRunning == null || empiredayRunning.equals("0") || empiredayRunning.equals("false")){ + if(!events.isEventActive(events.EMPIRE_DAY)) { return false; } String empiredayString = getCurrentUniverseWideEvents(); @@ -317,16 +313,12 @@ public boolean isEmpireDayRunning() throws InterruptedException if (empireday < 0) { CustomerServiceLog("holidayEvent", "empire_day_interior_npc_spawner.isEmpireDayRunning: event is NOT runing or starting."); - if (empiredayRunning.equals("true") || empiredayRunning.equals("1")) + if (events.isEventActive(events.EMPIRE_DAY)) { obj_id self = getSelf(); CustomerServiceLog("holidayEvent", "empire_day_interior_npc_spawner.isEmpireDayRunning: There is a config that shows the event is running. Sending a message to later to see if we tried to spawn too soon."); messageTo(self, "beginEmpireDaySpawning", null, (holiday.EMPIRE_DAY_EVENT_START_DELAY + 300), false); } - else - { - CustomerServiceLog("holidayEvent", "empire_day_interior_npc_spawner.isEmpireDayRunning: There is a config that shows the event is NOT running."); - } return false; } CustomerServiceLog("holidayEvent", "empire_day_interior_npc_spawner.isEmpireDayRunning: event is runing or starting."); diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/ep3_clone_relics_generic_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/ep3_clone_relics_generic_spawner.java index 6ad720b8dd..142f309ada 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/ep3_clone_relics_generic_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/ep3_clone_relics_generic_spawner.java @@ -3,6 +3,7 @@ import script.dictionary; import script.library.ai_lib; import script.library.create; +import script.library.instance; import script.library.utils; import script.location; import script.obj_id; @@ -17,9 +18,7 @@ public int OnAttach(obj_id self) throws InterruptedException String name = getTemplateName(self); if (name.equals("object/building/general/bunker_allum_mine.iff")) { - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { return SCRIPT_CONTINUE; } } @@ -34,9 +33,7 @@ public int OnInitialize(obj_id self) throws InterruptedException String name = getTemplateName(self); if (name.equals("object/building/general/bunker_allum_mine.iff")) { - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { return SCRIPT_CONTINUE; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java index 9ada53efcb..e82894293d 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java @@ -18,9 +18,7 @@ public int OnAttach(obj_id self) throws InterruptedException { if (getTemplateName(self).equals("object/building/general/bunker_allum_mine.iff")) { - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { return SCRIPT_CONTINUE; } } @@ -38,9 +36,7 @@ public int OnInitialize(obj_id self) throws InterruptedException { if (getTemplateName(self).equals("object/building/general/bunker_allum_mine.iff")) { - String setting = getConfigSetting("Dungeon", "Death_Watch"); - if (setting == null || setting.equals("false") || setting.equals("0")) - { + if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { return SCRIPT_CONTINUE; } } @@ -388,8 +384,7 @@ public void setCreatureObjVars(obj_id creature, String objVarList) throws Interr } } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableGenericSpawner"); - return disableSpawners == null || !(disableSpawners.equals("true") || disableSpawners.equals("1")); + return !spawning.GENERIC_SPAWNERS_DISABLED; } public int getRandomPlanetCreatureLevel(obj_id spawner, String npcType, location here) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/geonosian_madbio_bunker/leaving.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/geonosian_madbio_bunker/leaving.java index 344d69c29b..da1dae5867 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/geonosian_madbio_bunker/leaving.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/geonosian_madbio_bunker/leaving.java @@ -1,6 +1,7 @@ package script.theme_park.dungeon.geonosian_madbio_bunker; import script.dictionary; +import script.library.instance; import script.obj_id; import script.string_id; @@ -19,8 +20,7 @@ public int OnAboutToReceiveItem(obj_id self, obj_id srcContainer, obj_id transfe } if (!hasObjVar(item, "gm")) { - String setting = getConfigSetting("Dungeon", "Geonosian"); - if (setting == null || setting.equals("false") || setting.equals("0")) + if (!instance.GEONOSIAN_BUNKER_ENABLED) { string_id locked = new string_id(MSGS, "no_entry"); sendSystemMessage(item, locked); diff --git a/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/bocctyyy_bet_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/bocctyyy_bet_spawner.java index d68554ea9d..d565834f5e 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/bocctyyy_bet_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/bocctyyy_bet_spawner.java @@ -150,15 +150,6 @@ public int doCleanupEvent(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !spawning.AREA_SPAWNERS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/hracca_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/hracca_spawner.java index ee0ad24727..04e75fe48a 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/hracca_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/hracca_spawner.java @@ -1,10 +1,7 @@ package script.theme_park.kashyyyk; import script.dictionary; -import script.library.ai_lib; -import script.library.create; -import script.library.space_dungeon; -import script.library.utils; +import script.library.*; import script.location; import script.obj_id; @@ -219,15 +216,6 @@ public int doCleanupEvent(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !spawning.AREA_SPAWNERS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_han_solo_banners.java b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_han_solo_banners.java index aa440f4a73..ded51f91e7 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_han_solo_banners.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_han_solo_banners.java @@ -1,6 +1,7 @@ package script.theme_park.rebel; import script.dictionary; +import script.library.spawning; import script.location; import script.obj_id; @@ -85,15 +86,6 @@ else if (hasObjVar(self, "imperialBannerSpawned")) } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !spawning.AREA_SPAWNERS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_leia_crime_scene.java b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_leia_crime_scene.java index 50fcf769dc..14d09360d6 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_leia_crime_scene.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_leia_crime_scene.java @@ -1,6 +1,7 @@ package script.theme_park.rebel; import script.dictionary; +import script.library.spawning; import script.location; import script.obj_id; @@ -83,15 +84,6 @@ else if (hasObjVar(self, "stormtrooperHelmetSpawned")) } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !spawning.AREA_SPAWNERS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_luke_plants.java b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_luke_plants.java index b7cb83910a..1fc92dfc75 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_luke_plants.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_luke_plants.java @@ -1,6 +1,7 @@ package script.theme_park.rebel; import script.dictionary; +import script.library.spawning; import script.location; import script.obj_id; @@ -81,15 +82,6 @@ else if (hasObjVar(self, "dyingPlantSpawned")) } public boolean canSpawnByConfigSetting() throws InterruptedException { - String disableSpawners = getConfigSetting("GameServer", "disableAreaSpawners"); - if (disableSpawners == null) - { - return true; - } - if (disableSpawners.equals("true") || disableSpawners.equals("1")) - { - return false; - } - return true; + return !spawning.AREA_SPAWNERS_DISABLED; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/script_spawner/spawner_methods/gcw_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/script_spawner/spawner_methods/gcw_spawner.java index 46d364e4c6..3ba3614bb3 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/script_spawner/spawner_methods/gcw_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/script_spawner/spawner_methods/gcw_spawner.java @@ -299,29 +299,25 @@ public dictionary getSpawnFactionData(obj_id self) throws InterruptedException hard = true; } } - String empiredayRunning = getConfigSetting("GameServer", "empireday_ceremony"); - if (empiredayRunning != null) + if (events.isEventActive(events.EMPIRE_DAY)) { - if (empiredayRunning.equals("true") || empiredayRunning.equals("1")) + location here = getLocation(self); + String city = locations.getCityName(here); + if (city == null) { - location here = getLocation(self); - String city = locations.getCityName(here); - if (city == null) + city = locations.getGuardSpawnerRegionName(here); + } + if (city != null && city.length() > 0) + { + if (city.equals("coronet")) { - city = locations.getGuardSpawnerRegionName(here); + faction = "rebel"; + hard = false; } - if (city != null && city.length() > 0) + else if (city.equals("theed")) { - if (city.equals("coronet")) - { - faction = "rebel"; - hard = false; - } - else if (city.equals("theed")) - { - faction = "imperial"; - hard = false; - } + faction = "imperial"; + hard = false; } } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/warren/cell_guard.java b/sku.0/sys.server/compiled/game/script/theme_park/warren/cell_guard.java index 9b522e0c46..d0f08243ec 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/warren/cell_guard.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/warren/cell_guard.java @@ -1,5 +1,6 @@ package script.theme_park.warren; +import script.ai.ai; import script.library.ai_lib; import script.library.chat; import script.obj_id; @@ -21,7 +22,7 @@ public int OnAttach(obj_id self) throws InterruptedException { setObjVar(self, "ai.diction", "military"); } - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, 15.0f, true); createTriggerVolume(AGGRO_VOLUME_NAME, 8.0f, true); @@ -37,7 +38,7 @@ public int OnAttach(obj_id self) throws InterruptedException } public int OnInitialize(obj_id self) throws InterruptedException { - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, 15.0f, true); createTriggerVolume(AGGRO_VOLUME_NAME, 8.0f, true); diff --git a/sku.0/sys.server/compiled/game/script/theme_park/warren/doctor_knag.java b/sku.0/sys.server/compiled/game/script/theme_park/warren/doctor_knag.java index 2e79e04d96..2e19e736fe 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/warren/doctor_knag.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/warren/doctor_knag.java @@ -1,5 +1,6 @@ package script.theme_park.warren; +import script.ai.ai; import script.library.ai_lib; import script.library.chat; import script.obj_id; @@ -16,7 +17,7 @@ public doctor_knag() public static final String ACTION_THREATEN = "threaten"; public int OnAttach(obj_id self) throws InterruptedException { - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, 15.0f, true); } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java b/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java index 705936bc18..46b891047e 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java @@ -1,5 +1,6 @@ package script.theme_park.warren; +import script.ai.ai; import script.library.ai_lib; import script.library.chat; import script.library.utils; @@ -22,7 +23,7 @@ public int OnAttach(obj_id self) throws InterruptedException { setObjVar(self, "ai.diction", "military"); } - if (getConfigSetting("GameServer", "disableAITriggerVolumes") == null) + if (!ai.AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, 15.0f, true); } @@ -80,7 +81,7 @@ public int OnTriggerVolumeEntered(obj_id self, String volumeName, obj_id breache } public int OnSawAttack(obj_id self, obj_id defender, obj_id[] attackers) throws InterruptedException { - if (getConfigSetting("GameServer", "disableAICombat") != null) + if (ai.AI_COMBAT_DISABLED) { setWantSawAttackTriggers(self, false); return SCRIPT_OVERRIDE; From dc9e2432ace5b985f2808b2152c72af55f91f1be Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Tue, 30 Mar 2021 03:02:28 -0400 Subject: [PATCH 002/107] 3.1 Config Updates Continued --- .../compiled/game/script/ai/ai.java | 5 +-- .../compiled/game/script/ai/hunter.java | 5 ++- .../compiled/game/script/ai/monster.java | 5 ++- .../compiled/game/script/ai/soldier.java | 17 ++------ .../compiled/game/script/ai/townperson.java | 21 +++------- .../game/script/ai/tusken_raider.java | 4 +- .../game/script/city/guard_spawner.java | 2 +- .../imperial_crackdown/crackdown_cantina.java | 6 ++- .../content_tools/interior_buildout.java | 3 +- .../game/script/conversation/boba_fett.java | 2 +- .../corvette_bronell_neutral_assassin.java | 2 +- .../corvette_bruce_neutral_destroy.java | 2 +- .../corvette_colonel_imperial1.java | 2 +- .../conversation/corvette_crowley_rebel1.java | 2 +- .../conversation/corvette_imperial_pilot.java | 15 ++----- .../conversation/corvette_neutral_pilot.java | 15 ++----- .../conversation/corvette_pashna_rebel1.java | 30 ++----------- .../conversation/corvette_rebel_pilot.java | 15 ++----- .../corvette_sabol_imperial1.java | 7 +--- .../conversation/corvette_tallon_rebel1.java | 7 +--- .../corvette_velso_imperial_destroy.java | 2 +- .../corvette_yondalla_neutral_rescue.java | 2 +- .../death_watch_imperial_herald.java | 2 +- .../death_watch_rebel_herald.java | 7 +--- .../game/script/event/holiday_controller.java | 8 ++-- .../game/script/fishing/master_object.java | 42 ++++++++++++++++++- .../compiled/game/script/gm/cmd.java | 10 +++-- .../script/item/levelup_orb/levelup_orb.java | 7 ++-- .../game/script/library/battlefield.java | 1 - .../compiled/game/script/library/city.java | 3 +- .../compiled/game/script/library/create.java | 3 +- .../compiled/game/script/library/events.java | 28 ++++++++++++- .../compiled/game/script/library/gcw.java | 10 ++--- .../game/script/library/groundquests.java | 6 ++- .../compiled/game/script/library/healing.java | 2 +- .../game/script/library/instance.java | 6 --- .../compiled/game/script/library/loot.java | 20 ++++----- .../game/script/library/missions.java | 2 +- .../compiled/game/script/library/npe.java | 4 +- .../game/script/library/pgc_quests.java | 8 ++-- .../game/script/library/player_structure.java | 8 ++-- .../game/script/library/scheduled_drop.java | 2 +- .../game/script/library/space_combat.java | 5 ++- .../game/script/library/space_flags.java | 1 - .../game/script/library/space_transition.java | 4 +- .../game/script/library/spawning.java | 26 +++++++++--- .../compiled/game/script/library/travel.java | 5 ++- .../game/script/library/vendor_lib.java | 2 +- .../script/library/veteran_deprecated.java | 6 +-- .../script/npc/celebrity/herald_spawner.java | 3 +- .../game/script/player/base/base_player.java | 16 ++++--- .../game/script/player/live_conversions.java | 12 +++--- .../game/script/player/player_instance.java | 4 +- .../game/script/player/player_saga_quest.java | 4 +- .../spawner_pirate_leader.java | 2 +- .../pgc/fan_faire_demo/spawner_fan_faire.java | 2 +- .../space/crafting/interior_component.java | 4 +- .../game/script/space/ship/ship_interior.java | 4 +- .../battlefield/battlefield_region.java | 4 +- .../game/script/systems/gcw/player_pvp.java | 4 +- .../script/systems/gcw/pvp_battlefield.java | 5 ++- .../systems/gcw/space/battle_controller.java | 30 ++++++------- .../systems/gcw/space/battle_spawner.java | 32 +++++++------- .../systems/gcw/static_base/base_spawner.java | 2 +- .../script/systems/spawning/spawn_base.java | 3 +- .../script/systems/spawning/spawn_master.java | 6 ++- .../script/systems/spawning/spawner_area.java | 2 +- .../systems/spawning/spawner_patrol.java | 2 +- .../systems/spawning/spawner_random.java | 2 +- .../spawning/spawner_random_proxy.java | 2 +- .../systems/turret/generic_turret_ai.java | 4 +- .../game/script/systems/turret/turret_ai.java | 4 +- .../script/terminal/gcw_supply_terminal.java | 6 ++- .../game/script/terminal/terminal_travel.java | 2 +- .../terminal/terminal_travel_instant.java | 2 +- .../content/kazic_pendre_area_spawner.java | 2 +- .../u13_ponda_gungan_statue_spawner.java | 2 +- .../craft_armorsmith_droid.java | 7 +--- .../craft_droidengineer_droid.java | 7 +--- .../craft_jetpack_droid.java | 7 +--- .../craft_tailor_droid.java | 7 +--- .../dungeon/death_watch_bunker/leaving.java | 3 +- .../death_watch_bunker/loot_chest.java | 7 +--- .../ep3_clone_relics_generic_spawner.java | 9 ++-- .../theme_park/dungeon/generic_spawner.java | 6 +-- .../geonosian_madbio_bunker/leaving.java | 3 +- .../kashyyyk/bocctyyy_bet_spawner.java | 2 +- .../theme_park/kashyyyk/hracca_spawner.java | 2 +- .../rebel/rtp_han_solo_banners.java | 2 +- .../rebel/rtp_leia_crime_scene.java | 2 +- .../theme_park/rebel/rtp_luke_plants.java | 2 +- .../script/theme_park/warren/cell_guard.java | 6 ++- .../script/theme_park/warren/doctor_knag.java | 4 +- .../script/theme_park/warren/trooper.java | 7 +++- 94 files changed, 338 insertions(+), 311 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/ai/ai.java b/sku.0/sys.server/compiled/game/script/ai/ai.java index 9e1cf94781..fd80771384 100755 --- a/sku.0/sys.server/compiled/game/script/ai/ai.java +++ b/sku.0/sys.server/compiled/game/script/ai/ai.java @@ -30,10 +30,7 @@ public ai() public static final string_id SID_GAVE_RECRUIT_ITEM = new string_id("collection", "gave_recruit_item"); public static final string_id SID_NPC_MEATLUMP_SPEAK = new string_id("collection", "npc_meatlump_speak"); public static final string_id SID_NO_RECRUIT_REB_IMP = new string_id("collection", "no_recruit_reb_imp"); - public static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); - public static final boolean AI_COMBAT_DISABLED = utils.checkConfigFlag("GameServer", "disableAICombat"); - public static final boolean AI_LOITER_DISABLED = utils.checkConfigFlag("GameServer", "disableAILoitering"); - public static final boolean AI_SCRIPTS_DISABLED = utils.checkConfigFlag("GameServer", "disableAI"); + private static final boolean AI_LOITER_DISABLED = utils.checkConfigFlag("GameServer", "disableAILoitering"); public void initializeScript() throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/ai/hunter.java b/sku.0/sys.server/compiled/game/script/ai/hunter.java index 0fc1206a7e..bdebd4a654 100755 --- a/sku.0/sys.server/compiled/game/script/ai/hunter.java +++ b/sku.0/sys.server/compiled/game/script/ai/hunter.java @@ -2,6 +2,7 @@ import script.library.ai_lib; import script.library.attrib; +import script.library.utils; import script.obj_id; public class hunter extends script.base_script @@ -10,11 +11,13 @@ public hunter() { } public static final String ALERT_VOLUME_NAME = "alertTriggerVolume"; + private static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); + public int OnAttach(obj_id self) throws InterruptedException { setAttributeInterested(self, attrib.HERBIVORE); setAttributeInterested(self, attrib.CARNIVORE); - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, ai_lib.aiGetApproachTriggerRange(self), true); } diff --git a/sku.0/sys.server/compiled/game/script/ai/monster.java b/sku.0/sys.server/compiled/game/script/ai/monster.java index 1aa4970695..81aa4c5b29 100755 --- a/sku.0/sys.server/compiled/game/script/ai/monster.java +++ b/sku.0/sys.server/compiled/game/script/ai/monster.java @@ -2,6 +2,7 @@ import script.library.ai_lib; import script.library.attrib; +import script.library.utils; import script.obj_id; public class monster extends script.base_script @@ -10,10 +11,12 @@ public monster() { } public static final String ALERT_VOLUME_NAME = "alertTriggerVolume"; + private static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); + public int OnAttach(obj_id self) throws InterruptedException { setAttributeInterested(self, attrib.NPC); - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, ai_lib.aiGetApproachTriggerRange(self), true); } diff --git a/sku.0/sys.server/compiled/game/script/ai/soldier.java b/sku.0/sys.server/compiled/game/script/ai/soldier.java index 84247a46d1..3f616fdea5 100755 --- a/sku.0/sys.server/compiled/game/script/ai/soldier.java +++ b/sku.0/sys.server/compiled/game/script/ai/soldier.java @@ -3,6 +3,7 @@ import script.library.ai_lib; import script.library.attrib; import script.library.factions; +import script.library.utils; import script.obj_id; public class soldier extends script.base_script @@ -12,6 +13,8 @@ public soldier() } public static final String ACTION_ALERT = "alert"; public static final String ACTION_THREATEN = "threaten"; + private static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); + public int OnAttach(obj_id self) throws InterruptedException { if (!hasObjVar(self, "ai.diction")) @@ -22,7 +25,7 @@ public int OnAttach(obj_id self) throws InterruptedException setAttributeInterested(self, attrib.THUG); setAttributeInterested(self, attrib.HERBIVORE); setAttributeInterested(self, attrib.CARNIVORE); - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ai_lib.ALERT_VOLUME_NAME, ai_lib.aiGetApproachTriggerRange(self), true); } @@ -124,7 +127,6 @@ public int OnBehaviorChange(obj_id self, int newBehavior, int oldBehavior, int[] { if (newBehavior >= BEHAVIOR_THREATEN && newBehavior < BEHAVIOR_ATTACK) { - doAgitateBehavior(self, newBehavior); return SCRIPT_OVERRIDE; } return SCRIPT_CONTINUE; @@ -136,15 +138,4 @@ else if (newBehavior == BEHAVIOR_CALM) } return SCRIPT_CONTINUE; } - public void doAgitateBehavior(obj_id npc, int behavior) throws InterruptedException - { - if (isInvulnerable(npc)) - { - return; - } - if (ai.AI_COMBAT_DISABLED) - { - return; - } - } } diff --git a/sku.0/sys.server/compiled/game/script/ai/townperson.java b/sku.0/sys.server/compiled/game/script/ai/townperson.java index b7621ba22c..3d577dbea2 100755 --- a/sku.0/sys.server/compiled/game/script/ai/townperson.java +++ b/sku.0/sys.server/compiled/game/script/ai/townperson.java @@ -17,9 +17,12 @@ public townperson() public static final String ACTION_THREATEN = "threaten"; public static final int CONVO_LENGTH = 300; public static final String CREATURE_TABLE = "datatables/mob/creatures.iff"; + private static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); + private static final boolean AI_COMBAT_DISABLED = utils.checkConfigFlag("GameServer", "disableAICombat"); + public int OnAttach(obj_id self) throws InterruptedException { - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(SOCIAL_VOLUME, SOCIAL_RANGE, false); } @@ -53,7 +56,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnAddedToWorld(obj_id self) throws InterruptedException { utils.removeScriptVar(self, "ai.speaking"); - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(SOCIAL_VOLUME, SOCIAL_RANGE, false); } @@ -237,12 +240,8 @@ public int OnBehaviorChange(obj_id self, int newBehavior, int oldBehavior, int[] } if (newBehavior >= BEHAVIOR_ALERT && newBehavior < BEHAVIOR_ATTACK) { - doAgitateBehavior(self, newBehavior); return SCRIPT_OVERRIDE; } - else - { - } return SCRIPT_CONTINUE; } else if (newBehavior == BEHAVIOR_CALM) @@ -260,14 +259,6 @@ else if (newBehavior == BEHAVIOR_CALM) } return SCRIPT_CONTINUE; } - public void doAgitateBehavior(obj_id npc, int behavior) throws InterruptedException - { - if (isInvulnerable(npc)) - { - return; - } - return; - } public int OnTargeted(obj_id self, obj_id attacker) throws InterruptedException { if (isInvulnerable(self)) @@ -321,7 +312,7 @@ public int resumeDefaultCalmBehavior(obj_id self, dictionary params) throws Inte } public int OnSawAttack(obj_id self, obj_id defender, obj_id[] attackers) throws InterruptedException { - if (ai.AI_COMBAT_DISABLED) + if (AI_COMBAT_DISABLED) { setWantSawAttackTriggers(self, false); return SCRIPT_OVERRIDE; diff --git a/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java b/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java index 1e317d7b11..3ef9e71a4b 100755 --- a/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java +++ b/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java @@ -17,6 +17,8 @@ public tusken_raider() public static final String ACTION_ALERT = "alert"; public static final String ACTION_THREATEN = "threaten"; public static final String CREATURE_TABLE = "datatables/mob/creatures.iff"; + private static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); + public void initializeScript() throws InterruptedException { obj_id self = getSelf(); @@ -49,7 +51,7 @@ public int OnAiTetherStart(obj_id self) throws InterruptedException public int OnAiTetherComplete(obj_id self) throws InterruptedException { LOGC(aiLoggingEnabled(self), "debug_ai", "tusken_raider::OnAiTetherComplete() self(" + self + ":" + getName(self) + ")"); - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(SOCIAL_VOLUME, SOCIAL_RANGE, false); } diff --git a/sku.0/sys.server/compiled/game/script/city/guard_spawner.java b/sku.0/sys.server/compiled/game/script/city/guard_spawner.java index 8bb444f838..375841f0bd 100755 --- a/sku.0/sys.server/compiled/game/script/city/guard_spawner.java +++ b/sku.0/sys.server/compiled/game/script/city/guard_spawner.java @@ -13,7 +13,7 @@ public guard_spawner() { } public static final String guardTable = "datatables/npc/guard_spawner/guard.iff"; - public static final boolean EMPIRE_DAY_RUNNING = utils.checkConfigFlag("GameServer", "empireday_ceremony"); + private static final boolean EMPIRE_DAY_RUNNING = events.isEventActive(events.EMPIRE_DAY); public int OnAttach(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/city/imperial_crackdown/crackdown_cantina.java b/sku.0/sys.server/compiled/game/script/city/imperial_crackdown/crackdown_cantina.java index 9a7004d281..b298c10eba 100755 --- a/sku.0/sys.server/compiled/game/script/city/imperial_crackdown/crackdown_cantina.java +++ b/sku.0/sys.server/compiled/game/script/city/imperial_crackdown/crackdown_cantina.java @@ -12,6 +12,8 @@ public crackdown_cantina() { } public static String CONVO = "npc_reaction/imperial_crackdown_cantina"; + private static final int CHANCE_OF_TROUBLE = utils.getIntConfigSetting("EventTeam", "crackdownTroubleChance", 20); + public int OnAttach(obj_id self) throws InterruptedException { obj_id foyer = getCellId(self, "foyer1"); @@ -53,8 +55,8 @@ public int doTroubleCheck(obj_id self, dictionary params) throws InterruptedExce } else { - int chanceOfTrouble = utils.getIntConfigSetting("EventTeam", "crackdownTroubleChance", 20); - if (rand(1, 100) < chanceOfTrouble) + + if (rand(1, 100) < CHANCE_OF_TROUBLE) { messageTo(self, "createTrouble", null, 15, false); } diff --git a/sku.0/sys.server/compiled/game/script/content_tools/interior_buildout.java b/sku.0/sys.server/compiled/game/script/content_tools/interior_buildout.java index e94f2ae596..4ae2b4b2c4 100755 --- a/sku.0/sys.server/compiled/game/script/content_tools/interior_buildout.java +++ b/sku.0/sys.server/compiled/game/script/content_tools/interior_buildout.java @@ -14,6 +14,7 @@ public class interior_buildout extends script.base_script public interior_buildout() { } + private static final boolean LIVE_SPACE_SERVER_MODE_OFF = utils.checkConfigFlag("ScriptFlags", "liveSpaceServerModeOff"); public int OnInitialize(obj_id self) throws InterruptedException { @@ -82,7 +83,7 @@ public int OnPreloadComplete(obj_id self) throws InterruptedException utils.setScriptVar(self, strLocationList[intI] + "Cells", objCells); } } - if (space_flags.LIVE_SPACE_SERVER_MODE_OFF) + if (LIVE_SPACE_SERVER_MODE_OFF) { obj_id objTest = createObject(strTemplates[intI], tr, objCell); if (!strObjVars[intI].equals("")) diff --git a/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java b/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java index 8b1ad44950..e87ebbabf3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java @@ -23,7 +23,7 @@ public boolean boba_fett_condition_AcknowledgeCheck(obj_id player, obj_id npc) t } public boolean boba_fett_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.DEATH_WATCH_DUNGEON_ENABLED; + return !events.isEventActive(events.DEATH_WATCH); } public boolean boba_fett_condition_hasCompletedQuestOne(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_bronell_neutral_assassin.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_bronell_neutral_assassin.java index 42c601b1ee..6654889722 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_bronell_neutral_assassin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_bronell_neutral_assassin.java @@ -75,7 +75,7 @@ public boolean corvette_bronell_neutral_assassin_condition_isOnQuest(obj_id play } public boolean corvette_bronell_neutral_assassin_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.CORVETTE_NEUTRAL_DUNGEON_ENABLED; + return !events.isEventActive(events.CORVETTE_NEUTRAL); } public boolean corvette_bronell_neutral_assassin_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_bruce_neutral_destroy.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_bruce_neutral_destroy.java index 53199fdc40..2d9d4f5d57 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_bruce_neutral_destroy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_bruce_neutral_destroy.java @@ -75,7 +75,7 @@ public boolean corvette_bruce_neutral_destroy_condition_isOnQuest(obj_id player, } public boolean corvette_bruce_neutral_destroy_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.CORVETTE_NEUTRAL_DUNGEON_ENABLED; + return !events.isEventActive(events.CORVETTE_NEUTRAL); } public boolean corvette_bruce_neutral_destroy_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java index 205a4f1f6b..9be6fbb3e3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java @@ -80,7 +80,7 @@ public boolean corvette_colonel_imperial1_condition_isOnQuest(obj_id player, obj } public boolean corvette_colonel_imperial1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.CORVETTE_IMPERIAL_DUNGEON_ENABLED; + return !events.isEventActive(events.CORVETTE_IMPERIAL); } public boolean corvette_colonel_imperial1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java index 87632616e0..01fb000a6c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java @@ -80,7 +80,7 @@ public boolean corvette_crowley_rebel1_condition_isOnQuest(obj_id player, obj_id } public boolean corvette_crowley_rebel1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.CORVETTE_REBEL_DUNGEON_ENABLED; + return !events.isEventActive(events.CORVETTE_REBEL); } public boolean corvette_crowley_rebel1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java index e4d0533138..6a26c2f7ba 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java @@ -15,16 +15,12 @@ public boolean corvette_imperial_pilot_condition__defaultCondition(obj_id player } public boolean corvette_imperial_pilot_condition_hasImperialTicket(obj_id player, obj_id npc) throws InterruptedException { - if (!instance.CORVETTE_IMPERIAL_DUNGEON_ENABLED) + if (!events.isEventActive(events.CORVETTE_IMPERIAL)) { return false; } obj_id[] tickets = space_dungeon.findValidDungeonTickets(player, npc); - if (tickets != null && tickets.length > 0) - { - return true; - } - return false; + return tickets != null && tickets.length > 0; } public boolean corvette_imperial_pilot_condition_tooManyInGroup(obj_id player, obj_id npc) throws InterruptedException { @@ -34,10 +30,7 @@ public boolean corvette_imperial_pilot_condition_tooManyInGroup(obj_id player, o if (isIdValid(groupObj)) { int numGroupMembers = getGroupSize(groupObj); - if (numGroupMembers > 10) - { - return true; - } + return numGroupMembers > 10; } } return false; @@ -74,12 +67,10 @@ public boolean corvette_imperial_pilot_condition_itp_kaja_01_active(obj_id playe public void corvette_imperial_pilot_action_sendToDungeon(obj_id player, obj_id npc) throws InterruptedException { space_dungeon.selectDungeonTicket(npc, player); - return; } public void corvette_imperial_pilot_action_facePlayer(obj_id player, obj_id npc) throws InterruptedException { faceTo(npc, player); - return; } public void corvette_imperial_pilot_action_itp_kaja_signal(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_neutral_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_neutral_pilot.java index 064a9821f6..2748c6996a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_neutral_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_neutral_pilot.java @@ -15,16 +15,12 @@ public boolean corvette_neutral_pilot_condition__defaultCondition(obj_id player, } public boolean corvette_neutral_pilot_condition_hasNeutralTicket(obj_id player, obj_id npc) throws InterruptedException { - if (!instance.CORVETTE_NEUTRAL_DUNGEON_ENABLED) + if (!events.isEventActive(events.CORVETTE_NEUTRAL)) { return false; } obj_id[] tickets = space_dungeon.findValidDungeonTickets(player, npc); - if (tickets != null && tickets.length > 0) - { - return true; - } - return false; + return tickets != null && tickets.length > 0; } public boolean corvette_neutral_pilot_condition_tooManyInGroup(obj_id player, obj_id npc) throws InterruptedException { @@ -34,10 +30,7 @@ public boolean corvette_neutral_pilot_condition_tooManyInGroup(obj_id player, ob if (isIdValid(groupObj)) { int numGroupMembers = getGroupSize(groupObj); - if (numGroupMembers > 10) - { - return true; - } + return numGroupMembers > 10; } } return false; @@ -48,12 +41,10 @@ public void corvette_neutral_pilot_action__defaultAction(obj_id player, obj_id n public void corvette_neutral_pilot_action_sendToDungeon(obj_id player, obj_id npc) throws InterruptedException { space_dungeon.selectDungeonTicket(npc, player); - return; } public void corvette_neutral_pilot_action_facePlayer(obj_id player, obj_id npc) throws InterruptedException { faceTo(npc, player); - return; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java index c71d7d799e..6336839af9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java @@ -48,11 +48,7 @@ public boolean corvette_pashna_rebel1_condition_hasObject03(obj_id player, obj_i public boolean corvette_pashna_rebel1_condition_notRebel(obj_id player, obj_id npc) throws InterruptedException { String playerFaction = factions.getFaction(player); - if (playerFaction == null || !playerFaction.equals("Rebel")) - { - return true; - } - return false; + return playerFaction == null || !playerFaction.equals("Rebel"); } public boolean corvette_pashna_rebel1_condition_hasTravelTicket(obj_id player, obj_id npc) throws InterruptedException { @@ -80,16 +76,13 @@ public boolean corvette_pashna_rebel1_condition_isOnQuest(obj_id player, obj_id } public boolean corvette_pashna_rebel1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.CORVETTE_REBEL_DUNGEON_ENABLED; + return !events.isEventActive(events.CORVETTE_REBEL); } public boolean corvette_pashna_rebel1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { if (hasObjVar(player, "corl_corvette")) { - if (!hasObjVar(player, "corl_corvette.rebel_assassin")) - { - return true; - } + return !hasObjVar(player, "corl_corvette.rebel_assassin"); } return false; } @@ -103,27 +96,21 @@ public boolean corvette_pashna_rebel1_condition_hasInventorySpace(obj_id player, if (isIdValid(playerInv)) { int free_space = getVolumeFree(playerInv); - if (free_space > 0) - { - return true; - } + return free_space > 0; } return false; } public void corvette_pashna_rebel1_action_heardLocation1(obj_id player, obj_id npc) throws InterruptedException { utils.setScriptVar(player, "corl_corvette.heardLocation1", 1); - return; } public void corvette_pashna_rebel1_action_heardLocation2(obj_id player, obj_id npc) throws InterruptedException { utils.setScriptVar(player, "corl_corvette.heardLocation2", 1); - return; } public void corvette_pashna_rebel1_action_heardLocation3(obj_id player, obj_id npc) throws InterruptedException { utils.setScriptVar(player, "corl_corvette.heardLocation3", 1); - return; } public void corvette_pashna_rebel1_action_acceptsQuest(obj_id player, obj_id npc) throws InterruptedException { @@ -133,7 +120,6 @@ public void corvette_pashna_rebel1_action_acceptsQuest(obj_id player, obj_id npc } String custLogMsg = "*Corvette Ground Quest: Player %TU has started the rebel assassin quest."; CustomerServiceLog("DUNGEON_CorellianCorvette", custLogMsg, player); - return; } public void corvette_pashna_rebel1_action_clearLocations(obj_id player, obj_id npc) throws InterruptedException { @@ -149,7 +135,6 @@ public void corvette_pashna_rebel1_action_clearLocations(obj_id player, obj_id n { utils.removeScriptVar(player, "corl_corvette.heardLocation3"); } - return; } public void corvette_pashna_rebel1_action_giveTicket(obj_id player, obj_id npc) throws InterruptedException { @@ -166,7 +151,6 @@ public void corvette_pashna_rebel1_action_giveTicket(obj_id player, obj_id npc) String custLogMsg = "*Corvette Ground Quest: Player %TU finished the rebel assassin quest and received a rebel corvette ticket."; CustomerServiceLog("DUNGEON_CorellianCorvette", custLogMsg, player); } - return; } public void corvette_pashna_rebel1_action_takeObject2(obj_id player, obj_id npc) throws InterruptedException { @@ -184,7 +168,6 @@ public void corvette_pashna_rebel1_action_takeObject2(obj_id player, obj_id npc) } } } - return; } public void corvette_pashna_rebel1_action_takeObject3(obj_id player, obj_id npc) throws InterruptedException { @@ -202,7 +185,6 @@ public void corvette_pashna_rebel1_action_takeObject3(obj_id player, obj_id npc) } } } - return; } public void corvette_pashna_rebel1_action_removeTicket(obj_id player, obj_id npc) throws InterruptedException { @@ -221,7 +203,6 @@ public void corvette_pashna_rebel1_action_removeTicket(obj_id player, obj_id npc } } } - return; } public void corvette_pashna_rebel1_action_quitCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { @@ -265,12 +246,10 @@ public void corvette_pashna_rebel1_action_quitCorvetteQuest(obj_id player, obj_i } } } - return; } public void corvette_pashna_rebel1_action_facePlayer(obj_id player, obj_id npc) throws InterruptedException { faceTo(npc, player); - return; } public void corvette_pashna_rebel1_action_giveCorvetteReward(obj_id player, obj_id npc) throws InterruptedException { @@ -281,7 +260,6 @@ public void corvette_pashna_rebel1_action_giveCorvetteReward(obj_id player, obj_ removeObjVar(player, "corvette.rebel_assassin.finished"); CustomerServiceLog("DUNGEON_CorellianCorvette", "*Corvette Reward: Player %TU has been given an AV-21 schematic.", player); } - return; } public int corvette_pashna_rebel1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_rebel_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_rebel_pilot.java index a29a86ae12..9e54324d24 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_rebel_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_rebel_pilot.java @@ -15,16 +15,12 @@ public boolean corvette_rebel_pilot_condition__defaultCondition(obj_id player, o } public boolean corvette_rebel_pilot_condition_hasRebelTicket(obj_id player, obj_id npc) throws InterruptedException { - if (!instance.CORVETTE_REBEL_DUNGEON_ENABLED) + if (!events.isEventActive(events.CORVETTE_REBEL)) { return false; } obj_id[] tickets = space_dungeon.findValidDungeonTickets(player, npc); - if (tickets != null && tickets.length > 0) - { - return true; - } - return false; + return tickets != null && tickets.length > 0; } public boolean corvette_rebel_pilot_condition_tooManyInGroup(obj_id player, obj_id npc) throws InterruptedException { @@ -34,10 +30,7 @@ public boolean corvette_rebel_pilot_condition_tooManyInGroup(obj_id player, obj_ if (isIdValid(groupObj)) { int numGroupMembers = getGroupSize(groupObj); - if (numGroupMembers > 10) - { - return true; - } + return numGroupMembers > 10; } } return false; @@ -73,12 +66,10 @@ public void corvette_rebel_pilot_action__defaultAction(obj_id player, obj_id npc public void corvette_rebel_pilot_action_sendToDungeon(obj_id player, obj_id npc) throws InterruptedException { space_dungeon.selectDungeonTicket(npc, player); - return; } public void corvette_rebel_pilot_action_facePlayer(obj_id player, obj_id npc) throws InterruptedException { faceTo(npc, player); - return; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java index 8e9c929cef..afa74772fd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java @@ -80,16 +80,13 @@ public boolean corvette_sabol_imperial1_condition_isOnQuest(obj_id player, obj_i } public boolean corvette_sabol_imperial1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.CORVETTE_IMPERIAL_DUNGEON_ENABLED; + return !events.isEventActive(events.CORVETTE_IMPERIAL); } public boolean corvette_sabol_imperial1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { if (hasObjVar(player, "corl_corvette")) { - if (!hasObjVar(player, "corl_corvette.imperial_assassin")) - { - return true; - } + return !hasObjVar(player, "corl_corvette.imperial_assassin"); } return false; } diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_tallon_rebel1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_tallon_rebel1.java index 61a3ffe088..6f658f3d4f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_tallon_rebel1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_tallon_rebel1.java @@ -80,16 +80,13 @@ public boolean corvette_tallon_rebel1_condition_isOnQuest(obj_id player, obj_id } public boolean corvette_tallon_rebel1_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.CORVETTE_REBEL_DUNGEON_ENABLED; + return !events.isEventActive(events.CORVETTE_REBEL); } public boolean corvette_tallon_rebel1_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { if (hasObjVar(player, "corl_corvette")) { - if (!hasObjVar(player, "corl_corvette.rebel_rescue")) - { - return true; - } + return !hasObjVar(player, "corl_corvette.rebel_rescue"); } return false; } diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java index 9972134f86..cec426850e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java @@ -84,7 +84,7 @@ public boolean corvette_velso_imperial_destroy_condition_notImperial(obj_id play } public boolean corvette_velso_imperial_destroy_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.CORVETTE_IMPERIAL_DUNGEON_ENABLED; + return !events.isEventActive(events.CORVETTE_IMPERIAL); } public boolean corvette_velso_imperial_destroy_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java index abfef20a72..684fa8f658 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java @@ -75,7 +75,7 @@ public boolean corvette_yondalla_neutral_rescue_condition_isOnQuest(obj_id playe } public boolean corvette_yondalla_neutral_rescue_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.CORVETTE_NEUTRAL_DUNGEON_ENABLED; + return !events.isEventActive(events.CORVETTE_NEUTRAL); } public boolean corvette_yondalla_neutral_rescue_condition_onDifferentCorvetteQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/death_watch_imperial_herald.java b/sku.0/sys.server/compiled/game/script/conversation/death_watch_imperial_herald.java index f688cd3938..30e8ae0bb7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/death_watch_imperial_herald.java +++ b/sku.0/sys.server/compiled/game/script/conversation/death_watch_imperial_herald.java @@ -40,7 +40,7 @@ public boolean death_watch_imperial_herald_condition_RewardCheck(obj_id player, } public boolean death_watch_imperial_herald_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.DEATH_WATCH_DUNGEON_ENABLED; + return !events.isEventActive(events.DEATH_WATCH); } public boolean death_watch_imperial_herald_condition_QuestComplete(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/death_watch_rebel_herald.java b/sku.0/sys.server/compiled/game/script/conversation/death_watch_rebel_herald.java index a2914bc826..d120716352 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/death_watch_rebel_herald.java +++ b/sku.0/sys.server/compiled/game/script/conversation/death_watch_rebel_herald.java @@ -1,10 +1,7 @@ package script.conversation; -import script.library.ai_lib; -import script.library.chat; -import script.library.factions; +import script.library.*; import script.*; -import script.library.instance; public class death_watch_rebel_herald extends script.base_script { @@ -72,7 +69,7 @@ public boolean death_watch_rebel_herald_condition_Questcomplete(obj_id player, o } public boolean death_watch_rebel_herald_condition_dungeonInactive(obj_id player, obj_id npc) throws InterruptedException { - return !instance.DEATH_WATCH_DUNGEON_ENABLED; + return !events.isEventActive(events.DEATH_WATCH); } public void death_watch_rebel_herald_action_RescueandReward(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/event/holiday_controller.java b/sku.0/sys.server/compiled/game/script/event/holiday_controller.java index 95d834428c..6be0470ced 100755 --- a/sku.0/sys.server/compiled/game/script/event/holiday_controller.java +++ b/sku.0/sys.server/compiled/game/script/event/holiday_controller.java @@ -12,10 +12,10 @@ public holiday_controller() { } - public static final boolean GALACTIC_MOON_FESTIVAL_ENABLED = events.isEventActive(events.GALACTIC_MOON_FESTIVAL); - public static final boolean LIFEDAY_ENABLED = events.isEventActive(events.LIFEDAY); - public static final boolean EWOK_FESTIVAL_OF_LOVE_ENABLED = events.isEventActive(events.EWOK_FESTIVAL_OF_LOVE); - public static final boolean EMPIRE_DAY_ENABLED = events.isEventActive(events.EMPIRE_DAY); + private static final boolean GALACTIC_MOON_FESTIVAL_ENABLED = events.isEventActive(events.GALACTIC_MOON_FESTIVAL); + private static final boolean LIFEDAY_ENABLED = events.isEventActive(events.LIFEDAY); + private static final boolean EWOK_FESTIVAL_OF_LOVE_ENABLED = events.isEventActive(events.EWOK_FESTIVAL_OF_LOVE); + private static final boolean EMPIRE_DAY_ENABLED = events.isEventActive(events.EMPIRE_DAY); public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/fishing/master_object.java b/sku.0/sys.server/compiled/game/script/fishing/master_object.java index 34cad52f1a..70d64abec3 100644 --- a/sku.0/sys.server/compiled/game/script/fishing/master_object.java +++ b/sku.0/sys.server/compiled/game/script/fishing/master_object.java @@ -4,6 +4,11 @@ import script.library.fishing; import script.obj_id; +import java.util.HashMap; +import java.util.HashSet; +import java.util.Map; +import java.util.stream.Collectors; + public class master_object extends script.base_script { public master_object() @@ -39,11 +44,13 @@ public int handleControllerInitialization(obj_id self, dictionary params) throws if(!hasObjVar(self, OBJVAR_CONTROLLER_SETUP_TIME)) { messageTo(self, "handleSetupMasterFishingObject", null, 20f, true); } - // Update the leader board weekly, and force update if 7-days have passed since last update (in case of offline fails to trigger update) + // Reset the leaderboard period weekly and force update if 7-days have passed since last update (in case of offline fails to trigger update) createWeeklyAlarmClock(self, "handleUpdateLeaderboards", null, DAY_OF_WEEK_THU, 19, 0,0); if (!hasObjVar(self, OBJVAR_LEADERBOARD_UPDATE_TIME)) { messageTo(self, "handleWeeklyUpdateLeaderboards", null, 20f, true); } + // Update the current period board every 60 minutes + createHourlyAlarmClock(self, "handleUpdateCurrentPeriod", null, 0, 0); if(getCalendarTime() > getIntObjVar(self, OBJVAR_LEADERBOARD_UPDATE_TIME) + 604800) { messageTo(self, "handleWeeklyUpdateLeaderboards", null, 20f, true); } @@ -100,5 +107,38 @@ public int handleWeeklyUpdateLeaderboards(obj_id self, dictionary params) throws return SCRIPT_CONTINUE; } + /* + * When fishing period starts: + * We're actively keeping track of who is in what position + * + */ + + + /** + * getCurrentLeadingFishingCities + * The total length of the best 25 non-collection fish caught during the Fishing Leaderboard period by the members/citizens + * of the guild/city are used to determine the guild/city Fishing Leaderboard score. + * @return dictionary containing cityId as key and a city's respective aggregate record of fish for the current period as the value + */ + public static dictionary getCurrentLeadingFishingCities() throws InterruptedException { + dictionary cityTotals = new dictionary(); + float sizeAggregateCity = 0; + float size = 0; + String fishObjVar = fishing.OBJVAR_LARGEST_FISH_CAUGHT_THIS_PERIOD; + for (Integer city : getAllCityIds()) { + sizeAggregateCity = 0; + for (obj_id citizen : cityGetCitizenIds(city)) { + size = getFloatObjVar(citizen, fishObjVar); + if (size > 0) { + sizeAggregateCity += size; + } + } + if (sizeAggregateCity > 0) { + cityTotals.put(city, sizeAggregateCity); + } + } + return cityTotals; + } + } diff --git a/sku.0/sys.server/compiled/game/script/gm/cmd.java b/sku.0/sys.server/compiled/game/script/gm/cmd.java index a039075498..861901d71a 100755 --- a/sku.0/sys.server/compiled/game/script/gm/cmd.java +++ b/sku.0/sys.server/compiled/game/script/gm/cmd.java @@ -12,6 +12,8 @@ public class cmd extends script.base_script public cmd() { } + private static final boolean VETERAN_REWARDS_ENABLED = utils.checkConfigFlag("GameServer", "enableVeteranRewards"); + public int cmdGetPlayerId(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { if (params == null || params.equalsIgnoreCase("")) @@ -3070,7 +3072,7 @@ public int cmdHasVeteranReward(obj_id self, obj_id target, String params, float if(!isGod(self)) { return SCRIPT_CONTINUE; } - if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) + if (!VETERAN_REWARDS_ENABLED) { sendSystemMessageTestingOnly(self, "Veteran rewards are currently disabled."); return SCRIPT_CONTINUE; @@ -3106,7 +3108,7 @@ public int cmdSetVeteranReward(obj_id self, obj_id target, String params, float if(!isGod(self)) { return SCRIPT_CONTINUE; } - if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) + if (!VETERAN_REWARDS_ENABLED) { sendSystemMessageTestingOnly(self, "Veteran rewards are currently disabled."); return SCRIPT_CONTINUE; @@ -3137,7 +3139,7 @@ public int cmdClearVeteranReward(obj_id self, obj_id target, String params, floa if(!isGod(self)) { return SCRIPT_CONTINUE; } - if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) + if (!VETERAN_REWARDS_ENABLED) { sendSystemMessageTestingOnly(self, "Veteran rewards are currently disabled."); return SCRIPT_CONTINUE; @@ -3168,7 +3170,7 @@ public int cmdOverrideActiveMonths(obj_id self, obj_id target, String params, fl if(!isGod(self)) { return SCRIPT_CONTINUE; } - if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) + if (!VETERAN_REWARDS_ENABLED) { sendSystemMessageTestingOnly(self, "Veteran rewards are currently disabled."); return SCRIPT_CONTINUE; diff --git a/sku.0/sys.server/compiled/game/script/item/levelup_orb/levelup_orb.java b/sku.0/sys.server/compiled/game/script/item/levelup_orb/levelup_orb.java index 7e471da2d2..5e9d9fd6f8 100755 --- a/sku.0/sys.server/compiled/game/script/item/levelup_orb/levelup_orb.java +++ b/sku.0/sys.server/compiled/game/script/item/levelup_orb/levelup_orb.java @@ -9,6 +9,8 @@ public class levelup_orb extends script.base_script public levelup_orb() { } + private static final int XP_MULTIPLIER = utils.getIntConfigSetting("GameServer", "xpMultiplier", 0); + public int OnInitialize(obj_id self) throws InterruptedException { if (!hasScript(self, "item.special.nomove")) @@ -72,10 +74,9 @@ public void raiseLevel(obj_id player) throws InterruptedException int xpNeeded = dataTableGetInt("datatables/player/player_level.iff", currentLevel, "xp_required"); int prevNeeded = dataTableGetInt("datatables/player/player_level.iff", currentLevel - 1, "xp_required"); xpNeeded -= prevNeeded; - int xpMultiplier = utils.getIntConfigSetting("GameServer", "xpMultiplier"); - if (xpMultiplier > 0) + if (XP_MULTIPLIER > 0) { - xpNeeded = xpNeeded / xpMultiplier; + xpNeeded = xpNeeded / XP_MULTIPLIER; xpNeeded += 1; } xp.grant(player, "combat_general", xpNeeded); diff --git a/sku.0/sys.server/compiled/game/script/library/battlefield.java b/sku.0/sys.server/compiled/game/script/library/battlefield.java index 4b1db61bf1..3e3919391e 100755 --- a/sku.0/sys.server/compiled/game/script/library/battlefield.java +++ b/sku.0/sys.server/compiled/game/script/library/battlefield.java @@ -147,7 +147,6 @@ public battlefield() public static final String STRING_TRIG_BOUNDARY = "battlefield_boundary"; public static final String STRING_TRIG_OUTER_PERIMETER = "battlefield_outer_perimeter"; public static final String GAME_SCRIPT_PATH = "systems.battlefield.game_"; - public static final boolean BATTLEFIELDS_DISABLED = utils.checkConfigFlag("GameServer", "disableBattlefields"); public static void createBattlefieldRegions(String area) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/city.java b/sku.0/sys.server/compiled/game/script/library/city.java index 29fa882962..40daef4b24 100755 --- a/sku.0/sys.server/compiled/game/script/library/city.java +++ b/sku.0/sys.server/compiled/game/script/library/city.java @@ -131,6 +131,7 @@ public city() public static final String OBJVAR_DERANK_EXEMPT = "city.derank_exempt"; public static final String CITIZEN_LIST_QUERIED = "cityhall.citizen_list_queried"; public static final String CITIZEN_LIST_DATA = "cityhall.citizen_list_data"; + private static final boolean STRUCTURE_FEES_DISABLED = utils.checkConfigFlag("GameServer", "disableStructureFees"); public static int canBuildCityHere(obj_id player, location loc) throws InterruptedException { int[] all_cities = getAllCityIds(); @@ -1082,7 +1083,7 @@ public static int getStructureCost(int city_id, obj_id structure) throws Interru { return 0; } - if (player_structure.STRUCTURE_FEES_DISABLED) + if (STRUCTURE_FEES_DISABLED) { return 0; } diff --git a/sku.0/sys.server/compiled/game/script/library/create.java b/sku.0/sys.server/compiled/game/script/library/create.java index 6793702aaa..5ec8eb17af 100755 --- a/sku.0/sys.server/compiled/game/script/library/create.java +++ b/sku.0/sys.server/compiled/game/script/library/create.java @@ -40,6 +40,7 @@ public create() "maxMind", "maxWillpower" }; + private static final boolean AI_SCRIPTS_DISABLED = utils.checkConfigFlag("GameServer", "disableAI"); public static obj_id staticObject(String objectName, location spawnLocation) throws InterruptedException { if (objectName == null) @@ -811,7 +812,7 @@ public static int calcCreatureLevel(int statLevel, int dmgLevel, int toHitLevel, } public static void attachCreatureScripts(obj_id creature, String scriptList, boolean withAi) throws InterruptedException { - if (ai.AI_SCRIPTS_DISABLED) + if (AI_SCRIPTS_DISABLED) { return; } diff --git a/sku.0/sys.server/compiled/game/script/library/events.java b/sku.0/sys.server/compiled/game/script/library/events.java index f88be8f335..233ed97b54 100644 --- a/sku.0/sys.server/compiled/game/script/library/events.java +++ b/sku.0/sys.server/compiled/game/script/library/events.java @@ -15,6 +15,11 @@ public events() public static final String FOOLS_DAY = "foolsday"; public static final String LOST_SQUADRON = "lostsquadron"; public static final String ANNIVERSARY = "anniversary"; + public static final String DEATH_WATCH = "death_watch"; + public static final String CORVETTE_NEUTRAL = "corvette_neutral"; + public static final String CORVETTE_REBEL = "corvette_rebel"; + public static final String CORVETTE_IMPERIAL = "corvette_imperial"; + public static final String GEONOSIAN = "geonosian"; private static final boolean EMPIRE_DAY_CONIFG = utils.checkConfigFlag("GameServer", "empireday_ceremony"); private static final boolean LIFEDAY_CONFIG = utils.checkConfigFlag("GameServer", "lifeday"); @@ -24,10 +29,14 @@ public events() private static final boolean FORCE_FOOLS_DAY_CONFIG = utils.checkConfigFlag("GameServer", "forceFoolsDay"); private static final boolean LOST_SQUADRON_CONFIG = utils.checkConfigFlag("EventTeam", "lostSquadron"); private static final boolean ANNIVERSARY_CONFIG = utils.checkConfigFlag("EventTeam", "anniversary"); - + private static final boolean CORVETTE_REBEL_CONFIG = utils.checkConfigFlag("Dungeon", "Corellian_Corvette_Rebel"); + private static final boolean CORVETTE_IMPERIAL_CONFIG = utils.checkConfigFlag("Dungeon", "Corellian_Corvette_Imperial"); + private static final boolean CORVETTE_NEUTRAL_CONFIG = utils.checkConfigFlag("Dungeon", "Corellian_Corvette_Neutral"); + private static final boolean DEATH_WATCH_CONFIG = utils.checkConfigFlag("Dungeon", "Death_Watch"); + private static final boolean GEONOSIAN_CONFIG = utils.checkConfigFlag("Dungeon", "Geonosian"); /** - * Used to determine if an event is currently configured to run + * Used to determine if an event (or dungeon) is currently configured to run * @param eventName the name of the event (uses constants above) * @return true if it is active, false otherwise */ @@ -56,6 +65,21 @@ public static boolean isEventActive(String eventName) { case ANNIVERSARY: return ANNIVERSARY_CONFIG; + case DEATH_WATCH: + return DEATH_WATCH_CONFIG; + + case GEONOSIAN: + return GEONOSIAN_CONFIG; + + case CORVETTE_IMPERIAL: + return CORVETTE_IMPERIAL_CONFIG; + + case CORVETTE_REBEL: + return CORVETTE_REBEL_CONFIG; + + case CORVETTE_NEUTRAL: + return CORVETTE_NEUTRAL_CONFIG; + default: WARNING("events.isEventActive() was called for event named "+eventName+" but no handling for that name is in the method so either the event name is wrong or handling here is missing."); break; diff --git a/sku.0/sys.server/compiled/game/script/library/gcw.java b/sku.0/sys.server/compiled/game/script/library/gcw.java index 0c5b87a295..b5b3bb8f4e 100755 --- a/sku.0/sys.server/compiled/game/script/library/gcw.java +++ b/sku.0/sys.server/compiled/game/script/library/gcw.java @@ -254,10 +254,10 @@ public gcw() public static final String GCW_TUTORIAL_FLAG = "gcw_tutorial_flag.has_received_tutorial"; public static final String COLOR_REBELS = "\\" + colors_hex.COLOR_REBELS; public static final String COLOR_IMPERIALS = "\\" + colors_hex.COLOR_IMPERIALS; - public static final float GCW_POINT_BONUS = utils.getFloatConfigSetting("GameServer", "gcwPointBonus", 1.0f); - public static final float GCW_TOKEN_BONUS = utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); - public static final int GCW_CYCLE_INVASION_TIME = utils.getIntConfigSetting("GameServer", "gcwInvasionCycleTime", 3); - public static final int GCW_MAX_INVASION_CITY_RUNNING = utils.getIntConfigSetting("GameServer", "gcwInvasionCityMaximumRunning", 3); + private static final float GCW_POINT_BONUS = utils.getFloatConfigSetting("GameServer", "gcwPointBonus", 1.0f); + private static final float GCW_TOKEN_BONUS = utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); + private static final int GCW_CYCLE_INVASION_TIME = utils.getIntConfigSetting("GameServer", "gcwInvasionCycleTime", 3); + private static final int GCW_MAX_INVASION_CITY_RUNNING = utils.getIntConfigSetting("GameServer", "gcwInvasionCityMaximumRunning", 3); public static void assignScanInterests(obj_id npc) throws InterruptedException { @@ -2659,7 +2659,7 @@ public static boolean gcwIsInvasionCityOn(String city) throws InterruptedExcepti return utils.checkConfigFlag("GameServer", "gcwcity"+city); } else if (city.equalsIgnoreCase("dearic")) { - if(events.isEventActive(events.LIFEDAY)) { + if(events.isEventActive(events.LIFEDAY)) { // do not run city invasions in Dearic if Life Day is on return false; } else { return utils.checkConfigFlag("GameServer", "gcwcity"+city); diff --git a/sku.0/sys.server/compiled/game/script/library/groundquests.java b/sku.0/sys.server/compiled/game/script/library/groundquests.java index 2cfe421909..6c79aebc28 100755 --- a/sku.0/sys.server/compiled/game/script/library/groundquests.java +++ b/sku.0/sys.server/compiled/game/script/library/groundquests.java @@ -155,6 +155,8 @@ public groundquests() public static final String objvarEntranceWaypoint = "entranceWaypoint"; public static final String objvarWaypointInActive = "waypointInactive"; public static final String timeObjVar = "playedTimeEnd"; + private static final float GCW_TOKEN_BONUS = utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); + public static String getStringDataEntry(String datatableName, int questId, int taskId, String columnName) throws InterruptedException { String result = null; @@ -1088,7 +1090,7 @@ else if (factions.isRebelHelper(player) && pvpNeutralIsMercenaryDeclared(player) { declared = true; } - grantGcwRebRewardCount *= utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); + grantGcwRebRewardCount *= GCW_TOKEN_BONUS; if (declared && grantGcwSFRewardMultip != 0) { grantGcwRebRewardCount *= grantGcwSFRewardMultip; @@ -1122,7 +1124,7 @@ else if (factions.isImperialHelper(player) && pvpNeutralIsMercenaryDeclared(play { declared = true; } - grantGcwImpRewardCount *= utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); + grantGcwImpRewardCount *= GCW_TOKEN_BONUS; if (declared && grantGcwSFRewardMultip != 0) { grantGcwImpRewardCount *= grantGcwSFRewardMultip; diff --git a/sku.0/sys.server/compiled/game/script/library/healing.java b/sku.0/sys.server/compiled/game/script/library/healing.java index 909d807e53..cce5f6d27f 100755 --- a/sku.0/sys.server/compiled/game/script/library/healing.java +++ b/sku.0/sys.server/compiled/game/script/library/healing.java @@ -196,7 +196,7 @@ public healing() public static final string_id SID_DROID_REPAIR_DAMAGE_OTHER = new string_id("healing", "droid_repair_damage_other"); public static final String RESPONSE_TEXT = "datatables/healing/healing_response.iff"; public static final String PP_FILE_LOC = "healing_response"; - public static final boolean CYBERNETIC_DEATH_EVENT = utils.checkConfigFlag("EventTeam", "enableCyberneticDeathEvent"); + private static final boolean CYBERNETIC_DEATH_EVENT = utils.checkConfigFlag("EventTeam", "enableCyberneticDeathEvent"); public static final int[] COMBAT_STATES = { diff --git a/sku.0/sys.server/compiled/game/script/library/instance.java b/sku.0/sys.server/compiled/game/script/library/instance.java index a302dda382..6ec88b4c3a 100755 --- a/sku.0/sys.server/compiled/game/script/library/instance.java +++ b/sku.0/sys.server/compiled/game/script/library/instance.java @@ -36,12 +36,6 @@ public instance() public static final int FAIL_INSTANCE_FEW_PLAYERS = 5; public static final int FAIL_WARN_TOO_FEW = 6; public static final string_id SID_UNDER_FIVE_MINUTE_WARNING = new string_id("instance", "five_minute_warning"); - public static final boolean CORVETTE_REBEL_DUNGEON_ENABLED = utils.checkConfigFlag("Dungeon", "Corellian_Corvette_Rebel"); - public static final boolean CORVETTE_IMPERIAL_DUNGEON_ENABLED = utils.checkConfigFlag("Dungeon", "Corellian_Corvette_Imperial"); - public static final boolean CORVETTE_NEUTRAL_DUNGEON_ENABLED = utils.checkConfigFlag("Dungeon", "Corellian_Corvette_Neutral"); - public static final boolean DEATH_WATCH_DUNGEON_ENABLED = utils.checkConfigFlag("Dungeon", "Death_Watch"); - public static final boolean GEONOSIAN_BUNKER_ENABLED = utils.checkConfigFlag("Dungeon", "Geonosian"); - public static final float HEROIC_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "heroicTokenBonus", 1.0f); public static void registerInstance(obj_id instance_id) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/loot.java b/sku.0/sys.server/compiled/game/script/library/loot.java index 83dd910f76..bf8287b324 100755 --- a/sku.0/sys.server/compiled/game/script/library/loot.java +++ b/sku.0/sys.server/compiled/game/script/library/loot.java @@ -107,16 +107,16 @@ public loot() private static final String CHEST_BASE = "rare_loot_chest_quality_"; private static final String RLS_EFFECT = "appearance/pt_rare_chest.prt"; private static final String RLS_SOUND = "sound/rare_loot_chest.snd"; - public static final boolean RLS_DISABLED = utils.checkConfigFlag("GameServer", "rlsDisabled"); - public static final boolean RLS_MACROS_DISABLED = utils.checkConfigFlag("GameServer", "rlsDropChanceDisableMacros"); - public static final int RLS_DROP_CHANCE = utils.getIntConfigSetting("GameServer", "rlsDropChance", 1); - public static final int RLS_RARE_CHOICE_CHANCE = utils.getIntConfigSetting("GameServer", "rlsRareDropChance", 70); - public static final int RLS_EXCEPTIONAL_CHOICE_CHANCE = utils.getIntConfigSetting("GameServer", "rlsExceptionalDropChance", 25); - public static final int RLS_LEGENDARY_CHOICE_CHANCE = utils.getIntConfigSetting("GameServer", "rlsLegendaryDropChance", 5); - public static final int RLS_TIME_BETWEEN_AWARDS = utils.getIntConfigSetting("GameServer", "rlsMinTimeBetweenAwards", 900); - public static final int RLS_LOWER_LEVEL_BAND = utils.getIntConfigSetting("GameServer", "rlsMaxLevelsBelowPlayerLevel", 6); - public static final int RLS_UPPER_LEVEL_BAND = utils.getIntConfigSetting("GameServer", "rlsMaxLevelsAbovePlayerLevel", 6); - public static final int RLS_MIN_DIST_FROM_LAST_LOOT = utils.getIntConfigSetting("GameServer", "rlsMinDistanceFromLastLoot", 5); + private static final boolean RLS_DISABLED = utils.checkConfigFlag("GameServer", "rlsDisabled"); + private static final boolean RLS_MACROS_DISABLED = utils.checkConfigFlag("GameServer", "rlsDropChanceDisableMacros"); + private static final int RLS_DROP_CHANCE = utils.getIntConfigSetting("GameServer", "rlsDropChance", 1); + private static final int RLS_RARE_CHOICE_CHANCE = utils.getIntConfigSetting("GameServer", "rlsRareDropChance", 70); + private static final int RLS_EXCEPTIONAL_CHOICE_CHANCE = utils.getIntConfigSetting("GameServer", "rlsExceptionalDropChance", 25); + private static final int RLS_LEGENDARY_CHOICE_CHANCE = utils.getIntConfigSetting("GameServer", "rlsLegendaryDropChance", 5); + private static final int RLS_TIME_BETWEEN_AWARDS = utils.getIntConfigSetting("GameServer", "rlsMinTimeBetweenAwards", 900); + private static final int RLS_LOWER_LEVEL_BAND = utils.getIntConfigSetting("GameServer", "rlsMaxLevelsBelowPlayerLevel", 6); + private static final int RLS_UPPER_LEVEL_BAND = utils.getIntConfigSetting("GameServer", "rlsMaxLevelsAbovePlayerLevel", 6); + private static final int RLS_MIN_DIST_FROM_LAST_LOOT = utils.getIntConfigSetting("GameServer", "rlsMinDistanceFromLastLoot", 5); public static final String OBJVAR_RLS_LAST_LOOT_TIME = "loot.rls.lastChestAwardTime"; public static final String OBJVAR_RLS_LAST_LOOT_LOCATION = "loot.rls.lastLootedLocation"; public static final String OBJVAR_RLS_LAST_LOOT_CHEST = "loot.rls.lastLootedChest"; diff --git a/sku.0/sys.server/compiled/game/script/library/missions.java b/sku.0/sys.server/compiled/game/script/library/missions.java index d7c53e5b05..81ee854f65 100755 --- a/sku.0/sys.server/compiled/game/script/library/missions.java +++ b/sku.0/sys.server/compiled/game/script/library/missions.java @@ -33,7 +33,7 @@ public missions() public static final String DAILY_MISSION_OBJVAR = "missions.daily"; public static final String DAILY_MISSION_CLOCK_OBJVAR = "missions.dailyClock"; public static final string_id DAILY_REWARD_XP = new string_id("base_player", "prose_mission_xp_amount"); - public static final int DAILY_XP_LIMIT = utils.getIntConfigSetting("Custom", "dailyMissionXpLimit", DAILY_MISSION_XP_REWARD_DEFAULT); + private static final int DAILY_XP_LIMIT = utils.getIntConfigSetting("Custom", "dailyMissionXpLimit", DAILY_MISSION_XP_REWARD_DEFAULT); public static int getDailyMissionXpLimit() throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/npe.java b/sku.0/sys.server/compiled/game/script/library/npe.java index 11596d0d90..f99f536731 100755 --- a/sku.0/sys.server/compiled/game/script/library/npe.java +++ b/sku.0/sys.server/compiled/game/script/library/npe.java @@ -166,11 +166,11 @@ public static dictionary getNpeInstanceInfo(String row) throws InterruptedExcept } public static int getMinInstancePopulation() throws InterruptedException { - return utils.stringToInt(getConfigSetting("GameServer", "npeMinInstancePopulation")); // src set value, default is 20 + return utils.getIntConfigSetting("GameServer", "npeMinInstancePopulation"); // src set value, default is 20 } public static int getMaxInstancePopulation() throws InterruptedException { - return utils.stringToInt(getConfigSetting("GameServer", "npeMaxInstancePopulation")); // src set value, default is 50 + return utils.getIntConfigSetting("GameServer", "npeMaxInstancePopulation"); // src set value, default is 50 } public static int getBestStationInstanceIndex(obj_id player, dictionary[] stations) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/pgc_quests.java b/sku.0/sys.server/compiled/game/script/library/pgc_quests.java index b75ea814d1..98ba4b83f3 100755 --- a/sku.0/sys.server/compiled/game/script/library/pgc_quests.java +++ b/sku.0/sys.server/compiled/game/script/library/pgc_quests.java @@ -124,10 +124,10 @@ public pgc_quests() public static final int PGC_NUM_QUESTS_YOU_COMPLETED_HIGH_QUALITY_INDEX = 11; public static final float PGC_MIN_MID_QUALITY_QUEST_WEIGHT = 15.0f; public static final float PGC_MIN_HIGH_QUALITY_QUEST_WEIGHT = 30.0f; - public static final float CHRONICLES_XP_MODIFIER = utils.getFloatConfigSetting("GameServer", "chroniclesXpModifier", 1.0f); - public static final float CHRONICLES_CHRONCILER_SILVER_TOKEN_MODIFIER = utils.getFloatConfigSetting("GameServer", "chroniclesChroniclerSilverTokenNumModifier", 1.0f); - public static final float CHRONICLES_QUESTOR_SILVER_TOKEN_MODIFIER = utils.getFloatConfigSetting("GameServer", "chroniclesQuestorSilverTokenNumModifier", 1.0f); - public static final int CHRONICLES_GOLD_TOKEN_CHANCE_SETTING = utils.getIntConfigSetting("GameServer", "chroniclesGoldTokenChanceOverride", 5); + private static final float CHRONICLES_XP_MODIFIER = utils.getFloatConfigSetting("GameServer", "chroniclesXpModifier", 1.0f); + private static final float CHRONICLES_CHRONCILER_SILVER_TOKEN_MODIFIER = utils.getFloatConfigSetting("GameServer", "chroniclesChroniclerSilverTokenNumModifier", 1.0f); + private static final float CHRONICLES_QUESTOR_SILVER_TOKEN_MODIFIER = utils.getFloatConfigSetting("GameServer", "chroniclesQuestorSilverTokenNumModifier", 1.0f); + private static final int CHRONICLES_GOLD_TOKEN_CHANCE_SETTING = utils.getIntConfigSetting("GameServer", "chroniclesGoldTokenChanceOverride", 5); public static boolean activateQuestHolocron(obj_id questHolocron, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/player_structure.java b/sku.0/sys.server/compiled/game/script/library/player_structure.java index 76abede20a..6280a61bae 100755 --- a/sku.0/sys.server/compiled/game/script/library/player_structure.java +++ b/sku.0/sys.server/compiled/game/script/library/player_structure.java @@ -225,10 +225,10 @@ public player_structure() public static final string_id SID_NO_CITY = new string_id("city/city", "no_city_during_packup"); public static final string_id SID_GENERIC_CITY_PACKUP_ERROR = new string_id("city/city", "city_packup_generic_fail"); public static final string_id SID_MAYOR_PROTECTED = new string_id("city/city", "city_packup_mayor_protected"); - public static final boolean STRUCTURE_FEES_DISABLED = utils.checkConfigFlag("GameServer", "disableStructureFees"); - public static final int STRUCTURE_MAINTENANCE_HEARTBEAT = utils.getIntConfigSetting("GameServer", "maintenanceHeartbeat", 1800); - public static final boolean ENABLE_ABANDONED_STRUCTURES_SYSTEM = utils.checkConfigFlag("GameServer", "enableAbandonedHousePackup"); - public static final boolean ALLOW_PACKING_ABANDONED_STRUCTURES = utils.checkConfigFlag("GameServer", "allowPlayersToPackAbandonedStructures"); + private static final boolean STRUCTURE_FEES_DISABLED = utils.checkConfigFlag("GameServer", "disableStructureFees"); + private static final int STRUCTURE_MAINTENANCE_HEARTBEAT = utils.getIntConfigSetting("GameServer", "maintenanceHeartbeat", 1800); + private static final boolean ENABLE_ABANDONED_STRUCTURES_SYSTEM = utils.checkConfigFlag("GameServer", "enableAbandonedHousePackup"); + private static final boolean ALLOW_PACKING_ABANDONED_STRUCTURES = utils.checkConfigFlag("GameServer", "allowPlayersToPackAbandonedStructures"); public static obj_id createPlayerStructure(String template, obj_id owner, location loc, int rotation, dictionary deed_info) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/scheduled_drop.java b/sku.0/sys.server/compiled/game/script/library/scheduled_drop.java index 6ac1afb071..e6b313f31e 100755 --- a/sku.0/sys.server/compiled/game/script/library/scheduled_drop.java +++ b/sku.0/sys.server/compiled/game/script/library/scheduled_drop.java @@ -79,7 +79,7 @@ public scheduled_drop() "entertainer", "crafter" }; - public static final boolean SYSTEM_ENABLED = utils.checkConfigFlag("Custom", "enableScheduledDropSystem"); + private static final boolean SYSTEM_ENABLED = utils.checkConfigFlag("Custom", "enableScheduledDropSystem"); public static void testingSpam(obj_id self, String str) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/space_combat.java b/sku.0/sys.server/compiled/game/script/library/space_combat.java index 2c91010091..a57e442b6d 100755 --- a/sku.0/sys.server/compiled/game/script/library/space_combat.java +++ b/sku.0/sys.server/compiled/game/script/library/space_combat.java @@ -64,7 +64,8 @@ public space_combat() public static final int NPC_DAMAGE_MULTIPLIER = 4; public static final string_id SID_DISABLED = new string_id("space/space_interaction", "disabled"); public static final String SPACE_COLLECTIONS_LOOT_TABLE = "datatables/space_loot/space_collection_loot.iff"; - public static final boolean GROUND_XP_IN_SPACE_DISABLED = utils.checkConfigFlag("GameServer", "disableGroundXpInSpace"); + private static final boolean GROUND_XP_IN_SPACE_DISABLED = utils.checkConfigFlag("GameServer", "disableGroundXpInSpace"); + private static final boolean LIVE_SPACE_SERVER_MODE_OFF = utils.checkConfigFlag("ScriptFlags", "liveSpaceServerModeOff"); public static void addToCombatDamage(obj_id objAttacker, obj_id objDefender, int intDamage) throws InterruptedException { @@ -1645,7 +1646,7 @@ public static void killSpacePlayer(obj_id objShip) throws InterruptedException public static obj_id getClosestSpaceStation(obj_id objShip) throws InterruptedException { obj_id objQuestManager; - if (space_flags.LIVE_SPACE_SERVER_MODE_OFF) + if (LIVE_SPACE_SERVER_MODE_OFF) { try { diff --git a/sku.0/sys.server/compiled/game/script/library/space_flags.java b/sku.0/sys.server/compiled/game/script/library/space_flags.java index 2e010d6f1f..6ca572c14b 100755 --- a/sku.0/sys.server/compiled/game/script/library/space_flags.java +++ b/sku.0/sys.server/compiled/game/script/library/space_flags.java @@ -18,7 +18,6 @@ public space_flags() public static final String REBEL_NABOO = "nabooRebel"; public static final String REBEL_CORELLIA = "corelliaRebel"; public static final String SPACE_TRACK_FLAG = "spaceTrackFlagListName"; - public static final boolean LIVE_SPACE_SERVER_MODE_OFF = utils.checkConfigFlag("ScriptFlags", "liveSpaceServerModeOff"); public static void setSpaceTrack(obj_id player, String spaceTrack) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/space_transition.java b/sku.0/sys.server/compiled/game/script/library/space_transition.java index f866ee9dc7..f2b7f7d008 100755 --- a/sku.0/sys.server/compiled/game/script/library/space_transition.java +++ b/sku.0/sys.server/compiled/game/script/library/space_transition.java @@ -25,7 +25,7 @@ public space_transition() public static final String SHIP_PILOT_SLOT_NAME = "ship_pilot"; public static final string_id SID_PVP_NOW_OVERT = new string_id("space/space_interaction", "pvp_now_overt"); public static final string_id SID_PVP_NOW_NEUTRAL = new string_id("space/space_interaction", "pvp_now_neutral"); - public static final boolean SEND_TO_GROUND_ON_LOGOUT = utils.checkConfigFlag("ScriptFlags", "sendToGroundOnLogout"); + //private static final boolean SEND_TO_GROUND_ON_LOGOUT = utils.checkConfigFlag("ScriptFlags", "sendToGroundOnLogout"); public static void handlePotentialSceneChange(obj_id player) throws InterruptedException { @@ -190,7 +190,7 @@ public static void handleLogout(obj_id player) throws InterruptedException } public static boolean shouldSendToGroundOnLogout() throws InterruptedException { - return SEND_TO_GROUND_ON_LOGOUT; + return false; } public static void setLaunchInfo(obj_id player, obj_id ship, int startLocationIndex, location groundLoc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/spawning.java b/sku.0/sys.server/compiled/game/script/library/spawning.java index 0d821f7cf4..6164269b03 100755 --- a/sku.0/sys.server/compiled/game/script/library/spawning.java +++ b/sku.0/sys.server/compiled/game/script/library/spawning.java @@ -12,11 +12,12 @@ public spawning() { } - public static final boolean AREA_SPAWNERS_DISABLED = utils.checkConfigFlag("GameServer", "disableAreaSpawners"); - public static final boolean GENERIC_SPAWNERS_DISABLED = utils.checkConfigFlag("GameServer", "disableGenericSpawner"); - public static final boolean PATROL_SPAWNERS_DISABLED = utils.checkConfigFlag("GameServer", "disablePatrolSpawners"); - public static final boolean FAST_SPAWN = utils.checkConfigFlag("GameServer", "fastSpawn"); - public static final boolean SPAWNER_INITIAL_STATE_OFF = utils.checkConfigFlag("GameServer", "spawningInitialStateDefaultOff"); + public static final String AREA_SPAWNERS = "areaSpawners"; + public static final String GENERIC_SPAWNERS = "genericSpawners"; + public static final String PATROL_SPAWNERS = "patrolSpawners"; + private static final boolean AREA_SPAWNERS_DISABLED = utils.checkConfigFlag("GameServer", "disableAreaSpawners"); + private static final boolean GENERIC_SPAWNERS_DISABLED = utils.checkConfigFlag("GameServer", "disableGenericSpawner"); + private static final boolean PATROL_SPAWNERS_DISABLED = utils.checkConfigFlag("GameServer", "disablePatrolSpawners"); public static void activateSpawnerHack(obj_id objPlayer) throws InterruptedException { @@ -266,4 +267,19 @@ public static boolean spawnObjectsInDungeonFromTable(obj_id dungeon, String plan return true; } + + public static boolean isSpawnerTypeDisabled(String spawnerType) { + switch (spawnerType) { + case AREA_SPAWNERS: + return AREA_SPAWNERS_DISABLED; + case PATROL_SPAWNERS: + return PATROL_SPAWNERS_DISABLED; + case GENERIC_SPAWNERS: + return GENERIC_SPAWNERS_DISABLED; + default: + WARNING("spawning.isSpawnerTypeDisabled() called with unknown spawner type: "+spawnerType); + return false; + } + } + } diff --git a/sku.0/sys.server/compiled/game/script/library/travel.java b/sku.0/sys.server/compiled/game/script/library/travel.java index eab129190b..51c4ce5af7 100755 --- a/sku.0/sys.server/compiled/game/script/library/travel.java +++ b/sku.0/sys.server/compiled/game/script/library/travel.java @@ -67,7 +67,7 @@ public travel() public static final string_id SID_MUSTAFAR_UNAUTHORIZED = new string_id("travel", "mustafar_unauthorized"); public static final string_id SID_KASHYYYK_UNAUTHORIZED = new string_id("travel", "kashyyyk_unauthorized"); public static final int TRAVEL_BLOCK_ALLOW_LAUNCH = 1; - public static final boolean TRAVEL_SYSTEM_DISABLED = utils.checkConfigFlag("GameServer", "disableTravelSystem"); + private static final boolean TRAVEL_SYSTEM_DISABLED = utils.checkConfigFlag("GameServer", "disableTravelSystem"); public static boolean initializeStarport(obj_id structure, String travel_point, int travel_cost, boolean civic) throws InterruptedException { @@ -1395,4 +1395,7 @@ public static void clearTravelBlock(obj_id player) throws InterruptedException utils.removeScriptVar(player, "travelBlock"); } } + public static boolean isTravelSystemDisabled() { + return TRAVEL_SYSTEM_DISABLED; + } } diff --git a/sku.0/sys.server/compiled/game/script/library/vendor_lib.java b/sku.0/sys.server/compiled/game/script/library/vendor_lib.java index 9ce06624ea..16614693e2 100755 --- a/sku.0/sys.server/compiled/game/script/library/vendor_lib.java +++ b/sku.0/sys.server/compiled/game/script/library/vendor_lib.java @@ -140,7 +140,7 @@ public vendor_lib() public static final string_id SID_GREETER_PACK_UP_SUCCESS = new string_id("player_structure", "greeter_packup_success"); public static final string_id SID_GREETER_PACK_UP_FAILURE = new string_id("player_structure", "greeter_packup_failure"); public static final string_id SID_MUST_BE_IN_VALID_LOCATION = new string_id("player_structure", "must_be_valid_location"); - public static final boolean VENDOR_PACKUP_ALLOWED = utils.checkConfigFlag("GameServer", "allowPlayersToPackVendors"); + private static final boolean VENDOR_PACKUP_ALLOWED = utils.checkConfigFlag("GameServer", "allowPlayersToPackVendors"); public static boolean payMaintenance(obj_id player, obj_id vendor, int amt) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/library/veteran_deprecated.java b/sku.0/sys.server/compiled/game/script/library/veteran_deprecated.java index 7f41a11f7c..7586a5344f 100755 --- a/sku.0/sys.server/compiled/game/script/library/veteran_deprecated.java +++ b/sku.0/sys.server/compiled/game/script/library/veteran_deprecated.java @@ -97,9 +97,9 @@ public veteran_deprecated() public static final string_id SID_UNAVAILABLE_NEEDS_EXPANSION = new string_id(VETERAN_STRING_TABLE, "unavailable_needs_expansion"); public static final string_id SID_UNAVAILABLE_NOT_ENOUGH_MILESTONE = new string_id(VETERAN_STRING_TABLE, "unavailable_not_enough_milestone"); public static final string_id SID_UNKNOWN = new string_id(VETERAN_STRING_TABLE, "unknown"); - public static final boolean VETERAN_REWARDS_ENABLED = utils.checkConfigFlag("GameServer", "enableVeteranRewards"); - public static final boolean ONE_YEAR_ANNIV_ENABLED = utils.checkConfigFlag("GameServer", "enableOneYearAnniversary"); - public static final boolean FLASH_SPEEDER_REWARD_ENABLED = utils.checkConfigFlag("GameServer", "flashSpeederReward"); + private static final boolean VETERAN_REWARDS_ENABLED = utils.checkConfigFlag("GameServer", "enableVeteranRewards"); + private static final boolean ONE_YEAR_ANNIV_ENABLED = utils.checkConfigFlag("GameServer", "enableOneYearAnniversary"); + private static final boolean FLASH_SPEEDER_REWARD_ENABLED = utils.checkConfigFlag("GameServer", "flashSpeederReward"); public static void updateVeteranTime(obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/npc/celebrity/herald_spawner.java b/sku.0/sys.server/compiled/game/script/npc/celebrity/herald_spawner.java index 4b928578b6..8b441e0dc2 100755 --- a/sku.0/sys.server/compiled/game/script/npc/celebrity/herald_spawner.java +++ b/sku.0/sys.server/compiled/game/script/npc/celebrity/herald_spawner.java @@ -2,6 +2,7 @@ import script.library.ai_lib; import script.library.create; +import script.library.events; import script.library.instance; import script.obj_id; @@ -12,7 +13,7 @@ public herald_spawner() } public int OnInitialize(obj_id self) throws InterruptedException { - if(!instance.GEONOSIAN_BUNKER_ENABLED) { + if(!events.isEventActive(events.GEONOSIAN)) { return SCRIPT_CONTINUE; } String spawn = getStringObjVar(self, "spawns"); diff --git a/sku.0/sys.server/compiled/game/script/player/base/base_player.java b/sku.0/sys.server/compiled/game/script/player/base/base_player.java index a2ab5c8b12..3ac5e08b65 100755 --- a/sku.0/sys.server/compiled/game/script/player/base/base_player.java +++ b/sku.0/sys.server/compiled/game/script/player/base/base_player.java @@ -285,8 +285,9 @@ public base_player() public static final String LOGNAME = "junk_log"; public static final int EXTRAORDINARY_WEALTH_LOGGING_THRESHOLD = 10000000; public static final int PROFIT_LOGGING_THRESHOLD = 500000; - public static final boolean FORCE_SKIP_TUTORIAL = utils.checkConfigFlag("GameServer", "skipTutorial"); - public static final boolean WALL_OF_MIST_DISABLED = utils.checkConfigFlag("GameServer", "fsWallOfMistDisabled"); + private static final boolean FORCE_SKIP_TUTORIAL = utils.checkConfigFlag("GameServer", "skipTutorial"); + private static final boolean WALL_OF_MIST_DISABLED = utils.checkConfigFlag("GameServer", "fsWallOfMistDisabled"); + private static final boolean VETERAN_REWARDS_ENABLED = utils.checkConfigFlag("GameServer", "enableVeteranRewards"); public int OnCustomizeFinished(obj_id self, obj_id object, String params) throws InterruptedException { @@ -1380,7 +1381,7 @@ public int OnLogin(obj_id self) throws InterruptedException String bldgName = getTemplateName(bldg); if (bldgName.equals("object/building/general/bunker_allum_mine.iff")) { - if (instance.DEATH_WATCH_DUNGEON_ENABLED) + if (!events.isEventActive(events.DEATH_WATCH)) { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Death Watch Unauthorized Entry: %TU entered the death watch bunker while it was turned off.", self); } @@ -9559,7 +9560,7 @@ public int OnPerformEmote(obj_id self, String emote) throws InterruptedException } public int cmdGetVeteranRewardTime(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) + if (!VETERAN_REWARDS_ENABLED) { return SCRIPT_CONTINUE; } @@ -9598,7 +9599,7 @@ public int cmdGetVeteranRewardTime(obj_id self, obj_id target, String params, fl } public int cmdListVeteranRewards(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!veteran_deprecated.VETERAN_REWARDS_ENABLED) + if (!VETERAN_REWARDS_ENABLED) { return SCRIPT_CONTINUE; } @@ -9709,9 +9710,6 @@ else if (result == veteran_deprecated.GIVE_PLAYER_REWARD_FAILED) veteran_deprecated.cleanupPlayerData(self); sendSystemMessage(self, veteran_deprecated.SID_REWARD_ERROR); } - else - { - } return SCRIPT_CONTINUE; } public int handleVeteranRewardConfirmed(obj_id self, dictionary params) throws InterruptedException @@ -9758,7 +9756,7 @@ public int handleVeteranRewardConfirmed(obj_id self, dictionary params) throws I } public int cmdFlashSpeeder(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!veteran_deprecated.FLASH_SPEEDER_REWARD_ENABLED) { + if (!VETERAN_REWARDS_ENABLED) { return SCRIPT_CONTINUE; } int sub_bits = getGameFeatureBits(self); diff --git a/sku.0/sys.server/compiled/game/script/player/live_conversions.java b/sku.0/sys.server/compiled/game/script/player/live_conversions.java index 4c0467f904..fd0c3de55c 100755 --- a/sku.0/sys.server/compiled/game/script/player/live_conversions.java +++ b/sku.0/sys.server/compiled/game/script/player/live_conversions.java @@ -40,12 +40,12 @@ public live_conversions() public static final String UPDATE_COLLECTION_INCREMENT_AMOUNT = "increment_amount"; public static final String FORCE_RESPEC_OBJVAR = "configEnforcedRespecVersion"; - public static final boolean FORCE_PROFESION_RESPEC = utils.checkConfigFlag("GameServer", "forceProfessionRespec"); - public static final boolean GRANT_ESB_AWARDS = utils.checkConfigFlag("Custom", "grantEsbAnniversaryRewards"); - public static final boolean GRANT_MAIL_OPT_IN_AWARDS = utils.checkConfigFlag("Custom", "grantMailOptInRewards"); - public static final boolean GRANT_ELDER_BUFF = utils.checkConfigFlag("Custom", "grantElderBuff"); - public static final int CU_REWARD_LEVEL = utils.getIntConfigSetting("GameServer", "combatUpgradeReward", 0); - public static final int CU_REWARD_AGE_REQUIRED = utils.getIntConfigSetting("GameServer", "combatUpgradeRewardAge", 365); + private static final boolean FORCE_PROFESION_RESPEC = utils.checkConfigFlag("GameServer", "forceProfessionRespec"); + private static final boolean GRANT_ESB_AWARDS = utils.checkConfigFlag("Custom", "grantEsbAnniversaryRewards"); + private static final boolean GRANT_MAIL_OPT_IN_AWARDS = utils.checkConfigFlag("Custom", "grantMailOptInRewards"); + private static final boolean GRANT_ELDER_BUFF = utils.checkConfigFlag("Custom", "grantElderBuff"); + private static final int CU_REWARD_LEVEL = utils.getIntConfigSetting("GameServer", "combatUpgradeReward", 0); + private static final int CU_REWARD_AGE_REQUIRED = utils.getIntConfigSetting("GameServer", "combatUpgradeRewardAge", 365); public int OnAttach(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/player/player_instance.java b/sku.0/sys.server/compiled/game/script/player/player_instance.java index a2c75e1ce9..d83a2770f8 100755 --- a/sku.0/sys.server/compiled/game/script/player/player_instance.java +++ b/sku.0/sys.server/compiled/game/script/player/player_instance.java @@ -10,6 +10,8 @@ public class player_instance extends script.base_script public player_instance() { } + private static final float HEROIC_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "heroicTokenBonus", 1.0f); + public int OnHearSpeech(obj_id self, obj_id speaker, String text) throws InterruptedException { if (!isGod(self)) @@ -691,7 +693,7 @@ public int handleAwardtoken(obj_id self, dictionary params) throws InterruptedEx { count = params.getInt("tokenCount"); } - count *= instance.HEROIC_TOKEN_MULTIPLIER; + count *= HEROIC_TOKEN_MULTIPLIER; if (tokenIndex < 0 || tokenIndex >= trial.HEROIC_TOKENS.length) { sendSystemMessageTestingOnly(self, "DEBUG: handleAwardtoken sent with out of range tokenIndex."); diff --git a/sku.0/sys.server/compiled/game/script/player/player_saga_quest.java b/sku.0/sys.server/compiled/game/script/player/player_saga_quest.java index f2655f1e88..f986f84b22 100755 --- a/sku.0/sys.server/compiled/game/script/player/player_saga_quest.java +++ b/sku.0/sys.server/compiled/game/script/player/player_saga_quest.java @@ -8,6 +8,8 @@ public class player_saga_quest extends script.base_script public player_saga_quest() { } + private static final int CHRONICLES_GOLD_TOKEN_CHANCE_SETTING = utils.getIntConfigSetting("GameServer", "chroniclesGoldTokenChanceOverride", 5); + public int OnAttach(obj_id self) throws InterruptedException { messageTo(self, "handleChronicleProfessionGranted", null, 14, false); @@ -968,7 +970,7 @@ else if (questWeight >= pgc_quests.PGC_MIN_HIGH_QUALITY_QUEST_WEIGHT) } if (questWeight >= pgc_quests.PGC_MIN_MID_QUALITY_QUEST_WEIGHT) { - int goldTokenChance = pgc_quests.CHRONICLES_GOLD_TOKEN_CHANCE_SETTING; + int goldTokenChance = CHRONICLES_GOLD_TOKEN_CHANCE_SETTING; int goldTokenRoll = rand(1, 100); if (goldTokenRoll <= goldTokenChance) { diff --git a/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/spawner_pirate_leader.java b/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/spawner_pirate_leader.java index ed749d8455..1d1d6436a2 100755 --- a/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/spawner_pirate_leader.java +++ b/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/spawner_pirate_leader.java @@ -101,6 +101,6 @@ public void resetPirateCounter(obj_id spawner) throws InterruptedException } public boolean canSpawnByConfigSetting() throws InterruptedException { - return spawning.AREA_SPAWNERS_DISABLED; + return spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } } diff --git a/sku.0/sys.server/compiled/game/script/quest/task/pgc/fan_faire_demo/spawner_fan_faire.java b/sku.0/sys.server/compiled/game/script/quest/task/pgc/fan_faire_demo/spawner_fan_faire.java index 391ec23ae7..56d33837c9 100755 --- a/sku.0/sys.server/compiled/game/script/quest/task/pgc/fan_faire_demo/spawner_fan_faire.java +++ b/sku.0/sys.server/compiled/game/script/quest/task/pgc/fan_faire_demo/spawner_fan_faire.java @@ -109,7 +109,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - return spawning.AREA_SPAWNERS_DISABLED; + return spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/space/crafting/interior_component.java b/sku.0/sys.server/compiled/game/script/space/crafting/interior_component.java index 76e2199d7d..4ce4046d72 100755 --- a/sku.0/sys.server/compiled/game/script/space/crafting/interior_component.java +++ b/sku.0/sys.server/compiled/game/script/space/crafting/interior_component.java @@ -13,6 +13,8 @@ public class interior_component extends script.base_script public interior_component() { } + private static final boolean LIVE_SPACE_SERVER_MODE_OFF = utils.checkConfigFlag("ScriptFlags", "liveSpaceServerModeOff"); + public int OnAttach(obj_id self) throws InterruptedException { LOG("space", "ONATTACH GOING OFF ON INTERIOR COMPONETNES"); @@ -54,7 +56,7 @@ public int OnAttach(obj_id self) throws InterruptedException else { LOG("space", "Component " + intSlot + " is not installed on " + objShip + " cleaning up interior piece"); - if (space_flags.LIVE_SPACE_SERVER_MODE_OFF) + if (LIVE_SPACE_SERVER_MODE_OFF) { destroyObject(self); } diff --git a/sku.0/sys.server/compiled/game/script/space/ship/ship_interior.java b/sku.0/sys.server/compiled/game/script/space/ship/ship_interior.java index 7e8bc82124..bc66813549 100755 --- a/sku.0/sys.server/compiled/game/script/space/ship/ship_interior.java +++ b/sku.0/sys.server/compiled/game/script/space/ship/ship_interior.java @@ -10,6 +10,8 @@ public class ship_interior extends script.base_script public ship_interior() { } + private static final boolean LIVE_SPACE_SERVER_MODE_OFF = utils.checkConfigFlag("ScriptFlags", "liveSpaceServerModeOff"); + public int OnInitialize(obj_id self) throws InterruptedException { dictionary dctParams = new dictionary(); @@ -83,7 +85,7 @@ public int doInteriorBuildout(obj_id self, dictionary params) throws Interrupted utils.setScriptVar(self, strLocationList[intI] + "Cells", objCells); } } - if (space_flags.LIVE_SPACE_SERVER_MODE_OFF) + if (LIVE_SPACE_SERVER_MODE_OFF) { obj_id objTest = createObject(strTemplates[intI], tr, objCell); if (!strObjVars[intI].equals("")) diff --git a/sku.0/sys.server/compiled/game/script/systems/battlefield/battlefield_region.java b/sku.0/sys.server/compiled/game/script/systems/battlefield/battlefield_region.java index fe93179513..2811d15a6d 100755 --- a/sku.0/sys.server/compiled/game/script/systems/battlefield/battlefield_region.java +++ b/sku.0/sys.server/compiled/game/script/systems/battlefield/battlefield_region.java @@ -13,6 +13,8 @@ public battlefield_region() public static final string_id SID_BATTLEFIELD_STATUS = new string_id("battlefield", "status"); public static final string_id SID_GAME_STATUS = new string_id("battlefield", "game_status"); public static final String VAR_TIME_WARNING_LEVEL = "battlefield.game.time_warning_level"; + private static final boolean BATTLEFIELDS_DISABLED = utils.checkConfigFlag("GameServer", "disableBattlefields"); + public int OnAttach(obj_id self) throws InterruptedException { LOG("LOG_CHANNEL", "battlefield_region::OnAttach"); @@ -24,7 +26,7 @@ public int OnInitialize(obj_id self) throws InterruptedException messageTo(self, "msgInitializeRegion", null, 0.0f, true); if (hasObjVar(self, battlefield.VAR_BATTLEFIELD)) { - if(battlefield.BATTLEFIELDS_DISABLED) { + if(BATTLEFIELDS_DISABLED) { battlefield.endBattlefield(self, false); return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/player_pvp.java b/sku.0/sys.server/compiled/game/script/systems/gcw/player_pvp.java index 5e7550103b..42cbdfa527 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/player_pvp.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/player_pvp.java @@ -62,6 +62,8 @@ public player_pvp() }; public static final String COLOR_REBELS = "\\" + colors_hex.COLOR_REBELS; public static final String COLOR_IMPERIALS = "\\" + colors_hex.COLOR_IMPERIALS; + private static final float GCW_TOKEN_BONUS = utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); + public void blog(obj_id controller, String text) throws InterruptedException { String battlefieldName = "none"; @@ -814,7 +816,7 @@ else if (rebelScore > imperialScore) tokens = 5; } } - tokens *= gcw.GCW_TOKEN_BONUS; + tokens *= GCW_TOKEN_BONUS; if (canReceiveReward(self)) { gcw._grantGcwPoints(null, self, gcwCredits, false, gcw.GCW_POINT_TYPE_GROUND_PVP_REGION, ""); diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/pvp_battlefield.java b/sku.0/sys.server/compiled/game/script/systems/gcw/pvp_battlefield.java index a9004d4a9e..6fd4b4e1af 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/pvp_battlefield.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/pvp_battlefield.java @@ -37,8 +37,9 @@ public pvp_battlefield() public static final int BATTLEFIELD_MAXIMUM_TEAM_SIZE = 16; public static final int BATTLEFIELD_PLAYER_KILL_VALUE = 10; public static final int BATTLEFIELD_TERMINAL_CAPTURE_VALUE = 500; - public static final int BATTLEFIELD_MINIMUM_TEAM_SIZE_OVERRIDE = utils.getIntConfigSetting("GameServer", "BfMinimumTeamSize", BATTLEFIELD_MINIMUM_TEAM_SIZE); - public static final int BATTLEFIELD_MAXIMUM_TEAM_SIZE_OVERRIDE = utils.getIntConfigSetting("GameServer", "BfTeamSize", BATTLEFIELD_MAXIMUM_TEAM_SIZE); + private static final int BATTLEFIELD_MINIMUM_TEAM_SIZE_OVERRIDE = utils.getIntConfigSetting("GameServer", "BfMinimumTeamSize", BATTLEFIELD_MINIMUM_TEAM_SIZE); + private static final int BATTLEFIELD_MAXIMUM_TEAM_SIZE_OVERRIDE = utils.getIntConfigSetting("GameServer", "BfTeamSize", BATTLEFIELD_MAXIMUM_TEAM_SIZE); + public void doLogging(String section, String message) throws InterruptedException { } diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_controller.java b/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_controller.java index b5dc497dae..96e98e4f10 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_controller.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_controller.java @@ -7,21 +7,21 @@ public class battle_controller extends script.base_script { - public static final boolean TATOOINE_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwTatooineActive"); - public static final boolean CORELLIA_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwCorelliaActive"); - public static final boolean DANTOOINE_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwDantooineActive"); - public static final boolean LOK_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwLokActive"); - public static final boolean NABOO_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwNabooActive"); - public static final int TATOOINE_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwTatooineDelay", 3); - public static final int CORELLIA_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwCorelliaDelay", 3); - public static final int DANTOOINE_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwDantooineDelay", 3); - public static final int LOK_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwLokDelay", 3); - public static final int NABOO_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwNabooDelay", 3); - public static final int TATOOINE_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwTatooineStagger", 0); - public static final int CORELLIA_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwCorelliaStagger", 2); - public static final int DANTOOINE_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwDantooineStagger", 0); - public static final int LOK_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwLokStagger", 2); - public static final int NABOO_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwNabooStagger", 4); + private static final boolean TATOOINE_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwTatooineActive"); + private static final boolean CORELLIA_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwCorelliaActive"); + private static final boolean DANTOOINE_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwDantooineActive"); + private static final boolean LOK_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwLokActive"); + private static final boolean NABOO_ACTIVE = utils.checkConfigFlag("GameServer", "spaceGcwNabooActive"); + private static final int TATOOINE_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwTatooineDelay", 3); + private static final int CORELLIA_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwCorelliaDelay", 3); + private static final int DANTOOINE_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwDantooineDelay", 3); + private static final int LOK_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwLokDelay", 3); + private static final int NABOO_DELAY = utils.getIntConfigSetting("GameServer", "spaceGcwNabooDelay", 3); + private static final int TATOOINE_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwTatooineStagger", 0); + private static final int CORELLIA_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwCorelliaStagger", 2); + private static final int DANTOOINE_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwDantooineStagger", 0); + private static final int LOK_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwLokStagger", 2); + private static final int NABOO_STAGGER = utils.getIntConfigSetting("GameServer", "spaceGcwNabooStagger", 4); // Configuration Array: // 1. Zone. // 2. Initial Battle Type. diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_spawner.java b/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_spawner.java index 6bbf97b43c..9e7caee8a2 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_spawner.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/space/battle_spawner.java @@ -15,22 +15,22 @@ public class battle_spawner extends script.base_class { public static final String REBEL_SHIP_TEMPLATE = "nebulon_frigate"; private static final String HERO_PILOT_DATA = "datatables/npc/space/space_gcw_hero.iff"; public static final double HERO_SPAWN_CHANCE = 0.20d; // 0.20d == 20% chance a hero will spawn - public static final int DEFAULT_POINT_AWARD = utils.getIntConfigSetting("GameServer", "spaceGcwPointAward", 2500); - public static final int DEFAULT_TOKEN_AWARD = utils.getIntConfigSetting("GameServer", "spaceGcwTokenAward", 25); - public static final float PVP_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvPPointModifier", 2.0f); - public static final float PVE_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvEPointModifier", 1.0f); - public static final float WIN_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwWinPointModifier", 2.0f); - public static final float LOSS_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwLossPointModifier", 1.0f); - public static final float PVP_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvPTokenModifier", 2.0f); - public static final float PVE_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvETokenModifier", 1.0f); - public static final float WIN_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwWinTokenModifier", 2.0f); - public static final float LOSS_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwLossTokenModifier", 1.0f); - public static final int POB_PLAYER_CEILING = utils.getIntConfigSetting("GameServer", "spaceGcwPobPlayerCeiling", 4); - public static final int GUNSHIP_PLAYER_CEILING = utils.getIntConfigSetting("GameServer", "spaceGcwGunshipPlayerCeiling", 10); - public static final float PREP_TIME = utils.getFloatConfigSetting("GameServer", "spaceGcwPrepatoryTime", 900.0f); // 15 mins in seconds - public static final float BATTLE_TIME = utils.getFloatConfigSetting("GameServer", "spaceGcwLengthOfBattle", 3600.0f); // 60 mins in seconds - public static final int MAX_SUPPORT_SHIPS = utils.getIntConfigSetting("GameServer", "spaceGcwMaxSupportShips", 30); - public static final int MAX_SUPPORT_SPAWNS = utils.getIntConfigSetting("GameServer", "spaceGcwTotalSupportSpawn", 60); + private static final int DEFAULT_POINT_AWARD = utils.getIntConfigSetting("GameServer", "spaceGcwPointAward", 2500); + private static final int DEFAULT_TOKEN_AWARD = utils.getIntConfigSetting("GameServer", "spaceGcwTokenAward", 25); + private static final float PVP_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvPPointModifier", 2.0f); + private static final float PVE_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvEPointModifier", 1.0f); + private static final float WIN_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwWinPointModifier", 2.0f); + private static final float LOSS_POINT_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwLossPointModifier", 1.0f); + private static final float PVP_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvPTokenModifier", 2.0f); + private static final float PVE_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwPvETokenModifier", 1.0f); + private static final float WIN_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwWinTokenModifier", 2.0f); + private static final float LOSS_TOKEN_MULTIPLIER = utils.getFloatConfigSetting("GameServer", "spaceGcwLossTokenModifier", 1.0f); + private static final int POB_PLAYER_CEILING = utils.getIntConfigSetting("GameServer", "spaceGcwPobPlayerCeiling", 4); + private static final int GUNSHIP_PLAYER_CEILING = utils.getIntConfigSetting("GameServer", "spaceGcwGunshipPlayerCeiling", 10); + private static final float PREP_TIME = utils.getFloatConfigSetting("GameServer", "spaceGcwPrepatoryTime", 900.0f); // 15 mins in seconds + private static final float BATTLE_TIME = utils.getFloatConfigSetting("GameServer", "spaceGcwLengthOfBattle", 3600.0f); // 60 mins in seconds + private static final int MAX_SUPPORT_SHIPS = utils.getIntConfigSetting("GameServer", "spaceGcwMaxSupportShips", 30); + private static final int MAX_SUPPORT_SPAWNS = utils.getIntConfigSetting("GameServer", "spaceGcwTotalSupportSpawn", 60); public static final String[] IMPERIAL_SUPPORT_CRAFT = { "tieaggressor_tier7", diff --git a/sku.0/sys.server/compiled/game/script/systems/gcw/static_base/base_spawner.java b/sku.0/sys.server/compiled/game/script/systems/gcw/static_base/base_spawner.java index da0e33ead1..95887aed49 100755 --- a/sku.0/sys.server/compiled/game/script/systems/gcw/static_base/base_spawner.java +++ b/sku.0/sys.server/compiled/game/script/systems/gcw/static_base/base_spawner.java @@ -224,6 +224,6 @@ public void setObjectObjVars(obj_id obj, String objVarList) throws InterruptedEx } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.GENERIC_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.GENERIC_SPAWNERS); } } diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_base.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_base.java index 8d0ecd696d..973e7966aa 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_base.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_base.java @@ -35,6 +35,7 @@ public spawn_base() { "tutorial" }; + private static final boolean FAST_SPAWN = utils.checkConfigFlag("GameServer", "fastSpawn"); /** this function takes the obj_id of the player, and the obj_id of the master spawn object. It will eventually take a region object id, which will contain the necessary @@ -474,7 +475,7 @@ public void preLoadSpawnDataTables(obj_id objMasterSpawner) throws InterruptedEx { } public boolean checkSpawnLogFailures() throws InterruptedException { - return spawning.FAST_SPAWN; + return FAST_SPAWN; } public boolean isSpawningAllowed(location locTest) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_master.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_master.java index 5701ce05df..d644d4006a 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_master.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawn_master.java @@ -1,6 +1,7 @@ package script.systems.spawning; import script.library.spawning; +import script.library.utils; import script.obj_id; public class spawn_master extends script.systems.spawning.spawn_base @@ -8,6 +9,7 @@ public class spawn_master extends script.systems.spawning.spawn_base public spawn_master() { } + private static final boolean SPAWNER_INITIAL_STATE_OFF = utils.checkConfigFlag("GameServer", "spawningInitialStateDefaultOff"); /** Bootstrap function for trigger volume creation. This will be moved to OnInitialization once it comes online. @@ -30,7 +32,7 @@ public int OnUniverseComplete(obj_id self) throws InterruptedException setObjVar(self, "intCurrentPlanetSpawnCount", 0); setObjVar(self, "intMinSpawnDelay", SPAWN_PLAYER_DELAY_MIN); setObjVar(self, "intMaxSpawnDelay", SPAWN_PLAYER_DELAY_MAX); - if (spawning.SPAWNER_INITIAL_STATE_OFF) { + if (SPAWNER_INITIAL_STATE_OFF) { setObjVar(self, "boolSpawnerIsOn", false); } else { setObjVar(self, "boolSpawnerIsOn", true); @@ -61,7 +63,7 @@ public int OnAttach(obj_id self) throws InterruptedException setObjVar(self, "intCurrentPlanetSpawnCount", 0); setObjVar(self, "intMinSpawnDelay", SPAWN_PLAYER_DELAY_MIN); setObjVar(self, "intMaxSpawnDelay", SPAWN_PLAYER_DELAY_MAX); - if (spawning.SPAWNER_INITIAL_STATE_OFF) { + if (SPAWNER_INITIAL_STATE_OFF) { setObjVar(self, "boolSpawnerIsOn", false); } else { setObjVar(self, "boolSpawnerIsOn", true); diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_area.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_area.java index aa2875d8dd..d88dd2ba12 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_area.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_area.java @@ -226,7 +226,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_patrol.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_patrol.java index 2217ef0176..d620d42f62 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_patrol.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_patrol.java @@ -370,7 +370,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce return SCRIPT_CONTINUE; } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.PATROL_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random.java index 84578f4bb4..bf3801c933 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random.java @@ -284,7 +284,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce return SCRIPT_CONTINUE; } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random_proxy.java b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random_proxy.java index 48f9e423bb..956f895404 100755 --- a/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random_proxy.java +++ b/sku.0/sys.server/compiled/game/script/systems/spawning/spawner_random_proxy.java @@ -357,7 +357,7 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce return SCRIPT_CONTINUE; } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } public int OnDestroy(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/systems/turret/generic_turret_ai.java b/sku.0/sys.server/compiled/game/script/systems/turret/generic_turret_ai.java index 1022dc123f..71112bdc6a 100755 --- a/sku.0/sys.server/compiled/game/script/systems/turret/generic_turret_ai.java +++ b/sku.0/sys.server/compiled/game/script/systems/turret/generic_turret_ai.java @@ -18,6 +18,8 @@ public class generic_turret_ai extends script.systems.combat.combat_base_old public generic_turret_ai() { } + private static final boolean AI_COMBAT_DISABLED = utils.checkConfigFlag("GameServer", "disableAICombat"); + public int OnAttach(obj_id self) throws InterruptedException { turret.activateTurret(self); @@ -217,7 +219,7 @@ public int OnObjectDamaged(obj_id self, obj_id attacker, obj_id weapon, int dama } public int OnSawAttack(obj_id self, obj_id defender, obj_id[] attackers) throws InterruptedException { - if (ai.AI_COMBAT_DISABLED) + if (AI_COMBAT_DISABLED) { setWantSawAttackTriggers(self, false); return SCRIPT_CONTINUE; diff --git a/sku.0/sys.server/compiled/game/script/systems/turret/turret_ai.java b/sku.0/sys.server/compiled/game/script/systems/turret/turret_ai.java index c31a516605..5f3835f37f 100755 --- a/sku.0/sys.server/compiled/game/script/systems/turret/turret_ai.java +++ b/sku.0/sys.server/compiled/game/script/systems/turret/turret_ai.java @@ -18,6 +18,8 @@ public class turret_ai extends script.systems.combat.combat_base_old public turret_ai() { } + private static final boolean AI_COMBAT_DISABLED = utils.checkConfigFlag("GameServer", "disableAICombat"); + public int OnAttach(obj_id self) throws InterruptedException { turret.activateTurret(self); @@ -188,7 +190,7 @@ public int OnObjectDamaged(obj_id self, obj_id attacker, obj_id weapon, int dama } public int OnSawAttack(obj_id self, obj_id defender, obj_id[] attackers) throws InterruptedException { - if (ai.AI_COMBAT_DISABLED) + if (AI_COMBAT_DISABLED) { setWantSawAttackTriggers(self, false); return SCRIPT_CONTINUE; diff --git a/sku.0/sys.server/compiled/game/script/terminal/gcw_supply_terminal.java b/sku.0/sys.server/compiled/game/script/terminal/gcw_supply_terminal.java index ce4b510666..820daea0cd 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/gcw_supply_terminal.java +++ b/sku.0/sys.server/compiled/game/script/terminal/gcw_supply_terminal.java @@ -21,6 +21,8 @@ public gcw_supply_terminal() "Operations Core", "Reset" }; + private static final float GCW_TOKEN_BONUS = utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); + public int OnInitialize(obj_id self) throws InterruptedException { if (!isIdValid(self) || !exists(self)) @@ -95,7 +97,7 @@ public void correctChoice(obj_id self, obj_id player) throws InterruptedExceptio if (factions.isImperialorImperialHelper(player)) { sendSystemMessage(player, "You have recived an Imperial Token for your effort", null); - float multiplier = gcw.GCW_TOKEN_BONUS; + float multiplier = GCW_TOKEN_BONUS; int count = 1; if (multiplier > 1) { @@ -120,7 +122,7 @@ public void correctChoice(obj_id self, obj_id player) throws InterruptedExceptio if (factions.isRebelorRebelHelper(player)) { sendSystemMessage(player, "You have recived an Rebel Token for your effort", null); - float multiplier = gcw.GCW_TOKEN_BONUS; + float multiplier = GCW_TOKEN_BONUS; int count = 1; if (multiplier > 1) { diff --git a/sku.0/sys.server/compiled/game/script/terminal/terminal_travel.java b/sku.0/sys.server/compiled/game/script/terminal/terminal_travel.java index bcde337f78..d9a28c7c69 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/terminal_travel.java +++ b/sku.0/sys.server/compiled/game/script/terminal/terminal_travel.java @@ -49,7 +49,7 @@ public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws Inter } } LOG("LOG_CHANNEL", "player ->" + player + " planet ->" + planet + " travel_point ->" + travel_point); - if(travel.TRAVEL_SYSTEM_DISABLED) { + if(travel.isTravelSystemDisabled()) { sendSystemMessageTestingOnly(player, "The Travel System is currently unavailable. Please try again later."); return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/terminal/terminal_travel_instant.java b/sku.0/sys.server/compiled/game/script/terminal/terminal_travel_instant.java index 228acef437..a3a2324344 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/terminal_travel_instant.java +++ b/sku.0/sys.server/compiled/game/script/terminal/terminal_travel_instant.java @@ -92,7 +92,7 @@ public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws Inter debugLogging("//***// OnObjectMenuSelect: ", "////>>>> city name at player's location is: " + travel_point); } LOG("LOG_CHANNEL", "player ->" + player + " planet ->" + planet + " travel_point ->" + travel_point); - if(travel.TRAVEL_SYSTEM_DISABLED) { + if(travel.isTravelSystemDisabled()) { sendSystemMessageTestingOnly(player, "The Travel System is currently unavailable. Please try again later."); return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/kazic_pendre_area_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/kazic_pendre_area_spawner.java index aab51c7c45..aca5065baa 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/kazic_pendre_area_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/kazic_pendre_area_spawner.java @@ -62,6 +62,6 @@ public int spawnDestroyed(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/u13_ponda_gungan_statue_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/u13_ponda_gungan_statue_spawner.java index 63ef033824..0b0f8170cf 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/u13_ponda_gungan_statue_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/corellia/content/u13_ponda_gungan_statue_spawner.java @@ -44,6 +44,6 @@ public int spawnGunganStatueEvent(obj_id self, dictionary params) throws Interru } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_armorsmith_droid.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_armorsmith_droid.java index 49993a32e4..39a3597e96 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_armorsmith_droid.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_armorsmith_droid.java @@ -1,10 +1,7 @@ package script.theme_park.dungeon.death_watch_bunker; import script.dictionary; -import script.library.ai_lib; -import script.library.create; -import script.library.instance; -import script.library.utils; +import script.library.*; import script.location; import script.obj_id; import script.string_id; @@ -32,7 +29,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnGiveItem(obj_id self, obj_id item, obj_id giver) throws InterruptedException { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Mandalorian Armor: Player %TU has put an item in the armorsmith droid"); - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { return SCRIPT_CONTINUE; } if (!hasSkill(giver, "class_munitions_phase4_master")) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_droidengineer_droid.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_droidengineer_droid.java index a145a41d0b..52f176eaf6 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_droidengineer_droid.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_droidengineer_droid.java @@ -1,10 +1,7 @@ package script.theme_park.dungeon.death_watch_bunker; import script.dictionary; -import script.library.ai_lib; -import script.library.create; -import script.library.instance; -import script.library.utils; +import script.library.*; import script.location; import script.obj_id; import script.string_id; @@ -32,7 +29,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnGiveItem(obj_id self, obj_id item, obj_id giver) throws InterruptedException { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Mandalorian Armor: Player %TU has put an item in the droidengineer droid"); - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { return SCRIPT_CONTINUE; } if (!hasSkill(giver, "class_engineering_phase4_master")) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_jetpack_droid.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_jetpack_droid.java index dfe7ba0076..335e3764d6 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_jetpack_droid.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_jetpack_droid.java @@ -1,10 +1,7 @@ package script.theme_park.dungeon.death_watch_bunker; import script.dictionary; -import script.library.ai_lib; -import script.library.create; -import script.library.instance; -import script.library.utils; +import script.library.*; import script.location; import script.obj_id; import script.string_id; @@ -33,7 +30,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnGiveItem(obj_id self, obj_id item, obj_id giver) throws InterruptedException { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Mandalorian Armor: Player %TU has put an item in the jetpack droid"); - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { return SCRIPT_CONTINUE; } if (!hasSkill(giver, "class_engineering_phase1_master")) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_tailor_droid.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_tailor_droid.java index cf989f9136..ba4f70d73b 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_tailor_droid.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/craft_tailor_droid.java @@ -1,10 +1,7 @@ package script.theme_park.dungeon.death_watch_bunker; import script.dictionary; -import script.library.ai_lib; -import script.library.create; -import script.library.instance; -import script.library.utils; +import script.library.*; import script.location; import script.obj_id; import script.string_id; @@ -32,7 +29,7 @@ public int OnAttach(obj_id self) throws InterruptedException public int OnGiveItem(obj_id self, obj_id item, obj_id giver) throws InterruptedException { CustomerServiceLog("DUNGEON_DeathWatchBunker", "*Mandalorian Armor: Player %TU has put an item in the tailor droid", giver); - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { return SCRIPT_CONTINUE; } if (!hasSkill(giver, "class_domestics_phase4_master")) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/leaving.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/leaving.java index 0637816a3b..33821a3882 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/leaving.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/leaving.java @@ -1,6 +1,7 @@ package script.theme_park.dungeon.death_watch_bunker; import script.dictionary; +import script.library.events; import script.library.instance; import script.obj_id; import script.string_id; @@ -20,7 +21,7 @@ public int OnAboutToReceiveItem(obj_id self, obj_id srcContainer, obj_id transfe } if (!hasObjVar(item, "gm")) { - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { string_id locked = new string_id(MSGS, "no_entry"); sendSystemMessage(item, locked); return SCRIPT_OVERRIDE; diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/loot_chest.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/loot_chest.java index f064313624..e75ddcae1b 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/loot_chest.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/death_watch_bunker/loot_chest.java @@ -1,10 +1,7 @@ package script.theme_park.dungeon.death_watch_bunker; import script.*; -import script.library.create; -import script.library.instance; -import script.library.permissions; -import script.library.utils; +import script.library.*; public class loot_chest extends script.base_script { @@ -176,7 +173,7 @@ public int makeMoreLoot(obj_id self, dictionary params) throws InterruptedExcept } public obj_id spawnLoot(obj_id self) throws InterruptedException { - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { return obj_id.NULL_ID; } String newLoot = pickNewLoot(); diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/ep3_clone_relics_generic_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/ep3_clone_relics_generic_spawner.java index 142f309ada..de1b7d4009 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/ep3_clone_relics_generic_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/ep3_clone_relics_generic_spawner.java @@ -1,10 +1,7 @@ package script.theme_park.dungeon; import script.dictionary; -import script.library.ai_lib; -import script.library.create; -import script.library.instance; -import script.library.utils; +import script.library.*; import script.location; import script.obj_id; @@ -18,7 +15,7 @@ public int OnAttach(obj_id self) throws InterruptedException String name = getTemplateName(self); if (name.equals("object/building/general/bunker_allum_mine.iff")) { - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { return SCRIPT_CONTINUE; } } @@ -33,7 +30,7 @@ public int OnInitialize(obj_id self) throws InterruptedException String name = getTemplateName(self); if (name.equals("object/building/general/bunker_allum_mine.iff")) { - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { return SCRIPT_CONTINUE; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java index e82894293d..1fe620a445 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java @@ -18,7 +18,7 @@ public int OnAttach(obj_id self) throws InterruptedException { if (getTemplateName(self).equals("object/building/general/bunker_allum_mine.iff")) { - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { return SCRIPT_CONTINUE; } } @@ -36,7 +36,7 @@ public int OnInitialize(obj_id self) throws InterruptedException { if (getTemplateName(self).equals("object/building/general/bunker_allum_mine.iff")) { - if(!instance.DEATH_WATCH_DUNGEON_ENABLED) { + if(!events.isEventActive(events.DEATH_WATCH)) { return SCRIPT_CONTINUE; } } @@ -384,7 +384,7 @@ public void setCreatureObjVars(obj_id creature, String objVarList) throws Interr } } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.GENERIC_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.GENERIC_SPAWNERS); } public int getRandomPlanetCreatureLevel(obj_id spawner, String npcType, location here) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/geonosian_madbio_bunker/leaving.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/geonosian_madbio_bunker/leaving.java index da1dae5867..d0fd821456 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/geonosian_madbio_bunker/leaving.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/geonosian_madbio_bunker/leaving.java @@ -1,6 +1,7 @@ package script.theme_park.dungeon.geonosian_madbio_bunker; import script.dictionary; +import script.library.events; import script.library.instance; import script.obj_id; import script.string_id; @@ -20,7 +21,7 @@ public int OnAboutToReceiveItem(obj_id self, obj_id srcContainer, obj_id transfe } if (!hasObjVar(item, "gm")) { - if (!instance.GEONOSIAN_BUNKER_ENABLED) + if (!events.isEventActive(events.GEONOSIAN)) { string_id locked = new string_id(MSGS, "no_entry"); sendSystemMessage(item, locked); diff --git a/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/bocctyyy_bet_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/bocctyyy_bet_spawner.java index d565834f5e..5b671d8c00 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/bocctyyy_bet_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/bocctyyy_bet_spawner.java @@ -150,6 +150,6 @@ public int doCleanupEvent(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/hracca_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/hracca_spawner.java index 04e75fe48a..0c2fedaa1a 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/hracca_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/kashyyyk/hracca_spawner.java @@ -216,6 +216,6 @@ public int doCleanupEvent(obj_id self, dictionary params) throws InterruptedExce } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_han_solo_banners.java b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_han_solo_banners.java index ded51f91e7..728136bd67 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_han_solo_banners.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_han_solo_banners.java @@ -86,6 +86,6 @@ else if (hasObjVar(self, "imperialBannerSpawned")) } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_leia_crime_scene.java b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_leia_crime_scene.java index 14d09360d6..ea14653df0 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_leia_crime_scene.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_leia_crime_scene.java @@ -84,6 +84,6 @@ else if (hasObjVar(self, "stormtrooperHelmetSpawned")) } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_luke_plants.java b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_luke_plants.java index 1fc92dfc75..3b6c720d3c 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_luke_plants.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/rebel/rtp_luke_plants.java @@ -82,6 +82,6 @@ else if (hasObjVar(self, "dyingPlantSpawned")) } public boolean canSpawnByConfigSetting() throws InterruptedException { - return !spawning.AREA_SPAWNERS_DISABLED; + return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS); } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/warren/cell_guard.java b/sku.0/sys.server/compiled/game/script/theme_park/warren/cell_guard.java index d0f08243ec..077efe6b6d 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/warren/cell_guard.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/warren/cell_guard.java @@ -3,6 +3,7 @@ import script.ai.ai; import script.library.ai_lib; import script.library.chat; +import script.library.utils; import script.obj_id; import script.string_id; @@ -16,13 +17,14 @@ public cell_guard() public static final String AGGRO_VOLUME_NAME = "aggroVolume"; public static final String ACTION_ALERT = "alert"; public static final String ACTION_THREATEN = "threaten"; + private static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); public int OnAttach(obj_id self) throws InterruptedException { if (!hasObjVar(self, "ai.diction")) { setObjVar(self, "ai.diction", "military"); } - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, 15.0f, true); createTriggerVolume(AGGRO_VOLUME_NAME, 8.0f, true); @@ -38,7 +40,7 @@ public int OnAttach(obj_id self) throws InterruptedException } public int OnInitialize(obj_id self) throws InterruptedException { - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, 15.0f, true); createTriggerVolume(AGGRO_VOLUME_NAME, 8.0f, true); diff --git a/sku.0/sys.server/compiled/game/script/theme_park/warren/doctor_knag.java b/sku.0/sys.server/compiled/game/script/theme_park/warren/doctor_knag.java index 2e19e736fe..f108967e71 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/warren/doctor_knag.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/warren/doctor_knag.java @@ -3,6 +3,7 @@ import script.ai.ai; import script.library.ai_lib; import script.library.chat; +import script.library.utils; import script.obj_id; import script.string_id; @@ -15,9 +16,10 @@ public doctor_knag() public static final String ALERT_VOLUME_NAME = "alertTriggerVolume"; public static final String ACTION_ALERT = "alert"; public static final String ACTION_THREATEN = "threaten"; + private static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); public int OnAttach(obj_id self) throws InterruptedException { - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, 15.0f, true); } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java b/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java index 46b891047e..499c432e04 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java @@ -17,13 +17,16 @@ public trooper() public static final String ALERT_VOLUME_NAME = "alertVolume"; public static final String ACTION_ALERT = "alert"; public static final String ACTION_THREATEN = "threaten"; + private static final boolean AI_TRIGGER_VOLUMES_DISABLED = utils.checkConfigFlag("GameServer", "disableAITriggerVolumes"); + private static final boolean AI_COMBAT_DISABLED = utils.checkConfigFlag("GameServer", "disableAICombat"); + public int OnAttach(obj_id self) throws InterruptedException { if (!hasObjVar(self, "ai.diction")) { setObjVar(self, "ai.diction", "military"); } - if (!ai.AI_TRIGGER_VOLUMES_DISABLED) + if (!AI_TRIGGER_VOLUMES_DISABLED) { createTriggerVolume(ALERT_VOLUME_NAME, 15.0f, true); } @@ -81,7 +84,7 @@ public int OnTriggerVolumeEntered(obj_id self, String volumeName, obj_id breache } public int OnSawAttack(obj_id self, obj_id defender, obj_id[] attackers) throws InterruptedException { - if (ai.AI_COMBAT_DISABLED) + if (AI_COMBAT_DISABLED) { setWantSawAttackTriggers(self, false); return SCRIPT_OVERRIDE; From bb20b35fd831498c6fa9c071f2bfe658f6d78357 Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Tue, 30 Mar 2021 05:11:53 -0400 Subject: [PATCH 003/107] admin cmd updates see desc Added /admin startGcwSpaceBattle which can be used to force-start a GCW2 space battle /kill now works on ships and static objects (e.g. barricades), in addition to mobs /setRank now works correctly --- .../compiled/game/script/gm/cmd.java | 156 +++++++++++------- 1 file changed, 94 insertions(+), 62 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/gm/cmd.java b/sku.0/sys.server/compiled/game/script/gm/cmd.java index 861901d71a..ce8784896e 100755 --- a/sku.0/sys.server/compiled/game/script/gm/cmd.java +++ b/sku.0/sys.server/compiled/game/script/gm/cmd.java @@ -286,9 +286,25 @@ public dictionary parseRange(String params) throws InterruptedException } public int cmdKill(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!isIdValid(target) || !isMob(target)) + // If you're in space, kill the space ship you're targeting + if(isSpaceScene()) { + target = getLookAtTarget(self); + if(!isIdValid(target)) { + sendSystemMessageTestingOnly(self, "/kill: Your target for /kill was not valid."); + return SCRIPT_CONTINUE; + } + if(isPlayer(target)) { + sendSystemMessageTestingOnly(self, "/kill: You cannot use /kill on a player controlled ship. Use /killPlayer."); + return SCRIPT_CONTINUE; + } + messageTo(target, "megaDamage", null, 0f, false); + return SCRIPT_CONTINUE; + } + + // If you're on the ground, do damage to the target to kill it (creature or static like a barricade or turret) + if (!isIdValid(target)) { - sendSystemMessageTestingOnly(self, "/kill: you must have a valid creature target to use this command"); + sendSystemMessageTestingOnly(self, "/kill: The target specified was invalid."); return SCRIPT_CONTINUE; } if (params.contains(gm.KEYWORD_TARGET)) @@ -308,7 +324,7 @@ public int cmdKill(obj_id self, obj_id target, String params, float defaultTime) { if (!isIncapacitated(target)) { - setPosture(target, POSTURE_INCAPACITATED); + damage(target, 1, 0, 999999999); } } return SCRIPT_CONTINUE; @@ -668,74 +684,48 @@ public int cmdGetRank(obj_id self, obj_id target, String params, float defaultTi } public int cmdSetRank(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (utils.hasScriptVar(self, "setRank.pid")) - { - int oldpid = utils.getIntScriptVar(self, "setRank.pid"); - sui.closeSUI(self, oldpid); - utils.removeScriptVarTree(self, "setRank"); - } - dictionary d = gm.parseTarget(params, target, "SETRANK"); - if (d == null) - { - return SCRIPT_CONTINUE; - } - else if (d.isEmpty()) - { - } - else - { - params = d.getString("params"); - obj_id oid = d.getObjId("oid"); - if (isIdValid(oid)) - { - target = oid; - } - else - { - target = self; - } - } - if (!isIdValid(target) || !isPlayer(target)) + int currentRank = pvpGetCurrentGcwRank(target); + int faction = pvpGetAlignedFaction(target); + + if (params.contains(gm.KEYWORD_TARGET)) { - target = self; + params = gm.removeKeyword(params, gm.KEYWORD_TARGET); } - String faction = factions.getFaction(target); if (params == null || params.equalsIgnoreCase("")) { - int rank = pvpGetCurrentGcwRank(target); - String title = "Set Player Rank"; - String prompt = "Select the desired rank to set the player to.\n\n"; - prompt += "Target = (" + target + ") " + getName(target) + "\n"; - prompt += "Current Rank = (" + rank + ") " + getString(new string_id("faction_recruiter", factions.getRankName(rank, faction))); - Vector entries = new Vector(); - entries.setSize(0); - for (int i = 0; i <= factions.MAXIMUM_RANK; i++) - { - entries = utils.addElement(entries, "(" + i + ") " + getString(new string_id("faction_recruiter", factions.getRankName(i, faction)))); - } - int pid = sui.listbox(self, self, prompt, sui.OK_CANCEL, title, entries, "handleSetRankSelection"); - if (pid > -1) - { - utils.setScriptVar(self, "setRank.pid", pid); - utils.setScriptVar(self, "setRank.target", target); - gm.attachHandlerScript(self); - } + sendSystemMessageTestingOnly(self, "Syntax: /setRank -target <1 to 12> (e.g. 1 is Private, 12 is General)"); + return SCRIPT_CONTINUE; } - int newrank = utils.stringToInt(params); - if (newrank < 0 || newrank > factions.MAXIMUM_RANK) - { - sendSystemMessageTestingOnly(self, "/setRank: unable to parse rank. Please choose a rank between 0 & " + factions.MAXIMUM_RANK); + StringTokenizer st = new StringTokenizer(params); + String tempGoalRank = st.nextToken(); + int goalRank = Integer.parseInt(tempGoalRank); + + if (goalRank < 1 || goalRank > 12) { + sendSystemMessageTestingOnly(self, "Rank must be an integer between 1 (Private) and 12 (General)."); return SCRIPT_CONTINUE; } - if (factions.setRank(target, newrank)) - { - int urank = pvpGetCurrentGcwRank(target); - sendSystemMessageTestingOnly(self, "(" + target + ") " + getName(target) + "'s rank updated to (" + urank + ") " + getString(new string_id("faction_recruiter", factions.getRankName(urank, faction)))); + if (currentRank == goalRank) { + sendSystemMessageTestingOnly(self, "The desired rank you specified is already the current rank of "+getPlayerName(target)); + return SCRIPT_CONTINUE; } - else - { - sendSystemMessageTestingOnly(self, "The system was unable to update (" + target + ") " + getName(target) + "'s rank updated to (" + newrank + ") " + getString(new string_id("faction_recruiter", factions.getRankName(newrank, faction)))); + if (faction == 0) { + sendSystemMessageTestingOnly(self, getPlayerName(target)+" is currently neutral and not aligned with a faction so you cannot set their rank."); + return SCRIPT_CONTINUE; } + + int neededRankChange = goalRank - currentRank; + if (neededRankChange > 0) { + do { + gcw.increaseGcwRatingToNextRank(target); + currentRank = pvpGetCurrentGcwRank(target); + } while (currentRank != goalRank); + } else if (neededRankChange < 0) { + do { + gcw.decreaseGcwRatingToPreviousRank(target); + currentRank = pvpGetCurrentGcwRank(target); + } while (currentRank != goalRank); + } + sendSystemMessageTestingOnly(self, "Successfully changed the rank of "+getPlayerName(target)+ "("+target+")."); return SCRIPT_CONTINUE; } public int cmdGrantSkill(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException @@ -4454,6 +4444,46 @@ else if (command.equalsIgnoreCase("setWeather")) { return SCRIPT_CONTINUE; } + else if (command.equalsIgnoreCase("startGcwSpaceBattle")) { + + if(!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /admin startGcwSpaceBattle "); + return SCRIPT_CONTINUE; + } + else { + String scene = st.nextToken(); + String[] allowedScenes = {"tatooine", "dantooine", "lok", "naboo", "corellia"}; + if(!Arrays.asList(allowedScenes).contains(scene)) { + sendSystemMessageTestingOnly(self, "Error: The scene you specified was not valid. Valid scenes are: "+ Arrays.toString(allowedScenes)); + return SCRIPT_CONTINUE; + } else { + if(!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /admin startGcwSpaceBattle "); + return SCRIPT_CONTINUE; + } + String type = st.nextToken(); + if(!type.equalsIgnoreCase("pvp") && !type.equalsIgnoreCase("pve")) { + sendSystemMessageTestingOnly(self, "Error: Battle type must be pvp or pve."); + return SCRIPT_CONTINUE; + } + obj_id masterObject = getPlanetByName("tatooine"); + if(!hasObjVar(masterObject, "space_gcw.space_"+scene+".spawner")) { + sendSystemMessageTestingOnly(self, "Error: Couldn't find the spawner for that scene. Have you started the space scene and visited it before so it can initialize?"); + return SCRIPT_CONTINUE; + } else { + obj_id spawner = getObjIdObjVar(masterObject, "space_gcw.space_"+scene+".spawner"); + dictionary d = new dictionary(); + d.put("battle_type", type); + d.put("controller", masterObject); + messageTo(spawner, "startSpaceGCWBattle", d, 0f, false); + sendSystemMessageTestingOnly(self, "Successfully requested start for battle in the space zone of "+scene+" of type "+type); + sendConsoleMessage(self, "\\#00FFFF ***startSpaceGcwBattle REMINDER: The battle will start after the configured prep time and will not begin if the space zone isn't currently active with at least 1 player in it so you may need to re-send the command when the zone is active.\\#."); + return SCRIPT_CONTINUE; + } + } + } + } + else { showAdminCmdSyntax(self); } @@ -4472,6 +4502,8 @@ private static void showAdminCmdSyntax(obj_id self) throws InterruptedException sendConsoleMessage(self, "returns the account username of the specified player"); sendConsoleMessage(self, "\\#00ffff setWeather \\#bfff00 \\#."); sendConsoleMessage(self, "sets the weather for the current scene"); + sendConsoleMessage(self, "\\#00ffff startGcwSpaceBattle \\#bfff00 \\#."); + sendConsoleMessage(self, "sends a request to start the GCW2 space battle for the specified scene and type"); sendConsoleMessage(self, "\\#ffff00 ============ ============ ============ ============ \\#."); } From 04a32e3e95d004f33e8f3af6f554b7fdcfda54b7 Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Wed, 31 Mar 2021 12:13:09 -0400 Subject: [PATCH 004/107] Various Updates Refactors factional presence tracking from src to dsrc for more flexibility and hooking to GCW leaderboard for scaled scoring later Addresses a number of faction base and faction presence GU items Rescripted gmRevive to have more functionality Restore Planet Map Cats to final day --- .../datatables/planet_map/map_locations.tab | 92 +++---- .../compiled/game/script/gm/cmd.java | 79 ++++++ .../game/script/library/faction_perk.java | 103 ++++++++ .../compiled/game/script/library/gcw.java | 224 +++++++++++++++++- .../game/script/library/space_skill.java | 46 ++++ .../game/script/player/base/base_player.java | 4 + .../game/script/player/live_conversions.java | 8 + .../game/datatables/command/command_table.tab | 4 +- .../game/datatables/player/planet_map_cat.tab | 36 +-- 9 files changed, 531 insertions(+), 65 deletions(-) diff --git a/sku.0/sys.server/compiled/game/datatables/planet_map/map_locations.tab b/sku.0/sys.server/compiled/game/datatables/planet_map/map_locations.tab index 6cb67490ce..33702cf97d 100755 --- a/sku.0/sys.server/compiled/game/datatables/planet_map/map_locations.tab +++ b/sku.0/sys.server/compiled/game/datatables/planet_map/map_locations.tab @@ -6,7 +6,7 @@ object/building/tatooine/bank_tatooine.iff bank object/building/naboo/bank_naboo.iff bank object/building/corellia/bank_corellia.iff bank object/building/tatooine/cantina_tatooine.iff cantina 1 -object/building/tatooine/capitol_tatooine.iff @loc_n:bestine capitol +object/building/tatooine/capitol_tatooine.iff @loc_n:bestine capitol object/building/tatooine/guild_combat_tatooine_style_01.iff guild guild_combat object/building/tatooine/guild_commerce_tatooine_style_01.iff guild guild_commerce object/building/tatooine/guild_theater_tatooine_style_01.iff guild guild_theater 1 @@ -50,9 +50,9 @@ object/building/military/outpost_cloning_facility_s03.iff cloningfacility object/building/military/outpost_starport.iff starport object/building/military/small_imperial_cloning_facility.iff cloningfacility object/building/military/small_imperial_cloning_facility_s02.iff cloningfacility -object/building/military/military_base_shed_imperial_style_cantina_s01.iff cantina -object/building/military/military_base_shed_imperial_style_hospital_01.iff medicalcenter -object/building/corellia/capitol_corellia.iff capitol +object/building/military/military_base_shed_imperial_style_cantina_s01.iff cantina +object/building/military/military_base_shed_imperial_style_hospital_01.iff medicalcenter +object/building/corellia/capitol_corellia.iff capitol object/building/poi/scout_camp_s4.iff camp 1 object/building/poi/scout_camp_s5.iff camp 1 object/building/player/city/cloning_naboo.iff cloningfacility @@ -64,47 +64,53 @@ object/building/player/city/hospital_tatooine.iff medicalcenter object/building/player/city/cityhall_tatooine.iff city object/building/player/city/cityhall_naboo.iff city object/building/player/city/cityhall_corellia.iff city -object/building/player/city/theater_tatooine.iff theater -object/building/player/city/theater_naboo.iff theater -object/building/player/city/theater_corellia.iff theater -object/building/player/city/shuttleport_tatooine.iff shuttleport -object/building/player/city/shuttleport_naboo.iff shuttleport -object/building/player/city/shuttleport_corellia.iff shuttleport -object/building/player/city/bank_corellia.iff bank -object/building/player/city/bank_tatooine.iff bank -object/building/player/city/bank_naboo.iff bank -object/building/player/city/cantina_tatooine.iff cantina -object/building/player/city/cantina_naboo.iff cantina -object/building/player/city/cantina_corellia.iff cantina -object/building/corellia/garage_corellia.iff garage -object/building/naboo/parking_garage_naboo_style_1.iff garage -object/building/tatooine/parking_garage_tatooine_style_1.iff garage -object/building/player/player_garage_tatooine_style_01.iff garage +object/building/player/city/theater_tatooine.iff theater +object/building/player/city/theater_naboo.iff theater +object/building/player/city/theater_corellia.iff theater +object/building/player/city/shuttleport_tatooine.iff shuttleport +object/building/player/city/shuttleport_naboo.iff shuttleport +object/building/player/city/shuttleport_corellia.iff shuttleport +object/building/player/city/bank_corellia.iff bank +object/building/player/city/bank_tatooine.iff bank +object/building/player/city/bank_naboo.iff bank +object/building/player/city/cantina_tatooine.iff cantina +object/building/player/city/cantina_naboo.iff cantina +object/building/player/city/cantina_corellia.iff cantina +object/building/corellia/garage_corellia.iff garage +object/building/naboo/parking_garage_naboo_style_1.iff garage +object/building/tatooine/parking_garage_tatooine_style_1.iff garage +object/building/player/player_garage_tatooine_style_01.iff garage object/building/player/player_garage_corellia_style_01.iff garage object/building/player/player_garage_naboo_style_01.iff garage object/building/tatooine/salon_tatooine.iff salon object/building/corellia/salon_corellia.iff salon object/building/naboo/salon_naboo.iff salon -object/building/faction_perk/hq/hq_s01_rebel_pvp.iff rebel sf_rebel_forward_base 1 -object/building/faction_perk/hq/hq_s01_imp_pvp.iff imperial sf_imperial_forward_base 1 -object/building/faction_perk/hq/hq_s02_rebel_pvp.iff rebel sf_rebel_minor_base 1 -object/building/faction_perk/hq/hq_s02_imp_pvp.iff imperial sf_imperial_minor_base 1 -object/building/faction_perk/hq/hq_s03_rebel_pvp.iff rebel sf_rebel_major_base 1 -object/building/faction_perk/hq/hq_s03_imp_pvp.iff imperial sf_imperial_major_base 1 -object/building/faction_perk/hq/hq_s04_rebel_pvp.iff rebel sf_rebel_hq 1 -object/building/faction_perk/hq/hq_s04_imp_pvp.iff imperial sf_imperial_hq 1 -object/building/faction_perk/hq/hq_s05_rebel_pvp.iff rebel sf_rebel_hq 1 -object/building/faction_perk/hq/hq_s05_imp_pvp.iff imperial sf_imperial_hq 1 -object/building/faction_perk/hq/hq_s04_rebel.iff rebel rebel_hq -object/building/faction_perk/hq/hq_s04_imp.iff imperial imperial_hq -object/building/faction_perk/hq/hq_s05_rebel.iff rebel rebel_hq -object/building/faction_perk/hq/hq_s05_imp.iff imperial imperial_hq -object/building/kashyyyk/mun_kachirho_starport.iff starport -object/building/mustafar/structures/must_new_mining_facility.iff cantina -object/building/mustafar/structures/must_mining_cantina_marker.iff starport -object/building/mustafar/structures/must_mining_clone_marker.iff cloningfacility -object/building/naboo/rori_restuss_starport.iff starport -object/building/naboo/rori_restuss_shuttleport.iff shuttleport -object/building/dathomir/dathomir_quarantine_zone_starport.iff starport -object/building/dathomir/dathomir_quarantine_zone_cantina.iff cantina -object/building/tatooine/bestine_museum.iff @loc_n:bestine museum +object/building/kashyyyk/mun_kachirho_starport.iff starport +object/building/mustafar/structures/must_new_mining_facility.iff cantina +object/building/mustafar/structures/must_mining_cantina_marker.iff starport +object/building/mustafar/structures/must_mining_clone_marker.iff cloningfacility +object/building/naboo/rori_restuss_starport.iff starport +object/building/naboo/rori_restuss_shuttleport.iff shuttleport +object/building/dathomir/dathomir_quarantine_zone_starport.iff starport +object/building/dathomir/dathomir_quarantine_zone_cantina.iff cantina +object/building/tatooine/bestine_museum.iff @loc_n:bestine museum +object/building/faction_perk/hq/hq_s01_imp.iff player_placed_factional_base player_placed_factional_base_imperial +object/building/faction_perk/hq/hq_s01_rebel.iff player_placed_factional_base player_placed_factional_base_rebel +object/building/faction_perk/hq/hq_s01_imp_pvp.iff player_placed_factional_base player_placed_factional_base_imperial 1 +object/building/faction_perk/hq/hq_s01_rebel_pvp.iff player_placed_factional_base player_placed_factional_base_rebel 1 +object/building/faction_perk/hq/hq_s02_imp.iff player_placed_factional_base player_placed_factional_base_imperial +object/building/faction_perk/hq/hq_s02_rebel.iff player_placed_factional_base player_placed_factional_base_rebel +object/building/faction_perk/hq/hq_s02_imp_pvp.iff player_placed_factional_base player_placed_factional_base_imperial 1 +object/building/faction_perk/hq/hq_s02_rebel_pvp.iff player_placed_factional_base player_placed_factional_base_rebel 1 +object/building/faction_perk/hq/hq_s03_imp.iff player_placed_factional_base player_placed_factional_base_imperial +object/building/faction_perk/hq/hq_s03_rebel.iff player_placed_factional_base player_placed_factional_base_rebel +object/building/faction_perk/hq/hq_s03_imp_pvp.iff player_placed_factional_base player_placed_factional_base_imperial 1 +object/building/faction_perk/hq/hq_s03_rebel_pvp.iff player_placed_factional_base player_placed_factional_base_rebel 1 +object/building/faction_perk/hq/hq_s04_imp.iff player_placed_factional_base player_placed_factional_base_imperial +object/building/faction_perk/hq/hq_s04_rebel.iff player_placed_factional_base player_placed_factional_base_rebel +object/building/faction_perk/hq/hq_s04_imp_pvp.iff player_placed_factional_base player_placed_factional_base_imperial 1 +object/building/faction_perk/hq/hq_s04_rebel_pvp.iff player_placed_factional_base player_placed_factional_base_rebel 1 +object/building/faction_perk/hq/hq_s05_imp.iff player_placed_factional_base player_placed_factional_base_imperial +object/building/faction_perk/hq/hq_s05_rebel.iff player_placed_factional_base player_placed_factional_base_rebel +object/building/faction_perk/hq/hq_s05_imp_pvp.iff player_placed_factional_base player_placed_factional_base_imperial 1 +object/building/faction_perk/hq/hq_s05_rebel_pvp.iff player_placed_factional_base player_placed_factional_base_rebel 1 diff --git a/sku.0/sys.server/compiled/game/script/gm/cmd.java b/sku.0/sys.server/compiled/game/script/gm/cmd.java index ce8784896e..2167c886d9 100755 --- a/sku.0/sys.server/compiled/game/script/gm/cmd.java +++ b/sku.0/sys.server/compiled/game/script/gm/cmd.java @@ -4558,4 +4558,83 @@ public int cmdGenerateCraftedItem(obj_id self, obj_id target, String params, flo return SCRIPT_CONTINUE; } + public int cmdGmRevive(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { + + if (params.contains(gm.KEYWORD_TARGET)) + { + params = gm.removeKeyword(params, gm.KEYWORD_TARGET); + target = getTarget(self); + } else { + sendSystemMessageTestingOnly(self, "[Syntax] /gmRevive -target"); + return SCRIPT_CONTINUE; + } + + // fix a disabled vehicle + if(isGameObjectTypeOf(target, GOT_vehicle)) { + if(isDisabled(target)) { + clearCondition(target, CONDITION_DISABLED); + } + setHitpoints(target, getMaxHitpoints(target)); + sendSystemMessageTestingOnly(self, "The vehicle (" + target + ") was restored."); + return SCRIPT_CONTINUE; + } + + // revive a dead pet + if (pet_lib.isPet(target)) { + obj_id bcd = beast_lib.getBeastBCD(target); + obj_id master = beast_lib.getMaster(target); + if(pet_lib.isDead(target)) { + int maxHealth = getMaxAttrib(target, HEALTH); + beast_lib.storeBeast(bcd); + beast_lib.setBCDBeastIsDead(bcd, false); + beast_lib.setBCDBeastHealth(bcd, maxHealth); + beast_lib.createBeastFromBCD(master, bcd); + } else { + setHealth(target, getMaxHealth(target)); + setAction(target, getMaxAction(target)); + buff.removeAllDebuffs(target); + } + sendSystemMessageTestingOnly(self, beast_lib.getBeastName(target) + " (" + target + ") [beast] was restored."); + return SCRIPT_CONTINUE; + } + + // Heal a player and remove all debuffs. Also revive them if they're dead. + if (isPlayer(target)) { + if (getPosture(target) == POSTURE_DEAD) { + pclib.clearEffectsForDeath(target); + int suiClone = utils.getIntScriptVar(target, pclib.VAR_SUI_CLONE); + sui.closeSUI(target, suiClone); + utils.removeScriptVar(target, pclib.VAR_SUI_CLONE); + utils.removeScriptVar(target, pclib.VAR_REVIVE_OPTIONS); + pclib.trimLastKiller(target); + pvpRemoveAllTempEnemyFlags(target); + removeObjVar(target, pclib.VAR_BEEN_COUPDEGRACED); + playClientEffectObj(target, "clienteffect/player_clone_compile.cef", target, null); + } + healing.fullHealEveryone(target); + setAttrib(target, HEALTH, getMaxAttrib(target, HEALTH)); + setAttrib(target, ACTION, getMaxAttrib(target, ACTION)); + dot.removeAllDots(target); + buff.removeAllDebuffs(target); + sendSystemMessageTestingOnly(target, "You have been restored..."); + sendSystemMessageTestingOnly(self, getPlayerName(target)+" ("+target+") [player] was restored."); + return SCRIPT_CONTINUE; + + } else { + // heal an NPC, unless they're dead, in which case you can't revive them + if(isDead(target)) { + sendSystemMessageTestingOnly(self, "gmRevive: Unable to restore "+target+" because they are an NPC/Object and cannot return from death."); + return SCRIPT_CONTINUE; + } else { + setHealth(target, getMaxHealth(target)); + setAttrib(target, HEALTH, getMaxAttrib(target, HEALTH)); + setAction(target, getMaxAction(target)); + setAttrib(target, ACTION, getMaxAttrib(target, ACTION)); + buff.removeAllDebuffs(target); + sendSystemMessageTestingOnly(self, getName(target) + " (" + target + ") [npc/obj] was restored."); + return SCRIPT_CONTINUE; + } + } + } + } diff --git a/sku.0/sys.server/compiled/game/script/library/faction_perk.java b/sku.0/sys.server/compiled/game/script/library/faction_perk.java index 3320ce1c77..e13cb80838 100755 --- a/sku.0/sys.server/compiled/game/script/library/faction_perk.java +++ b/sku.0/sys.server/compiled/game/script/library/faction_perk.java @@ -86,6 +86,15 @@ public faction_perk() public static final string_id SID_ALREADY_HAVE = new string_id("gcw", "comm_already_used"); public static final string_id SID_TOO_LOW_LEVEL = new string_id("gcw", "player_too_low"); public static final string_id SID_INDOORS = new string_id("gcw", "player_is_indoors"); + private static final float BASE_MODIFIER_01_PVE = utils.getFloatConfigSetting("GameServer", "gcwFactionBase01PvEBonusAmount", 0.01f); + private static final float BASE_MODIFIER_01_PVP = utils.getFloatConfigSetting("GameServer", "gcwFactionBase01PvPBonusAmount", 0.02f); + private static final float BASE_MODIFIER_02_PVE = utils.getFloatConfigSetting("GameServer", "gcwFactionBase02PvEBonusAmount", 0.03f); + private static final float BASE_MODIFIER_02_PVP = utils.getFloatConfigSetting("GameServer", "gcwFactionBase02PvPBonusAmount", 0.05f); + private static final float BASE_MODIFIER_03_PVE = utils.getFloatConfigSetting("GameServer", "gcwFactionBase03PvEBonusAmount", 0.06f); + private static final float BASE_MODIFIER_03_PVP = utils.getFloatConfigSetting("GameServer", "gcwFactionBase03PvPBonusAmount", 0.08f); + private static final float BASE_MODIFIER_04_PVE = utils.getFloatConfigSetting("GameServer", "gcwFactionBase04PvEBonusAmount", 0.10f); + private static final float BASE_MODIFIER_04_PVP = utils.getFloatConfigSetting("GameServer", "gcwFactionBase04PvPBonusAmount", 0.12f); + public static int prejudicePerkCost(obj_id player, String faction, int base_cost) throws InterruptedException { if (!isIdValid(player) || (faction == null) || (faction.equals("")) || (base_cost < 1)) @@ -157,6 +166,21 @@ public static boolean canDeployFactionalDeed(obj_id player, obj_id deed) throws sendSystemMessage(player, new string_id("gcw", "cannot_place_additional_base")); return false; } + + // GU 17.2 cannot place base in contested region your faction doesn't control at least 51% + int impScore = gcw.getGcwImperialScorePercentile(gcw.getGcwRegion(player)); + if(pvpGetAlignedFaction(player) == FACTION_HASH_IMPERIAL) { + if(impScore < 51) { + sendSystemMessage(player, new string_id("gcw", "not_controlling_contested_region")); + return false; + } + } else if (pvpGetAlignedFaction(player) == FACTION_HASH_REBEL) { + if(impScore > 49) { + sendSystemMessage(player, new string_id("gcw", "not_controlling_contested_region")); + return false; + } + } + int used = getIntObjVar(player, player_structure.VAR_LOTS_USED); String fp_template = player_structure.getFootprintTemplate(template); if ((fp_template == null) || (fp_template.equals(""))) @@ -1053,4 +1077,83 @@ public static boolean spawnTroopers(obj_id player, String faction, int rank) thr } return true; } + + /** + * Wrapper for getRebel/ImperialFactionBases methods to pass faction hash + */ + public static Vector getFactionBasesForFaction(int faction) { + if(faction == FACTION_HASH_IMPERIAL) { + return getImperialFactionBases(); + } else if (faction == FACTION_HASH_REBEL) { + return getRebelFactionBases(); + } + return null; + } + + /** + * Returns a Vector of obj_ids of all Rebel bases in the galaxy + */ + public static Vector getRebelFactionBases() { + Vector bases = new Vector(); + map_location[] locs = getPlanetaryMapLocations("player_placed_factional_base", "player_placed_factional_base_rebel"); + for (map_location loc : locs) { + bases.add(loc.getLocationId()); + } + return bases; + } + + /** + * Returns a Vector of obj_ids of all Imperial bases in the galaxy + */ + public static Vector getImperialFactionBases() { + Vector bases = new Vector(); + map_location[] locs = getPlanetaryMapLocations("player_placed_factional_base", "player_placed_factional_base_imperial"); + for (map_location loc : locs) { + bases.add(loc.getLocationId()); + } + return bases; + } + + /** + * Provides the bonus multiplier to GCW points/presence for a particular base type + */ + public static float getBaseBonusValueByTemplate(String template) { + + switch (template) { + // Forward Outpost + case "object/building/faction_perk/hq/hq_s01_imp.iff": + case "object/building/faction_perk/hq/hq_s01_rebel.iff": + return BASE_MODIFIER_01_PVE; + // SF Forward Outpost + case "object/building/faction_perk/hq/hq_s01_imp_pvp.iff": + case "object/building/faction_perk/hq/hq_s01_rebel_pvp.iff": + return BASE_MODIFIER_01_PVP; + // Field Hospital + case "object/building/faction_perk/hq/hq_s02_imp.iff": + case "object/building/faction_perk/hq/hq_s02_rebel.iff": + return BASE_MODIFIER_02_PVE; + // SF Field Hospital + case "object/building/faction_perk/hq/hq_s02_imp_pvp.iff": + case "object/building/faction_perk/hq/hq_s02_rebel_pvp.iff": + return BASE_MODIFIER_02_PVP; + // Tactical Center + case "object/building/faction_perk/hq/hq_s03_imp.iff": + case "object/building/faction_perk/hq/hq_s03_rebel.iff": + return BASE_MODIFIER_03_PVE; + // SF Tactical Center + case "object/building/faction_perk/hq/hq_s03_imp_pvp.iff": + case "object/building/faction_perk/hq/hq_s03_rebel_pvp.iff": + return BASE_MODIFIER_03_PVP; + // Detachment HQ + case "object/building/faction_perk/hq/hq_s04_imp.iff": + case "object/building/faction_perk/hq/hq_s04_rebel.iff": + return BASE_MODIFIER_04_PVE; + // SF Detachment HQ + case "object/building/faction_perk/hq/hq_s04_imp_pvp.iff": + case "object/building/faction_perk/hq/hq_s04_rebel_pvp.iff": + return BASE_MODIFIER_04_PVP; + } + return 0.0f; + } + } diff --git a/sku.0/sys.server/compiled/game/script/library/gcw.java b/sku.0/sys.server/compiled/game/script/library/gcw.java index b5b3bb8f4e..5d1c5686c9 100755 --- a/sku.0/sys.server/compiled/game/script/library/gcw.java +++ b/sku.0/sys.server/compiled/game/script/library/gcw.java @@ -2,8 +2,7 @@ import script.*; -import java.util.Arrays; -import java.util.Vector; +import java.util.*; public class gcw extends script.base_script { @@ -68,7 +67,9 @@ public gcw() public static final int GCW_POINT_TYPE_GROUND_QUEST = 6; public static final int GCW_POINT_TYPE_TRADING = 7; public static final int GCW_POINT_TYPE_ENTERTAINING = 8; - public static final int GCW_POINT_TYPE_MAX = 9; + public static final int GCW_POINT_TYPE_CITY_INVASION = 9; + public static final int GCW_POINT_TYPE_GCW2_SPACE_BATTLE = 10; + public static final int GCW_POINT_TYPE_MAX = 11; public static final String[] validScenes = { "tatooine", @@ -121,7 +122,9 @@ public gcw() "space_pvp", "pve", "trading", - "entertaining" + "entertaining", + "city_invasions", + "gcw2_space" }; public static final float COLLECTION_DAMAGE_RATIO_MIN = 0.41f; public static final String PVP_PUSHBACK_REGION = "pvp_pushback"; @@ -254,10 +257,23 @@ public gcw() public static final String GCW_TUTORIAL_FLAG = "gcw_tutorial_flag.has_received_tutorial"; public static final String COLOR_REBELS = "\\" + colors_hex.COLOR_REBELS; public static final String COLOR_IMPERIALS = "\\" + colors_hex.COLOR_IMPERIALS; + public static final boolean DEBUG_LEADERBOARD = true; private static final float GCW_POINT_BONUS = utils.getFloatConfigSetting("GameServer", "gcwPointBonus", 1.0f); private static final float GCW_TOKEN_BONUS = utils.getFloatConfigSetting("GameServer", "gcwTokenBonus", 1.0f); private static final int GCW_CYCLE_INVASION_TIME = utils.getIntConfigSetting("GameServer", "gcwInvasionCycleTime", 3); private static final int GCW_MAX_INVASION_CITY_RUNNING = utils.getIntConfigSetting("GameServer", "gcwInvasionCityMaximumRunning", 3); + private static final boolean DISABLE_GCW_BASE_POINT_MULTIPLIER = utils.checkConfigFlag("GameServer", "gcwFactionBaseDisableBonusMultipliers"); + private static final float BASE_RANGE_01 = utils.getFloatConfigSetting("GameServer", "gcwFactionBase01BonusRadius", 750.0f); + private static final float BASE_RANGE_02 = utils.getFloatConfigSetting("GameServer", "gcwFactionBase02BonusRadius", 1000.0f); + private static final float BASE_RANGE_03 = utils.getFloatConfigSetting("GameServer", "gcwFactionBase03BonusRadius", 1250.0f); + private static final float BASE_RANGE_04 = utils.getFloatConfigSetting("GameServer", "gcwFactionBase04BonusRadius", 1500.0f); + private static final int PRESENCE_RANK_BONUS = utils.getIntConfigSetting("GameServer", "gcwFactionalPresenceGcwRankBonusPct", 10); + private static final int PRESENCE_LEVEL_BONUS = utils.getIntConfigSetting("GameServer", "gcwFactionalPresenceLevelPct", 10); + private static final int PRESENCE_MOUNT_PENALTY = utils.getIntConfigSetting("GameServer", "gcwFactionalPresenceMountedPct", 20); + private static final int PRESENCE_PLAYER_SCALED_BONUS = utils.getIntConfigSetting("GameServer", "gcwFactionalPresencePlayerBonusPct", 5); + private static final int PRESENCE_ALIGNED_CITY_BONUS = utils.getIntConfigSetting("GameServer", "gcwFactionalPresenceAlignedCityBonusPct", 100); + private static final int PRESENCE_CITY_RANK_BONUS = utils.getIntConfigSetting("GameServer", "gcwFactionalPresenceAlignedCityRankBonusPct", 10); + private static final int PRESENCE_CITY_AGE_BONUS = utils.getIntConfigSetting("GameServer", "gcwFactionalPresenceAlignedCityAgeBonusPct", 5); public static void assignScanInterests(obj_id npc) throws InterruptedException { @@ -1280,6 +1296,7 @@ public static void _grantGcwPoints(obj_id victim, obj_id attacker, int pointValu { return; } + pointValue *= getGcwFactionBasesMultiplierForPlayerAtPoint(attacker); pointValue *= GCW_POINT_BONUS; pvpModifyCurrentGcwPoints(attacker, pointValue); prose_package pp = new prose_package(); @@ -1378,6 +1395,12 @@ public static void grantGcwPointsToRegion(obj_id player, int pointValue, int poi { return; } + // GU 17.6 PvP Killer must be Factional Presence Eligible to Contribute to Region Score + if(pointType == GCW_POINT_TYPE_GROUND_PVP_REGION) { + if(!isFactionPresenceEligible(player)) { + return; + } + } String category = getGcwCategory(pointType); String regionName = getGcwRegion(player); if (category == null || category.length() <= 0 || regionName == null || regionName.length() <= 0) @@ -1740,6 +1763,10 @@ public static void grantBaseDestructionPoints(obj_id base) throws InterruptedExc CustomerServiceLog("GCW_points_player_base_busting", "There are no valid players in the filtered list"); return; } + // GU 20 - Scale Points Earned for Base Busting when Total Players Involved > 8 + if(filteredList.size() > 8) { + value = (value * 8) / filteredList.size(); + } for (Object o : filteredList) { grantModifiedGcwPoints(((obj_id) o), value, gcw.GCW_POINT_TYPE_BASE_BUSTING, template); } @@ -2467,6 +2494,7 @@ public static boolean awardGcwInvasionParticipants(Vector participantList, int f continue; } grantUnmodifiedGcwPoints(((obj_id) o), gcwPointAmt); + //grantGcwLeaderboardPoints(((obj_id) o), gcwPointAmt, GCW_POINT_TYPE_CITY_INVASION); if (tokenStaticName == null || tokenStaticName.length() <= 0) { CustomerServiceLog("gcw_city_invasion", "gcw.awardGcwInvasionParticipants: Player: " + ((obj_id) o) + " is NOT receiving " + gcwTokenAmt + " " + tokenStaticName + " tokens or " + gcwPointAmt + " " + factionFlag + " GCW points (GCW points only awarded to pure faction players, not factionalHelpers) because the token string name is INVALID. This is probably due to an edge case where the player changed their faction status to be neutral."); continue; @@ -2957,4 +2985,192 @@ public static boolean gcwCityHelpText(obj_id player) throws InterruptedException flushSUIPage(page); return true; } + + /** + * GU 17.2 Addition: + * Determines how many factional bases are within the defined range of the player to + * award a multiplier to GCW Points and Factional Presence based on those values. + * These are configurable. But the defaults are: + * - Forward Outpost - 1%, 750m + * - SF Forward Outpost - 2%, 750m + * - Field Hospital - 3%, 1000m + * - SF Field Hospital - 5%, 1000m + * - Tactical Center - 6%, 1250m + * - SF Tactical Center - 8%, 1250m + * - Detachment Headquarters - 10%, 1500m + * - SF Detachment Headquarters - 12%, 1500m + */ + public static float getGcwFactionBasesMultiplierForPlayerAtPoint(obj_id player) { + float multiplier = 1.0f; + if(DISABLE_GCW_BASE_POINT_MULTIPLIER) { + return multiplier; + } + String template; + location playerLoc = getLocation(player); + location baseLoc; + Vector bases = faction_perk.getFactionBasesForFaction(pvpGetAlignedFaction(player)); + if(bases == null) { + return multiplier; + } + for (obj_id base : bases) { + template = getTemplateName(base); + baseLoc = getLocation(base); + if (baseLoc.area.equalsIgnoreCase(playerLoc.area)) { + if (template.contains("01")) { + if (getDistance(playerLoc, baseLoc) <= BASE_RANGE_01) { + multiplier += faction_perk.getBaseBonusValueByTemplate(getTemplateName(base)); + } + } else if (template.contains("02")) { + if (getDistance(playerLoc, baseLoc) <= BASE_RANGE_02) { + multiplier += faction_perk.getBaseBonusValueByTemplate(getTemplateName(base)); + } + } else if (template.contains("03")) { + if (getDistance(playerLoc, baseLoc) <= BASE_RANGE_03) { + multiplier += faction_perk.getBaseBonusValueByTemplate(getTemplateName(base)); + } + } else if (template.contains("04")) { + if (getDistance(playerLoc, baseLoc) <= BASE_RANGE_04) { + multiplier += faction_perk.getBaseBonusValueByTemplate(getTemplateName(base)); + } + } + } + } + return multiplier; + } + + /** + * This method handles granting Factional Presence + * It was ported from the SRC to DSRC to allow ease of customization/advancement + * This is called in a 60-second loop in base_player the entire time a player is + * online, replicating how it was handled in the SRC (through LFG updater loop) + * + * Calculation: + * bonus = 100 + * bonus += GCW Rank * GcwRankBonusPtc + * bonus += Up to 8 Players in Range who are Faction Presence Eligible * PlayerBonusPtc + * bonus *= Multiplier for Faction Bases in Range + * bonus += City Bonus for Same Faction Alignment + * bonus += City Rank * CityRankBonusPtc + * bonus += City Age in Years * CityAgeBonusPtc + * Final Value = PlayerLevel * LevelBonusPtc * bonus * mountPenalty / 1000000 + */ + public static void grantGcwFactionalPresenceScore(obj_id player) throws InterruptedException { + if(isFactionPresenceEligible(player)) { + final String region = getGcwRegion(player); + final location playerLoc = getLocation(player); + final int faction = pvpGetAlignedFaction(player); + int bonus = 100; + int mountPenalty = 100; + + // Determine Bonus based on GCW Rank (1 - 12) + bonus += pvpGetCurrentGcwRank(player) * PRESENCE_RANK_BONUS; + // Determine Combat Level and City Bonus Eligibility + int cityBonus = 0; + int level = 1; + // -------------------- player is in space ---------------- + if(isSpaceScene()) { + // determine combat level by using relative pilot skills + if(space_skill.isMasterPilot(player)) { + level = 90; + } else if (space_skill.hasTier3Skills(player)) { + level = 69; + } else if (space_skill.hasTier2Skills(player)) { + level = 45; + } else if (space_skill.hasTier1Skills(player)) { + level = 21; + } + // give city bonus if player's citizenship city is on the + // corresponding ground planet & is same faction as player + int citizenOfCity = getCitizenOfCityId(player); + if (citizenOfCity > 0) { + String cityLoc = cityGetLocation(citizenOfCity).area; + String spaceLoc; + // handle planets w/o space zone matching + if(cityLoc.equalsIgnoreCase("rori")) { + spaceLoc = "space_naboo"; + } else if (cityLoc.equalsIgnoreCase("talus")) { + spaceLoc = "space_corellia"; + } else { + spaceLoc = "space_"+cityLoc; + } + if(spaceLoc.equalsIgnoreCase(getCurrentSceneName())) { + cityBonus = citizenOfCity; + } + } + } + // -------------------- player is on the ground ---------------- + else { + level = getLevel(player); // use actual combat level + // give city bonus if player is standing in a city that is of the same + // factional alignment as the player + int cityAtLoc = getCityAtLocation(playerLoc, 0); + if (cityAtLoc > 0) { + if(cityGetFaction(cityAtLoc) == faction) { + cityBonus = cityAtLoc; + } + } + // determine mount penalty + if(isIdValid(getMountId(player))) { + mountPenalty = Math.min(Math.max(PRESENCE_MOUNT_PENALTY, 1), 100); + } + // scale up the bonus based on players in the area + obj_id[] players = getAllPlayers(playerLoc, 500.0f); + int playerBonus = 1; + for (obj_id p : players) { + if(isFactionPresenceEligible(p)) { + ++playerBonus; + } + } + playerBonus = Math.min(playerBonus, 8); + bonus += playerBonus * PRESENCE_PLAYER_SCALED_BONUS; + // apply nearby factional bases bonus + bonus *= getGcwFactionBasesMultiplierForPlayerAtPoint(player); + } + // Handle City Bonuses + if(cityBonus > 0) { + if(pvpGetAlignedFaction(player) == cityGetFaction(cityBonus)) { + // bonus just for having an aligned city + bonus += PRESENCE_ALIGNED_CITY_BONUS; + // bonus for each level of city rank + bonus += city.getCityRank(cityBonus) * PRESENCE_CITY_RANK_BONUS; + // bonus for each year of age your city is + bonus += Math.max(0, (getCalendarTime() - Math.max(1041408000, cityGetCreationTime(cityBonus))) / 31536000 * PRESENCE_CITY_AGE_BONUS); + } + } + // Points Calculation + final int points = Math.max(1, level * PRESENCE_LEVEL_BONUS * Math.min(1000, bonus) * mountPenalty / 1000000); + + // Update GCW Score + if(faction == FACTION_HASH_IMPERIAL) { + adjustGcwImperialScore("FactionalPresence", player, region, points); + } else if (faction == FACTION_HASH_REBEL) { + adjustGcwRebelScore("FactionalPresence", player, region, points); + } + + // Log the Points + LOG("factional_presence", "Player "+getPlayerName(player)+" ("+player+") added "+points+" of presence with bonus "+bonus+" to region "+region+" for faction "+faction); + } + } + + /** + * The conditions a player must meet to contribute to the factional presence score. + * Also used for finding other "faction presence eligible" players in the region. + * + * Conditions: + * Player must be active (provided input in last 15 minutes, not including macros) + * Player must be Special Forces + * Player must be within a GCW Contested Region + * Player cannot be cloaked, incapacitated, or in a structure + */ + public static boolean isFactionPresenceEligible(obj_id player) throws InterruptedException { + if(!isPlayerActive(player) || isDead(player) || isIncapacitated(player)) { + return false; + } + if(!factions.isDeclared(player) || structure.isInside(player) || !getCreatureCoverVisibility(player)) { + return false; + } + String region = getGcwRegion(player); + return region != null && !region.equalsIgnoreCase(""); + } + } diff --git a/sku.0/sys.server/compiled/game/script/library/space_skill.java b/sku.0/sys.server/compiled/game/script/library/space_skill.java index 61c305b4e3..66c19eebe2 100755 --- a/sku.0/sys.server/compiled/game/script/library/space_skill.java +++ b/sku.0/sys.server/compiled/game/script/library/space_skill.java @@ -170,4 +170,50 @@ public static boolean isMasterPilot(obj_id player) throws InterruptedException } return false; } + public static boolean hasTier3Skills(obj_id player) throws InterruptedException { + if (hasRebelSkill(player)) + { + return (hasSkill(player, "pilot_rebel_navy_droid_03")); + } + if (hasImperialSkill(player)) + { + return (hasSkill(player, "pilot_imperial_navy_droid_03")); + } + if (hasPilotSkill(player)) + { + return (hasSkill(player, "pilot_neutral_droid_03")); + } + return false; + } + public static boolean hasTier2Skills(obj_id player) throws InterruptedException { + if (hasRebelSkill(player)) + { + return (hasSkill(player, "pilot_rebel_navy_droid_02")); + } + if (hasImperialSkill(player)) + { + return (hasSkill(player, "pilot_imperial_navy_droid_02")); + } + if (hasPilotSkill(player)) + { + return (hasSkill(player, "pilot_neutral_droid_02")); + } + return false; + } + public static boolean hasTier1Skills(obj_id player) throws InterruptedException { + if (hasRebelSkill(player)) + { + return (hasSkill(player, "pilot_rebel_navy_droid_01")); + } + if (hasImperialSkill(player)) + { + return (hasSkill(player, "pilot_imperial_navy_droid_01")); + } + if (hasPilotSkill(player)) + { + return (hasSkill(player, "pilot_neutral_droid_01")); + } + return false; + } + } diff --git a/sku.0/sys.server/compiled/game/script/player/base/base_player.java b/sku.0/sys.server/compiled/game/script/player/base/base_player.java index 3ac5e08b65..c09099a7cc 100755 --- a/sku.0/sys.server/compiled/game/script/player/base/base_player.java +++ b/sku.0/sys.server/compiled/game/script/player/base/base_player.java @@ -12281,4 +12281,8 @@ public int OnWaypointWarpRequested(obj_id self, obj_id waypoint) throws Interrup warpPlayer(self, loc.area, loc.x, loc.y, loc.z, loc.cell, 0, 0, 0, "noHandler", false); return SCRIPT_CONTINUE; } + public int playerFactionalPresenceHeartbeat(obj_id self, dictionary params) throws InterruptedException { + gcw.grantGcwFactionalPresenceScore(self); + return SCRIPT_CONTINUE; + } } diff --git a/sku.0/sys.server/compiled/game/script/player/live_conversions.java b/sku.0/sys.server/compiled/game/script/player/live_conversions.java index fd0c3de55c..8b1389d9c4 100755 --- a/sku.0/sys.server/compiled/game/script/player/live_conversions.java +++ b/sku.0/sys.server/compiled/game/script/player/live_conversions.java @@ -104,6 +104,7 @@ public void runOncePerSessionConversions(obj_id player) throws InterruptedExcept handleEsbAnniversaryGifts(player); handleMailOptInRewards(player); handleCombatUpgradePlaqueReward(player); + startFactionalPresenceTrackingLoop(player); } public void runOncePerTravelConversions(obj_id player) throws InterruptedException { @@ -1006,4 +1007,11 @@ public void grantElderBuff(obj_id player) throws InterruptedException } } + /** + * Handles looper to start tracking factional presence + */ + public void startFactionalPresenceTrackingLoop(obj_id player) throws InterruptedException { + recurringMessageTo(player, "playerFactionalPresenceHeartbeat", null, 60.0f); + } + } diff --git a/sku.0/sys.shared/compiled/game/datatables/command/command_table.tab b/sku.0/sys.shared/compiled/game/datatables/command/command_table.tab index 0fd9790671..4a0cb30d76 100755 --- a/sku.0/sys.shared/compiled/game/datatables/command/command_table.tab +++ b/sku.0/sys.shared/compiled/game/datatables/command/command_table.tab @@ -732,9 +732,9 @@ gmForceCommand immediate gmForceCommand admin 0 1 gmForceRank immediate cmdGMForceRank admin 1 1 0 1 1 0 0 0 0 optional 0 40 csr 0 gmFsVillage immediate cmdGMFsVillage admin 1 1 0 1 1 0 0 0 0 optional 0 40 csr 0 gmJediState immediate gmJediState admin 0 1 1 gm.cmd optional 0 40 csr 0 -gmr immediate gmRevive admin 1 1 0 1 1 none 0 40 csr 0 +gmr immediate cmdGmRevive admin 1 1 0 1 1 gm.cmd none 0 40 csr 0 gmregrantQuest immediate cmdGmRegrantQuest admin 0 1 gm.cmd none 0 40 csr 0 -gmRevive immediate gmRevive admin 1 1 0 1 1 none 0 40 csr 0 +gmRevive immediate cmdGmRevive admin 1 1 0 1 1 gm.cmd none 0 40 csr 0 gmShowQuest immediate cmdGmShowQuest admin 0 1 gm.cmd none 0 40 csr 0 gmWeapon immediate cmdGmWeapon admin 1 1 0 1 1 0 0 0 0 optional 0 40 csr 0 goto immediate cmdGoto failAdmin admin 1 1 0 1 1 gm.cmd optional 0 0 40 csr 0 diff --git a/sku.0/sys.shared/compiled/game/datatables/player/planet_map_cat.tab b/sku.0/sys.shared/compiled/game/datatables/player/planet_map_cat.tab index 88f136247e..f6dfe11110 100755 --- a/sku.0/sys.shared/compiled/game/datatables/player/planet_map_cat.tab +++ b/sku.0/sys.shared/compiled/game/datatables/player/planet_map_cat.tab @@ -14,22 +14,22 @@ guild_university 11 0 1 hotel 12 medicalcenter 13 1 shuttleport 14 -starport 15 -themepark 16 -city 17 -waypoint 18 -trainer 19 -trainer_brawler 20 0 1 -trainer_artisan 21 0 1 -trainer_scout 22 0 1 -trainer_marksman 23 0 1 -trainer_entertainer 24 0 1 -trainer_medic 25 0 1 -junkshop 26 -tavern 27 1 -barracks 28 1 -vendor 29 -vendor_armor 30 0 1 +starport 15 +themepark 16 +city 17 +waypoint 18 +trainer 19 +trainer_brawler 20 0 1 +trainer_artisan 21 0 1 +trainer_scout 22 0 1 +trainer_marksman 23 0 1 +trainer_entertainer 24 0 1 +trainer_medic 25 0 1 +junkshop 26 +tavern 27 1 +barracks 28 1 +vendor 29 +vendor_armor 30 0 1 vendor_clothing 31 0 1 vendor_components 32 0 1 vendor_droids 33 0 1 @@ -88,3 +88,7 @@ gcw_factional_presence 83 gcw_factional_presence_rebel_only 84 0 1 gcw_factional_presence_imperial_only 85 0 1 gcw_factional_presence_rebel_and_imperial 86 0 1 +player_placed_factional_base 87 1 0 0 +player_placed_factional_base_rebel 88 0 1 1 +player_placed_factional_base_imperial 89 0 1 1 +vendor_chronicles 90 0 1 0 From 8319732829dee5dc268695d2638b54f28b38c0de Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Fri, 2 Apr 2021 11:41:55 -0400 Subject: [PATCH 005/107] Update buff.java --- .../compiled/game/script/library/buff.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/sku.0/sys.server/compiled/game/script/library/buff.java b/sku.0/sys.server/compiled/game/script/library/buff.java index f74b459941..5e2ab2e125 100755 --- a/sku.0/sys.server/compiled/game/script/library/buff.java +++ b/sku.0/sys.server/compiled/game/script/library/buff.java @@ -1562,4 +1562,23 @@ public static boolean decayAllBuffsFromPvpDeath(obj_id target, float percent) th } return true; } + public static boolean removeAllDebuffs(obj_id target) throws InterruptedException + { + if (!isIdValid(target) || !exists(target)) + { + return false; + } + int[] buffs = getAllBuffs(target); + if (buffs == null || buffs.length == 0) + { + return true; + } + for (int b : buffs) { + buff_data bdata = combat_engine.getBuffData(b); + if (bdata.debuff == 1) { + removeBuff(target, b); + } + } + return true; + } } From 1ea3235d29b0bcd8432248af3928841f2414f803 Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Fri, 9 Apr 2021 20:14:35 -0400 Subject: [PATCH 006/107] Add GCW Leaderboards --- .../buildout/tatooine/tatooine_6_2.tab | 1 + .../compiled/game/script/DiscordWebhook.java | 398 ++++ .../compiled/game/script/gm/cmd.java | 137 +- .../compiled/game/script/library/city.java | 11 + .../game/script/library/factions.java | 2 +- .../compiled/game/script/library/gcw.java | 162 +- .../compiled/game/script/library/guild.java | 12 + .../game/script/library/leaderboard.java | 1696 +++++++++++++++++ .../compiled/game/script/library/utils.java | 3 + .../compiled/game/script/library/web_api.java | 70 + .../game/script/planet/planet_base.java | 2 + .../game/script/player/base/base_player.java | 31 +- .../game/script/player/live_conversions.java | 20 + .../game/script/player/player_faction.java | 14 +- .../compiled/game/script/rank_pair.java | 51 +- .../game/script/script_class_loader.java | 9 + .../game/script/systems/city/city_hall.java | 1 + .../systems/leaderboard/controller.java | 56 + .../leaderboard/gcw_display_object.java | 222 +++ .../leaderboard/gcw_master_object.java | 634 ++++++ .../leaderboard/gcw_player_fix_it.java | 206 ++ .../terminal/terminal_gcw_publish_gift.java | 12 + 22 files changed, 3717 insertions(+), 33 deletions(-) create mode 100644 sku.0/sys.server/compiled/game/script/DiscordWebhook.java create mode 100644 sku.0/sys.server/compiled/game/script/library/leaderboard.java create mode 100644 sku.0/sys.server/compiled/game/script/library/web_api.java create mode 100644 sku.0/sys.server/compiled/game/script/systems/leaderboard/controller.java create mode 100644 sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_display_object.java create mode 100644 sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java create mode 100644 sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_player_fix_it.java diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/tatooine/tatooine_6_2.tab b/sku.0/sys.server/compiled/game/datatables/buildout/tatooine/tatooine_6_2.tab index cea5b3b393..9154970d83 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/tatooine/tatooine_6_2.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/tatooine/tatooine_6_2.tab @@ -1326,3 +1326,4 @@ i i h i f f f f f f f s p 1187929 1187917 object/cell/cell.iff 12 0 0 0 1 0 0 0 $| -19844656 0 object/tangible/planet_map_location/city.iff 0 1570.98 5 1342.91 0.938444 0 0.345432 0 $| -90069420 0 object/tangible/theme_park/invisible_object.iff 0 1475.19 5 1371.49 1 0 0 0 fishing.controller $| +-90069421 0 object/tangible/theme_park/invisible_object.iff 0 1478.41 5 1369.71 1 0 0 0 systems.leaderboard.controller $| diff --git a/sku.0/sys.server/compiled/game/script/DiscordWebhook.java b/sku.0/sys.server/compiled/game/script/DiscordWebhook.java new file mode 100644 index 0000000000..70bf8874f9 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/DiscordWebhook.java @@ -0,0 +1,398 @@ +package script; + +import script.library.utils; + +import javax.net.ssl.HttpsURLConnection; +import java.awt.Color; +import java.io.OutputStream; +import java.lang.reflect.Array; +import java.net.URL; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Set; + +/** + * DiscordWebhook Integration + * SWG Source Addition - 2021 + * Adapted from: https://gist.github.com/k3kdude/fba6f6b37594eae3d6f9475330733bdb + */ +public class DiscordWebhook { + + private final String url; + private String content; + private String username; + private String avatarUrl; + private boolean tts; + private List embeds = new ArrayList<>(); + + /** + * Constructs a new DiscordWebhook instance + * + * @param url The webhook URL obtained in Discord + */ + public DiscordWebhook(String url) { + this.url = url; + } + + public void setContent(String content) { + this.content = content; + } + + public void setUsername(String username) { + this.username = username; + } + + public void setAvatarUrl(String avatarUrl) { + this.avatarUrl = avatarUrl; + } + + public void setTts(boolean tts) { + this.tts = tts; + } + + public void addEmbed(EmbedObject embed) { + this.embeds.add(embed); + } + + public void execute() { + if (this.content == null && this.embeds.isEmpty()) { + throw new IllegalArgumentException("Set content or add at least one EmbedObject"); + } + + JSONObject json = new JSONObject(); + + json.put("content", this.content); + json.put("username", this.username); + json.put("avatar_url", this.avatarUrl); + json.put("tts", this.tts); + + if (!this.embeds.isEmpty()) { + List embedObjects = new ArrayList<>(); + + for (EmbedObject embed : this.embeds) { + JSONObject jsonEmbed = new JSONObject(); + + jsonEmbed.put("title", embed.getTitle()); + jsonEmbed.put("description", embed.getDescription()); + jsonEmbed.put("url", embed.getUrl()); + + if (embed.getColor() != null) { + Color color = embed.getColor(); + int rgb = color.getRed(); + rgb = (rgb << 8) + color.getGreen(); + rgb = (rgb << 8) + color.getBlue(); + + jsonEmbed.put("color", rgb); + } + + EmbedObject.Footer footer = embed.getFooter(); + EmbedObject.Image image = embed.getImage(); + EmbedObject.Thumbnail thumbnail = embed.getThumbnail(); + EmbedObject.Author author = embed.getAuthor(); + List fields = embed.getFields(); + + if (footer != null) { + JSONObject jsonFooter = new JSONObject(); + + jsonFooter.put("text", footer.getText()); + jsonFooter.put("icon_url", footer.getIconUrl()); + jsonEmbed.put("footer", jsonFooter); + } + + if (image != null) { + JSONObject jsonImage = new JSONObject(); + + jsonImage.put("url", image.getUrl()); + jsonEmbed.put("image", jsonImage); + } + + if (thumbnail != null) { + JSONObject jsonThumbnail = new JSONObject(); + + jsonThumbnail.put("url", thumbnail.getUrl()); + jsonEmbed.put("thumbnail", jsonThumbnail); + } + + if (author != null) { + JSONObject jsonAuthor = new JSONObject(); + + jsonAuthor.put("name", author.getName()); + jsonAuthor.put("url", author.getUrl()); + jsonAuthor.put("icon_url", author.getIconUrl()); + jsonEmbed.put("author", jsonAuthor); + } + + List jsonFields = new ArrayList<>(); + for (EmbedObject.Field field : fields) { + JSONObject jsonField = new JSONObject(); + + jsonField.put("name", field.getName()); + jsonField.put("value", field.getValue()); + jsonField.put("inline", field.isInline()); + + jsonFields.add(jsonField); + } + + jsonEmbed.put("fields", jsonFields.toArray()); + embedObjects.add(jsonEmbed); + } + + json.put("embeds", embedObjects.toArray()); + } + + try { + URL url = new URL(this.url); + HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); + connection.addRequestProperty("Content-Type", "application/json"); + connection.addRequestProperty("User-Agent", "Java-DiscordWebhook-BY-Gelox_"); + connection.setDoOutput(true); + connection.setRequestMethod("POST"); + + OutputStream stream = connection.getOutputStream(); + stream.write(json.toString().getBytes()); + stream.flush(); + stream.close(); + + connection.getInputStream().close(); //I'm not sure why but it doesn't work without getting the InputStream + connection.disconnect(); + } catch (Exception e) { + utils.throwWarning("DiscordWebhook Exception: "+e.getMessage()); + } + } + + public static class EmbedObject { + private String title; + private String description; + private String url; + private Color color; + + private Footer footer; + private Thumbnail thumbnail; + private Image image; + private Author author; + private List fields = new ArrayList<>(); + + public String getTitle() { + return title; + } + + public String getDescription() { + return description; + } + + public String getUrl() { + return url; + } + + public Color getColor() { + return color; + } + + public Footer getFooter() { + return footer; + } + + public Thumbnail getThumbnail() { + return thumbnail; + } + + public Image getImage() { + return image; + } + + public Author getAuthor() { + return author; + } + + public List getFields() { + return fields; + } + + public EmbedObject setTitle(String title) { + this.title = title; + return this; + } + + public EmbedObject setDescription(String description) { + this.description = description; + return this; + } + + public EmbedObject setUrl(String url) { + this.url = url; + return this; + } + + public EmbedObject setColor(Color color) { + this.color = color; + return this; + } + + public EmbedObject setFooter(String text, String icon) { + this.footer = new Footer(text, icon); + return this; + } + + public EmbedObject setThumbnail(String url) { + this.thumbnail = new Thumbnail(url); + return this; + } + + public EmbedObject setImage(String url) { + this.image = new Image(url); + return this; + } + + public EmbedObject setAuthor(String name, String url, String icon) { + this.author = new Author(name, url, icon); + return this; + } + + public EmbedObject addField(String name, String value, boolean inline) { + this.fields.add(new Field(name, value, inline)); + return this; + } + + private class Footer { + private String text; + private String iconUrl; + + private Footer(String text, String iconUrl) { + this.text = text; + this.iconUrl = iconUrl; + } + + private String getText() { + return text; + } + + private String getIconUrl() { + return iconUrl; + } + } + + private class Thumbnail { + private String url; + + private Thumbnail(String url) { + this.url = url; + } + + private String getUrl() { + return url; + } + } + + private class Image { + private String url; + + private Image(String url) { + this.url = url; + } + + private String getUrl() { + return url; + } + } + + private class Author { + private String name; + private String url; + private String iconUrl; + + private Author(String name, String url, String iconUrl) { + this.name = name; + this.url = url; + this.iconUrl = iconUrl; + } + + private String getName() { + return name; + } + + private String getUrl() { + return url; + } + + private String getIconUrl() { + return iconUrl; + } + } + + private class Field { + private String name; + private String value; + private boolean inline; + + private Field(String name, String value, boolean inline) { + this.name = name; + this.value = value; + this.inline = inline; + } + + private String getName() { + return name; + } + + private String getValue() { + return value; + } + + private boolean isInline() { + return inline; + } + } + } + + private class JSONObject { + + private final HashMap map = new HashMap<>(); + + void put(String key, Object value) { + if (value != null) { + map.put(key, value); + } + } + + @Override + public String toString() { + StringBuilder builder = new StringBuilder(); + Set> entrySet = map.entrySet(); + builder.append("{"); + + int i = 0; + for (Map.Entry entry : entrySet) { + Object val = entry.getValue(); + builder.append(quote(entry.getKey())).append(":"); + + if (val instanceof String) { + builder.append(quote(String.valueOf(val))); + } else if (val instanceof Integer) { + builder.append(Integer.valueOf(String.valueOf(val))); + } else if (val instanceof Boolean) { + builder.append(val); + } else if (val instanceof JSONObject) { + builder.append(val.toString()); + } else if (val.getClass().isArray()) { + builder.append("["); + int len = Array.getLength(val); + for (int j = 0; j < len; j++) { + builder.append(Array.get(val, j).toString()).append(j != len - 1 ? "," : ""); + } + builder.append("]"); + } + + builder.append(++i == entrySet.size() ? "}" : ","); + } + + return builder.toString(); + } + + private String quote(String string) { + return "\"" + string + "\""; + } + } + +} \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/script/gm/cmd.java b/sku.0/sys.server/compiled/game/script/gm/cmd.java index 2167c886d9..d867af5557 100755 --- a/sku.0/sys.server/compiled/game/script/gm/cmd.java +++ b/sku.0/sys.server/compiled/game/script/gm/cmd.java @@ -725,7 +725,7 @@ public int cmdSetRank(obj_id self, obj_id target, String params, float defaultTi currentRank = pvpGetCurrentGcwRank(target); } while (currentRank != goalRank); } - sendSystemMessageTestingOnly(self, "Successfully changed the rank of "+getPlayerName(target)+ "("+target+")."); + sendSystemMessageTestingOnly(self, "Successfully changed the rank of "+getPlayerName(target)+ " ("+target+")."); return SCRIPT_CONTINUE; } public int cmdGrantSkill(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException @@ -4342,7 +4342,37 @@ public int cmdAdmin(obj_id self, obj_id target, String params, float defaultTime return SCRIPT_CONTINUE; } - if(command.equalsIgnoreCase("dumpPermsForCell")) { + if(command.equalsIgnoreCase("dumpLeaderboardInfo")) { + obj_id oid; + if(!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /admin dumpLeaderboardInfo "); + return SCRIPT_CONTINUE; + } else { + oid = obj_id.getObjId(Long.parseLong(st.nextToken())); + } + if (!isValidId(oid)) { + sendSystemMessageTestingOnly(self, "The object specified for dumpLeaderboardInfo was not valid."); + return SCRIPT_CONTINUE; + } + + String message = "Leaderboard Information for "+getPlayerFullName(oid)+" ("+oid+") \n\n" + + "Current Leaderboard Period to System: \t" + leaderboard.getCurrentLeaderboardPeriod()+ "\n" + + "Current Leaderboard to Player: \t\t\t"+ getIntObjVar(oid, leaderboard.OBJVAR_LEADERBOARD_PLAYER_PERIOD) + "\n\n" + + "Data from Individual Player: \n" + + "Player Score (Imperial): \t\t\t"+ getIntObjVar(oid, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL) + "\n" + + "Player Score (Rebel): \t\t\t\t"+ getIntObjVar(oid, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL) + "\n" + + "Guild Score Contribution Eligible?: \t"+ gcw.canContributeToGcwLeaderboardForGuild(oid) + "\n" + + "Guild Score (Imperial): \t\t\t\t"+ getIntObjVar(oid, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL) + "\n" + + "Guild Score (Rebel): \t\t\t\t"+ getIntObjVar(oid, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL) + "\n" + + "City Score Contribution Eligible?: \t"+ gcw.canContributeToGcwLeaderboardForCity(oid) + "\n" + + "City Score (Imperial): \t\t\t\t"+ getIntObjVar(oid, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL) + "\n" + + "City Score (Rebel): \t\t\t\t\t"+ getIntObjVar(oid, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL) + "\n\n" + + "Factional Presence Tracking: \t" + utils.getIntScriptVar(oid, "leaderboard_factional_presence_tracking") + "\n" + + "In Current Period Participant List? \t"; + sui.msgbox(self, self, message, sui.OK_ONLY, "Leaderboard Info", "noHandler"); + } + + else if(command.equalsIgnoreCase("dumpPermsForCell")) { obj_id oid; if(!st.hasMoreTokens()) { @@ -4366,6 +4396,11 @@ public int cmdAdmin(obj_id self, obj_id target, String params, float defaultTime return SCRIPT_CONTINUE; } + else if(command.equalsIgnoreCase("gcwLeaderboard")) { + leaderboard.promptGcwLeaderboardDataRequestCsInternalOnly(self); + return SCRIPT_CONTINUE; + } + else if(command.equalsIgnoreCase("getRotation")) { obj_id oid; @@ -4411,6 +4446,96 @@ else if (command.equalsIgnoreCase("getUsername")) { } } + else if (command.equalsIgnoreCase("grantGcwPoints")) { + + if(!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /admin grantGcwPoints "); + return SCRIPT_CONTINUE; + } else { + String toParse = st.nextToken(); + obj_id player; + if(toParse.matches(".*\\d.*")) { + player = obj_id.getObjId(Long.parseLong(toParse)); + } else + { + player = getPlayerIdFromFirstName(toParse); + } + if (isIdValid(player) && isPlayer(player)) { + if(!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /admin grantGcwPoints "); + return SCRIPT_CONTINUE; + } else { + int points = Integer.parseInt(st.nextToken()); + if(points < 1 || points > 1000) { + sendSystemMessageTestingOnly(self, "grantGcwPoints: Error: You may only grant a minimum of 1 and a maximum of 1000 points."); + return SCRIPT_CONTINUE; + } + gcw.grantUnmodifiedGcwPoints(player, points/5); + sendSystemMessageTestingOnly(self, "Successfully granted "+points+" GCW Points to "+getPlayerName(player)+" ("+player+")"); + return SCRIPT_CONTINUE; + } + } else { + sendSystemMessageTestingOnly(self, "grantGcwPoints: Error: The name or OID you provided is not valid or is not a player."); + return SCRIPT_CONTINUE; + } + } + } + + else if (command.equalsIgnoreCase("grantGcwPointsArea")) { + + if(!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /admin grantGcwPointsArea "); + return SCRIPT_CONTINUE; + } else { + float range = Float.parseFloat(st.nextToken()); + if(range < 1 || range > 1024) { + sendSystemMessageTestingOnly(self, "gcwGrantPointsArea: Error: Range must be between 1 and 1024."); + return SCRIPT_CONTINUE; + } + if(!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /admin grantGcwPointsArea "); + return SCRIPT_CONTINUE; + } else { + int points = Integer.parseInt(st.nextToken()); + if(points < 1 || points > 1000) { + sendSystemMessageTestingOnly(self, "gcwGrantPointsArea: Error: You may only grant a minimum of 1 and a maximum of 1000 points."); + return SCRIPT_CONTINUE; + } + int count = 0; + obj_id[] players = getAllPlayers(getLocation(self), range); + if(players.length < 1) { + sendSystemMessageTestingOnly(self, "gcwGrantPointsArea: Error: No players were found in the requested range."); + return SCRIPT_CONTINUE; + } + for (obj_id player : players) { + gcw.grantUnmodifiedGcwPoints(player, points/5); + count++; + } + sendSystemMessageTestingOnly(self, "Successfully granted "+points+" GCW Points to a total of "+count+" players within range."); + return SCRIPT_CONTINUE; + } + } + } + + else if (command.equalsIgnoreCase("removeAllScriptVars")) { + + if (!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /admin removeAllScriptVars "); + return SCRIPT_CONTINUE; + } else { + String toParse = st.nextToken(); + obj_id thing = obj_id.getObjId(Long.parseLong(toParse)); + if(!isIdValid(thing)) { + sendSystemMessageTestingOnly(self, "removeAllScriptVars: Error: The OID you provided is not valid."); + return SCRIPT_CONTINUE; + } else { + thing.clearScriptVars(); + sendSystemMessageTestingOnly(self, "Successfully removed all ScriptVars from Object "+thing); + return SCRIPT_CONTINUE; + } + } + } + else if (command.equalsIgnoreCase("setWeather")) { String weather; @@ -4494,12 +4619,20 @@ else if (command.equalsIgnoreCase("startGcwSpaceBattle")) { private static void showAdminCmdSyntax(obj_id self) throws InterruptedException { sendSystemMessageTestingOnly(self, "Outputting nested commands and syntax of /admin to console"); sendConsoleMessage(self, "\\#ffff00 ============ Syntax: /admin commands ============ \\#."); + sendConsoleMessage(self, "\\#00ffff dumpLeaderboardInfo \\#bfff00 \\#."); + sendConsoleMessage(self, "returns the current leaderboard information for the provided player"); sendConsoleMessage(self, "\\#00ffff dumpPermsForCell \\#bfff00 \\#."); sendConsoleMessage(self, "returns the public status and permissions list for the provided cell"); + sendConsoleMessage(self, "\\#00ffff gcwLeaderboard \\#bfff00 \\#."); + sendConsoleMessage(self, "opens a SUI window with GM/Debug options for the GCW Leaderboard"); sendConsoleMessage(self, "\\#00ffff getRotation \\#bfff00 \\#."); sendConsoleMessage(self, "returns the quaternions and rotation of an object"); sendConsoleMessage(self, "\\#00ffff getUsername \\#bfff00 \\#."); sendConsoleMessage(self, "returns the account username of the specified player"); + sendConsoleMessage(self, "\\#00ffff grantGcwPoints \\#bfff00 \\#."); + sendConsoleMessage(self, "grants the number of GCW points to the provided player"); + sendConsoleMessage(self, "\\#00ffff grantGcwPointsArea \\#bfff00 \\#."); + sendConsoleMessage(self, "grants the number of GCW points to all players within range"); sendConsoleMessage(self, "\\#00ffff setWeather \\#bfff00 \\#."); sendConsoleMessage(self, "sets the weather for the current scene"); sendConsoleMessage(self, "\\#00ffff startGcwSpaceBattle \\#bfff00 \\#."); diff --git a/sku.0/sys.server/compiled/game/script/library/city.java b/sku.0/sys.server/compiled/game/script/library/city.java index 40daef4b24..966fab7ae6 100755 --- a/sku.0/sys.server/compiled/game/script/library/city.java +++ b/sku.0/sys.server/compiled/game/script/library/city.java @@ -132,6 +132,8 @@ public city() public static final String CITIZEN_LIST_QUERIED = "cityhall.citizen_list_queried"; public static final String CITIZEN_LIST_DATA = "cityhall.citizen_list_data"; private static final boolean STRUCTURE_FEES_DISABLED = utils.checkConfigFlag("GameServer", "disableStructureFees"); + public static final String VAR_LEADERBOARD_PERIOD_ON_JOIN = "guild.leaderboardPeriodOnJoin"; + public static int canBuildCityHere(obj_id player, location loc) throws InterruptedException { int[] all_cities = getAllCityIds(); @@ -547,6 +549,7 @@ public static void addCitizen(obj_id citizen, obj_id residence) throws Interrupt String cname = cityGetCitizenName(city_id, citizen); bodypp = prose.getPackage(NEW_CITY_CITIZEN_OTHER_BODY, mayor_name, citizen_name, city_name); utils.sendMail(NEW_CITY_CITIZEN_OTHER_SUBJECT, bodypp, cname, "City Hall"); + setObjVar(citizen, VAR_LEADERBOARD_PERIOD_ON_JOIN, leaderboard.getCurrentLeaderboardPeriod()); } public static void removeCitizen(obj_id citizen, obj_id residence) throws InterruptedException { @@ -1881,4 +1884,12 @@ public static obj_id[] getCitySafeHouseCitizenList(int city_id) throws Interrupt obj_id[] returnArray = utils.toStaticObjIdArray(safeHouseCitizens); return returnArray; } + + /** + * Returns the City Chat channel name for the specified City + * e.g. chatSendToRoom(city.getChatChannelForCity(cityId), "message", ""); + */ + public static String getChatChannelForCity(int cityId) throws InterruptedException { + return getGameChatCode() + "." + getGalaxyName() + "." + "city." + cityId + ".CityChat"; + } } diff --git a/sku.0/sys.server/compiled/game/script/library/factions.java b/sku.0/sys.server/compiled/game/script/library/factions.java index c098e6b8af..3fb82b4992 100755 --- a/sku.0/sys.server/compiled/game/script/library/factions.java +++ b/sku.0/sys.server/compiled/game/script/library/factions.java @@ -867,7 +867,7 @@ public static boolean isNeutral(obj_id target) throws InterruptedException } return pvpGetType(target) == PVPTYPE_NEUTRAL; } - public static String getFactionNameByHashCode(int hashCode) throws InterruptedException + public static String getFactionNameByHashCode(int hashCode) { if (hashCode == 0) { diff --git a/sku.0/sys.server/compiled/game/script/library/gcw.java b/sku.0/sys.server/compiled/game/script/library/gcw.java index 5d1c5686c9..8210c5b80c 100755 --- a/sku.0/sys.server/compiled/game/script/library/gcw.java +++ b/sku.0/sys.server/compiled/game/script/library/gcw.java @@ -67,9 +67,7 @@ public gcw() public static final int GCW_POINT_TYPE_GROUND_QUEST = 6; public static final int GCW_POINT_TYPE_TRADING = 7; public static final int GCW_POINT_TYPE_ENTERTAINING = 8; - public static final int GCW_POINT_TYPE_CITY_INVASION = 9; - public static final int GCW_POINT_TYPE_GCW2_SPACE_BATTLE = 10; - public static final int GCW_POINT_TYPE_MAX = 11; + public static final int GCW_POINT_TYPE_MAX = 9; public static final String[] validScenes = { "tatooine", @@ -274,6 +272,11 @@ public gcw() private static final int PRESENCE_ALIGNED_CITY_BONUS = utils.getIntConfigSetting("GameServer", "gcwFactionalPresenceAlignedCityBonusPct", 100); private static final int PRESENCE_CITY_RANK_BONUS = utils.getIntConfigSetting("GameServer", "gcwFactionalPresenceAlignedCityRankBonusPct", 10); private static final int PRESENCE_CITY_AGE_BONUS = utils.getIntConfigSetting("GameServer", "gcwFactionalPresenceAlignedCityAgeBonusPct", 5); + private static final float LEADERBOARD_BONUS_GROUND_PVE = utils.getFloatConfigSetting("GameServer","leaderboardGcwGroundPvEBonus", 1.0f); + private static final float LEADERBOARD_BONUS_GROUND_PVP = utils.getFloatConfigSetting("GameServer","leaderboardGcwGroundPvPBonus", 1.0f); + private static final float LEADERBOARD_BONUS_SPACE_PVE = utils.getFloatConfigSetting("GameServer","leaderboardGcwSpacePvEBonus", 1.0f); + private static final float LEADERBOARD_BONUS_SPACE_PVP = utils.getFloatConfigSetting("GameServer","leaderboardGcwSpacePvPBonus", 1.0f); + private static final float LEADERBOARD_BONUS_BASE_BUST = utils.getFloatConfigSetting("GameServer","leaderboardGcwBaseBustingBonus", 1.0f); public static void assignScanInterests(obj_id npc) throws InterruptedException { @@ -1315,6 +1318,7 @@ public static void _grantGcwPoints(obj_id victim, obj_id attacker, int pointValu doGcwPointCsLogging(attacker, pointValue, pointType, information); gcwInvasionCreditForGCW(attacker, pointValue); grantGcwPointsToRegion(attacker, pointValue, pointType); + handleGcwLeaderboardUpdates(attacker, pointValue, pointType); } public static void doGcwPointCsLogging(obj_id player, int pointValue, int pointType, String information) throws InterruptedException { @@ -3043,6 +3047,7 @@ public static float getGcwFactionBasesMultiplierForPlayerAtPoint(obj_id player) * It was ported from the SRC to DSRC to allow ease of customization/advancement * This is called in a 60-second loop in base_player the entire time a player is * online, replicating how it was handled in the SRC (through LFG updater loop) + * See: player.live_conversions for when heartbeat/loops are called. * * Calculation: * bonus = 100 @@ -3147,6 +3152,12 @@ public static void grantGcwFactionalPresenceScore(obj_id player) throws Interrup adjustGcwRebelScore("FactionalPresence", player, region, points); } + // Add Presence Points to Leaderboard Score as 50% of their total value + // e.g. Lvl 90 SF Imperial General without any other modifiers would contribute ~10 points per minute + final int pointsForLeaderboard = Math.max(1, (int)(points * 0.50f)); + final int existingPoints = utils.getIntScriptVar(player, "leaderboard_factional_presence_tracking"); + utils.setScriptVar(player, "leaderboard_factional_presence_tracking", (pointsForLeaderboard + existingPoints)); + // Log the Points LOG("factional_presence", "Player "+getPlayerName(player)+" ("+player+") added "+points+" of presence with bonus "+bonus+" to region "+region+" for faction "+faction); } @@ -3173,4 +3184,149 @@ public static boolean isFactionPresenceEligible(obj_id player) throws Interrupte return region != null && !region.equalsIgnoreCase(""); } + /** + * Validates if a player can contribute to their city's GCW Leaderboard Score + * Present requirements are: + * Must be same faction as city, and + * Must not have joined during current period + */ + public static boolean canContributeToGcwLeaderboardForCity(obj_id player) throws InterruptedException { + final int cityId = getCitizenOfCityId(player); + if(cityId > 0) { + if(cityGetFaction(cityId) != pvpGetAlignedFaction(player)) { + return false; + } + if(!hasObjVar(player, city.VAR_LEADERBOARD_PERIOD_ON_JOIN)) { + setObjVar(player, city.VAR_LEADERBOARD_PERIOD_ON_JOIN, leaderboard.getCurrentLeaderboardPeriod()); + return false; + } + return getIntObjVar(player, city.VAR_LEADERBOARD_PERIOD_ON_JOIN) != leaderboard.getCurrentLeaderboardPeriod(); + } + return false; + } + + /** + * Validates if a player can contribute to their guild's GCW Leaderboard Score + * Present requirements are: + * Must be same faction as guild, and + * Must not have joined during current period + */ + public static boolean canContributeToGcwLeaderboardForGuild(obj_id player) throws InterruptedException { + final int guildId = getGuildId(player); + if(guildId > 0) { + if(guildGetCurrentFaction(guildId) != pvpGetAlignedFaction(player)) { + return false; + } + if(!hasObjVar(player, guild.VAR_LEADERBOARD_PERIOD_ON_JOIN)) { + setObjVar(player, guild.VAR_LEADERBOARD_PERIOD_ON_JOIN, leaderboard.getCurrentLeaderboardPeriod()); + return false; + } + return getIntObjVar(player, guild.VAR_LEADERBOARD_PERIOD_ON_JOIN) != leaderboard.getCurrentLeaderboardPeriod(); + } + return false; + } + + /** + * Called when a player does some point/presence earning activity that contributes to + * their leaderboard score to handle tracking and score tally updates. + * + * The pointType can be specified so you can apply a bonus % to certain activities, e.g. + * 10% leaderboard bonus to base busting versus just ground PvE. + * + * Note: GCW contributions are stored on the player. The leaderboard object just tracks + * who participated so it knows who to grab scores from when calculating winners and is + * responsible for tracking the history. + */ + public static void handleGcwLeaderboardUpdates(obj_id player, int pointsEarned, int pointType) throws InterruptedException { + final int playerFaction = pvpGetAlignedFaction(player); + if(!hasObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_PERIOD)) { // first time + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_PERIOD, leaderboard.getCurrentLeaderboardPeriod()); + } + final int leaderboardPeriodToPlayer = getIntObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_PERIOD); + final int leaderboardPeriodToSystem = leaderboard.getCurrentLeaderboardPeriod(); + leaderboard.debugMsg("handleGcwLeaderboardUpdates called to grant "+pointsEarned+" points of type "+pointType+" to "+getPlayerName(player)+" ("+player+")"); + + // Apply Bonus Multipliers + switch (pointType) { + case GCW_POINT_TYPE_GROUND_PVE: + pointsEarned *= LEADERBOARD_BONUS_GROUND_PVE; + break; + case GCW_POINT_TYPE_GROUND_PVP: + case GCW_POINT_TYPE_GROUND_PVP_REGION: + pointsEarned *= LEADERBOARD_BONUS_GROUND_PVP; + break; + case GCW_POINT_TYPE_SPACE_PVE: + pointsEarned *= LEADERBOARD_BONUS_SPACE_PVE; + break; + case GCW_POINT_TYPE_SPACE_PVP: + pointsEarned *= LEADERBOARD_BONUS_SPACE_PVP; + break; + case GCW_POINT_TYPE_BASE_BUSTING: + pointsEarned *= LEADERBOARD_BONUS_BASE_BUST; + break; + } + float pointsFinal = (float)pointsEarned; + + // If we've earned points, let's set them + if(pointsFinal > 0) { + // For Imperials + if (playerFaction == FACTION_HASH_IMPERIAL) { + // If you're missing the ObjVar or in the wrong period, we're resetting the period and your current points is your 1st value + if(!hasObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL) || leaderboardPeriodToPlayer != leaderboardPeriodToSystem) { + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL, pointsFinal); + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_PERIOD, leaderboard.getCurrentLeaderboardPeriod()); + } else { // add to your existing value + pointsFinal += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL); + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL, pointsFinal); + } + // Repeat the logic above for Guild/City + if(canContributeToGcwLeaderboardForCity(player)) { + if(!hasObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL) || leaderboardPeriodToPlayer != leaderboardPeriodToSystem) { + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL, pointsFinal); + } else { + pointsFinal += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL); + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL, pointsFinal); + } + } + if (canContributeToGcwLeaderboardForGuild(player)) { + if(!hasObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL) || leaderboardPeriodToPlayer != leaderboardPeriodToSystem) { + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL, pointsFinal); + } else { + pointsFinal += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL); + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL, pointsFinal); + } + } + } + // Same thing for Rebel Faction + else if (playerFaction == FACTION_HASH_REBEL) { + // If you're missing the ObjVar or in the wrong period, we're resetting the period and your current points is your 1st value + if(!hasObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL) || leaderboardPeriodToPlayer != leaderboardPeriodToSystem) { + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL, pointsFinal); + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_PERIOD, leaderboard.getCurrentLeaderboardPeriod()); + } else { // add to your existing value + pointsFinal += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL); + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL, pointsFinal); + } + // Repeat the logic above for Guild/City + if(canContributeToGcwLeaderboardForCity(player)) { + if(!hasObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL) || leaderboardPeriodToPlayer != leaderboardPeriodToSystem) { + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL, pointsFinal); + } else { + pointsFinal += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL); + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL, pointsFinal); + } + } + if (canContributeToGcwLeaderboardForGuild(player)) { + if(!hasObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL) || leaderboardPeriodToPlayer != leaderboardPeriodToSystem) { + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL, pointsFinal); + } else { + pointsFinal += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL); + setObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL, pointsFinal); + } + } + } + leaderboard.addLeaderboardParticipantToCurrentPeriod(player, leaderboard.LEADERBOARD_TYPE_GCW); + } + } + } diff --git a/sku.0/sys.server/compiled/game/script/library/guild.java b/sku.0/sys.server/compiled/game/script/library/guild.java index fee422adad..2aed97d690 100755 --- a/sku.0/sys.server/compiled/game/script/library/guild.java +++ b/sku.0/sys.server/compiled/game/script/library/guild.java @@ -235,6 +235,7 @@ public guild() public static final int INTERFACE_GUILD_ELECTION = 5; public static final int INTERFACE_GUILD_WAR_PREFERENCES = 6; public static final String VAR_TIME_JOINED_CURRENT_GUILD = "guild.timeJoinedCurrentGuild"; + public static final String VAR_LEADERBOARD_PERIOD_ON_JOIN = "guild.leaderboardPeriodOnJoin"; public static String resolveGuildName(int guildId) throws InterruptedException { @@ -425,6 +426,7 @@ public static void disbandForNotEnoughMembers(int guildId) throws InterruptedExc { GuildLog(guildId, "disbandForNotEnoughMembers", null, null, ""); mailToGuild(guildId, GUILD_MAIL_DISBAND_SUBJECT, GUILD_MAIL_DISBAND_NOT_ENOUGH_MEMBERS_TEXT); + leaderboard.purgeEntityGcwLeaderboardHistory(guildId, false); disbandGuild(guildId); } public static void disband(int guildId, obj_id actor) throws InterruptedException @@ -437,6 +439,7 @@ public static void disband(int guildId, obj_id actor) throws InterruptedExceptio { GuildLog(guildId, "disband", actor, null, ""); mailToGuild(guildId, GUILD_MAIL_DISBAND_SUBJECT, GUILD_MAIL_DISBAND_TEXT, getName(actor)); + leaderboard.purgeEntityGcwLeaderboardHistory(guildId, false); disbandGuild(guildId); } } @@ -520,6 +523,7 @@ public static void accept(int guildId, obj_id actor, String who) throws Interrup mailToGuild(guildId, GUILD_MAIL_ACCEPT_SUBJECT, GUILD_MAIL_ACCEPT_TEXT, getName(actor), memberName); guildSetMemberPermissionAndAllegiance(guildId, memberId, GUILD_PERMISSION_MEMBER, guildGetLeader(guildId)); setObjVar(memberId, VAR_TIME_JOINED_CURRENT_GUILD, getGameTime()); + setObjVar(memberId, VAR_LEADERBOARD_PERIOD_ON_JOIN, leaderboard.getCurrentLeaderboardPeriod()); mailToPerson(guildId, memberName, GUILD_MAIL_ACCEPT_TARGET_SUBJECT, GUILD_MAIL_ACCEPT_TARGET_TEXT, getName(actor), guildGetName(guildId)); messageTo(memberId, "onGuildCreateTerminalDataObject", null, 0, false); } @@ -2590,4 +2594,12 @@ else if (guildId1 == guildId2) return false; } } + + /** + * Returns the Guild Chat channel name for the specified guild + * e.g. chatSendToRoom(guild.getChatChannelForGuild(guildId), "message", ""); + */ + public static String getChatChannelForGuild(int guildId) throws InterruptedException { + return getGameChatCode() + "." + getGalaxyName() + "." + "guild." + guildId + ".GuildChat"; + } } diff --git a/sku.0/sys.server/compiled/game/script/library/leaderboard.java b/sku.0/sys.server/compiled/game/script/library/leaderboard.java new file mode 100644 index 0000000000..a5a677e01e --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/library/leaderboard.java @@ -0,0 +1,1696 @@ +package script.library; + +import script.DiscordWebhook; +import script.obj_id; + +import java.awt.*; +import java.time.*; +import java.time.temporal.*; +import java.util.*; +import java.util.stream.*; + +/** + * The Leaderboard Library is used to manipulate the GCW and Fishing (or any additional) + * Leaderboard displays in the game, as well as how their respective data is tabulated + * and stored. + * + * System Nomenclature: + * + * >>> Boards are either for "players" or "entities" (which are guilds or cities) + * >>> A board "type" is what system it's for. There are 2 right now: Fishing & GCW + * which are referenced by constants LEADERBOARD_TYPE_FISHING & LEADERBOARD_TYPE_GCW + * >>> You can "rank" on a board or "win" a board. To rank means to simply be displayed when + * browsing the list. To win means you are in an upper threshold of those ranked & get prizes. + * >>> Boards that are faction-affiliated always reference faction by their base constants + * FACTION_HASH_REBEL or FACTION_HASH_IMPERIAL, the crc32 hash of the faction name (int). + * >>>>>> Default Rank Qualification: Top 25 players, Top 10 Cities, Top 10 Guilds + * >>>>>> Default Win Qualification: Top 10 players, Top 5 Cities, Top 5 Guilds + * >>> The first place winner of the board is the "champion" (or "reigning champion") + * >>> A "period" is the time from which the leaderboard starts to end (by default, + * each period is 1 week long and ends Thursdays at 19:00 GMT, same as GCW reset) + * >>> There are 3 periods of record: "Current," "Previous," and "2 Weeks Ago" + * >>>>>> The "Current" period is the active period in continuous update cycles (by + * default, the period update heartbeat is every 15 minutes). When a period + * update heartbeat happens, this is called the "Period Update." When a period + * ends and data is moved/purged, this is called the "Period Reset." + * >>>>>> The "Previous" period is the most recently ended period from which the + * "reigning champions" are determined. + * >>>>>> The "2 Weeks Ago" period is largely ornamental the falloff of which is, + * however, used to remove the "War Planner" title, which all winners of the + * Previous and 2 Weeks Ago periods get (or the leader of guilds/cities). + * >>>>>> In general, periods are referenced by constants LEADERBOARD_PERIOD_* + * >>> The "War Planner" title is a perk for past winners as explained above but when + * it is granted, it also grants access to the Rebel/Imperial War Room Chat Channels. + * >>> The "Archive" is a history for only Guilds and Cities which displays the past + * 26 weeks (6 months) of their score data, along with some other + * + * System Functionality Notes: + * + * >>> Each leaderboard has a "Master Object" in Mos Eisley which stores the data and + * is used to handle sequential/timed activities (the period updates and resets). + * **NOTE: If the game server has no authority on the master object (e.g. if the zone + * goes to sleep or isn't active because there aren't players there) any messages + * and timed sequence activities will pause until the master object can be reached. + * There is eventual plans to make the Mos Eisley zone always spin on to resolve this + * as it also impacts other controllers/master objects, but that has not been done yet. + * >>> Note that leaderboard rankings are used to award additional Travel Points under the + * Waypoint Registry system. + * >>> See the master objects for other notes at systems.leaderboard.*_master_object + * >>> Admin Commands: + * >>>>>> /admin gcwLeaderboard opens a SUI window with GM/Debug Commands + * >>>>>> /admin dumpLeaderboardInfo provides a dump of leaderboard info for the player + * >>> A Web API is implemented so you can send leaderboard data via POST or via JSON to an + * PHP script or a Discord Web Hook, respectively. + * + * Future Implementations (ideas on how this can be expanded outside of cloning the SOE version): + * + * >>> It would be fairly easy to implement tracking for Guilds/Cities to display an "MVP" + * meaning the player in the guild/city that has scored the most for the guild/city + * >>> Not only is it annoying to transpose cluster-wide scores to localized scores (see those + * methods for what this refers to), it's actually more interesting to see a % score under + * the context of the entire galaxy versus compared to just the other ranked entities, so + * either adding that to the display, or ranking by it instead, would be nice. + * >>> By SOE's design, the weighting of these calculations lean somewhat heavily on factional + * presence and PvP which doesn't seem ideal. + * >>> Space is factored into the current boards by nature of the fact that factional presence + * and GCW points are earned in space, but separate space leaderboards might be enjoyed + * more by the pilot community. + * + * Most methods have JavaDoc notes and are well-commented to explain reasoning/logic where + * applicable. But if you have any questions, or to report any bugs, please feel free to + * message Aconite in the SWG Source Discord. + * + * SWG Source Addition - 2021 + * Authors: Aconite + */ +@SuppressWarnings({"rawtypes", "unused"}) +public class leaderboard extends script.base_script { + + public leaderboard() + { + } + + public static final int LEADERBOARD_TYPE_FISHING = 1; + public static final int LEADERBOARD_TYPE_GCW = 2; + public static final int LEADERBOARD_PERIOD_CURRENT = 1; + public static final int LEADERBOARD_PERIOD_PREVIOUS = 2; + public static final int LEADERBOARD_PERIOD_2WEEKSAGO = 3; + public static final int PERIOD_LENGTH = 604800; + public static final int[] WIN_COUNTS_WITH_BADGES = {1, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100}; + public static final String FISHING = "_fishing"; + public static final String GCW = "_gcw"; + public static final String GCW_LEADERBOARD_TITLE = "GCW Leaderboard"; + public static final String[] GCW_LEADERBOARD_COL_NAMES = {"Rank", "Name", "Rank Value"}; + public static final String[] GCW_LEADERBOARD_COL_TYPES = {"text", "text", "text"}; + public static final String[] GCW_LEADERBOARD_ARCHIVE_COL_NAMES = {"Period Ending", "Faction", "Rank Value", "Winner (Y/N)", "Champion (Y/N)"}; + public static final String[] GCW_LEADERBOARD_ARCHIVE_COL_TYPES = {"text", "text", "text", "text", "text"}; + public static final String OBJVAR_LEADERBOARD_PERIOD = "leaderboard.current_period"; + public static final String OBJVAR_LEADERBOARD_PERIOD_START = "leaderboard.current_period_start"; + public static final String OBJVAR_LEADERBOARD_PERIOD_END = "leaderboard.current_period_end"; + public static final String OBJVAR_LEADERBOARD_PARTICIPANT_GROUP = "leaderboard.current_participants_"; + public static final String OBJVAR_LEADERBOARD_GUILD_PARTICIPANTS = "leaderboard.current_participants_guild_"; + public static final String OBJVAR_LEADERBOARD_CITY_PARTICIPANTS = "leaderboard.current_participants_city_"; + public static final String OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL = "leaderboard.score.player_imperial"; + public static final String OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL = "leaderboard.score.player_rebel"; + public static final String OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL = "leaderboard.score.guild_imperial"; + public static final String OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL = "leaderboard.score.guild_rebel"; + public static final String OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL = "leaderboard.score.city_imperial"; + public static final String OBJVAR_LEADERBOARD_CITY_SCORE_REBEL = "leaderboard.score.city_rebel"; + public static final String OBJVAR_LEADERBOARD_PLAYER_PERIOD = "leaderboard.current_period_to_player"; + public static final String OBJVAR_LEADERBOARD_PLAYER_WIN_COUNT = "leaderboard.winner_count.player_"; // append faction + public static final String OBJVAR_LEADERBOARD_GUILD_WIN_COUNT = "leaderboard.winner_count.guild_"; // append faction + public static final String OBJVAR_LEADERBOARD_CITY_WIN_COUNT = "leaderboard.winner_count.city_"; // append faction + public static final String OBJVAR_CURRENT_PERIOD_LAST_UPDATED = "leaderboard.data.current.last_updated"; + public static final String OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD = "leaderboard.notify.gcw_guild_rank"; + public static final String OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY = "leaderboard.notify.gcw_city_rank"; + public static final String OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER = "leaderboard.notify.gcw_player_rank"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_ID = "leaderboard.gcw_data.current.players_imperial_ids"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_SCORE = "leaderboard.gcw_data.current.players_imperial_score"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_ID = "leaderboard.gcw_data.current.players_rebel_ids"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_SCORE = "leaderboard.gcw_data.current.players_rebel_score"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_ID = "leaderboard.gcw_data.current.guild_imperial_ids"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_SCORE = "leaderboard.gcw_data.current.guild_imperial_score"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_ID = "leaderboard.gcw_data.current.guild_rebel_ids"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_SCORE = "leaderboard.gcw_data.current.guild_rebel_score"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_ID = "leaderboard.gcw_data.current.city_imperial_ids"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_SCORE = "leaderboard.gcw_data.current.city_imperial_score"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_ID = "leaderboard.gcw_data.current.city_rebel_ids"; + public static final String OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_SCORE = "leaderboard.gcw_data.current.city_rebel_score"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_IMPERIAL_ID = "leaderboard.gcw_data.previous.players_imperial_ids"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_IMPERIAL_SCORE = "leaderboard.gcw_data.previous.players_imperial_score"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_REBEL_ID = "leaderboard.gcw_data.previous.players_rebel_ids"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_REBEL_SCORE = "leaderboard.gcw_data.previous.players_rebel_score"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_IMPERIAL_ID = "leaderboard.gcw_data.previous.guild_imperial_ids"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_IMPERIAL_SCORE = "leaderboard.gcw_data.previous.guild_imperial_score"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_REBEL_ID = "leaderboard.gcw_data.previous.guild_rebel_ids"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_REBEL_SCORE = "leaderboard.gcw_data.previous.guild_rebel_score"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_CITY_IMPERIAL_ID = "leaderboard.gcw_data.previous.city_imperial_ids"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_CITY_IMPERIAL_SCORE = "leaderboard.gcw_data.previous.city_imperial_score"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_CITY_REBEL_ID = "leaderboard.gcw_data.previous.city_rebel_ids"; + public static final String OBJVAR_DATA_PREVIOUS_PERIOD_CITY_REBEL_SCORE = "leaderboard.gcw_data.previous.city_rebel_score"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_IMPERIAL_ID = "leaderboard.gcw_data.2weeksago.players_imperial_ids"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_IMPERIAL_SCORE = "leaderboard.gcw_data.2weeksago.players_imperial_score"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_REBEL_ID = "leaderboard.gcw_data.2weeksago.players_rebel_ids"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_REBEL_SCORE = "leaderboard.gcw_data.2weeksago.players_rebel_score"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_IMPERIAL_ID = "leaderboard.gcw_data.2weeksago.guild_imperial_ids"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_IMPERIAL_SCORE = "leaderboard.gcw_data.2weeksago.guild_imperial_score"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_REBEL_ID = "leaderboard.gcw_data.2weeksago.guild_rebel_ids"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_REBEL_SCORE = "leaderboard.gcw_data.2weeksago.guild_rebel_score"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_IMPERIAL_ID = "leaderboard.gcw_data.2weeksago.city_imperial_ids"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_IMPERIAL_SCORE = "leaderboard.gcw_data.2weeksago.city_imperial_score"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_REBEL_ID = "leaderboard.gcw_data.2weeksago.city_rebel_ids"; + public static final String OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_REBEL_SCORE = "leaderboard.gcw_data.2weeksago.city_rebel_score"; + public static final String OBJVAR_DATA_GCW_ENTITY_HISTORY = "leaderboard.gcw_data.entity_history_"; // append guild/cityId + public static final String OBJVAR_PLAYER_TRACKING_PLAYER_ALREADY = "leaderboard.already_tracking_player"; + public static final String OBJVAR_PLAYER_TRACKING_GUILD_ALREADY = "leaderboard.already_tracking_guild"; + public static final String OBJVAR_PLAYER_TRACKING_CITY_ALREADY = "leaderboard.already_tracking_city"; + public static final String OBJVAR_PLAYER_IMPERIAL_CURRENT_TEMP_SCORE = "leaderboard.temp_score.player_imperial"; + public static final String OBJVAR_PLAYER_REBEL_CURRENT_TEMP_SCORE = "leaderboard.temp_score.player_rebel"; + public static final String OBJVAR_GUILD_IMPERIAL_CURRENT_TEMP_SCORE = "leaderboard.temp_score.guild_imperial"; + public static final String OBJVAR_GUILD_REBEL_CURRENT_TEMP_SCORE = "leaderboard.temp_score.guild_rebel"; + public static final String OBJVAR_CITY_IMPERIAL_CURRENT_TEMP_SCORE = "leaderboard.temp_score.city_imperial"; + public static final String OBJVAR_CITY_REBEL_CURRENT_TEMP_SCORE = "leaderboard.temp_score.city_rebel"; + public static final String OBJVAR_LEADERBOARD_LAST_DATA_PULL_TIME = "leaderboard.last_data_pull_time"; + public static final String SCRIPTVAR_LEADERBOARD_LOCAL_SCORE_CACHED = "leaderboard.cached_data.local_score"; + public static final String SCRIPTVAR_LEADERBOARD_SCORE_DATA_CACHED = "leaderboard.cached_data.score_data"; + private static final String ANNOUNCEMENT_WEBHOOK_URL = getConfigSetting("GameServer", "leaderboardDiscordWebhook"); + private static final boolean VERBOSE_LOGGING = utils.checkConfigFlag("GameServer", "leaderboardVerboseLogging"); + + /** + * @return obj_id of the master leaderboard object, if it exists + */ + public static obj_id getMasterLeaderboardObject() { + obj_id id = getObjIdObjVar(getPlanetByName("tatooine"), "leaderboard.master_object"); + return isIdValid(id) ? id : obj_id.NULL_ID; + } + + /** + * @return the current period number for the leaderboards (+1 for each week they run). + */ + public static int getCurrentLeaderboardPeriod() { + return getIntObjVar(getMasterLeaderboardObject(), OBJVAR_LEADERBOARD_PERIOD); + } + + /** + * @return the Unix Timestamp of when the current leaderboard period started + */ + public static int getCurrentLeaderboardPeriodStartTime() { + return getIntObjVar(getMasterLeaderboardObject(), OBJVAR_LEADERBOARD_PERIOD_START); + } + + /** + * @return the stored Unix Timestamp of when the current leaderboard period will end + */ + public static int getCurrentLeaderboardPeriodEndTime() { + return getIntObjVar(getMasterLeaderboardObject(), OBJVAR_LEADERBOARD_PERIOD_END); + } + + /** + * @return Unix Timestamp of when the next leaderboard period will end + * Works by evaluating the time until the nearest upcoming Thursday at 19:00 GMT + * and then converts it to Unix Timestamp + */ + public static int getNextLeaderboardPeriodEndTime() { + ZoneId zone = ZoneId.of("GMT"); + LocalDateTime now = LocalDateTime.now(zone).with(TemporalAdjusters.next(DayOfWeek.THURSDAY)).withHour(19).withMinute(0).withSecond(0); + return (int)now.atZone(zone).toEpochSecond(); + } + + /** + * @return the Unix Timestamp of when the current period data was last updated + */ + public static int getCurrentLeaderboardPeriodLastUpdated() { + return getIntObjVar(getMasterLeaderboardObject(), OBJVAR_CURRENT_PERIOD_LAST_UPDATED); + } + + /** + * @return true if we are in the middle of the period buffer, + * which is 15 minutes before the end of a period + */ + public static boolean isWithinPeriodBuffer() { + return getCalendarTime() >= (getCurrentLeaderboardPeriodEndTime() - 900); + } + + /** + * @return true if the server started less than 15 minutes ago + * In which case we don't want to be tracking/pushing data + * Note: This helps catch a few issues with load sync and authority + */ + public static boolean isWithinStartupBuffer() { + //todo remove before push + return false; + //return getCalendarTime() <= (getIntObjVar(getPlanetByName("tatooine"), "server_startup_time") + 900); + } + + /** + * Adds the provided player (and their guild/city) to the participant tracking list for + * the given leaderboard type so that the master object will know to include their data + * when tabulating scores and winners. + * @param player obj_id of player to add + * @param type = LEADERBOARD_TYPE_FISHING or LEADERBOARD_TYPE_GCW + */ + public static void addLeaderboardParticipantToCurrentPeriod(obj_id player, int type) throws InterruptedException { + if(isWithinPeriodBuffer() || isWithinStartupBuffer()) { + return; + } + final obj_id masterObject = getMasterLeaderboardObject(); + switch (type) { + case LEADERBOARD_TYPE_FISHING: + final obj_id[] fishing_ids = objvar_mangle.getMangledObjIdArrayObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+FISHING); + if(fishing_ids == null) { + objvar_mangle.setMangledObjIdArrayObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+FISHING, new obj_id[] {player}); + } else { + if(!Arrays.asList(fishing_ids).contains(player)) { + obj_id[] newIds = Arrays.copyOf(fishing_ids, fishing_ids.length + 1); + newIds[newIds.length - 1] = player; + objvar_mangle.setMangledObjIdArrayObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP + FISHING, newIds); + } + } + break; + case LEADERBOARD_TYPE_GCW: + if(!hasObjVar(player, OBJVAR_PLAYER_TRACKING_PLAYER_ALREADY)) { + final obj_id[] gcw_ids = objvar_mangle.getMangledObjIdArrayObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP + GCW); + if (gcw_ids == null) { + // actually confirm that it doesn't exist manually because of sync delay + if(!hasObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+GCW+"_mangled.count")) { + objvar_mangle.setMangledObjIdArrayObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP + GCW, new obj_id[]{player}); + } + } else { + if (!Arrays.asList(gcw_ids).contains(player)) { + obj_id[] newIds = Arrays.copyOf(gcw_ids, gcw_ids.length + 1); + newIds[newIds.length - 1] = player; + objvar_mangle.setMangledObjIdArrayObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP + GCW, newIds); + } + } + setObjVar(player, OBJVAR_PLAYER_TRACKING_PLAYER_ALREADY, true); + debugMsg("Adding new participant to GCW Leaderboard Participant Group: "+getPlayerName(player)+" ("+player+")"); + } + final int guildId = getGuildId(player); + final int cityId = getCitizenOfCityId(player); + if(guildId > 0 && gcw.canContributeToGcwLeaderboardForGuild(player)) { + if (!hasObjVar(player, OBJVAR_PLAYER_TRACKING_GUILD_ALREADY)) { + Vector guildIds = getResizeableIntArrayObjVar(masterObject, OBJVAR_LEADERBOARD_GUILD_PARTICIPANTS + GCW); + if (guildIds == null) { + setObjVar(masterObject, OBJVAR_LEADERBOARD_GUILD_PARTICIPANTS + GCW, new int[]{guildId}); + } else { + if (!guildIds.contains(guildId)) { + utils.addElement(guildIds, guildId); + setObjVar(masterObject, OBJVAR_LEADERBOARD_GUILD_PARTICIPANTS + GCW, guildIds); + } + } + setObjVar(player, OBJVAR_PLAYER_TRACKING_GUILD_ALREADY, true); + debugMsg("Adding new guild to GCW Leaderboard Participant Group: " + guildGetAbbrev(guildId) + " (" + guildId + ")"); + } + } + if(cityId > 0 && gcw.canContributeToGcwLeaderboardForCity(player)) { + if (!hasObjVar(player, OBJVAR_PLAYER_TRACKING_CITY_ALREADY)) { + Vector cityIds = getResizeableIntArrayObjVar(masterObject, OBJVAR_LEADERBOARD_CITY_PARTICIPANTS + GCW); + if (cityIds == null) { + setObjVar(masterObject, OBJVAR_LEADERBOARD_CITY_PARTICIPANTS + GCW, new int[]{cityId}); + } else { + if (!cityIds.contains(cityId)) { + utils.addElement(cityIds, cityId); + setObjVar(masterObject, OBJVAR_LEADERBOARD_GUILD_PARTICIPANTS + GCW, cityIds); + } + } + setObjVar(player, OBJVAR_PLAYER_TRACKING_CITY_ALREADY, true); + debugMsg("Adding new city to GCW Leaderboard Participant Group: " + cityGetName(guildId) + " (" + cityId + ")"); + } + } + break; + } + } + + /** + * @param type = LEADERBOARD_TYPE_FISHING or LEADERBOARD_TYPE_GCW + * @return a Set of all players that have participated in the current leaderboard period + */ + public static Set getPlayerParticipantsForCurrentPeriod(int type) throws InterruptedException { + final obj_id masterObject = getMasterLeaderboardObject(); + obj_id[] temp; + Set data = new HashSet<>(); + switch (type) { + case LEADERBOARD_TYPE_FISHING: + temp = objvar_mangle.getMangledObjIdArrayObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+FISHING); + if(temp != null) { + data.addAll(Arrays.asList(temp)); + return data; + } + case LEADERBOARD_TYPE_GCW: + temp = objvar_mangle.getMangledObjIdArrayObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+GCW); + if(temp != null) { + data.addAll(Arrays.asList(temp)); + return data; + } + } + return null; + } + + /** + * @param isCity true if a city, false if a guild (to avoid 2 methods) + * @return Returns a list of all entities (guild/city) that have participated in the current + * leaderboard period for the provided leaderboard type. + */ + public static Set getEntityParticipantsForCurrentPeriod(int type, boolean isCity) { + final obj_id masterObject = getMasterLeaderboardObject(); + int[] temp; + Set data = new HashSet<>(); + switch (type) { + case LEADERBOARD_TYPE_FISHING: + if(isCity) { + temp = getIntArrayObjVar(masterObject, OBJVAR_LEADERBOARD_CITY_PARTICIPANTS+FISHING); + } else { + temp = getIntArrayObjVar(masterObject, OBJVAR_LEADERBOARD_GUILD_PARTICIPANTS+FISHING); + } + if(temp != null) { + Arrays.stream(temp).forEach(data::add); + } + return data; + case LEADERBOARD_TYPE_GCW: + if(isCity) { + temp = getIntArrayObjVar(masterObject, OBJVAR_LEADERBOARD_CITY_PARTICIPANTS+GCW); + } else { + temp = getIntArrayObjVar(masterObject, OBJVAR_LEADERBOARD_GUILD_PARTICIPANTS+GCW); + } + if(temp != null) { + Arrays.stream(temp).forEach(data::add); + } + return data; + } + return null; + } + + /** + * @param type = LEADERBOARD_TYPE_FISHING or LEADERBOARD_TYPE_GCW + * @param faction = FACTION_HASH_IMPERIAL or FACTION_HASH_REBEL + * @param period = LEADERBOARD_PERIOD_CURRENT, LEADERBOARD_PERIOD_PREVIOUS, or LEADERBOARD_PERIOD_2WEEKSAGO + * @return obj_id[] players ranked for the given period given the type and faction + * Players are in rank order from 1st place to 25th place + */ + public static obj_id[] getRankedPlayersForPeriod(int type, int faction, int period) { + final obj_id masterObject = getMasterLeaderboardObject(); + switch (type) { + case LEADERBOARD_TYPE_FISHING: + break; + case LEADERBOARD_TYPE_GCW: + switch(period) { + case LEADERBOARD_PERIOD_CURRENT: + if (faction == FACTION_HASH_IMPERIAL) { + return getObjIdArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_ID); + } else if (faction == FACTION_HASH_REBEL) { + return getObjIdArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_ID); + } + break; + case LEADERBOARD_PERIOD_PREVIOUS: + if (faction == FACTION_HASH_IMPERIAL) { + return getObjIdArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_IMPERIAL_ID); + } else if (faction == FACTION_HASH_REBEL) { + return getObjIdArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_REBEL_ID); + } + break; + case LEADERBOARD_PERIOD_2WEEKSAGO: + if (faction == FACTION_HASH_IMPERIAL) { + return getObjIdArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_IMPERIAL_ID); + } else if (faction == FACTION_HASH_REBEL) { + return getObjIdArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_REBEL_ID); + } + break; + } + } + return null; + } + + /** + * @param type = LEADERBOARD_TYPE_FISHING or LEADERBOARD_TYPE_GCW + * @param faction = FACTION_HASH_IMPERIAL or FACTION_HASH_REBEL + * @param period = LEADERBOARD_PERIOD_CURRENT, LEADERBOARD_PERIOD_PREVIOUS, or LEADERBOARD_PERIOD_2WEEKSAGO + * @return int[] guilds ranked for the given period given the type and faction + * Entities are in rank order from 1st place to 10th place + */ + public static int[] getRankedGuildsForPeriod(int type, int faction, int period) { + final obj_id masterObject = getMasterLeaderboardObject(); + switch (type) { + case LEADERBOARD_TYPE_FISHING: + break; + case LEADERBOARD_TYPE_GCW: + switch(period) { + case LEADERBOARD_PERIOD_CURRENT: + if (faction == FACTION_HASH_IMPERIAL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_ID); + } else if (faction == FACTION_HASH_REBEL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_ID); + } + break; + case LEADERBOARD_PERIOD_PREVIOUS: + if (faction == FACTION_HASH_IMPERIAL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_IMPERIAL_ID); + } else if (faction == FACTION_HASH_REBEL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_REBEL_ID); + } + break; + case LEADERBOARD_PERIOD_2WEEKSAGO: + if (faction == FACTION_HASH_IMPERIAL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_IMPERIAL_ID); + } else if (faction == FACTION_HASH_REBEL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_REBEL_ID); + } + break; + } + } + return null; + } + + /** + * @param type = LEADERBOARD_TYPE_FISHING or LEADERBOARD_TYPE_GCW + * @param faction = FACTION_HASH_IMPERIAL or FACTION_HASH_REBEL + * @param period = LEADERBOARD_PERIOD_CURRENT, LEADERBOARD_PERIOD_PREVIOUS, or LEADERBOARD_PERIOD_2WEEKSAGO + * @return int[] cities ranked for the given period given the type and faction + * Entities are in rank order from 1st place to 10th place + */ + public static int[] getRankedCitiesForPeriod(int type, int faction, int period) { + final obj_id masterObject = getMasterLeaderboardObject(); + switch (type) { + case LEADERBOARD_TYPE_FISHING: + break; + case LEADERBOARD_TYPE_GCW: + switch (period) { + case LEADERBOARD_PERIOD_CURRENT: + if (faction == FACTION_HASH_IMPERIAL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_ID); + } else if (faction == FACTION_HASH_REBEL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_ID); + } + break; + case LEADERBOARD_PERIOD_PREVIOUS: + if (faction == FACTION_HASH_IMPERIAL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_CITY_IMPERIAL_ID); + } else if (faction == FACTION_HASH_REBEL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_CITY_REBEL_ID); + } + break; + case LEADERBOARD_PERIOD_2WEEKSAGO: + if (faction == FACTION_HASH_IMPERIAL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_IMPERIAL_ID); + } else if (faction == FACTION_HASH_REBEL) { + return getIntArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_REBEL_ID); + } + break; + } + } + return null; + } + + /** + * @param type = LEADERBOARD_TYPE_FISHING or LEADERBOARD_TYPE_GCW + * @param faction = FACTION_HASH_IMPERIAL or FACTION_HASH_REBEL + * @param period = LEADERBOARD_PERIOD_CURRENT, LEADERBOARD_PERIOD_PREVIOUS, or LEADERBOARD_PERIOD_2WEEKSAGO + * @return float[] of scores of ranked players for the current period given the type and faction + * Scores are in rank order from 1st to 25th to match the value pair of the getRankedPlayersForPeriod() method + */ + public static float[] getRankedPlayerScoresForPeriod(int type, int faction, int period) { + final obj_id masterObject = getMasterLeaderboardObject(); + switch (type) { + case LEADERBOARD_TYPE_FISHING: + break; + case LEADERBOARD_TYPE_GCW: + switch(period) { + case LEADERBOARD_PERIOD_CURRENT: + if (faction == FACTION_HASH_IMPERIAL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_SCORE); + } + break; + case LEADERBOARD_PERIOD_PREVIOUS: + if (faction == FACTION_HASH_IMPERIAL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_IMPERIAL_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_REBEL_SCORE); + } + break; + case LEADERBOARD_PERIOD_2WEEKSAGO: + if (faction == FACTION_HASH_IMPERIAL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_IMPERIAL_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_REBEL_SCORE); + } + break; + } + } + return null; + } + + /** + * @param type = LEADERBOARD_TYPE_FISHING or LEADERBOARD_TYPE_GCW + * @param faction = FACTION_HASH_IMPERIAL or FACTION_HASH_REBEL + * @param period = LEADERBOARD_PERIOD_CURRENT, LEADERBOARD_PERIOD_PREVIOUS, or LEADERBOARD_PERIOD_2WEEKSAGO + * @return float[] of scores of ranked guilds for the current period given the type and faction + * Scores are in rank order from 1st to 10th to match the value pair of the getRankedGuildsForPeriod() method + */ + public static float[] getRankedGuildScoresForPeriod(int type, int faction, int period) { + final obj_id masterObject = getMasterLeaderboardObject(); + switch (type) { + case LEADERBOARD_TYPE_FISHING: + break; + case LEADERBOARD_TYPE_GCW: + switch(period) { + case LEADERBOARD_PERIOD_CURRENT: + if (faction == FACTION_HASH_IMPERIAL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_SCORE); + } + break; + case LEADERBOARD_PERIOD_PREVIOUS: + if (faction == FACTION_HASH_IMPERIAL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_IMPERIAL_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_REBEL_SCORE); + } + break; + case LEADERBOARD_PERIOD_2WEEKSAGO: + if (faction == FACTION_HASH_IMPERIAL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_IMPERIAL_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_REBEL_SCORE); + } + break; + } + } + return null; + } + + /** + * @param type = LEADERBOARD_TYPE_FISHING or LEADERBOARD_TYPE_GCW + * @param faction = FACTION_HASH_IMPERIAL or FACTION_HASH_REBEL + * @param period = LEADERBOARD_PERIOD_CURRENT, LEADERBOARD_PERIOD_PREVIOUS, or LEADERBOARD_PERIOD_2WEEKSAGO + * @return float[] of scores of ranked cities for the current period given the type and faction + * Scores are in rank order from 1st to 10th to match the value pair of the getRankedCitiesForPeriod() method + */ + public static float[] getRankedCityScoresForPeriod(int type, int faction, int period) { + final obj_id masterObject = getMasterLeaderboardObject(); + switch (type) { + case LEADERBOARD_TYPE_FISHING: + break; + case LEADERBOARD_TYPE_GCW: + switch (period) { + case LEADERBOARD_PERIOD_CURRENT: + if (faction == FACTION_HASH_IMPERIAL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_SCORE); + } + break; + case LEADERBOARD_PERIOD_PREVIOUS: + if (faction == FACTION_HASH_IMPERIAL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_CITY_IMPERIAL_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_PREVIOUS_PERIOD_CITY_REBEL_SCORE); + } + break; + case LEADERBOARD_PERIOD_2WEEKSAGO: + if (faction == FACTION_HASH_IMPERIAL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_IMPERIAL_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + return getFloatArrayObjVar(masterObject, OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_REBEL_SCORE); + } + break; + } + } + return null; + } + + /** + * @return a HashMap of the current Player Winners and their Scores for the given faction + */ + public static HashMap getGcwLeaderboardCurrentWinnersPlayerData(int faction) { + HashMap data = new HashMap<>(); + final obj_id[] players = getRankedPlayersForPeriod(LEADERBOARD_TYPE_GCW, faction, LEADERBOARD_PERIOD_PREVIOUS); + final float[] scores = getRankedPlayerScoresForPeriod(LEADERBOARD_TYPE_GCW, faction, LEADERBOARD_PERIOD_PREVIOUS); + if (scores != null && players != null) { + for (int i = 0; i < 11; i++) { + data.put(players[i], scores[i]); + } + return data; + } + return null; + } + + /** + * @param isCity true if asking for city data, false if asking for guild Data + * @return a HashMap of the current Entity Winners and their Scores for the given faction and entity type + */ + public static HashMap getGcwLeaderboardCurrentWinnersEntityData(int faction, boolean isCity) { + HashMap data = new HashMap<>(); + final int[] entities = isCity ? getRankedCitiesForPeriod(LEADERBOARD_TYPE_GCW, faction, LEADERBOARD_PERIOD_PREVIOUS) : + getRankedGuildsForPeriod(LEADERBOARD_TYPE_GCW, faction, LEADERBOARD_PERIOD_PREVIOUS); + final float[] scores = isCity ? getRankedCityScoresForPeriod(LEADERBOARD_TYPE_GCW, faction, LEADERBOARD_PERIOD_PREVIOUS) : + getRankedGuildScoresForPeriod(LEADERBOARD_TYPE_GCW, faction, LEADERBOARD_PERIOD_PREVIOUS); + if (scores != null && entities != null) { + for (int i = 0; i < 6; i++) { + data.put(entities[i], scores[i]); + } + return data; + } + return null; + } + + /** + * @param type = LEADERBOARD_TYPE_FISHING or LEADERBOARD_TYPE_GCW + * @return true if the given player is in the current participant list for the given type + */ + public static boolean isPlayerInCurrentPeriodParticipantList(obj_id player, int type) throws InterruptedException { + switch (type) { + case LEADERBOARD_TYPE_FISHING: + obj_id[] ids = objvar_mangle.getMangledObjIdArrayObjVar(getMasterLeaderboardObject(), OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+FISHING); + if(ids != null) { + return Arrays.asList(ids).contains(player); + } else { + return false; + } + case LEADERBOARD_TYPE_GCW: + obj_id[] idsx = objvar_mangle.getMangledObjIdArrayObjVar(getMasterLeaderboardObject(), OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+GCW); + if(idsx != null) { + return Arrays.asList(idsx).contains(player); + } else { + return false; + } + } + return false; + } + + /** + * @param player obj_id of player to check + * @return true if the given player is in the current ranked list + */ + public static boolean isPlayerInCurrentRankedList(obj_id player) { + final obj_id[] ranked = getRankedPlayersForPeriod(LEADERBOARD_TYPE_GCW, pvpGetAlignedFaction(player), LEADERBOARD_PERIOD_CURRENT); + if(ranked != null) { + return Arrays.stream(ranked).anyMatch(x-> x == player); + } else { + return false; + } + } + + /** + * @param entityId guild/city ID + * @param isCity true if city, false if guild + * @return true if the given entity is in the current ranked list + */ + public static boolean isEntityInCurrentRankedList(int entityId, boolean isCity) { + int[] ranked; + if(isCity) { + ranked = getRankedCitiesForPeriod(LEADERBOARD_TYPE_GCW, cityGetFaction(entityId), LEADERBOARD_PERIOD_CURRENT); + } else { + ranked = getRankedGuildsForPeriod(LEADERBOARD_TYPE_GCW, guildGetCurrentFaction(entityId), LEADERBOARD_PERIOD_CURRENT); + } + if(ranked != null) { + return Arrays.stream(ranked).anyMatch(x-> x == entityId); + } else { + return false; + } + } + + /** + * @return true if the player is currently a player/guild/city Reigning Champion + */ + public static boolean isPlayerGcwLeaderboardReigningChampion(obj_id player) { + final long impSlot = getCollectionSlotValue(player, "gcw_leaderboard_imperial_current_winner"); + final long rebSlot = getCollectionSlotValue(player, "gcw_leaderboard_rebel_current_winner"); + return (impSlot > 0 || rebSlot > 0); + } + + /** + * Handler for players who win the GCW Leaderboard Players Category + * Winners = Top 10 Players + */ + public static void handleGcwLeaderboardPlayerWinners(int faction, obj_id[] players, float[] scores) throws InterruptedException { + if(players == null || scores == null || players.length < 1 || scores.length < 1) { + return; + } + final String factionFormatted = factions.getFactionNameByHashCode(faction); + final String badgeString = toLower(factionFormatted); + // Craft Mail Message + String message = "Congratulations.\n\n" + + getPlayerFullName(players[0])+" has won the GCW "+factionFormatted+" leaderboard for the weekly period ending " + + getCalendarTimeStringLocal(getCurrentLeaderboardPeriodEndTime())+".\n\n"; + StringBuilder winners = new StringBuilder(); + for (int i = 0; i < players.length; i++) { + if(isIdValid(players[i])) { // so we don't add null entries popped from leaderboard object array copy + winners.append(i + 1).append(". ").append(getPlayerFullName(players[i])).append(", ").append(scores[i]).append("%\n"); + } + } + String finalMessage = message + winners; + + // Handle First Place + if(!badge.hasBadge(players[0], "bdg_gcw_leaderboard_" + badgeString + "_winner_rank1")) { + badge.grantBadge(players[0], "bdg_gcw_leaderboard_" + badgeString + "_winner_rank1"); + } + for (obj_id player : players) { + // Grant Badges for Record X times won + if (!hasObjVar(player, OBJVAR_LEADERBOARD_PLAYER_WIN_COUNT + badgeString)) { + // first time win + setObjVar(player, OBJVAR_LEADERBOARD_PLAYER_WIN_COUNT + badgeString, 1); + badge.grantBadge(player, "bdg_gcw_leaderboard_"+badgeString+"_winner_1x"); + } else { + // grant a badge if they've reached a win count that has a badge + final int winCount = getIntObjVar(player, OBJVAR_LEADERBOARD_PLAYER_WIN_COUNT + badgeString) +1; + if(Arrays.stream(WIN_COUNTS_WITH_BADGES).anyMatch(i-> i == winCount)) { + badge.grantBadge(player, "bdg_gcw_leaderboard_"+badgeString+"_winner_"+winCount+"x"); + } + setObjVar(player, OBJVAR_LEADERBOARD_GUILD_WIN_COUNT + badgeString, winCount); + } + // Handle Winner Flags & Mail Message + // All player winners get War Planner, Reigning Champion, & Email + modifyCollectionSlotValue(player, badgeString+"_gcw_war_planner", 1); + modifyCollectionSlotValue(player, "gcw_leaderboard_"+ badgeString +"_current_winner", 1); + chatSendPersistentMessage("gcw leaderboard", player, "Winner - Player - "+factionFormatted, finalMessage, null); + LOG("gcw_leaderboard_winners", getPlayerName(player)+" ("+player+") was added to "+factionFormatted+" player winners list for period "+getCurrentLeaderboardPeriod()); + } + announceGcwLeaderboardWinnersToDiscord(1, faction, players, null, scores); + } + + /** + * Handler for guilds who win the GCW Leaderboard + * Winners = Top 5 Guilds + */ + public static void handleGcwLeaderboardGuildWinners(int faction, int[] guildIds, float[] scores) throws InterruptedException { + if(guildIds == null || scores == null || guildIds.length < 1 || scores.length < 1) { + return; + } + final String factionFormatted = factions.getFactionNameByHashCode(faction); + final String badgeString = toLower(factionFormatted); + // Craft Mail Message + String message = "Congratulations.\n\n" + + guildGetName(guildIds[0])+" ("+guildGetAbbrev(guildIds[0])+") has won the GCW "+factionFormatted+" leaderboard for the weekly period ending " + + getCalendarTimeStringLocal(getCurrentLeaderboardPeriodEndTime())+".\n\n"; + StringBuilder winners = new StringBuilder(); + for (int i = 0; i < guildIds.length; i++) { + if(isIdValid(guildGetLeader(guildIds[i]))) { // so we don't add null entries popped from leaderboard object array copy + winners.append(i + 1).append(". ").append(guildGetName(guildIds[i])).append(" (").append(guildGetAbbrev(guildIds[i])).append("), ").append(scores[i]).append("%\n"); + } + } + String finalMessage = message + winners; + + // Handle First Place + obj_id[] firstPlaceIds = guildGetMemberIds(guildIds[0]); + for (obj_id fp : firstPlaceIds) { + if (!badge.hasBadge(fp, "bdg_gcw_leaderboard_" + badgeString + "_guild_winner_rank1")) { + badge.grantBadge(fp, "bdg_gcw_leaderboard_" + badgeString + "_guild_winner_rank1"); + LOG("gcw_leaderboard_winners", getPlayerName(fp)+"("+fp+") was granted badge bdg_gcw_leaderboard_"+badgeString+"_guild_winner_rank1"); + } + } + for (int i : guildIds) { + obj_id[] players = guildGetMemberIds(i); + for (obj_id player : players) { + // Grant Badges for Record X times won + if (!hasObjVar(player, OBJVAR_LEADERBOARD_GUILD_WIN_COUNT + badgeString)) { + // first time win + setObjVar(player, OBJVAR_LEADERBOARD_GUILD_WIN_COUNT + badgeString, 1); + badge.grantBadge(player, "bdg_gcw_leaderboard_"+badgeString+"_guild_winner_1x"); + } else { + // grant a badge if they've reached a win count that has a badge + final int winCount = getIntObjVar(player, OBJVAR_LEADERBOARD_GUILD_WIN_COUNT + badgeString) +1; + if(Arrays.stream(WIN_COUNTS_WITH_BADGES).anyMatch(x-> x == winCount)) { + badge.grantBadge(player, "bdg_gcw_leaderboard_"+badgeString+"_guild_winner_"+winCount+"x"); + } + setObjVar(player, OBJVAR_LEADERBOARD_GUILD_WIN_COUNT + badgeString, winCount); + } + // Handle Winner Flags & Mail Message + // All members of the guild get Reigning Champion & email + modifyCollectionSlotValue(player, "gcw_leaderboard_"+ badgeString +"_current_winner", 1); + chatSendPersistentMessage("gcw leaderboard", player, "Winner - Guild - "+factionFormatted, finalMessage, null); + } + // Only guild leader gets War Planner Slot + modifyCollectionSlotValue(guildGetLeader(i), badgeString+"_gcw_war_planner", 1); + LOG("gcw_leaderboard_winners", guildGetAbbrev(i)+" ("+i+") was added to "+factionFormatted+" guild winners list for period "+getCurrentLeaderboardPeriod()); + } + announceGcwLeaderboardWinnersToDiscord(2, faction, null, guildIds, scores); + } + + /** + * Handler for cities who win the GCW Leaderboard + * Winners = Top 5 Cities + */ + public static void handleGcwLeaderboardCityWinners(int faction, int[] cityIds, float[] scores) throws InterruptedException { + if(cityIds == null || scores == null || cityIds.length < 1 || scores.length < 1) { + return; + } + final String factionFormatted = factions.getFactionNameByHashCode(faction); + final String badgeString = toLower(factionFormatted); + // Craft Mail Message + String message = "Congratulations.\n\n" + + cityGetName(cityIds[0])+" has won the GCW "+factionFormatted+" leaderboard for the weekly period ending " + + getCalendarTimeStringLocal(getCurrentLeaderboardPeriodEndTime())+".\n\n"; + StringBuilder winners = new StringBuilder(); + for (int i = 0; i < cityIds.length; i++) { + if(isIdValid(cityGetLeader(cityIds[i]))) { // so we don't add null entries popped from leaderboard object array copy + winners.append(i + 1).append(". ").append(cityGetName(cityIds[i])).append(", ").append(scores[i]).append("%\n"); + } + } + String finalMessage = message + winners; + + // Handle First Place + obj_id[] firstPlaceIds = cityGetCitizenIds(cityIds[0]); + for (obj_id fp : firstPlaceIds) { + if (!badge.hasBadge(fp, "bdg_gcw_leaderboard_" + badgeString + "_city_winner_rank1")) { + badge.grantBadge(fp, "bdg_gcw_leaderboard_" + badgeString + "_city_winner_rank1"); + LOG("gcw_leaderboard_winners", getPlayerName(fp)+"("+fp+") was granted badge bdg_gcw_leaderboard_"+badgeString+"_city_winner_rank1"); + } + } + for (int i : cityIds) { + obj_id[] players = cityGetCitizenIds(i); + for (obj_id player : players) { + // Grant Badges for Record X times won + if (!hasObjVar(player, OBJVAR_LEADERBOARD_CITY_WIN_COUNT + badgeString)) { + // first time win + setObjVar(player, OBJVAR_LEADERBOARD_CITY_WIN_COUNT + badgeString, 1); + badge.grantBadge(player, "bdg_gcw_leaderboard_"+badgeString+"_city_winner_1x"); + LOG("gcw_leaderboard_winners", getPlayerName(player)+"("+player+") was granted badge bdg_gcw_leaderboard_"+badgeString+"_city_winner_1x"); + } else { + // grant a badge if they've reached a win count that has a badge + final int winCount = getIntObjVar(player, OBJVAR_LEADERBOARD_CITY_WIN_COUNT + badgeString) +1; + if(Arrays.stream(WIN_COUNTS_WITH_BADGES).anyMatch(x-> x == winCount)) { + badge.grantBadge(player, "bdg_gcw_leaderboard_"+badgeString+"_city_winner_"+winCount+"x"); + LOG("gcw_leaderboard_winners", getPlayerName(player)+"("+player+") was granted badge bdg_gcw_leaderboard_"+badgeString+"_city_winner_"+winCount+"x"); + } + setObjVar(player, OBJVAR_LEADERBOARD_GUILD_WIN_COUNT + badgeString, winCount); + } + // Handle Winner Flags & Mail Message + // All members of the city get Reigning Champion & email + modifyCollectionSlotValue(player, "gcw_leaderboard_"+ badgeString +"_current_winner", 1); + chatSendPersistentMessage("gcw leaderboard", player, "Winner - City - "+factionFormatted, finalMessage, null); + } + // Only city mayor gets War Planner Slot + modifyCollectionSlotValue(guildGetLeader(i), badgeString+"_gcw_war_planner", 1); + LOG("gcw_leaderboard_winners", cityGetName(i)+" ("+i+") was added to "+factionFormatted+" city winners list for period "+getCurrentLeaderboardPeriod()); + } + announceGcwLeaderboardWinnersToDiscord(3, faction, null, cityIds, scores); + } + + /** + * Sets the score data for the current period after it has been rank_pair'ed (players) + */ + public static void setCurrentPeriodScoreData(int type, obj_id[] entity, float[] scores) { + final obj_id masterObject = getMasterLeaderboardObject(); + switch (type) { + case 1: // Player Imperials + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_ID, entity); + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_SCORE, scores); + break; + case 2: // Player Rebels + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_ID, entity); + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_SCORE, scores); + break; + } + debugMsg("setCurrentPeriodScoreData() called for type "+type+" and entities "+Arrays.toString(entity)+" and scores "+Arrays.toString(scores)); + } + + /** + * Sets the score data for the current period after it has been rank_pair'ed (guild/city) + */ + public static void setCurrentPeriodScoreData(int type, int[] entity, float[] scores) { + final obj_id masterObject = getMasterLeaderboardObject(); + switch(type) { + case 3: // Guild Imperials + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_ID, entity); + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_SCORE, scores); + break; + case 4: // Guild Rebels + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_ID, entity); + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_SCORE, scores); + break; + case 5: // City Imperials + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_ID, entity); + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_SCORE, scores); + break; + case 6: // City Rebels + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_ID, entity); + setObjVar(masterObject, OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_SCORE, scores); + break; + } + debugMsg("setCurrentPeriodScoreData() called for type "+type+" and entities "+Arrays.toString(entity)+" and scores "+Arrays.toString(scores)); + } + + /** + * This is the method called when a player selects the "GCW Leaderboards..." radial menu options + * to actually see a specific leaderboard on one of the objects that allow a player to request + * them (War Terminal, War IntelPad, War Planning Table) + * + * This does not include the City/Guild Extended History Data as that is handled in the separate + * method renderGcwLeaderboardEntityHistory() + * + * This method and the subsequent methods that access and/or store data within it identify the request + * from a "render type" which is just an integer based on the index of the radial menu option chosen: + * 1 - Player - Rebel - Current Week + * 2 - Player - Imperial - Current Week + * 3 - Guild - Rebel - Current Week + * 4 - Guild - Imperial - Current Week + * 5 - City - Rebel - Current Week + * 6 - City - Imperial - Current Week + * 7 - Player - Rebel - Previous Week + * 8 - Player - Imperial - Previous Week + * 9 - Guild - Rebel - Previous Week + * 10 - Guild - Imperial - Previous Week + * 11 - City - Rebel - Previous Week + * 12 - City - Imperial - Previous Week + * 13 - Player - Rebel - 2 Weeks Ago + * 14 - Player - Imperial - 2 Weeks Ago + * 15 - Guild - Rebel - 2 Weeks Ago + * 16 - Guild - Imperial - 2 Weeks Ago + * 17 - City - Rebel - 2 Weeks Ago + * 18 - City - Imperial - 2 Weeks Ago + */ + public static void renderGcwLeaderboardDataToPlayer(obj_id player, obj_id requestingObject, int renderType) throws InterruptedException { + + // Determine if a period update hasn't occurred since our last request for data, in which case use the cached data + // that has been stored on the requesting object instead of pulling it all again to reduce the total load + int lastUpdatedTime = getCurrentLeaderboardPeriodLastUpdated(); + boolean usedCachedData = false; + if(hasObjVar(requestingObject, OBJVAR_LEADERBOARD_LAST_DATA_PULL_TIME)) { + final int pullTime = getIntObjVar(requestingObject, OBJVAR_LEADERBOARD_LAST_DATA_PULL_TIME); + if(pullTime == lastUpdatedTime || + // always used cached data for the previous/2 weeks ago boards unless a reset has happened since we logged in + (renderType > 6 && getCurrentLeaderboardPeriodStartTime() < getPlayerLastLoginTime(player))) { + usedCachedData = true; + lastUpdatedTime = pullTime; + } + } + setObjVar(requestingObject, OBJVAR_LEADERBOARD_LAST_DATA_PULL_TIME, getCurrentLeaderboardPeriodLastUpdated()); + final String topMessage = "Last Updated: "+getCalendarTimeStringLocal(lastUpdatedTime)+"\n\n"; + final int factionHash = renderType % 2 == 0 ? FACTION_HASH_IMPERIAL : FACTION_HASH_REBEL; // even renderType vs odd to determine faction + final int weekType = renderType < 7 ? LEADERBOARD_PERIOD_CURRENT : (renderType < 13) ? LEADERBOARD_PERIOD_PREVIOUS : LEADERBOARD_PERIOD_2WEEKSAGO; + final String weekName = renderType < 7 ? "(Current Week)" : (renderType < 13) ? "(Previous Week)" : "(2 Weeks Ago)"; + final String factionName = factions.getFactionNameByHashCode(factionHash); + final int guildId = getGuildId(player); + final int cityId = getCitizenOfCityId(player); + // Handle logic relative to what type of entity we are fetching data for Player/Guild/City + String entityName = getPlayerFullName(player); + String entityType = "Player"; + switch (renderType) { + case 3: + case 4: + case 9: + case 10: + case 15: + case 16: + entityType = "Guild"; + if(guildId > 0) { + entityName = guildGetName(guildId) + " ("+guildGetAbbrev(guildId)+")"; + } else { + entityName = "None"; + } + break; + case 5: + case 6: + case 11: + case 12: + case 17: + case 18: + entityType = "City"; + if(cityId > 0) { + entityName = cityGetName(cityId); + } else { + entityName = "None"; + } + break; + } + + float score = -1.0f; + String[][] data; + String finalMessage; + // Get Local Score (this person/entity's score relative to the ranked players) + // unless requesting data for guild/city and you aren't in a guild/city, respectively + if(entityType.contains("Player") || (entityType.contains("Guild") && guildId > 0) || (entityType.contains("City") && cityId > 0)) { + if(usedCachedData && hasCachedLocalScore(requestingObject, renderType)) { // if we should use cached data & we have it + score = getCachedLocalScore(requestingObject, renderType); + } else { // actually pull the data and cache it + if(entityType.contains("Player")) { + score = getPlayerRelativeScoreToTransposedLeaderboardScores(player, factionHash, weekType); + } else if (entityType.contains("Guild")) { + score = getEntityRelativeScoreToTransposedLeaderboardScores(guildId, factionHash, weekType, false); + } else { + score = getEntityRelativeScoreToTransposedLeaderboardScores(cityId, factionHash, weekType, true); + } + cacheLocalScore(requestingObject, renderType, score); + } + } + + // Get Score Data (actual ranked entities on the board) + if(usedCachedData && hasCachedScoreData(requestingObject, renderType)) { // if we should use cached data & we have it + data = getCachedScoreData(requestingObject, renderType); + } else { // actually pull the data and cache it + data = getFormattedGcwLeaderboardData(renderType, false); + if(data != null) { + cacheScoreData(requestingObject, renderType, data); + } + } + if(data == null || data.length < 1) { + sendSystemMessageTestingOnly(player, "There is no score data available for the requested GCW Leaderboard. Please try again later."); + return; + } + String prompt = "GCW "+factionName +" "+ entityType+" Leaderboard "+weekName; + if(score >= 0) { + String scoreInfo = ". Rank Value for "+entityName+" = "+score+"%"; // append local score if we have one + finalMessage = topMessage + prompt + scoreInfo; + } else { + finalMessage = topMessage + prompt; + } + sui.table(player, player, sui.OK_ONLY, GCW_LEADERBOARD_TITLE, "noHandler", finalMessage, GCW_LEADERBOARD_COL_NAMES, GCW_LEADERBOARD_COL_TYPES, data, true, true); + } + + /** + * Handles pulling ranked entities and their respective scores and compiles it + * in a format suitable for rendering in a SUI Table + * @return String[][] for sui table with ranked entities and their scores + */ + public static String[][] getFormattedGcwLeaderboardData(int renderType, boolean debug) { + + final int factionHash = renderType % 2 == 0 ? FACTION_HASH_IMPERIAL : FACTION_HASH_REBEL; + final int weekType = renderType < 7 ? LEADERBOARD_PERIOD_CURRENT : (renderType < 13) ? LEADERBOARD_PERIOD_PREVIOUS : LEADERBOARD_PERIOD_2WEEKSAGO; + obj_id[] players; + int[] entities; + float[] scores; + + switch (renderType) { + // Players + case 1: + case 2: + case 7: + case 8: + case 13: + case 14: + players = getRankedPlayersForPeriod(LEADERBOARD_TYPE_GCW, factionHash, weekType); + scores = getRankedPlayerScoresForPeriod(LEADERBOARD_TYPE_GCW, factionHash, weekType); + if (scores != null && players != null) { + final float[] transposedScores = transposeClusterScoreDataToLocalLeaderboardScoreData(scores); + String[][] data = new String[players.length][GCW_LEADERBOARD_COL_NAMES.length]; + for (int i = 0; i < players.length; i++) { + data[i][0] = String.valueOf(i+1); + data[i][1] = debug ? getPlayerFullName(players[i])+" ("+players[i]+")" : getPlayerFullName(players[i]); + data[i][2] = debug ? "Cluster: "+scores[i]+" / Transposed: "+transposedScores[i]+" %" : transposedScores[i] + "%"; + } + return data; + } + break; + // Guilds + case 3: + case 4: + case 9: + case 10: + case 15: + case 16: + entities = getRankedGuildsForPeriod(LEADERBOARD_TYPE_GCW, factionHash, weekType); + scores = getRankedGuildScoresForPeriod(LEADERBOARD_TYPE_GCW, factionHash, weekType); + if (scores != null && entities != null) { + final float[] transposedScores = transposeClusterScoreDataToLocalLeaderboardScoreData(scores); + String[][] data = new String[entities.length][GCW_LEADERBOARD_COL_NAMES.length]; + for (int i = 0; i < entities.length; i++) { + data[i][0] = String.valueOf(i+1); + data[i][1] = debug ? guildGetName(entities[i])+" ("+entities[i]+")" : guildGetName(entities[i]); + data[i][2] = debug ? "Cluster: "+scores[i]+"% | Transposed: "+transposedScores[i]+"%" : transposedScores[i] + "%"; + } + return data; + } + break; + // Cities + case 5: + case 6: + case 11: + case 12: + case 17: + case 18: + entities = getRankedCitiesForPeriod(LEADERBOARD_TYPE_GCW, factionHash, weekType); + scores = getRankedCityScoresForPeriod(LEADERBOARD_TYPE_GCW, factionHash, weekType); + if (scores != null && entities != null) { + final float[] transposedScores = transposeClusterScoreDataToLocalLeaderboardScoreData(scores); + String[][] data = new String[entities.length][GCW_LEADERBOARD_COL_NAMES.length]; + for (int i = 0; i < entities.length; i++) { + data[i][0] = String.valueOf(i+1); + data[i][1] = debug ? cityGetName(entities[i])+" ("+entities[i]+")" : cityGetName(entities[i]); + data[i][2] = debug ? "Cluster: "+scores[i]+"% | Transposed: "+transposedScores[i]+"%" : transposedScores[i] + "%"; + } + return data; + } + break; + } + return null; + } + + /** + * Because the leaderboard does not display the % score of the ranked player/entity + * relative to the entire cluster but rather relative to the other ranked entities, + * i.e. the top score cluster-wide might only be 1.58%, but relative to the other + * top-ranked entities, it might be 25% of their collective score, so we have to + * transpose this data to display the scores relative to the other ranked scores + * as opposed to displaying cluster-wide data. + * @return float[] of transposed Cluster to Local scores + */ + public static float[] transposeClusterScoreDataToLocalLeaderboardScoreData(float[] scoreData) { + final double total = IntStream.range(0, scoreData.length).mapToDouble(i -> scoreData[i]).sum(); + float[] transposedData = new float[scoreData.length]; + for (int i = 0; i < scoreData.length; i++) { + transposedData[i] = (float)(scoreData[i] / total) * 100; + } + debugMsg("transposeClusterScoreDataToLocalLeaderboardScoreData() took in scores param of "+Arrays.toString(scoreData)); + debugMsg("transposeClusterScoreDataToLocalLeaderboardScoreData() returned score sum "+total+" and transposed data: "+Arrays.toString(transposedData)); + return transposedData; + } + + /** + * Returns the % score of a player relative to the transposed local leaderboard + * scores which shows how far the player is, in relation to the other ranked + * players, from reaching a ranked position on the leaderboard. + * @return float score relative to the transposed scores + */ + public static float getPlayerRelativeScoreToTransposedLeaderboardScores(obj_id player, int faction, int period) { + final float[] scores = getRankedPlayerScoresForPeriod(LEADERBOARD_TYPE_GCW, faction, period); + final obj_id[] players = getRankedPlayersForPeriod(LEADERBOARD_TYPE_GCW, faction, period); + if(players != null && scores != null) { // don't calculate a relative score for someone already ranked because that wouldn't make sense + if (Arrays.stream(players).anyMatch(x-> x== player)) { + return scores[Arrays.asList(players).indexOf(player)]; + } + } + if(scores != null) { + double total = IntStream.range(0, scores.length).mapToDouble(i -> scores[i]).sum(); + float score = 0.0f; + if(faction == FACTION_HASH_IMPERIAL) { + score = getFloatObjVar(player, OBJVAR_PLAYER_IMPERIAL_CURRENT_TEMP_SCORE); + } else if (faction == FACTION_HASH_REBEL) { + score = getFloatObjVar(player, OBJVAR_PLAYER_REBEL_CURRENT_TEMP_SCORE); + } + if (score > 0) { + float toReturn = (float)(score / (score + total)) * 100; + debugMsg("getPlayerRelativeScoreToTransposedLeaderboardScores() searched for scores from faction "+faction+" and period "+period+" for score data: "+Arrays.toString(scores)); + debugMsg("getPlayerRelativeScoreToTransposedLeaderboardScores() returned transposed local score: "+toReturn); + return toReturn; + } + } + return 0.0f; + } + + /** + * See: getPlayerRelativeScoreToTransposedLeaderboardScores but for Guilds/Cities + */ + public static float getEntityRelativeScoreToTransposedLeaderboardScores(int entity, int faction, int period, boolean isCity) { + final float[] scores = isCity ? getRankedCityScoresForPeriod(LEADERBOARD_TYPE_GCW, faction, period) : + getRankedGuildScoresForPeriod(LEADERBOARD_TYPE_GCW, faction, period); + final int[] entities = isCity? getRankedCitiesForPeriod(LEADERBOARD_TYPE_GCW, faction, period) : + getRankedGuildsForPeriod(LEADERBOARD_TYPE_GCW, faction, period); + if(entities != null && scores != null) { // don't calculate a relative score for someone already ranked because that wouldn't make sense + if (Arrays.stream(entities).anyMatch(x-> x== entity)) { + return scores[Arrays.binarySearch(entities, entity)]; + } + } + if(scores != null) { + final double total = IntStream.range(0, scores.length).mapToDouble(i -> scores[i]).sum(); + final obj_id masterObject = isCity ? getMasterCityObject() : getMasterGuildObject(); + String var; + float score = 0.0f; + if(faction == FACTION_HASH_IMPERIAL) { + var = isCity ? OBJVAR_CITY_IMPERIAL_CURRENT_TEMP_SCORE : OBJVAR_GUILD_IMPERIAL_CURRENT_TEMP_SCORE; + score = getFloatObjVar(masterObject, var+"_"+entity); + } else if (faction == FACTION_HASH_REBEL) { + var = isCity ? OBJVAR_CITY_REBEL_CURRENT_TEMP_SCORE : OBJVAR_GUILD_REBEL_CURRENT_TEMP_SCORE; + score = getFloatObjVar(masterObject, var+"_"+entity); + } + if (score > 0) { + float toReturn = (float)(score / (score + total)) * 100; + debugMsg("getEntityRelativeScoreToTransposedLeaderboardScores() searched for scores from faction "+faction+" and period "+period+" for score data: "+Arrays.toString(scores)); + debugMsg("getEntityRelativeScoreToTransposedLeaderboardScores() returned transposed local score: "+toReturn); + return toReturn; + } + } + return 0; + } + + /** + * Used to render the Guild/City GCW Leaderboard Score Archive SUI Tables + * See packGcwEntityHistoryData() for information on how this works + */ + public static void renderGcwLeaderboardEntityHistory(obj_id player, obj_id requestingObject, boolean isCity) throws InterruptedException { + final obj_id masterObject = isCity ? getMasterCityObject() : getMasterGuildObject(); + final int entityId = isCity ? getCitizenOfCityId(player) : getGuildId(player); + final int renderType = isCity ? 20 : 19; + final String type = isCity ? "City" : "Guild"; + final String ObjVar = OBJVAR_DATA_GCW_ENTITY_HISTORY + "_" + entityId; + if(entityId < 1) { + return; + } + final String[] packedData = getStringArrayObjVar(masterObject, ObjVar); + if(packedData == null || packedData.length == 0) { + sendSystemMessageTestingOnly(player, "There is no GCW Leaderboard History available for your "+type+" at this time."); + return; + } + boolean useCachedData = true; + // always used cached data for accessing archives because they're old unless a reset has happened since we've logged in + if(getCurrentLeaderboardPeriodStartTime() > getPlayerLastLoginTime(player)) { + useCachedData = false; + } + String[][] data; + if(useCachedData && hasCachedScoreData(requestingObject, renderType)) { + data = getCachedScoreData(requestingObject, renderType); + } else { + data = new String[packedData.length][GCW_LEADERBOARD_ARCHIVE_COL_NAMES.length]; + String[] temp; + for(int i = 0; i < packedData.length; i++) { + temp = packedData[i].split(","); + data[i][0] = getCalendarTimeStringLocal(Integer.parseInt(temp[0])); + data[i][1] = factions.getFactionNameByHashCode(Integer.parseInt(temp[1])); + data[i][2] = temp[2]+"%"; + data[i][3] = Integer.parseInt(temp[3]) == 0 ? "No" : "Yes"; + data[i][4] = Integer.parseInt(temp[4]) == 0 ? "No" : "Yes"; + } + cacheScoreData(requestingObject, renderType, data); + } + final String name = isCity ? cityGetName(entityId) : guildGetName(entityId) + " ("+guildGetAbbrev(entityId)+")"; + final String message = "GCW Leaderboard History for "+type+": "+name; + sui.table(player, player, sui.OK_ONLY, GCW_LEADERBOARD_TITLE, "noHandler", message, GCW_LEADERBOARD_ARCHIVE_COL_NAMES, GCW_LEADERBOARD_ARCHIVE_COL_TYPES, data, true, true); + } + + /** + * Used to pack the historical data of a guild/city. The data is stored as a String Array ObjVar + * on the Master Guild/City objects for each guild/city. Guild/City disband methods will remove + * this data automatically if a guild or city is disbanded/destroyed. + * + * Each object in the array is structured like this: + * Period End Unix Timestamp , Faction Hash , Percentile Score , Winner (0/1) , Champion (0/1) + * example: 1617508148,-615855020,4.49242,1,0 + * Which would read in the SUI something like: "April 3 2020 | Imperial | 0.49242% | Yes | No" + * + * Up to 6 months (26 periods) of historical data is stored. If you wanted to expand this, you + * could but it would probably be better to store data older than that on an external source, + * such as a website so you don't have to mangle the ObjVars. + * + * @param isCity true if it's a city, false if it's a guild (just to save having to make 2 methods) + */ + public static void packGcwEntityHistoryData(int entityId, String[] data, boolean isCity) { + final obj_id masterObject = isCity ? getMasterCityObject() : getMasterGuildObject(); + final String ObjVar = OBJVAR_DATA_GCW_ENTITY_HISTORY + "_" + entityId; + String[] packedData = new String[1]; + StringBuilder buildData = new StringBuilder(); + for (int i = 0; i < data.length; i++) { + buildData.append(data[i]); + if(i != data.length -1) { + buildData.append(","); + } + } + packedData[0] = buildData.toString(); + if(!hasObjVar(masterObject, ObjVar)) { + setObjVar(masterObject, ObjVar, packedData); + debugMsg("packGcwEntityHistoryData added new packed history for entity "+entityId+ " as: "+ Arrays.toString(packedData)); + } else { + String[] temp = getStringArrayObjVar(masterObject, ObjVar); + if(temp != null) { + Vector vData = new Vector<>(Arrays.asList(temp)); + if(vData.size() > 25) { + vData.remove(0); + } + vData.add(packedData[0]); + String[] newData = new String[vData.size()]; + for(int i = 0; i < newData.length; i++) { + newData[i] = vData.get(i); + } + setObjVar(masterObject, ObjVar, newData); + debugMsg("packGcwEntityHistoryData added new packed history for entity "+entityId+ " as: "+Arrays.toString(newData)); + } + } + } + + /** + * Caches on the requesting object a tabulated local score + */ + public static void cacheLocalScore(obj_id requestingObject, int renderType, float score) throws InterruptedException { + debugMsg("cacheLocalScore cached score "+score+" on object "+requestingObject+" for renderType "+renderType); + utils.setScriptVar(requestingObject, SCRIPTVAR_LEADERBOARD_LOCAL_SCORE_CACHED+"_"+renderType, score); + } + + /** + * @return true if a local score has been cached for the respective renderType + */ + public static boolean hasCachedLocalScore(obj_id requestingObject, int renderType) throws InterruptedException { + return utils.hasScriptVar(requestingObject, SCRIPTVAR_LEADERBOARD_LOCAL_SCORE_CACHED+"_"+renderType); + } + + /** + * @return float cached local score + */ + public static float getCachedLocalScore(obj_id requestingObject, int renderType) throws InterruptedException { + return utils.getFloatScriptVar(requestingObject, SCRIPTVAR_LEADERBOARD_LOCAL_SCORE_CACHED+"_"+renderType); + } + + /** + * Caches on the requesting object a complete ranked score data for the respective renderType + */ + public static void cacheScoreData(obj_id requestingObject, int renderType, String[][] scoreData) throws InterruptedException { + debugMsg("cacheScoreData cached score data on object "+requestingObject+" for renderType "+renderType+" with data: "+Arrays.toString(scoreData)); + utils.setScriptVar(requestingObject, SCRIPTVAR_LEADERBOARD_SCORE_DATA_CACHED+"_"+renderType, scoreData); + } + + /** + * @return true if score data has been cached for the respective renderType + */ + public static boolean hasCachedScoreData(obj_id requestingObject, int renderType) throws InterruptedException { + return utils.hasScriptVar(requestingObject, SCRIPTVAR_LEADERBOARD_SCORE_DATA_CACHED+"_"+renderType); + } + + /** + * @return String[][] cached local score data + */ + public static String[][] getCachedScoreData(obj_id requestingObject, int renderType) throws InterruptedException { + return utils.getStringArrayArrayScriptVar(requestingObject, SCRIPTVAR_LEADERBOARD_SCORE_DATA_CACHED+"_"+renderType); + } + + /** + * Adds the temporary tracking score onto the player + */ + public static void addPlayerGcwLeaderboardTempTrackingScore(obj_id player, int faction, float score) { + if(faction == FACTION_HASH_IMPERIAL) { + setObjVar(player, leaderboard.OBJVAR_PLAYER_IMPERIAL_CURRENT_TEMP_SCORE, score); + } else if (faction == FACTION_HASH_REBEL) { + setObjVar(player, leaderboard.OBJVAR_PLAYER_REBEL_CURRENT_TEMP_SCORE, score); + } + } + + /** + * Adds the temporary tracking score for a guild/player to their + * respective master objects + */ + public static void addEntityGcwLeaderboardTempTrackingScore(int entity, int faction, float score, boolean isCity) { + final obj_id masterObject = isCity ? getMasterCityObject() : getMasterGuildObject(); + if(faction == FACTION_HASH_IMPERIAL) { + if(isCity) { + setObjVar(masterObject, leaderboard.OBJVAR_CITY_IMPERIAL_CURRENT_TEMP_SCORE+"_"+entity, score); + } else { + setObjVar(masterObject, leaderboard.OBJVAR_GUILD_IMPERIAL_CURRENT_TEMP_SCORE+"_"+entity, score); + } + } else if (faction == FACTION_HASH_REBEL) { + if(isCity) { + setObjVar(masterObject, leaderboard.OBJVAR_CITY_REBEL_CURRENT_TEMP_SCORE+"_"+entity, score); + } else { + setObjVar(masterObject, leaderboard.OBJVAR_GUILD_REBEL_CURRENT_TEMP_SCORE+"_"+entity, score); + } + } + } + + /** + * Handles announcing Leaderboard Rank Changes to Discord, if a Web Hook URL has been set in config + */ + public static void announceGcwLeaderboardRankChangeToDiscord(String message) { + if(ANNOUNCEMENT_WEBHOOK_URL == null || ANNOUNCEMENT_WEBHOOK_URL.isEmpty()) { + return; + } + DiscordWebhook hook = new DiscordWebhook(ANNOUNCEMENT_WEBHOOK_URL); + hook.setContent(message); + hook.execute(); + } + + /** + * Handles announcing Leaderboard Winners to Discord, if a Web Hook URL has been set in config + */ + public static void announceGcwLeaderboardWinnersToDiscord(int winnerType, int faction, obj_id[] players, int[] entities, float[] scores) { + if(ANNOUNCEMENT_WEBHOOK_URL == null || ANNOUNCEMENT_WEBHOOK_URL.isEmpty()) { + return; + } + DiscordWebhook hook = new DiscordWebhook(ANNOUNCEMENT_WEBHOOK_URL); + DiscordWebhook.EmbedObject embed = new DiscordWebhook.EmbedObject(); + embed.setColor(faction == FACTION_HASH_IMPERIAL ? Color.BLUE : Color.RED); + switch (winnerType) { + case 1: // Players + if(players != null && scores != null) { + embed.setTitle("GCW Leaderboard Winners - Players - "+factions.getFactionNameByHashCode(faction)); + for(int i = 0; i < players.length; i++) { + if(isIdValid(players[i])) { + embed.addField(getPlayerFullName(players[i]), "Rank " + i+1 + " ("+scores[i]+"%)", false); + } + } + } + break; + case 2: // Guilds + if(entities != null && scores != null) { + embed.setTitle("GCW Leaderboard Winners - Guilds - "+factions.getFactionNameByHashCode(faction)); + for(int i = 0; i < entities.length; i++) { + if(isIdValid(guildGetLeader(entities[i]))) { + embed.addField(guildGetName(entities[i]), "Rank " + i+1 + " ("+scores[i]+"%)", false); + } + } + } + break; + case 3: // Cities + if(entities != null && scores != null) { + embed.setTitle("GCW Leaderboard Winners - Cities - "+factions.getFactionNameByHashCode(faction)); + for(int i = 0; i < entities.length; i++) { + if (isIdValid(cityGetLeader(entities[i]))) { + embed.addField(cityGetName(entities[i]), "Rank "+ i+1 +" ("+scores[i]+"%)", false); + } + } + } + break; + } + hook.addEmbed(embed); + hook.execute(); + } + + /** + * Removes tracking vars for participant lists after a period reset. + * Note: the messageTo herein can be enabled to act as a script-trigger + * equivalent for notifying players the period has reset. It is not + * currently implemented given there was no need for it, but I left it + * here as it's a great spot to implement a notification if needed. + */ + public static void clearGcwLeaderboardTrackingVars(Set players) { + if(players != null) { + for (obj_id player : players) { + removeObjVar(player, leaderboard.OBJVAR_PLAYER_TRACKING_PLAYER_ALREADY); + removeObjVar(player, leaderboard.OBJVAR_PLAYER_TRACKING_GUILD_ALREADY); + removeObjVar(player, leaderboard.OBJVAR_PLAYER_TRACKING_CITY_ALREADY); + //messageTo(player, "OnGcwLeaderboardPeriodResetFinished", null, 30f, false); + } + } + } + + /** + * Handles removing the players who are no longer considered "Winners" (top 10) + * because they haven't won in the most recent period. + * + * Note: This should run when a period reset occurs but before any new winners + * are assigned (so you don't purge new winners after they won). + */ + public static void handlePurgeReigningChampions() { + final obj_id[] players1 = getRankedPlayersForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_REBEL, LEADERBOARD_PERIOD_PREVIOUS); + final obj_id[] players2 = getRankedPlayersForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_IMPERIAL, LEADERBOARD_PERIOD_PREVIOUS); + final int[] guild1 = getRankedGuildsForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_REBEL, LEADERBOARD_PERIOD_PREVIOUS); + final int[] guild2 = getRankedGuildsForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_IMPERIAL, LEADERBOARD_PERIOD_PREVIOUS); + final int[] city1 = getRankedCitiesForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_REBEL, LEADERBOARD_PERIOD_PREVIOUS); + final int[] city2 = getRankedCitiesForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_IMPERIAL, LEADERBOARD_PERIOD_PREVIOUS); + if(players1 != null) { + purgeReigningChampions(players1[0]); + } + if(players2 != null) { + purgeReigningChampions(players2[0]); + } + if(guild1 != null) { + purgeReigningChampions(guildGetMemberIds(guild1[0])); + } + if(guild2 != null) { + purgeReigningChampions(guildGetMemberIds(guild2[0])); + } + if(city1 != null) { + purgeReigningChampions(cityGetCitizenIds(city1[0])); + } + if(city2 != null) { + purgeReigningChampions(cityGetCitizenIds(city2[0])); + } + } + public static void purgeReigningChampions(obj_id[] playersToRemove) { + for(obj_id player : playersToRemove) { + purgeReigningChampions(player); + } + } + public static void purgeReigningChampions(obj_id player) { + if(getCollectionSlotValue(player, "gcw_leaderboard_imperial_current_winner") > 0) { + modifyCollectionSlotValue(player, "gcw_leaderboard_imperial_current_winner", -1); + LOG("gcw_leaderboard_purge", "gcw_leaderboard_imperial_current_winner was removed from "+getPlayerName(player)+" ("+player+")"); + } + if(getCollectionSlotValue(player, "gcw_leaderboard_rebel_current_winner") > 0) { + modifyCollectionSlotValue(player, "gcw_leaderboard_rebel_current_winner", -1); + LOG("gcw_leaderboard_purge", "gcw_leaderboard_rebel_current_winner was removed from "+getPlayerName(player)+" ("+player+")"); + } + } + + /** + * Called to remove the "War Planner" titles from players (anyone who is currently in the + * "2 weeks ago" slot at a period reset and is getting pushed out). It will get re-applied + * if they are back in a new period. + * + * Note: This should run when a period reset occurs but before any new winners + * are assigned (so you don't purge new winners after they won). + */ + public static void handlePurgeWarPlanners() { + final obj_id[] players1 = getRankedPlayersForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_REBEL, LEADERBOARD_PERIOD_2WEEKSAGO); + final obj_id[] players2 = getRankedPlayersForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_IMPERIAL, LEADERBOARD_PERIOD_2WEEKSAGO); + final int[] guild1 = getRankedGuildsForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_REBEL, LEADERBOARD_PERIOD_2WEEKSAGO); + final int[] guild2 = getRankedGuildsForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_IMPERIAL, LEADERBOARD_PERIOD_2WEEKSAGO); + final int[] city1 = getRankedCitiesForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_REBEL, LEADERBOARD_PERIOD_2WEEKSAGO); + final int[] city2 = getRankedCitiesForPeriod(LEADERBOARD_TYPE_GCW, FACTION_HASH_IMPERIAL, LEADERBOARD_PERIOD_2WEEKSAGO); + if(players1 != null) { + purgeWarPlanners(players1); + } + if(players2 != null) { + purgeWarPlanners(players2); + } + if(guild1 != null) { + for(int id : guild1) { + purgeWarPlanners(guildGetLeader(id)); + } + } + if(guild2 != null) { + for(int id : guild2) { + purgeWarPlanners(guildGetLeader(id)); + } + } + if(city1 != null) { + for(int id : city1) { + purgeWarPlanners(cityGetLeader(id)); + } + } + if(city2 != null) { + for(int id : city2) { + purgeWarPlanners(cityGetLeader(id)); + } + } + } + public static void purgeWarPlanners(obj_id[] playersToRemove) { + for(obj_id player : playersToRemove) { + purgeWarPlanners(player); + } + } + public static void purgeWarPlanners(obj_id player) { + if(getCollectionSlotValue(player, "rebel_gcw_war_planner") > 0) { + modifyCollectionSlotValue(player, "rebel_gcw_war_planner", -1); + LOG("gcw_leaderboard_purge", "rebel_gcw_war_planner was removed from "+getPlayerName(player)+" ("+player+")"); + } + if(getCollectionSlotValue(player, "imperial_gcw_war_planner") > 0) { + modifyCollectionSlotValue(player, "imperial_gcw_war_planner", -1); + LOG("gcw_leaderboard_purge", "imperial_gcw_war_planner was removed from "+getPlayerName(player)+" ("+player+")"); + } + } + + /** + * Drops all participant data from the current period + */ + public static void clearAllCurrentPeriodParticipants() { + final obj_id masterObject = getMasterLeaderboardObject(); + final int mangleCt = getIntObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+GCW+"_mangled.count"); + for(int i = 0; i < mangleCt; i++) { + removeObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+GCW+"_mangled.segment."+i); + } + removeObjVar(masterObject, OBJVAR_LEADERBOARD_PARTICIPANT_GROUP+GCW+"_mangled.count"); + removeObjVar(masterObject, OBJVAR_LEADERBOARD_GUILD_PARTICIPANTS+GCW); + removeObjVar(masterObject, OBJVAR_LEADERBOARD_CITY_PARTICIPANTS+GCW); + debugMsg("Finished running leaderboard.clearAllCurrentPeriodParticipants()"); + } + + /** + * Called on guild disband / city destruction to purge the history data from the master objects + */ + public static void purgeEntityGcwLeaderboardHistory(int entityId, boolean isCity) { + final obj_id masterObject = isCity ? getMasterCityObject() : getMasterGuildObject(); + final String ObjVar = OBJVAR_DATA_GCW_ENTITY_HISTORY + "_" + entityId; + removeObjVar(masterObject, ObjVar); + } + + /** + * Shows an SUI List Box with available Debugging/Admin Data for the GCW Leaderboard + * which is then passed to handler > renderGcwLeaderboardDataCsInternalOnly + * CS Cmd: /admin gcwLeaderboard + */ + public static void promptGcwLeaderboardDataRequestCsInternalOnly(obj_id player) throws InterruptedException { + + if(!isGod(player)) { + return; + } + String[] menuOptions = { + "Leaderboard Statistics", + "Request Period Update", + "Request Period Reset", + "View Board: Current Player Imperial", + "View Board: Current Player Rebel", + "View Board: Current Guild Imperial", + "View Board: Current Guild Rebel", + "View Board: Current City Imperial", + "View Board: Current City Rebel", + "View Board: Previous Player Imperial", + "View Board: Previous Player Rebel", + "View Board: Previous Guild Imperial", + "View Board: Previous Guild Rebel", + "View Board: Previous City Imperial", + "View Board: Previous City Rebel", + "View Board: 2WksAgo Player Imperial", + "View Board: 2WksAgo Player Rebel", + "View Board: 2WksAgo Guild Imperial", + "View Board: 2WksAgo Guild Rebel", + "View Board: 2WksAgo City Imperial", + "View Board: 2WksAgo City Rebel", + }; + sui.listbox(player, player, "GM Resources for GCW Leaderboard. Please select an option below.", sui.OK_CANCEL, "GCW Leaderboard Debug", menuOptions, "handleCsLeaderboardDataMenuSelection", true, false); + } + + /** + * Handler for the response to promptGcwLeaderboardDataRequestCsInternalOnly + * "View Board" items are identical to renderGcwLeaderboardDataToPlayer but includes debugging/CS info + * ***NOTE*** if you add new switch options in front of the view leaderboard options, make sure you + * adjust the subtraction inside getFormattedGcwLeaderboardData so it calls the correct board + */ + public static void handleGcwLeaderboardDataRequestCsInternalOnly(obj_id player, int menuOptionIndex) throws InterruptedException { + + switch(menuOptionIndex) { + + case 0: + sendSystemMessageTestingOnly(player, "Nothing is implemented for this option yet because Aconite couldn't decide what all would be useful here. If you have ideas, feel free to message him."); + break; + case 1: + messageTo(getMasterLeaderboardObject(), "handleCurrentPeriodUpdateHeartbeat", null, 0f, false); + sendSystemMessageTestingOnly(player, "Requesting a forced leaderboard period update..."); + LOG("leaderboard_gm", "GM "+getPlayerName(player)+" ("+player+") used /admin gcwLeaderboard to call handleCurrentPeriodUpdateHeartbeat"); + break; + case 2: + messageTo(getMasterLeaderboardObject(), "handleLeaderboardPeriodReset", null, 0f, false); + sendSystemMessageTestingOnly(player, "Requesting a forced leaderboard period reset..."); + LOG("leaderboard_gm", "GM "+getPlayerName(player)+" ("+player+") used /admin gcwLeaderboard to call handleLeaderboardPeriodReset"); + break; + case 3: + case 4: + case 5: + case 6: + case 7: + case 8: + case 9: + case 10: + case 11: + case 12: + case 13: + case 14: + case 15: + case 16: + case 17: + case 18: + case 19: + case 20: + case 21: + String[][] data = getFormattedGcwLeaderboardData(menuOptionIndex-3, true); + sui.table(player, player, sui.OK_ONLY, GCW_LEADERBOARD_TITLE, "noHandler", "Debug GM Data", GCW_LEADERBOARD_COL_NAMES, GCW_LEADERBOARD_COL_TYPES, data, true, true); + break; + } + } + + /** + * Conditionally prints a debug message to console if debug mode is on + */ + public static void debugMsg(String message) { + if(VERBOSE_LOGGING) { + LOG("leaderboard_debug", message); + } + } + +} // end library.leaderboard diff --git a/sku.0/sys.server/compiled/game/script/library/utils.java b/sku.0/sys.server/compiled/game/script/library/utils.java index b985e0fdb3..55e73b6ec8 100755 --- a/sku.0/sys.server/compiled/game/script/library/utils.java +++ b/sku.0/sys.server/compiled/game/script/library/utils.java @@ -7213,4 +7213,7 @@ public static int getNumCreaturesForSpawnLimit() throws InterruptedException public static boolean inDebugMode() throws InterruptedException { return (utils.getIntConfigSetting("GameServer", "debugMode") == 1); } + public static void throwWarning(String message) { + WARNING(message); + } } diff --git a/sku.0/sys.server/compiled/game/script/library/web_api.java b/sku.0/sys.server/compiled/game/script/library/web_api.java new file mode 100644 index 0000000000..9300b2b31f --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/library/web_api.java @@ -0,0 +1,70 @@ +package script.library; + +import java.net.URI; +import java.net.URLEncoder; +import java.net.http.HttpClient; +import java.net.http.HttpRequest; +import java.net.http.HttpResponse; +import java.nio.charset.StandardCharsets; +import java.util.*; + +/** + * Web API + * Methods for sending scripted content from the game server to the web via POST + * + * SWG Source Addition - 2021 + * Authors: Aconite + * Adapted from work by: + * https://github.com/thomasdarimont + */ +public class web_api extends script.base_script { + + public web_api() + { + } + + private static final boolean API_ENABLED = utils.checkConfigFlag("GameServer", "scriptWebApiEnabled"); + + /** + * @param url the URL of the PHP script receiving the data + * @param data a map with the name of the POST field as the key and the field data as the value + * + * Simple Example: + * Map data = new HashMap<>(); + * data.put("player", getPlayerName(somePlayer)); + * web_api.sendDataAsPost("swg.com/someScript.php", data); + */ + public static void sendDataAsPost(String url, Map data) { + if(!API_ENABLED) { + return; + } + HttpClient client = HttpClient.newBuilder() + .version(HttpClient.Version.HTTP_2) + .build(); + try { + HttpRequest request = HttpRequest.newBuilder() + .POST(buildFormDataFromMap(data)) + .uri(URI.create(url)) + .header("Content-Type", "application/x-www-form-urlencoded") + .build(); + client.sendAsync(request, HttpResponse.BodyHandlers.ofString()) + .thenApply(HttpResponse::body); + } catch (Exception e) { + WARNING("Java Exception in web_api.sendDataAsPost(): "+e.getMessage()); + } + } + + private static HttpRequest.BodyPublisher buildFormDataFromMap(Map data) { + var builder = new StringBuilder(); + for (Map.Entry entry : data.entrySet()) { + if (builder.length() > 0) { + builder.append("&"); + } + builder.append(URLEncoder.encode(entry.getKey().toString(), StandardCharsets.UTF_8)); + builder.append("="); + builder.append(URLEncoder.encode(entry.getValue().toString(), StandardCharsets.UTF_8)); + } + return HttpRequest.BodyPublishers.ofString(builder.toString()); + } + +} diff --git a/sku.0/sys.server/compiled/game/script/planet/planet_base.java b/sku.0/sys.server/compiled/game/script/planet/planet_base.java index 19747d4065..60389565ae 100755 --- a/sku.0/sys.server/compiled/game/script/planet/planet_base.java +++ b/sku.0/sys.server/compiled/game/script/planet/planet_base.java @@ -17,6 +17,7 @@ public planet_base() } public int OnUniverseComplete(obj_id self) throws InterruptedException { + CustomerServiceLog("holidayEvent", "planet_base.OnUniverseComplete: trigger initialized."); dictionary dctParams = new dictionary(); messageTo(self, "doSpawnSetup", dctParams, 60, true); @@ -48,6 +49,7 @@ public int doSpawnSetup(obj_id self, dictionary params) throws InterruptedExcept obj_id tatooinePlanet = getPlanetByName("tatooine"); if (isIdValid(tatooinePlanet) && exists(tatooinePlanet)) { + setObjVar(tatooinePlanet, "server_start_time", getCalendarTime()); CustomerServiceLog("holidayEvent", "planet_base.doSpawnSetup: Tatooine Planet detected obj_id: " + tatooinePlanet); if (!hasScript(tatooinePlanet, "event.planet_event_handler")) { diff --git a/sku.0/sys.server/compiled/game/script/player/base/base_player.java b/sku.0/sys.server/compiled/game/script/player/base/base_player.java index c09099a7cc..8e994adaf7 100755 --- a/sku.0/sys.server/compiled/game/script/player/base/base_player.java +++ b/sku.0/sys.server/compiled/game/script/player/base/base_player.java @@ -348,12 +348,7 @@ public int OnSkillAboutToBeRevoked(obj_id self, String skill) throws Interrupted { if ((toLower(skill)).startsWith("pilot")) { - int godLevel = -1; - if (isGod(self)) - { - godLevel = getGodLevel(self); - } - if (!utils.hasScriptVar(self, "revokePilotSkill") && (godLevel < 50)) + if (!utils.hasScriptVar(self, "revokePilotSkill") && !isGod(self)) { space_skill.retireWarning(self, skill); return SCRIPT_OVERRIDE; @@ -12285,4 +12280,28 @@ public int playerFactionalPresenceHeartbeat(obj_id self, dictionary params) thro gcw.grantGcwFactionalPresenceScore(self); return SCRIPT_CONTINUE; } + public int playerFactionalPresenceReportingHeartbeat(obj_id self, dictionary params) throws InterruptedException { + int points = utils.getIntScriptVar(self, "leaderboard_factional_presence_tracking"); + gcw.handleGcwLeaderboardUpdates(self, points, gcw.GCW_POINT_TYPE_MAX); + utils.setScriptVar(self, "leaderboard_factional_presence_tracking", 0); + leaderboard.debugMsg("Player "+getPlayerName(self)+" ("+self+") reported to leaderboard from presence heartbeat a total of "+points+" points which have now been reset to 0."); + return SCRIPT_CONTINUE; + } + public int handleCsLeaderboardDataMenuSelection(obj_id self, dictionary params) throws InterruptedException { + if ((params == null) || (params.isEmpty()) || !isGod(self)) { + return SCRIPT_CONTINUE; + } + obj_id player = sui.getPlayerId(params); + int btn = sui.getIntButtonPressed(params); + int idx = sui.getListboxSelectedRow(params); + if (btn == sui.BP_CANCEL) { + return SCRIPT_CONTINUE; + } + if (idx == -1) { + return SCRIPT_CONTINUE; + } + leaderboard.handleGcwLeaderboardDataRequestCsInternalOnly(self, idx); + return SCRIPT_CONTINUE; + } + } diff --git a/sku.0/sys.server/compiled/game/script/player/live_conversions.java b/sku.0/sys.server/compiled/game/script/player/live_conversions.java index 8b1389d9c4..898011418a 100755 --- a/sku.0/sys.server/compiled/game/script/player/live_conversions.java +++ b/sku.0/sys.server/compiled/game/script/player/live_conversions.java @@ -63,6 +63,11 @@ public int OnLogin(obj_id self) throws InterruptedException runOncePerTravelConversions(self); return SCRIPT_CONTINUE; } + public int OnLogout(obj_id self) throws InterruptedException + { + endFactionalPresenceReportingLoops(self); + return SCRIPT_CONTINUE; + } public int OnNewbieTutorialResponse(obj_id self, String action) throws InterruptedException { if (action.equals("clientReady")) @@ -105,6 +110,7 @@ public void runOncePerSessionConversions(obj_id player) throws InterruptedExcept handleMailOptInRewards(player); handleCombatUpgradePlaqueReward(player); startFactionalPresenceTrackingLoop(player); + startFactionalPresenceReportingLoop(player); } public void runOncePerTravelConversions(obj_id player) throws InterruptedException { @@ -1014,4 +1020,18 @@ public void startFactionalPresenceTrackingLoop(obj_id player) throws Interrupted recurringMessageTo(player, "playerFactionalPresenceHeartbeat", null, 60.0f); } + /** + * Handles looper for reporting factional presence to leaderboard + * Pulls ScriptVar store of factional presence every 12 minutes to reduce + * the amount of times we're running leaderboard queries + */ + public void startFactionalPresenceReportingLoop(obj_id player) throws InterruptedException { + recurringMessageTo(player, "playerFactionalPresenceReportingHeartbeat", null, 720.0f); + } + + public void endFactionalPresenceReportingLoops(obj_id player) throws InterruptedException { + cancelRecurringMessageTo(player, "playerFactionalPresenceHeartbeat"); + cancelRecurringMessageTo(player, "playerFactionalPresenceReportingHeartbeat"); + } + } diff --git a/sku.0/sys.server/compiled/game/script/player/player_faction.java b/sku.0/sys.server/compiled/game/script/player/player_faction.java index 6f07016011..78e2c6cf94 100755 --- a/sku.0/sys.server/compiled/game/script/player/player_faction.java +++ b/sku.0/sys.server/compiled/game/script/player/player_faction.java @@ -66,14 +66,24 @@ else if (factions.isImperial(self)) { pp = prose.setStringId(pp, SID_OVERT_TO_COVERT); commPlayer(self, self, pp, recruiter); - factions.goCovertWithDelay(self, 300.0f); + if(isGod(self)) { + sendSystemMessageTestingOnly(self, "GOD MODE: Overriding your /pvp effect delay to immediate because you are in God Mode."); + factions.goCovertWithDelay(self, 1.0f); + } else { + factions.goCovertWithDelay(self, 300.0f); + } return SCRIPT_CONTINUE; } if (pvpGetType(self) == PVPTYPE_COVERT) { pp = prose.setStringId(pp, SID_COVERT_TO_OVERT); commPlayer(self, self, pp, recruiter); - factions.goOvertWithDelay(self, 30.0f); + if(isGod(self)) { + sendSystemMessageTestingOnly(self, "GOD MODE: Overriding your /pvp effect delay to immediate because you are in God Mode."); + factions.goOvertWithDelay(self, 1.0f); + } else { + factions.goOvertWithDelay(self, 30.0f); + } return SCRIPT_CONTINUE; } return SCRIPT_OVERRIDE; diff --git a/sku.0/sys.server/compiled/game/script/rank_pair.java b/sku.0/sys.server/compiled/game/script/rank_pair.java index f366f9ef33..417ab0f6f9 100644 --- a/sku.0/sys.server/compiled/game/script/rank_pair.java +++ b/sku.0/sys.server/compiled/game/script/rank_pair.java @@ -4,24 +4,30 @@ /** * Rank Pair Wrapper - * Provides a rank_pair for a leader board given a dictionary of data + * Provides a rank_pair for a leader board given a HashMap of data * - * The dictionary should contain a set of entity IDs (integer identifier + * The HashMap should contain a set of entity IDs (integer identifier * for e.g. guilds and cities) or a set of obj_id (identifier for players) - * as the keys and a set of scores (double) to be sorted as the values. + * as the keys and a set of scores (float) to be sorted as the values. + * *******NOTE****** sortForPlayers() must get passed a HashMap with + * obj_id's parsed as Long(s), do NOT pass obj_ids directly or you'll get + * ClassCastException errors. It will give you back obj_id's though. * * Example implementation: * - * rank_pair data = new rank_pair.sortForPlayers(dictionary); + * rank_pair data = rank_pair.sortForPlayers(map, 25); * obj_id[] players = data.getPlayerEntrants; * double[] scores = data.getScores; * * From the above, you'd have the sorted arrays containing the player * winners and their respective scores, both stored in rank order from - * 1st place to X place (based on total number of entries in dictionary). + * 1st place to X place (based on total number of entries in HashMap). * This design is intended to support direct compatibility with the * existing implementation and logic of SUI tables. * + * Use the limit parameter to filter the size of the + * resulting data (i.e. you only want the top 10 results) + * * SWG Source Addition - 2021 * Authors: Aconite */ @@ -29,39 +35,46 @@ public class rank_pair { public int[] getEntityEntrants; public obj_id[] getPlayerEntrants; - public double[] getScores; + public float[] getScores; - private rank_pair(int[] entities, double[] scores) { + private rank_pair(int[] entities, float[] scores) { this.getEntityEntrants = entities; this.getPlayerEntrants = null; this.getScores = scores; } - private rank_pair(obj_id[] players, double[] scores) { + private rank_pair(obj_id[] players, float[] scores) { this.getEntityEntrants = null; this.getPlayerEntrants = players; this.getScores = scores; } - public static rank_pair sortForEntity(dictionary d) { - List> list = new ArrayList<>(d.entrySet()); + public static rank_pair sortForEntity(HashMap d, int sizeLimit) { + List> list = new ArrayList<>(d.entrySet()); list.sort(Map.Entry.comparingByValue(Comparator.reverseOrder())); + double[] temp = list.stream().mapToDouble(Map.Entry::getValue).toArray(); + float[] data = new float[temp.length]; + for (int i = 0; i < temp.length; i++) { + data[i] = (float)temp[i]; + } return new rank_pair( - list.stream().mapToInt(Map.Entry::getKey).toArray(), - list.stream().mapToDouble(Map.Entry::getValue).toArray() + list.stream().mapToInt(Map.Entry::getKey).limit(sizeLimit).toArray(), + data ); } - public static rank_pair sortForPlayers(dictionary d) { - List> list = new ArrayList<>(d.entrySet()); + public static rank_pair sortForPlayers(HashMap d, int sizeLimit) { + List> list = new ArrayList<>(d.entrySet()); list.sort(Map.Entry.comparingByValue(Comparator.reverseOrder())); - long[] players_raw = list.stream().mapToLong(Map.Entry::getKey).toArray(); + long[] players_raw = list.stream().mapToLong(Map.Entry::getKey).limit(sizeLimit).toArray(); obj_id[] players = new obj_id[players_raw.length]; for (int i = 0; i < players_raw.length; i++) { players[i] = obj_id.getObjId(players_raw[i]); } - return new rank_pair(players, - list.stream().mapToDouble(Map.Entry::getValue).toArray() - ); + double[] temp = list.stream().mapToDouble(Map.Entry::getValue).toArray(); + float[] data = new float[temp.length]; + for (int i = 0; i < temp.length; i++) { + data[i] = (float)temp[i]; + } + return new rank_pair(players, data); } - } \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/script/script_class_loader.java b/sku.0/sys.server/compiled/game/script/script_class_loader.java index 7cc5fd34aa..9d9a0e35a3 100755 --- a/sku.0/sys.server/compiled/game/script/script_class_loader.java +++ b/sku.0/sys.server/compiled/game/script/script_class_loader.java @@ -359,6 +359,14 @@ private byte[] loadClassData(String name) throws ClassNotFoundException defaultLoad.add("script.custom_var"); defaultLoad.add("script.deltadictionary"); defaultLoad.add("script.dictionary"); + defaultLoad.add("script.DiscordWebhook"); + defaultLoad.add("script.DiscordWebhook$EmbedObject"); + defaultLoad.add("script.DiscordWebhook$EmbedObject$Field"); + defaultLoad.add("script.DiscordWebhook$EmbedObject$Thumbnail"); + defaultLoad.add("script.DiscordWebhook$EmbedObject$Image"); + defaultLoad.add("script.DiscordWebhook$EmbedObject$Author"); + defaultLoad.add("script.DiscordWebhook$EmbedObject$Footer"); + defaultLoad.add("script.DiscordWebhook$JSONObject"); defaultLoad.add("script.draft_schematic"); defaultLoad.add("script.draft_schematic$simple_ingredient"); defaultLoad.add("script.draft_schematic$slot"); @@ -387,6 +395,7 @@ private byte[] loadClassData(String name) throws ClassNotFoundException defaultLoad.add("script.prose_package$participant_info"); defaultLoad.add("script.random"); defaultLoad.add("script.ranged_int_custom_var"); + defaultLoad.add("script.rank_pair"); defaultLoad.add("script.region"); defaultLoad.add("script.resource_attribute"); defaultLoad.add("script.resource_density"); diff --git a/sku.0/sys.server/compiled/game/script/systems/city/city_hall.java b/sku.0/sys.server/compiled/game/script/systems/city/city_hall.java index 40a6b64913..06efa6d866 100755 --- a/sku.0/sys.server/compiled/game/script/systems/city/city_hall.java +++ b/sku.0/sys.server/compiled/game/script/systems/city/city_hall.java @@ -127,6 +127,7 @@ public int OnDestroy(obj_id self) throws InterruptedException outparams.put("city_hall", self); messageTo(cityMaster, "confirmCityRemoved", outparams, 600, true); int city_id = findCityByCityHall(self); + leaderboard.purgeEntityGcwLeaderboardHistory(city_id, true); obj_id[] structures = cityGetStructureIds(city_id); if (structures != null) { diff --git a/sku.0/sys.server/compiled/game/script/systems/leaderboard/controller.java b/sku.0/sys.server/compiled/game/script/systems/leaderboard/controller.java new file mode 100644 index 0000000000..4ac207f32e --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/systems/leaderboard/controller.java @@ -0,0 +1,56 @@ +package script.systems.leaderboard; + +import script.dictionary; +import script.location; +import script.obj_id; + +public class controller extends script.base_script { + + public controller() + { + } + + /** + * Controller which handles spawning the master object if it does not exist. + * Should only run the first time the server is started after a fresh installation. + */ + public static final String CONTROLLER = "object/tangible/ground_spawning/patrol_waypoint.iff"; + + public int OnInitialize(obj_id self) throws InterruptedException { + setName(self, "Leaderboard Controller"); + location selfLoc = getLocation(self); + obj_id objects[] = getObjectsInRange(selfLoc, 0.1f); + boolean exists = false; + if (objects != null || objects.length > 0) + { + for (obj_id object : objects) { + if ((getTemplateName(object)).equals(CONTROLLER)) { + exists = true; + } + } + } + if (!exists) + { + createMasterObject(self); + } + return SCRIPT_CONTINUE; + } + + public int OnAboutToBeTransferred(obj_id self, obj_id destContainer, obj_id transferer) throws InterruptedException { + sendSystemMessageTestingOnly(transferer, "You cannot move this item!"); + return SCRIPT_OVERRIDE; + } + + public int createMasterObject(obj_id self, dictionary params) throws InterruptedException { + createMasterObject(self); + return SCRIPT_CONTINUE; + } + + public void createMasterObject(obj_id self) throws InterruptedException { + obj_id object = createObject(CONTROLLER, getLocation(self)); + attachScript(object, "systems.leaderboard.gcw_master_object"); + persistObject(object); + WARNING("Creating Master Leaderboard Object ("+object+")..."); + } + +} diff --git a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_display_object.java b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_display_object.java new file mode 100644 index 0000000000..8dfb4caa91 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_display_object.java @@ -0,0 +1,222 @@ +package script.systems.leaderboard; + +import script.library.leaderboard; +import script.menu_info; +import script.menu_info_types; +import script.obj_id; +import script.string_id; + +/** + * Attach this script to any object which you want to have the radial options + * for accessing the GCW Leaderboard Menus. By default, this is the War Terminal, + * War IntelPad, and War/Invasion Planning Tables. + */ +public class gcw_display_object extends script.terminal.base.base_terminal { + + public gcw_display_object() + { + } + + public static final string_id SID_MENU_LEADERBOARD = new string_id("gcw", "gcw_war_terminal_leaderboard_menu"); + public static final string_id SID_LEADERBOARD_CITY_CURRENT_IMPERIAL = new string_id("gcw", "gcw_war_terminal_leaderboard_city_imp_current_menu"); + public static final string_id SID_LEADERBOARD_CITY_CURRENT_REBEL = new string_id("gcw", "gcw_war_terminal_leaderboard_city_reb_current_menu"); + public static final string_id SID_LEADERBOARD_CITY_PREVIOUS_IMPERIAL = new string_id("gcw", "gcw_war_terminal_leaderboard_city_imp_prev1_menu"); + public static final string_id SID_LEADERBOARD_CITY_PREVIOUS_REBEL = new string_id("gcw", "gcw_war_terminal_leaderboard_city_reb_prev1_menu"); + public static final string_id SID_LEADERBOARD_CITY_2WEEKSAGO_IMPERIAL = new string_id("gcw", "gcw_war_terminal_leaderboard_city_imp_prev2_menu"); + public static final string_id SID_LEADERBOARD_CITY_2WEEKSAGO_REBEL = new string_id("gcw", "gcw_war_terminal_leaderboard_city_reb_prev2_menu"); + public static final string_id SID_LEADERBOARD_CITY_HISTORICAL = new string_id("gcw", "gcw_war_terminal_leaderboard_city_historical_menu"); + public static final string_id SID_LEADERBOARD_GUILD_CURRENT_IMPERIAL = new string_id("gcw", "gcw_war_terminal_leaderboard_guild_imp_current_menu"); + public static final string_id SID_LEADERBOARD_GUILD_CURRENT_REBEL = new string_id("gcw", "gcw_war_terminal_leaderboard_guild_reb_current_menu"); + public static final string_id SID_LEADERBOARD_GUILD_PREVIOUS_IMPERIAL = new string_id("gcw", "gcw_war_terminal_leaderboard_guild_imp_prev1_menu"); + public static final string_id SID_LEADERBOARD_GUILD_PREVIOUS_REBEL = new string_id("gcw", "gcw_war_terminal_leaderboard_guild_reb_prev1_menu"); + public static final string_id SID_LEADERBOARD_GUILD_2WEEKSAGO_IMPERIAL = new string_id("gcw", "gcw_war_terminal_leaderboard_guild_imp_prev2_menu"); + public static final string_id SID_LEADERBOARD_GUILD_2WEEKSAGO_REBEL = new string_id("gcw", "gcw_war_terminal_leaderboard_guild_reb_prev2_menu"); + public static final string_id SID_LEADERBOARD_GUILD_HISTORICAL = new string_id("gcw", "gcw_war_terminal_leaderboard_guild_historical_menu"); + public static final string_id SID_LEADERBOARD_PLAYER_CURRENT_IMPERIAL = new string_id("gcw", "gcw_war_terminal_leaderboard_player_imp_current_menu"); + public static final string_id SID_LEADERBOARD_PLAYER_CURRENT_REBEL = new string_id("gcw", "gcw_war_terminal_leaderboard_player_reb_current_menu"); + public static final string_id SID_LEADERBOARD_PLAYER_PREVIOUS_IMPERIAL = new string_id("gcw", "gcw_war_terminal_leaderboard_player_imp_prev1_menu"); + public static final string_id SID_LEADERBOARD_PLAYER_PREVIOUS_REBEL = new string_id("gcw", "gcw_war_terminal_leaderboard_player_reb_prev1_menu"); + public static final string_id SID_LEADERBOARD_PLAYER_2WEEKSAGO_IMPERIAL = new string_id("gcw", "gcw_war_terminal_leaderboard_player_imp_prev2_menu"); + public static final string_id SID_LEADERBOARD_PLAYER_2WEEKSAGO_REBEL = new string_id("gcw", "gcw_war_terminal_leaderboard_player_reb_prev2_menu"); + public static final string_id SID_LEADERBOARD_PLAYER_HISTORICAL = new string_id("gcw", "gcw_war_terminal_leaderboard_player_historical_menu"); + + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException { + + int leaderboardMenu = mi.addRootMenu(menu_info_types.SERVER_MENU20, SID_MENU_LEADERBOARD); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU21, SID_LEADERBOARD_PLAYER_CURRENT_REBEL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU22, SID_LEADERBOARD_PLAYER_CURRENT_IMPERIAL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU23, SID_LEADERBOARD_GUILD_CURRENT_REBEL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU24, SID_LEADERBOARD_GUILD_CURRENT_IMPERIAL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU25, SID_LEADERBOARD_CITY_CURRENT_REBEL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU26, SID_LEADERBOARD_CITY_CURRENT_IMPERIAL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU27, SID_LEADERBOARD_PLAYER_PREVIOUS_REBEL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU28, SID_LEADERBOARD_PLAYER_PREVIOUS_IMPERIAL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU29, SID_LEADERBOARD_GUILD_PREVIOUS_REBEL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU30, SID_LEADERBOARD_GUILD_PREVIOUS_IMPERIAL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU31, SID_LEADERBOARD_CITY_PREVIOUS_REBEL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU32, SID_LEADERBOARD_CITY_PREVIOUS_IMPERIAL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU33, SID_LEADERBOARD_PLAYER_2WEEKSAGO_REBEL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU34, SID_LEADERBOARD_PLAYER_2WEEKSAGO_IMPERIAL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU35, SID_LEADERBOARD_GUILD_2WEEKSAGO_REBEL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU36, SID_LEADERBOARD_GUILD_2WEEKSAGO_IMPERIAL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU37, SID_LEADERBOARD_CITY_2WEEKSAGO_REBEL); + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU38, SID_LEADERBOARD_CITY_2WEEKSAGO_IMPERIAL); + if(getGuildId(player) > 0) { + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU39, SID_LEADERBOARD_GUILD_HISTORICAL); + } + if(getCitizenOfCityId(player) > 0) { + mi.addSubMenu(leaderboardMenu, menu_info_types.SERVER_MENU40, SID_LEADERBOARD_CITY_HISTORICAL); + } + + return super.OnObjectMenuRequest(self, player, mi); + } + + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException { + + if(item == menu_info_types.SERVER_MENU21) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 1); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU22) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 2); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU23) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 3); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU24) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 4); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU25) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 5); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU26) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 6); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU27) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 7); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU28) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 8); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU29) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 9); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU30) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 10); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU31) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 11); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU32) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 12); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU33) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 13); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU34) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 14); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU35) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 15); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU36) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 16); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU37) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 17); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU38) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 18); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU39 && getGuildId(player) > 0) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardEntityHistory(player, self, false); + } else { + notifyPlayerBoardUnavailable(player); + } + } + if(item == menu_info_types.SERVER_MENU40 && getCitizenOfCityId(player) > 0) { + if(!leaderboard.isWithinPeriodBuffer()) { + leaderboard.renderGcwLeaderboardEntityHistory(player, self, true); + } else { + notifyPlayerBoardUnavailable(player); + } + } + return SCRIPT_CONTINUE; + } + + public static void notifyPlayerBoardUnavailable(obj_id player) { + sendSystemMessageTestingOnly(player, "The GCW Leaderboard is not available right now because an update process is ongoing. Please try again later."); + } +} diff --git a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java new file mode 100644 index 0000000000..86d79206fd --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java @@ -0,0 +1,634 @@ +package script.systems.leaderboard; + +import script.*; +import script.library.*; +import java.util.*; + +@SuppressWarnings("unused") +public class gcw_master_object extends script.base_script { + + public gcw_master_object() + { + } + + public static final int TYPE = leaderboard.LEADERBOARD_TYPE_GCW; + private static final float CURRENT_PERIOD_HEARTBEAT = utils.getFloatConfigSetting("GameServer", "leaderboardPeriodHeartbeat", 900f); + private static final boolean VERBOSE_LOGGING = utils.checkConfigFlag("GameServer", "leaderboardVerboseLogging"); + + public int OnAttach(obj_id self) throws InterruptedException { + messageTo(self, "handleLeaderboardInitialization", null, 60f, true); + return SCRIPT_CONTINUE; + } + + public int OnInitialize(obj_id self) throws InterruptedException { + messageTo(self, "handleLeaderboardInitialization", null, 60f, true); + return SCRIPT_CONTINUE; + } + + public int OnAboutToBeTransferred(obj_id self, obj_id destContainer, obj_id transferer) throws InterruptedException { + sendSystemMessageTestingOnly(transferer, "You cannot move this item!"); + return SCRIPT_OVERRIDE; + } + + public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException { + if(!isGod(objSpeaker)) { + return SCRIPT_CONTINUE; + } + if(strText.equalsIgnoreCase("gcwLeaderboardUpdate")) { + messageTo(self, "handleCurrentPeriodUpdateHeartbeat", null, 0f, false); + sendSystemMessageTestingOnly(objSpeaker, "Requesting a forced leaderboard period update..."); + + } + if(strText.equalsIgnoreCase("gcwLeaderboardReset")) { + messageTo(self, "handleLeaderboardPeriodReset", null, 0f, false); + sendSystemMessageTestingOnly(objSpeaker, "Requesting a forced leaderboard period reset..."); + } + return SCRIPT_CONTINUE; + } + + public int handleLeaderboardInitialization(obj_id self, dictionary params) { + setName(self, "Master GCW Leaderboard Object"); + final obj_id tatooine = getPlanetByName("tatooine"); + + // First Time Setup + if(!hasObjVar(tatooine, "leaderboard.master_object")) { + setObjVar(getPlanetByName("tatooine"), "leaderboard.master_object", self); + messageTo(self, "handleLeaderboardFirstTimeSetup", null, 0f, true); + leaderboard.debugMsg("Handling board initialization as first time setup..."); + } else { + messageTo(self, "handleLeaderboardStartupChecks", null, 0f, true); + leaderboard.debugMsg("Handling board initialization as startup check..."); + } + return SCRIPT_CONTINUE; + } + + public int handleLeaderboardFirstTimeSetup(obj_id self, dictionary params) { + setObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PERIOD, 1); + setObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PERIOD_START, getCalendarTime()); + setObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PERIOD_END, leaderboard.getNextLeaderboardPeriodEndTime()); + messageTo(self, "handleLeaderboardStartupChecks", null, 0f, true); + return SCRIPT_CONTINUE; + } + + public int handleLeaderboardStartupChecks(obj_id self, dictionary params) { + // If we've been offline too long and missed an alarm, force a period reset (+15 min for startup buffer) + if(getCalendarTime() > leaderboard.getCurrentLeaderboardPeriodEndTime()) { + messageTo(self, "handleLeaderboardPeriodReset", null, 900f, true); + LOG("leaderboard_object", "Running a forced handleLeaderboardPeriodReset() because calendar time > period time + period length."); + return SCRIPT_CONTINUE; + } else { + // Set reset time clock (Thursdays at 19:00 GMT) + createWeeklyAlarmClock(self, "handleLeaderboardPeriodReset", null, DAY_OF_WEEK_THU, 19, 0, 0); + // Start current period update heartbeat + recurringMessageTo(self, "handleCurrentPeriodUpdateHeartbeat", null, CURRENT_PERIOD_HEARTBEAT); + leaderboard.debugMsg("Starting alarm clock and period update heartbeat."); + } + return SCRIPT_CONTINUE; + } + + /** + * Called on heartbeat to update the data for the "current" period. + * This is a stupidly expensive operation so it should be limited. + * By default, it only runs every 15 minutes. Depending on the size + * and resources of your server, you may want to increase/decrease. + * Change CURRENT_PERIOD_HEARTBEAT config value to adjust the time + * (in seconds). But if you change that, be sure to look at the + * Period Buffer inside the leaderboard lib to ensure the heartbeat + * does not run while a period reset is in progress. + * + * Note: This calculates the cluster-wide entity scores. Meaning it + * is calculating the % of points earned by a single player/guild/city + * compared to every other player/guild/city on the cluster cumulatively. + * But this isn't what the leaderboard actually determines rank value by. + * The leaderboard displays the top 25 players and top 10 cities/guilds + * and their % score compared to the other top ranked entities. So a % + * display in the leaderboard table is the % of scores compared to other + * ranked entities, not the % compared to the cluster-wide data. However, + * the top window of the SUI table will display for the entity *both* + * their cluster-wide % score and their % score compared to the top of + * the ranks so that entity can see their relative contributions. + */ + public int handleCurrentPeriodUpdateHeartbeat(obj_id self, dictionary params) throws InterruptedException { + + // don't run if we're already running + if(utils.hasScriptVar(self, "heartbeat_is_in_progress") || utils.hasScriptVar(self, "reset_is_in_progress")) { + leaderboard.debugMsg("Skipping period heartbeat because we're already in the middle of running one or in a reset..."); + return SCRIPT_CONTINUE; + } + // don't run in a buffer, grab all participants + if(leaderboard.isWithinPeriodBuffer() || leaderboard.isWithinStartupBuffer()) { + leaderboard.debugMsg("Skipping period heartbeat because we're within a period or startup buffer..."); + return SCRIPT_CONTINUE; + } + final Set participants = leaderboard.getPlayerParticipantsForCurrentPeriod(TYPE); + if(participants == null) { + return SCRIPT_CONTINUE; + } + leaderboard.debugMsg("Starting current period heartbeat..."); + utils.setScriptVar(self, "heartbeat_is_in_progress", true); + + // get total points earned by everyone for everything + float totalImperialPlayerPoints = 0.0f; + float totalRebelPlayerPoints = 0.0f; + float totalImperialGuildPoints = 0.0f; + float totalRebelGuildPoints = 0.0f; + float totalImperialCityPoints = 0.0f; + float totalRebelCityPoints = 0.0f; + for(obj_id player : participants) { + totalImperialPlayerPoints += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL); + totalRebelPlayerPoints += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL); + totalImperialGuildPoints += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL); + totalRebelGuildPoints += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL); + totalImperialCityPoints += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL); + totalRebelCityPoints += getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL); + leaderboard.debugMsg("Grabbing earned points from player " + getPlayerName(player) + " (" + player + ") *******************"); + if(VERBOSE_LOGGING) { + leaderboard.debugMsg("Imperial Player Points: " + getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL)); + leaderboard.debugMsg("Rebel Player Points: " + getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL)); + leaderboard.debugMsg("Imperial Guild Points: " + getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL)); + leaderboard.debugMsg("Rebel Guild Points: " + getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL)); + leaderboard.debugMsg("Imperial City Points: " + getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL)); + leaderboard.debugMsg("Rebel City Points: " + getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL)); + leaderboard.debugMsg("*******************"); + } + } + leaderboard.debugMsg("Finished Score Calculations..."); + leaderboard.debugMsg("Point Groups: IP: "+totalImperialPlayerPoints+" RP: "+totalRebelPlayerPoints+" IG: "+totalImperialGuildPoints+" RG: "+totalRebelGuildPoints+" IC: "+totalImperialCityPoints+" RC: "+totalRebelCityPoints); + + // maps to hold our score data + HashMap scoresImperialPlayers = new HashMap<>(); + HashMap scoresRebelPlayers = new HashMap<>(); + HashMap scoresImperialGuild = new HashMap<>(); + HashMap scoresRebelGuild = new HashMap<>(); + HashMap scoresImperialCity = new HashMap<>(); + HashMap scoresRebelCity = new HashMap<>(); + + // calculate and store player scores + float tempScore; + for (obj_id player : participants) { + if(getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL) > 0) { + tempScore = (getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL) / totalImperialPlayerPoints) * 100; + leaderboard.addPlayerGcwLeaderboardTempTrackingScore(player, FACTION_HASH_IMPERIAL, tempScore); + scoresImperialPlayers.put(player.getValue(), tempScore); + leaderboard.debugMsg("Adding Cluster Score "+tempScore+" for Imperial Player "+player+" to dictionary."); + } + if(getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL) > 0) { + tempScore = (getFloatObjVar(player, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL) / totalRebelPlayerPoints) * 100; + leaderboard.addPlayerGcwLeaderboardTempTrackingScore(player, FACTION_HASH_REBEL, tempScore); + scoresRebelPlayers.put(player.getValue(), tempScore); + leaderboard.debugMsg("Adding Cluster Score " + tempScore + " for Rebel Player " + player + " to dictionary."); + } + } + + // calculate guild and city scores + int faction; + float tempEntityPoints = 0.0f; + obj_id[] citizens; + final Set cityParticipants = leaderboard.getEntityParticipantsForCurrentPeriod(TYPE, true); + final Set guildParticipants = leaderboard.getEntityParticipantsForCurrentPeriod(TYPE, false); + if(cityParticipants != null) { + for(int city : cityParticipants) { + faction = cityGetFaction(city); + citizens = cityGetCitizenIds(city); + for(obj_id citizen : citizens) { + if(participants.contains(citizen)) { + if(faction == FACTION_HASH_IMPERIAL) { + if(getFloatObjVar(citizen, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL) > 0) { + tempEntityPoints += getFloatObjVar(citizen, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL); + } + } else if (faction == FACTION_HASH_REBEL) { + if(getFloatObjVar(citizen, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL) > 0) { + tempEntityPoints += getFloatObjVar(citizen, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL); + } + } + } + } + if(tempEntityPoints > 0) { + if(faction == FACTION_HASH_IMPERIAL) { + tempScore = tempEntityPoints / totalImperialCityPoints * 100; + scoresImperialCity.put(city, tempScore); + leaderboard.addEntityGcwLeaderboardTempTrackingScore(city, FACTION_HASH_IMPERIAL, tempScore, true); + leaderboard.debugMsg("Adding Cluster Score " + tempScore + " for Imperial City " + city + " to dictionary."); + } else if (faction == FACTION_HASH_REBEL) { + tempScore = tempEntityPoints / totalRebelCityPoints * 100; + scoresRebelCity.put(city, tempScore); + leaderboard.addEntityGcwLeaderboardTempTrackingScore(city, FACTION_HASH_REBEL, tempScore, true); + leaderboard.debugMsg("Adding Cluster Score " + tempScore + " for Rebel City " + city + " to dictionary."); + } + } + tempEntityPoints = 0; + } + } + if(guildParticipants != null) { + for(int guild : guildParticipants) { + faction = guildGetCurrentFaction(guild); + citizens = guildGetMemberIds(guild); + for(obj_id citizen : citizens) { + if(participants.contains(citizen)) { + if(faction == FACTION_HASH_IMPERIAL) { + if(getFloatObjVar(citizen, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL) > 0) { + tempEntityPoints += getFloatObjVar(citizen, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL); + } + } else if (faction == FACTION_HASH_REBEL) { + if(getFloatObjVar(citizen, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL) > 0) { + tempEntityPoints += getFloatObjVar(citizen, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL); + } + } + } + } + if(tempEntityPoints > 0) { + if(faction == FACTION_HASH_IMPERIAL) { + tempScore = tempEntityPoints / totalImperialGuildPoints * 100; + scoresImperialGuild.put(guild, tempScore); + leaderboard.addEntityGcwLeaderboardTempTrackingScore(guild, FACTION_HASH_IMPERIAL, tempScore, false); + leaderboard.debugMsg("Adding Cluster Score " + tempScore + " for Imperial Guild " + guild + " to dictionary."); + + } else if (faction == FACTION_HASH_REBEL) { + tempScore = tempEntityPoints / totalRebelGuildPoints * 100; + scoresRebelGuild.put(guild, tempScore); + leaderboard.addEntityGcwLeaderboardTempTrackingScore(guild, FACTION_HASH_REBEL, tempScore, false); + leaderboard.debugMsg("Adding Cluster Score " + tempScore + " for Rebel Guild " + guild + " to dictionary."); + } + } + } + } + + // sort, pair, and store data + if(scoresImperialPlayers.size() > 0) { + rank_pair winnersPlayerImperials = rank_pair.sortForPlayers(scoresImperialPlayers, 25); + leaderboard.setCurrentPeriodScoreData(1, winnersPlayerImperials.getPlayerEntrants, winnersPlayerImperials.getScores); + leaderboard.debugMsg("rank_pair'ing scoresImperialPlayers because scoresImperialPlayers.size() > 0"); + } + if(scoresRebelPlayers.size() > 0) { + rank_pair winnersPlayerRebels = rank_pair.sortForPlayers(scoresRebelPlayers, 25); + leaderboard.setCurrentPeriodScoreData(2, winnersPlayerRebels.getPlayerEntrants, winnersPlayerRebels.getScores); + leaderboard.debugMsg("rank_pair'ing scoresRebelPlayers because scoresRebelPlayers.size() > 0"); + } + if(scoresImperialGuild.size() > 0) { + rank_pair winnersGuildImperials = rank_pair.sortForEntity(scoresImperialGuild, 10); + leaderboard.setCurrentPeriodScoreData(3, winnersGuildImperials.getEntityEntrants, winnersGuildImperials.getScores); + leaderboard.debugMsg("rank_pair'ing scoresImperialGuild because scoresImperialGuild.size() > 0"); + } + if(scoresRebelGuild.size() > 0) { + rank_pair winnersGuildRebels = rank_pair.sortForEntity(scoresRebelGuild, 10); + leaderboard.setCurrentPeriodScoreData(4, winnersGuildRebels.getEntityEntrants, winnersGuildRebels.getScores); + leaderboard.debugMsg("rank_pair'ing scoresRebelGuild because scoresRebelGuild.size() > 0"); + } + if(scoresImperialCity.size() > 0) { + rank_pair winnersCityImperials = rank_pair.sortForEntity(scoresImperialCity, 10); + leaderboard.setCurrentPeriodScoreData(5, winnersCityImperials.getEntityEntrants, winnersCityImperials.getScores); + leaderboard.debugMsg("rank_pair'ing scoresImperialCity because scoresImperialCity.size() > 0"); + } + if(scoresRebelCity.size() > 0) { + rank_pair winnersCityRebels = rank_pair.sortForEntity(scoresRebelCity, 10); + leaderboard.setCurrentPeriodScoreData(6, winnersCityRebels.getEntityEntrants, winnersCityRebels.getScores); + leaderboard.debugMsg("rank_pair'ing scoresRebelCity because scoresRebelCity.size() > 0"); + } + + setObjVar(self, leaderboard.OBJVAR_CURRENT_PERIOD_LAST_UPDATED, getCalendarTime()); + messageTo(self, "handleFinishedCurrentPeriodUpdate", null, 30f, false); + LOG("gcw_leaderboard_object", "Finished running handleCurrentPeriodUpdateHeartbeat() at "+getCalendarTime()); + return SCRIPT_CONTINUE; + } + + /** + * Called when a period update finishes for any necessary handlers. + * Mainly this handles notifying the Guild/City if they have + * "ranked" (top 25 players, top 10 guild/cities) or if their rank + * position has changed (but only if it has changed to a value that + * isn't what they were most recently notified about, e.g. to prevent + * spamming players every 15 minutes with position updates that they + * already know about. + * + * todo the patch notes for these chat messages say the player is + * notified in the "GCW Channel" but that doesn't exist and sending to + * faction channels would mean notifying potentially 100s of players + * about a single player's rank position change, so this has been + * implemented as a system message for now. + */ + public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) throws InterruptedException { + + final int period = leaderboard.LEADERBOARD_PERIOD_CURRENT; + final obj_id[] imperialPlayers = leaderboard.getRankedPlayersForPeriod(TYPE, FACTION_HASH_IMPERIAL, period); + final obj_id[] rebelPlayers = leaderboard.getRankedPlayersForPeriod(TYPE, FACTION_HASH_REBEL, period); + final int[] imperialCities = leaderboard.getRankedCitiesForPeriod(TYPE, FACTION_HASH_IMPERIAL, period); + final int[] rebelCities = leaderboard.getRankedCitiesForPeriod(TYPE, FACTION_HASH_REBEL, period); + final int[] imperialGuilds = leaderboard.getRankedGuildsForPeriod(TYPE, FACTION_HASH_IMPERIAL, period); + final int[] rebelGuilds = leaderboard.getRankedGuildsForPeriod(TYPE, FACTION_HASH_REBEL, period); + + int rank = 1; + String channel; + obj_id leader; + if(imperialPlayers != null) { + for (obj_id i : imperialPlayers) { + if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank) { + sendSystemMessageTestingOnly(i, "[GCW Leaderboard] Congratulations! You are now ranked in position " + rank + " on the Current Imperial Players GCW Leaderboard."); + leaderboard.announceGcwLeaderboardRankChangeToDiscord(getPlayerFullName(i)+" is now ranked in position "+rank+" on the Current Imperial Players GCW Leaderboard."); + setObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER, rank); + } + ++rank; + } + } + if(rebelPlayers != null) { + rank = 1; + for (obj_id i : rebelPlayers) { + if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank) { + sendSystemMessageTestingOnly(i, "[GCW Leaderboard] Congratulations! You are now ranked in position " + rank + " on the Current Rebel Players GCW Leaderboard."); + leaderboard.announceGcwLeaderboardRankChangeToDiscord(getPlayerFullName(i)+" is now ranked in position "+rank+" on the Current Rebel Players GCW Leaderboard."); + setObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER, rank); + } + ++rank; + } + } + if(imperialCities != null) { + rank = 1; + for (int i : imperialCities) { + leader = cityGetLeader(i); + if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY) != rank) { + channel = city.getChatChannelForCity(i); + chatSendToRoom(channel, "[GCW Leaderboard] Congratulations! Your city is now ranked in position " + rank + " on the Current Imperial Cities GCW Leaderboard.", ""); + leaderboard.announceGcwLeaderboardRankChangeToDiscord(cityGetName(i)+" is now ranked in position "+rank+" on the Current Imperial Cities GCW Leaderboard."); + setObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY, rank); + } + ++rank; + } + } + if(rebelCities != null) { + rank = 1; + for (int i : rebelCities) { + leader = cityGetLeader(i); + if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY) != rank) { + channel = city.getChatChannelForCity(i); + chatSendToRoom(channel, "[GCW Leaderboard] Congratulations! Your city is now ranked in position " + rank + " on the Current Rebel Cities GCW Leaderboard.", ""); + leaderboard.announceGcwLeaderboardRankChangeToDiscord(cityGetName(i)+" is now ranked in position "+rank+" on the Current Rebel Cities GCW Leaderboard."); + setObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY, rank); + } + ++rank; + } + } + if(imperialGuilds != null) { + rank = 1; + for (int i : imperialGuilds) { + leader = guildGetLeader(i); + if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD) != rank) { + channel = guild.getChatChannelForGuild(i); + chatSendToRoom(channel, "[GCW Leaderboard] Congratulations! Your guild is now ranked in position " + rank + " on the Current Imperial Guild GCW Leaderboard.", ""); + leaderboard.announceGcwLeaderboardRankChangeToDiscord(guildGetName(i)+" ("+guildGetAbbrev(i)+") is now ranked in position "+rank+" on the Current Imperial Guild GCW Leaderboard."); + setObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD, rank); + } + ++rank; + } + } + if(rebelGuilds != null) { + rank = 1; + for (int i : rebelGuilds) { + leader = guildGetLeader(i); + if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD) != rank) { + channel = guild.getChatChannelForGuild(i); + chatSendToRoom(channel, "[GCW Leaderboard] Congratulations! Your guild is now ranked in position " + rank + " on the Current Rebel Guild GCW Leaderboard.", ""); + leaderboard.announceGcwLeaderboardRankChangeToDiscord(guildGetName(i)+" ("+guildGetAbbrev(i)+") is now ranked in position "+rank+" on the Current Rebel Guild GCW Leaderboard."); + setObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD, rank); + } + ++rank; + } + } + + utils.removeScriptVar(self, "heartbeat_is_in_progress"); + LOG("gcw_leaderboard_object", "Finished running handleFinishedCurrentPeriodUpdate() at "+getCalendarTime()); + return SCRIPT_CONTINUE; + } + + /** + * Called when the weekly "reset" period happens to handle purging all of + * the oldest data and revoking slots from players as applicable + */ + public int handleLeaderboardPeriodReset(obj_id self, dictionary params) throws InterruptedException { + + // don't reset in the middle of a reset + if(utils.hasScriptVar(self, "reset_is_in_progress")) { + leaderboard.debugMsg("Skipping period reset because we're already in the middle of running one..."); + return SCRIPT_CONTINUE; + } + utils.setScriptVar(self, "reset_is_in_progress", true); + + // Stop heartbeat while we move through this process + cancelRecurringMessageTo(self, "handleCurrentPeriodUpdateHeartbeat"); + leaderboard.debugMsg("Period Reset Started... Cancelling heartbeat message."); + + // Purge "War Planner" slots from players in the "2 Weeks Ago" board who are falling off + leaderboard.handlePurgeWarPlanners(); + + // Purge Reigning Champion slots from players in the "Previous Week" board who are getting pushed back + leaderboard.handlePurgeReigningChampions(); + + // Add a time buffer for the above to process before we start pushing data around + messageTo(self, "handleLeaderboardDataPushBack", null, 30f, true); + LOG("gcw_leaderboard_object", "Finished running handleLeaderboardPeriodReset() at "+getCalendarTime()); + + return SCRIPT_CONTINUE; + } + + + public int handleLeaderboardDataPushBack(obj_id self, dictionary params) throws InterruptedException { + + // Purge all 2 Weeks Ago Data by moving Previous Week Data into it + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_IMPERIAL_ID, getObjIdArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_IMPERIAL_ID)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_IMPERIAL_SCORE, getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_IMPERIAL_SCORE)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_REBEL_ID, getObjIdArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_REBEL_ID)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_PLAYERS_REBEL_SCORE, getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_REBEL_SCORE)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_IMPERIAL_ID, getIntArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_IMPERIAL_ID)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_IMPERIAL_SCORE, getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_IMPERIAL_SCORE)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_REBEL_ID, getIntArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_REBEL_ID)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_GUILD_REBEL_SCORE, getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_REBEL_SCORE)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_IMPERIAL_ID, getIntArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_CITY_IMPERIAL_ID)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_IMPERIAL_SCORE, getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_CITY_IMPERIAL_SCORE)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_REBEL_ID, getIntArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_CITY_REBEL_ID)); + setObjVar(self, leaderboard.OBJVAR_DATA_2WEEKSAGO_PERIOD_CITY_REBEL_SCORE, getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_CITY_REBEL_SCORE)); + + // Grab new top ranked list + final obj_id[] rankedImperialPlayerIds = getObjIdArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_ID); + final float[] rankedImperialPlayerScores = getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_SCORE); + final obj_id[] rankedRebelPlayerIds = getObjIdArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_ID); + final float[] rankedRebelPlayerScores = getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_SCORE); + final int[] rankedImperialGuildIds = getIntArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_ID); + final float[] rankedImperialGuildScores = getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_SCORE); + final int[] rankedRebelGuildIds = getIntArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_ID); + final float[] rankedRebelGuildScores = getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_SCORE); + final int[] rankedImperialCityIds = getIntArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_ID); + final float[] rankedImperialCityScores = getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_SCORE); + final int[] rankedRebelCityIds = getIntArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_ID); + final float[] rankedRebelCityScores = getFloatArrayObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_SCORE); + int[] winnerImperialCityIds = {}; + int[] winnerRebelCityIds = {}; + int[] winnerImperialGuildIds = {}; + int[] winnerRebelGuildIds = {}; + if(rankedImperialCityIds != null) { // use Math.min to protect from copying in null values when grabbing only winners + winnerImperialCityIds = Arrays.copyOfRange(rankedImperialCityIds, 0, Math.min(rankedImperialCityIds.length, 5)); + } + if(rankedRebelCityIds != null) { + winnerRebelCityIds = Arrays.copyOfRange(rankedRebelCityIds, 0, Math.min(rankedRebelCityIds.length, 5)); + } + if(rankedImperialGuildIds != null) { + winnerImperialGuildIds = Arrays.copyOfRange(rankedImperialGuildIds, 0, Math.min(rankedImperialGuildIds.length, 5)); + } + if(rankedRebelGuildIds != null) { + winnerRebelGuildIds = Arrays.copyOfRange(rankedRebelGuildIds, 0, Math.min(rankedRebelGuildIds.length, 5)); + } + + // Store the history of guilds and cities + final Set guildParticipants = leaderboard.getEntityParticipantsForCurrentPeriod(TYPE, false); + final Set cityParticipants = leaderboard.getEntityParticipantsForCurrentPeriod(TYPE, true); + int entityFaction; + int winner = 0; + int champion = 0; + if(guildParticipants != null) { + for (int guildId : guildParticipants) { + entityFaction = guildGetCurrentFaction(guildId); + if(entityFaction == FACTION_HASH_IMPERIAL) { + if (Arrays.stream(winnerImperialGuildIds).anyMatch(x -> x == guildId)) { + winner = 1; + } + if (winnerImperialGuildIds[0] == guildId) { + champion = 1; + } + } else if (entityFaction == FACTION_HASH_REBEL) { + if (Arrays.stream(winnerRebelGuildIds).anyMatch(x -> x == guildId)) { + winner = 1; + } + if (winnerRebelGuildIds[0] == guildId) { + champion = 1; + } + } + String[] data = { + Integer.toString(leaderboard.getCurrentLeaderboardPeriodEndTime()), + Integer.toString(entityFaction), + Float.toString(leaderboard.getEntityRelativeScoreToTransposedLeaderboardScores(guildId, entityFaction, leaderboard.LEADERBOARD_PERIOD_CURRENT, false)), + Integer.toString(winner), + Integer.toString(champion) + }; + leaderboard.packGcwEntityHistoryData(guildId, data, false); + winner = 0; + champion = 0; + } + } + if(cityParticipants != null) { + for (int cityId : cityParticipants) { + entityFaction = cityGetFaction(cityId); + if(entityFaction == FACTION_HASH_IMPERIAL) { + if (Arrays.stream(winnerImperialGuildIds).anyMatch(x -> x == cityId)) { + winner = 1; + } + if (winnerImperialGuildIds[0] == cityId) { + champion = 1; + } + } else if (entityFaction == FACTION_HASH_REBEL) { + if (Arrays.stream(winnerRebelGuildIds).anyMatch(x -> x == cityId)) { + winner = 1; + } + if (winnerRebelGuildIds[0] == cityId) { + champion = 1; + } + } + String[] data = { + Integer.toString(leaderboard.getCurrentLeaderboardPeriodEndTime()), + Integer.toString(entityFaction), + Float.toString(leaderboard.getEntityRelativeScoreToTransposedLeaderboardScores(cityId, entityFaction, leaderboard.LEADERBOARD_PERIOD_CURRENT, true)), + Integer.toString(winner), + Integer.toString(champion) + }; + leaderboard.packGcwEntityHistoryData(cityId, data, true); + winner = 0; + champion = 0; + } + } + leaderboard.debugMsg("Finished packing guild/city entity history..."); + + // Purge all Previous Week Data by moving Current into it + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_IMPERIAL_ID, rankedImperialPlayerIds); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_IMPERIAL_SCORE, rankedImperialPlayerScores); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_REBEL_ID, rankedRebelPlayerIds); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_PLAYERS_REBEL_SCORE, rankedRebelPlayerScores); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_IMPERIAL_ID, rankedImperialGuildIds); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_IMPERIAL_SCORE, rankedImperialGuildScores); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_REBEL_ID, rankedRebelGuildIds); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_GUILD_REBEL_SCORE, rankedRebelGuildScores); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_CITY_IMPERIAL_ID, rankedImperialCityIds); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_CITY_IMPERIAL_SCORE, rankedImperialCityScores); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_CITY_REBEL_ID, rankedRebelCityIds); + setObjVar(self, leaderboard.OBJVAR_DATA_PREVIOUS_PERIOD_CITY_REBEL_SCORE, rankedRebelCityScores); + + // Grant winner rewards + if(rankedRebelPlayerIds != null && rankedRebelPlayerScores != null) { + leaderboard.handleGcwLeaderboardPlayerWinners(FACTION_HASH_REBEL, + Arrays.copyOfRange(rankedRebelPlayerIds, 0, Math.min(rankedRebelPlayerIds.length, 10)), + Arrays.copyOfRange(rankedRebelPlayerScores, 0, Math.min(rankedRebelPlayerScores.length, 10))); + } + if(rankedImperialPlayerIds != null && rankedImperialPlayerScores != null) { + leaderboard.handleGcwLeaderboardPlayerWinners(FACTION_HASH_IMPERIAL, + Arrays.copyOfRange(rankedImperialPlayerIds, 0, Math.min(rankedImperialPlayerIds.length, 10)), + Arrays.copyOfRange(rankedImperialPlayerScores, 0, Math.min(rankedImperialPlayerScores.length, 10))); + } + if(rankedRebelCityScores != null) { + leaderboard.handleGcwLeaderboardCityWinners(FACTION_HASH_REBEL, + winnerRebelCityIds, + Arrays.copyOfRange(rankedRebelCityScores, 0, Math.min(rankedRebelCityScores.length, 5))); + } + if(rankedImperialCityScores != null) { + leaderboard.handleGcwLeaderboardCityWinners(FACTION_HASH_IMPERIAL, + winnerImperialCityIds, + Arrays.copyOfRange(rankedImperialCityScores, 0, Math.min(rankedImperialCityScores.length, 5))); + } + if(rankedRebelGuildScores != null) { + leaderboard.handleGcwLeaderboardGuildWinners(FACTION_HASH_REBEL, + winnerRebelGuildIds, + Arrays.copyOfRange(rankedRebelGuildScores, 0, Math.min(rankedRebelGuildScores.length, 5))); + } + if(rankedImperialGuildScores != null) { + leaderboard.handleGcwLeaderboardGuildWinners(FACTION_HASH_IMPERIAL, + winnerImperialGuildIds, + Arrays.copyOfRange(rankedImperialGuildScores, 0, Math.min(rankedImperialGuildScores.length, 5))); + } + + // Add a time buffer for the above to process before we are done + messageTo(self, "handleLeaderboardFinishReset", null, 30f, true); + LOG("gcw_leaderboard_object", "Finished running handleLeaderboardDataPushBack() at "+getCalendarTime()); + + return SCRIPT_CONTINUE; + } + + public int handleLeaderboardFinishReset(obj_id self, dictionary params) throws InterruptedException { + + // Clear Current Week Data + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_ID); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_IMPERIAL_SCORE); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_ID); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_PLAYERS_REBEL_SCORE); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_ID); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_GUILD_IMPERIAL_SCORE); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_ID); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_GUILD_REBEL_SCORE); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_ID); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_CITY_IMPERIAL_SCORE); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_ID); + removeObjVar(self, leaderboard.OBJVAR_DATA_CURRENT_PERIOD_CITY_REBEL_SCORE); + + // Clear tracking vars and message existing participants we've finished + leaderboard.clearGcwLeaderboardTrackingVars(leaderboard.getPlayerParticipantsForCurrentPeriod(TYPE)); + + // Clear participant data + leaderboard.clearAllCurrentPeriodParticipants(); + + // +1 the Period Data + setObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PERIOD, getIntObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PERIOD+1)); + setObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PERIOD_START, getCalendarTime()); + setObjVar(self, leaderboard.OBJVAR_CURRENT_PERIOD_LAST_UPDATED, getCalendarTime()); + setObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PERIOD_END, leaderboard.getNextLeaderboardPeriodEndTime()); + + // Resume Heartbeat + recurringMessageTo(self, "handleCurrentPeriodUpdateHeartbeat", null, CURRENT_PERIOD_HEARTBEAT); + + utils.removeScriptVar(self, "reset_is_in_progress"); + LOG("gcw_leaderboard_object", "Finished running handleLeaderboardFinishReset() at "+getCalendarTime()); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_player_fix_it.java b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_player_fix_it.java new file mode 100644 index 0000000000..97b2261383 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_player_fix_it.java @@ -0,0 +1,206 @@ +package script.systems.leaderboard; + +import script.dictionary; +import script.library.*; +import script.obj_id; + +/** + * This script is used as a tool to drop all possible leaderboard records from a player + * in the event their leaderboard tracking is somehow bugged. + * + * Usage: /script attach (player) systems.leaderboard.gcw_player_fix_it + * The script will do the rest. + */ +public class gcw_player_fix_it extends script.base_script { + + public gcw_player_fix_it() + { + } + + public static final String[] BADGE_LIST = { + "bdg_gcw_leaderboard_rebel_winner_rank1", + "bdg_gcw_leaderboard_rebel_winner_1x", + "bdg_gcw_leaderboard_rebel_winner_5x", + "bdg_gcw_leaderboard_rebel_winner_10x", + "bdg_gcw_leaderboard_rebel_winner_15x", + "bdg_gcw_leaderboard_rebel_winner_20x", + "bdg_gcw_leaderboard_rebel_winner_25x", + "bdg_gcw_leaderboard_rebel_winner_30x", + "bdg_gcw_leaderboard_rebel_winner_35x", + "bdg_gcw_leaderboard_rebel_winner_40x", + "bdg_gcw_leaderboard_rebel_winner_45x", + "bdg_gcw_leaderboard_rebel_winner_50x", + "bdg_gcw_leaderboard_rebel_winner_55x", + "bdg_gcw_leaderboard_rebel_winner_60x", + "bdg_gcw_leaderboard_rebel_winner_65x", + "bdg_gcw_leaderboard_rebel_winner_70x", + "bdg_gcw_leaderboard_rebel_winner_75x", + "bdg_gcw_leaderboard_rebel_winner_80x", + "bdg_gcw_leaderboard_rebel_winner_85x", + "bdg_gcw_leaderboard_rebel_winner_90x", + "bdg_gcw_leaderboard_rebel_winner_95x", + "bdg_gcw_leaderboard_rebel_winner_100x", + "bdg_gcw_leaderboard_imperial_winner_rank1", + "bdg_gcw_leaderboard_imperial_winner_1x", + "bdg_gcw_leaderboard_imperial_winner_5x", + "bdg_gcw_leaderboard_imperial_winner_10x", + "bdg_gcw_leaderboard_imperial_winner_15x", + "bdg_gcw_leaderboard_imperial_winner_20x", + "bdg_gcw_leaderboard_imperial_winner_25x", + "bdg_gcw_leaderboard_imperial_winner_30x", + "bdg_gcw_leaderboard_imperial_winner_35x", + "bdg_gcw_leaderboard_imperial_winner_40x", + "bdg_gcw_leaderboard_imperial_winner_45x", + "bdg_gcw_leaderboard_imperial_winner_50x", + "bdg_gcw_leaderboard_imperial_winner_55x", + "bdg_gcw_leaderboard_imperial_winner_60x", + "bdg_gcw_leaderboard_imperial_winner_65x", + "bdg_gcw_leaderboard_imperial_winner_70x", + "bdg_gcw_leaderboard_imperial_winner_75x", + "bdg_gcw_leaderboard_imperial_winner_80x", + "bdg_gcw_leaderboard_imperial_winner_85x", + "bdg_gcw_leaderboard_imperial_winner_90x", + "bdg_gcw_leaderboard_imperial_winner_95x", + "bdg_gcw_leaderboard_imperial_winner_100x", + "bdg_gcw_leaderboard_rebel_guild_winner_rank1", + "bdg_gcw_leaderboard_rebel_guild_winner_1x", + "bdg_gcw_leaderboard_rebel_guild_winner_5x", + "bdg_gcw_leaderboard_rebel_guild_winner_10x", + "bdg_gcw_leaderboard_rebel_guild_winner_15x", + "bdg_gcw_leaderboard_rebel_guild_winner_20x", + "bdg_gcw_leaderboard_rebel_guild_winner_25x", + "bdg_gcw_leaderboard_rebel_guild_winner_30x", + "bdg_gcw_leaderboard_rebel_guild_winner_35x", + "bdg_gcw_leaderboard_rebel_guild_winner_40x", + "bdg_gcw_leaderboard_rebel_guild_winner_45x", + "bdg_gcw_leaderboard_rebel_guild_winner_50x", + "bdg_gcw_leaderboard_rebel_guild_winner_55x", + "bdg_gcw_leaderboard_rebel_guild_winner_60x", + "bdg_gcw_leaderboard_rebel_guild_winner_65x", + "bdg_gcw_leaderboard_rebel_guild_winner_70x", + "bdg_gcw_leaderboard_rebel_guild_winner_75x", + "bdg_gcw_leaderboard_rebel_guild_winner_80x", + "bdg_gcw_leaderboard_rebel_guild_winner_85x", + "bdg_gcw_leaderboard_rebel_guild_winner_90x", + "bdg_gcw_leaderboard_rebel_guild_winner_95x", + "bdg_gcw_leaderboard_rebel_guild_winner_100x", + "bdg_gcw_leaderboard_imperial_guild_winner_rank1", + "bdg_gcw_leaderboard_imperial_guild_winner_1x", + "bdg_gcw_leaderboard_imperial_guild_winner_5x", + "bdg_gcw_leaderboard_imperial_guild_winner_10x", + "bdg_gcw_leaderboard_imperial_guild_winner_15x", + "bdg_gcw_leaderboard_imperial_guild_winner_20x", + "bdg_gcw_leaderboard_imperial_guild_winner_25x", + "bdg_gcw_leaderboard_imperial_guild_winner_30x", + "bdg_gcw_leaderboard_imperial_guild_winner_35x", + "bdg_gcw_leaderboard_imperial_guild_winner_40x", + "bdg_gcw_leaderboard_imperial_guild_winner_45x", + "bdg_gcw_leaderboard_imperial_guild_winner_50x", + "bdg_gcw_leaderboard_imperial_guild_winner_55x", + "bdg_gcw_leaderboard_imperial_guild_winner_60x", + "bdg_gcw_leaderboard_imperial_guild_winner_65x", + "bdg_gcw_leaderboard_imperial_guild_winner_70x", + "bdg_gcw_leaderboard_imperial_guild_winner_75x", + "bdg_gcw_leaderboard_imperial_guild_winner_80x", + "bdg_gcw_leaderboard_imperial_guild_winner_85x", + "bdg_gcw_leaderboard_imperial_guild_winner_90x", + "bdg_gcw_leaderboard_imperial_guild_winner_95x", + "bdg_gcw_leaderboard_imperial_guild_winner_100x", + "bdg_gcw_leaderboard_rebel_city_winner_rank1", + "bdg_gcw_leaderboard_rebel_city_winner_1x", + "bdg_gcw_leaderboard_rebel_city_winner_5x", + "bdg_gcw_leaderboard_rebel_city_winner_10x", + "bdg_gcw_leaderboard_rebel_city_winner_15x", + "bdg_gcw_leaderboard_rebel_city_winner_20x", + "bdg_gcw_leaderboard_rebel_city_winner_25x", + "bdg_gcw_leaderboard_rebel_city_winner_30x", + "bdg_gcw_leaderboard_rebel_city_winner_35x", + "bdg_gcw_leaderboard_rebel_city_winner_40x", + "bdg_gcw_leaderboard_rebel_city_winner_45x", + "bdg_gcw_leaderboard_rebel_city_winner_50x", + "bdg_gcw_leaderboard_rebel_city_winner_55x", + "bdg_gcw_leaderboard_rebel_city_winner_60x", + "bdg_gcw_leaderboard_rebel_city_winner_65x", + "bdg_gcw_leaderboard_rebel_city_winner_70x", + "bdg_gcw_leaderboard_rebel_city_winner_75x", + "bdg_gcw_leaderboard_rebel_city_winner_80x", + "bdg_gcw_leaderboard_rebel_city_winner_85x", + "bdg_gcw_leaderboard_rebel_city_winner_90x", + "bdg_gcw_leaderboard_rebel_city_winner_95x", + "bdg_gcw_leaderboard_rebel_city_winner_100x", + "bdg_gcw_leaderboard_imperial_city_winner_rank1", + "bdg_gcw_leaderboard_imperial_city_winner_1x", + "bdg_gcw_leaderboard_imperial_city_winner_5x", + "bdg_gcw_leaderboard_imperial_city_winner_10x", + "bdg_gcw_leaderboard_imperial_city_winner_15x", + "bdg_gcw_leaderboard_imperial_city_winner_20x", + "bdg_gcw_leaderboard_imperial_city_winner_25x", + "bdg_gcw_leaderboard_imperial_city_winner_30x", + "bdg_gcw_leaderboard_imperial_city_winner_35x", + "bdg_gcw_leaderboard_imperial_city_winner_40x", + "bdg_gcw_leaderboard_imperial_city_winner_45x", + "bdg_gcw_leaderboard_imperial_city_winner_50x", + "bdg_gcw_leaderboard_imperial_city_winner_55x", + "bdg_gcw_leaderboard_imperial_city_winner_60x", + "bdg_gcw_leaderboard_imperial_city_winner_65x", + "bdg_gcw_leaderboard_imperial_city_winner_70x", + "bdg_gcw_leaderboard_imperial_city_winner_75x", + "bdg_gcw_leaderboard_imperial_city_winner_80x", + "bdg_gcw_leaderboard_imperial_city_winner_85x", + "bdg_gcw_leaderboard_imperial_city_winner_90x", + "bdg_gcw_leaderboard_imperial_city_winner_95x", + "bdg_gcw_leaderboard_imperial_city_winner_100x" + }; + + public int OnAttach(obj_id self) throws InterruptedException { + messageTo(self, "runFixIt", null, 3f, true); + return SCRIPT_CONTINUE; + } + + public int OnInitialize(obj_id self) throws InterruptedException { + messageTo(self, "runFixIt", null, 3f, true); + return SCRIPT_CONTINUE; + } + + public int runFixIt(obj_id self, dictionary params) throws InterruptedException { + + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PLAYER_PERIOD); + removeObjVar(self, leaderboard.OBJVAR_PLAYER_TRACKING_PLAYER_ALREADY); + removeObjVar(self, leaderboard.OBJVAR_PLAYER_TRACKING_GUILD_ALREADY); + removeObjVar(self, leaderboard.OBJVAR_PLAYER_TRACKING_CITY_ALREADY); + removeObjVar(self, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER); + removeObjVar(self, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD); + removeObjVar(self, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY); + removeObjVar(self, leaderboard.OBJVAR_PLAYER_IMPERIAL_CURRENT_TEMP_SCORE); + removeObjVar(self, leaderboard.OBJVAR_PLAYER_REBEL_CURRENT_TEMP_SCORE); + removeObjVar(self, leaderboard.OBJVAR_PLAYER_REBEL_CURRENT_TEMP_SCORE); + removeObjVar(self, leaderboard.OBJVAR_GUILD_IMPERIAL_CURRENT_TEMP_SCORE); + removeObjVar(self, leaderboard.OBJVAR_GUILD_REBEL_CURRENT_TEMP_SCORE); + removeObjVar(self, leaderboard.OBJVAR_CITY_IMPERIAL_CURRENT_TEMP_SCORE); + removeObjVar(self, leaderboard.OBJVAR_CITY_REBEL_CURRENT_TEMP_SCORE); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_IMPERIAL); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PLAYER_SCORE_REBEL); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_IMPERIAL); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_CITY_SCORE_REBEL); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_IMPERIAL); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_GUILD_SCORE_REBEL); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PLAYER_WIN_COUNT + "imperial"); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_PLAYER_WIN_COUNT + "rebel"); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_GUILD_WIN_COUNT + "imperial"); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_GUILD_WIN_COUNT + "rebel"); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_CITY_WIN_COUNT + "imperial"); + removeObjVar(self, leaderboard.OBJVAR_LEADERBOARD_CITY_WIN_COUNT + "rebel"); + removeObjVar(self, city.VAR_LEADERBOARD_PERIOD_ON_JOIN); + removeObjVar(self, guild.VAR_LEADERBOARD_PERIOD_ON_JOIN); + + utils.removeScriptVar(self, "leaderboard_factional_presence_tracking"); + leaderboard.purgeReigningChampions(self); + leaderboard.purgeWarPlanners(self); + for (String b : BADGE_LIST) { + badge.revokeBadge(self, b, false); + } + + detachScript(self, "systems.leaderboard.gcw_player_fix_it"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/terminal/terminal_gcw_publish_gift.java b/sku.0/sys.server/compiled/game/script/terminal/terminal_gcw_publish_gift.java index ddd03cdfba..86bdbd6376 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/terminal_gcw_publish_gift.java +++ b/sku.0/sys.server/compiled/game/script/terminal/terminal_gcw_publish_gift.java @@ -58,6 +58,18 @@ public terminal_gcw_publish_gift() "TATOOINE" } }; + public int OnInitialize(obj_id self) throws InterruptedException { + if(!hasScript(self, "systems.leaderboard.gcw_display_object")) { + attachScript(self, "systems.leaderboard.gcw_display_object"); + } + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException { + if(!hasScript(self, "systems.leaderboard.gcw_display_object")) { + attachScript(self, "systems.leaderboard.gcw_display_object"); + } + return SCRIPT_CONTINUE; + } public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException { menu_info_data data = mi.getMenuItemByType(menu_info_types.ITEM_USE); From 58c64770751e487e320ac5457d8e1a2195653134 Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Sat, 10 Apr 2021 11:03:34 -0400 Subject: [PATCH 007/107] Update gcw_display_object.java --- .../leaderboard/gcw_display_object.java | 48 +++++++++++-------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_display_object.java b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_display_object.java index 8dfb4caa91..0df41b7115 100644 --- a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_display_object.java +++ b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_display_object.java @@ -1,6 +1,7 @@ package script.systems.leaderboard; import script.library.leaderboard; +import script.library.utils; import script.menu_info; import script.menu_info_types; import script.obj_id; @@ -74,140 +75,140 @@ public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException { if(item == menu_info_types.SERVER_MENU21) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 1); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU22) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 2); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU23) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 3); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU24) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 4); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU25) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 5); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU26) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 6); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU27) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 7); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU28) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 8); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU29) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 9); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU30) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 10); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU31) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 11); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU32) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 12); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU33) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 13); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU34) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 14); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU35) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 15); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU36) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 16); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU37) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 17); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU38) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardDataToPlayer(player, self, 18); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU39 && getGuildId(player) > 0) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardEntityHistory(player, self, false); } else { notifyPlayerBoardUnavailable(player); } } if(item == menu_info_types.SERVER_MENU40 && getCitizenOfCityId(player) > 0) { - if(!leaderboard.isWithinPeriodBuffer()) { + if(isLeaderboardAvailable()) { leaderboard.renderGcwLeaderboardEntityHistory(player, self, true); } else { notifyPlayerBoardUnavailable(player); @@ -216,6 +217,13 @@ public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws Inter return SCRIPT_CONTINUE; } + public static boolean isLeaderboardAvailable() throws InterruptedException { + final obj_id masterObject = leaderboard.getMasterLeaderboardObject(); + return !utils.hasScriptVar(masterObject, "heartbeat_is_in_progress") && + !utils.hasScriptVar(masterObject, "reset_is_in_progress") && + !leaderboard.isWithinPeriodBuffer(); + } + public static void notifyPlayerBoardUnavailable(obj_id player) { sendSystemMessageTestingOnly(player, "The GCW Leaderboard is not available right now because an update process is ongoing. Please try again later."); } From 937fe82b27ad566a96c3ffe15282ea58d6fc3db8 Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Sat, 10 Apr 2021 16:24:35 -0400 Subject: [PATCH 008/107] Update gcw_master_object.java --- .../leaderboard/gcw_master_object.java | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java index 86d79206fd..3898c5726c 100644 --- a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java +++ b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java @@ -115,6 +115,11 @@ public int handleCurrentPeriodUpdateHeartbeat(obj_id self, dictionary params) th leaderboard.debugMsg("Skipping period heartbeat because we're already in the middle of running one or in a reset..."); return SCRIPT_CONTINUE; } + // don't run if there's no players online + if(getNumPlayers() < 1) { + leaderboard.debugMsg("Skipping period heartbeat because no players are online..."); + return SCRIPT_CONTINUE; + } // don't run in a buffer, grab all participants if(leaderboard.isWithinPeriodBuffer() || leaderboard.isWithinStartupBuffer()) { leaderboard.debugMsg("Skipping period heartbeat because we're within a period or startup buffer..."); @@ -308,6 +313,8 @@ public int handleCurrentPeriodUpdateHeartbeat(obj_id self, dictionary params) th */ public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) throws InterruptedException { + //todo @pre-production-deployment: refactor for compression + final int period = leaderboard.LEADERBOARD_PERIOD_CURRENT; final obj_id[] imperialPlayers = leaderboard.getRankedPlayersForPeriod(TYPE, FACTION_HASH_IMPERIAL, period); final obj_id[] rebelPlayers = leaderboard.getRankedPlayersForPeriod(TYPE, FACTION_HASH_REBEL, period); @@ -321,7 +328,7 @@ public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) thr obj_id leader; if(imperialPlayers != null) { for (obj_id i : imperialPlayers) { - if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank) { + if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank && isIdValid(i)) { sendSystemMessageTestingOnly(i, "[GCW Leaderboard] Congratulations! You are now ranked in position " + rank + " on the Current Imperial Players GCW Leaderboard."); leaderboard.announceGcwLeaderboardRankChangeToDiscord(getPlayerFullName(i)+" is now ranked in position "+rank+" on the Current Imperial Players GCW Leaderboard."); setObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER, rank); @@ -332,7 +339,7 @@ public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) thr if(rebelPlayers != null) { rank = 1; for (obj_id i : rebelPlayers) { - if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank) { + if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank && isIdValid(i)) { sendSystemMessageTestingOnly(i, "[GCW Leaderboard] Congratulations! You are now ranked in position " + rank + " on the Current Rebel Players GCW Leaderboard."); leaderboard.announceGcwLeaderboardRankChangeToDiscord(getPlayerFullName(i)+" is now ranked in position "+rank+" on the Current Rebel Players GCW Leaderboard."); setObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER, rank); @@ -344,7 +351,7 @@ public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) thr rank = 1; for (int i : imperialCities) { leader = cityGetLeader(i); - if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY) != rank) { + if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY) != rank && isIdValid(leader)) { channel = city.getChatChannelForCity(i); chatSendToRoom(channel, "[GCW Leaderboard] Congratulations! Your city is now ranked in position " + rank + " on the Current Imperial Cities GCW Leaderboard.", ""); leaderboard.announceGcwLeaderboardRankChangeToDiscord(cityGetName(i)+" is now ranked in position "+rank+" on the Current Imperial Cities GCW Leaderboard."); @@ -357,7 +364,7 @@ public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) thr rank = 1; for (int i : rebelCities) { leader = cityGetLeader(i); - if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY) != rank) { + if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_CITY) != rank && isIdValid(leader)) { channel = city.getChatChannelForCity(i); chatSendToRoom(channel, "[GCW Leaderboard] Congratulations! Your city is now ranked in position " + rank + " on the Current Rebel Cities GCW Leaderboard.", ""); leaderboard.announceGcwLeaderboardRankChangeToDiscord(cityGetName(i)+" is now ranked in position "+rank+" on the Current Rebel Cities GCW Leaderboard."); @@ -370,7 +377,7 @@ public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) thr rank = 1; for (int i : imperialGuilds) { leader = guildGetLeader(i); - if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD) != rank) { + if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD) != rank && isIdValid(leader)) { channel = guild.getChatChannelForGuild(i); chatSendToRoom(channel, "[GCW Leaderboard] Congratulations! Your guild is now ranked in position " + rank + " on the Current Imperial Guild GCW Leaderboard.", ""); leaderboard.announceGcwLeaderboardRankChangeToDiscord(guildGetName(i)+" ("+guildGetAbbrev(i)+") is now ranked in position "+rank+" on the Current Imperial Guild GCW Leaderboard."); @@ -383,7 +390,7 @@ public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) thr rank = 1; for (int i : rebelGuilds) { leader = guildGetLeader(i); - if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD) != rank) { + if(getIntObjVar(leader, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_GUILD) != rank && isIdValid(leader)) { channel = guild.getChatChannelForGuild(i); chatSendToRoom(channel, "[GCW Leaderboard] Congratulations! Your guild is now ranked in position " + rank + " on the Current Rebel Guild GCW Leaderboard.", ""); leaderboard.announceGcwLeaderboardRankChangeToDiscord(guildGetName(i)+" ("+guildGetAbbrev(i)+") is now ranked in position "+rank+" on the Current Rebel Guild GCW Leaderboard."); From ebd13f157ffd0cea6d86b49f66945b35b5888106 Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Mon, 12 Apr 2021 23:41:10 -0400 Subject: [PATCH 009/107] Display faction base loc bonus in GCW terms --- .../game/script/terminal/terminal_gcw_publish_gift.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sku.0/sys.server/compiled/game/script/terminal/terminal_gcw_publish_gift.java b/sku.0/sys.server/compiled/game/script/terminal/terminal_gcw_publish_gift.java index 86bdbd6376..1e7e14b060 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/terminal_gcw_publish_gift.java +++ b/sku.0/sys.server/compiled/game/script/terminal/terminal_gcw_publish_gift.java @@ -302,7 +302,9 @@ else if (item == menu_info_types.SERVER_MENU3) utils.setLocalVar(playerObject, "gcwContributionTrackingColumn" + i, columnData[i]); } } - newPid = sui.tableColumnMajor(player, player, sui.OK_ONLY, "@" + SID_MENU_GCW_PERSONAL_CONTRIBUTION.toString(), "onGcwPersonalContributionTableDictionaryResponse", "@gcw:gcw_personal_contribution_sui_table_header", columnHeader, columnHeaderType, columnData, true); + final float bonusAmt = gcw.getGcwFactionBasesMultiplierForPlayerAtPoint(player); + final String bonusNum = "\n\nFactional Base Bonus available at this location: "+ (bonusAmt > 1 ? (bonusAmt-1)*100 : "0") +"%"; + newPid = sui.tableColumnMajor(player, player, sui.OK_ONLY, "@" + SID_MENU_GCW_PERSONAL_CONTRIBUTION.toString(), "onGcwPersonalContributionTableDictionaryResponse", "@gcw:gcw_personal_contribution_sui_table_header" + bonusNum, columnHeader, columnHeaderType, columnData, true); } if (newPid > 0) { From ff707a2ae31feecd4b7cc6199f693b810ab317c9 Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Wed, 14 Apr 2021 00:38:47 -0400 Subject: [PATCH 010/107] Refactor and fix /forceCommand --- .../compiled/game/script/gm/cmd.java | 52 +++++++++++-------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/gm/cmd.java b/sku.0/sys.server/compiled/game/script/gm/cmd.java index d867af5557..c0e76426b0 100755 --- a/sku.0/sys.server/compiled/game/script/gm/cmd.java +++ b/sku.0/sys.server/compiled/game/script/gm/cmd.java @@ -62,34 +62,40 @@ public int cmdAiIgnore(obj_id self, obj_id target, String params, float defaultT } public int cmdForceCommand(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException { - if (!isIdValid(target) || !isPlayer(target) || params == null || params.equalsIgnoreCase("")) - { - sendSystemMessageTestingOnly(self, "[Syntax] /forceCommand -target (with lookat target)"); - return SCRIPT_CONTINUE; - } - if (params.contains(gm.KEYWORD_TARGET)) - { - params = gm.removeKeyword(params, gm.KEYWORD_TARGET); - } - else - { - sendSystemMessageTestingOnly(self, "[Syntax] /forceCommand -target (with lookat target)"); + if(!isGod(self)) { return SCRIPT_CONTINUE; } StringTokenizer st = new StringTokenizer(params); - String cmd = st.nextToken(); - obj_id cmdTarget = null; - String cmdParams = ""; - while (st.hasMoreTokens()) - { - String tmp = st.nextToken(); - if (tmp != null && !tmp.equalsIgnoreCase("")) - { - cmdParams += tmp + " "; + if(!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /forceCommand <-target OR > "); + sendSystemMessageTestingOnly(self, "Example: /forceCommand 9248492842 /tell aconite hi"); + } else { + String focus = st.nextToken(); + if(focus.contains("target")) { + target = getLookAtTarget(self); + } else { + if (focus.matches(".*\\d.*")) { + target = obj_id.getObjId(Long.parseLong(focus)); + } else { + sendSystemMessageTestingOnly(self, "Syntax: /forceCommand <-target OR objId> "); + sendSystemMessageTestingOnly(self, "Example: /forceCommand 9248492842 tell aconite hi"); + return SCRIPT_CONTINUE; + } } + if(!isIdValid(target) || !isPlayer(target)) { + sendSystemMessageTestingOnly(self, "forceCommand: Error: Target was not valid. Target must be a player."); + return SCRIPT_CONTINUE; + } + if(!st.hasMoreTokens()) { + sendSystemMessageTestingOnly(self, "Syntax: /forceCommand <-target OR objId> "); + sendSystemMessageTestingOnly(self, "Example: /forceCommand 9248492842 tell aconite hi"); + } else { + String cmd = st.nextToken("").replaceFirst(" ", "/"); + sendConsoleCommand(cmd, target); + sendSystemMessageTestingOnly(self, "forceCommand: Successfully sent forceful command "+cmd+" request to "+getPlayerName(target)+ "("+target+")."); + } + return SCRIPT_CONTINUE; } - cmdParams.trim(); - sendSystemMessageTestingOnly(self, "/forceCommand: attempting to queue command: '" + cmd + " " + cmdParams + "' for (" + target + ")" + getName(target)); return SCRIPT_CONTINUE; } public int cmdMoney(obj_id self, obj_id target, String params, float defaultTime) throws InterruptedException From 530f543e335f9f80d8a5b99b6a1ff298bf1008fa Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Wed, 14 Apr 2021 00:40:04 -0400 Subject: [PATCH 011/107] 17.2 GCW Officer Cloning Perk/Penalty --- .../compiled/game/script/library/gcw.java | 67 +++++++++++++++++++ .../compiled/game/script/library/pclib.java | 21 +++++- .../game/script/player/base/base_player.java | 9 ++- 3 files changed, 94 insertions(+), 3 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/library/gcw.java b/sku.0/sys.server/compiled/game/script/library/gcw.java index 8210c5b80c..d15cf53d59 100755 --- a/sku.0/sys.server/compiled/game/script/library/gcw.java +++ b/sku.0/sys.server/compiled/game/script/library/gcw.java @@ -3,6 +3,8 @@ import script.*; import java.util.*; +import java.util.concurrent.atomic.AtomicInteger; +import java.util.stream.IntStream; public class gcw extends script.base_script { @@ -3329,4 +3331,69 @@ else if (playerFaction == FACTION_HASH_REBEL) { } } + /** + * Helper to determine if the given faction is winning the given control group + * by at least the provided threshold + * + * @param controlGroup string of a GcwGroup in gcw_score_category.iff, for example + * "tatooine" or "galaxy" + * @param faction int hash of faction (from e.g. pvpGetAlignedFaction() or + * FACTION_HASH_* const + * @param thresholdToWinBy the % score, between 1 and 100, that the faction control + * group must be winning by + * @return true if winning by at least the given threshold + */ + public static boolean isWinningByControlScoreForGroup(String controlGroup, int faction, int thresholdToWinBy) { + if(faction == FACTION_HASH_IMPERIAL) { + return getGcwGroupImperialScorePercentile(controlGroup) >= thresholdToWinBy; + } else if (faction == FACTION_HASH_REBEL) { + return (100 - getGcwGroupImperialScorePercentile(controlGroup)) >= thresholdToWinBy; + } + return false; + } + + /** + * This is a helper method for scaling a number based on a GCW Control Score Grouping + * for the given player's faction. It is used, for example, to scale the cloning sickness + * time and cost of GCW Officers to provide either a perk or penalty for not controlling + * that particular planet. + * + * @param controlGroup string of a GcwGroup in gcw_score_category.iff. In general, this can + * either be "galaxy" for the entire game or a specific planet name such + * as "tatooine" + * @param faction int hash of faction (from e.g. pvpGetAlignedFaction() or FACTION_HASH_* const + * @param initialValue int value as the base number to add multipliers to if it meets criteria + * otherwise you'll just get returned this value + * @param threshold the planetary control score that must be met for the faction as the minimum + * to start any multiplier actions (e.g. 70 is 70% planetary control) + * @param multiply boolean true if the thresholdSlide should multiply, false if it should divide + * @param atThresholdSlide the slide is what is applied to the base if the score at least meets + * the threshold and before any additional iteration. E.g. if at 70% means + * you've met the minimum, so the base should be cut in half, set this to 2. + * Set to 0 to do nothing. + * @param aboveThresholdIterateBy the amount of change that should happen for each score point above + * the threshold (e.g. continue to reduce base by 5 for each score point + * above the threshold. Can be positive or negative. Set to 0 to disable. + * @return scaled value if it meets the requirements, otherwise returns the initial value + */ + public static int getScaledValueFromControlScore(String controlGroup, int faction, int initialValue, int threshold, + boolean multiply, int atThresholdSlide, int aboveThresholdIterateBy) { + AtomicInteger scale = new AtomicInteger(initialValue); + int score = 0; + if(faction == FACTION_HASH_IMPERIAL) { + score = getGcwGroupImperialScorePercentile(controlGroup); + } else if (faction == FACTION_HASH_REBEL) { + score = (100 - getGcwGroupImperialScorePercentile(controlGroup)); + } + if(score >= threshold) { + if(atThresholdSlide != 0) { + scale.updateAndGet(v -> multiply ? v * atThresholdSlide : v / atThresholdSlide); + } + if(score > threshold && aboveThresholdIterateBy != 0) { + IntStream.rangeClosed(threshold, score).forEach(x -> { + scale.addAndGet(aboveThresholdIterateBy);}); + } + } + return scale.intValue(); + } } diff --git a/sku.0/sys.server/compiled/game/script/library/pclib.java b/sku.0/sys.server/compiled/game/script/library/pclib.java index 6582703d0d..68781a3821 100755 --- a/sku.0/sys.server/compiled/game/script/library/pclib.java +++ b/sku.0/sys.server/compiled/game/script/library/pclib.java @@ -160,6 +160,19 @@ public pclib() public static final float MAX_CLONING_SICKNESS_COST = 5000; public static int getCloningSicknessCureCost(obj_id player) throws InterruptedException { + final String area = getLocation(player).area; + final int faction = pvpGetAlignedFaction(player); + final int oppositeFaction = faction == FACTION_HASH_IMPERIAL ? FACTION_HASH_REBEL : FACTION_HASH_IMPERIAL; + final int rank = pvpGetCurrentGcwRank(player); + // GU 17.2 for GCW Officers of the losing faction, the cost is 50,000CR for up to first 2 min after clone, based on other side's score + if(rank > 6 && gcw.isWinningByControlScoreForGroup(area, oppositeFaction, 70)) { + if(buff.hasBuff(player, "cloning_sickness") && buff.getBuffTimeRemaining(player, "cloning_sickness") >= 480) { + int penaltyTime = gcw.getScaledValueFromControlScore(area, oppositeFaction, 60, 70, false, 0, 2); + if(buff.getBuffTimeRemaining(player, "cloning_sickness") + penaltyTime >= 480) { + return 50000; + } + } + } float minCost = MIN_CLONING_SICKNESS_COST; float maxCost = MAX_CLONING_SICKNESS_COST; int city_id = city.checkCity(player, false); @@ -168,7 +181,13 @@ public static int getCloningSicknessCureCost(obj_id player) throws InterruptedEx minCost = MIN_CLONING_SICKNESS_COST / 2; maxCost = MAX_CLONING_SICKNESS_COST / 2; } - return (int) (minCost + ((maxCost - minCost) * (getLevel(player) / 90.0f))); + // GU 17.2 for winners of the current faction, modify the cost of cloning based on planetary control score + final int costWithoutGcwModifier = (int) (minCost + ((maxCost - minCost) * (getLevel(player) / 90.0f))); + if(rank > 6) { + return Math.max((int)MIN_CLONING_SICKNESS_COST, gcw.getScaledValueFromControlScore(area, faction, costWithoutGcwModifier, 70, false, 2, -50)); + } else { + return costWithoutGcwModifier; + } } public static boolean canAffordCloningSicknessCure(obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/player/base/base_player.java b/sku.0/sys.server/compiled/game/script/player/base/base_player.java index 8e994adaf7..3b0bda20d4 100755 --- a/sku.0/sys.server/compiled/game/script/player/base/base_player.java +++ b/sku.0/sys.server/compiled/game/script/player/base/base_player.java @@ -3,7 +3,6 @@ import script.*; import script.library.*; -import java.util.Iterator; import java.util.Set; import java.util.Vector; @@ -3373,7 +3372,13 @@ public int handleCloneRespawn(obj_id self, dictionary params) throws Interrupted playClientEffectObj(self, "clienteffect/player_clone_compile.cef", self, null); if (!utils.hasScriptVar(self, "no_cloning_sickness") && !instance.isInInstanceArea(self)) { - buff.applyBuff(self, "cloning_sickness"); + // GU 17.2 - scale down cloning sickness time for GCW Officers if they are + // currently on a planet their faction is winning >= 70% + int cloningSicknessTime = 600; + if(pvpGetCurrentGcwRank(self) > 6) { + cloningSicknessTime = gcw.getScaledValueFromControlScore(getLocation(self).area, pvpGetAlignedFaction(self), 600, 70, false, 2, -6); + } + buff.applyBuff(self, "cloning_sickness", cloningSicknessTime); } else if (utils.hasScriptVar(self, "no_cloning_sickness")) { From 2f09afaa7ca7713f2d7e78a04fbcd2f470623467 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:21:14 -0400 Subject: [PATCH 012/107] Leaderboard Update & Support for Universe Registration --- .../compiled/game/script/base_class.java | 16 ++++++++++++++++ .../game/script/library/leaderboard.java | 2 +- .../systems/leaderboard/gcw_master_object.java | 14 ++++++++------ 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/base_class.java b/sku.0/sys.server/compiled/game/script/base_class.java index a885029e36..fc14521727 100755 --- a/sku.0/sys.server/compiled/game/script/base_class.java +++ b/sku.0/sys.server/compiled/game/script/base_class.java @@ -26839,4 +26839,20 @@ public static boolean isInAdminTable(obj_id player) throws InterruptedException } } + /** + * Registers an Object to the Universe by adding it to the + * tracking list of the Universe Process so that the object + * will always be proxied on every Game Server and thereby + * accessible in any context. + * + * Primary implementation is intended for special Master Objects. + * This should not be used on players or regular tangibles. + * + * @param object the object to register + */ + public static void registerObjectToUniverse(obj_id object) { + _registerObjectToUniverse(getLongWithNull(object)); + } + private static native void _registerObjectToUniverse(long target); + } // class base_class diff --git a/sku.0/sys.server/compiled/game/script/library/leaderboard.java b/sku.0/sys.server/compiled/game/script/library/leaderboard.java index a5a677e01e..99a4a6df54 100644 --- a/sku.0/sys.server/compiled/game/script/library/leaderboard.java +++ b/sku.0/sys.server/compiled/game/script/library/leaderboard.java @@ -314,7 +314,7 @@ public static void addLeaderboardParticipantToCurrentPeriod(obj_id player, int t } } setObjVar(player, OBJVAR_PLAYER_TRACKING_CITY_ALREADY, true); - debugMsg("Adding new city to GCW Leaderboard Participant Group: " + cityGetName(guildId) + " (" + cityId + ")"); + debugMsg("Adding new city to GCW Leaderboard Participant Group: " + cityGetName(cityId) + " (" + cityId + ")"); } } break; diff --git a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java index 3898c5726c..ba352a4398 100644 --- a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java +++ b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java @@ -21,6 +21,7 @@ public int OnAttach(obj_id self) throws InterruptedException { } public int OnInitialize(obj_id self) throws InterruptedException { + registerObjectToUniverse(self); messageTo(self, "handleLeaderboardInitialization", null, 60f, true); return SCRIPT_CONTINUE; } @@ -30,6 +31,11 @@ public int OnAboutToBeTransferred(obj_id self, obj_id destContainer, obj_id tran return SCRIPT_OVERRIDE; } + public int OnDestroy(obj_id self) throws InterruptedException { + removeObjVar(getPlanetByName("tatooine"), "leaderboard.master_object"); + return SCRIPT_CONTINUE; + } + public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException { if(!isGod(objSpeaker)) { return SCRIPT_CONTINUE; @@ -52,7 +58,7 @@ public int handleLeaderboardInitialization(obj_id self, dictionary params) { // First Time Setup if(!hasObjVar(tatooine, "leaderboard.master_object")) { - setObjVar(getPlanetByName("tatooine"), "leaderboard.master_object", self); + setObjVar(tatooine, "leaderboard.master_object", self); messageTo(self, "handleLeaderboardFirstTimeSetup", null, 0f, true); leaderboard.debugMsg("Handling board initialization as first time setup..."); } else { @@ -115,11 +121,7 @@ public int handleCurrentPeriodUpdateHeartbeat(obj_id self, dictionary params) th leaderboard.debugMsg("Skipping period heartbeat because we're already in the middle of running one or in a reset..."); return SCRIPT_CONTINUE; } - // don't run if there's no players online - if(getNumPlayers() < 1) { - leaderboard.debugMsg("Skipping period heartbeat because no players are online..."); - return SCRIPT_CONTINUE; - } + // don't run in a buffer, grab all participants if(leaderboard.isWithinPeriodBuffer() || leaderboard.isWithinStartupBuffer()) { leaderboard.debugMsg("Skipping period heartbeat because we're within a period or startup buffer..."); From dccc8a9b5510e8d2b3d7cb7491f1bf16d1045f19 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:38:02 -0400 Subject: [PATCH 013/107] Update gcw_master_object.java --- .../game/script/systems/leaderboard/gcw_master_object.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java index ba352a4398..a2795a1d8c 100644 --- a/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java +++ b/sku.0/sys.server/compiled/game/script/systems/leaderboard/gcw_master_object.java @@ -330,7 +330,7 @@ public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) thr obj_id leader; if(imperialPlayers != null) { for (obj_id i : imperialPlayers) { - if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank && isIdValid(i)) { + if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank && isIdValid(i) && isPlayerConnected(i)) { sendSystemMessageTestingOnly(i, "[GCW Leaderboard] Congratulations! You are now ranked in position " + rank + " on the Current Imperial Players GCW Leaderboard."); leaderboard.announceGcwLeaderboardRankChangeToDiscord(getPlayerFullName(i)+" is now ranked in position "+rank+" on the Current Imperial Players GCW Leaderboard."); setObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER, rank); @@ -341,7 +341,7 @@ public int handleFinishedCurrentPeriodUpdate(obj_id self, dictionary params) thr if(rebelPlayers != null) { rank = 1; for (obj_id i : rebelPlayers) { - if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank && isIdValid(i)) { + if(getIntObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER) != rank && isIdValid(i) && isPlayerConnected(i)) { sendSystemMessageTestingOnly(i, "[GCW Leaderboard] Congratulations! You are now ranked in position " + rank + " on the Current Rebel Players GCW Leaderboard."); leaderboard.announceGcwLeaderboardRankChangeToDiscord(getPlayerFullName(i)+" is now ranked in position "+rank+" on the Current Rebel Players GCW Leaderboard."); setObjVar(i, leaderboard.OBJVAR_LAST_NOTIFIED_RANK_GCW_PLAYER, rank); From 6aa96f006af7bf26acf42a744880f650489639b7 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Thu, 3 Jun 2021 23:22:52 -0400 Subject: [PATCH 014/107] Block Container Transfer out of Buyback Container if the item hasn't actually been bought back --- .../game/script/library/smuggler.java | 2 ++ .../game/script/object/autostack.java | 13 +++++++++- .../compiled/game/script/object/buyback.java | 25 +++++++++++++++++++ .../game/script/player/base/base_player.java | 1 + 4 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 sku.0/sys.server/compiled/game/script/object/buyback.java diff --git a/sku.0/sys.server/compiled/game/script/library/smuggler.java b/sku.0/sys.server/compiled/game/script/library/smuggler.java index 150e8b9c2a..0064487276 100755 --- a/sku.0/sys.server/compiled/game/script/library/smuggler.java +++ b/sku.0/sys.server/compiled/game/script/library/smuggler.java @@ -1088,6 +1088,7 @@ public static boolean moveBuyBackObjectIntoInventory(obj_id player, obj_id objec return false; } // This should be a vendor... and if so, we don't care if it's full because the vendor does NOT try to move. + detachScript(object, "object.buyback"); if (putInOverloaded(object, objContainer)) { removeObjVar(object, BUYBACK_OBJ_TIMESTAMP); @@ -1095,6 +1096,7 @@ public static boolean moveBuyBackObjectIntoInventory(obj_id player, obj_id objec removeObjVar(object, BUYBACK_OBJ_SOLD); return true; } + attachScript(object, "object.buyback"); CustomerServiceLog("Junk_Dealer: ", "smuggler.moveBuyBackObjectIntoInventory() - Player (OID: " + player + ") could not put object: " + object + " in buy back container."); return false; } diff --git a/sku.0/sys.server/compiled/game/script/object/autostack.java b/sku.0/sys.server/compiled/game/script/object/autostack.java index 2d7c00d127..67574a4dd8 100755 --- a/sku.0/sys.server/compiled/game/script/object/autostack.java +++ b/sku.0/sys.server/compiled/game/script/object/autostack.java @@ -119,6 +119,9 @@ public boolean canRestack(obj_id self) throws InterruptedException } public void restackIt(obj_id self) throws InterruptedException { + if(isPendingJunkDeal(self)) { + return; + } blog("restackIt init"); if (!isIdValid(self) || !exists(self)) { @@ -149,7 +152,7 @@ public void restackIt(obj_id self) throws InterruptedException obj_id item = loot.findItemToStack(self); if (isIdValid(item) && !isInSecureTrade(item)) { - if (utils.hasScriptVar(self, "unstacking") || utils.hasScriptVar(item, "unstacking")) + if (utils.hasScriptVar(self, "unstacking") || utils.hasScriptVar(item, "unstacking") || isPendingJunkDeal(item)) { return; } @@ -165,6 +168,9 @@ public void restackIt(obj_id self) throws InterruptedException } public void unstackIt(obj_id self, obj_id player) throws InterruptedException { + if(isPendingJunkDeal(self)) { + return; + } if (!isInSecureTrade(self)) { if (getCount(self) == 2) @@ -296,4 +302,9 @@ else if (msg == null || msg.equals("")) LOG(BLOGGING_CATEGORY, msg); return true; } + // Used to block stack/split if item should be in Junk Dealer Buy Back Container + public boolean isPendingJunkDeal(obj_id item) { + return hasObjVar(item, smuggler.BUYBACK_OBJ_SOLD); + } + } diff --git a/sku.0/sys.server/compiled/game/script/object/buyback.java b/sku.0/sys.server/compiled/game/script/object/buyback.java new file mode 100644 index 0000000000..c9816d1513 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/object/buyback.java @@ -0,0 +1,25 @@ +package script.object; + +import script.library.smuggler; +import script.obj_id; + +public class buyback extends script.base_script { + + /** + * Triggered when this item is about to be transferred from the buyback container + * potentially into another container (like player inventory), in which case we will + * first validate that the item has actually been bought back. + */ + public int OnAboutToBeTransferred(obj_id self, obj_id destContainer, obj_id transferer) throws InterruptedException { + + if(hasObjVar(self, smuggler.BUYBACK_OBJ_SOLD)) { + if(getTemplateName(destContainer).equalsIgnoreCase(smuggler.BUY_BACK_CONTROL_DEVICE_TEMPLATE)) { + return SCRIPT_CONTINUE; + } else { + return SCRIPT_OVERRIDE; + } + } + return SCRIPT_CONTINUE; + } + +} \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/script/player/base/base_player.java b/sku.0/sys.server/compiled/game/script/player/base/base_player.java index 3b0bda20d4..17c211a84e 100755 --- a/sku.0/sys.server/compiled/game/script/player/base/base_player.java +++ b/sku.0/sys.server/compiled/game/script/player/base/base_player.java @@ -10918,6 +10918,7 @@ public int handleSoldJunk(obj_id self, dictionary params) throws InterruptedExce sendSystemMessageProse(player, ppSoldJunk); setObjVar(item, smuggler.BUYBACK_OBJ_SOLD, getGameTime()); smuggler.moveBuyBackObjectIntoContainer(player, item, price); + attachScript(item, "object.buyback"); CustomerServiceLog("Junk_Dealer: ", "junk_dealer.handleSoldJunk() - Player: " + self + " has sold item: " + item + " and the item has been marked sold. The item is about to be moved to the buy back container."); boolean reshowSui = params.getBoolean("reshowSui"); if (reshowSui && fence) From 4eac2bfb90dd8c4a8989e98db2e8e3ba9fc26950 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 5 Jun 2021 08:47:28 -0400 Subject: [PATCH 015/107] GU 18.4 - Housing - Access Lock Permission List --- .../game/script/structure/locked_container.java | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/structure/locked_container.java b/sku.0/sys.server/compiled/game/script/structure/locked_container.java index 8d2f409e1f..36666f4179 100755 --- a/sku.0/sys.server/compiled/game/script/structure/locked_container.java +++ b/sku.0/sys.server/compiled/game/script/structure/locked_container.java @@ -74,7 +74,7 @@ public int[] getGuildAccess(obj_id container) throws InterruptedException } public void addPlayerToAccess(obj_id container, obj_id player) throws InterruptedException { - if (!isIdValid(container) || !exists(container) || !isIdValid(player) || !exists(player)) + if (!isIdValid(container) || !exists(container) || !isIdValid(player)) { return; } @@ -82,7 +82,7 @@ public void addPlayerToAccess(obj_id container, obj_id player) throws Interrupte } public void removePlayerFromAccess(obj_id container, obj_id player) throws InterruptedException { - if (!isIdValid(container) || !exists(container) || !isIdValid(player) || !exists(player)) + if (!isIdValid(container) || !exists(container) || !isIdValid(player)) { return; } @@ -239,11 +239,7 @@ public int lockAddPlayer(obj_id self, dictionary params) throws InterruptedExcep if (sui.getIntButtonPressed(params) == sui.BP_OK) { String accessorName = sui.getInputBoxText(params); - obj_id target = utils.getNearbyPlayerByName(player, accessorName); - if (!isIdValid(target)) - { - target = getPlayerIdFromFirstName(accessorName); - } + obj_id target = getPlayerIdFromFirstName(accessorName); if (isIdValid(target)) { addPlayerToAccess(self, target); @@ -266,11 +262,7 @@ public int lockRemovePlayer(obj_id self, dictionary params) throws InterruptedEx if (sui.getIntButtonPressed(params) == sui.BP_OK) { String accessorName = sui.getInputBoxText(params); - obj_id target = utils.getNearbyPlayerByName(player, accessorName); - if (!isIdValid(target)) - { - target = getPlayerIdFromFirstName(accessorName); - } + obj_id target = getPlayerIdFromFirstName(accessorName); if (lockedBy == target) { return SCRIPT_CONTINUE; From bb29e4c736f23858310cd9a3a337ad1d39902fd7 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 5 Jun 2021 08:55:53 -0400 Subject: [PATCH 016/107] Add helper message to /setPermission because wtf --- .../sys.server/compiled/game/script/player/player_building.java | 1 + 1 file changed, 1 insertion(+) diff --git a/sku.0/sys.server/compiled/game/script/player/player_building.java b/sku.0/sys.server/compiled/game/script/player/player_building.java index 747af9f999..82e261f021 100755 --- a/sku.0/sys.server/compiled/game/script/player/player_building.java +++ b/sku.0/sys.server/compiled/game/script/player/player_building.java @@ -1755,6 +1755,7 @@ public int setPermission(obj_id self, obj_id target, String params, float defaul } if (player_structure.isHarvester(structure) || player_structure.isGenerator(structure)) { + sendSystemMessageTestingOnly(self, "You cannot use this command on a Harvester or Generator."); return SCRIPT_CONTINUE; } if (!player_structure.isAdmin(structure, self)) From 0336a2802fbc10bebb2a535f392aebabeb8deeaa Mon Sep 17 00:00:00 2001 From: AconiteGodOfSWG Date: Sat, 12 Jun 2021 06:22:38 -0400 Subject: [PATCH 017/107] nLog Wrapping for Clean Logging --- .../compiled/game/script/base_class.java | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/sku.0/sys.server/compiled/game/script/base_class.java b/sku.0/sys.server/compiled/game/script/base_class.java index fc14521727..538536d619 100755 --- a/sku.0/sys.server/compiled/game/script/base_class.java +++ b/sku.0/sys.server/compiled/game/script/base_class.java @@ -26855,4 +26855,92 @@ public static void registerObjectToUniverse(obj_id object) { } private static native void _registerObjectToUniverse(long target); + /** + * Log Channel list + * Any channel you log to should be kept here + */ + public enum LogChannel + { + admin, // CSR/GM Admin Log + audit, // Routine Collection of Randomized Auditing + buff, // Buffing + bug, // Tracking for potential implementation issues + cheater, // Exploit/Suspicious Activity Detection + city, // City Activity (Militia, Mayor, Rank, etc.) + collection, // Collections and Badges + combo, // Transactions for combinations (reverse engineering, sarlacc trash can, etc.) + commodity, // All market transactions/activity (bazaar and vendor) + container, // Every container transfer for any object (includes trade) + crafting, // All Crafting + death, // Tracking of Deaths and Cloning + event, // Holidays and Events + faction, // Faction Points + fishing, // Fishing + gambling, // All Gambling + gcwPlayer, // GCW Points, GCW Rank Changes, Join/Leave Faction + gcwSystem, // GCW Systems (City Invasions, HQ Bases, Restuss) + group, // Groups Join/Leave/Create/Set + guild, // Guild Activity (e.g. Kick, Join, etc.) + instances, // Heroic/Instance activity + item, // Creates/Changes/Records of Items + junk, // Junk Dealers + leaderboard, // Leaderboard System + loot, // Looted Items + mini_game, // Mini Games (excluding Fishing & Gambling) + mission, // Accepted/Completed/Discarded Missions + money, // Any monetary transactions or transfer/use of credits + profession, // Profession/Level/Expertise + pve, // PvE Kills + pvp, // PvP Kills + quest, // Activated/Completed/Abandoned Quests + resource, // Resources + reward, // Given Rewards, e.g. Veteran Rewards, Publish Gifts, etc. + skill, // Earned/Lost Skills + spawning, // Spawns + structure, // Player Structures (includes harvester/installation/extractor) + startup, // All Events from System Startup/Initialization + travel // Travel activity (region/scene transfers) + } + + /** + * nLog ("new" Log), simplified wrapper around logging system + * for cleaner logging events (SWG Source Addition) + * + * @param channel the channel to log to (LogChannel enum) + * @param message the message to log + */ + public static void nLOG(LogChannel channel, String message) + { + LOG("n_"+channel.name(), message); + } + + /** + * nLog ("new" Log), simplified wrapper around logging system + * for cleaner logging events (SWG Source Addition) + * + * @param channel the channel to log to (LogChannel enum) + * @param player the player who triggered this log action + * @param message the message to log with %s (%s) for the player + */ + public static void nLOG(LogChannel channel, obj_id player, String message) + { + LOG("n_"+channel.name(), String.format(message, getPlayerName(player), player)); + } + + /** + * nLog ("new" Log), simplified wrapper around logging system + * for cleaner logging events (SWG Source Addition) + * + * @param channel the channel to log to (LogChannel enum) + * @param player the player who triggered this log action + * @param target the target player/object being acted upon + * @param message the message to log with %s (%s) for both player and target + */ + public static void nLOG(LogChannel channel, obj_id player, obj_id target, String message) + { + LOG("n_"+channel.name(), String.format(message, getPlayerName(player), player, + isPlayer(target) ? getPlayerName(target) : getName(target), target)); + } + + } // class base_class From fa81322e7e978a1e70afcaab1c1fc92e88e5ad39 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Wed, 16 Jun 2021 19:43:50 -0400 Subject: [PATCH 018/107] Add OnPlayerReportedChat Trigger Handling --- .../game/script/player/base/base_player.java | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/player/base/base_player.java b/sku.0/sys.server/compiled/game/script/player/base/base_player.java index 17c211a84e..546770173f 100755 --- a/sku.0/sys.server/compiled/game/script/player/base/base_player.java +++ b/sku.0/sys.server/compiled/game/script/player/base/base_player.java @@ -3,8 +3,7 @@ import script.*; import script.library.*; -import java.util.Set; -import java.util.Vector; +import java.util.*; public class base_player extends script.base_script { @@ -287,6 +286,7 @@ public base_player() private static final boolean FORCE_SKIP_TUTORIAL = utils.checkConfigFlag("GameServer", "skipTutorial"); private static final boolean WALL_OF_MIST_DISABLED = utils.checkConfigFlag("GameServer", "fsWallOfMistDisabled"); private static final boolean VETERAN_REWARDS_ENABLED = utils.checkConfigFlag("GameServer", "enableVeteranRewards"); + public static final String REPORT_URL = getConfigSetting("GameServer", "chatReportUrl"); public int OnCustomizeFinished(obj_id self, obj_id object, String params) throws InterruptedException { @@ -12309,5 +12309,17 @@ public int handleCsLeaderboardDataMenuSelection(obj_id self, dictionary params) leaderboard.handleGcwLeaderboardDataRequestCsInternalOnly(self, idx); return SCRIPT_CONTINUE; } + public int OnPlayerReportedChat(obj_id self, obj_id reported, String chatLog) throws InterruptedException { + Map data = new HashMap<>(); + data.put("log", chatLog); + data.put("reporterOID", self); + data.put("reporterSID", getPlayerStationId(self)); + data.put("reporterChar", getPlayerName(self)); + data.put("reportedOID", reported); + data.put("reportedSID", getPlayerStationId(reported)); + data.put("reportedChar", getPlayerName(reported)); + web_api.sendDataAsPost(REPORT_URL, data); + return SCRIPT_CONTINUE; + } } From a69c1f0d5710f183965e527b919f163e311d9d72 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 19 Jun 2021 01:00:15 -0400 Subject: [PATCH 019/107] Fix #303 --- .../game/script/systems/veteran_reward/resource_90month.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sku.0/sys.server/compiled/game/script/systems/veteran_reward/resource_90month.java b/sku.0/sys.server/compiled/game/script/systems/veteran_reward/resource_90month.java index c1ec8a57a2..544fc4b00e 100755 --- a/sku.0/sys.server/compiled/game/script/systems/veteran_reward/resource_90month.java +++ b/sku.0/sys.server/compiled/game/script/systems/veteran_reward/resource_90month.java @@ -40,6 +40,10 @@ public int OnInitialize(obj_id self) throws InterruptedException } public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info item) throws InterruptedException { + if(hasScript(self, "systems.veteran_reward.resource")) + { + detachScript(self, "systems.veteran_reward.resource"); + } if (hasObjVar(self, OBJVAR_RESOURCE_REWARDED)) { return SCRIPT_CONTINUE; From 4cca0d7020c9455d51279acb12ecf88b82a1e97f Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 19 Jun 2021 20:09:57 -0400 Subject: [PATCH 020/107] Add isGod checks to some OnHearSpeech Triggers --- .../quest/hero_of_tatooine/ranch_house.java | 9 +++++--- .../myyydril/grievous_encounter_manager.java | 23 +++++++++++-------- .../spawner_methods/gcw_spawner.java | 12 ++++++---- 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/ranch_house.java b/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/ranch_house.java index 33bdea7d9a..ba32a55865 100755 --- a/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/ranch_house.java +++ b/sku.0/sys.server/compiled/game/script/quest/hero_of_tatooine/ranch_house.java @@ -29,10 +29,13 @@ public int OnAttach(obj_id self) throws InterruptedException } public int OnHearSpeech(obj_id self, obj_id speaker, String text) throws InterruptedException { - if (text.equals("reset")) + if(isGod(speaker)) { - messageTo(self, "reset", null, 1.0f, false); - return SCRIPT_CONTINUE; + if (text.equals("reset")) + { + messageTo(self, "reset", null, 1.0f, false); + return SCRIPT_CONTINUE; + } } return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/myyydril/grievous_encounter_manager.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/myyydril/grievous_encounter_manager.java index 96882ce276..89d92ca583 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/myyydril/grievous_encounter_manager.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/myyydril/grievous_encounter_manager.java @@ -34,17 +34,20 @@ public int OnInitialize(obj_id self) throws InterruptedException } public int OnHearSpeech(obj_id self, obj_id speaker, String text) throws InterruptedException { - if (text.equals("startEncounter")) + if(isGod(speaker)) { - dictionary params = new dictionary(); - params.put("player", speaker); - messageTo(self, "handleBeginEncounter", params, 5.0f, false); - } - if (text.equals("stopEncounter")) - { - dictionary params = new dictionary(); - params.put("player", speaker); - messageTo(self, "handleEndEncounter", params, 5.0f, false); + if (text.equals("startEncounter")) + { + dictionary params = new dictionary(); + params.put("player", speaker); + messageTo(self, "handleBeginEncounter", params, 5.0f, false); + } + if (text.equals("stopEncounter")) + { + dictionary params = new dictionary(); + params.put("player", speaker); + messageTo(self, "handleEndEncounter", params, 5.0f, false); + } } return SCRIPT_CONTINUE; } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/script_spawner/spawner_methods/gcw_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/script_spawner/spawner_methods/gcw_spawner.java index 3ba3614bb3..e338c85f44 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/script_spawner/spawner_methods/gcw_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/script_spawner/spawner_methods/gcw_spawner.java @@ -23,12 +23,14 @@ public int OnAttach(obj_id self) throws InterruptedException } public int OnHearSpeech(obj_id self, obj_id speaker, String strText) throws InterruptedException { - String[] strCommands = split(strText, ' '); - if (strCommands[0].equalsIgnoreCase("gcwflip")) + if(isGod(speaker)) { - LOG("gcw_region", "OnHearSpeech gcw_spawner"); - messageTo(self, "updateGCWInfo", null, 1.0f, false); - messageTo(self, "beginSetup", null, 2.0f, false); + if (strText.equalsIgnoreCase("gcwflip")) + { + LOG("gcw_region", "OnHearSpeech gcw_spawner"); + messageTo(self, "updateGCWInfo", null, 1.0f, false); + messageTo(self, "beginSetup", null, 2.0f, false); + } } return SCRIPT_CONTINUE; } From 2f7b208e5a6429be1ff717a2b228374e9862060d Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 19 Jun 2021 20:10:32 -0400 Subject: [PATCH 021/107] Block Egg Search on Restuss Antennae --- .../script/theme_park/restuss_event/destructible_antennae.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/restuss_event/destructible_antennae.java b/sku.0/sys.server/compiled/game/script/theme_park/restuss_event/destructible_antennae.java index 2b1e5d38b7..f21d6ff020 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/restuss_event/destructible_antennae.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/restuss_event/destructible_antennae.java @@ -3,6 +3,7 @@ import script.*; import script.library.factions; import script.library.groundquests; +import script.library.utils; public class destructible_antennae extends script.base_script { @@ -14,6 +15,7 @@ public destructible_antennae() public static final string_id SID_MNU_WRONG_FCT = new string_id("restuss_event/object", "incorrect_faction"); public int OnAttach(obj_id self) throws InterruptedException { + utils.setScriptVar(self, "lair.searched",1); setMaxHitpoints(self, 90000); setHitpoints(self, 90000); setInvulnerable(self, false); @@ -21,6 +23,7 @@ public int OnAttach(obj_id self) throws InterruptedException } public int OnInitialize(obj_id self) throws InterruptedException { + utils.setScriptVar(self, "lair.searched",1); setMaxHitpoints(self, 90000); setHitpoints(self, 90000); setInvulnerable(self, false); From e9dda02ba30aaa738922dabe3a11a6732eb049a3 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 19 Jun 2021 23:13:34 -0400 Subject: [PATCH 022/107] Purge Deprecated Script Trigger References --- .../compiled/game/script/base_class.java | 414 +----------------- 1 file changed, 1 insertion(+), 413 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/base_class.java b/sku.0/sys.server/compiled/game/script/base_class.java index 538536d619..8a8b8fc1d6 100755 --- a/sku.0/sys.server/compiled/game/script/base_class.java +++ b/sku.0/sys.server/compiled/game/script/base_class.java @@ -81,418 +81,6 @@ public Object clone() public static final int SCRIPT_CONTINUE = 1; public static final int SCRIPT_DEFAULT = 2; - /** - * @} - * @defgroup triggerValues Trigger values for use with #triggerScript(obj_id, String, int Object[]) - * @{ - */ - // ScriptFuncTable.h - /** trigger id for OnAttach - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_ATTACH = 0; - /** trigger id for OnDetach - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_DETACH = 1; - /** trigger id for OnSpeaking - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_SPEAKING = 2; - /** trigger id for OnHearSpeech(string) - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_HEAR_SPEECH_STRING = 3; - /** trigger id for OnHearSpeech(string_id) - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_HEAR_SPEECH_STRINGID = 4; - /** trigger id for OnInspected - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_INSPECTED = 5; - /** trigger id for OnLogout - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_LOGOUT = 6; - /** trigger id for OnLogin - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_LOGIN = 7; - /** trigger id for OnItemEquip - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_ITEM_EQUIP = 8; - /** trigger id for OnItemUnequip - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_ITEM_UNEQUIP = 9; - /** trigger id for OnTargetEquipsItem - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_TARGET_EQUIPS_ITEM = 10; - /** trigger id for OnUnequipsItem - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_TARGET_UNEQUIPS_ITEM = 11; - /** trigger id for OnAboutToReceiveItem - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_ABOUT_TO_RECEIVE_ITEM = 12; - /** trigger id for OnReceivedItem - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_RECEIVED_ITEM = 13; - /** trigger id for OnAboutToBeXferred - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_ABOUT_TO_BE_XFERRED = 14; - /** trigger id for OnXferred - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_XFERRED = 15; - /** trigger id for OnAboutToLoseItem - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_ABOUT_TO_LOSE_ITEM = 16; - /** trigger id for OnLostItem - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_LOST_ITEM = 17; - /** trigger id for OnLoadedFromDb - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_LOADED_FROM_DB = 18; - /** trigger id for OnUnloadedFromMemory - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_UNLOADED_FROM_MEMORY = 19; - /** trigger id for OnDecay - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_DECAY = 20; - /** trigger id for OnDestroy - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_DESTROY = 21; - /** trigger id for OnServerTransfer - * @see #triggerScript(obj_id, String, int, Object[]) */ -// public static final int TRIG_SERVER_TRANSFER = 22; - /** trigger id for OnMadeAuthoritative - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_MADE_AUTHORITATIVE = 23; - /** trigger id for OnIncapacitate - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_INCAPACITATE = 24; - /** trigger id for OnAboutToDie - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_ABOUT_TO_DIE = 25; - /** trigger id for OnDeath - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_DEATH = 26; - /** trigger id for OnCombatLoop - * @see #triggerScript(obj_id, String, int, Object[]) */ -// public static final int TRIG_COMBAT_LOOP = 27; - /** trigger id for OnDefenderCombatAction - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_DEFENDER_COMBAT_ACTION = 28; - /** trigger id for OnAttackerCombatAction - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_ATTACKER_COMBAT_ACTION = 29; - /** trigger id for OnWeaponCombatAction - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_WEAPON_COMBAT_ACTION = 30; - /** trigger id for OnIncapacitateTarget - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_INCAPACITATE_TARGET = 32; - /** trigger id for OnAddedToWorld - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_ADDED_TO_WORLD = 37; - /** trigger id for OnRemovedFromWorld - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_REMOVED_FROM_WORLD = 38; - /** trigger id for OnPreloadComplete - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_PRELOAD_COMPLETE = 39; - /** trigger id for OnRepathComplete - * @see #triggerScript(obj_id, String, int, Object[]) */ - //public static final int TRIG_REPATH_COMPLETE = 40; - /** trigger id for GetStateDescription - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_GET_STATE_DESCRIPTION = 41; - /** trigger id for OnBehaviorChange - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_BEHAVIOR_CHANGE = 46; - /** trigger id for OnPathComplete - * @see #triggerScript(obj_id, String, int, Object[]) */ - //public static final int TRIG_PATH_COMPLETE = 47; - /** trigger id for OnTargetLost - * @see #triggerScript(obj_id, String, int, Object[]) */ - //public static final int TRIG_TARGET_LOST = 48; - /** trigger id for OnStartNpcConversation - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_START_NPC_CONVESATION = 49; - /** trigger id for OnEndNpcConversation - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_END_NPC_CONVERSATION = 50; - /** trigger id for OnNpcConversationResponse - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_NPC_CONVERSATION_RESPONSE = 51; - /** trigger id for OnTargetChange - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_TARGET_CHANGE = 52; - /** trigger id for OnResourceHarvesterSetActive - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_RESOURCE_HARVESTER_SET_ACTIVE = 53; - /** trigger id for OnResouceHarvesterRequestStatus - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_RESOURCE_HARVESTER_REQUEST_STATUS = 54; - /** trigger id for OnResourceHarvesterRequestResourceData - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_RESOURCE_HARVESTER_REQUEST_RESOURCE_DATA = 55; - /** trigger id for OnObjectMenuSelect - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_OBJECT_MENU_SELECT = 56; - /** trigger id for OnObjectMenuRequest - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_OBJECT_MENU_REQUEST = 57; - /** trigger id for OnRecapacitated - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_RECAPACITATED = 62; -// public static final int TRIG_REACHED_MAX = ; -// public static final int TRIG_EMOTE = ; -// public static final int TRIG_SEE_EMOTE = ; - /** trigger id for OnWanderMoving - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_WANDER_MOVING = 63; - /** trigger id for OnWanderWaypoint - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_WANDER_WAYPOINT = 64; - /** trigger id for OnWanderWaiting - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_WANDER_WAITING = 65; - /** trigger id for OnWanderPathNotFound - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_WANDER_PATH_NOT_FOUND = 66; - /** trigger id for OnLoiterMoving - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_LOITER_MOVING = 67; - /** trigger id for OnLoiterWaypoint - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_LOITER_WAYPOINT = 68; - /** trigger id for OnLoiterWaiting - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_LOITER_WAITING = 69; - /** trigger id for OnLoiterPathNotFound - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_LOITER_PATH_NOT_FOUND = 70; - /** trigger id for OnFollowTargetLost - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_FOLLOW_TARGET_LOST = 75; - /** trigger id for OnFollowWaiting - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_FOLLOW_WAITING = 76; - /** trigger id for OnFollowMoving - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_FOLLOW_MOVING = 77; - /** trigger id for OnFollowPathNotFound - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_FOLLOW_PATH_NOT_FOUND = 79; - /** trigger id for OnFleeTargetLost - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_FLEE_TARGET_LOST = 80; - /** trigger id for OnFleeWaypoint - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_FLEE_WAYPOINT = 81; - /** trigger id for OnFleePathNotFound - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_FLEE_PATH_NOT_FOUND = 48; - /** trigger id for OnMovePathComplete - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_MOVE_PATH_COMPLETE = 47; - /** trigger id for OnMoveMoving - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_MOVE_MOVING = 40; - /** trigger id for OnMovePathNotFound - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_MOVE_PATH_NOT_FOUND = 36; - /** trigger id for OnInitialize - * @see #triggerScript(obj_id, String, int, Object[]) */ - public static final int TRIG_INITIALIZE = 82; - public static final int TRIG_REQUEST_DRAFT_SCHEMATICS = 83; - public static final int TRIG_MANUFACTURING_SCHEMATIC_CREATION = 84; - public static final int TRIG_CRAFTING_EXPERIMENT = 85; - public static final int TRIG_MANUFACTURE_OBJECT = 86; - public static final int TRIG_CRAFTING_DONE = 87; - public static final int TRIG_ARRIVE_AT_LOCATION = 88; - public static final int TRIG_EXITED_LOCATION = 89; - public static final int TRIG_GRANT_MISSION = 90; - public static final int TRIG_COMBAT_TARGETED = 91; - public static final int TRIG_COMBAT_UNTARGETED = 92; - public static final int TRIG_PLAYER_REQUEST_MISSION_BOARD = 93; - public static final int TRIG_CRAFTING_ADD_RESOURCE = 94; - public static final int TRIG_MONITORED_CREATURE_MOVEMENT = 96; - public static final int TRIG_OUT_OF_AMMO = 97; - public static final int TRIG_OBJECT_DISABLED = 98; - public static final int TRIG_VOLUME_ENTERED = 99; - public static final int TRIG_VOLUME_EXITED = 100; - public static final int TRIG_ENTERED_COMBAT = 103; - public static final int TRIG_EXITED_COMBAT = 104; - public static final int TRIG_CHANGED_POSTURE = 105; - public static final int TRIG_COMBAT_DAMAGED = 106; - public static final int TRIG_COMBAT_LOST_TARGET = 107; - public static final int TRIG_SAW_EMOTE = 108; - public static final int TRIG_OPENED_CONTAINER = 110; - public static final int TRIG_CLOSED_CONTAINER = 111; - public static final int TRIG_SPAWN_HEARTBEAT = 112; - public static final int TRIG_PVP_TYPE_CHANGED = 113; - public static final int TRIG_PVP_FACTION_CHANGED = 114; - public static final int TRIG_CITY_CHANGED = 115; - public static final int TRIG_ENTER_SWIMMING = 116; - public static final int TRIG_EXIT_SWIMMING = 117; - public static final int TRIG_PLACE_STRUCTURE = 118; - public static final int TRIG_PERMISSION_LIST_MODIFY = 121; - public static final int TRIG_PURCHASE_TICKET = 122; - public static final int TRIG_GROUP_LEADER_CHANGED = 123; - public static final int TRIG_REMOVED_FROM_GROUP = 124; - public static final int TRIG_GROUP_DISBANDED = 125; - public static final int TRIG_ADDED_TO_GROUP = 126; - public static final int TRIG_GROUP_FORMED = 127; - public static final int TRIG_GET_ATTRIBS = 128; - public static final int TRIG_REQUEST_CORESAMPLE = 129; - public static final int TRIG_NEWBIE_TUTORIAL_RESPONSE = 133; - public static final int TRIG_IMMEDIATE_LOGOUT = 134; - public static final int TRIG_CREATURE_DAMAGED = 135; - public static final int TRIG_OBJECT_DAMAGED = 136; - public static final int TRIG_SAW_ATTACK = 137; - public static final int TRIG_SURVEY_DATA_RECEIVED = 139; - public static final int TRIG_APPLY_POWERUP = 140; - public static final int TRIG_IMAGE_DESIGN_VALIDATE = 141; - public static final int TRIG_IMAGE_DESIGN_COMPLETED = 142; - public static final int TRIG_HIBERNATE_BEGIN = 143; - public static final int TRIG_HIBERNATE_END = 144; - public static final int TRIG_SOCKET_USED = 145; - public static final int TRIG_QUERY_AUCTIONS = 146; - public static final int TRIG_REQUEST_AUCTION_FEE = 147; -// public static final int TRIG_IMAGE_DESIGN_REQUESTCONSENT = 148; - public static final int TRIG_GET_RESPAWN_LOC = 149; - public static final int TRIG_WAYPOINT_CREATED = 150; - public static final int TRIG_WAYPOINT_DESTROYED = 151; - public static final int TRIG_WAYPOINT_ON_GET_ATTRIBUTES = 152; - public static final int TRIG_FINALIZE_SCHEMATIC = 153; - public static final int TRIG_SKILL_GRANTED = 154; - public static final int TRIG_SKILL_REVOKED = 155; - public static final int TRIG_MAKE_CRAFTED_ITEM = 156; - public static final int TRIG_START_CHARACTER_UPLOAD = 157; - public static final int TRIG_RECEIVE_CHARACTER_TRANSFER_STATUS_MESSAGE = 158; - public static final int TRIG_LOCATION_RECEIVED = 159; - public static final int TRIG_ATTRIB_MOD_DONE = 160; - public static final int TRIG_SKILL_MOD_DONE = 161; - public static final int TRIG_STOMACH_UPDATE = 162; - public static final int TRIG_RECEIVE_CLUSTER_WIDE_DATA_RESPONSE = 163; - public static final int TRIG_IMAGE_DESIGN_CANCELED = 164; - public static final int TRIG_DOWNLOAD_CHARACTER = 165; - public static final int TRIG_PERFORM_EMOTE = 166; - public static final int TRIG_CHAT_ON_LOGIN = 167; - public static final int TRIG_ABOUT_TO_BE_INCAPACITATED = 168; - public static final int TRIG_ABOUT_TO_BE_GRANTED = 169; - public static final int TRIG_ABOUT_TO_BE_REVOKED = 170; - public static final int TRIG_CONTAINER_CHILD_GAIN_ITEM = 171; - public static final int TRIG_CONTAINER_CHILD_LOST_ITEM = 172; - public static final int TRIG_QUEST_ACTIVATED = 173; - public static final int TRIG_CRAFTED_PROTOTYPE = 174; - public static final int TRIG_THEATER_CREATED = 175; - public static final int TRIG_ENTER_REGION = 176; - public static final int TRIG_EXIT_REGION = 177; - public static final int TRIG_VENDOR_ITEM_COUNT_REPLY = 178; - public static final int TRIG_VENDOR_STATUS_CHANGE = 179; - public static final int TRIG_PLAYER_THEATER_FAIL = 180; - public static final int TRIG_GRANT_SCHEMATIC = 181; - public static final int TRIG_REVOKE_SCHEMATIC = 182; - public static final int TRIG_PLAYER_VENDOR_COUNT_REPLY = 183; - public static final int TRIG_SHIP_HIT = 200; - public static final int TRIG_SHIP_HITTING = 201; - public static final int TRIG_SHIP_BEHAVIOR_CHANGED = 202; - public static final int TRIG_SHIP_COMPONENT_POWER_SUFFICIENT = 203; - public static final int TRIG_SHIP_COMPONENT_POWER_INSUFFICIENT = 204; - public static final int TRIG_FORM_CREATEOBJECT = 205; - public static final int TRIG_FORM_EDITOBJECT = 206; - public static final int TRIG_FORM_REQUESTDATA = 207; - public static final int TRIG_SHIP_COMPONENT_INSTALLING = 208; - public static final int TRIG_SHIP_COMPONENT_INSTALLED = 209; - public static final int TRIG_SHIP_COMPONENT_UNINSTALLING = 210; - public static final int TRIG_SHIP_COMPONENT_UNINSTALLED = 211; - public static final int TRIG_SHIP_COMPONENT_ITEM_DROPPED_ON_SLOT = 212; - public static final int TRIG_SHIP_TRY_TO_EQUIP_DROID_CONTROL_DEVICE_IN_SHIP = 213; - public static final int TRIG_SHIP_HIT_BY_LIGHTNING = 214; - public static final int TRIG_SHIP_HIT_BY_ENVIRONMENT = 215; - public static final int TRIG_SHIP_FIRED_MISSILE = 216; - public static final int TRIG_SHIP_TARGETED_BY_MISSILE = 217; - public static final int TRIG_SHIP_FIRED_COUNTERMEASURE = 218; - public static final int TRIG_SPACE_UNIT_MOVE_TO_COMPLETE = 219; - public static final int TRIG_SPACE_UNIT_BEHAVIOR_CHANGED = 220; - public static final int TRIG_SPACE_UNIT_FOLLOW_LOST = 221; - public static final int TRIG_SHIP_INTERNAL_DAMAGE_OVER_TIME_REMOVED = 222; - public static final int TRIG_SHIP_DAMAGED_BY_INTERNAL_DAMAGE_OVER_TIME = 223; - public static final int TRIG_SPACE_UNIT_DOCKED = 224; - public static final int TRIG_SPACE_UNIT_UNDOCKED = 225; - public static final int TRIG_SPACE_UNIT_ENTER_COMBAT = 226; - public static final int TRIG_ABOUT_TO_LAUNCH_TO_SPACE = 227; - public static final int TRIG_SPACE_UNIT_START_UNDOCK = 228; - public static final int TRIG_SPACE_EJECT_PLAYER_FROM_SHIP = 229; - public static final int TRIG_TASK_ACTIVATED = 230; - public static final int TRIG_TASK_COMPLETED = 231; - public static final int TRIG_TASK_FAILED = 232; - public static final int TRIG_TASK_CLEARED = 233; - public static final int TRIG_PROGRAM_DROID_COMMANDS = 234; - public static final int TRIG_START_CONVERSATION = 235; - public static final int TRIG_END_CONVERSATION = 236; - public static final int TRIG_BEGIN_WARMUP = 237; - public static final int TRIG_LOOT_LOTTERY_SELECTED = 238; - public static final int TRIG_AI_PRIMARY_WEAPON_EQUIPPED = 239; - public static final int TRIG_AI_SECONDARY_WEAPON_EQUIPPED = 240; - public static final int TRIG_BUILDOUT_OBJECT_REGISTER_WITH_CONTROLLER = 241; - public static final int TRIG_CYBERNETIC_CHANGE_REQUEST = 242; - public static final int TRIG_SOME_TASK_ACTIVATED = 243; - public static final int TRIG_SOME_TASK_COMPLETED = 244; - public static final int TRIG_SOME_TASK_FAILED = 245; - public static final int TRIG_SOME_TASK_CLEARED = 246; - public static final int TRIG_SPACE_MINING_SELL_RESOURCE = 247; - public static final int TRIG_AI_RETREAT_COMPLETE = 248; - public static final int TRIG_HATE_TARGET_CHANGED = 249; - public static final int TRIG_HATE_TARGET_ADDED = 250; - public static final int TRIG_HATE_TARGET_REMOVED = 251; - public static final int TRIG_AI_RETREAT_START = 252; - public static final int TRIG_DO_STRUCTURE_ROLLUP = 253; - public static final int TRIG_GET_SCRIPTVARS = 254; - //public static final int TRIG_DEFAULT_ACTION = 255; - public static final int TRIG_INVULERABLE_CHANGED = 256; - public static final int TRIG_UNSTICKING = 257; - public static final int TRIG_AI_COMBAT_FRAME = 258; - public static final int TRIG_UPLOAD_CHARACTER = 259; - public static final int TRIG_REQUEST_RESOURCE_WEIGHTS = 260; - public static final int TRIG_FSQUEST_COMPLETED = 261; - public static final int TRIG_MOVE_PATH_BLOCKED = 262; - public static final int TRIG_QUEST_COMPLETED = 263; - public static final int TRIG_QUEST_CLEARED = 264; - public static final int TRIG_GROUP_MEMBERS_CHANGED = 265; - public static final int TRIG_ENVIRONMENTAL_DEATH = 266; - public static final int TRIG_LOCOMOTION_CHANGED = 267; - public static final int TRIG_REQUEST_STATIC_ITEM_DATA = 268; - public static final int TRIG_SKILL_TEMPLATE_CHANGED = 269; - public static final int TRIG_WORKING_SKILL_CHANGED = 270; - public static final int TRIG_COMBAT_LEVEL_CHANGED = 271; - public static final int TRIG_QUEST_GRANT_REWARD = 272; - public static final int TRIG_SKILLMODS_CHANGED = 273; - public static final int TRIG_GET_STATIC_ITEM_ATTRIBS = 274; - public static final int TRIG_PURCHASE_TICKET_INSTANT_TRAVEL = 275; - // where's TRIG_HYPERSPACE_TO_HOME_LOCATION? - RH - public static final int TRIG_CS_CREATE_ITEM = 277; - public static final int TRIG_ON_CUSTOMIZE_FINISHED = 278; - public static final int TRIG_PVP_RANKING_CHANGED = 279; - public static final int TRIG_BUFF_BUILDER_VALIDATE = 280; - public static final int TRIG_BUFF_BUILDER_COMPLETED = 281; - public static final int TRIG_BUFF_BUILDER_CANCELED = 282; - public static final int TRIG_BUILDING_CONTENTS_LOADED = 283; - public static final int TRIG_INCUBATOR_COMMITTED = 284; - public static final int TRIG_INCUBATOR_CANCELED = 285; - public static final int TRIG_COLLECTION_SLOT_MODIFIED = 286; - public static final int TRIG_COLLECTION_SERVER_FIRST = 287; - public static final int TRIG_CREATE_VETERAN_REWARD = 288; - public static final int TRIG_GROUND_TARGET_LOC = 289; - public static final int TRIG_ON_DUEL_REQUEST = 290; - public static final int TRIG_ON_DUEL_START = 291; - public static final int TRIG_ON_ABOUT_TO_CHANGE_APPEARANCE = 292; - public static final int TRIG_ON_ABOUT_TO_REVERT_APPEARANCE = 293; - public static final int TRIG_ABOUT_TO_TRAVEL_TO_GROUP_PICKUP_POINT = 294; - public static final int TRIG_TRAVEL_TO_GROUP_PICKUP_POINT = 295; - public static final int TRIG_CHANGED_APPEARANCE = 296; - public static final int TRIG_REVERTED_APPEARANCE = 297; - public static final int TRIG_ON_DYNAMIC_SPAWN_REGION_CREATED = 298; - public static final int TRIG_DO_RESTORE_ITEM_DECORATION_LAYOUT = 299; - public static final int TRIG_DO_RESTORE_ITEM_DECORATION_LAYOUT_ROTATION_ONLY = 300; - public static final int TRIG_ON_RATING_FINISHED = 301; - public static final int TRIG_ON_ABANDON_PLAYER_QUEST = 302; - public static final int TRIG_ON_GCW_SCORE_CATEGORY_PERCENTILE_CHANGE = 303; - /** * @} * @defgroup gameObjectTypes Game Object Types from GameObjectType.def @@ -19533,7 +19121,7 @@ public static dictionary dataTableGetRow(String table, String row) * Get the name of a particular column. * * @param table the name of the data table - * @param columns the columns to get the name of(use 0 for the first column). + * @param column the columns to get the name of(use 0 for the first column). * @return a string that is the name of the column. */ public static native String dataTableGetColumnName(String table, int column); From dd853fc370cb98c6175ce1a6d6fe964ab5612720 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 19 Jun 2021 23:33:33 -0400 Subject: [PATCH 023/107] Remote Deprecated SCRIPT_DEFAULT return --- .../compiled/game/script/base_class.java | 37 +- .../conversation/aurilia_chief_engineer.java | 2 +- .../conversation/aurilia_junk_dealer.java | 2 +- .../aurilia_nightsister_prisoner.java | 2 +- .../script/conversation/aurilia_quharek.java | 2 +- .../script/conversation/aurilia_rohak.java | 14 +- .../conversation/aurilia_sarguillo.java | 2 +- .../conversation/azure_cabal_camdoen.java | 126 +++--- .../conversation/azure_cabal_haadj.java | 118 +++--- .../conversation/azure_cabal_hoolar.java | 112 +++--- .../game/script/conversation/barada.java | 8 +- .../script/conversation/barn_ranchhand.java | 4 +- .../battlefield_entry_station_imperial.java | 2 +- .../battlefield_entry_station_neutral.java | 6 +- .../battlefield_entry_station_rebel.java | 2 +- .../script/conversation/bestine_artist01.java | 4 +- .../script/conversation/bestine_artist02.java | 4 +- .../game/script/conversation/bib_fortuna.java | 20 +- .../conversation/bib_fortuna_mos_eisley.java | 20 +- .../conversation/biogenic_engineertech.java | 92 ++--- .../conversation/biogenic_herald_dealer.java | 50 +-- .../biogenic_scientist_human.java | 32 +- .../conversation/biogenic_securitytech.java | 190 ++++----- .../script/conversation/blacksun_guri.java | 84 ++-- .../game/script/conversation/boba_fett.java | 74 ++-- .../conversation/borvo_acklay_guard.java | 6 +- .../script/conversation/borvo_the_hutt.java | 22 +- .../conversation/borvos_acklay_dakk.java | 20 +- .../script/conversation/borvos_guard.java | 12 +- .../boss_terminal_mining_cave.java | 2 +- .../boss_terminal_mining_cave_controller.java | 6 +- .../boss_terminal_mining_cave_foreman.java | 6 +- .../boss_terminal_mining_research_barnet.java | 2 +- .../boss_terminal_mining_research_lapaz.java | 2 +- .../boss_terminal_pirate_cave.java | 6 +- .../boss_terminal_research_barnet.java | 6 +- .../boss_terminal_research_lapaz.java | 6 +- .../conversation/bounty_check_reset.java | 8 +- .../script/conversation/bounty_probot.java | 2 +- .../conversation/c_bounty_hunter_faeto.java | 18 +- .../conversation/c_bounty_hunter_oldksam.java | 10 +- .../conversation/c_bounty_hunter_sleash.java | 10 +- .../conversation/c_bounty_hunter_taibela.java | 10 +- .../script/conversation/c_ddroid_amarent.java | 12 +- .../script/conversation/c_ddroid_droid.java | 22 +- .../script/conversation/c_ddroid_selan.java | 6 +- .../script/conversation/c_ddroid_valance.java | 24 +- .../conversation/c_impdefector_def.java | 4 +- .../conversation/c_impdefector_jom.java | 10 +- .../conversation/c_impdefector_teslo.java | 6 +- .../conversation/c_kashyyyk_hunter.java | 32 +- .../conversation/c_newbie_associate.java | 8 +- .../script/conversation/c_newbie_doctor.java | 10 +- .../conversation/c_newbie_entertainer.java | 18 +- .../conversation/c_newbie_melee_combat.java | 22 +- .../c_newbie_melee_combat_client_1.java | 2 +- .../c_newbie_melee_combat_client_2.java | 2 +- .../c_newbie_melee_combat_client_3.java | 6 +- .../script/conversation/c_newbie_mentor.java | 224 +++++------ .../conversation/c_newbie_secondchance.java | 48 +-- .../conversation/c_prof_arti_questgiver.java | 30 +- .../c_prof_ent_anchorcontact.java | 6 +- .../c_prof_ent_bestinecontact.java | 8 +- .../conversation/c_prof_ent_espacontact.java | 28 +- .../script/conversation/c_prof_ent_host.java | 2 +- .../conversation/c_prof_ent_questgiver.java | 90 ++--- .../conversation/c_rebdefector_allard.java | 6 +- .../conversation/c_rebdefector_def.java | 4 +- .../conversation/c_rebdefector_jaek.java | 10 +- .../game/script/conversation/c_sink_imp.java | 30 +- .../game/script/conversation/c_sink_reb.java | 26 +- .../conversation/c_smuggler_awrada.java | 2 +- .../script/conversation/c_smuggler_caril.java | 2 +- .../conversation/c_smuggler_lorusku.java | 6 +- .../conversation/c_smuggler_nyradi.java | 2 +- .../conversation/c_smuggler_radeld.java | 18 +- .../script/conversation/c_story1_1_doc.java | 8 +- .../conversation/c_story1_1_imp_quest.java | 54 +-- .../conversation/c_story1_1_neu_quest.java | 46 +-- .../conversation/c_story1_1_reb_quest.java | 46 +-- .../conversation/c_story1_2_chemist.java | 10 +- .../script/conversation/c_story1_2_mole.java | 2 +- .../c_story1_3_imprisoned_wookiee.java | 24 +- .../script/conversation/c_story1_3_wire.java | 28 +- .../conversation/c_story1_4_imp_contact.java | 60 +-- .../conversation/c_story1_4_imp_guard.java | 12 +- .../script/conversation/c_story1_4_lando.java | 24 +- .../conversation/c_story1_4_reb_contact.java | 64 +-- .../conversation/c_story1_4_reb_guard.java | 12 +- .../game/script/conversation/c_story1_5.java | 30 +- .../script/conversation/c_story1_5_rebel.java | 22 +- .../c_talus_grave_robbers_omkoo.java | 22 +- .../script/conversation/c_tutorial_rm1.java | 20 +- .../script/conversation/c_tutorial_rm2.java | 14 +- .../script/conversation/c_tutorial_rm3.java | 10 +- .../script/conversation/c_tutorial_rm4.java | 14 +- .../script/conversation/c_tutorial_rm5.java | 10 +- .../script/conversation/c_tutorial_rm6.java | 14 +- .../script/conversation/c_tutorial_rm7.java | 12 +- .../script/conversation/c_tutorial_rm8.java | 44 +- .../script/conversation/cale_serasai.java | 16 +- .../script/conversation/camp_beta_leader.java | 16 +- .../conversation/camp_delta_leader.java | 16 +- .../conversation/camp_epsilon_leader.java | 10 +- .../conversation/camp_gamma_leader.java | 18 +- .../script/conversation/camp_survivor.java | 2 +- .../script/conversation/captain_piett.java | 78 ++-- .../game/script/conversation/chassis_npc.java | 2 +- .../conversation/choster_lok_cantina.java | 30 +- .../game/script/conversation/clone_droid.java | 2 +- .../script/conversation/coa3lcoordinator.java | 32 +- .../script/conversation/coa3linfoofficer.java | 12 +- .../script/conversation/coa3wcoolguy.java | 6 +- .../script/conversation/coa3wcoordinator.java | 30 +- .../script/conversation/coa3winfoofficer.java | 12 +- .../script/conversation/coa3wtactofficer.java | 10 +- .../conversation/collections_collector.java | 16 +- ...ections_fixbrokenspacekillcollections.java | 16 +- .../collections_ice_cream_part_eight.java | 12 +- .../collections_ice_cream_part_five.java | 10 +- .../collections_ice_cream_part_four.java | 10 +- .../collections_ice_cream_part_nine.java | 16 +- .../collections_ice_cream_part_one.java | 6 +- .../collections_ice_cream_part_seven.java | 10 +- .../collections_ice_cream_part_six.java | 10 +- .../collections_ice_cream_part_ten.java | 12 +- .../collections_ice_cream_part_three.java | 8 +- .../collections_ice_cream_part_two.java | 10 +- .../command_console_level_03.java | 14 +- .../community_painting_handout_2008.java | 6 +- .../community_painting_handout_2009.java | 6 +- ...ty_tcg_photo_contest_painting_handout.java | 6 +- .../computer_console_level_01.java | 108 ++--- .../computer_console_level_02.java | 36 +- ...uter_console_level_02_command_console.java | 22 +- .../conversation/corellia_38_civius_bain.java | 4 +- .../conversation/corellia_38_deel_draav.java | 4 +- .../conversation/corellia_38_edbr_yamagh.java | 6 +- .../corellia_38_jaylon_geissler.java | 2 +- .../corellia_38_lejo_daramus.java | 2 +- .../conversation/corellia_38_lt_cope.java | 18 +- .../corellia_38_major_walden.java | 10 +- .../corellia_38_menchi_lerann.java | 2 +- .../conversation/corellia_38_olivia_bain.java | 2 +- .../corellia_38_osto_grissom.java | 4 +- .../conversation/corellia_38_pech_seki.java | 2 +- .../corellia_38_retired_officer.java | 8 +- .../conversation/corellia_38_sgt_hus.java | 2 +- .../corellia_38_teilo_monnro.java | 2 +- .../conversation/corellia_38_ubbal_fenn.java | 4 +- .../conversation/corellia_38_vuul_sarlin.java | 8 +- .../corellia_39_captain_baize.java | 24 +- .../conversation/corellia_39_cara_raeth.java | 2 +- .../conversation/corellia_39_chun_solso.java | 2 +- .../corellia_39_galvain_tark.java | 2 +- .../corellia_39_gwhirrye_baric.java | 4 +- .../corellia_39_hurley_klakk.java | 2 +- .../corellia_39_jaalib_rigel.java | 2 +- .../corellia_39_jzoro_quanera.java | 14 +- .../corellia_39_lilith_laughlin.java | 4 +- .../corellia_39_selonian_dayana.java | 2 +- .../corellia_39_shobbo_durron.java | 2 +- .../corellia_39_teniel_waray.java | 2 +- .../script/conversation/corellia_cb_cora.java | 32 +- .../conversation/corellia_cb_donovan.java | 6 +- .../script/conversation/corellia_cb_jark.java | 14 +- .../conversation/corellia_cb_sinis.java | 12 +- .../conversation/corellia_cb_yorick.java | 2 +- .../corellia_coronet_abagga_creel.java | 8 +- .../corellia_coronet_brantlee_spondoon.java | 2 +- .../corellia_coronet_daclif_gallamby.java | 6 +- .../corellia_coronet_demmi_wot.java | 6 +- .../corellia_coronet_frye_troeman.java | 6 +- .../corellia_coronet_gallura_handerin.java | 10 +- .../conversation/corellia_coronet_jonset.java | 4 +- .../corellia_coronet_lt_jasper.java | 48 +-- .../corellia_coronet_meatlump_distress.java | 4 +- .../corellia_coronet_pol_handerin.java | 6 +- .../corellia_coronet_starport_master.java | 10 +- .../corellia_coronet_times_editor.java | 12 +- .../corellia_coronet_vani_korr.java | 58 +-- .../corellia_disappearances_1_angela.java | 8 +- ...corellia_disappearances_1_hike_master.java | 6 +- .../corellia_disappearances_2_hermit.java | 20 +- .../corellia_disappearances_5_husband.java | 4 +- .../corellia_disappearances_questgiver.java | 8 +- .../corellia_droid_factory_cornel_savas.java | 8 +- .../corellia_droid_factory_druno_kener.java | 12 +- .../corellia_droid_factory_jornel_savas.java | 8 +- ...ellia_droid_factory_lieutenant_varias.java | 24 +- ...corellia_droid_factory_sergeant_hirka.java | 2 +- ...corellia_droid_factory_sergeant_mener.java | 16 +- .../corellia_imperial_dark_trooper.java | 2 +- .../conversation/corellia_imperial_tier3.java | 102 ++--- .../conversation/corellia_imperial_tier4.java | 236 +++++------ .../corellia_imperial_trainer_1.java | 226 +++++------ .../corellia_imperial_trainer_2.java | 126 +++--- .../corellia_murmurs_1_jainn.java | 6 +- .../corellia_murmurs_1_moril.java | 6 +- .../corellia_murmurs_questgiver.java | 12 +- ...ellia_privateer_retired_corsec_beggar.java | 68 ++-- .../corellia_privateer_tier3.java | 332 +++++++-------- .../corellia_privateer_tier4.java | 192 ++++----- .../corellia_privateer_trainer.java | 108 ++--- .../corellia_privateer_trainer_2.java | 160 ++++---- .../conversation/corellia_rebel_tier3.java | 164 ++++---- .../conversation/corellia_rebel_tier4.java | 274 ++++++------- .../corellia_rebel_trainer_1.java | 316 +++++++-------- .../conversation/corellia_tyrena_akers.java | 22 +- .../conversation/corellia_tyrena_akkus.java | 12 +- .../corellia_tyrena_anyza_ekull.java | 20 +- .../conversation/corellia_tyrena_bandor.java | 20 +- .../corellia_tyrena_bannoc_gnoc.java | 26 +- .../conversation/corellia_tyrena_dulor.java | 8 +- .../corellia_tyrena_gordo_zek.java | 16 +- .../conversation/corellia_tyrena_guard.java | 6 +- .../corellia_tyrena_harkog_gerr.java | 14 +- .../corellia_tyrena_kyran_silene.java | 30 +- .../corellia_tyrena_madison_silene.java | 12 +- .../corellia_tyrena_neeka_zall.java | 4 +- .../corellia_tyrena_norith_zall.java | 4 +- .../conversation/corellia_tyrena_noro.java | 20 +- .../conversation/corellia_tyrena_stavu.java | 12 +- .../corellia_tyrena_vermon_skeetz.java | 30 +- .../corellia_tyrena_zorgom_zall.java | 10 +- .../conversation/coronet_captain_dool.java | 6 +- .../conversation/coronet_sheelya_husband.java | 10 +- .../script/conversation/corsec_captain.java | 26 +- .../corvette_colonel_imperial1.java | 32 +- .../conversation/corvette_crowley_rebel1.java | 30 +- .../conversation/corvette_imperial_pilot.java | 6 +- .../conversation/corvette_pashna_rebel1.java | 34 +- .../corvette_sabol_imperial1.java | 36 +- .../corvette_velso_imperial_destroy.java | 30 +- .../corvette_yondalla_neutral_rescue.java | 30 +- .../conversation/crafting_contractor.java | 10 +- .../conversation/cyborg_install_corellia.java | 16 +- .../conversation/cyborg_install_naboo.java | 16 +- .../conversation/cyborg_install_tatooine.java | 16 +- .../cyborg_install_temporary.java | 12 +- .../dantooine_rebel_trainer_2.java | 126 +++--- .../conversation/dath_bh_wanted_list_01.java | 58 +-- .../conversation/death_watch_foreman.java | 80 ++-- .../death_watch_insane_miner.java | 8 +- .../conversation/death_watch_scientist.java | 34 +- .../conversation/death_watch_technician.java | 18 +- .../conversation/defend_the_village.java | 14 +- .../script/conversation/delivery_chardle.java | 12 +- .../script/conversation/delivery_hassel.java | 10 +- .../script/conversation/delivery_pirrohn.java | 12 +- .../script/conversation/delivery_sickle.java | 12 +- .../script/conversation/dera_darklighter.java | 2 +- .../conversation/destroyed_camp_radio.java | 28 +- .../conversation/detainment_npc_rescue.java | 4 +- .../conversation/disable_sidequest.java | 44 +- .../conversation/disgruntled_leader.java | 10 +- .../conversation/doctor_griffax_jin.java | 10 +- .../conversation/e3_bridge_handler.java | 2 +- .../game/script/conversation/e3_corvette.java | 2 +- .../script/conversation/echo_base_launch.java | 8 +- .../eisley_thranta_brok_terminal.java | 24 +- .../eisley_thranta_directory_terminal.java | 30 +- .../eisley_thranta_durr_terminal.java | 24 +- .../eisley_thranta_medical_terminal.java | 22 +- .../eisley_thranta_payroll_terminal.java | 14 +- .../eisley_thranta_security_terminal.java | 26 +- .../conversation/elder_robe_exchange.java | 10 +- .../conversation/emp_day_data_officer.java | 10 +- .../conversation/emp_day_disk_guy_1.java | 2 +- .../conversation/emp_day_disk_guy_2.java | 2 +- .../conversation/emp_day_disk_guy_3.java | 2 +- .../emp_day_garrison_historian.java | 20 +- .../emp_day_imperial_commander.java | 24 +- .../conversation/emp_day_imperial_guard.java | 2 +- .../conversation/emp_day_jedi_prisoner.java | 68 ++-- .../conversation/emp_day_pr_officer.java | 14 +- .../conversation/emp_day_reb_al_contact.java | 22 +- .../conversation/emp_day_reb_bartender.java | 20 +- .../conversation/emp_day_reb_colonel.java | 10 +- .../conversation/emp_day_reb_disk_guy.java | 2 +- .../conversation/emp_day_reb_imp_convert.java | 58 +-- .../script/conversation/emp_day_reb_solo.java | 20 +- .../conversation/emp_day_reb_technician.java | 12 +- .../script/conversation/emp_day_vader.java | 6 +- .../script/conversation/ep3_achonnko.java | 14 +- .../script/conversation/ep3_belga_daeri.java | 10 +- .../script/conversation/ep3_carl_mosik.java | 16 +- .../conversation/ep3_cheated_gambler.java | 18 +- .../script/conversation/ep3_chewbacca.java | 12 +- .../script/conversation/ep3_cheyerooto.java | 12 +- .../conversation/ep3_civilian_pilot.java | 36 +- ...ne_relics_boba_fett_claw_boss_imbrimi.java | 22 +- ...ep3_clone_relics_boba_fett_claw_guard.java | 10 +- .../ep3_clone_relics_boba_fett_contact_1.java | 22 +- .../ep3_clone_relics_boba_fett_durge_1.java | 6 +- ...ne_relics_boba_fett_talus_bartender_1.java | 6 +- ...one_relics_boba_fett_warren_scientist.java | 24 +- ...ne_relics_boba_fett_yavin_bartender_1.java | 8 +- .../ep3_clone_relics_clone_trooper_jabba.java | 12 +- .../ep3_clone_relics_clone_trooper_jawl.java | 26 +- .../ep3_clone_relics_clone_trooper_leia.java | 14 +- ...clone_relics_clone_trooper_major_raev.java | 8 +- ...ep3_clone_relics_clone_trooper_morkov.java | 36 +- ...e_relics_clone_trooper_morkov_courier.java | 4 +- .../ep3_clone_relics_clone_trooper_mort.java | 100 ++--- ..._clone_relics_clone_trooper_palpatine.java | 14 +- .../ep3_clone_relics_clone_trooper_walda.java | 10 +- .../ep3_clone_relics_hunter_qakkee.java | 154 +++---- ...e_relics_jedi_starfighter_darth_vader.java | 12 +- ...relics_jedi_starfighter_imp_commander.java | 58 +-- ...ep3_clone_relics_nym_starmap_han_solo.java | 26 +- .../ep3_clone_relics_nym_starmap_nym.java | 100 ++--- .../ep3_clone_relics_queen_kylantha.java | 48 +-- ...clone_relics_queen_wookie_informant_1.java | 16 +- ...clone_relics_queen_wookie_informant_2.java | 12 +- ...clone_relics_queen_wookie_informant_3.java | 8 +- ..._clone_relics_queen_wookie_prisoner_1.java | 6 +- .../ep3_clone_relics_trapped_geonosian.java | 60 +-- .../ep3_clone_relics_wookie_elder_ovarra.java | 16 +- .../game/script/conversation/ep3_cpg_ace.java | 8 +- .../script/conversation/ep3_cpg_veteran.java | 24 +- .../script/conversation/ep3_criss_nepomi.java | 2 +- .../ep3_disabled_transport_alpha.java | 32 +- .../ep3_disabled_transport_bravo.java | 32 +- .../script/conversation/ep3_droid_pilot.java | 46 +-- .../ep3_etyyy_banol_starkiller.java | 18 +- .../conversation/ep3_etyyy_chrilooc.java | 22 +- .../conversation/ep3_etyyy_ehartt_brihnt.java | 14 +- .../conversation/ep3_etyyy_iluna_mystuk.java | 4 +- .../ep3_etyyy_jerrol_chupapa.java | 2 +- .../conversation/ep3_etyyy_johnson_smith.java | 44 +- .../conversation/ep3_etyyy_kara_corlon.java | 12 +- .../conversation/ep3_etyyy_kerssoc.java | 28 +- .../conversation/ep3_etyyy_kint_zsam.java | 24 +- .../conversation/ep3_etyyy_mada_johnson.java | 12 +- .../ep3_etyyy_manfred_carter.java | 8 +- .../ep3_etyyy_pilot_bocctyyy_to_etyyy.java | 4 +- .../ep3_etyyy_pilot_etyyy_to_bocctyyy.java | 2 +- .../conversation/ep3_etyyy_ryoo_finn.java | 6 +- .../conversation/ep3_etyyy_sordaan_xris.java | 86 ++-- .../conversation/ep3_etyyy_tripp_rar.java | 28 +- .../conversation/ep3_etyyy_tuwezz_vol.java | 18 +- .../conversation/ep3_etyyy_wrelaac.java | 18 +- .../conversation/ep3_etyyy_ziven_tissak.java | 38 +- .../game/script/conversation/ep3_eyma.java | 130 +++--- .../conversation/ep3_forest_arena_guard.java | 2 +- .../ep3_forest_arena_guard_interior.java | 4 +- .../conversation/ep3_forest_athnalu.java | 20 +- .../script/conversation/ep3_forest_aveso.java | 36 +- .../script/conversation/ep3_forest_cryl.java | 18 +- .../conversation/ep3_forest_dahlia.java | 104 ++--- .../conversation/ep3_forest_kerritamba.java | 104 ++--- .../ep3_forest_kerritamba_dealer.java | 4 +- .../ep3_forest_kerritamba_epic.java | 34 +- .../script/conversation/ep3_forest_meust.java | 34 +- .../conversation/ep3_forest_npc_greeter.java | 30 +- .../ep3_forest_outcast_dealer.java | 4 +- .../ep3_forest_outcast_informant.java | 30 +- .../conversation/ep3_forest_perusta.java | 22 +- .../script/conversation/ep3_forest_rhiek.java | 44 +- .../script/conversation/ep3_forest_risyl.java | 8 +- .../conversation/ep3_forest_sertild.java | 4 +- .../ep3_forest_wirartu_arena.java | 4 +- .../ep3_forest_wirartu_attack.java | 2 +- .../conversation/ep3_ghrag_traitor.java | 10 +- .../script/conversation/ep3_gursan_bryes.java | 32 +- .../conversation/ep3_imp_cmd_richards.java | 10 +- .../script/conversation/ep3_imp_dr_price.java | 28 +- .../ep3_kachirho_avatar_return.java | 14 +- .../conversation/ep3_kachirho_col_gurnst.java | 18 +- .../ep3_kachirho_dr_farnsworth.java | 12 +- .../conversation/ep3_kachirho_lolo.java | 26 +- .../ep3_kachirho_missing_son.java | 16 +- .../ep3_kachirho_trando_rifle.java | 20 +- .../ep3_kachirho_varactyl_egg.java | 10 +- .../ep3_kachirho_varactyl_hunter.java | 14 +- .../game/script/conversation/ep3_kymayrr.java | 38 +- .../conversation/ep3_mining_captain_koh.java | 92 ++--- .../ep3_mining_flash_harrison.java | 8 +- .../conversation/ep3_mining_thom_steele.java | 34 +- .../conversation/ep3_myyydril_attiera.java | 10 +- .../ep3_myyydril_cantina_girl.java | 48 +-- .../conversation/ep3_myyydril_chief.java | 32 +- .../conversation/ep3_myyydril_compactor.java | 4 +- .../ep3_myyydril_greeter_guard_1.java | 32 +- .../ep3_myyydril_greeter_mystic_1.java | 24 +- .../ep3_myyydril_greeter_villager_1.java | 24 +- .../ep3_myyydril_greeter_villager_2.java | 28 +- .../ep3_myyydril_greeter_villager_3.java | 30 +- .../ep3_myyydril_greeter_villager_4.java | 36 +- .../conversation/ep3_myyydril_guard.java | 12 +- .../conversation/ep3_myyydril_herder.java | 6 +- .../conversation/ep3_myyydril_isdan.java | 16 +- .../ep3_myyydril_kinesworthy.java | 66 +-- .../conversation/ep3_myyydril_lorn.java | 6 +- .../ep3_myyydril_lorn_servant.java | 10 +- .../conversation/ep3_myyydril_miner.java | 6 +- .../conversation/ep3_myyydril_patrol_1.java | 12 +- .../ep3_myyydril_patrol_leader.java | 22 +- .../conversation/ep3_myyydril_patron_1.java | 18 +- .../conversation/ep3_myyydril_pers.java | 20 +- .../conversation/ep3_myyydril_refugee.java | 10 +- .../ep3_myyydril_weaponsmith.java | 24 +- .../conversation/ep3_myyydril_yraka_nes.java | 72 ++-- .../game/script/conversation/ep3_omwaan.java | 52 +-- .../conversation/ep3_quest_template.java | 8 +- .../conversation/ep3_rodian_doctor.java | 2 +- .../script/conversation/ep3_rodian_fop.java | 42 +- .../conversation/ep3_rodian_guard_female.java | 8 +- .../conversation/ep3_rodian_guard_male.java | 8 +- .../conversation/ep3_rodian_hunter.java | 32 +- .../conversation/ep3_rodian_junk_dealer.java | 2 +- .../game/script/conversation/ep3_rroot.java | 8 +- .../game/script/conversation/ep3_rroow.java | 6 +- .../conversation/ep3_rryatt_krepauk.java | 12 +- .../conversation/ep3_rryatt_tressk.java | 10 +- .../conversation/ep3_rryatt_vritol.java | 2 +- .../script/conversation/ep3_sera_jossi.java | 36 +- .../script/conversation/ep3_stren_colo.java | 28 +- .../script/conversation/ep3_tien_wallub.java | 12 +- .../conversation/ep3_trando_herald.java | 16 +- .../conversation/ep3_trando_pressk.java | 4 +- .../ep3_trandosha_orooroo_zssik_04.java | 2 +- .../conversation/ep3_trandoshan_borantok.java | 34 +- .../ep3_trandoshan_boshaz_zssik_01.java | 58 +-- .../ep3_trandoshan_chawroo_zssik_01a.java | 18 +- .../ep3_trandoshan_dakar_zssik_02.java | 14 +- .../ep3_trandoshan_fezrik_bendledon.java | 12 +- .../ep3_trandoshan_harwakokok_zssik_05.java | 16 +- .../ep3_trandoshan_hssissk_zssik_06.java | 18 +- .../conversation/ep3_trandoshan_jessokk.java | 2 +- .../conversation/ep3_trandoshan_lesnorr.java | 10 +- .../ep3_trandoshan_mosolium_zssik_03.java | 24 +- .../conversation/ep3_trandoshan_mssikss.java | 12 +- .../ep3_trandoshan_negal_teklon.java | 8 +- .../ep3_trandoshan_olima_grunc.java | 22 +- .../ep3_trandoshan_orooroo_zssik_04.java | 18 +- .../ep3_trandoshan_slave_leader.java | 2 +- .../conversation/ep3_trandoshan_ssiksik.java | 10 +- .../ep3_trandoshan_tempal_buncho.java | 14 +- .../ep3_trandoshan_unluto_bartender.java | 22 +- .../conversation/ep3_trandoshan_ysith.java | 14 +- .../game/script/conversation/ep3_vryyyr.java | 10 +- .../conversation/ep3_wke_junk_dealer.java | 2 +- .../conversation/ep3_wke_spirit_healer.java | 6 +- .../conversation/ep3_wookiee_slave.java | 2 +- .../script/conversation/ep3_zhailaut.java | 8 +- .../game/script/conversation/ephant_mon.java | 14 +- .../conversation/event_bossk_bossk.java | 30 +- .../conversation/event_bossk_informant.java | 18 +- .../script/conversation/event_bossk_jawa.java | 8 +- .../conversation/event_cheerleader_luke.java | 26 +- .../conversation/event_cheerleader_vader.java | 26 +- .../conversation/event_ls_cpt_dramont.java | 18 +- .../conversation/event_ls_informant_1.java | 22 +- .../conversation/event_ls_informant_2.java | 22 +- .../conversation/event_ls_informant_3.java | 22 +- .../conversation/event_ls_informant_4.java | 22 +- .../conversation/event_ls_informant_5.java | 22 +- .../conversation/event_ls_informant_6.java | 22 +- .../conversation/event_perk_racing.java | 14 +- .../script/conversation/event_promoter.java | 34 +- .../exar_kun_intro_dig_site_spy.java | 4 +- .../conversation/exar_kun_intro_giver.java | 4 +- .../exar_kun_intro_wagglehorn.java | 6 +- .../faction_recruiter_general.java | 28 +- .../faction_recruiter_imperial.java | 40 +- .../conversation/faction_recruiter_rebel.java | 40 +- .../conversation/fan_faire_pgc_c3po.java | 34 +- .../conversation/fs_gadget_specialist.java | 22 +- .../gate_keeper_quarantine_zone.java | 12 +- .../conversation/gcw_demoralized_soldier.java | 16 +- .../gcw_imperial_buff_reward_npc.java | 2 +- .../gcw_introduction_talon_karrde.java | 38 +- .../gcw_rebel_buff_reward_npc.java | 2 +- .../script/conversation/generic_broker_1.java | 8 +- .../script/conversation/generic_broker_2.java | 8 +- .../script/conversation/generic_broker_3.java | 8 +- .../script/conversation/generic_broker_4.java | 10 +- .../script/conversation/generic_broker_5.java | 10 +- .../generic_newbie_pilot_info_01.java | 30 +- ...ic_newbie_pilot_info_emperors_retreat.java | 28 +- .../generic_newbie_pilot_info_gia_pei.java | 4 +- ...neric_newbie_pilot_info_jabbas_palace.java | 34 +- .../generic_newbie_pilot_info_khroz.java | 4 +- .../conversation/greeter_bestine_bookie.java | 2 +- .../greeter_bestine_imperial_officer.java | 6 +- .../greeter_coronet_merchant.java | 26 +- .../greeter_coronet_shipwright_impatient.java | 4 +- ...reeter_coronet_shipwright_indifferent.java | 4 +- .../greeter_dantooine_brother_imperial.java | 6 +- .../greeter_dantooine_brother_neutral.java | 6 +- .../greeter_dantooine_brother_rebel.java | 16 +- .../greeter_dantooine_imperial_officer.java | 6 +- .../greeter_dantooine_imperial_pilot.java | 4 +- .../greeter_dantooine_old_pilot.java | 6 +- .../greeter_kadaara_imperial_officer.java | 6 +- .../greeter_kadaara_mistress.java | 4 +- .../greeter_kor_vella_bodyguard.java | 2 +- .../greeter_kor_vella_imperial_officer.java | 4 +- .../conversation/greeter_kor_vella_pilot.java | 2 +- .../greeter_moenia_undercover_rebel.java | 8 +- .../greeter_mos_eisley_smuggler_fat.java | 4 +- .../greeter_mos_eisley_smuggler_nervous.java | 6 +- .../greeter_mos_eisley_smuggler_skinny.java | 10 +- .../greeter_mos_espa_young_pilot.java | 4 +- .../greeter_theed_freighter_captain.java | 6 +- .../greeter_tyrena_disgraced_corsec.java | 6 +- .../greeter_tyrena_load_lifter.java | 4 +- .../greeter_tyrena_pilot_friend.java | 8 +- .../script/conversation/grenz_zittoun.java | 42 +- .../script/conversation/groundquest_01.java | 8 +- .../conversation/gt643_stormtrooper.java | 16 +- .../conversation/hacker_lok_pirate_cave.java | 32 +- .../script/conversation/halloween_vendor.java | 10 +- .../conversation/happer_mos_eisley.java | 12 +- .../script/conversation/heraldcorellia2.java | 8 +- .../game/script/conversation/heraldlok.java | 8 +- .../game/script/conversation/heraldlok2.java | 14 +- .../game/script/conversation/heraldnaboo.java | 22 +- .../script/conversation/heraldnaboo2.java | 8 +- .../script/conversation/heraldtatooine2.java | 20 +- .../conversation/heroic_echo_collector.java | 18 +- .../heroic_sd_intro_imperial.java | 2 +- .../conversation/heroic_sd_intro_neutral.java | 2 +- .../conversation/heroic_sd_intro_rebel.java | 2 +- .../conversation/house_packup_reward_npc.java | 124 +++--- .../script/conversation/huff_darklighter.java | 4 +- .../game/script/conversation/huffs_guard.java | 12 +- .../game/script/conversation/hx_138.java | 62 +-- .../script/conversation/ig88_bothan_01.java | 18 +- .../script/conversation/ig88_bothan_02.java | 14 +- .../game/script/conversation/ig88_slicer.java | 20 +- .../script/conversation/illicit_broker_1.java | 12 +- .../script/conversation/illicit_broker_2.java | 12 +- .../script/conversation/illicit_broker_3.java | 12 +- .../script/conversation/illicit_broker_4.java | 12 +- .../script/conversation/illicit_broker_5.java | 12 +- .../script/conversation/imp_p3_major.java | 2 +- .../script/conversation/imperial_broker.java | 66 +-- .../imperial_defensive_supply_terminal.java | 34 +- .../imperial_empire_day_kaythree.java | 74 ++-- .../imperial_empire_day_major_tantor.java | 82 ++-- .../imperial_empire_day_mara_jade.java | 72 ++-- .../imperial_empire_day_supply_officer.java | 4 +- .../script/conversation/imperial_general.java | 14 +- .../imperial_life_day_vendor.java | 18 +- .../conversation/imperial_master_trainer.java | 180 ++++----- .../conversation/imperial_master_trooper.java | 2 +- .../imperial_offensive_supply_terminal.java | 30 +- .../conversation/imperial_title_grant.java | 8 +- .../script/conversation/injured_agent.java | 2 +- .../script/conversation/inquisitor_admin.java | 24 +- .../script/conversation/itp_emperor_main.java | 6 +- .../script/conversation/itp_hethrir_main.java | 2 +- .../script/conversation/itp_kaja_main.java | 4 +- .../script/conversation/itp_loam_main.java | 4 +- .../script/conversation/itp_thrawn_main.java | 4 +- .../conversation/itp_vader_dark_jedi.java | 4 +- .../script/conversation/itp_vader_main.java | 6 +- .../script/conversation/itp_veers_main.java | 6 +- .../game/script/conversation/jabba.java | 8 +- .../jedi_robe_collection_giver.java | 2 +- .../conversation/jedi_robe_jinsu_taker.java | 14 +- .../game/script/conversation/jinkins.java | 32 +- .../script/conversation/junk_dealer_arms.java | 2 +- .../conversation/junk_dealer_finery.java | 2 +- .../conversation/junk_dealer_generic.java | 12 +- .../script/conversation/junk_dealer_jawa.java | 4 +- .../conversation/junk_dealer_smuggler.java | 2 +- .../script/conversation/junk_dender_rori.java | 8 +- .../conversation/junk_dender_theed.java | 8 +- .../script/conversation/junk_lila_borvo.java | 4 +- .../conversation/junk_malik_vistal.java | 6 +- .../script/conversation/junk_nado_wattos.java | 4 +- .../conversation/junk_nathan_taike.java | 8 +- .../conversation/junk_ollobo_jabbas.java | 4 +- .../conversation/junk_quich_dantooine.java | 6 +- .../script/conversation/junk_reggi_nym.java | 4 +- .../script/conversation/junk_sheani_lake.java | 4 +- .../conversation/junk_sneg_valarian.java | 8 +- .../conversation/kd121_scouttrooper.java | 10 +- .../game/script/conversation/kodo_kara.java | 2 +- .../game/script/conversation/kole.java | 28 +- .../game/script/conversation/kusak.java | 4 +- .../lava_beetle_nest_destroy_donko.java | 14 +- .../conversation/legacy_button_barrezz.java | 24 +- .../conversation/legacy_button_bastra.java | 18 +- .../conversation/legacy_button_damar.java | 16 +- .../legacy_button_jawatracks_b3p0.java | 20 +- .../legacy_button_jawatracks_cunan.java | 28 +- .../legacy_button_jawatracks_zef.java | 26 +- .../legacy_darklighter_guard.java | 10 +- .../conversation/legacy_head_ev9d9.java | 42 +- .../conversation/legacy_head_malakili.java | 24 +- .../conversation/legacy_naboo_eirtae.java | 10 +- .../legacy_naboo_lt_col_typho.java | 22 +- .../conversation/legacy_naboo_rabe.java | 14 +- .../conversation/legacy_naboo_sabe.java | 18 +- .../conversation/legacy_naboo_sache.java | 4 +- .../conversation/legacy_naboo_typho.java | 28 +- .../conversation/legacy_naboo_yane.java | 8 +- .../game/script/conversation/lf_killmite.java | 10 +- .../conversation/lf_safetyquestgiver.java | 38 +- .../game/script/conversation/lifeday04a.java | 8 +- .../game/script/conversation/lifeday04b.java | 8 +- .../game/script/conversation/lifeday04c.java | 26 +- .../game/script/conversation/lifeday04d.java | 14 +- .../game/script/conversation/lifeday04e.java | 18 +- .../script/conversation/lifeday_vendor.java | 18 +- .../conversation/lok_rebel_trainer_2.java | 178 ++++---- .../lok_rebel_trainer_2_smuggler.java | 42 +- .../loveday_disillusion_blaire.java | 14 +- .../loveday_disillusion_herald.java | 4 +- .../loveday_disillusion_love_note.java | 6 +- .../loveday_disillusion_mr_hate.java | 2 +- .../loveday_disillusion_mr_love.java | 12 +- .../loveday_disillusion_pet_lover.java | 4 +- .../loveday_ewok_cardless_child.java | 4 +- .../conversation/loveday_ewok_cupid.java | 4 +- .../loveday_matchmaker_droid.java | 8 +- .../conversation/loveday_romance_seeker.java | 12 +- .../conversation/loveday_romance_target.java | 24 +- .../game/script/conversation/mako_ghast.java | 40 +- .../script/conversation/maneater_ulon.java | 6 +- .../script/conversation/marles_jacobe.java | 8 +- .../game/script/conversation/mechanic.java | 2 +- .../conversation/medical_droid_outbreak.java | 2 +- .../script/conversation/menagerie_bioll.java | 6 +- .../conversation/menagerie_terminal_test.java | 2 +- .../miner_madness_chief_drono.java | 16 +- .../conversation/moore_lok_cantina.java | 50 +-- .../script/conversation/mos_eisley_mayor.java | 102 ++--- .../mtp_angry_meatlump_giver.java | 2 +- .../mtp_complaint_department.java | 34 +- .../mtp_corellia_times_contact.java | 20 +- .../mtp_corsec_intelligence_officer.java | 20 +- .../mtp_destroy_all_droids_giver.java | 2 +- .../mtp_destroy_some_droids_giver.java | 2 +- .../mtp_hideout_access_bike_racer.java | 2 +- .../mtp_hideout_access_crate_breaker.java | 10 +- .../mtp_hideout_access_crate_maker.java | 6 +- .../mtp_hideout_access_droid_farmer.java | 10 +- .../mtp_hideout_access_lieutenant_kaiya.java | 16 +- .../mtp_hideout_access_old_meatlump.java | 6 +- ...mtp_hideout_access_strilath_farles_01.java | 6 +- ...mtp_hideout_access_strilath_farles_02.java | 8 +- .../conversation/mtp_hideout_bomb_tech.java | 40 +- .../mtp_hideout_col_doll_reset.java | 28 +- .../mtp_hideout_col_eavesdrop.java | 14 +- .../conversation/mtp_hideout_col_recruit.java | 16 +- .../mtp_hideout_food_supply_tech.java | 22 +- .../conversation/mtp_hideout_map_tech.java | 16 +- .../conversation/mtp_hideout_recon.java | 8 +- .../conversation/mtp_hideout_safe_tech.java | 20 +- .../mtp_hideout_weapon_supply_smuggler.java | 14 +- .../mtp_hideout_weapon_supply_tech.java | 16 +- .../conversation/mtp_kissing_booth.java | 8 +- .../conversation/mtp_meatlump_king.java | 4 +- .../conversation/mtp_meatlump_wine.java | 20 +- .../mtp_meatlumps_supplies_giver.java | 2 +- .../conversation/mtp_ragtag_ames_missd.java | 24 +- .../mtp_trapped_meatlump_giver.java | 2 +- .../mtp_trapped_meatlump_target.java | 6 +- .../conversation/mun_quest_marauder.java | 132 +++--- .../conversation/murmur_side_brother.java | 12 +- .../conversation/murmur_side_corporate.java | 8 +- .../murmur_side_security_director.java | 6 +- .../naboo_24_azure_cabal_loruna_01.java | 40 +- .../naboo_24_gungan_power_grab_01.java | 42 +- .../naboo_24_gungan_power_grab_02.java | 42 +- .../script/conversation/naboo_boss_nass.java | 22 +- .../naboo_deeja_peak_herman_pate.java | 10 +- .../naboo_deeja_peak_kippy_martin.java | 4 +- .../naboo_deeja_peak_prof_hudmasse.java | 30 +- .../naboo_deeja_peak_tanoa_vills.java | 32 +- .../naboo_deeja_peak_vance_groten.java | 28 +- .../naboo_deeja_peak_walker_luskeske.java | 12 +- .../conversation/naboo_imperial_tier3.java | 262 ++++++------ .../naboo_imperial_tier3_barlow.java | 158 ++++---- .../conversation/naboo_imperial_tier4.java | 210 +++++----- .../naboo_imperial_trainer_1.java | 272 ++++++------- .../naboo_imperial_trainer_2.java | 168 ++++---- .../conversation/naboo_kadaara_panaka.java | 30 +- .../naboo_legacy_lt_maximilian_vox.java | 20 +- .../naboo_legacy_wilson_tchorshel.java | 22 +- .../conversation/naboo_privateer_tier3.java | 236 +++++------ .../conversation/naboo_privateer_tier4.java | 278 ++++++------- .../naboo_privateer_trainer_1.java | 74 ++-- .../naboo_privateer_trainer_2.java | 132 +++--- .../naboo_rebel_tier1_kiizete.java | 74 ++-- .../conversation/naboo_rebel_tier3.java | 214 +++++----- .../conversation/naboo_rebel_tier4.java | 200 ++++----- .../conversation/naboo_rebel_trainer_1.java | 208 +++++----- .../conversation/naboo_theed_ados_jarkey.java | 4 +- .../naboo_theed_hugo_eckener.java | 30 +- .../naboo_theed_jorgellansel.java | 8 +- .../naboo_theed_karl_eckener.java | 10 +- .../conversation/naboo_theed_lt_dunnels.java | 10 +- .../conversation/naboo_theed_lt_khartoor.java | 8 +- .../naboo_theed_major_franchels.java | 6 +- .../naboo_theed_pooja_naberrie.java | 30 +- .../conversation/naboo_theed_sgt_bragg.java | 14 +- .../conversation/naboo_theed_sgt_brunser.java | 6 +- .../conversation/naboo_theed_toff_henrou.java | 8 +- .../script/conversation/naboo_vana_sage.java | 2 +- .../conversation/neutral_title_grant.java | 10 +- .../conversation/newbie_ranged_combat.java | 42 +- .../script/conversation/newbie_scout.java | 62 +-- .../script/conversation/newbie_scout_a.java | 40 +- .../conversation/nexus_ig88_starter.java | 4 +- .../script/conversation/nexus_travel.java | 8 +- .../conversation/nexus_travel_away.java | 8 +- .../conversation/nexus_tusken_starter.java | 4 +- .../game/script/conversation/nomi_rhane.java | 8 +- .../nova_orion_dexen_eronoss.java | 6 +- .../nova_orion_garrick_orion.java | 14 +- .../nova_orion_human_resources_advisor.java | 6 +- .../script/conversation/nova_orion_intro.java | 10 +- .../nova_orion_intro_on_station.java | 6 +- .../conversation/nova_orion_jonas_nova.java | 14 +- .../nova_orion_katiara_orion.java | 2 +- .../script/conversation/nova_orion_rank1.java | 20 +- .../conversation/nova_orion_rank_advisor.java | 44 +- .../nova_orion_skyron_waurie.java | 4 +- .../game/script/conversation/nova_rank3.java | 36 +- .../script/conversation/novicecollector.java | 24 +- .../conversation/npe_artisan_questgiver.java | 30 +- .../script/conversation/npe_boba_fett.java | 20 +- .../conversation/npe_bounty_strong_arm.java | 10 +- .../game/script/conversation/npe_brawler.java | 44 +- .../conversation/npe_brawler_bully.java | 6 +- .../conversation/npe_brawler_officer.java | 6 +- .../conversation/npe_brawler_tiasris.java | 10 +- .../script/conversation/npe_brochure.java | 38 +- .../script/conversation/npe_collector.java | 16 +- .../script/conversation/npe_commando.java | 20 +- .../conversation/npe_dungeon_junk_dealer.java | 4 +- .../conversation/npe_dungeon_medical.java | 66 +-- .../conversation/npe_emergence_helper.java | 22 +- .../npe_entertainer_1_questgiver.java | 8 +- .../npe_entertainer_side_i_questgiver.java | 8 +- .../npe_entertainer_side_t_questgiver.java | 10 +- .../script/conversation/npe_falcon_c3po.java | 2 +- .../script/conversation/npe_force_anger.java | 14 +- .../conversation/npe_force_sensitive.java | 20 +- .../conversation/npe_han_solo_falcon.java | 2 +- .../conversation/npe_han_solo_falcon2.java | 2 +- .../conversation/npe_imperial_questgiver.java | 10 +- .../conversation/npe_imperial_trap.java | 20 +- .../script/conversation/npe_job_pointer.java | 26 +- .../script/conversation/npe_jolka_falcon.java | 2 +- .../conversation/npe_journal_quest.java | 6 +- .../conversation/npe_main_bartender.java | 22 +- .../script/conversation/npe_main_bounty.java | 6 +- .../script/conversation/npe_main_cargo.java | 6 +- .../conversation/npe_main_security.java | 8 +- .../script/conversation/npe_main_trace.java | 6 +- .../conversation/npe_marksman_questgiver.java | 46 +-- .../game/script/conversation/npe_medic2.java | 30 +- .../script/conversation/npe_medic_guard.java | 4 +- .../conversation/npe_medic_questgiver.java | 22 +- .../conversation/npe_medic_wounded.java | 4 +- .../conversation/npe_medic_wounded2.java | 12 +- .../conversation/npe_new_jtl_tutorial.java | 160 ++++---- .../game/script/conversation/npe_officer.java | 28 +- .../script/conversation/npe_pilot_easy.java | 50 +-- .../script/conversation/npe_pilot_hard.java | 36 +- .../script/conversation/npe_pilot_medium.java | 44 +- .../conversation/npe_pilot_training.java | 32 +- .../conversation/npe_prof_marksman_alik.java | 46 +-- .../npe_profession_entertainer.java | 34 +- .../npe_profession_entertainer_officer.java | 12 +- .../conversation/npe_profession_trader.java | 66 +-- .../conversation/npe_rakqua_capture.java | 20 +- .../conversation/npe_rebel_1_adery.java | 4 +- .../script/conversation/npe_rebel_1_rund.java | 4 +- .../conversation/npe_rebel_questgiver.java | 26 +- .../conversation/npe_resource_vendor.java | 18 +- .../script/conversation/npe_runequest.java | 12 +- .../script/conversation/npe_scout1_guard.java | 8 +- .../conversation/npe_scout2_hostages.java | 22 +- .../conversation/npe_scout_questgiver.java | 16 +- .../conversation/npe_side2_questgiver.java | 10 +- .../conversation/npe_side3_questgiver.java | 14 +- .../conversation/npe_side4_questgiver.java | 10 +- .../conversation/npe_side_dungeon_meat.java | 16 +- .../npe_side_dungeon_soldier.java | 14 +- .../script/conversation/npe_side_jolka.java | 12 +- .../npe_side_robbery_questgiver.java | 8 +- .../conversation/npe_side_robbery_thief.java | 12 +- .../conversation/npe_side_smuggle_buyer.java | 8 +- .../npe_side_smuggle_questgiver.java | 12 +- .../conversation/npe_smuggler_jake.java | 10 +- .../game/script/conversation/npe_spy.java | 30 +- .../conversation/npe_station_han_solo.java | 28 +- .../conversation/npe_station_han_solo2.java | 84 ++-- .../conversation/npe_station_inaldra.java | 38 +- .../conversation/npe_station_inaldra2.java | 18 +- .../conversation/npe_station_junk_dealer.java | 4 +- .../npe_station_junk_dealer_2.java | 4 +- .../conversation/npe_tutorial_droid_1.java | 2 +- .../conversation/npe_vendor_rallen.java | 6 +- .../game/script/conversation/nym.java | 48 +-- .../nym_anniversary_dispenser.java | 6 +- .../conversation/nym_arena_referee.java | 10 +- .../script/conversation/nym_technician_1.java | 28 +- .../script/conversation/nym_technician_2.java | 8 +- .../script/conversation/nym_technician_3.java | 16 +- .../nym_themepark_disgruntled.java | 2 +- .../nym_themepark_quatermaster.java | 32 +- .../conversation/nym_themepark_smuggler.java | 16 +- .../game/script/conversation/orion_rank3.java | 38 +- .../outbreak_canister_demolition_bothan.java | 18 +- ...break_canister_demolition_bothan_beta.java | 18 +- ...reak_canister_demolition_bothan_delta.java | 18 +- ...reak_canister_demolition_bothan_gamma.java | 18 +- .../outbreak_defense_erlem_math_delta.java | 14 +- .../outbreak_defense_kyraa_naa.java | 16 +- .../outbreak_defense_mika_horn_alpha.java | 12 +- ...eak_defense_stephon_sprocketfire_beta.java | 14 +- .../outbreak_defense_zsu_val_epsilon.java | 14 +- .../conversation/outbreak_han_solo.java | 74 ++-- .../conversation/outbreak_rodian_pilot.java | 18 +- .../conversation/padawan_architect_01.java | 4 +- .../conversation/padawan_architect_02.java | 6 +- .../conversation/padawan_artist_01.java | 12 +- .../conversation/padawan_bad_cat_01.java | 12 +- .../script/conversation/padawan_chef_01.java | 14 +- .../script/conversation/padawan_chef_02.java | 4 +- .../padawan_kill_baz_nitch_01.java | 4 +- .../padawan_kill_falumpaset_01.java | 8 +- .../padawan_kill_sludge_panther_01.java | 6 +- .../conversation/padawan_old_musician_01.java | 16 +- .../conversation/padawan_old_musician_02.java | 14 +- .../conversation/padawan_pannaqa_01.java | 12 +- .../padawan_peoples_soldier_01.java | 16 +- .../conversation/padawan_politician_01.java | 8 +- .../conversation/padawan_sob_story_01.java | 32 +- .../conversation/padawan_spice_mom_01.java | 14 +- .../conversation/padawan_surveyor_01.java | 8 +- .../conversation/padawan_the_ring_01.java | 40 +- .../conversation/padawan_the_ring_02.java | 16 +- .../conversation/poi_tatooine_general_1.java | 42 +- .../conversation/poi_tatooine_general_2.java | 32 +- .../conversation/poi_tatooine_privateer.java | 46 +-- .../game/script/conversation/porcellus.java | 8 +- .../conversation/prisoner_pirate_cave.java | 4 +- .../script/conversation/privateer_broker.java | 62 +-- .../privateer_broker_fired_worker.java | 2 +- .../privateer_broker_retired_pilot.java | 38 +- .../conversation/prof_commando_21_galuf.java | 2 +- .../conversation/prof_commando_mao.java | 8 +- .../prof_force_sensitive_main.java | 4 +- .../conversation/prof_medic_11_first.java | 6 +- .../conversation/prof_medic_11_reward.java | 2 +- .../conversation/prof_medic_11_second.java | 6 +- .../conversation/prof_medic_11_third.java | 2 +- .../conversation/prof_medic_21_jowres.java | 6 +- .../conversation/prof_medic_21_larence.java | 8 +- .../conversation/prof_medic_21_mia.java | 12 +- .../script/conversation/prof_officer_11.java | 8 +- .../script/conversation/prof_officer_21.java | 8 +- .../conversation/prof_spy_11_kaesii.java | 48 +-- .../script/conversation/prof_spy_21_eyan.java | 20 +- .../conversation/prof_spy_21_sarlis.java | 16 +- .../conversation/pvp_station_imperial.java | 8 +- .../conversation/pvp_station_rebel.java | 10 +- .../quest_crowd_pleaser_manager.java | 60 +-- .../quest_hero_of_tatooine_bounty_hunter.java | 26 +- .../quest_hero_of_tatooine_farmer.java | 30 +- .../quest_hero_of_tatooine_hermit.java | 58 +-- .../quest_hero_of_tatooine_mother.java | 8 +- .../quest_hero_of_tatooine_pirate_leader.java | 6 +- .../quest_hero_of_tatooine_wife.java | 12 +- .../script/conversation/quest_u10_bossk.java | 6 +- .../quest_u10_bossk_henchman.java | 2 +- .../script/conversation/quest_u10_c3p0.java | 2 +- .../quest_u10_draykken_bender.java | 4 +- .../quest_u10_hraykken_bender.java | 2 +- .../conversation/quest_u10_lucien_bender.java | 6 +- .../conversation/quest_u10_meatlump_lt.java | 14 +- ...io_delivery_deathtrooper_conversation.java | 34 +- .../game/script/conversation/ran_machado.java | 12 +- .../rancor_boss_fight_controller.java | 14 +- .../script/conversation/rebel_broker.java | 34 +- .../rebel_defensive_supply_terminal.java | 34 +- .../script/conversation/rebel_general.java | 12 +- .../conversation/rebel_life_day_vendor.java | 12 +- .../conversation/rebel_master_trainer.java | 130 +++--- .../conversation/rebel_master_trooper.java | 2 +- .../rebel_offensive_supply_terminal.java | 30 +- .../conversation/rebel_pilot_rescue.java | 2 +- .../rebel_remembrance_day_captain_derlin.java | 72 ++-- .../rebel_remembrance_day_rieekan.java | 58 +-- .../rebel_remembrance_day_wedge.java | 10 +- .../rebel_remembrance_day_wedge_antilles.java | 66 +-- .../conversation/rebel_title_grant.java | 8 +- .../game/script/conversation/ree_yees.java | 8 +- .../game/script/conversation/reelo_baruk.java | 14 +- .../conversation/refugee_biologist.java | 4 +- .../script/conversation/refugee_civilian.java | 2 +- .../conversation/refugee_stormtrooper.java | 6 +- .../game/script/conversation/rek_thelcar.java | 44 +- .../script/conversation/reset_ronnie.java | 2 +- .../script/conversation/respecseller.java | 18 +- .../restuss_imperial_ambush_1.java | 8 +- .../restuss_imperial_ground_destroy_1.java | 6 +- .../restuss_imperial_ground_destroy_2.java | 10 +- .../restuss_imperial_ground_destroy_3.java | 10 +- .../restuss_imperial_reward_npc.java | 116 +++--- .../restuss_imperial_space_destroy.java | 10 +- .../restuss_imperial_space_mining.java | 6 +- .../restuss_imperial_weapon_crafting.java | 6 +- .../conversation/restuss_rebel_ambush_1.java | 8 +- .../restuss_rebel_ground_destroy_1.java | 6 +- .../restuss_rebel_ground_destroy_2.java | 10 +- .../restuss_rebel_ground_destroy_3.java | 10 +- .../restuss_rebel_reward_npc.java | 116 +++--- .../restuss_rebel_space_destroy.java | 10 +- .../restuss_rebel_space_mining.java | 6 +- .../restuss_rebel_weapon_crafting.java | 6 +- .../rodian_apprentice_hunter.java | 2 +- .../conversation/rodian_master_hunter.java | 26 +- .../game/script/conversation/romo_vax.java | 14 +- .../conversation/rryatt_trail_guide.java | 2 +- .../conversation/rryatt_trail_guide_up.java | 2 +- .../script/conversation/rsf_computer.java | 68 ++-- .../script/conversation/rtp_ackbar_main.java | 4 +- .../rtp_ackbar_rebel_sympathizer.java | 2 +- .../script/conversation/rtp_c3po_main.java | 4 +- .../script/conversation/rtp_dodonna_main.java | 6 +- .../conversation/rtp_han_solo_main.java | 4 +- .../script/conversation/rtp_leia_main.java | 6 +- .../conversation/rtp_leia_summoned.java | 2 +- .../script/conversation/rtp_luke_main.java | 6 +- .../conversation/rtp_mon_mothma_main.java | 2 +- .../conversation/rtp_nien_nunb_main.java | 2 +- .../script/conversation/rtp_qualdo_main.java | 2 +- .../script/conversation/rtp_wedge_main.java | 2 +- .../conversation/scientist_collection.java | 6 +- .../script/conversation/sd_chief_olum.java | 6 +- .../script/conversation/sd_event_convo.java | 2 +- .../conversation/sd_event_two_convo.java | 4 +- .../conversation/sean_questp_market.java | 10 +- .../game/script/conversation/sheeli.java | 2 +- .../script/conversation/ship_trainer_01.java | 72 ++-- .../shuttle_control_terminal.java | 4 +- .../conversation/slicer_01_mos_taike.java | 72 ++-- .../script/conversation/slicer_02_lok.java | 24 +- .../som_battlefield_miner_leader.java | 2 +- .../conversation/som_cube_ithes_olok.java | 60 +-- .../conversation/som_diskret_stahn.java | 20 +- .../script/conversation/som_doctor_lu.java | 38 +- .../conversation/som_exploration_marker.java | 20 +- .../script/conversation/som_glyph_hunt.java | 30 +- .../som_kenobi_collectors_business_q4p3.java | 50 +-- .../som_kenobi_computer_technician.java | 20 +- .../som_kenobi_crazed_hermit.java | 30 +- .../som_kenobi_cursed_shard_sucker.java | 14 +- .../conversation/som_kenobi_epo_qetora.java | 80 ++-- .../script/conversation/som_kenobi_ikt.java | 38 +- .../conversation/som_kenobi_menth_paul.java | 42 +- .../conversation/som_kenobi_moral_exec.java | 26 +- .../som_kenobi_moral_strike_leader.java | 40 +- .../conversation/som_kenobi_obi_wan.java | 140 +++---- .../conversation/som_kenobi_pwwoz_pwwa.java | 46 +-- .../som_kenobi_serpent_thief.java | 30 +- .../som_mustafar_junk_dealer.java | 2 +- .../conversation/som_obi_wan_kenobi.java | 10 +- .../game/script/conversation/som_pei_yi.java | 20 +- .../conversation/som_storm_lord_jural.java | 44 +- .../conversation/space_duty_vendor.java | 34 +- .../conversation/stap_quest_jawa_droid.java | 10 +- .../conversation/stap_quest_master_1.java | 2 +- .../conversation/stap_quest_master_2.java | 4 +- .../script/conversation/stap_quest_tk555.java | 12 +- ...gcw_base_corellia_imperial_reward_npc.java | 66 +-- ...ic_gcw_base_corellia_rebel_reward_npc.java | 66 +-- ...ic_gcw_base_naboo_imperial_reward_npc.java | 66 +-- ...tatic_gcw_base_naboo_rebel_reward_npc.java | 66 +-- ...ic_gcw_base_talus_imperial_reward_npc.java | 62 +-- ...tatic_gcw_base_talus_rebel_reward_npc.java | 62 +-- ...static_quests_record_keeper_dantooine.java | 22 +- .../conversation/station_avatar_platform.java | 6 +- .../script/conversation/station_corellia.java | 80 ++-- .../conversation/station_corellia_mining.java | 2 +- .../conversation/station_dantooine.java | 104 ++--- .../station_dantooine_mining.java | 2 +- .../script/conversation/station_dathomir.java | 100 ++--- .../script/conversation/station_endor.java | 36 +- .../station_heroic_star_destroyer_hangar.java | 2 +- .../conversation/station_imperial_base.java | 44 +- .../conversation/station_indie_slaver.java | 16 +- .../script/conversation/station_kashyyyk.java | 100 ++--- .../game/script/conversation/station_lok.java | 44 +- .../conversation/station_lok_mining.java | 2 +- .../script/conversation/station_naboo.java | 46 +-- .../conversation/station_naboo_mining.java | 2 +- .../conversation/station_nova_orion.java | 12 +- .../conversation/station_ord_mantell.java | 12 +- .../station_ord_mantell_dungeon.java | 8 +- .../conversation/station_rebel_outpost.java | 44 +- .../conversation/station_rodian_base.java | 14 +- .../station_rodian_tripp_base.java | 16 +- .../script/conversation/station_rori.java | 72 ++-- .../script/conversation/station_talus.java | 72 ++-- .../script/conversation/station_tatooine.java | 46 +-- .../conversation/station_tatooine_mining.java | 2 +- .../script/conversation/station_yavin4.java | 136 +++---- .../conversation/station_yavin4_mining.java | 2 +- .../stormtrooper_leader_quarantine_zone.java | 16 +- .../story_arc_chapter_one_computer.java | 40 +- .../story_arc_chapter_one_milo.java | 48 +-- .../story_arc_chapter_three_cobar.java | 4 +- .../story_arc_chapter_three_pilot.java | 10 +- .../story_arc_chapter_three_scout.java | 6 +- .../story_arc_chapter_two_computer.java | 32 +- .../story_arc_prelude_chivos.java | 42 +- .../conversation/storyteller_vendor.java | 2 +- .../conversation/striking_miners_nurfa.java | 16 +- .../conversation/striking_miners_urst.java | 12 +- .../script/conversation/stuvany_inglen.java | 50 +-- .../game/script/conversation/survivor_01.java | 2 +- .../game/script/conversation/survivor_02.java | 2 +- .../talus_dearic_coa_braedic_ekirk.java | 16 +- .../talus_dearic_coa_dathnaeya.java | 78 ++-- .../talus_dearic_coa_galiir_ac_yandar.java | 24 +- .../talus_dearic_coa_mark_hieks.java | 28 +- .../talus_dearic_coa_syirlabradawk.java | 34 +- .../talus_dearic_coa_trezya_nenei.java | 34 +- .../talus_dearic_coa_vayde_quellim.java | 26 +- .../conversation/talus_dearic_droid.java | 12 +- .../conversation/talus_dearic_jana.java | 38 +- .../conversation/talus_nashal_agent.java | 46 +-- .../conversation/talus_nashal_droid_head.java | 10 +- .../conversation/talus_nashal_kiki.java | 20 +- .../conversation/talus_nashal_lika.java | 8 +- .../conversation/talus_nashal_mother.java | 10 +- .../conversation/talus_nashal_ravi.java | 10 +- .../conversation/talus_nashal_smuggler.java | 10 +- .../conversation/talus_nashal_tika.java | 10 +- .../tat_icon_missingdroid_droid.java | 14 +- .../tat_icon_missingdroid_farmer.java | 38 +- .../tat_icon_missingdroid_jawa.java | 40 +- .../tat_icon_missingdroid_lyrissa.java | 30 +- .../tatooine_24_azure_cabal_porgryn_01.java | 40 +- ...ooine_24_azure_cabal_propti_xaroon_01.java | 38 +- .../tatooine_24_azure_cabal_tweego_01.java | 24 +- .../tatooine_anchorjobs_ordo.java | 22 +- .../tatooine_bestinejobs_jasha.java | 16 +- .../conversation/tatooine_eisley_aigorn.java | 40 +- .../conversation/tatooine_eisley_begol.java | 40 +- .../conversation/tatooine_eisley_brannix.java | 26 +- .../conversation/tatooine_eisley_byxle.java | 28 +- .../conversation/tatooine_eisley_drixa.java | 10 +- .../conversation/tatooine_eisley_dunir.java | 28 +- .../conversation/tatooine_eisley_gendra.java | 66 +-- .../conversation/tatooine_eisley_jano.java | 6 +- .../conversation/tatooine_eisley_kashi.java | 42 +- .../conversation/tatooine_eisley_niko.java | 22 +- .../conversation/tatooine_eisley_nogri.java | 18 +- .../conversation/tatooine_eisley_purvis.java | 24 +- .../conversation/tatooine_eisley_reimos.java | 110 ++--- .../tatooine_eisley_reimos_v2.java | 26 +- .../conversation/tatooine_eisley_toggi.java | 4 +- .../conversation/tatooine_eisley_tori.java | 38 +- .../tatooine_eisley_wh_receptionist.java | 4 +- .../conversation/tatooine_entha_ankwee.java | 22 +- .../conversation/tatooine_entha_draknus.java | 42 +- .../tatooine_entha_race_droid1.java | 8 +- .../tatooine_entha_race_droid2.java | 8 +- .../tatooine_entha_race_droid3.java | 8 +- .../conversation/tatooine_espa_jawadroid.java | 16 +- .../conversation/tatooine_espa_miner.java | 6 +- .../conversation/tatooine_espa_pah.java | 4 +- .../conversation/tatooine_espa_peggin.java | 36 +- .../conversation/tatooine_espa_pilot.java | 28 +- .../conversation/tatooine_espa_syndil.java | 22 +- .../conversation/tatooine_espa_watto.java | 172 ++++---- .../conversation/tatooine_imperial_tier3.java | 242 +++++------ .../conversation/tatooine_imperial_tier4.java | 134 +++--- .../tatooine_imperial_trainer_1.java | 282 ++++++------- .../tatooine_imperial_trainer_2.java | 186 ++++----- .../tatooine_imperial_trainer_2b.java | 100 ++--- .../conversation/tatooine_jawa_droid1.java | 2 +- .../conversation/tatooine_jawa_droid2.java | 2 +- .../conversation/tatooine_jawa_droid3.java | 2 +- .../conversation/tatooine_knives_contact.java | 14 +- .../tatooine_knives_fencing_keela.java | 4 +- .../tatooine_knives_fencing_valarian.java | 46 +-- .../conversation/tatooine_knives_labria.java | 4 +- .../tatooine_knives_parry_ind.java | 20 +- .../tatooine_knives_parry_kcur.java | 10 +- .../tatooine_knives_parry_larit.java | 4 +- .../tatooine_knives_parry_moa.java | 4 +- .../tatooine_knives_thrust_kavas.java | 42 +- .../tatooine_privateer_tier3.java | 336 ++++++++-------- .../tatooine_privateer_tier4.java | 266 ++++++------ .../tatooine_privateer_trainer_1.java | 106 ++--- .../tatooine_privateer_trainer_shamdon.java | 114 +++--- .../conversation/tatooine_rebel_helper_1.java | 2 +- .../conversation/tatooine_rebel_tier3.java | 380 +++++++++--------- .../conversation/tatooine_rebel_tier4.java | 260 ++++++------ .../tatooine_rebel_trainer_1.java | 246 ++++++------ .../tatooine_rebel_trainer_2.java | 36 +- .../conversation/tatooine_tosche_sorna.java | 14 +- .../conversation/tatooine_wald_customer.java | 10 +- .../tatooine_wald_firstquest.java | 22 +- .../game/script/conversation/tour_aryon.java | 42 +- .../conversation/trainer_beast_master.java | 6 +- .../script/conversation/trehla_keelo.java | 178 ++++---- .../conversation/trial_foreman_koseyet.java | 10 +- .../conversation/trial_volcano_autopilot.java | 2 +- .../game/script/conversation/trig_longo.java | 18 +- .../script/conversation/tusken_expert.java | 2 +- .../script/conversation/tusken_giver.java | 16 +- .../tusken_invasion_instance.java | 4 +- .../conversation/tusken_kav_golder.java | 8 +- .../tutorial_imperial_broker.java | 66 +-- .../conversation/tyrena_lyman_zavala.java | 8 +- .../script/conversation/u13_boba_fett.java | 2 +- .../script/conversation/u13_horace_korr.java | 4 +- .../conversation/u13_lieutenant_tarc.java | 12 +- .../conversation/u13_wernell_covington.java | 12 +- .../game/script/conversation/vana_sage.java | 40 +- .../conversation/victor_questn_capitol.java | 6 +- .../script/conversation/victor_visalis.java | 58 +-- .../script/conversation/village_whip.java | 34 +- .../script/conversation/water_treatment.java | 24 +- .../conversation/wookiee_sidequest.java | 56 +-- .../script/conversation/xandank_trophy.java | 12 +- .../yavin_fallenstar_pt_1_megan.java | 34 +- .../yavin_fallenstar_pt_1_osae.java | 38 +- .../yavin_fallenstar_pt_2_soci.java | 6 +- .../yavin_fallenstar_pt_2_wuioe.java | 6 +- .../conversation/yavin_rebel_trainer_2.java | 164 ++++---- .../game/script/conversation/zahara_cody.java | 44 +- 1138 files changed, 15268 insertions(+), 15251 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/base_class.java b/sku.0/sys.server/compiled/game/script/base_class.java index 8a8b8fc1d6..ec98557465 100755 --- a/sku.0/sys.server/compiled/game/script/base_class.java +++ b/sku.0/sys.server/compiled/game/script/base_class.java @@ -69,17 +69,34 @@ public Object clone() // be reflected here //********************************************************************* - /** - * @defgroup scriptReturns Script Return Values - * @{ - */ - - // GameScriptObject.h - /** return value for triggers */ + /** + * Return Value for Script Triggers (Override or Continue) + * + * Must match to SRC GameScriptObject.h + * + * OVERRIDE is used to tell the Trigger to Discontinue/Halt the + * triggered action due to a condition evaluated by the scripts + * which indicates the current contemplated trigger should not + * continue. For example, OnAboutToBeTransferred is called when + * an object is about to be transferred from one container to + * another, and returning a SCRIPT_OVERRIDE will block the + * container transfer. + */ public static final int SCRIPT_OVERRIDE = 0; - /** return value for triggers */ - public static final int SCRIPT_CONTINUE = 1; - public static final int SCRIPT_DEFAULT = 2; + /** + * Return Value for Script Triggers (Override or Continue) + * + * Must match to SRC GameScriptObject.h + * + * CONTINUE is used to tell the Trigger to proceed, and should + * be used in contexts where actions are successful, or at the + * conclusion of a trigger, provided an OVERRIDE is not necessary. + * For example, OnAboutToBeTransferred is called when an object is + * about to be transferred from one container to another, and + * returning a SCRIPT_CONTINUE will tell the Engine to proceed + * with the requested container transfer. + */ + public static final int SCRIPT_CONTINUE = 1; /** * @} diff --git a/sku.0/sys.server/compiled/game/script/conversation/aurilia_chief_engineer.java b/sku.0/sys.server/compiled/game/script/conversation/aurilia_chief_engineer.java index 27133754d0..b1e8a9df84 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/aurilia_chief_engineer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/aurilia_chief_engineer.java @@ -31,7 +31,7 @@ private int aurilia_chief_engineer_handleBranch1(obj_id player, obj_id npc, stri npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_6")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/aurilia_junk_dealer.java b/sku.0/sys.server/compiled/game/script/conversation/aurilia_junk_dealer.java index 77d8601af8..a09ae7c754 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/aurilia_junk_dealer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/aurilia_junk_dealer.java @@ -43,7 +43,7 @@ private int aurilia_junk_dealer_handleBranch1(obj_id player, obj_id npc, string_ npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_df5bd64e")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/aurilia_nightsister_prisoner.java b/sku.0/sys.server/compiled/game/script/conversation/aurilia_nightsister_prisoner.java index 226e0a5b0a..31bb7d3c10 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/aurilia_nightsister_prisoner.java +++ b/sku.0/sys.server/compiled/game/script/conversation/aurilia_nightsister_prisoner.java @@ -35,7 +35,7 @@ private int aurilia_nightsister_prisoner_handleBranch1(obj_id player, obj_id npc npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_9")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/aurilia_quharek.java b/sku.0/sys.server/compiled/game/script/conversation/aurilia_quharek.java index c48bbee0ed..a8ccff380c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/aurilia_quharek.java +++ b/sku.0/sys.server/compiled/game/script/conversation/aurilia_quharek.java @@ -38,7 +38,7 @@ private int aurilia_quharek_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/aurilia_rohak.java b/sku.0/sys.server/compiled/game/script/conversation/aurilia_rohak.java index 85505f3dd7..a0f0be1519 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/aurilia_rohak.java +++ b/sku.0/sys.server/compiled/game/script/conversation/aurilia_rohak.java @@ -69,7 +69,7 @@ private int aurilia_rohak_handleBranch1(obj_id player, string_id response) throw npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_27")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int aurilia_rohak_handleBranch3(obj_id player, string_id response) throws InterruptedException { @@ -77,7 +77,7 @@ private int aurilia_rohak_handleBranch3(obj_id player, string_id response) throw { return craft_response(new String[] {"s_34", "s_36"}, 4, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int aurilia_rohak_handleBranch4(obj_id player, string_id response) throws InterruptedException { @@ -85,7 +85,7 @@ private int aurilia_rohak_handleBranch4(obj_id player, string_id response) throw { return craft_response(new String[] {"s_38", "s_40"}, 5, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int aurilia_rohak_handleBranch5(obj_id player, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ private int aurilia_rohak_handleBranch5(obj_id player, string_id response) throw npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_42")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int aurilia_rohak_handleBranch7(obj_id player, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ else if (response.equals("s_37")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_30")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int aurilia_rohak_handleBranch10(obj_id player, string_id response) throws InterruptedException { @@ -137,7 +137,7 @@ else if (response.equals("s_24")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_30")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int aurilia_rohak_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ private int aurilia_rohak_handleBranch11(obj_id player, obj_id npc, string_id re npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_33")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/aurilia_sarguillo.java b/sku.0/sys.server/compiled/game/script/conversation/aurilia_sarguillo.java index ce569fc0ae..f0b2faf3f7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/aurilia_sarguillo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/aurilia_sarguillo.java @@ -30,7 +30,7 @@ private int aurilia_sarguillo_handleBranch1(obj_id player, string_id response) t npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_6")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_camdoen.java b/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_camdoen.java index 8910a891e5..9ff311c7db 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_camdoen.java +++ b/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_camdoen.java @@ -134,7 +134,7 @@ else if (response.equals("s_171")) { return craft_response(new String[] {"s_181", "s_182", "s_183"}, 3, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ else if (response.equals("s_183")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_185")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -166,7 +166,7 @@ private int azure_cabal_camdoen_handleBranch5(obj_id player, obj_id npc, string_ { return craft_response(new String[] {"s_177", "s_178", "s_179"}, 7, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ else if (response.equals("s_179")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_186")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch9(obj_id player, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ private int azure_cabal_camdoen_handleBranch9(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_198")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch11(obj_id player, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ else if (response.equals("s_194")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch12(obj_id player, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ else if (response.equals("s_217")) { return craft_response(new String[] {"s_219", "s_228", "s_227"}, 16, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch13(obj_id player, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ private int azure_cabal_camdoen_handleBranch13(obj_id player, string_id response return SCRIPT_CONTINUE; */ } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch14(obj_id player, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ private int azure_cabal_camdoen_handleBranch14(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch15(obj_id player, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ private int azure_cabal_camdoen_handleBranch15(obj_id player, string_id response { return craft_response(new String[] {"s_219", "s_228", "s_227"}, 16, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch16(obj_id player, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ else if (response.equals("s_227")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch17(obj_id player, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ else if (response.equals("s_233")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch18(obj_id player, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ private int azure_cabal_camdoen_handleBranch18(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch19(obj_id player, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ else if (response.equals("s_240")) { return craft_response(new String[] {"s_242", "s_245", "s_246"}, 22, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch20(obj_id player, string_id response) throws InterruptedException { @@ -455,7 +455,7 @@ else if (response.equals("s_244")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch21(obj_id player, string_id response) throws InterruptedException { @@ -469,7 +469,7 @@ else if (response.equals("s_255")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch22(obj_id player, string_id response) throws InterruptedException { @@ -483,7 +483,7 @@ else if (response.equals("s_246")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch23(obj_id player, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ else if (response.equals("s_249")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch24(obj_id player, string_id response) throws InterruptedException { @@ -507,7 +507,7 @@ private int azure_cabal_camdoen_handleBranch24(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch25(obj_id player, string_id response) throws InterruptedException { @@ -519,7 +519,7 @@ else if (response.equals("s_109")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 29, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch26(obj_id player, string_id response) throws InterruptedException { @@ -531,7 +531,7 @@ else if (response.equals("s_112")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 29, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch27(obj_id player, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ else if (response.equals("s_118")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 29, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch29(obj_id player, string_id response) throws InterruptedException { @@ -579,7 +579,7 @@ else if (response.equals("s_123")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch30(obj_id player, string_id response) throws InterruptedException { @@ -615,7 +615,7 @@ private int azure_cabal_camdoen_handleBranch30(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch32(obj_id player, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ else if (response.equals("s_106")) { return craft_response(new String[] {"s_127", "s_132", "s_340"}, 37, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch33(obj_id player, string_id response) throws InterruptedException { @@ -639,7 +639,7 @@ else if (response.equals("s_104")) { return craft_response(new String[] {"s_127", "s_132", "s_340"}, 37, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch34(obj_id player, string_id response) throws InterruptedException { @@ -651,7 +651,7 @@ else if (response.equals("s_102")) { return craft_response(new String[] {"s_127", "s_132", "s_340"}, 37, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch35(obj_id player, string_id response) throws InterruptedException { @@ -659,7 +659,7 @@ private int azure_cabal_camdoen_handleBranch35(obj_id player, string_id response { return craft_response(new String[] {"s_133", "s_139"}, 36, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch36(obj_id player, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ private int azure_cabal_camdoen_handleBranch36(obj_id player, string_id response { return craft_response(new String[] {"s_127", "s_132", "s_340"}, 37, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch37(obj_id player, string_id response) throws InterruptedException { @@ -701,7 +701,7 @@ else if (response.equals("s_340")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch38(obj_id player, string_id response) throws InterruptedException { @@ -737,7 +737,7 @@ else if (response.equals("s_341")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch40(obj_id player, string_id response) throws InterruptedException { @@ -749,7 +749,7 @@ else if (response.equals("s_303")) { return craft_response(new String[] {"s_305", "s_307", "s_309"}, 48, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch41(obj_id player, string_id response) throws InterruptedException { @@ -761,7 +761,7 @@ else if (response.equals("s_320")) { return craft_response(new String[] {"s_305", "s_307", "s_309"}, 48, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch42(obj_id player, string_id response) throws InterruptedException { @@ -773,7 +773,7 @@ else if (response.equals("s_322")) { return craft_response(new String[] {"s_305", "s_307", "s_309"}, 48, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch43(obj_id player, string_id response) throws InterruptedException { @@ -785,7 +785,7 @@ else if (response.equals("s_325")) { return craft_response(new String[] {"s_305", "s_307", "s_309"}, 48, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch44(obj_id player, string_id response) throws InterruptedException { @@ -797,7 +797,7 @@ else if (response.equals("s_329")) { return craft_response(new String[] {"s_305", "s_307", "s_309"}, 48, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch45(obj_id player, string_id response) throws InterruptedException { @@ -809,7 +809,7 @@ else if (response.equals("s_333")) { return craft_response(new String[] {"s_305", "s_307", "s_309"}, 48, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch46(obj_id player, string_id response) throws InterruptedException { @@ -823,7 +823,7 @@ else if (response.equals("s_336")) { return craft_response(new String[] {"s_305", "s_307", "s_309"}, 48, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -838,7 +838,7 @@ else if (response.equals("s_309")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_311")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch52(obj_id player, string_id response) throws InterruptedException { @@ -848,7 +848,7 @@ private int azure_cabal_camdoen_handleBranch52(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_198")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -887,7 +887,7 @@ else if (response.equals("s_356")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch54(obj_id player, string_id response) throws InterruptedException { @@ -905,7 +905,7 @@ else if (response.equals("s_384")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch55(obj_id player, string_id response) throws InterruptedException { @@ -923,7 +923,7 @@ else if (response.equals("s_382")) { return craft_response(new String[] {"s_386", "s_388", "s_390"}, 58, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch56(obj_id player, string_id response) throws InterruptedException { @@ -941,7 +941,7 @@ else if (response.equals("s_380")) { return craft_response(new String[] {"s_386", "s_388", "s_390"}, 58, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch57(obj_id player, string_id response) throws InterruptedException { @@ -955,7 +955,7 @@ else if (response.equals("s_378")) { return craft_response(new String[] {"s_386", "s_388", "s_390"}, 58, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch58(obj_id player, string_id response) throws InterruptedException { @@ -969,7 +969,7 @@ else if (response.equals("s_390")) { return craft_response(new String[] {"s_392", "s_394"}, 59, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch59(obj_id player, string_id response) throws InterruptedException { @@ -979,7 +979,7 @@ private int azure_cabal_camdoen_handleBranch59(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch60(obj_id player, string_id response) throws InterruptedException { @@ -997,7 +997,7 @@ else if (response.equals("s_401")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1040,7 +1040,7 @@ else if (response.equals("s_310")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_354")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1083,7 +1083,7 @@ else if (response.equals("s_308")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_354")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1122,7 +1122,7 @@ else if (response.equals("s_306")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_354")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch64(obj_id player, string_id response) throws InterruptedException { @@ -1136,7 +1136,7 @@ else if (response.equals("s_318")) { return craft_response(new String[] {"s_290", "s_292", "s_294", "s_310"}, 61, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch65(obj_id player, string_id response) throws InterruptedException { @@ -1154,7 +1154,7 @@ else if (response.equals("s_402")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch66(obj_id player, string_id response) throws InterruptedException { @@ -1166,7 +1166,7 @@ else if (response.equals("s_407")) { return craft_response(new String[] {"s_411", "s_413", "s_414"}, 68, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch67(obj_id player, string_id response) throws InterruptedException { @@ -1180,7 +1180,7 @@ else if (response.equals("s_409")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch68(obj_id player, string_id response) throws InterruptedException { @@ -1194,7 +1194,7 @@ else if (response.equals("s_414")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch69(obj_id player, string_id response) throws InterruptedException { @@ -1204,7 +1204,7 @@ private int azure_cabal_camdoen_handleBranch69(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch70(obj_id player, string_id response) throws InterruptedException { @@ -1222,7 +1222,7 @@ else if (response.equals("s_419")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch71(obj_id player, string_id response) throws InterruptedException { @@ -1236,7 +1236,7 @@ else if (response.equals("s_422")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch72(obj_id player, string_id response) throws InterruptedException { @@ -1250,7 +1250,7 @@ private int azure_cabal_camdoen_handleBranch72(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch73(obj_id player, string_id response) throws InterruptedException { @@ -1264,7 +1264,7 @@ private int azure_cabal_camdoen_handleBranch73(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch74(obj_id player, string_id response) throws InterruptedException { @@ -1278,7 +1278,7 @@ private int azure_cabal_camdoen_handleBranch74(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_camdoen_handleBranch75(obj_id player, string_id response) throws InterruptedException { @@ -1288,7 +1288,7 @@ private int azure_cabal_camdoen_handleBranch75(obj_id player, string_id response npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_haadj.java b/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_haadj.java index 0210e566c8..aee82fa2c7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_haadj.java +++ b/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_haadj.java @@ -129,7 +129,7 @@ else if (response.equals("s_171")) { return craft_response(new String[] {"s_181", "s_182", "s_183"}, 3, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ else if (response.equals("s_183")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_185")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ else if (response.equals("s_176")) { return craft_response(new String[] {"s_177", "s_178", "s_179"}, 7, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ else if (response.equals("s_179")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_186")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch9(obj_id player, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ private int azure_cabal_haadj_handleBranch9(obj_id player, string_id response) t npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_198")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch11(obj_id player, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ private int azure_cabal_haadj_handleBranch11(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_198")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch12(obj_id player, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ else if (response.equals("s_194")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch13(obj_id player, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ else if (response.equals("s_217")) { return craft_response(new String[] {"s_219", "s_228", "s_227"}, 17, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch14(obj_id player, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ else if (response.equals("s_221")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch15(obj_id player, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ else if (response.equals("s_224")) npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch16(obj_id player, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ private int azure_cabal_haadj_handleBranch16(obj_id player, string_id response) { return craft_response(new String[] {"s_219", "s_228", "s_227"}, 17, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch17(obj_id player, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ else if (response.equals("s_227")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch18(obj_id player, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ else if (response.equals("s_233")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch19(obj_id player, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ else if (response.equals("s_236")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch20(obj_id player, string_id response) throws InterruptedException { @@ -421,7 +421,7 @@ else if (response.equals("s_240")) { return craft_response(new String[] {"s_242", "s_245", "s_246"}, 23, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch21(obj_id player, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ else if (response.equals("s_244")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch22(obj_id player, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ else if (response.equals("s_255")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch23(obj_id player, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ else if (response.equals("s_246")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch24(obj_id player, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ else if (response.equals("s_249")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch25(obj_id player, string_id response) throws InterruptedException { @@ -491,7 +491,7 @@ private int azure_cabal_haadj_handleBranch25(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch26(obj_id player, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ else if (response.equals("s_109")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 31, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch27(obj_id player, string_id response) throws InterruptedException { @@ -515,7 +515,7 @@ else if (response.equals("s_112")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 31, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch28(obj_id player, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ else if (response.equals("s_118")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 31, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch29(obj_id player, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ else if (response.equals("s_117")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 31, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch31(obj_id player, string_id response) throws InterruptedException { @@ -571,7 +571,7 @@ else if (response.equals("s_123")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch32(obj_id player, string_id response) throws InterruptedException { @@ -603,7 +603,7 @@ else if (response.equals("s_125")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch34(obj_id player, string_id response) throws InterruptedException { @@ -615,7 +615,7 @@ else if (response.equals("s_106")) { return craft_response(new String[] {"s_127", "s_132", "s_164"}, 40, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch35(obj_id player, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ else if (response.equals("s_104")) { return craft_response(new String[] {"s_127", "s_132", "s_164"}, 40, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch36(obj_id player, string_id response) throws InterruptedException { @@ -639,7 +639,7 @@ else if (response.equals("s_102")) { return craft_response(new String[] {"s_127", "s_132", "s_164"}, 40, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch37(obj_id player, string_id response) throws InterruptedException { @@ -647,7 +647,7 @@ private int azure_cabal_haadj_handleBranch37(obj_id player, string_id response) { return craft_response(new String[] {"s_133", "s_135", "s_139"}, 38, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch38(obj_id player, string_id response) throws InterruptedException { @@ -661,7 +661,7 @@ else if (response.equals("s_139")) { return craft_response(new String[] {"s_127", "s_132", "s_364"}, 40, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch40(obj_id player, string_id response) throws InterruptedException { @@ -691,7 +691,7 @@ else if (response.equals("s_164")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch41(obj_id player, string_id response) throws InterruptedException { @@ -721,7 +721,7 @@ else if (response.equals("s_162")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch42(obj_id player, string_id response) throws InterruptedException { @@ -752,7 +752,7 @@ else if (response.equals("s_160")) npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch43(obj_id player, string_id response) throws InterruptedException { @@ -783,7 +783,7 @@ else if (response.equals("s_158")) npcEndConversationWithMessage(player, message); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch44(obj_id player, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ else if (response.equals("s_156")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch48(obj_id player, string_id response) throws InterruptedException { @@ -844,7 +844,7 @@ else if (response.equals("s_328")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch49(obj_id player, string_id response) throws InterruptedException { @@ -862,7 +862,7 @@ else if (response.equals("s_403")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch50(obj_id player, string_id response) throws InterruptedException { @@ -880,7 +880,7 @@ else if (response.equals("s_382")) { return craft_response(new String[] {"s_386", "s_388", "s_390"}, 53, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch51(obj_id player, string_id response) throws InterruptedException { @@ -898,7 +898,7 @@ else if (response.equals("s_380")) { return craft_response(new String[] {"s_386", "s_388", "s_390"}, 53, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch52(obj_id player, string_id response) throws InterruptedException { @@ -912,7 +912,7 @@ else if (response.equals("s_378")) { return craft_response(new String[] {"s_386", "s_388", "s_390"}, 53, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch53(obj_id player, string_id response) throws InterruptedException { @@ -926,7 +926,7 @@ else if (response.equals("s_390")) { return craft_response(new String[] {"s_392", "s_394"}, 54, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch54(obj_id player, string_id response) throws InterruptedException { @@ -936,7 +936,7 @@ private int azure_cabal_haadj_handleBranch54(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch55(obj_id player, string_id response) throws InterruptedException { @@ -954,7 +954,7 @@ else if (response.equals("s_401")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch56(obj_id player, string_id response) throws InterruptedException { @@ -982,7 +982,7 @@ else if (response.equals("s_310")) { return craft_response(new String[]{"s_398", "s_417", "s_418", "s_419"}, 65, player); } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch57(obj_id player, string_id response) throws InterruptedException { @@ -1015,7 +1015,7 @@ else if (response.equals("s_308")) return craft_response(new String[] {"s_398", "s_417", "s_418", "s_419"}, 65, player); } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch58(obj_id player, string_id response) throws InterruptedException { @@ -1044,7 +1044,7 @@ else if (response.equals("s_306")) return craft_response(new String[] {"s_398", "s_417", "s_418", "s_419"}, 65, player); } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch59(obj_id player, string_id response) throws InterruptedException { @@ -1058,7 +1058,7 @@ else if (response.equals("s_318")) { return craft_response(new String[] {"s_290", "s_292", "s_294", "s_310"}, 56, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch60(obj_id player, string_id response) throws InterruptedException { @@ -1076,7 +1076,7 @@ else if (response.equals("s_402")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch61(obj_id player, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ else if (response.equals("s_407")) { return craft_response(new String[] {"s_411", "s_413", "s_414"}, 63, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch62(obj_id player, string_id response) throws InterruptedException { @@ -1102,7 +1102,7 @@ else if (response.equals("s_409")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch63(obj_id player, string_id response) throws InterruptedException { @@ -1116,7 +1116,7 @@ else if (response.equals("s_414")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch64(obj_id player, string_id response) throws InterruptedException { @@ -1126,7 +1126,7 @@ private int azure_cabal_haadj_handleBranch64(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch65(obj_id player, string_id response) throws InterruptedException { @@ -1144,7 +1144,7 @@ else if (response.equals("s_419")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch66(obj_id player, string_id response) throws InterruptedException { @@ -1158,7 +1158,7 @@ else if (response.equals("s_422")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch67(obj_id player, string_id response) throws InterruptedException { @@ -1172,7 +1172,7 @@ else if (response.equals("s_425")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch68(obj_id player, string_id response) throws InterruptedException { @@ -1186,7 +1186,7 @@ else if (response.equals("s_428")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch69(obj_id player, string_id response) throws InterruptedException { @@ -1200,7 +1200,7 @@ else if (response.equals("s_431")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_haadj_handleBranch70(obj_id player, string_id response) throws InterruptedException { @@ -1210,7 +1210,7 @@ private int azure_cabal_haadj_handleBranch70(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_hoolar.java b/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_hoolar.java index 664113de37..72da3d4849 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_hoolar.java +++ b/sku.0/sys.server/compiled/game/script/conversation/azure_cabal_hoolar.java @@ -128,7 +128,7 @@ private int azure_cabal_hoolar_handleBranch1(obj_id player, obj_id npc, string_i { return craft_response(new String[] {"s_181", "s_182", "s_183"}, 3, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ private int azure_cabal_hoolar_handleBranch3(obj_id player, obj_id npc, string_i npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_185")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ private int azure_cabal_hoolar_handleBranch5(obj_id player, obj_id npc, string_i { return craft_response(new String[] {"s_177", "s_178", "s_179"}, 7, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ private int azure_cabal_hoolar_handleBranch7(obj_id player, obj_id npc, string_i npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_186")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch9(obj_id player, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ private int azure_cabal_hoolar_handleBranch9(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_198")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch11(obj_id player, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ private int azure_cabal_hoolar_handleBranch11(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_198")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch12(obj_id player, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ else if (response.equals("s_194")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch13(obj_id player, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ else if (response.equals("s_217")) { return craft_response(new String[] {"s_219", "s_228", "s_227"}, 17, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch14(obj_id player, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ else if (response.equals("s_221")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch15(obj_id player, string_id response) throws InterruptedException { @@ -301,7 +301,7 @@ else if (response.equals("s_224")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch16(obj_id player, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ private int azure_cabal_hoolar_handleBranch16(obj_id player, string_id response) { return craft_response(new String[] {"s_219", "s_228", "s_227"}, 17, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch17(obj_id player, string_id response) throws InterruptedException { @@ -339,7 +339,7 @@ else if (response.equals("s_227")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch18(obj_id player, string_id response) throws InterruptedException { @@ -375,7 +375,7 @@ else if (response.equals("s_233")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch19(obj_id player, string_id response) throws InterruptedException { @@ -407,7 +407,7 @@ else if (response.equals("s_236")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch20(obj_id player, string_id response) throws InterruptedException { @@ -419,7 +419,7 @@ else if (response.equals("s_240")) { return craft_response(new String[] {"s_242", "s_245", "s_246"}, 23, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch21(obj_id player, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ else if (response.equals("s_244")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch22(obj_id player, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ else if (response.equals("s_255")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch23(obj_id player, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ else if (response.equals("s_246")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch24(obj_id player, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ else if (response.equals("s_249")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch25(obj_id player, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ private int azure_cabal_hoolar_handleBranch25(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch26(obj_id player, string_id response) throws InterruptedException { @@ -501,7 +501,7 @@ else if (response.equals("s_109")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 30, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch27(obj_id player, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ else if (response.equals("s_112")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 31, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch28(obj_id player, string_id response) throws InterruptedException { @@ -525,7 +525,7 @@ else if (response.equals("s_118")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 31, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch29(obj_id player, string_id response) throws InterruptedException { @@ -539,7 +539,7 @@ else if (response.equals("s_117")) { return craft_response(new String[] {"s_120", "s_121", "s_123"}, 31, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch31(obj_id player, string_id response) throws InterruptedException { @@ -569,7 +569,7 @@ else if (response.equals("s_123")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch32(obj_id player, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ else if (response.equals("s_125")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch34(obj_id player, string_id response) throws InterruptedException { @@ -613,7 +613,7 @@ else if (response.equals("s_106")) { return craft_response(new String[] {"s_127", "s_132", "s_164"}, 39, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch35(obj_id player, string_id response) throws InterruptedException { @@ -625,7 +625,7 @@ else if (response.equals("s_104")) { return craft_response(new String[] {"s_127", "s_132", "s_164"}, 39, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch36(obj_id player, string_id response) throws InterruptedException { @@ -637,7 +637,7 @@ else if (response.equals("s_102")) { return craft_response(new String[] {"s_127", "s_132", "s_164"}, 39, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch37(obj_id player, string_id response) throws InterruptedException { @@ -645,7 +645,7 @@ private int azure_cabal_hoolar_handleBranch37(obj_id player, string_id response) { return craft_response(new String[] {"s_133", "s_139"}, 38, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch38(obj_id player, string_id response) throws InterruptedException { @@ -653,7 +653,7 @@ private int azure_cabal_hoolar_handleBranch38(obj_id player, string_id response) { return craft_response(new String[] {"s_127", "s_132", "s_164"}, 39, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch39(obj_id player, string_id response) throws InterruptedException { @@ -683,7 +683,7 @@ else if (response.equals("s_164")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch40(obj_id player, string_id response) throws InterruptedException { @@ -715,7 +715,7 @@ else if (response.equals("s_162")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_167")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch44(obj_id player, string_id response) throws InterruptedException { @@ -744,7 +744,7 @@ else if (response.equals("s_328")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch45(obj_id player, string_id response) throws InterruptedException { @@ -762,7 +762,7 @@ else if (response.equals("s_403")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch46(obj_id player, string_id response) throws InterruptedException { @@ -780,7 +780,7 @@ else if (response.equals("s_382")) { return craft_response(new String[] {"s_386", "s_388", "s_390"}, 49, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch47(obj_id player, string_id response) throws InterruptedException { @@ -798,7 +798,7 @@ else if (response.equals("s_380")) { return craft_response(new String[] {"s_386", "s_388", "s_390"}, 49, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch48(obj_id player, string_id response) throws InterruptedException { @@ -812,7 +812,7 @@ else if (response.equals("s_378")) { return craft_response(new String[] {"s_386", "s_388", "s_390"}, 49, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch49(obj_id player, string_id response) throws InterruptedException { @@ -826,7 +826,7 @@ else if (response.equals("s_390")) { return craft_response(new String[] {"s_392", "s_394"}, 50, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch50(obj_id player, string_id response) throws InterruptedException { @@ -836,7 +836,7 @@ private int azure_cabal_hoolar_handleBranch50(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch51(obj_id player, string_id response) throws InterruptedException { @@ -854,7 +854,7 @@ else if (response.equals("s_401")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch52(obj_id player, string_id response) throws InterruptedException { @@ -887,7 +887,7 @@ else if (response.equals("s_310")) return craft_response(new String[] {"s_398", "s_417", "s_418", "s_419"}, 61, player); } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch53(obj_id player, string_id response) throws InterruptedException { @@ -920,7 +920,7 @@ else if (response.equals("s_308")) return craft_response(new String[] {"s_398", "s_417", "s_418", "s_419"}, 61, player); } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch54(obj_id player, string_id response) throws InterruptedException { @@ -949,7 +949,7 @@ else if (response.equals("s_306")) return craft_response(new String[] {"s_398", "s_417", "s_418", "s_419"}, 61, player); } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch55(obj_id player, string_id response) throws InterruptedException { @@ -963,7 +963,7 @@ else if (response.equals("s_318")) { return craft_response(new String[] {"s_290", "s_292", "s_294", "s_310"}, 52, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch56(obj_id player, string_id response) throws InterruptedException { @@ -981,7 +981,7 @@ else if (response.equals("s_402")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch57(obj_id player, string_id response) throws InterruptedException { @@ -993,7 +993,7 @@ else if (response.equals("s_407")) { return craft_response(new String[] {"s_411", "s_413", "s_414"}, 59, player); } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch58(obj_id player, string_id response) throws InterruptedException { @@ -1007,7 +1007,7 @@ else if (response.equals("s_409")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch59(obj_id player, string_id response) throws InterruptedException { @@ -1021,7 +1021,7 @@ else if (response.equals("s_414")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch60(obj_id player, string_id response) throws InterruptedException { @@ -1031,7 +1031,7 @@ private int azure_cabal_hoolar_handleBranch60(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch61(obj_id player, string_id response) throws InterruptedException { @@ -1049,7 +1049,7 @@ else if (response.equals("s_419")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch62(obj_id player, string_id response) throws InterruptedException { @@ -1063,7 +1063,7 @@ else if (response.equals("s_422")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch63(obj_id player, string_id response) throws InterruptedException { @@ -1077,7 +1077,7 @@ else if (response.equals("s_425")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch64(obj_id player, string_id response) throws InterruptedException { @@ -1091,7 +1091,7 @@ else if (response.equals("s_428")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch65(obj_id player, string_id response) throws InterruptedException { @@ -1105,7 +1105,7 @@ else if (response.equals("s_431")) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int azure_cabal_hoolar_handleBranch66(obj_id player, string_id response) throws InterruptedException { @@ -1115,7 +1115,7 @@ private int azure_cabal_hoolar_handleBranch66(obj_id player, string_id response) npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_195")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/barada.java b/sku.0/sys.server/compiled/game/script/conversation/barada.java index 9150fe17ad..027450acd8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/barada.java +++ b/sku.0/sys.server/compiled/game/script/conversation/barada.java @@ -65,7 +65,7 @@ private int barada_handleBranch5(obj_id player, string_id response) throws Inter npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_42")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int barada_handleBranch6(obj_id player, string_id response) throws InterruptedException { @@ -80,7 +80,7 @@ private int barada_handleBranch6(obj_id player, string_id response) throws Inter npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_38")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int barada_handleBranch7(obj_id player, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ private int barada_handleBranch7(obj_id player, string_id response) throws Inter npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_38")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int barada_handleBranch8(obj_id player, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ private int barada_handleBranch8(obj_id player, string_id response) throws Inter npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_42")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/barn_ranchhand.java b/sku.0/sys.server/compiled/game/script/conversation/barn_ranchhand.java index e29c7af327..37729c52a6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/barn_ranchhand.java +++ b/sku.0/sys.server/compiled/game/script/conversation/barn_ranchhand.java @@ -129,7 +129,7 @@ private int barn_ranchhand_handleBranch1(obj_id player, obj_id npc, string_id re npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_24")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } private int barn_ranchhand_handleBranch8(obj_id player, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ private int barn_ranchhand_handleBranch8(obj_id player, string_id response) thro npcEndConversationWithMessage(player, new string_id(c_stringFile, "s_30")); return SCRIPT_CONTINUE; } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_imperial.java b/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_imperial.java index 150563e733..bc81b0e1bd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_imperial.java +++ b/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_imperial.java @@ -114,7 +114,7 @@ public int battlefield_entry_station_imperial_handleBranch5(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_neutral.java b/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_neutral.java index 7694a6d5a8..1367fd3ccb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_neutral.java +++ b/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_neutral.java @@ -149,7 +149,7 @@ public int battlefield_entry_station_neutral_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int battlefield_entry_station_neutral_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int battlefield_entry_station_neutral_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int battlefield_entry_station_neutral_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int battlefield_entry_station_neutral_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_rebel.java b/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_rebel.java index 30f4d75152..b7797ddc06 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_rebel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/battlefield_entry_station_rebel.java @@ -104,7 +104,7 @@ public int battlefield_entry_station_rebel_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/bestine_artist01.java b/sku.0/sys.server/compiled/game/script/conversation/bestine_artist01.java index 6e1c748ca4..df1ae1ac5d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/bestine_artist01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/bestine_artist01.java @@ -148,7 +148,7 @@ public int bestine_artist01_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bestine_artist01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int bestine_artist01_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/bestine_artist02.java b/sku.0/sys.server/compiled/game/script/conversation/bestine_artist02.java index e13b5ecd58..360ca6d475 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/bestine_artist02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/bestine_artist02.java @@ -148,7 +148,7 @@ public int bestine_artist02_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bestine_artist02_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int bestine_artist02_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/bib_fortuna.java b/sku.0/sys.server/compiled/game/script/conversation/bib_fortuna.java index bc4e4dc8e9..4196bb9699 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/bib_fortuna.java +++ b/sku.0/sys.server/compiled/game/script/conversation/bib_fortuna.java @@ -101,7 +101,7 @@ public int bib_fortuna_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -116,7 +116,7 @@ public int bib_fortuna_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -186,7 +186,7 @@ public int bib_fortuna_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -291,7 +291,7 @@ public int bib_fortuna_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -385,7 +385,7 @@ public int bib_fortuna_handleBranch12(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int bib_fortuna_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -458,7 +458,7 @@ public int bib_fortuna_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -473,7 +473,7 @@ public int bib_fortuna_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -543,7 +543,7 @@ public int bib_fortuna_handleBranch16(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -568,7 +568,7 @@ public int bib_fortuna_handleBranch17(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/bib_fortuna_mos_eisley.java b/sku.0/sys.server/compiled/game/script/conversation/bib_fortuna_mos_eisley.java index bdf22666a3..064076d681 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/bib_fortuna_mos_eisley.java +++ b/sku.0/sys.server/compiled/game/script/conversation/bib_fortuna_mos_eisley.java @@ -101,7 +101,7 @@ public int bib_fortuna_mos_eisley_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_mos_eisley_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int bib_fortuna_mos_eisley_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_mos_eisley_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int bib_fortuna_mos_eisley_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_mos_eisley_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int bib_fortuna_mos_eisley_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_mos_eisley_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int bib_fortuna_mos_eisley_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_mos_eisley_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int bib_fortuna_mos_eisley_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_mos_eisley_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int bib_fortuna_mos_eisley_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_mos_eisley_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int bib_fortuna_mos_eisley_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_mos_eisley_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -363,7 +363,7 @@ public int bib_fortuna_mos_eisley_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bib_fortuna_mos_eisley_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int bib_fortuna_mos_eisley_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/biogenic_engineertech.java b/sku.0/sys.server/compiled/game/script/conversation/biogenic_engineertech.java index 1d6e50b873..9b42470fd2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/biogenic_engineertech.java +++ b/sku.0/sys.server/compiled/game/script/conversation/biogenic_engineertech.java @@ -163,7 +163,7 @@ public int biogenic_engineertech_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int biogenic_engineertech_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int biogenic_engineertech_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int biogenic_engineertech_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int biogenic_engineertech_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int biogenic_engineertech_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -463,7 +463,7 @@ public int biogenic_engineertech_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -533,7 +533,7 @@ public int biogenic_engineertech_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -581,7 +581,7 @@ public int biogenic_engineertech_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int biogenic_engineertech_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -793,7 +793,7 @@ public int biogenic_engineertech_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -841,7 +841,7 @@ public int biogenic_engineertech_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -855,7 +855,7 @@ public int biogenic_engineertech_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -925,7 +925,7 @@ public int biogenic_engineertech_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1029,7 +1029,7 @@ public int biogenic_engineertech_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int biogenic_engineertech_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1159,7 +1159,7 @@ public int biogenic_engineertech_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1229,7 +1229,7 @@ public int biogenic_engineertech_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1277,7 +1277,7 @@ public int biogenic_engineertech_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1291,7 +1291,7 @@ public int biogenic_engineertech_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1362,7 +1362,7 @@ public int biogenic_engineertech_handleBranch41(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1432,7 +1432,7 @@ public int biogenic_engineertech_handleBranch42(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1480,7 +1480,7 @@ public int biogenic_engineertech_handleBranch43(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1494,7 +1494,7 @@ public int biogenic_engineertech_handleBranch44(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1564,7 +1564,7 @@ public int biogenic_engineertech_handleBranch52(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1668,7 +1668,7 @@ public int biogenic_engineertech_handleBranch53(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1727,7 +1727,7 @@ public int biogenic_engineertech_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1798,7 +1798,7 @@ public int biogenic_engineertech_handleBranch55(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1868,7 +1868,7 @@ public int biogenic_engineertech_handleBranch56(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1916,7 +1916,7 @@ public int biogenic_engineertech_handleBranch57(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1930,7 +1930,7 @@ public int biogenic_engineertech_handleBranch58(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2001,7 +2001,7 @@ public int biogenic_engineertech_handleBranch65(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2071,7 +2071,7 @@ public int biogenic_engineertech_handleBranch66(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2119,7 +2119,7 @@ public int biogenic_engineertech_handleBranch67(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2133,7 +2133,7 @@ public int biogenic_engineertech_handleBranch68(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2203,7 +2203,7 @@ public int biogenic_engineertech_handleBranch76(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2307,7 +2307,7 @@ public int biogenic_engineertech_handleBranch77(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2366,7 +2366,7 @@ public int biogenic_engineertech_handleBranch78(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2437,7 +2437,7 @@ public int biogenic_engineertech_handleBranch79(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2507,7 +2507,7 @@ public int biogenic_engineertech_handleBranch80(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2555,7 +2555,7 @@ public int biogenic_engineertech_handleBranch81(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2569,7 +2569,7 @@ public int biogenic_engineertech_handleBranch82(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2640,7 +2640,7 @@ public int biogenic_engineertech_handleBranch89(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2710,7 +2710,7 @@ public int biogenic_engineertech_handleBranch90(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2758,7 +2758,7 @@ public int biogenic_engineertech_handleBranch91(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_engineertech_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2772,7 +2772,7 @@ public int biogenic_engineertech_handleBranch92(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/biogenic_herald_dealer.java b/sku.0/sys.server/compiled/game/script/conversation/biogenic_herald_dealer.java index a965b7b762..f111ea48f8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/biogenic_herald_dealer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/biogenic_herald_dealer.java @@ -135,7 +135,7 @@ public int biogenic_herald_dealer_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int biogenic_herald_dealer_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int biogenic_herald_dealer_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -423,7 +423,7 @@ public int biogenic_herald_dealer_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int biogenic_herald_dealer_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -664,7 +664,7 @@ public int biogenic_herald_dealer_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -768,7 +768,7 @@ public int biogenic_herald_dealer_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -827,7 +827,7 @@ public int biogenic_herald_dealer_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -886,7 +886,7 @@ public int biogenic_herald_dealer_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1001,7 +1001,7 @@ public int biogenic_herald_dealer_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1116,7 +1116,7 @@ public int biogenic_herald_dealer_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1175,7 +1175,7 @@ public int biogenic_herald_dealer_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1245,7 +1245,7 @@ public int biogenic_herald_dealer_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1361,7 +1361,7 @@ public int biogenic_herald_dealer_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1420,7 +1420,7 @@ public int biogenic_herald_dealer_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1445,7 +1445,7 @@ public int biogenic_herald_dealer_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1564,7 +1564,7 @@ public int biogenic_herald_dealer_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1623,7 +1623,7 @@ public int biogenic_herald_dealer_handleBranch31(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1648,7 +1648,7 @@ public int biogenic_herald_dealer_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1697,7 +1697,7 @@ public int biogenic_herald_dealer_handleBranch36(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1756,7 +1756,7 @@ public int biogenic_herald_dealer_handleBranch37(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1781,7 +1781,7 @@ public int biogenic_herald_dealer_handleBranch38(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1830,7 +1830,7 @@ public int biogenic_herald_dealer_handleBranch42(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1889,7 +1889,7 @@ public int biogenic_herald_dealer_handleBranch43(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_herald_dealer_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1914,7 +1914,7 @@ public int biogenic_herald_dealer_handleBranch44(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/biogenic_scientist_human.java b/sku.0/sys.server/compiled/game/script/conversation/biogenic_scientist_human.java index e670945aa9..163ada716c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/biogenic_scientist_human.java +++ b/sku.0/sys.server/compiled/game/script/conversation/biogenic_scientist_human.java @@ -92,7 +92,7 @@ public int biogenic_scientist_human_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int biogenic_scientist_human_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -284,7 +284,7 @@ public int biogenic_scientist_human_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int biogenic_scientist_human_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -522,7 +522,7 @@ public int biogenic_scientist_human_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -618,7 +618,7 @@ public int biogenic_scientist_human_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -714,7 +714,7 @@ public int biogenic_scientist_human_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -738,7 +738,7 @@ public int biogenic_scientist_human_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -762,7 +762,7 @@ public int biogenic_scientist_human_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -858,7 +858,7 @@ public int biogenic_scientist_human_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -954,7 +954,7 @@ public int biogenic_scientist_human_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1050,7 +1050,7 @@ public int biogenic_scientist_human_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1146,7 +1146,7 @@ public int biogenic_scientist_human_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1242,7 +1242,7 @@ public int biogenic_scientist_human_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1338,7 +1338,7 @@ public int biogenic_scientist_human_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_scientist_human_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1434,7 +1434,7 @@ public int biogenic_scientist_human_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/biogenic_securitytech.java b/sku.0/sys.server/compiled/game/script/conversation/biogenic_securitytech.java index 38421a0a4a..b982ea8619 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/biogenic_securitytech.java +++ b/sku.0/sys.server/compiled/game/script/conversation/biogenic_securitytech.java @@ -179,7 +179,7 @@ public int biogenic_securitytech_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int biogenic_securitytech_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int biogenic_securitytech_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -289,7 +289,7 @@ public int biogenic_securitytech_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int biogenic_securitytech_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -363,7 +363,7 @@ public int biogenic_securitytech_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -445,7 +445,7 @@ public int biogenic_securitytech_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -616,7 +616,7 @@ public int biogenic_securitytech_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -720,7 +720,7 @@ public int biogenic_securitytech_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -779,7 +779,7 @@ public int biogenic_securitytech_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -803,7 +803,7 @@ public int biogenic_securitytech_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -827,7 +827,7 @@ public int biogenic_securitytech_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -931,7 +931,7 @@ public int biogenic_securitytech_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -990,7 +990,7 @@ public int biogenic_securitytech_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1014,7 +1014,7 @@ public int biogenic_securitytech_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1038,7 +1038,7 @@ public int biogenic_securitytech_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1062,7 +1062,7 @@ public int biogenic_securitytech_handleBranch36(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1225,7 +1225,7 @@ public int biogenic_securitytech_handleBranch42(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1295,7 +1295,7 @@ public int biogenic_securitytech_handleBranch43(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1399,7 +1399,7 @@ public int biogenic_securitytech_handleBranch44(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1460,7 +1460,7 @@ public int biogenic_securitytech_handleBranch45(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1542,7 +1542,7 @@ public int biogenic_securitytech_handleBranch46(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1713,7 +1713,7 @@ public int biogenic_securitytech_handleBranch47(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1817,7 +1817,7 @@ public int biogenic_securitytech_handleBranch48(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1876,7 +1876,7 @@ public int biogenic_securitytech_handleBranch49(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1900,7 +1900,7 @@ public int biogenic_securitytech_handleBranch50(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1924,7 +1924,7 @@ public int biogenic_securitytech_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2028,7 +2028,7 @@ public int biogenic_securitytech_handleBranch58(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2087,7 +2087,7 @@ public int biogenic_securitytech_handleBranch59(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2111,7 +2111,7 @@ public int biogenic_securitytech_handleBranch60(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2135,7 +2135,7 @@ public int biogenic_securitytech_handleBranch64(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2159,7 +2159,7 @@ public int biogenic_securitytech_handleBranch68(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2220,7 +2220,7 @@ public int biogenic_securitytech_handleBranch74(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2302,7 +2302,7 @@ public int biogenic_securitytech_handleBranch75(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2473,7 +2473,7 @@ public int biogenic_securitytech_handleBranch76(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2577,7 +2577,7 @@ public int biogenic_securitytech_handleBranch77(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2636,7 +2636,7 @@ public int biogenic_securitytech_handleBranch78(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2660,7 +2660,7 @@ public int biogenic_securitytech_handleBranch79(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2684,7 +2684,7 @@ public int biogenic_securitytech_handleBranch83(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2788,7 +2788,7 @@ public int biogenic_securitytech_handleBranch87(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2847,7 +2847,7 @@ public int biogenic_securitytech_handleBranch88(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2871,7 +2871,7 @@ public int biogenic_securitytech_handleBranch89(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2895,7 +2895,7 @@ public int biogenic_securitytech_handleBranch93(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2919,7 +2919,7 @@ public int biogenic_securitytech_handleBranch97(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2989,7 +2989,7 @@ public int biogenic_securitytech_handleBranch105(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3093,7 +3093,7 @@ public int biogenic_securitytech_handleBranch106(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3154,7 +3154,7 @@ public int biogenic_securitytech_handleBranch107(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3236,7 +3236,7 @@ public int biogenic_securitytech_handleBranch108(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3407,7 +3407,7 @@ public int biogenic_securitytech_handleBranch109(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3511,7 +3511,7 @@ public int biogenic_securitytech_handleBranch110(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3570,7 +3570,7 @@ public int biogenic_securitytech_handleBranch111(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3594,7 +3594,7 @@ public int biogenic_securitytech_handleBranch112(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3618,7 +3618,7 @@ public int biogenic_securitytech_handleBranch116(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3722,7 +3722,7 @@ public int biogenic_securitytech_handleBranch120(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3781,7 +3781,7 @@ public int biogenic_securitytech_handleBranch121(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3805,7 +3805,7 @@ public int biogenic_securitytech_handleBranch122(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3829,7 +3829,7 @@ public int biogenic_securitytech_handleBranch126(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3853,7 +3853,7 @@ public int biogenic_securitytech_handleBranch130(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3914,7 +3914,7 @@ public int biogenic_securitytech_handleBranch136(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3996,7 +3996,7 @@ public int biogenic_securitytech_handleBranch137(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4167,7 +4167,7 @@ public int biogenic_securitytech_handleBranch138(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4271,7 +4271,7 @@ public int biogenic_securitytech_handleBranch139(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4330,7 +4330,7 @@ public int biogenic_securitytech_handleBranch140(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4354,7 +4354,7 @@ public int biogenic_securitytech_handleBranch141(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4378,7 +4378,7 @@ public int biogenic_securitytech_handleBranch145(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4482,7 +4482,7 @@ public int biogenic_securitytech_handleBranch149(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4541,7 +4541,7 @@ public int biogenic_securitytech_handleBranch150(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4565,7 +4565,7 @@ public int biogenic_securitytech_handleBranch151(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4589,7 +4589,7 @@ public int biogenic_securitytech_handleBranch155(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4613,7 +4613,7 @@ public int biogenic_securitytech_handleBranch159(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4717,7 +4717,7 @@ public int biogenic_securitytech_handleBranch167(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4778,7 +4778,7 @@ public int biogenic_securitytech_handleBranch168(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4860,7 +4860,7 @@ public int biogenic_securitytech_handleBranch169(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch170(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5031,7 +5031,7 @@ public int biogenic_securitytech_handleBranch170(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5135,7 +5135,7 @@ public int biogenic_securitytech_handleBranch171(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5194,7 +5194,7 @@ public int biogenic_securitytech_handleBranch172(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch173(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5218,7 +5218,7 @@ public int biogenic_securitytech_handleBranch173(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5242,7 +5242,7 @@ public int biogenic_securitytech_handleBranch177(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch181(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5346,7 +5346,7 @@ public int biogenic_securitytech_handleBranch181(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5405,7 +5405,7 @@ public int biogenic_securitytech_handleBranch182(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch183(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5429,7 +5429,7 @@ public int biogenic_securitytech_handleBranch183(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch187(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5453,7 +5453,7 @@ public int biogenic_securitytech_handleBranch187(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch191(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5477,7 +5477,7 @@ public int biogenic_securitytech_handleBranch191(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch197(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5538,7 +5538,7 @@ public int biogenic_securitytech_handleBranch197(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch198(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5620,7 +5620,7 @@ public int biogenic_securitytech_handleBranch198(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch199(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5791,7 +5791,7 @@ public int biogenic_securitytech_handleBranch199(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch200(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5895,7 +5895,7 @@ public int biogenic_securitytech_handleBranch200(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch201(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5954,7 +5954,7 @@ public int biogenic_securitytech_handleBranch201(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch202(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5978,7 +5978,7 @@ public int biogenic_securitytech_handleBranch202(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch206(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6002,7 +6002,7 @@ public int biogenic_securitytech_handleBranch206(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch210(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6106,7 +6106,7 @@ public int biogenic_securitytech_handleBranch210(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch211(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6165,7 +6165,7 @@ public int biogenic_securitytech_handleBranch211(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch212(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6189,7 +6189,7 @@ public int biogenic_securitytech_handleBranch212(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch216(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6213,7 +6213,7 @@ public int biogenic_securitytech_handleBranch216(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int biogenic_securitytech_handleBranch220(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6237,7 +6237,7 @@ public int biogenic_securitytech_handleBranch220(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/blacksun_guri.java b/sku.0/sys.server/compiled/game/script/conversation/blacksun_guri.java index 5f18b9b247..a87e3d9673 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/blacksun_guri.java +++ b/sku.0/sys.server/compiled/game/script/conversation/blacksun_guri.java @@ -163,7 +163,7 @@ public int blacksun_guri_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int blacksun_guri_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int blacksun_guri_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int blacksun_guri_handleBranch4(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int blacksun_guri_handleBranch8(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -393,7 +393,7 @@ public int blacksun_guri_handleBranch9(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -413,7 +413,7 @@ public int blacksun_guri_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -535,7 +535,7 @@ public int blacksun_guri_handleBranch15(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -607,7 +607,7 @@ public int blacksun_guri_handleBranch16(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -622,7 +622,7 @@ public int blacksun_guri_handleBranch17(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -660,7 +660,7 @@ public int blacksun_guri_handleBranch19(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -698,7 +698,7 @@ public int blacksun_guri_handleBranch20(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -770,7 +770,7 @@ public int blacksun_guri_handleBranch21(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -785,7 +785,7 @@ public int blacksun_guri_handleBranch22(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -823,7 +823,7 @@ public int blacksun_guri_handleBranch24(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -861,7 +861,7 @@ public int blacksun_guri_handleBranch25(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -899,7 +899,7 @@ public int blacksun_guri_handleBranch26(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -937,7 +937,7 @@ public int blacksun_guri_handleBranch27(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -976,7 +976,7 @@ public int blacksun_guri_handleBranch28(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1014,7 +1014,7 @@ public int blacksun_guri_handleBranch29(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1052,7 +1052,7 @@ public int blacksun_guri_handleBranch30(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1090,7 +1090,7 @@ public int blacksun_guri_handleBranch31(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1128,7 +1128,7 @@ public int blacksun_guri_handleBranch32(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1166,7 +1166,7 @@ public int blacksun_guri_handleBranch33(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1204,7 +1204,7 @@ public int blacksun_guri_handleBranch34(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1242,7 +1242,7 @@ public int blacksun_guri_handleBranch35(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1288,7 +1288,7 @@ public int blacksun_guri_handleBranch36(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1326,7 +1326,7 @@ public int blacksun_guri_handleBranch37(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1373,7 +1373,7 @@ public int blacksun_guri_handleBranch38(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1411,7 +1411,7 @@ public int blacksun_guri_handleBranch39(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1449,7 +1449,7 @@ public int blacksun_guri_handleBranch40(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1528,7 +1528,7 @@ public int blacksun_guri_handleBranch41(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1678,7 +1678,7 @@ public int blacksun_guri_handleBranch42(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1716,7 +1716,7 @@ public int blacksun_guri_handleBranch43(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1787,7 +1787,7 @@ public int blacksun_guri_handleBranch44(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1937,7 +1937,7 @@ public int blacksun_guri_handleBranch45(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1975,7 +1975,7 @@ public int blacksun_guri_handleBranch46(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2013,7 +2013,7 @@ public int blacksun_guri_handleBranch47(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2084,7 +2084,7 @@ public int blacksun_guri_handleBranch48(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2234,7 +2234,7 @@ public int blacksun_guri_handleBranch49(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2384,7 +2384,7 @@ public int blacksun_guri_handleBranch50(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int blacksun_guri_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2399,7 +2399,7 @@ public int blacksun_guri_handleBranch52(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java b/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java index e87ebbabf3..ce80f4ad92 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boba_fett.java @@ -348,7 +348,7 @@ public int boba_fett_handleBranch1(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int boba_fett_handleBranch2(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int boba_fett_handleBranch3(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ public int boba_fett_handleBranch4(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int boba_fett_handleBranch7(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -778,7 +778,7 @@ public int boba_fett_handleBranch10(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -805,7 +805,7 @@ public int boba_fett_handleBranch12(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -965,7 +965,7 @@ public int boba_fett_handleBranch15(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -995,7 +995,7 @@ public int boba_fett_handleBranch16(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1121,7 +1121,7 @@ public int boba_fett_handleBranch19(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1146,7 +1146,7 @@ public int boba_fett_handleBranch21(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1307,7 +1307,7 @@ public int boba_fett_handleBranch24(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1357,7 +1357,7 @@ public int boba_fett_handleBranch25(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1384,7 +1384,7 @@ public int boba_fett_handleBranch26(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1545,7 +1545,7 @@ public int boba_fett_handleBranch30(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1630,7 +1630,7 @@ public int boba_fett_handleBranch31(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1704,7 +1704,7 @@ public int boba_fett_handleBranch32(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1743,7 +1743,7 @@ public int boba_fett_handleBranch33(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1783,7 +1783,7 @@ public int boba_fett_handleBranch34(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1798,7 +1798,7 @@ public int boba_fett_handleBranch35(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1837,7 +1837,7 @@ public int boba_fett_handleBranch37(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1876,7 +1876,7 @@ public int boba_fett_handleBranch38(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2014,7 +2014,7 @@ public int boba_fett_handleBranch39(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2152,7 +2152,7 @@ public int boba_fett_handleBranch42(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2290,7 +2290,7 @@ public int boba_fett_handleBranch45(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2405,7 +2405,7 @@ public int boba_fett_handleBranch48(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2611,7 +2611,7 @@ public int boba_fett_handleBranch49(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2659,7 +2659,7 @@ public int boba_fett_handleBranch50(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2673,7 +2673,7 @@ public int boba_fett_handleBranch51(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2765,7 +2765,7 @@ public int boba_fett_handleBranch54(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2872,7 +2872,7 @@ public int boba_fett_handleBranch63(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2920,7 +2920,7 @@ public int boba_fett_handleBranch65(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2934,7 +2934,7 @@ public int boba_fett_handleBranch66(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3002,7 +3002,7 @@ public int boba_fett_handleBranch69(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3074,7 +3074,7 @@ public int boba_fett_handleBranch70(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3135,7 +3135,7 @@ public int boba_fett_handleBranch71(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boba_fett_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3151,7 +3151,7 @@ public int boba_fett_handleBranch72(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/borvo_acklay_guard.java b/sku.0/sys.server/compiled/game/script/conversation/borvo_acklay_guard.java index f02a3f2b74..11e52caebd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/borvo_acklay_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/borvo_acklay_guard.java @@ -65,7 +65,7 @@ public int borvo_acklay_guard_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_acklay_guard_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -79,7 +79,7 @@ public int borvo_acklay_guard_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_acklay_guard_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int borvo_acklay_guard_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/borvo_the_hutt.java b/sku.0/sys.server/compiled/game/script/conversation/borvo_the_hutt.java index 259953c4ba..804e2e32d7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/borvo_the_hutt.java +++ b/sku.0/sys.server/compiled/game/script/conversation/borvo_the_hutt.java @@ -155,7 +155,7 @@ public int borvo_the_hutt_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -317,7 +317,7 @@ public int borvo_the_hutt_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int borvo_the_hutt_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -412,7 +412,7 @@ public int borvo_the_hutt_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -505,7 +505,7 @@ public int borvo_the_hutt_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -543,7 +543,7 @@ public int borvo_the_hutt_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -592,7 +592,7 @@ public int borvo_the_hutt_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -641,7 +641,7 @@ public int borvo_the_hutt_handleBranch14(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -655,7 +655,7 @@ public int borvo_the_hutt_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -704,7 +704,7 @@ public int borvo_the_hutt_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvo_the_hutt_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -729,7 +729,7 @@ public int borvo_the_hutt_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/borvos_acklay_dakk.java b/sku.0/sys.server/compiled/game/script/conversation/borvos_acklay_dakk.java index f0266980ca..82c42a9a9c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/borvos_acklay_dakk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/borvos_acklay_dakk.java @@ -179,7 +179,7 @@ public int borvos_acklay_dakk_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_acklay_dakk_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int borvos_acklay_dakk_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_acklay_dakk_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int borvos_acklay_dakk_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_acklay_dakk_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int borvos_acklay_dakk_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_acklay_dakk_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int borvos_acklay_dakk_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_acklay_dakk_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int borvos_acklay_dakk_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_acklay_dakk_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int borvos_acklay_dakk_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_acklay_dakk_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int borvos_acklay_dakk_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_acklay_dakk_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -597,7 +597,7 @@ public int borvos_acklay_dakk_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_acklay_dakk_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ public int borvos_acklay_dakk_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/borvos_guard.java b/sku.0/sys.server/compiled/game/script/conversation/borvos_guard.java index 8a9cb20aa3..2bbd006cc8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/borvos_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/borvos_guard.java @@ -172,7 +172,7 @@ public int borvos_guard_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_guard_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int borvos_guard_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_guard_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int borvos_guard_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_guard_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int borvos_guard_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_guard_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -362,7 +362,7 @@ public int borvos_guard_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int borvos_guard_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int borvos_guard_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave.java b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave.java index e44350ca95..66a42adea9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave.java @@ -83,7 +83,7 @@ public int boss_terminal_mining_cave_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave_controller.java b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave_controller.java index 79bc5fab81..8fa85a27c7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave_controller.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave_controller.java @@ -99,7 +99,7 @@ public int boss_terminal_mining_cave_controller_handleBranch1(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_mining_cave_controller_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int boss_terminal_mining_cave_controller_handleBranch3(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_mining_cave_controller_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int boss_terminal_mining_cave_controller_handleBranch5(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave_foreman.java b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave_foreman.java index 9a61e570a8..eabfc9ca8d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave_foreman.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_cave_foreman.java @@ -99,7 +99,7 @@ public int boss_terminal_mining_cave_foreman_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_mining_cave_foreman_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int boss_terminal_mining_cave_foreman_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_mining_cave_foreman_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int boss_terminal_mining_cave_foreman_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_research_barnet.java b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_research_barnet.java index 070a9723c2..5f3a23ec07 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_research_barnet.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_research_barnet.java @@ -83,7 +83,7 @@ public int boss_terminal_mining_research_barnet_handleBranch2(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_research_lapaz.java b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_research_lapaz.java index 83c4d02d8d..274726c3d9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_research_lapaz.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_mining_research_lapaz.java @@ -83,7 +83,7 @@ public int boss_terminal_mining_research_lapaz_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_pirate_cave.java b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_pirate_cave.java index ed840a02b9..13dabc0f9c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_pirate_cave.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_pirate_cave.java @@ -102,7 +102,7 @@ public int boss_terminal_pirate_cave_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_pirate_cave_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int boss_terminal_pirate_cave_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_pirate_cave_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int boss_terminal_pirate_cave_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_research_barnet.java b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_research_barnet.java index 955b2253c4..37b3897a78 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_research_barnet.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_research_barnet.java @@ -99,7 +99,7 @@ public int boss_terminal_research_barnet_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_research_barnet_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int boss_terminal_research_barnet_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_research_barnet_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int boss_terminal_research_barnet_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_research_lapaz.java b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_research_lapaz.java index fa7bf28cb0..da01b45f5b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_research_lapaz.java +++ b/sku.0/sys.server/compiled/game/script/conversation/boss_terminal_research_lapaz.java @@ -99,7 +99,7 @@ public int boss_terminal_research_lapaz_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_research_lapaz_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int boss_terminal_research_lapaz_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int boss_terminal_research_lapaz_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int boss_terminal_research_lapaz_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/bounty_check_reset.java b/sku.0/sys.server/compiled/game/script/conversation/bounty_check_reset.java index 201b2b31fd..f9e0b546f6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/bounty_check_reset.java +++ b/sku.0/sys.server/compiled/game/script/conversation/bounty_check_reset.java @@ -88,7 +88,7 @@ public int bounty_check_reset_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bounty_check_reset_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int bounty_check_reset_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bounty_check_reset_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int bounty_check_reset_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int bounty_check_reset_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int bounty_check_reset_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/bounty_probot.java b/sku.0/sys.server/compiled/game/script/conversation/bounty_probot.java index de5f2571ff..91d9928288 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/bounty_probot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/bounty_probot.java @@ -89,7 +89,7 @@ public int bounty_probot_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_faeto.java b/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_faeto.java index c5c211b5e9..7bcb3b9484 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_faeto.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_faeto.java @@ -60,7 +60,7 @@ public int c_bounty_hunter_faeto_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_faeto_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -74,7 +74,7 @@ public int c_bounty_hunter_faeto_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_faeto_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int c_bounty_hunter_faeto_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_faeto_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int c_bounty_hunter_faeto_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_faeto_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int c_bounty_hunter_faeto_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_faeto_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -250,7 +250,7 @@ public int c_bounty_hunter_faeto_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_faeto_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int c_bounty_hunter_faeto_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_faeto_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -474,7 +474,7 @@ public int c_bounty_hunter_faeto_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_faeto_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ public int c_bounty_hunter_faeto_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_oldksam.java b/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_oldksam.java index 9b52938865..6845e47c76 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_oldksam.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_oldksam.java @@ -85,7 +85,7 @@ public int c_bounty_hunter_oldksam_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_oldksam_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int c_bounty_hunter_oldksam_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_oldksam_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -137,7 +137,7 @@ public int c_bounty_hunter_oldksam_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_oldksam_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -186,7 +186,7 @@ public int c_bounty_hunter_oldksam_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_oldksam_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int c_bounty_hunter_oldksam_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_sleash.java b/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_sleash.java index b8747b394e..d75b0a9906 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_sleash.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_sleash.java @@ -82,7 +82,7 @@ public int c_bounty_hunter_sleash_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_sleash_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ public int c_bounty_hunter_sleash_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_sleash_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int c_bounty_hunter_sleash_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_sleash_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -173,7 +173,7 @@ public int c_bounty_hunter_sleash_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_sleash_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int c_bounty_hunter_sleash_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_taibela.java b/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_taibela.java index a858c1700f..85dc45efb5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_taibela.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_bounty_hunter_taibela.java @@ -117,7 +117,7 @@ public int c_bounty_hunter_taibela_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_taibela_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int c_bounty_hunter_taibela_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_taibela_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int c_bounty_hunter_taibela_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_taibela_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int c_bounty_hunter_taibela_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_bounty_hunter_taibela_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int c_bounty_hunter_taibela_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_amarent.java b/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_amarent.java index 6a1dd70aaa..24f249d81c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_amarent.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_amarent.java @@ -158,7 +158,7 @@ public int c_ddroid_amarent_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_amarent_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int c_ddroid_amarent_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_amarent_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int c_ddroid_amarent_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_amarent_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -328,7 +328,7 @@ public int c_ddroid_amarent_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_amarent_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int c_ddroid_amarent_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_amarent_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int c_ddroid_amarent_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_droid.java b/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_droid.java index 52a9e84181..a059a76f07 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_droid.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_droid.java @@ -135,7 +135,7 @@ public int c_ddroid_droid_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int c_ddroid_droid_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int c_ddroid_droid_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -324,7 +324,7 @@ public int c_ddroid_droid_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int c_ddroid_droid_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int c_ddroid_droid_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int c_ddroid_droid_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -515,7 +515,7 @@ public int c_ddroid_droid_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -598,7 +598,7 @@ public int c_ddroid_droid_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -624,7 +624,7 @@ public int c_ddroid_droid_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_droid_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -639,7 +639,7 @@ public int c_ddroid_droid_handleBranch21(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_selan.java b/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_selan.java index b2d02a362c..1001aae3fb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_selan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_selan.java @@ -85,7 +85,7 @@ public int c_ddroid_selan_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_selan_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -124,7 +124,7 @@ public int c_ddroid_selan_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_selan_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -140,7 +140,7 @@ public int c_ddroid_selan_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_valance.java b/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_valance.java index be7c91c2c8..f1583961ce 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_valance.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_ddroid_valance.java @@ -158,7 +158,7 @@ public int c_ddroid_valance_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int c_ddroid_valance_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int c_ddroid_valance_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -294,7 +294,7 @@ public int c_ddroid_valance_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int c_ddroid_valance_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int c_ddroid_valance_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -456,7 +456,7 @@ public int c_ddroid_valance_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int c_ddroid_valance_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -540,7 +540,7 @@ public int c_ddroid_valance_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -565,7 +565,7 @@ public int c_ddroid_valance_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -590,7 +590,7 @@ public int c_ddroid_valance_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_ddroid_valance_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -604,7 +604,7 @@ public int c_ddroid_valance_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_def.java b/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_def.java index 162a5363ed..5bccdb959c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_def.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_def.java @@ -93,7 +93,7 @@ public int c_impdefector_def_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_impdefector_def_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int c_impdefector_def_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_jom.java b/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_jom.java index bd406c22a8..3fa3735a8c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_jom.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_jom.java @@ -142,7 +142,7 @@ public int c_impdefector_jom_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_impdefector_jom_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int c_impdefector_jom_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_impdefector_jom_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int c_impdefector_jom_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_impdefector_jom_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int c_impdefector_jom_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_impdefector_jom_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int c_impdefector_jom_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_teslo.java b/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_teslo.java index 0fc53c1089..1c50780d8d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_teslo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_impdefector_teslo.java @@ -140,7 +140,7 @@ public int c_impdefector_teslo_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_impdefector_teslo_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int c_impdefector_teslo_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_impdefector_teslo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int c_impdefector_teslo_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_kashyyyk_hunter.java b/sku.0/sys.server/compiled/game/script/conversation/c_kashyyyk_hunter.java index 83ea0501e7..27ce54b492 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_kashyyyk_hunter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_kashyyyk_hunter.java @@ -192,7 +192,7 @@ public int c_kashyyyk_hunter_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -323,7 +323,7 @@ public int c_kashyyyk_hunter_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -441,7 +441,7 @@ public int c_kashyyyk_hunter_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -550,7 +550,7 @@ public int c_kashyyyk_hunter_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -589,7 +589,7 @@ public int c_kashyyyk_hunter_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -604,7 +604,7 @@ public int c_kashyyyk_hunter_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -735,7 +735,7 @@ public int c_kashyyyk_hunter_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -854,7 +854,7 @@ public int c_kashyyyk_hunter_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -963,7 +963,7 @@ public int c_kashyyyk_hunter_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1002,7 +1002,7 @@ public int c_kashyyyk_hunter_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1017,7 +1017,7 @@ public int c_kashyyyk_hunter_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1149,7 +1149,7 @@ public int c_kashyyyk_hunter_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1210,7 +1210,7 @@ public int c_kashyyyk_hunter_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1330,7 +1330,7 @@ public int c_kashyyyk_hunter_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1369,7 +1369,7 @@ public int c_kashyyyk_hunter_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_kashyyyk_hunter_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1384,7 +1384,7 @@ public int c_kashyyyk_hunter_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_associate.java b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_associate.java index 283b5c4958..afaef54698 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_associate.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_associate.java @@ -66,7 +66,7 @@ public int c_newbie_associate_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_associate_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int c_newbie_associate_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_associate_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int c_newbie_associate_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_associate_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int c_newbie_associate_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_doctor.java b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_doctor.java index ea7b97946e..6fa03bce9a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_doctor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_doctor.java @@ -146,7 +146,7 @@ public int c_newbie_doctor_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_doctor_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int c_newbie_doctor_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_doctor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int c_newbie_doctor_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_doctor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int c_newbie_doctor_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_doctor_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int c_newbie_doctor_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_entertainer.java b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_entertainer.java index e3e9294e55..4a71d2f857 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_entertainer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_entertainer.java @@ -147,7 +147,7 @@ public int c_newbie_entertainer_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_entertainer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int c_newbie_entertainer_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_entertainer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int c_newbie_entertainer_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_entertainer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int c_newbie_entertainer_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_entertainer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int c_newbie_entertainer_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_entertainer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -367,7 +367,7 @@ public int c_newbie_entertainer_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_entertainer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -406,7 +406,7 @@ public int c_newbie_entertainer_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_entertainer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -445,7 +445,7 @@ public int c_newbie_entertainer_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_entertainer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int c_newbie_entertainer_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat.java b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat.java index 093dea4714..1af4c534f2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat.java @@ -152,7 +152,7 @@ public int c_newbie_melee_combat_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int c_newbie_melee_combat_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int c_newbie_melee_combat_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int c_newbie_melee_combat_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int c_newbie_melee_combat_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int c_newbie_melee_combat_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int c_newbie_melee_combat_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int c_newbie_melee_combat_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int c_newbie_melee_combat_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -334,7 +334,7 @@ public int c_newbie_melee_combat_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int c_newbie_melee_combat_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_1.java b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_1.java index 40bdc48afc..39e5a299e7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_1.java @@ -52,7 +52,7 @@ public int c_newbie_melee_combat_client_1_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_2.java b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_2.java index 61319ac0a5..0358b0f3eb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_2.java @@ -52,7 +52,7 @@ public int c_newbie_melee_combat_client_2_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_3.java b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_3.java index 1dc16732a5..bf77bd4560 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_melee_combat_client_3.java @@ -75,7 +75,7 @@ public int c_newbie_melee_combat_client_3_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_client_3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -90,7 +90,7 @@ public int c_newbie_melee_combat_client_3_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_melee_combat_client_3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int c_newbie_melee_combat_client_3_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_mentor.java b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_mentor.java index 98cb171986..b1b3d10c93 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_mentor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_mentor.java @@ -500,7 +500,7 @@ public int c_newbie_mentor_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int c_newbie_mentor_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -637,7 +637,7 @@ public int c_newbie_mentor_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -713,7 +713,7 @@ public int c_newbie_mentor_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -789,7 +789,7 @@ public int c_newbie_mentor_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -838,7 +838,7 @@ public int c_newbie_mentor_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -887,7 +887,7 @@ public int c_newbie_mentor_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -949,7 +949,7 @@ public int c_newbie_mentor_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -977,7 +977,7 @@ public int c_newbie_mentor_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1053,7 +1053,7 @@ public int c_newbie_mentor_handleBranch14(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1092,7 +1092,7 @@ public int c_newbie_mentor_handleBranch15(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1131,7 +1131,7 @@ public int c_newbie_mentor_handleBranch16(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1145,7 +1145,7 @@ public int c_newbie_mentor_handleBranch17(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1254,7 +1254,7 @@ public int c_newbie_mentor_handleBranch20(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1293,7 +1293,7 @@ public int c_newbie_mentor_handleBranch21(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1332,7 +1332,7 @@ public int c_newbie_mentor_handleBranch22(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1371,7 +1371,7 @@ public int c_newbie_mentor_handleBranch23(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1411,7 +1411,7 @@ public int c_newbie_mentor_handleBranch24(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1450,7 +1450,7 @@ public int c_newbie_mentor_handleBranch25(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1466,7 +1466,7 @@ public int c_newbie_mentor_handleBranch26(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1538,7 +1538,7 @@ public int c_newbie_mentor_handleBranch29(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1576,7 +1576,7 @@ public int c_newbie_mentor_handleBranch30(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1614,7 +1614,7 @@ public int c_newbie_mentor_handleBranch31(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1630,7 +1630,7 @@ public int c_newbie_mentor_handleBranch32(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1703,7 +1703,7 @@ public int c_newbie_mentor_handleBranch35(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1718,7 +1718,7 @@ public int c_newbie_mentor_handleBranch36(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1735,7 +1735,7 @@ public int c_newbie_mentor_handleBranch38(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1812,7 +1812,7 @@ public int c_newbie_mentor_handleBranch41(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1827,7 +1827,7 @@ public int c_newbie_mentor_handleBranch42(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1842,7 +1842,7 @@ public int c_newbie_mentor_handleBranch44(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1916,7 +1916,7 @@ public int c_newbie_mentor_handleBranch47(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1931,7 +1931,7 @@ public int c_newbie_mentor_handleBranch48(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1947,7 +1947,7 @@ public int c_newbie_mentor_handleBranch50(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2031,7 +2031,7 @@ public int c_newbie_mentor_handleBranch53(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2047,7 +2047,7 @@ public int c_newbie_mentor_handleBranch54(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2075,7 +2075,7 @@ public int c_newbie_mentor_handleBranch56(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2124,7 +2124,7 @@ public int c_newbie_mentor_handleBranch61(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2197,7 +2197,7 @@ public int c_newbie_mentor_handleBranch62(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2212,7 +2212,7 @@ public int c_newbie_mentor_handleBranch63(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2284,7 +2284,7 @@ public int c_newbie_mentor_handleBranch66(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2323,7 +2323,7 @@ public int c_newbie_mentor_handleBranch67(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2338,7 +2338,7 @@ public int c_newbie_mentor_handleBranch68(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2377,7 +2377,7 @@ public int c_newbie_mentor_handleBranch70(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2392,7 +2392,7 @@ public int c_newbie_mentor_handleBranch71(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2464,7 +2464,7 @@ public int c_newbie_mentor_handleBranch74(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2481,7 +2481,7 @@ public int c_newbie_mentor_handleBranch75(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2519,7 +2519,7 @@ public int c_newbie_mentor_handleBranch77(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2535,7 +2535,7 @@ public int c_newbie_mentor_handleBranch78(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2609,7 +2609,7 @@ public int c_newbie_mentor_handleBranch81(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2623,7 +2623,7 @@ public int c_newbie_mentor_handleBranch82(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2638,7 +2638,7 @@ public int c_newbie_mentor_handleBranch84(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2676,7 +2676,7 @@ public int c_newbie_mentor_handleBranch87(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2714,7 +2714,7 @@ public int c_newbie_mentor_handleBranch88(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2729,7 +2729,7 @@ public int c_newbie_mentor_handleBranch89(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2789,7 +2789,7 @@ public int c_newbie_mentor_handleBranch91(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2863,7 +2863,7 @@ public int c_newbie_mentor_handleBranch92(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2877,7 +2877,7 @@ public int c_newbie_mentor_handleBranch93(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2891,7 +2891,7 @@ public int c_newbie_mentor_handleBranch95(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2929,7 +2929,7 @@ public int c_newbie_mentor_handleBranch99(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2968,7 +2968,7 @@ public int c_newbie_mentor_handleBranch100(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2982,7 +2982,7 @@ public int c_newbie_mentor_handleBranch101(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3064,7 +3064,7 @@ public int c_newbie_mentor_handleBranch105(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3262,7 +3262,7 @@ public int c_newbie_mentor_handleBranch106(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3434,7 +3434,7 @@ public int c_newbie_mentor_handleBranch107(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3606,7 +3606,7 @@ public int c_newbie_mentor_handleBranch108(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3823,7 +3823,7 @@ public int c_newbie_mentor_handleBranch109(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4021,7 +4021,7 @@ public int c_newbie_mentor_handleBranch110(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4193,7 +4193,7 @@ public int c_newbie_mentor_handleBranch111(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4391,7 +4391,7 @@ public int c_newbie_mentor_handleBranch112(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4608,7 +4608,7 @@ public int c_newbie_mentor_handleBranch113(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4806,7 +4806,7 @@ public int c_newbie_mentor_handleBranch114(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4978,7 +4978,7 @@ public int c_newbie_mentor_handleBranch115(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5176,7 +5176,7 @@ public int c_newbie_mentor_handleBranch116(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5393,7 +5393,7 @@ public int c_newbie_mentor_handleBranch117(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5591,7 +5591,7 @@ public int c_newbie_mentor_handleBranch118(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5763,7 +5763,7 @@ public int c_newbie_mentor_handleBranch119(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5961,7 +5961,7 @@ public int c_newbie_mentor_handleBranch120(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6133,7 +6133,7 @@ public int c_newbie_mentor_handleBranch121(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6350,7 +6350,7 @@ public int c_newbie_mentor_handleBranch122(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6548,7 +6548,7 @@ public int c_newbie_mentor_handleBranch123(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6720,7 +6720,7 @@ public int c_newbie_mentor_handleBranch124(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6918,7 +6918,7 @@ public int c_newbie_mentor_handleBranch125(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7135,7 +7135,7 @@ public int c_newbie_mentor_handleBranch126(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7333,7 +7333,7 @@ public int c_newbie_mentor_handleBranch127(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7505,7 +7505,7 @@ public int c_newbie_mentor_handleBranch128(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7703,7 +7703,7 @@ public int c_newbie_mentor_handleBranch129(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7920,7 +7920,7 @@ public int c_newbie_mentor_handleBranch130(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8118,7 +8118,7 @@ public int c_newbie_mentor_handleBranch131(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8290,7 +8290,7 @@ public int c_newbie_mentor_handleBranch132(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8488,7 +8488,7 @@ public int c_newbie_mentor_handleBranch133(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8660,7 +8660,7 @@ public int c_newbie_mentor_handleBranch134(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8877,7 +8877,7 @@ public int c_newbie_mentor_handleBranch135(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9075,7 +9075,7 @@ public int c_newbie_mentor_handleBranch136(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9247,7 +9247,7 @@ public int c_newbie_mentor_handleBranch137(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9445,7 +9445,7 @@ public int c_newbie_mentor_handleBranch138(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9662,7 +9662,7 @@ public int c_newbie_mentor_handleBranch139(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9860,7 +9860,7 @@ public int c_newbie_mentor_handleBranch140(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10032,7 +10032,7 @@ public int c_newbie_mentor_handleBranch141(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10230,7 +10230,7 @@ public int c_newbie_mentor_handleBranch142(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10447,7 +10447,7 @@ public int c_newbie_mentor_handleBranch143(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10645,7 +10645,7 @@ public int c_newbie_mentor_handleBranch144(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10817,7 +10817,7 @@ public int c_newbie_mentor_handleBranch145(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11015,7 +11015,7 @@ public int c_newbie_mentor_handleBranch146(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11097,7 +11097,7 @@ public int c_newbie_mentor_handleBranch147(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11295,7 +11295,7 @@ public int c_newbie_mentor_handleBranch148(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11377,7 +11377,7 @@ public int c_newbie_mentor_handleBranch149(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11575,7 +11575,7 @@ public int c_newbie_mentor_handleBranch150(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11657,7 +11657,7 @@ public int c_newbie_mentor_handleBranch151(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11855,7 +11855,7 @@ public int c_newbie_mentor_handleBranch152(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11893,7 +11893,7 @@ public int c_newbie_mentor_handleBranch153(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11909,7 +11909,7 @@ public int c_newbie_mentor_handleBranch154(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_mentor_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12092,7 +12092,7 @@ public int c_newbie_mentor_handleBranch156(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_secondchance.java b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_secondchance.java index a31d55e00a..0049c54350 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_newbie_secondchance.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_newbie_secondchance.java @@ -216,7 +216,7 @@ public int c_newbie_secondchance_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int c_newbie_secondchance_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int c_newbie_secondchance_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int c_newbie_secondchance_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int c_newbie_secondchance_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -371,7 +371,7 @@ public int c_newbie_secondchance_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int c_newbie_secondchance_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -436,7 +436,7 @@ public int c_newbie_secondchance_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -510,7 +510,7 @@ public int c_newbie_secondchance_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -548,7 +548,7 @@ public int c_newbie_secondchance_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int c_newbie_secondchance_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -694,7 +694,7 @@ public int c_newbie_secondchance_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -800,7 +800,7 @@ public int c_newbie_secondchance_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -861,7 +861,7 @@ public int c_newbie_secondchance_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -947,7 +947,7 @@ public int c_newbie_secondchance_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1008,7 +1008,7 @@ public int c_newbie_secondchance_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1094,7 +1094,7 @@ public int c_newbie_secondchance_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1155,7 +1155,7 @@ public int c_newbie_secondchance_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1241,7 +1241,7 @@ public int c_newbie_secondchance_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1281,7 +1281,7 @@ public int c_newbie_secondchance_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1319,7 +1319,7 @@ public int c_newbie_secondchance_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1357,7 +1357,7 @@ public int c_newbie_secondchance_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1395,7 +1395,7 @@ public int c_newbie_secondchance_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_newbie_secondchance_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1455,7 +1455,7 @@ public int c_newbie_secondchance_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_prof_arti_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/c_prof_arti_questgiver.java index 3a92666329..99bcfd0281 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_prof_arti_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_prof_arti_questgiver.java @@ -158,7 +158,7 @@ public int c_prof_arti_questgiver_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int c_prof_arti_questgiver_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int c_prof_arti_questgiver_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int c_prof_arti_questgiver_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -412,7 +412,7 @@ public int c_prof_arti_questgiver_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ public int c_prof_arti_questgiver_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -633,7 +633,7 @@ public int c_prof_arti_questgiver_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -683,7 +683,7 @@ public int c_prof_arti_questgiver_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -757,7 +757,7 @@ public int c_prof_arti_questgiver_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -771,7 +771,7 @@ public int c_prof_arti_questgiver_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -785,7 +785,7 @@ public int c_prof_arti_questgiver_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -911,7 +911,7 @@ public int c_prof_arti_questgiver_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1037,7 +1037,7 @@ public int c_prof_arti_questgiver_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1163,7 +1163,7 @@ public int c_prof_arti_questgiver_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_arti_questgiver_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1237,7 +1237,7 @@ public int c_prof_arti_questgiver_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_anchorcontact.java b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_anchorcontact.java index 730b801f8d..76cad3ccb2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_anchorcontact.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_anchorcontact.java @@ -91,7 +91,7 @@ public int c_prof_ent_anchorcontact_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_anchorcontact_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int c_prof_ent_anchorcontact_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_anchorcontact_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int c_prof_ent_anchorcontact_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_bestinecontact.java b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_bestinecontact.java index 711e618f0f..ebbfc95f98 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_bestinecontact.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_bestinecontact.java @@ -92,7 +92,7 @@ public int c_prof_ent_bestinecontact_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_bestinecontact_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int c_prof_ent_bestinecontact_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_bestinecontact_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int c_prof_ent_bestinecontact_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_bestinecontact_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int c_prof_ent_bestinecontact_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_espacontact.java b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_espacontact.java index 553289ed06..f3133130ec 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_espacontact.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_espacontact.java @@ -155,7 +155,7 @@ public int c_prof_ent_espacontact_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int c_prof_ent_espacontact_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int c_prof_ent_espacontact_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -304,7 +304,7 @@ public int c_prof_ent_espacontact_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -344,7 +344,7 @@ public int c_prof_ent_espacontact_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int c_prof_ent_espacontact_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int c_prof_ent_espacontact_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -470,7 +470,7 @@ public int c_prof_ent_espacontact_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int c_prof_ent_espacontact_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int c_prof_ent_espacontact_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -596,7 +596,7 @@ public int c_prof_ent_espacontact_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -644,7 +644,7 @@ public int c_prof_ent_espacontact_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -683,7 +683,7 @@ public int c_prof_ent_espacontact_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_espacontact_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -699,7 +699,7 @@ public int c_prof_ent_espacontact_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_host.java b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_host.java index 3ae5c90e2a..e97d44207f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_host.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_host.java @@ -39,7 +39,7 @@ public int c_prof_ent_host_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_questgiver.java index 762038725c..529ff578f7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_questgiver.java @@ -213,7 +213,7 @@ public int c_prof_ent_questgiver_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int c_prof_ent_questgiver_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int c_prof_ent_questgiver_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -407,7 +407,7 @@ public int c_prof_ent_questgiver_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -455,7 +455,7 @@ public int c_prof_ent_questgiver_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -470,7 +470,7 @@ public int c_prof_ent_questgiver_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -508,7 +508,7 @@ public int c_prof_ent_questgiver_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int c_prof_ent_questgiver_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -562,7 +562,7 @@ public int c_prof_ent_questgiver_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -748,7 +748,7 @@ public int c_prof_ent_questgiver_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -762,7 +762,7 @@ public int c_prof_ent_questgiver_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -776,7 +776,7 @@ public int c_prof_ent_questgiver_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -790,7 +790,7 @@ public int c_prof_ent_questgiver_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1140,7 +1140,7 @@ public int c_prof_ent_questgiver_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1490,7 +1490,7 @@ public int c_prof_ent_questgiver_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1840,7 +1840,7 @@ public int c_prof_ent_questgiver_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2190,7 +2190,7 @@ public int c_prof_ent_questgiver_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2540,7 +2540,7 @@ public int c_prof_ent_questgiver_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2578,7 +2578,7 @@ public int c_prof_ent_questgiver_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2616,7 +2616,7 @@ public int c_prof_ent_questgiver_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2632,7 +2632,7 @@ public int c_prof_ent_questgiver_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2680,7 +2680,7 @@ public int c_prof_ent_questgiver_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2718,7 +2718,7 @@ public int c_prof_ent_questgiver_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2767,7 +2767,7 @@ public int c_prof_ent_questgiver_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2883,7 +2883,7 @@ public int c_prof_ent_questgiver_handleBranch35(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3022,7 +3022,7 @@ public int c_prof_ent_questgiver_handleBranch36(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3118,7 +3118,7 @@ public int c_prof_ent_questgiver_handleBranch37(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3145,7 +3145,7 @@ public int c_prof_ent_questgiver_handleBranch38(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3261,7 +3261,7 @@ public int c_prof_ent_questgiver_handleBranch41(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3358,7 +3358,7 @@ public int c_prof_ent_questgiver_handleBranch42(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3385,7 +3385,7 @@ public int c_prof_ent_questgiver_handleBranch43(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3501,7 +3501,7 @@ public int c_prof_ent_questgiver_handleBranch44(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3596,7 +3596,7 @@ public int c_prof_ent_questgiver_handleBranch45(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3623,7 +3623,7 @@ public int c_prof_ent_questgiver_handleBranch46(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3739,7 +3739,7 @@ public int c_prof_ent_questgiver_handleBranch47(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3878,7 +3878,7 @@ public int c_prof_ent_questgiver_handleBranch48(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3973,7 +3973,7 @@ public int c_prof_ent_questgiver_handleBranch49(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4000,7 +4000,7 @@ public int c_prof_ent_questgiver_handleBranch50(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4116,7 +4116,7 @@ public int c_prof_ent_questgiver_handleBranch51(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4213,7 +4213,7 @@ public int c_prof_ent_questgiver_handleBranch52(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4240,7 +4240,7 @@ public int c_prof_ent_questgiver_handleBranch53(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4356,7 +4356,7 @@ public int c_prof_ent_questgiver_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4451,7 +4451,7 @@ public int c_prof_ent_questgiver_handleBranch55(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4478,7 +4478,7 @@ public int c_prof_ent_questgiver_handleBranch56(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_prof_ent_questgiver_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4594,7 +4594,7 @@ public int c_prof_ent_questgiver_handleBranch57(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_allard.java b/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_allard.java index b8ed6725e8..662dedc85b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_allard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_allard.java @@ -140,7 +140,7 @@ public int c_rebdefector_allard_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_rebdefector_allard_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int c_rebdefector_allard_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_rebdefector_allard_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int c_rebdefector_allard_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_def.java b/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_def.java index 00035849f8..04675182ed 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_def.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_def.java @@ -93,7 +93,7 @@ public int c_rebdefector_def_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_rebdefector_def_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int c_rebdefector_def_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_jaek.java b/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_jaek.java index d04976a41e..39b2f088bd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_jaek.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_rebdefector_jaek.java @@ -146,7 +146,7 @@ public int c_rebdefector_jaek_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_rebdefector_jaek_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -173,7 +173,7 @@ public int c_rebdefector_jaek_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_rebdefector_jaek_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int c_rebdefector_jaek_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_rebdefector_jaek_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int c_rebdefector_jaek_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_rebdefector_jaek_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int c_rebdefector_jaek_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_sink_imp.java b/sku.0/sys.server/compiled/game/script/conversation/c_sink_imp.java index 28b92c7634..3b8d885a82 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_sink_imp.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_sink_imp.java @@ -306,7 +306,7 @@ public int c_sink_imp_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int c_sink_imp_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int c_sink_imp_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -434,7 +434,7 @@ public int c_sink_imp_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int c_sink_imp_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int c_sink_imp_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ public int c_sink_imp_handleBranch15(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int c_sink_imp_handleBranch17(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -664,7 +664,7 @@ public int c_sink_imp_handleBranch20(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -679,7 +679,7 @@ public int c_sink_imp_handleBranch21(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -783,7 +783,7 @@ public int c_sink_imp_handleBranch24(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -798,7 +798,7 @@ public int c_sink_imp_handleBranch26(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -824,7 +824,7 @@ public int c_sink_imp_handleBranch28(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -839,7 +839,7 @@ public int c_sink_imp_handleBranch32(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_imp_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -853,7 +853,7 @@ public int c_sink_imp_handleBranch34(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_sink_reb.java b/sku.0/sys.server/compiled/game/script/conversation/c_sink_reb.java index c7671c778e..983bd0643b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_sink_reb.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_sink_reb.java @@ -297,7 +297,7 @@ public int c_sink_reb_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int c_sink_reb_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int c_sink_reb_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int c_sink_reb_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -484,7 +484,7 @@ public int c_sink_reb_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -533,7 +533,7 @@ public int c_sink_reb_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int c_sink_reb_handleBranch11(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int c_sink_reb_handleBranch16(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int c_sink_reb_handleBranch18(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -669,7 +669,7 @@ public int c_sink_reb_handleBranch21(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -739,7 +739,7 @@ public int c_sink_reb_handleBranch24(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -765,7 +765,7 @@ public int c_sink_reb_handleBranch27(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_sink_reb_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -779,7 +779,7 @@ public int c_sink_reb_handleBranch30(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_awrada.java b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_awrada.java index 5b486fe56b..041cdda7a6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_awrada.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_awrada.java @@ -38,7 +38,7 @@ public int c_smuggler_awrada_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_caril.java b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_caril.java index 61110a13ce..3def81ae48 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_caril.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_caril.java @@ -38,7 +38,7 @@ public int c_smuggler_caril_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_lorusku.java b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_lorusku.java index ba0b6df057..3edbf6b20d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_lorusku.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_lorusku.java @@ -61,7 +61,7 @@ public int c_smuggler_lorusku_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_lorusku_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int c_smuggler_lorusku_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_lorusku_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -116,7 +116,7 @@ public int c_smuggler_lorusku_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_nyradi.java b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_nyradi.java index 37f4648b93..517868bc40 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_nyradi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_nyradi.java @@ -38,7 +38,7 @@ public int c_smuggler_nyradi_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_radeld.java b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_radeld.java index f55d66f8b3..bfa94efede 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_radeld.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_smuggler_radeld.java @@ -61,7 +61,7 @@ public int c_smuggler_radeld_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_radeld_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -75,7 +75,7 @@ public int c_smuggler_radeld_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_radeld_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int c_smuggler_radeld_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_radeld_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int c_smuggler_radeld_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_radeld_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int c_smuggler_radeld_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_radeld_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int c_smuggler_radeld_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_radeld_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int c_smuggler_radeld_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_radeld_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int c_smuggler_radeld_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_smuggler_radeld_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int c_smuggler_radeld_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_doc.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_doc.java index 4ae30d68ff..ab3b6cccb3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_doc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_doc.java @@ -118,7 +118,7 @@ public int c_story1_1_doc_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_doc_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int c_story1_1_doc_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_doc_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int c_story1_1_doc_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_doc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int c_story1_1_doc_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_imp_quest.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_imp_quest.java index fbb871d1b8..77867e7de4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_imp_quest.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_imp_quest.java @@ -314,7 +314,7 @@ public int c_story1_1_imp_quest_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -339,7 +339,7 @@ public int c_story1_1_imp_quest_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int c_story1_1_imp_quest_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int c_story1_1_imp_quest_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -551,7 +551,7 @@ public int c_story1_1_imp_quest_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -576,7 +576,7 @@ public int c_story1_1_imp_quest_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -646,7 +646,7 @@ public int c_story1_1_imp_quest_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -684,7 +684,7 @@ public int c_story1_1_imp_quest_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -733,7 +733,7 @@ public int c_story1_1_imp_quest_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -758,7 +758,7 @@ public int c_story1_1_imp_quest_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -839,7 +839,7 @@ public int c_story1_1_imp_quest_handleBranch29(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -888,7 +888,7 @@ public int c_story1_1_imp_quest_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -960,7 +960,7 @@ public int c_story1_1_imp_quest_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -998,7 +998,7 @@ public int c_story1_1_imp_quest_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1017,7 +1017,7 @@ public int c_story1_1_imp_quest_handleBranch33(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1056,7 +1056,7 @@ public int c_story1_1_imp_quest_handleBranch35(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1095,7 +1095,7 @@ public int c_story1_1_imp_quest_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1134,7 +1134,7 @@ public int c_story1_1_imp_quest_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1186,7 +1186,7 @@ public int c_story1_1_imp_quest_handleBranch38(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1214,7 +1214,7 @@ public int c_story1_1_imp_quest_handleBranch39(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1245,7 +1245,7 @@ public int c_story1_1_imp_quest_handleBranch42(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1354,7 +1354,7 @@ public int c_story1_1_imp_quest_handleBranch45(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1406,7 +1406,7 @@ public int c_story1_1_imp_quest_handleBranch46(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1456,7 +1456,7 @@ public int c_story1_1_imp_quest_handleBranch48(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1518,7 +1518,7 @@ public int c_story1_1_imp_quest_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1536,7 +1536,7 @@ public int c_story1_1_imp_quest_handleBranch50(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_imp_quest_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1588,7 +1588,7 @@ public int c_story1_1_imp_quest_handleBranch53(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_neu_quest.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_neu_quest.java index feac5b9ee6..1ca6343411 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_neu_quest.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_neu_quest.java @@ -316,7 +316,7 @@ public int c_story1_1_neu_quest_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -342,7 +342,7 @@ public int c_story1_1_neu_quest_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -413,7 +413,7 @@ public int c_story1_1_neu_quest_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -484,7 +484,7 @@ public int c_story1_1_neu_quest_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -556,7 +556,7 @@ public int c_story1_1_neu_quest_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -583,7 +583,7 @@ public int c_story1_1_neu_quest_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -654,7 +654,7 @@ public int c_story1_1_neu_quest_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -692,7 +692,7 @@ public int c_story1_1_neu_quest_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int c_story1_1_neu_quest_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -767,7 +767,7 @@ public int c_story1_1_neu_quest_handleBranch24(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -805,7 +805,7 @@ public int c_story1_1_neu_quest_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -843,7 +843,7 @@ public int c_story1_1_neu_quest_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -858,7 +858,7 @@ public int c_story1_1_neu_quest_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -897,7 +897,7 @@ public int c_story1_1_neu_quest_handleBranch34(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -936,7 +936,7 @@ public int c_story1_1_neu_quest_handleBranch35(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -987,7 +987,7 @@ public int c_story1_1_neu_quest_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1018,7 +1018,7 @@ public int c_story1_1_neu_quest_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1055,7 +1055,7 @@ public int c_story1_1_neu_quest_handleBranch40(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1165,7 +1165,7 @@ public int c_story1_1_neu_quest_handleBranch43(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1236,7 +1236,7 @@ public int c_story1_1_neu_quest_handleBranch44(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1291,7 +1291,7 @@ public int c_story1_1_neu_quest_handleBranch45(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1312,7 +1312,7 @@ public int c_story1_1_neu_quest_handleBranch46(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_neu_quest_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1383,7 +1383,7 @@ public int c_story1_1_neu_quest_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_reb_quest.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_reb_quest.java index ddc328f87a..ff3dffa574 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_reb_quest.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_1_reb_quest.java @@ -315,7 +315,7 @@ public int c_story1_1_reb_quest_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int c_story1_1_reb_quest_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int c_story1_1_reb_quest_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int c_story1_1_reb_quest_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int c_story1_1_reb_quest_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -577,7 +577,7 @@ public int c_story1_1_reb_quest_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -668,7 +668,7 @@ public int c_story1_1_reb_quest_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -727,7 +727,7 @@ public int c_story1_1_reb_quest_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -765,7 +765,7 @@ public int c_story1_1_reb_quest_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -780,7 +780,7 @@ public int c_story1_1_reb_quest_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -852,7 +852,7 @@ public int c_story1_1_reb_quest_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -890,7 +890,7 @@ public int c_story1_1_reb_quest_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -928,7 +928,7 @@ public int c_story1_1_reb_quest_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -944,7 +944,7 @@ public int c_story1_1_reb_quest_handleBranch33(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -982,7 +982,7 @@ public int c_story1_1_reb_quest_handleBranch35(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1020,7 +1020,7 @@ public int c_story1_1_reb_quest_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1071,7 +1071,7 @@ public int c_story1_1_reb_quest_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int c_story1_1_reb_quest_handleBranch38(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1136,7 +1136,7 @@ public int c_story1_1_reb_quest_handleBranch41(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1257,7 +1257,7 @@ public int c_story1_1_reb_quest_handleBranch44(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1313,7 +1313,7 @@ public int c_story1_1_reb_quest_handleBranch45(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1328,7 +1328,7 @@ public int c_story1_1_reb_quest_handleBranch47(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_1_reb_quest_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1384,7 +1384,7 @@ public int c_story1_1_reb_quest_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_2_chemist.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_2_chemist.java index ea9c489462..84fbb75c15 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_2_chemist.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_2_chemist.java @@ -115,7 +115,7 @@ public int c_story1_2_chemist_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_2_chemist_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int c_story1_2_chemist_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_2_chemist_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int c_story1_2_chemist_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_2_chemist_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int c_story1_2_chemist_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_2_chemist_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int c_story1_2_chemist_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_2_mole.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_2_mole.java index e3ae8ae41f..6ae2893dcd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_2_mole.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_2_mole.java @@ -97,7 +97,7 @@ public int c_story1_2_mole_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_3_imprisoned_wookiee.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_3_imprisoned_wookiee.java index 23aed54a2f..a221f99647 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_3_imprisoned_wookiee.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_3_imprisoned_wookiee.java @@ -127,7 +127,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -354,7 +354,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -370,7 +370,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -424,7 +424,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -475,7 +475,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -540,7 +540,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -570,7 +570,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_imprisoned_wookiee_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int c_story1_3_imprisoned_wookiee_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_3_wire.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_3_wire.java index a86eb9bdcb..52ace882d5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_3_wire.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_3_wire.java @@ -138,7 +138,7 @@ public int c_story1_3_wire_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int c_story1_3_wire_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int c_story1_3_wire_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int c_story1_3_wire_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int c_story1_3_wire_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -369,7 +369,7 @@ public int c_story1_3_wire_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -438,7 +438,7 @@ public int c_story1_3_wire_handleBranch11(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int c_story1_3_wire_handleBranch12(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -528,7 +528,7 @@ public int c_story1_3_wire_handleBranch14(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -576,7 +576,7 @@ public int c_story1_3_wire_handleBranch15(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -638,7 +638,7 @@ public int c_story1_3_wire_handleBranch16(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -757,7 +757,7 @@ public int c_story1_3_wire_handleBranch17(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -790,7 +790,7 @@ public int c_story1_3_wire_handleBranch19(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_3_wire_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -821,7 +821,7 @@ public int c_story1_3_wire_handleBranch21(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_imp_contact.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_imp_contact.java index f0e5fe0230..d19fbc2da7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_imp_contact.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_imp_contact.java @@ -256,7 +256,7 @@ public int c_story1_4_imp_contact_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -306,7 +306,7 @@ public int c_story1_4_imp_contact_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -391,7 +391,7 @@ public int c_story1_4_imp_contact_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int c_story1_4_imp_contact_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -483,7 +483,7 @@ public int c_story1_4_imp_contact_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int c_story1_4_imp_contact_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -549,7 +549,7 @@ public int c_story1_4_imp_contact_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int c_story1_4_imp_contact_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -624,7 +624,7 @@ public int c_story1_4_imp_contact_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -696,7 +696,7 @@ public int c_story1_4_imp_contact_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -757,7 +757,7 @@ public int c_story1_4_imp_contact_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -797,7 +797,7 @@ public int c_story1_4_imp_contact_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -812,7 +812,7 @@ public int c_story1_4_imp_contact_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -851,7 +851,7 @@ public int c_story1_4_imp_contact_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -889,7 +889,7 @@ public int c_story1_4_imp_contact_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -930,7 +930,7 @@ public int c_story1_4_imp_contact_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -944,7 +944,7 @@ public int c_story1_4_imp_contact_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -982,7 +982,7 @@ public int c_story1_4_imp_contact_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -999,7 +999,7 @@ public int c_story1_4_imp_contact_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1048,7 +1048,7 @@ public int c_story1_4_imp_contact_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1122,7 +1122,7 @@ public int c_story1_4_imp_contact_handleBranch33(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1160,7 +1160,7 @@ public int c_story1_4_imp_contact_handleBranch34(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1175,7 +1175,7 @@ public int c_story1_4_imp_contact_handleBranch35(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1213,7 +1213,7 @@ public int c_story1_4_imp_contact_handleBranch37(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1307,7 +1307,7 @@ public int c_story1_4_imp_contact_handleBranch39(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1381,7 +1381,7 @@ public int c_story1_4_imp_contact_handleBranch40(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1397,7 +1397,7 @@ public int c_story1_4_imp_contact_handleBranch41(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1412,7 +1412,7 @@ public int c_story1_4_imp_contact_handleBranch43(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1428,7 +1428,7 @@ public int c_story1_4_imp_contact_handleBranch45(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_contact_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1442,7 +1442,7 @@ public int c_story1_4_imp_contact_handleBranch48(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_imp_guard.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_imp_guard.java index 1c70e62358..bc029999e7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_imp_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_imp_guard.java @@ -94,7 +94,7 @@ public int c_story1_4_imp_guard_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_guard_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int c_story1_4_imp_guard_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_guard_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int c_story1_4_imp_guard_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_guard_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int c_story1_4_imp_guard_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_guard_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int c_story1_4_imp_guard_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_imp_guard_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int c_story1_4_imp_guard_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_lando.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_lando.java index 4d1c56c00b..cfe6f8a8ef 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_lando.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_lando.java @@ -115,7 +115,7 @@ public int c_story1_4_lando_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int c_story1_4_lando_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int c_story1_4_lando_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int c_story1_4_lando_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -530,7 +530,7 @@ public int c_story1_4_lando_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -686,7 +686,7 @@ public int c_story1_4_lando_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int c_story1_4_lando_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -766,7 +766,7 @@ public int c_story1_4_lando_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -782,7 +782,7 @@ public int c_story1_4_lando_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -833,7 +833,7 @@ public int c_story1_4_lando_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -920,7 +920,7 @@ public int c_story1_4_lando_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_lando_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -996,7 +996,7 @@ public int c_story1_4_lando_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_reb_contact.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_reb_contact.java index efbee84681..6e875b743a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_reb_contact.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_reb_contact.java @@ -260,7 +260,7 @@ public int c_story1_4_reb_contact_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int c_story1_4_reb_contact_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int c_story1_4_reb_contact_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int c_story1_4_reb_contact_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -482,7 +482,7 @@ public int c_story1_4_reb_contact_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int c_story1_4_reb_contact_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int c_story1_4_reb_contact_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -571,7 +571,7 @@ public int c_story1_4_reb_contact_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int c_story1_4_reb_contact_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -661,7 +661,7 @@ public int c_story1_4_reb_contact_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -733,7 +733,7 @@ public int c_story1_4_reb_contact_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -793,7 +793,7 @@ public int c_story1_4_reb_contact_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -833,7 +833,7 @@ public int c_story1_4_reb_contact_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -848,7 +848,7 @@ public int c_story1_4_reb_contact_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -887,7 +887,7 @@ public int c_story1_4_reb_contact_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -937,7 +937,7 @@ public int c_story1_4_reb_contact_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1015,7 +1015,7 @@ public int c_story1_4_reb_contact_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1030,7 +1030,7 @@ public int c_story1_4_reb_contact_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1045,7 +1045,7 @@ public int c_story1_4_reb_contact_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1084,7 +1084,7 @@ public int c_story1_4_reb_contact_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1099,7 +1099,7 @@ public int c_story1_4_reb_contact_handleBranch33(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1148,7 +1148,7 @@ public int c_story1_4_reb_contact_handleBranch35(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1220,7 +1220,7 @@ public int c_story1_4_reb_contact_handleBranch36(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1258,7 +1258,7 @@ public int c_story1_4_reb_contact_handleBranch37(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1273,7 +1273,7 @@ public int c_story1_4_reb_contact_handleBranch38(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1311,7 +1311,7 @@ public int c_story1_4_reb_contact_handleBranch40(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1405,7 +1405,7 @@ public int c_story1_4_reb_contact_handleBranch42(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1479,7 +1479,7 @@ public int c_story1_4_reb_contact_handleBranch43(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1494,7 +1494,7 @@ public int c_story1_4_reb_contact_handleBranch44(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1509,7 +1509,7 @@ public int c_story1_4_reb_contact_handleBranch46(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1524,7 +1524,7 @@ public int c_story1_4_reb_contact_handleBranch48(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_contact_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1538,7 +1538,7 @@ public int c_story1_4_reb_contact_handleBranch52(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_reb_guard.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_reb_guard.java index 1725197c35..2576eb7619 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_reb_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_4_reb_guard.java @@ -94,7 +94,7 @@ public int c_story1_4_reb_guard_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_guard_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int c_story1_4_reb_guard_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_guard_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int c_story1_4_reb_guard_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_guard_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int c_story1_4_reb_guard_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_guard_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int c_story1_4_reb_guard_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_4_reb_guard_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int c_story1_4_reb_guard_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_5.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_5.java index 5a2cb767ec..84f2384ddd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_5.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_5.java @@ -61,7 +61,7 @@ public int c_story1_5_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int c_story1_5_handleBranch5(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int c_story1_5_handleBranch6(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int c_story1_5_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int c_story1_5_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int c_story1_5_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int c_story1_5_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -473,7 +473,7 @@ public int c_story1_5_handleBranch11(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ public int c_story1_5_handleBranch12(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int c_story1_5_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int c_story1_5_handleBranch14(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -692,7 +692,7 @@ public int c_story1_5_handleBranch15(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -730,7 +730,7 @@ public int c_story1_5_handleBranch17(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -779,7 +779,7 @@ public int c_story1_5_handleBranch18(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -828,7 +828,7 @@ public int c_story1_5_handleBranch19(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_story1_5_rebel.java b/sku.0/sys.server/compiled/game/script/conversation/c_story1_5_rebel.java index d8c33badb5..aba43de6a5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_story1_5_rebel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_story1_5_rebel.java @@ -119,7 +119,7 @@ public int c_story1_5_rebel_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int c_story1_5_rebel_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int c_story1_5_rebel_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -300,7 +300,7 @@ public int c_story1_5_rebel_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -372,7 +372,7 @@ public int c_story1_5_rebel_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int c_story1_5_rebel_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int c_story1_5_rebel_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -486,7 +486,7 @@ public int c_story1_5_rebel_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int c_story1_5_rebel_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -539,7 +539,7 @@ public int c_story1_5_rebel_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_story1_5_rebel_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -588,7 +588,7 @@ public int c_story1_5_rebel_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_talus_grave_robbers_omkoo.java b/sku.0/sys.server/compiled/game/script/conversation/c_talus_grave_robbers_omkoo.java index 2df7f5b84d..8999098c98 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_talus_grave_robbers_omkoo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_talus_grave_robbers_omkoo.java @@ -103,7 +103,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -379,7 +379,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -476,7 +476,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -572,7 +572,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -638,7 +638,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_talus_grave_robbers_omkoo_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -738,7 +738,7 @@ public int c_talus_grave_robbers_omkoo_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm1.java b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm1.java index 447bd58b40..3b288624fc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm1.java @@ -123,7 +123,7 @@ public int c_tutorial_rm1_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int c_tutorial_rm1_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int c_tutorial_rm1_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int c_tutorial_rm1_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int c_tutorial_rm1_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -332,7 +332,7 @@ public int c_tutorial_rm1_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int c_tutorial_rm1_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int c_tutorial_rm1_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int c_tutorial_rm1_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -442,7 +442,7 @@ public int c_tutorial_rm1_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm2.java b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm2.java index 92e80dc302..367e55d2d6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm2.java @@ -131,7 +131,7 @@ public int c_tutorial_rm2_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm2_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int c_tutorial_rm2_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int c_tutorial_rm2_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int c_tutorial_rm2_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int c_tutorial_rm2_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int c_tutorial_rm2_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -362,7 +362,7 @@ public int c_tutorial_rm2_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm3.java b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm3.java index 63e2a05ede..28e175797b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm3.java @@ -138,7 +138,7 @@ public int c_tutorial_rm3_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm3_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int c_tutorial_rm3_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int c_tutorial_rm3_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm3_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int c_tutorial_rm3_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -252,7 +252,7 @@ public int c_tutorial_rm3_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm4.java b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm4.java index 786f16af0f..128135670c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm4.java @@ -120,7 +120,7 @@ public int c_tutorial_rm4_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm4_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int c_tutorial_rm4_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm4_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int c_tutorial_rm4_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int c_tutorial_rm4_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int c_tutorial_rm4_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int c_tutorial_rm4_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm4_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int c_tutorial_rm4_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm5.java b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm5.java index 29a8ec3c90..ed11b2126d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm5.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm5.java @@ -119,7 +119,7 @@ public int c_tutorial_rm5_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm5_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int c_tutorial_rm5_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm5_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int c_tutorial_rm5_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm5_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int c_tutorial_rm5_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm5_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int c_tutorial_rm5_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm6.java b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm6.java index 99a8034912..ce16c63944 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm6.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm6.java @@ -144,7 +144,7 @@ public int c_tutorial_rm6_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm6_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int c_tutorial_rm6_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm6_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int c_tutorial_rm6_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm6_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int c_tutorial_rm6_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm6_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int c_tutorial_rm6_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm6_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -332,7 +332,7 @@ public int c_tutorial_rm6_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm6_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int c_tutorial_rm6_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm7.java b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm7.java index 7cfeb1c7ad..86d27948db 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm7.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm7.java @@ -133,7 +133,7 @@ public int c_tutorial_rm7_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm7_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int c_tutorial_rm7_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm7_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int c_tutorial_rm7_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm7_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int c_tutorial_rm7_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm7_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -259,7 +259,7 @@ public int c_tutorial_rm7_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm7_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int c_tutorial_rm7_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm8.java b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm8.java index af680eb368..d4f7c30c75 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm8.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_tutorial_rm8.java @@ -141,7 +141,7 @@ public int c_tutorial_rm8_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int c_tutorial_rm8_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -316,7 +316,7 @@ public int c_tutorial_rm8_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int c_tutorial_rm8_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int c_tutorial_rm8_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int c_tutorial_rm8_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -464,7 +464,7 @@ public int c_tutorial_rm8_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int c_tutorial_rm8_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int c_tutorial_rm8_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -560,7 +560,7 @@ public int c_tutorial_rm8_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int c_tutorial_rm8_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -640,7 +640,7 @@ public int c_tutorial_rm8_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -680,7 +680,7 @@ public int c_tutorial_rm8_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -696,7 +696,7 @@ public int c_tutorial_rm8_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -747,7 +747,7 @@ public int c_tutorial_rm8_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -834,7 +834,7 @@ public int c_tutorial_rm8_handleBranch21(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -874,7 +874,7 @@ public int c_tutorial_rm8_handleBranch22(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -914,7 +914,7 @@ public int c_tutorial_rm8_handleBranch23(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -930,7 +930,7 @@ public int c_tutorial_rm8_handleBranch24(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1006,7 +1006,7 @@ public int c_tutorial_rm8_handleBranch26(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1022,7 +1022,7 @@ public int c_tutorial_rm8_handleBranch27(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int c_tutorial_rm8_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1038,7 +1038,7 @@ public int c_tutorial_rm8_handleBranch29(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/cale_serasai.java b/sku.0/sys.server/compiled/game/script/conversation/cale_serasai.java index d652ae2ece..acee48a857 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/cale_serasai.java +++ b/sku.0/sys.server/compiled/game/script/conversation/cale_serasai.java @@ -82,7 +82,7 @@ public int cale_serasai_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cale_serasai_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int cale_serasai_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cale_serasai_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int cale_serasai_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cale_serasai_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int cale_serasai_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cale_serasai_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int cale_serasai_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cale_serasai_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int cale_serasai_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cale_serasai_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int cale_serasai_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cale_serasai_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int cale_serasai_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/camp_beta_leader.java b/sku.0/sys.server/compiled/game/script/conversation/camp_beta_leader.java index dc31120019..0ae7db87d5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/camp_beta_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/camp_beta_leader.java @@ -54,7 +54,7 @@ public int camp_beta_leader_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_beta_leader_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -69,7 +69,7 @@ public int camp_beta_leader_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_beta_leader_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int camp_beta_leader_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_beta_leader_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int camp_beta_leader_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_beta_leader_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int camp_beta_leader_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_beta_leader_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int camp_beta_leader_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_beta_leader_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -261,7 +261,7 @@ public int camp_beta_leader_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_beta_leader_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -276,7 +276,7 @@ public int camp_beta_leader_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/camp_delta_leader.java b/sku.0/sys.server/compiled/game/script/conversation/camp_delta_leader.java index 89a59488fd..0bfdbe95ce 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/camp_delta_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/camp_delta_leader.java @@ -50,7 +50,7 @@ public int camp_delta_leader_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_delta_leader_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -88,7 +88,7 @@ public int camp_delta_leader_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_delta_leader_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int camp_delta_leader_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_delta_leader_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int camp_delta_leader_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_delta_leader_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int camp_delta_leader_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_delta_leader_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int camp_delta_leader_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_delta_leader_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int camp_delta_leader_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_delta_leader_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int camp_delta_leader_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/camp_epsilon_leader.java b/sku.0/sys.server/compiled/game/script/conversation/camp_epsilon_leader.java index ca081ea258..40fcaf21b2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/camp_epsilon_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/camp_epsilon_leader.java @@ -50,7 +50,7 @@ public int camp_epsilon_leader_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_epsilon_leader_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -88,7 +88,7 @@ public int camp_epsilon_leader_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_epsilon_leader_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int camp_epsilon_leader_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_epsilon_leader_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int camp_epsilon_leader_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_epsilon_leader_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int camp_epsilon_leader_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/camp_gamma_leader.java b/sku.0/sys.server/compiled/game/script/conversation/camp_gamma_leader.java index f8228c56f3..36b750e244 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/camp_gamma_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/camp_gamma_leader.java @@ -54,7 +54,7 @@ public int camp_gamma_leader_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_gamma_leader_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -92,7 +92,7 @@ public int camp_gamma_leader_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_gamma_leader_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int camp_gamma_leader_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_gamma_leader_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int camp_gamma_leader_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_gamma_leader_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int camp_gamma_leader_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_gamma_leader_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int camp_gamma_leader_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_gamma_leader_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int camp_gamma_leader_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_gamma_leader_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int camp_gamma_leader_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int camp_gamma_leader_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int camp_gamma_leader_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/camp_survivor.java b/sku.0/sys.server/compiled/game/script/conversation/camp_survivor.java index e80fb5065b..39fcd6ca1f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/camp_survivor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/camp_survivor.java @@ -98,7 +98,7 @@ public int camp_survivor_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final string_id SID_YOU_WENT_TOO_FAR = new string_id("theme_park/outbreak/outbreak", "delivery_you_went_too_far"); public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/captain_piett.java b/sku.0/sys.server/compiled/game/script/conversation/captain_piett.java index ad5ab92e6c..08c91e8090 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/captain_piett.java +++ b/sku.0/sys.server/compiled/game/script/conversation/captain_piett.java @@ -163,7 +163,7 @@ public int captain_piett_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int captain_piett_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int captain_piett_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int captain_piett_handleBranch4(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int captain_piett_handleBranch8(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -385,7 +385,7 @@ public int captain_piett_handleBranch9(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -406,7 +406,7 @@ public int captain_piett_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -540,7 +540,7 @@ public int captain_piett_handleBranch15(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -612,7 +612,7 @@ public int captain_piett_handleBranch16(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ public int captain_piett_handleBranch17(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -684,7 +684,7 @@ public int captain_piett_handleBranch19(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -756,7 +756,7 @@ public int captain_piett_handleBranch20(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -828,7 +828,7 @@ public int captain_piett_handleBranch21(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -843,7 +843,7 @@ public int captain_piett_handleBranch22(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -900,7 +900,7 @@ public int captain_piett_handleBranch24(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -972,7 +972,7 @@ public int captain_piett_handleBranch25(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1044,7 +1044,7 @@ public int captain_piett_handleBranch26(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1082,7 +1082,7 @@ public int captain_piett_handleBranch27(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1120,7 +1120,7 @@ public int captain_piett_handleBranch28(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1159,7 +1159,7 @@ public int captain_piett_handleBranch29(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1197,7 +1197,7 @@ public int captain_piett_handleBranch30(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1243,7 +1243,7 @@ public int captain_piett_handleBranch31(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1292,7 +1292,7 @@ public int captain_piett_handleBranch32(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1375,7 +1375,7 @@ public int captain_piett_handleBranch33(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1447,7 +1447,7 @@ public int captain_piett_handleBranch34(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1485,7 +1485,7 @@ public int captain_piett_handleBranch35(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1523,7 +1523,7 @@ public int captain_piett_handleBranch36(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1605,7 +1605,7 @@ public int captain_piett_handleBranch37(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1767,7 +1767,7 @@ public int captain_piett_handleBranch38(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1816,7 +1816,7 @@ public int captain_piett_handleBranch39(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1898,7 +1898,7 @@ public int captain_piett_handleBranch41(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1936,7 +1936,7 @@ public int captain_piett_handleBranch42(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2018,7 +2018,7 @@ public int captain_piett_handleBranch43(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2056,7 +2056,7 @@ public int captain_piett_handleBranch44(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2138,7 +2138,7 @@ public int captain_piett_handleBranch45(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2220,7 +2220,7 @@ public int captain_piett_handleBranch46(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2258,7 +2258,7 @@ public int captain_piett_handleBranch48(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2307,7 +2307,7 @@ public int captain_piett_handleBranch49(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int captain_piett_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2322,7 +2322,7 @@ public int captain_piett_handleBranch50(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/chassis_npc.java b/sku.0/sys.server/compiled/game/script/conversation/chassis_npc.java index 91ab1348eb..74dae8d294 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/chassis_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/chassis_npc.java @@ -291,7 +291,7 @@ public int chassis_npc_handleBranch1(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/choster_lok_cantina.java b/sku.0/sys.server/compiled/game/script/conversation/choster_lok_cantina.java index 02e6281520..5bd6f1b129 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/choster_lok_cantina.java +++ b/sku.0/sys.server/compiled/game/script/conversation/choster_lok_cantina.java @@ -95,7 +95,7 @@ public int choster_lok_cantina_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int choster_lok_cantina_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int choster_lok_cantina_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int choster_lok_cantina_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -290,7 +290,7 @@ public int choster_lok_cantina_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -373,7 +373,7 @@ public int choster_lok_cantina_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ public int choster_lok_cantina_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int choster_lok_cantina_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -966,7 +966,7 @@ public int choster_lok_cantina_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1327,7 +1327,7 @@ public int choster_lok_cantina_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1688,7 +1688,7 @@ public int choster_lok_cantina_handleBranch18(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2049,7 +2049,7 @@ public int choster_lok_cantina_handleBranch19(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2143,7 +2143,7 @@ public int choster_lok_cantina_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2181,7 +2181,7 @@ public int choster_lok_cantina_handleBranch22(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int choster_lok_cantina_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2230,7 +2230,7 @@ public int choster_lok_cantina_handleBranch23(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/clone_droid.java b/sku.0/sys.server/compiled/game/script/conversation/clone_droid.java index 7cbb96f629..9f744e8778 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/clone_droid.java +++ b/sku.0/sys.server/compiled/game/script/conversation/clone_droid.java @@ -61,7 +61,7 @@ public int clone_droid_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/coa3lcoordinator.java b/sku.0/sys.server/compiled/game/script/conversation/coa3lcoordinator.java index d16cf66c88..2486779efc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/coa3lcoordinator.java +++ b/sku.0/sys.server/compiled/game/script/conversation/coa3lcoordinator.java @@ -208,7 +208,7 @@ public int coa3lcoordinator_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -289,7 +289,7 @@ public int coa3lcoordinator_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -370,7 +370,7 @@ public int coa3lcoordinator_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -440,7 +440,7 @@ public int coa3lcoordinator_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int coa3lcoordinator_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -526,7 +526,7 @@ public int coa3lcoordinator_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -551,7 +551,7 @@ public int coa3lcoordinator_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int coa3lcoordinator_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -657,7 +657,7 @@ public int coa3lcoordinator_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -695,7 +695,7 @@ public int coa3lcoordinator_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -733,7 +733,7 @@ public int coa3lcoordinator_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -747,7 +747,7 @@ public int coa3lcoordinator_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -796,7 +796,7 @@ public int coa3lcoordinator_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -810,7 +810,7 @@ public int coa3lcoordinator_handleBranch38(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -880,7 +880,7 @@ public int coa3lcoordinator_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3lcoordinator_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -905,7 +905,7 @@ public int coa3lcoordinator_handleBranch42(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/coa3linfoofficer.java b/sku.0/sys.server/compiled/game/script/conversation/coa3linfoofficer.java index fb7f1cb880..85ad545e21 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/coa3linfoofficer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/coa3linfoofficer.java @@ -84,7 +84,7 @@ public int coa3linfoofficer_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3linfoofficer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int coa3linfoofficer_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3linfoofficer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int coa3linfoofficer_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3linfoofficer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -261,7 +261,7 @@ public int coa3linfoofficer_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3linfoofficer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int coa3linfoofficer_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3linfoofficer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -344,7 +344,7 @@ public int coa3linfoofficer_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/coa3wcoolguy.java b/sku.0/sys.server/compiled/game/script/conversation/coa3wcoolguy.java index 4a8b7a4c8d..c480c33809 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/coa3wcoolguy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/coa3wcoolguy.java @@ -147,7 +147,7 @@ public int coa3wcoolguy_handleBranch2(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoolguy_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int coa3wcoolguy_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoolguy_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int coa3wcoolguy_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/coa3wcoordinator.java b/sku.0/sys.server/compiled/game/script/conversation/coa3wcoordinator.java index fa4d729e04..c9cc33d98b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/coa3wcoordinator.java +++ b/sku.0/sys.server/compiled/game/script/conversation/coa3wcoordinator.java @@ -208,7 +208,7 @@ public int coa3wcoordinator_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -289,7 +289,7 @@ public int coa3wcoordinator_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -370,7 +370,7 @@ public int coa3wcoordinator_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -440,7 +440,7 @@ public int coa3wcoordinator_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int coa3wcoordinator_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -490,7 +490,7 @@ public int coa3wcoordinator_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -526,7 +526,7 @@ public int coa3wcoordinator_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -596,7 +596,7 @@ public int coa3wcoordinator_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int coa3wcoordinator_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int coa3wcoordinator_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -686,7 +686,7 @@ public int coa3wcoordinator_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -735,7 +735,7 @@ public int coa3wcoordinator_handleBranch35(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -749,7 +749,7 @@ public int coa3wcoordinator_handleBranch36(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -819,7 +819,7 @@ public int coa3wcoordinator_handleBranch39(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wcoordinator_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -844,7 +844,7 @@ public int coa3wcoordinator_handleBranch40(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/coa3winfoofficer.java b/sku.0/sys.server/compiled/game/script/conversation/coa3winfoofficer.java index 000f20f4fd..4561358a2b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/coa3winfoofficer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/coa3winfoofficer.java @@ -84,7 +84,7 @@ public int coa3winfoofficer_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3winfoofficer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int coa3winfoofficer_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3winfoofficer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int coa3winfoofficer_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3winfoofficer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -261,7 +261,7 @@ public int coa3winfoofficer_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3winfoofficer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int coa3winfoofficer_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3winfoofficer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -344,7 +344,7 @@ public int coa3winfoofficer_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/coa3wtactofficer.java b/sku.0/sys.server/compiled/game/script/conversation/coa3wtactofficer.java index 0968b6f50a..11968e1ce1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/coa3wtactofficer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/coa3wtactofficer.java @@ -123,7 +123,7 @@ public int coa3wtactofficer_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wtactofficer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int coa3wtactofficer_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wtactofficer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -173,7 +173,7 @@ public int coa3wtactofficer_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wtactofficer_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int coa3wtactofficer_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coa3wtactofficer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int coa3wtactofficer_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_collector.java b/sku.0/sys.server/compiled/game/script/conversation/collections_collector.java index 0b5ef895a8..535692fe2b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_collector.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_collector.java @@ -396,7 +396,7 @@ public int collections_collector_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_collector_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -421,7 +421,7 @@ public int collections_collector_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_collector_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int collections_collector_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_collector_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -517,7 +517,7 @@ public int collections_collector_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_collector_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -561,7 +561,7 @@ public int collections_collector_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_collector_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -596,7 +596,7 @@ public int collections_collector_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_collector_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int collections_collector_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_collector_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -649,7 +649,7 @@ public int collections_collector_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final String PID_NAME = "collection_npc"; public int handleCollectionNpc(obj_id self, dictionary params) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_fixbrokenspacekillcollections.java b/sku.0/sys.server/compiled/game/script/conversation/collections_fixbrokenspacekillcollections.java index f8107a7389..26da0c53f8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_fixbrokenspacekillcollections.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_fixbrokenspacekillcollections.java @@ -396,7 +396,7 @@ public int collections_fixbrokenspacekillcollections_handleBranch1(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_fixbrokenspacekillcollections_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -878,7 +878,7 @@ public int collections_fixbrokenspacekillcollections_handleBranch2(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_fixbrokenspacekillcollections_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -938,7 +938,7 @@ public int collections_fixbrokenspacekillcollections_handleBranch3(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_fixbrokenspacekillcollections_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -997,7 +997,7 @@ public int collections_fixbrokenspacekillcollections_handleBranch9(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_fixbrokenspacekillcollections_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1056,7 +1056,7 @@ public int collections_fixbrokenspacekillcollections_handleBranch15(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_fixbrokenspacekillcollections_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1115,7 +1115,7 @@ public int collections_fixbrokenspacekillcollections_handleBranch21(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_fixbrokenspacekillcollections_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1174,7 +1174,7 @@ public int collections_fixbrokenspacekillcollections_handleBranch27(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_fixbrokenspacekillcollections_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1233,7 +1233,7 @@ public int collections_fixbrokenspacekillcollections_handleBranch33(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_eight.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_eight.java index 2d81fac579..0b6d4e683b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_eight.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_eight.java @@ -65,7 +65,7 @@ public int collections_ice_cream_part_eight_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_eight_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int collections_ice_cream_part_eight_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_eight_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int collections_ice_cream_part_eight_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_eight_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int collections_ice_cream_part_eight_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_eight_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int collections_ice_cream_part_eight_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_eight_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int collections_ice_cream_part_eight_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_five.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_five.java index 8e7757c686..3dcaa9893a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_five.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_five.java @@ -65,7 +65,7 @@ public int collections_ice_cream_part_five_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_five_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int collections_ice_cream_part_five_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_five_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int collections_ice_cream_part_five_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_five_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int collections_ice_cream_part_five_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_five_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int collections_ice_cream_part_five_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_four.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_four.java index 8fc1d70ef5..934280f032 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_four.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_four.java @@ -65,7 +65,7 @@ public int collections_ice_cream_part_four_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_four_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int collections_ice_cream_part_four_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_four_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int collections_ice_cream_part_four_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_four_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int collections_ice_cream_part_four_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_four_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int collections_ice_cream_part_four_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_nine.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_nine.java index 8e3eebca99..02c5c00ca3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_nine.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_nine.java @@ -65,7 +65,7 @@ public int collections_ice_cream_part_nine_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_nine_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int collections_ice_cream_part_nine_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_nine_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int collections_ice_cream_part_nine_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_nine_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int collections_ice_cream_part_nine_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_nine_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int collections_ice_cream_part_nine_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_nine_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int collections_ice_cream_part_nine_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_nine_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int collections_ice_cream_part_nine_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_nine_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int collections_ice_cream_part_nine_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_one.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_one.java index a09bf5adbf..1140ca094b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_one.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_one.java @@ -65,7 +65,7 @@ public int collections_ice_cream_part_one_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_one_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int collections_ice_cream_part_one_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_one_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int collections_ice_cream_part_one_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_seven.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_seven.java index 53c6d98a21..508a672354 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_seven.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_seven.java @@ -65,7 +65,7 @@ public int collections_ice_cream_part_seven_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_seven_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int collections_ice_cream_part_seven_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_seven_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int collections_ice_cream_part_seven_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_seven_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int collections_ice_cream_part_seven_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_seven_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int collections_ice_cream_part_seven_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_six.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_six.java index faf83d118d..209da5d19c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_six.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_six.java @@ -65,7 +65,7 @@ public int collections_ice_cream_part_six_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_six_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int collections_ice_cream_part_six_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_six_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int collections_ice_cream_part_six_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_six_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int collections_ice_cream_part_six_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_six_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int collections_ice_cream_part_six_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_ten.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_ten.java index ed7a3fd6aa..fcf41bfc6f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_ten.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_ten.java @@ -65,7 +65,7 @@ public int collections_ice_cream_part_ten_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_ten_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int collections_ice_cream_part_ten_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_ten_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int collections_ice_cream_part_ten_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_ten_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int collections_ice_cream_part_ten_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_ten_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int collections_ice_cream_part_ten_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_ten_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int collections_ice_cream_part_ten_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_three.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_three.java index 282646748b..5256ffb683 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_three.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_three.java @@ -66,7 +66,7 @@ public int collections_ice_cream_part_three_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_three_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int collections_ice_cream_part_three_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_three_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int collections_ice_cream_part_three_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_three_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int collections_ice_cream_part_three_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_two.java b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_two.java index 1363685802..ea3a915433 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_two.java +++ b/sku.0/sys.server/compiled/game/script/conversation/collections_ice_cream_part_two.java @@ -65,7 +65,7 @@ public int collections_ice_cream_part_two_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_two_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int collections_ice_cream_part_two_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_two_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int collections_ice_cream_part_two_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_two_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int collections_ice_cream_part_two_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int collections_ice_cream_part_two_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int collections_ice_cream_part_two_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/command_console_level_03.java b/sku.0/sys.server/compiled/game/script/conversation/command_console_level_03.java index 8d3c37b722..a4043f6edd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/command_console_level_03.java +++ b/sku.0/sys.server/compiled/game/script/conversation/command_console_level_03.java @@ -168,7 +168,7 @@ public int command_console_level_03_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int command_console_level_03_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ public int command_console_level_03_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int command_console_level_03_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -354,7 +354,7 @@ public int command_console_level_03_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int command_console_level_03_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -456,7 +456,7 @@ public int command_console_level_03_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int command_console_level_03_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -471,7 +471,7 @@ public int command_console_level_03_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int command_console_level_03_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -486,7 +486,7 @@ public int command_console_level_03_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int command_console_level_03_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -550,7 +550,7 @@ public int command_console_level_03_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/community_painting_handout_2008.java b/sku.0/sys.server/compiled/game/script/conversation/community_painting_handout_2008.java index 5ece60e506..a23a037ee1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/community_painting_handout_2008.java +++ b/sku.0/sys.server/compiled/game/script/conversation/community_painting_handout_2008.java @@ -192,7 +192,7 @@ public int community_painting_handout_2008_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int community_painting_handout_2008_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int community_painting_handout_2008_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int community_painting_handout_2008_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int community_painting_handout_2008_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static string_id SID_NOT_OLD_ENOUGH = new string_id("collection", "not_old_enough"); public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/community_painting_handout_2009.java b/sku.0/sys.server/compiled/game/script/conversation/community_painting_handout_2009.java index a6d2549f9c..b6f3d48f75 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/community_painting_handout_2009.java +++ b/sku.0/sys.server/compiled/game/script/conversation/community_painting_handout_2009.java @@ -192,7 +192,7 @@ public int community_painting_handout_2009_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int community_painting_handout_2009_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int community_painting_handout_2009_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int community_painting_handout_2009_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int community_painting_handout_2009_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static string_id SID_NOT_OLD_ENOUGH = new string_id("collection", "not_old_enough"); public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/community_tcg_photo_contest_painting_handout.java b/sku.0/sys.server/compiled/game/script/conversation/community_tcg_photo_contest_painting_handout.java index 4072ae253a..64e0a5d447 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/community_tcg_photo_contest_painting_handout.java +++ b/sku.0/sys.server/compiled/game/script/conversation/community_tcg_photo_contest_painting_handout.java @@ -241,7 +241,7 @@ public int community_tcg_photo_contest_painting_handout_handleBranch2(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int community_tcg_photo_contest_painting_handout_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -323,7 +323,7 @@ public int community_tcg_photo_contest_painting_handout_handleBranch3(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int community_tcg_photo_contest_painting_handout_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -371,7 +371,7 @@ public int community_tcg_photo_contest_painting_handout_handleBranch4(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static string_id SID_NOT_OLD_ENOUGH = new string_id("collection", "not_old_enough"); public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_01.java b/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_01.java index a9f7a58642..df47b8190b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_01.java @@ -2462,7 +2462,7 @@ public int computer_console_level_01_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2921,7 +2921,7 @@ public int computer_console_level_01_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5087,7 +5087,7 @@ public int computer_console_level_01_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6863,7 +6863,7 @@ public int computer_console_level_01_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7322,7 +7322,7 @@ public int computer_console_level_01_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9098,7 +9098,7 @@ public int computer_console_level_01_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10874,7 +10874,7 @@ public int computer_console_level_01_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12650,7 +12650,7 @@ public int computer_console_level_01_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14426,7 +14426,7 @@ public int computer_console_level_01_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16202,7 +16202,7 @@ public int computer_console_level_01_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17978,7 +17978,7 @@ public int computer_console_level_01_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19754,7 +19754,7 @@ public int computer_console_level_01_handleBranch13(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21530,7 +21530,7 @@ public int computer_console_level_01_handleBranch14(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -23306,7 +23306,7 @@ public int computer_console_level_01_handleBranch15(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -25082,7 +25082,7 @@ public int computer_console_level_01_handleBranch16(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -26858,7 +26858,7 @@ public int computer_console_level_01_handleBranch17(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -27706,7 +27706,7 @@ public int computer_console_level_01_handleBranch18(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -28165,7 +28165,7 @@ public int computer_console_level_01_handleBranch19(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -29013,7 +29013,7 @@ public int computer_console_level_01_handleBranch20(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -29861,7 +29861,7 @@ public int computer_console_level_01_handleBranch21(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -30709,7 +30709,7 @@ public int computer_console_level_01_handleBranch22(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -31557,7 +31557,7 @@ public int computer_console_level_01_handleBranch23(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -32405,7 +32405,7 @@ public int computer_console_level_01_handleBranch24(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -33253,7 +33253,7 @@ public int computer_console_level_01_handleBranch25(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -34101,7 +34101,7 @@ public int computer_console_level_01_handleBranch26(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -34617,7 +34617,7 @@ public int computer_console_level_01_handleBranch27(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -35076,7 +35076,7 @@ public int computer_console_level_01_handleBranch28(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -35592,7 +35592,7 @@ public int computer_console_level_01_handleBranch29(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -36108,7 +36108,7 @@ public int computer_console_level_01_handleBranch30(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -36624,7 +36624,7 @@ public int computer_console_level_01_handleBranch31(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -37140,7 +37140,7 @@ public int computer_console_level_01_handleBranch32(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -37656,7 +37656,7 @@ public int computer_console_level_01_handleBranch33(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -39822,7 +39822,7 @@ public int computer_console_level_01_handleBranch34(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -40008,7 +40008,7 @@ public int computer_console_level_01_handleBranch35(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -42174,7 +42174,7 @@ public int computer_console_level_01_handleBranch37(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -44340,7 +44340,7 @@ public int computer_console_level_01_handleBranch45(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -46506,7 +46506,7 @@ public int computer_console_level_01_handleBranch46(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -48672,7 +48672,7 @@ public int computer_console_level_01_handleBranch47(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -50838,7 +50838,7 @@ public int computer_console_level_01_handleBranch48(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -53004,7 +53004,7 @@ public int computer_console_level_01_handleBranch49(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -55170,7 +55170,7 @@ public int computer_console_level_01_handleBranch50(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -57336,7 +57336,7 @@ public int computer_console_level_01_handleBranch51(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -59502,7 +59502,7 @@ public int computer_console_level_01_handleBranch52(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -61668,7 +61668,7 @@ public int computer_console_level_01_handleBranch53(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -63834,7 +63834,7 @@ public int computer_console_level_01_handleBranch54(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -66000,7 +66000,7 @@ public int computer_console_level_01_handleBranch55(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -68166,7 +68166,7 @@ public int computer_console_level_01_handleBranch56(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -70332,7 +70332,7 @@ public int computer_console_level_01_handleBranch57(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -72498,7 +72498,7 @@ public int computer_console_level_01_handleBranch58(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -74664,7 +74664,7 @@ public int computer_console_level_01_handleBranch59(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -76830,7 +76830,7 @@ public int computer_console_level_01_handleBranch60(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -78996,7 +78996,7 @@ public int computer_console_level_01_handleBranch61(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -81162,7 +81162,7 @@ public int computer_console_level_01_handleBranch62(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_01_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83328,7 +83328,7 @@ public int computer_console_level_01_handleBranch63(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final String MENU_STRING_FILE = "theme_park/outbreak/outbreak"; public static final string_id SID_NOT_ENOUGH_POWER = new string_id(MENU_STRING_FILE, "not_enough_power"); diff --git a/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_02.java b/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_02.java index 38ac1e4ece..15583c6b3b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_02.java @@ -105,7 +105,7 @@ public int computer_console_level_02_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int computer_console_level_02_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int computer_console_level_02_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -693,7 +693,7 @@ public int computer_console_level_02_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -797,7 +797,7 @@ public int computer_console_level_02_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1039,7 +1039,7 @@ public int computer_console_level_02_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1143,7 +1143,7 @@ public int computer_console_level_02_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1385,7 +1385,7 @@ public int computer_console_level_02_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1489,7 +1489,7 @@ public int computer_console_level_02_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1731,7 +1731,7 @@ public int computer_console_level_02_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1835,7 +1835,7 @@ public int computer_console_level_02_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2077,7 +2077,7 @@ public int computer_console_level_02_handleBranch13(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2181,7 +2181,7 @@ public int computer_console_level_02_handleBranch14(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2423,7 +2423,7 @@ public int computer_console_level_02_handleBranch15(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2528,7 +2528,7 @@ public int computer_console_level_02_handleBranch16(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2770,7 +2770,7 @@ public int computer_console_level_02_handleBranch17(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2784,7 +2784,7 @@ public int computer_console_level_02_handleBranch18(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2798,7 +2798,7 @@ public int computer_console_level_02_handleBranch20(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_02_command_console.java b/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_02_command_console.java index 58fe2ac601..04f3f1dff4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_02_command_console.java +++ b/sku.0/sys.server/compiled/game/script/conversation/computer_console_level_02_command_console.java @@ -190,7 +190,7 @@ public int computer_console_level_02_command_console_handleBranch1(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -673,7 +673,7 @@ public int computer_console_level_02_command_console_handleBranch2(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1156,7 +1156,7 @@ public int computer_console_level_02_command_console_handleBranch3(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1639,7 +1639,7 @@ public int computer_console_level_02_command_console_handleBranch4(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1689,7 +1689,7 @@ public int computer_console_level_02_command_console_handleBranch5(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1793,7 +1793,7 @@ public int computer_console_level_02_command_console_handleBranch6(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2276,7 +2276,7 @@ public int computer_console_level_02_command_console_handleBranch7(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2759,7 +2759,7 @@ public int computer_console_level_02_command_console_handleBranch8(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3242,7 +3242,7 @@ public int computer_console_level_02_command_console_handleBranch9(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3257,7 +3257,7 @@ public int computer_console_level_02_command_console_handleBranch11(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int computer_console_level_02_command_console_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3271,7 +3271,7 @@ public int computer_console_level_02_command_console_handleBranch13(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_civius_bain.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_civius_bain.java index 37d66c0860..583904da17 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_civius_bain.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_civius_bain.java @@ -68,7 +68,7 @@ public int corellia_38_civius_bain_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_civius_bain_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83,7 +83,7 @@ public int corellia_38_civius_bain_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_deel_draav.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_deel_draav.java index 5fac6d8482..0bd1f63e4c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_deel_draav.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_deel_draav.java @@ -72,7 +72,7 @@ public int corellia_38_deel_draav_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_deel_draav_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int corellia_38_deel_draav_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_edbr_yamagh.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_edbr_yamagh.java index c599ebe018..2166f7bde3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_edbr_yamagh.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_edbr_yamagh.java @@ -68,7 +68,7 @@ public int corellia_38_edbr_yamagh_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_edbr_yamagh_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int corellia_38_edbr_yamagh_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_edbr_yamagh_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int corellia_38_edbr_yamagh_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_jaylon_geissler.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_jaylon_geissler.java index a94f5dbdc3..27f4f7a32b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_jaylon_geissler.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_jaylon_geissler.java @@ -46,7 +46,7 @@ public int corellia_38_jaylon_geissler_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_lejo_daramus.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_lejo_daramus.java index 2db954e478..7d2ecf8a92 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_lejo_daramus.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_lejo_daramus.java @@ -55,7 +55,7 @@ public int corellia_38_lejo_daramus_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_lt_cope.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_lt_cope.java index 03c53f1032..5aa98cfc48 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_lt_cope.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_lt_cope.java @@ -111,7 +111,7 @@ public int corellia_38_lt_cope_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_lt_cope_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int corellia_38_lt_cope_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_lt_cope_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int corellia_38_lt_cope_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_lt_cope_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int corellia_38_lt_cope_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_lt_cope_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int corellia_38_lt_cope_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_lt_cope_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int corellia_38_lt_cope_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_lt_cope_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int corellia_38_lt_cope_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_lt_cope_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int corellia_38_lt_cope_handleBranch19(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_lt_cope_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -354,7 +354,7 @@ public int corellia_38_lt_cope_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_major_walden.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_major_walden.java index 442784bb82..e3d3fa44bf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_major_walden.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_major_walden.java @@ -87,7 +87,7 @@ public int corellia_38_major_walden_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_major_walden_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int corellia_38_major_walden_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_major_walden_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int corellia_38_major_walden_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_major_walden_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int corellia_38_major_walden_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_major_walden_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -213,7 +213,7 @@ public int corellia_38_major_walden_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_menchi_lerann.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_menchi_lerann.java index 442044e1ab..892c8b1fc4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_menchi_lerann.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_menchi_lerann.java @@ -45,7 +45,7 @@ public int corellia_38_menchi_lerann_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_olivia_bain.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_olivia_bain.java index 3483fbed6b..697ae7b5f9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_olivia_bain.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_olivia_bain.java @@ -55,7 +55,7 @@ public int corellia_38_olivia_bain_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_osto_grissom.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_osto_grissom.java index 8995bcb163..006a0cd008 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_osto_grissom.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_osto_grissom.java @@ -72,7 +72,7 @@ public int corellia_38_osto_grissom_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_osto_grissom_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int corellia_38_osto_grissom_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_pech_seki.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_pech_seki.java index c829937a23..0d481e4a09 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_pech_seki.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_pech_seki.java @@ -55,7 +55,7 @@ public int corellia_38_pech_seki_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_retired_officer.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_retired_officer.java index 202c57a7bb..befce4bddb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_retired_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_retired_officer.java @@ -76,7 +76,7 @@ public int corellia_38_retired_officer_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_retired_officer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int corellia_38_retired_officer_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_retired_officer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int corellia_38_retired_officer_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_retired_officer_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int corellia_38_retired_officer_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_sgt_hus.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_sgt_hus.java index 27e42d5ce0..e348f9e63a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_sgt_hus.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_sgt_hus.java @@ -55,7 +55,7 @@ public int corellia_38_sgt_hus_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_teilo_monnro.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_teilo_monnro.java index e5e8fc1f37..f382b19af8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_teilo_monnro.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_teilo_monnro.java @@ -55,7 +55,7 @@ public int corellia_38_teilo_monnro_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_ubbal_fenn.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_ubbal_fenn.java index bce022934f..7c7c534b6d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_ubbal_fenn.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_ubbal_fenn.java @@ -65,7 +65,7 @@ public int corellia_38_ubbal_fenn_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_ubbal_fenn_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -79,7 +79,7 @@ public int corellia_38_ubbal_fenn_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_vuul_sarlin.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_vuul_sarlin.java index e5361b6554..b9d181eb06 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_38_vuul_sarlin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_38_vuul_sarlin.java @@ -71,7 +71,7 @@ public int corellia_38_vuul_sarlin_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_vuul_sarlin_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int corellia_38_vuul_sarlin_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_vuul_sarlin_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int corellia_38_vuul_sarlin_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_38_vuul_sarlin_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int corellia_38_vuul_sarlin_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_captain_baize.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_captain_baize.java index 374fd64484..7e56bd3bcb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_captain_baize.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_captain_baize.java @@ -188,7 +188,7 @@ public int corellia_39_captain_baize_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int corellia_39_captain_baize_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int corellia_39_captain_baize_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int corellia_39_captain_baize_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int corellia_39_captain_baize_handleBranch14(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int corellia_39_captain_baize_handleBranch16(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int corellia_39_captain_baize_handleBranch17(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int corellia_39_captain_baize_handleBranch22(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int corellia_39_captain_baize_handleBranch25(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int corellia_39_captain_baize_handleBranch26(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int corellia_39_captain_baize_handleBranch29(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_captain_baize_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -478,7 +478,7 @@ public int corellia_39_captain_baize_handleBranch30(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_cara_raeth.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_cara_raeth.java index c21597579c..0652bc5893 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_cara_raeth.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_cara_raeth.java @@ -56,7 +56,7 @@ public int corellia_39_cara_raeth_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_chun_solso.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_chun_solso.java index 3b76ff15e9..5d4a933e53 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_chun_solso.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_chun_solso.java @@ -55,7 +55,7 @@ public int corellia_39_chun_solso_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_galvain_tark.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_galvain_tark.java index f121e87916..4feb0a0e76 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_galvain_tark.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_galvain_tark.java @@ -55,7 +55,7 @@ public int corellia_39_galvain_tark_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_gwhirrye_baric.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_gwhirrye_baric.java index fc73d76240..f85860b6eb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_gwhirrye_baric.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_gwhirrye_baric.java @@ -72,7 +72,7 @@ public int corellia_39_gwhirrye_baric_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_gwhirrye_baric_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int corellia_39_gwhirrye_baric_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_hurley_klakk.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_hurley_klakk.java index 95b9373709..5660e9f1d9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_hurley_klakk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_hurley_klakk.java @@ -56,7 +56,7 @@ public int corellia_39_hurley_klakk_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_jaalib_rigel.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_jaalib_rigel.java index c55a5a65c4..90261377db 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_jaalib_rigel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_jaalib_rigel.java @@ -55,7 +55,7 @@ public int corellia_39_jaalib_rigel_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_jzoro_quanera.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_jzoro_quanera.java index cc7bc4e71a..f0f1d2d957 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_jzoro_quanera.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_jzoro_quanera.java @@ -70,7 +70,7 @@ public int corellia_39_jzoro_quanera_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_jzoro_quanera_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int corellia_39_jzoro_quanera_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_jzoro_quanera_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int corellia_39_jzoro_quanera_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_jzoro_quanera_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int corellia_39_jzoro_quanera_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_jzoro_quanera_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int corellia_39_jzoro_quanera_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_jzoro_quanera_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int corellia_39_jzoro_quanera_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_jzoro_quanera_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -252,7 +252,7 @@ public int corellia_39_jzoro_quanera_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_lilith_laughlin.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_lilith_laughlin.java index 62f2d8cc15..e22bbb2eb4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_lilith_laughlin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_lilith_laughlin.java @@ -69,7 +69,7 @@ public int corellia_39_lilith_laughlin_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_39_lilith_laughlin_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -84,7 +84,7 @@ public int corellia_39_lilith_laughlin_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_selonian_dayana.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_selonian_dayana.java index bbd78eb701..8ce6118e74 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_selonian_dayana.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_selonian_dayana.java @@ -55,7 +55,7 @@ public int corellia_39_selonian_dayana_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_shobbo_durron.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_shobbo_durron.java index 00f15f52bd..662044780e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_shobbo_durron.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_shobbo_durron.java @@ -55,7 +55,7 @@ public int corellia_39_shobbo_durron_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_teniel_waray.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_teniel_waray.java index 4d124d5b15..c68297b18a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_39_teniel_waray.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_39_teniel_waray.java @@ -55,7 +55,7 @@ public int corellia_39_teniel_waray_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_cora.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_cora.java index 317659af73..e40e8f13cf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_cora.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_cora.java @@ -185,7 +185,7 @@ public int corellia_cb_cora_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int corellia_cb_cora_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int corellia_cb_cora_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int corellia_cb_cora_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int corellia_cb_cora_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int corellia_cb_cora_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -388,7 +388,7 @@ public int corellia_cb_cora_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int corellia_cb_cora_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -441,7 +441,7 @@ public int corellia_cb_cora_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int corellia_cb_cora_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -494,7 +494,7 @@ public int corellia_cb_cora_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -542,7 +542,7 @@ public int corellia_cb_cora_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -557,7 +557,7 @@ public int corellia_cb_cora_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -572,7 +572,7 @@ public int corellia_cb_cora_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -617,7 +617,7 @@ public int corellia_cb_cora_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_cora_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -632,7 +632,7 @@ public int corellia_cb_cora_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_donovan.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_donovan.java index 0df79a950c..b8dd55e4d7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_donovan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_donovan.java @@ -108,7 +108,7 @@ public int corellia_cb_donovan_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_donovan_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int corellia_cb_donovan_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_donovan_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -138,7 +138,7 @@ public int corellia_cb_donovan_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_jark.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_jark.java index ca3cc6e120..9262800463 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_jark.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_jark.java @@ -150,7 +150,7 @@ public int corellia_cb_jark_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_jark_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int corellia_cb_jark_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_jark_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int corellia_cb_jark_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_jark_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int corellia_cb_jark_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_jark_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int corellia_cb_jark_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_jark_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -328,7 +328,7 @@ public int corellia_cb_jark_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_jark_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int corellia_cb_jark_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_sinis.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_sinis.java index e52bc4dd36..fa5f24832c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_sinis.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_sinis.java @@ -144,7 +144,7 @@ public int corellia_cb_sinis_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_sinis_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int corellia_cb_sinis_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_sinis_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int corellia_cb_sinis_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_sinis_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int corellia_cb_sinis_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_sinis_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int corellia_cb_sinis_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_cb_sinis_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int corellia_cb_sinis_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_yorick.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_yorick.java index 5cedc089e1..49c1d00379 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_yorick.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_cb_yorick.java @@ -60,7 +60,7 @@ public int corellia_cb_yorick_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_abagga_creel.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_abagga_creel.java index 57b9b6f22a..e41f53cc0b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_abagga_creel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_abagga_creel.java @@ -70,7 +70,7 @@ public int corellia_coronet_abagga_creel_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_abagga_creel_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -86,7 +86,7 @@ public int corellia_coronet_abagga_creel_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_abagga_creel_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int corellia_coronet_abagga_creel_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_abagga_creel_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int corellia_coronet_abagga_creel_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_brantlee_spondoon.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_brantlee_spondoon.java index dbcb10991a..e96f2eb086 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_brantlee_spondoon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_brantlee_spondoon.java @@ -65,7 +65,7 @@ public int corellia_coronet_brantlee_spondoon_handleBranch4(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_daclif_gallamby.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_daclif_gallamby.java index 2720522c2b..b4d39ba953 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_daclif_gallamby.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_daclif_gallamby.java @@ -61,7 +61,7 @@ public int corellia_coronet_daclif_gallamby_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_daclif_gallamby_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -76,7 +76,7 @@ public int corellia_coronet_daclif_gallamby_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_daclif_gallamby_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int corellia_coronet_daclif_gallamby_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_demmi_wot.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_demmi_wot.java index e0d9e55b93..afcf9cc9b7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_demmi_wot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_demmi_wot.java @@ -100,7 +100,7 @@ public int corellia_coronet_demmi_wot_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_demmi_wot_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int corellia_coronet_demmi_wot_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_demmi_wot_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int corellia_coronet_demmi_wot_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_frye_troeman.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_frye_troeman.java index 11f54819b5..2b101e6486 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_frye_troeman.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_frye_troeman.java @@ -45,7 +45,7 @@ public int corellia_coronet_frye_troeman_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_frye_troeman_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -84,7 +84,7 @@ public int corellia_coronet_frye_troeman_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_frye_troeman_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int corellia_coronet_frye_troeman_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_gallura_handerin.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_gallura_handerin.java index 24966fa8ca..c05e45cc8f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_gallura_handerin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_gallura_handerin.java @@ -94,7 +94,7 @@ public int corellia_coronet_gallura_handerin_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_gallura_handerin_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int corellia_coronet_gallura_handerin_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_gallura_handerin_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int corellia_coronet_gallura_handerin_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_gallura_handerin_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int corellia_coronet_gallura_handerin_handleBranch11(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_gallura_handerin_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int corellia_coronet_gallura_handerin_handleBranch15(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_jonset.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_jonset.java index c121da3542..5638446e4d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_jonset.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_jonset.java @@ -85,7 +85,7 @@ public int corellia_coronet_jonset_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_jonset_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -100,7 +100,7 @@ public int corellia_coronet_jonset_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_lt_jasper.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_lt_jasper.java index fd1d83173e..eb4a277e5c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_lt_jasper.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_lt_jasper.java @@ -211,7 +211,7 @@ public int corellia_coronet_lt_jasper_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int corellia_coronet_lt_jasper_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int corellia_coronet_lt_jasper_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int corellia_coronet_lt_jasper_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int corellia_coronet_lt_jasper_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int corellia_coronet_lt_jasper_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -427,7 +427,7 @@ public int corellia_coronet_lt_jasper_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -452,7 +452,7 @@ public int corellia_coronet_lt_jasper_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -477,7 +477,7 @@ public int corellia_coronet_lt_jasper_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ public int corellia_coronet_lt_jasper_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int corellia_coronet_lt_jasper_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -590,7 +590,7 @@ public int corellia_coronet_lt_jasper_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -628,7 +628,7 @@ public int corellia_coronet_lt_jasper_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -677,7 +677,7 @@ public int corellia_coronet_lt_jasper_handleBranch31(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -702,7 +702,7 @@ public int corellia_coronet_lt_jasper_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -727,7 +727,7 @@ public int corellia_coronet_lt_jasper_handleBranch37(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -775,7 +775,7 @@ public int corellia_coronet_lt_jasper_handleBranch41(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -790,7 +790,7 @@ public int corellia_coronet_lt_jasper_handleBranch42(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -838,7 +838,7 @@ public int corellia_coronet_lt_jasper_handleBranch46(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -853,7 +853,7 @@ public int corellia_coronet_lt_jasper_handleBranch47(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -902,7 +902,7 @@ public int corellia_coronet_lt_jasper_handleBranch51(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -951,7 +951,7 @@ public int corellia_coronet_lt_jasper_handleBranch52(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1010,7 +1010,7 @@ public int corellia_coronet_lt_jasper_handleBranch53(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_lt_jasper_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1035,7 +1035,7 @@ public int corellia_coronet_lt_jasper_handleBranch54(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_meatlump_distress.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_meatlump_distress.java index 81288f5fb7..acc7bb6575 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_meatlump_distress.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_meatlump_distress.java @@ -374,7 +374,7 @@ public int corellia_coronet_meatlump_distress_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_meatlump_distress_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -516,7 +516,7 @@ public int corellia_coronet_meatlump_distress_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_pol_handerin.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_pol_handerin.java index 0e53c7df7c..f091397087 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_pol_handerin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_pol_handerin.java @@ -93,7 +93,7 @@ public int corellia_coronet_pol_handerin_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_pol_handerin_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int corellia_coronet_pol_handerin_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_pol_handerin_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int corellia_coronet_pol_handerin_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_starport_master.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_starport_master.java index b7912b07de..00e62faf1f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_starport_master.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_starport_master.java @@ -57,7 +57,7 @@ public int corellia_coronet_starport_master_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_starport_master_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int corellia_coronet_starport_master_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_starport_master_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int corellia_coronet_starport_master_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_starport_master_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int corellia_coronet_starport_master_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_starport_master_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -185,7 +185,7 @@ public int corellia_coronet_starport_master_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_times_editor.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_times_editor.java index d78a5a88fd..04fc57621a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_times_editor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_times_editor.java @@ -66,7 +66,7 @@ public int corellia_coronet_times_editor_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_times_editor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -81,7 +81,7 @@ public int corellia_coronet_times_editor_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_times_editor_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ public int corellia_coronet_times_editor_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_times_editor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int corellia_coronet_times_editor_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_times_editor_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -173,7 +173,7 @@ public int corellia_coronet_times_editor_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_times_editor_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int corellia_coronet_times_editor_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_vani_korr.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_vani_korr.java index 704d6f4ddd..1bde8fc962 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_vani_korr.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_coronet_vani_korr.java @@ -232,7 +232,7 @@ public int corellia_coronet_vani_korr_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int corellia_coronet_vani_korr_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int corellia_coronet_vani_korr_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int corellia_coronet_vani_korr_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int corellia_coronet_vani_korr_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int corellia_coronet_vani_korr_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int corellia_coronet_vani_korr_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int corellia_coronet_vani_korr_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -486,7 +486,7 @@ public int corellia_coronet_vani_korr_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -534,7 +534,7 @@ public int corellia_coronet_vani_korr_handleBranch28(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -573,7 +573,7 @@ public int corellia_coronet_vani_korr_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -588,7 +588,7 @@ public int corellia_coronet_vani_korr_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -613,7 +613,7 @@ public int corellia_coronet_vani_korr_handleBranch34(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -638,7 +638,7 @@ public int corellia_coronet_vani_korr_handleBranch37(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -676,7 +676,7 @@ public int corellia_coronet_vani_korr_handleBranch40(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -714,7 +714,7 @@ public int corellia_coronet_vani_korr_handleBranch41(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -763,7 +763,7 @@ public int corellia_coronet_vani_korr_handleBranch42(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -789,7 +789,7 @@ public int corellia_coronet_vani_korr_handleBranch43(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -883,7 +883,7 @@ public int corellia_coronet_vani_korr_handleBranch47(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -931,7 +931,7 @@ public int corellia_coronet_vani_korr_handleBranch48(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -969,7 +969,7 @@ public int corellia_coronet_vani_korr_handleBranch49(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1018,7 +1018,7 @@ public int corellia_coronet_vani_korr_handleBranch50(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1112,7 +1112,7 @@ public int corellia_coronet_vani_korr_handleBranch51(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1195,7 +1195,7 @@ public int corellia_coronet_vani_korr_handleBranch52(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1233,7 +1233,7 @@ public int corellia_coronet_vani_korr_handleBranch53(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1282,7 +1282,7 @@ public int corellia_coronet_vani_korr_handleBranch54(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1376,7 +1376,7 @@ public int corellia_coronet_vani_korr_handleBranch55(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1436,7 +1436,7 @@ public int corellia_coronet_vani_korr_handleBranch56(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_coronet_vani_korr_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1462,7 +1462,7 @@ public int corellia_coronet_vani_korr_handleBranch58(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_1_angela.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_1_angela.java index 6861d99245..f9bb2faf77 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_1_angela.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_1_angela.java @@ -64,7 +64,7 @@ public int corellia_disappearances_1_angela_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_1_angela_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -102,7 +102,7 @@ public int corellia_disappearances_1_angela_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_1_angela_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -140,7 +140,7 @@ public int corellia_disappearances_1_angela_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_1_angela_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int corellia_disappearances_1_angela_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_1_hike_master.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_1_hike_master.java index a5fd3488db..4c794589ff 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_1_hike_master.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_1_hike_master.java @@ -68,7 +68,7 @@ public int corellia_disappearances_1_hike_master_handleBranch3(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_1_hike_master_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int corellia_disappearances_1_hike_master_handleBranch4(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_1_hike_master_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int corellia_disappearances_1_hike_master_handleBranch5(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_2_hermit.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_2_hermit.java index f397559abd..082cb91756 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_2_hermit.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_2_hermit.java @@ -84,7 +84,7 @@ public int corellia_disappearances_2_hermit_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_2_hermit_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int corellia_disappearances_2_hermit_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_2_hermit_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int corellia_disappearances_2_hermit_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_2_hermit_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int corellia_disappearances_2_hermit_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_2_hermit_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int corellia_disappearances_2_hermit_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_2_hermit_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -250,7 +250,7 @@ public int corellia_disappearances_2_hermit_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_2_hermit_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -289,7 +289,7 @@ public int corellia_disappearances_2_hermit_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_2_hermit_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int corellia_disappearances_2_hermit_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_2_hermit_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int corellia_disappearances_2_hermit_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_2_hermit_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int corellia_disappearances_2_hermit_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_5_husband.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_5_husband.java index e23010570a..1a3882f1cb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_5_husband.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_5_husband.java @@ -64,7 +64,7 @@ public int corellia_disappearances_5_husband_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_5_husband_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -79,7 +79,7 @@ public int corellia_disappearances_5_husband_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_questgiver.java index a78127ac8b..8d6c9aa07b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_disappearances_questgiver.java @@ -102,7 +102,7 @@ public int corellia_disappearances_questgiver_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_questgiver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int corellia_disappearances_questgiver_handleBranch4(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_questgiver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int corellia_disappearances_questgiver_handleBranch11(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_disappearances_questgiver_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int corellia_disappearances_questgiver_handleBranch12(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_cornel_savas.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_cornel_savas.java index c5ab2c9351..a0a5387ed4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_cornel_savas.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_cornel_savas.java @@ -83,7 +83,7 @@ public int corellia_droid_factory_cornel_savas_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_cornel_savas_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int corellia_droid_factory_cornel_savas_handleBranch3(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_cornel_savas_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int corellia_droid_factory_cornel_savas_handleBranch6(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_cornel_savas_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int corellia_droid_factory_cornel_savas_handleBranch7(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_druno_kener.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_druno_kener.java index 6e06651827..9d7f9136d8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_druno_kener.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_druno_kener.java @@ -76,7 +76,7 @@ public int corellia_droid_factory_druno_kener_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_druno_kener_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int corellia_droid_factory_druno_kener_handleBranch6(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_druno_kener_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int corellia_droid_factory_druno_kener_handleBranch7(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_druno_kener_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int corellia_droid_factory_druno_kener_handleBranch10(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_druno_kener_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int corellia_droid_factory_druno_kener_handleBranch12(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_druno_kener_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int corellia_droid_factory_druno_kener_handleBranch13(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_jornel_savas.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_jornel_savas.java index 18b8dd3acb..c15eb02ac9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_jornel_savas.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_jornel_savas.java @@ -84,7 +84,7 @@ public int corellia_droid_factory_jornel_savas_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_jornel_savas_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int corellia_droid_factory_jornel_savas_handleBranch3(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_jornel_savas_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int corellia_droid_factory_jornel_savas_handleBranch6(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_jornel_savas_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ public int corellia_droid_factory_jornel_savas_handleBranch7(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_lieutenant_varias.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_lieutenant_varias.java index e91d6e98c9..0be3b64180 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_lieutenant_varias.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_lieutenant_varias.java @@ -113,7 +113,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch1(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch2(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch5(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch6(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch12(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -433,7 +433,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch13(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -493,7 +493,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch14(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -599,7 +599,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch15(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch16(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -652,7 +652,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch18(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -845,7 +845,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch19(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_lieutenant_varias_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1038,7 +1038,7 @@ public int corellia_droid_factory_lieutenant_varias_handleBranch20(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final boolean U13_QUESTS_ENABLED = true; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_sergeant_hirka.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_sergeant_hirka.java index b8df9a59bb..9127b2d40c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_sergeant_hirka.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_sergeant_hirka.java @@ -41,7 +41,7 @@ public int corellia_droid_factory_sergeant_hirka_handleBranch2(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_sergeant_mener.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_sergeant_mener.java index 0a9df24f66..45048717e0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_sergeant_mener.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_droid_factory_sergeant_mener.java @@ -123,7 +123,7 @@ public int corellia_droid_factory_sergeant_mener_handleBranch4(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_sergeant_mener_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int corellia_droid_factory_sergeant_mener_handleBranch7(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_sergeant_mener_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int corellia_droid_factory_sergeant_mener_handleBranch9(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_sergeant_mener_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -776,7 +776,7 @@ public int corellia_droid_factory_sergeant_mener_handleBranch12(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_sergeant_mener_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -835,7 +835,7 @@ public int corellia_droid_factory_sergeant_mener_handleBranch14(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_sergeant_mener_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -860,7 +860,7 @@ public int corellia_droid_factory_sergeant_mener_handleBranch15(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_sergeant_mener_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1174,7 +1174,7 @@ public int corellia_droid_factory_sergeant_mener_handleBranch19(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_droid_factory_sergeant_mener_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1199,7 +1199,7 @@ public int corellia_droid_factory_sergeant_mener_handleBranch21(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_dark_trooper.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_dark_trooper.java index 6b39afda19..9ce1d1a4f7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_dark_trooper.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_dark_trooper.java @@ -50,7 +50,7 @@ public int corellia_imperial_dark_trooper_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_tier3.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_tier3.java index c4b20f20ca..a4ac2a207e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_tier3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_tier3.java @@ -302,7 +302,7 @@ public int corellia_imperial_tier3_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int corellia_imperial_tier3_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int corellia_imperial_tier3_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int corellia_imperial_tier3_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int corellia_imperial_tier3_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int corellia_imperial_tier3_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -482,7 +482,7 @@ public int corellia_imperial_tier3_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -510,7 +510,7 @@ public int corellia_imperial_tier3_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -548,7 +548,7 @@ public int corellia_imperial_tier3_handleBranch23(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int corellia_imperial_tier3_handleBranch24(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -626,7 +626,7 @@ public int corellia_imperial_tier3_handleBranch25(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -665,7 +665,7 @@ public int corellia_imperial_tier3_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -704,7 +704,7 @@ public int corellia_imperial_tier3_handleBranch27(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -743,7 +743,7 @@ public int corellia_imperial_tier3_handleBranch28(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -816,7 +816,7 @@ public int corellia_imperial_tier3_handleBranch33(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -855,7 +855,7 @@ public int corellia_imperial_tier3_handleBranch34(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -894,7 +894,7 @@ public int corellia_imperial_tier3_handleBranch35(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -933,7 +933,7 @@ public int corellia_imperial_tier3_handleBranch36(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -972,7 +972,7 @@ public int corellia_imperial_tier3_handleBranch37(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1011,7 +1011,7 @@ public int corellia_imperial_tier3_handleBranch38(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1050,7 +1050,7 @@ public int corellia_imperial_tier3_handleBranch39(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1089,7 +1089,7 @@ public int corellia_imperial_tier3_handleBranch40(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1128,7 +1128,7 @@ public int corellia_imperial_tier3_handleBranch41(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1202,7 +1202,7 @@ public int corellia_imperial_tier3_handleBranch42(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1241,7 +1241,7 @@ public int corellia_imperial_tier3_handleBranch43(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1279,7 +1279,7 @@ public int corellia_imperial_tier3_handleBranch44(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1318,7 +1318,7 @@ public int corellia_imperial_tier3_handleBranch45(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1368,7 +1368,7 @@ public int corellia_imperial_tier3_handleBranch46(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1443,7 +1443,7 @@ public int corellia_imperial_tier3_handleBranch47(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1482,7 +1482,7 @@ public int corellia_imperial_tier3_handleBranch48(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1521,7 +1521,7 @@ public int corellia_imperial_tier3_handleBranch49(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1560,7 +1560,7 @@ public int corellia_imperial_tier3_handleBranch50(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1599,7 +1599,7 @@ public int corellia_imperial_tier3_handleBranch51(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1615,7 +1615,7 @@ public int corellia_imperial_tier3_handleBranch52(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1654,7 +1654,7 @@ public int corellia_imperial_tier3_handleBranch54(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1693,7 +1693,7 @@ public int corellia_imperial_tier3_handleBranch55(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1732,7 +1732,7 @@ public int corellia_imperial_tier3_handleBranch56(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1771,7 +1771,7 @@ public int corellia_imperial_tier3_handleBranch57(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1809,7 +1809,7 @@ public int corellia_imperial_tier3_handleBranch58(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1826,7 +1826,7 @@ public int corellia_imperial_tier3_handleBranch59(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1865,7 +1865,7 @@ public int corellia_imperial_tier3_handleBranch61(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1904,7 +1904,7 @@ public int corellia_imperial_tier3_handleBranch62(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1943,7 +1943,7 @@ public int corellia_imperial_tier3_handleBranch63(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1959,7 +1959,7 @@ public int corellia_imperial_tier3_handleBranch64(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1998,7 +1998,7 @@ public int corellia_imperial_tier3_handleBranch66(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2036,7 +2036,7 @@ public int corellia_imperial_tier3_handleBranch67(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2052,7 +2052,7 @@ public int corellia_imperial_tier3_handleBranch68(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2091,7 +2091,7 @@ public int corellia_imperial_tier3_handleBranch70(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2130,7 +2130,7 @@ public int corellia_imperial_tier3_handleBranch71(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2169,7 +2169,7 @@ public int corellia_imperial_tier3_handleBranch72(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier3_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2184,7 +2184,7 @@ public int corellia_imperial_tier3_handleBranch73(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_tier4.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_tier4.java index f56b975dfa..2d84b7567d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_tier4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_tier4.java @@ -440,7 +440,7 @@ public int corellia_imperial_tier4_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -455,7 +455,7 @@ public int corellia_imperial_tier4_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int corellia_imperial_tier4_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int corellia_imperial_tier4_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int corellia_imperial_tier4_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ public int corellia_imperial_tier4_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int corellia_imperial_tier4_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -725,7 +725,7 @@ public int corellia_imperial_tier4_handleBranch16(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int corellia_imperial_tier4_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -757,7 +757,7 @@ public int corellia_imperial_tier4_handleBranch19(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -831,7 +831,7 @@ public int corellia_imperial_tier4_handleBranch21(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -869,7 +869,7 @@ public int corellia_imperial_tier4_handleBranch22(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -888,7 +888,7 @@ public int corellia_imperial_tier4_handleBranch23(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -934,7 +934,7 @@ public int corellia_imperial_tier4_handleBranch25(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -950,7 +950,7 @@ public int corellia_imperial_tier4_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1030,7 +1030,7 @@ public int corellia_imperial_tier4_handleBranch28(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1045,7 +1045,7 @@ public int corellia_imperial_tier4_handleBranch29(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1084,7 +1084,7 @@ public int corellia_imperial_tier4_handleBranch31(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1100,7 +1100,7 @@ public int corellia_imperial_tier4_handleBranch32(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1160,7 +1160,7 @@ public int corellia_imperial_tier4_handleBranch34(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1290,7 +1290,7 @@ public int corellia_imperial_tier4_handleBranch35(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1304,7 +1304,7 @@ public int corellia_imperial_tier4_handleBranch36(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1338,7 +1338,7 @@ public int corellia_imperial_tier4_handleBranch38(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1352,7 +1352,7 @@ public int corellia_imperial_tier4_handleBranch42(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1469,7 +1469,7 @@ public int corellia_imperial_tier4_handleBranch44(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1517,7 +1517,7 @@ public int corellia_imperial_tier4_handleBranch45(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1531,7 +1531,7 @@ public int corellia_imperial_tier4_handleBranch46(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1545,7 +1545,7 @@ public int corellia_imperial_tier4_handleBranch48(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1559,7 +1559,7 @@ public int corellia_imperial_tier4_handleBranch50(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1618,7 +1618,7 @@ public int corellia_imperial_tier4_handleBranch52(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1644,7 +1644,7 @@ public int corellia_imperial_tier4_handleBranch53(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1717,7 +1717,7 @@ public int corellia_imperial_tier4_handleBranch57(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1735,7 +1735,7 @@ public int corellia_imperial_tier4_handleBranch58(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1753,7 +1753,7 @@ public int corellia_imperial_tier4_handleBranch60(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1859,7 +1859,7 @@ public int corellia_imperial_tier4_handleBranch62(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1908,7 +1908,7 @@ public int corellia_imperial_tier4_handleBranch63(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1957,7 +1957,7 @@ public int corellia_imperial_tier4_handleBranch64(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1972,7 +1972,7 @@ public int corellia_imperial_tier4_handleBranch65(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2021,7 +2021,7 @@ public int corellia_imperial_tier4_handleBranch68(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2070,7 +2070,7 @@ public int corellia_imperial_tier4_handleBranch69(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2085,7 +2085,7 @@ public int corellia_imperial_tier4_handleBranch71(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2134,7 +2134,7 @@ public int corellia_imperial_tier4_handleBranch73(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2160,7 +2160,7 @@ public int corellia_imperial_tier4_handleBranch74(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2357,7 +2357,7 @@ public int corellia_imperial_tier4_handleBranch77(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2425,7 +2425,7 @@ public int corellia_imperial_tier4_handleBranch78(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2463,7 +2463,7 @@ public int corellia_imperial_tier4_handleBranch79(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2583,7 +2583,7 @@ public int corellia_imperial_tier4_handleBranch80(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2701,7 +2701,7 @@ public int corellia_imperial_tier4_handleBranch81(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2832,7 +2832,7 @@ public int corellia_imperial_tier4_handleBranch82(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3034,7 +3034,7 @@ public int corellia_imperial_tier4_handleBranch83(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3102,7 +3102,7 @@ public int corellia_imperial_tier4_handleBranch84(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3121,7 +3121,7 @@ public int corellia_imperial_tier4_handleBranch86(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3159,7 +3159,7 @@ public int corellia_imperial_tier4_handleBranch89(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3198,7 +3198,7 @@ public int corellia_imperial_tier4_handleBranch90(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3258,7 +3258,7 @@ public int corellia_imperial_tier4_handleBranch91(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3376,7 +3376,7 @@ public int corellia_imperial_tier4_handleBranch92(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3459,7 +3459,7 @@ public int corellia_imperial_tier4_handleBranch93(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3509,7 +3509,7 @@ public int corellia_imperial_tier4_handleBranch94(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3581,7 +3581,7 @@ public int corellia_imperial_tier4_handleBranch95(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3619,7 +3619,7 @@ public int corellia_imperial_tier4_handleBranch96(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3679,7 +3679,7 @@ public int corellia_imperial_tier4_handleBranch97(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3785,7 +3785,7 @@ public int corellia_imperial_tier4_handleBranch98(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3823,7 +3823,7 @@ public int corellia_imperial_tier4_handleBranch99(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3861,7 +3861,7 @@ public int corellia_imperial_tier4_handleBranch100(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3880,7 +3880,7 @@ public int corellia_imperial_tier4_handleBranch101(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3918,7 +3918,7 @@ public int corellia_imperial_tier4_handleBranch103(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3956,7 +3956,7 @@ public int corellia_imperial_tier4_handleBranch104(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3994,7 +3994,7 @@ public int corellia_imperial_tier4_handleBranch105(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4032,7 +4032,7 @@ public int corellia_imperial_tier4_handleBranch106(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4070,7 +4070,7 @@ public int corellia_imperial_tier4_handleBranch107(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4142,7 +4142,7 @@ public int corellia_imperial_tier4_handleBranch108(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4191,7 +4191,7 @@ public int corellia_imperial_tier4_handleBranch109(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4263,7 +4263,7 @@ public int corellia_imperial_tier4_handleBranch110(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4323,7 +4323,7 @@ public int corellia_imperial_tier4_handleBranch111(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4361,7 +4361,7 @@ public int corellia_imperial_tier4_handleBranch112(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4410,7 +4410,7 @@ public int corellia_imperial_tier4_handleBranch113(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4493,7 +4493,7 @@ public int corellia_imperial_tier4_handleBranch114(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4613,7 +4613,7 @@ public int corellia_imperial_tier4_handleBranch115(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4662,7 +4662,7 @@ public int corellia_imperial_tier4_handleBranch116(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4677,7 +4677,7 @@ public int corellia_imperial_tier4_handleBranch117(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4727,7 +4727,7 @@ public int corellia_imperial_tier4_handleBranch120(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4811,7 +4811,7 @@ public int corellia_imperial_tier4_handleBranch121(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4830,7 +4830,7 @@ public int corellia_imperial_tier4_handleBranch122(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4856,7 +4856,7 @@ public int corellia_imperial_tier4_handleBranch124(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4905,7 +4905,7 @@ public int corellia_imperial_tier4_handleBranch127(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4977,7 +4977,7 @@ public int corellia_imperial_tier4_handleBranch128(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4996,7 +4996,7 @@ public int corellia_imperial_tier4_handleBranch129(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5015,7 +5015,7 @@ public int corellia_imperial_tier4_handleBranch131(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5133,7 +5133,7 @@ public int corellia_imperial_tier4_handleBranch133(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5182,7 +5182,7 @@ public int corellia_imperial_tier4_handleBranch134(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5254,7 +5254,7 @@ public int corellia_imperial_tier4_handleBranch135(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5269,7 +5269,7 @@ public int corellia_imperial_tier4_handleBranch136(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5307,7 +5307,7 @@ public int corellia_imperial_tier4_handleBranch138(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5322,7 +5322,7 @@ public int corellia_imperial_tier4_handleBranch139(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5371,7 +5371,7 @@ public int corellia_imperial_tier4_handleBranch141(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5454,7 +5454,7 @@ public int corellia_imperial_tier4_handleBranch142(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5481,7 +5481,7 @@ public int corellia_imperial_tier4_handleBranch143(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5530,7 +5530,7 @@ public int corellia_imperial_tier4_handleBranch146(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5602,7 +5602,7 @@ public int corellia_imperial_tier4_handleBranch147(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5640,7 +5640,7 @@ public int corellia_imperial_tier4_handleBranch148(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5655,7 +5655,7 @@ public int corellia_imperial_tier4_handleBranch149(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5670,7 +5670,7 @@ public int corellia_imperial_tier4_handleBranch151(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5872,7 +5872,7 @@ public int corellia_imperial_tier4_handleBranch153(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6074,7 +6074,7 @@ public int corellia_imperial_tier4_handleBranch154(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6276,7 +6276,7 @@ public int corellia_imperial_tier4_handleBranch155(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6315,7 +6315,7 @@ public int corellia_imperial_tier4_handleBranch156(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6397,7 +6397,7 @@ public int corellia_imperial_tier4_handleBranch157(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6435,7 +6435,7 @@ public int corellia_imperial_tier4_handleBranch162(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6473,7 +6473,7 @@ public int corellia_imperial_tier4_handleBranch163(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6522,7 +6522,7 @@ public int corellia_imperial_tier4_handleBranch164(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6614,7 +6614,7 @@ public int corellia_imperial_tier4_handleBranch165(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6696,7 +6696,7 @@ public int corellia_imperial_tier4_handleBranch166(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6745,7 +6745,7 @@ public int corellia_imperial_tier4_handleBranch168(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6817,7 +6817,7 @@ public int corellia_imperial_tier4_handleBranch169(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch170(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6832,7 +6832,7 @@ public int corellia_imperial_tier4_handleBranch170(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6847,7 +6847,7 @@ public int corellia_imperial_tier4_handleBranch172(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch174(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6941,7 +6941,7 @@ public int corellia_imperial_tier4_handleBranch174(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_tier4_handleBranch176(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7023,7 +7023,7 @@ public int corellia_imperial_tier4_handleBranch176(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_1.java index 33ada5e743..d9b6e01073 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_1.java @@ -856,7 +856,7 @@ public int corellia_imperial_trainer_1_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1110,7 +1110,7 @@ public int corellia_imperial_trainer_1_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1364,7 +1364,7 @@ public int corellia_imperial_trainer_1_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1504,7 +1504,7 @@ public int corellia_imperial_trainer_1_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1758,7 +1758,7 @@ public int corellia_imperial_trainer_1_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2012,7 +2012,7 @@ public int corellia_imperial_trainer_1_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2266,7 +2266,7 @@ public int corellia_imperial_trainer_1_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2316,7 +2316,7 @@ public int corellia_imperial_trainer_1_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2343,7 +2343,7 @@ public int corellia_imperial_trainer_1_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2399,7 +2399,7 @@ public int corellia_imperial_trainer_1_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2470,7 +2470,7 @@ public int corellia_imperial_trainer_1_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2554,7 +2554,7 @@ public int corellia_imperial_trainer_1_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2594,7 +2594,7 @@ public int corellia_imperial_trainer_1_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2633,7 +2633,7 @@ public int corellia_imperial_trainer_1_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2648,7 +2648,7 @@ public int corellia_imperial_trainer_1_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2842,7 +2842,7 @@ public int corellia_imperial_trainer_1_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2867,7 +2867,7 @@ public int corellia_imperial_trainer_1_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2892,7 +2892,7 @@ public int corellia_imperial_trainer_1_handleBranch33(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2917,7 +2917,7 @@ public int corellia_imperial_trainer_1_handleBranch36(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2942,7 +2942,7 @@ public int corellia_imperial_trainer_1_handleBranch39(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3070,7 +3070,7 @@ public int corellia_imperial_trainer_1_handleBranch44(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3142,7 +3142,7 @@ public int corellia_imperial_trainer_1_handleBranch45(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3229,7 +3229,7 @@ public int corellia_imperial_trainer_1_handleBranch47(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3244,7 +3244,7 @@ public int corellia_imperial_trainer_1_handleBranch48(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3259,7 +3259,7 @@ public int corellia_imperial_trainer_1_handleBranch50(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3333,7 +3333,7 @@ public int corellia_imperial_trainer_1_handleBranch54(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3416,7 +3416,7 @@ public int corellia_imperial_trainer_1_handleBranch55(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3465,7 +3465,7 @@ public int corellia_imperial_trainer_1_handleBranch56(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3480,7 +3480,7 @@ public int corellia_imperial_trainer_1_handleBranch57(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3495,7 +3495,7 @@ public int corellia_imperial_trainer_1_handleBranch60(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3578,7 +3578,7 @@ public int corellia_imperial_trainer_1_handleBranch62(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3627,7 +3627,7 @@ public int corellia_imperial_trainer_1_handleBranch63(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3642,7 +3642,7 @@ public int corellia_imperial_trainer_1_handleBranch64(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3681,7 +3681,7 @@ public int corellia_imperial_trainer_1_handleBranch67(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3696,7 +3696,7 @@ public int corellia_imperial_trainer_1_handleBranch68(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3746,7 +3746,7 @@ public int corellia_imperial_trainer_1_handleBranch70(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3773,7 +3773,7 @@ public int corellia_imperial_trainer_1_handleBranch71(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3855,7 +3855,7 @@ public int corellia_imperial_trainer_1_handleBranch74(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3894,7 +3894,7 @@ public int corellia_imperial_trainer_1_handleBranch75(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3933,7 +3933,7 @@ public int corellia_imperial_trainer_1_handleBranch76(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3949,7 +3949,7 @@ public int corellia_imperial_trainer_1_handleBranch77(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3988,7 +3988,7 @@ public int corellia_imperial_trainer_1_handleBranch79(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4027,7 +4027,7 @@ public int corellia_imperial_trainer_1_handleBranch80(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4100,7 +4100,7 @@ public int corellia_imperial_trainer_1_handleBranch81(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4115,7 +4115,7 @@ public int corellia_imperial_trainer_1_handleBranch82(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4130,7 +4130,7 @@ public int corellia_imperial_trainer_1_handleBranch84(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4180,7 +4180,7 @@ public int corellia_imperial_trainer_1_handleBranch86(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4207,7 +4207,7 @@ public int corellia_imperial_trainer_1_handleBranch87(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4289,7 +4289,7 @@ public int corellia_imperial_trainer_1_handleBranch90(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4328,7 +4328,7 @@ public int corellia_imperial_trainer_1_handleBranch91(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4367,7 +4367,7 @@ public int corellia_imperial_trainer_1_handleBranch92(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4417,7 +4417,7 @@ public int corellia_imperial_trainer_1_handleBranch93(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4502,7 +4502,7 @@ public int corellia_imperial_trainer_1_handleBranch94(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4576,7 +4576,7 @@ public int corellia_imperial_trainer_1_handleBranch95(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4592,7 +4592,7 @@ public int corellia_imperial_trainer_1_handleBranch96(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4608,7 +4608,7 @@ public int corellia_imperial_trainer_1_handleBranch98(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4647,7 +4647,7 @@ public int corellia_imperial_trainer_1_handleBranch100(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4722,7 +4722,7 @@ public int corellia_imperial_trainer_1_handleBranch101(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4762,7 +4762,7 @@ public int corellia_imperial_trainer_1_handleBranch102(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4777,7 +4777,7 @@ public int corellia_imperial_trainer_1_handleBranch103(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4816,7 +4816,7 @@ public int corellia_imperial_trainer_1_handleBranch105(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4831,7 +4831,7 @@ public int corellia_imperial_trainer_1_handleBranch106(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4858,7 +4858,7 @@ public int corellia_imperial_trainer_1_handleBranch108(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4940,7 +4940,7 @@ public int corellia_imperial_trainer_1_handleBranch111(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4979,7 +4979,7 @@ public int corellia_imperial_trainer_1_handleBranch112(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5018,7 +5018,7 @@ public int corellia_imperial_trainer_1_handleBranch113(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5057,7 +5057,7 @@ public int corellia_imperial_trainer_1_handleBranch114(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5096,7 +5096,7 @@ public int corellia_imperial_trainer_1_handleBranch115(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5179,7 +5179,7 @@ public int corellia_imperial_trainer_1_handleBranch116(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5424,7 +5424,7 @@ public int corellia_imperial_trainer_1_handleBranch117(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5601,7 +5601,7 @@ public int corellia_imperial_trainer_1_handleBranch118(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5778,7 +5778,7 @@ public int corellia_imperial_trainer_1_handleBranch119(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5817,7 +5817,7 @@ public int corellia_imperial_trainer_1_handleBranch120(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5867,7 +5867,7 @@ public int corellia_imperial_trainer_1_handleBranch121(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6007,7 +6007,7 @@ public int corellia_imperial_trainer_1_handleBranch122(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6217,7 +6217,7 @@ public int corellia_imperial_trainer_1_handleBranch123(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6427,7 +6427,7 @@ public int corellia_imperial_trainer_1_handleBranch124(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6466,7 +6466,7 @@ public int corellia_imperial_trainer_1_handleBranch125(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6505,7 +6505,7 @@ public int corellia_imperial_trainer_1_handleBranch126(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6544,7 +6544,7 @@ public int corellia_imperial_trainer_1_handleBranch127(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6616,7 +6616,7 @@ public int corellia_imperial_trainer_1_handleBranch128(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6826,7 +6826,7 @@ public int corellia_imperial_trainer_1_handleBranch129(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6865,7 +6865,7 @@ public int corellia_imperial_trainer_1_handleBranch130(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6904,7 +6904,7 @@ public int corellia_imperial_trainer_1_handleBranch131(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6943,7 +6943,7 @@ public int corellia_imperial_trainer_1_handleBranch132(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6982,7 +6982,7 @@ public int corellia_imperial_trainer_1_handleBranch133(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6998,7 +6998,7 @@ public int corellia_imperial_trainer_1_handleBranch134(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7048,7 +7048,7 @@ public int corellia_imperial_trainer_1_handleBranch136(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7075,7 +7075,7 @@ public int corellia_imperial_trainer_1_handleBranch137(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7149,7 +7149,7 @@ public int corellia_imperial_trainer_1_handleBranch140(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7188,7 +7188,7 @@ public int corellia_imperial_trainer_1_handleBranch141(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7227,7 +7227,7 @@ public int corellia_imperial_trainer_1_handleBranch142(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7266,7 +7266,7 @@ public int corellia_imperial_trainer_1_handleBranch143(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7305,7 +7305,7 @@ public int corellia_imperial_trainer_1_handleBranch144(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7344,7 +7344,7 @@ public int corellia_imperial_trainer_1_handleBranch145(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7383,7 +7383,7 @@ public int corellia_imperial_trainer_1_handleBranch146(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7399,7 +7399,7 @@ public int corellia_imperial_trainer_1_handleBranch147(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7438,7 +7438,7 @@ public int corellia_imperial_trainer_1_handleBranch149(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7488,7 +7488,7 @@ public int corellia_imperial_trainer_1_handleBranch150(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7538,7 +7538,7 @@ public int corellia_imperial_trainer_1_handleBranch151(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7610,7 +7610,7 @@ public int corellia_imperial_trainer_1_handleBranch152(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7774,7 +7774,7 @@ public int corellia_imperial_trainer_1_handleBranch153(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7881,7 +7881,7 @@ public int corellia_imperial_trainer_1_handleBranch154(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7967,7 +7967,7 @@ public int corellia_imperial_trainer_1_handleBranch155(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8040,7 +8040,7 @@ public int corellia_imperial_trainer_1_handleBranch156(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8079,7 +8079,7 @@ public int corellia_imperial_trainer_1_handleBranch157(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8118,7 +8118,7 @@ public int corellia_imperial_trainer_1_handleBranch158(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8157,7 +8157,7 @@ public int corellia_imperial_trainer_1_handleBranch159(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8196,7 +8196,7 @@ public int corellia_imperial_trainer_1_handleBranch160(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8235,7 +8235,7 @@ public int corellia_imperial_trainer_1_handleBranch161(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8285,7 +8285,7 @@ public int corellia_imperial_trainer_1_handleBranch162(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8336,7 +8336,7 @@ public int corellia_imperial_trainer_1_handleBranch163(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_1_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8443,7 +8443,7 @@ public int corellia_imperial_trainer_1_handleBranch165(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_2.java index c09af0a9a7..b8771d6021 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_2.java @@ -430,7 +430,7 @@ public int corellia_imperial_trainer_2_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -469,7 +469,7 @@ public int corellia_imperial_trainer_2_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -508,7 +508,7 @@ public int corellia_imperial_trainer_2_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ public int corellia_imperial_trainer_2_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -566,7 +566,7 @@ public int corellia_imperial_trainer_2_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int corellia_imperial_trainer_2_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -644,7 +644,7 @@ public int corellia_imperial_trainer_2_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -663,7 +663,7 @@ public int corellia_imperial_trainer_2_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int corellia_imperial_trainer_2_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -789,7 +789,7 @@ public int corellia_imperial_trainer_2_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -931,7 +931,7 @@ public int corellia_imperial_trainer_2_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1014,7 +1014,7 @@ public int corellia_imperial_trainer_2_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1031,7 +1031,7 @@ public int corellia_imperial_trainer_2_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1069,7 +1069,7 @@ public int corellia_imperial_trainer_2_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1107,7 +1107,7 @@ public int corellia_imperial_trainer_2_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1189,7 +1189,7 @@ public int corellia_imperial_trainer_2_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1227,7 +1227,7 @@ public int corellia_imperial_trainer_2_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1265,7 +1265,7 @@ public int corellia_imperial_trainer_2_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1336,7 +1336,7 @@ public int corellia_imperial_trainer_2_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1552,7 +1552,7 @@ public int corellia_imperial_trainer_2_handleBranch28(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1768,7 +1768,7 @@ public int corellia_imperial_trainer_2_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1984,7 +1984,7 @@ public int corellia_imperial_trainer_2_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2200,7 +2200,7 @@ public int corellia_imperial_trainer_2_handleBranch31(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2215,7 +2215,7 @@ public int corellia_imperial_trainer_2_handleBranch33(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2230,7 +2230,7 @@ public int corellia_imperial_trainer_2_handleBranch35(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2245,7 +2245,7 @@ public int corellia_imperial_trainer_2_handleBranch41(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2260,7 +2260,7 @@ public int corellia_imperial_trainer_2_handleBranch43(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2275,7 +2275,7 @@ public int corellia_imperial_trainer_2_handleBranch45(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2290,7 +2290,7 @@ public int corellia_imperial_trainer_2_handleBranch47(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2421,7 +2421,7 @@ public int corellia_imperial_trainer_2_handleBranch49(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2461,7 +2461,7 @@ public int corellia_imperial_trainer_2_handleBranch50(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2511,7 +2511,7 @@ public int corellia_imperial_trainer_2_handleBranch51(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2594,7 +2594,7 @@ public int corellia_imperial_trainer_2_handleBranch52(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2632,7 +2632,7 @@ public int corellia_imperial_trainer_2_handleBranch53(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2692,7 +2692,7 @@ public int corellia_imperial_trainer_2_handleBranch54(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2823,7 +2823,7 @@ public int corellia_imperial_trainer_2_handleBranch55(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2954,7 +2954,7 @@ public int corellia_imperial_trainer_2_handleBranch56(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3085,7 +3085,7 @@ public int corellia_imperial_trainer_2_handleBranch57(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3168,7 +3168,7 @@ public int corellia_imperial_trainer_2_handleBranch59(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3208,7 +3208,7 @@ public int corellia_imperial_trainer_2_handleBranch60(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3246,7 +3246,7 @@ public int corellia_imperial_trainer_2_handleBranch61(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3284,7 +3284,7 @@ public int corellia_imperial_trainer_2_handleBranch62(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3299,7 +3299,7 @@ public int corellia_imperial_trainer_2_handleBranch63(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3339,7 +3339,7 @@ public int corellia_imperial_trainer_2_handleBranch65(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3377,7 +3377,7 @@ public int corellia_imperial_trainer_2_handleBranch66(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3415,7 +3415,7 @@ public int corellia_imperial_trainer_2_handleBranch67(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3430,7 +3430,7 @@ public int corellia_imperial_trainer_2_handleBranch68(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3470,7 +3470,7 @@ public int corellia_imperial_trainer_2_handleBranch70(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3508,7 +3508,7 @@ public int corellia_imperial_trainer_2_handleBranch71(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3525,7 +3525,7 @@ public int corellia_imperial_trainer_2_handleBranch72(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3606,7 +3606,7 @@ public int corellia_imperial_trainer_2_handleBranch74(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3654,7 +3654,7 @@ public int corellia_imperial_trainer_2_handleBranch75(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3692,7 +3692,7 @@ public int corellia_imperial_trainer_2_handleBranch81(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3731,7 +3731,7 @@ public int corellia_imperial_trainer_2_handleBranch82(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3770,7 +3770,7 @@ public int corellia_imperial_trainer_2_handleBranch83(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3831,7 +3831,7 @@ public int corellia_imperial_trainer_2_handleBranch84(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4004,7 +4004,7 @@ public int corellia_imperial_trainer_2_handleBranch85(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4177,7 +4177,7 @@ public int corellia_imperial_trainer_2_handleBranch86(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4350,7 +4350,7 @@ public int corellia_imperial_trainer_2_handleBranch87(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4455,7 +4455,7 @@ public int corellia_imperial_trainer_2_handleBranch88(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4515,7 +4515,7 @@ public int corellia_imperial_trainer_2_handleBranch89(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4620,7 +4620,7 @@ public int corellia_imperial_trainer_2_handleBranch90(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_imperial_trainer_2_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4725,7 +4725,7 @@ public int corellia_imperial_trainer_2_handleBranch91(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_1_jainn.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_1_jainn.java index 8cdd04c4b9..dfb4a613c4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_1_jainn.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_1_jainn.java @@ -64,7 +64,7 @@ public int corellia_murmurs_1_jainn_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_murmurs_1_jainn_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -102,7 +102,7 @@ public int corellia_murmurs_1_jainn_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_murmurs_1_jainn_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int corellia_murmurs_1_jainn_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_1_moril.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_1_moril.java index d87f2aa128..1bfd77284c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_1_moril.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_1_moril.java @@ -65,7 +65,7 @@ public int corellia_murmurs_1_moril_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_murmurs_1_moril_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int corellia_murmurs_1_moril_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_murmurs_1_moril_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int corellia_murmurs_1_moril_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_questgiver.java index a0c00f9568..0af2c599c2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_murmurs_questgiver.java @@ -109,7 +109,7 @@ public int corellia_murmurs_questgiver_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_murmurs_questgiver_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int corellia_murmurs_questgiver_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_murmurs_questgiver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int corellia_murmurs_questgiver_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_murmurs_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int corellia_murmurs_questgiver_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_murmurs_questgiver_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int corellia_murmurs_questgiver_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_murmurs_questgiver_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int corellia_murmurs_questgiver_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_retired_corsec_beggar.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_retired_corsec_beggar.java index b36f3d42df..6cfe287ed0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_retired_corsec_beggar.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_retired_corsec_beggar.java @@ -412,7 +412,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch1(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -532,7 +532,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch3(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch4(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -622,7 +622,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch6(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch9(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -779,7 +779,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch10(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -840,7 +840,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch12(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch14(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -938,7 +938,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch17(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -975,7 +975,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch19(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1117,7 +1117,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch23(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1167,7 +1167,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch24(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1229,7 +1229,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch25(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1255,7 +1255,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch26(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1305,7 +1305,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch30(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1367,7 +1367,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch31(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1393,7 +1393,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch32(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1513,7 +1513,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch36(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1631,7 +1631,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch39(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1703,7 +1703,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch40(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1765,7 +1765,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch43(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1791,7 +1791,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch44(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1899,7 +1899,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch48(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1926,7 +1926,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch50(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1952,7 +1952,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch53(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2037,7 +2037,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch56(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2063,7 +2063,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch57(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2113,7 +2113,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch60(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2210,7 +2210,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch61(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2272,7 +2272,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch62(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2333,7 +2333,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch63(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2359,7 +2359,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch64(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2420,7 +2420,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch69(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_retired_corsec_beggar_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2446,7 +2446,7 @@ public int corellia_privateer_retired_corsec_beggar_handleBranch70(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_tier3.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_tier3.java index c12625a97a..9e175f5f02 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_tier3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_tier3.java @@ -296,7 +296,7 @@ public int corellia_privateer_tier3_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int corellia_privateer_tier3_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -363,7 +363,7 @@ public int corellia_privateer_tier3_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -414,7 +414,7 @@ public int corellia_privateer_tier3_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -430,7 +430,7 @@ public int corellia_privateer_tier3_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int corellia_privateer_tier3_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -520,7 +520,7 @@ public int corellia_privateer_tier3_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -537,7 +537,7 @@ public int corellia_privateer_tier3_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -588,7 +588,7 @@ public int corellia_privateer_tier3_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -628,7 +628,7 @@ public int corellia_privateer_tier3_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -645,7 +645,7 @@ public int corellia_privateer_tier3_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -776,7 +776,7 @@ public int corellia_privateer_tier3_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -791,7 +791,7 @@ public int corellia_privateer_tier3_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -806,7 +806,7 @@ public int corellia_privateer_tier3_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -821,7 +821,7 @@ public int corellia_privateer_tier3_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -836,7 +836,7 @@ public int corellia_privateer_tier3_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -967,7 +967,7 @@ public int corellia_privateer_tier3_handleBranch33(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1098,7 +1098,7 @@ public int corellia_privateer_tier3_handleBranch34(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1229,7 +1229,7 @@ public int corellia_privateer_tier3_handleBranch35(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1304,7 +1304,7 @@ public int corellia_privateer_tier3_handleBranch36(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1343,7 +1343,7 @@ public int corellia_privateer_tier3_handleBranch37(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1381,7 +1381,7 @@ public int corellia_privateer_tier3_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1431,7 +1431,7 @@ public int corellia_privateer_tier3_handleBranch39(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1504,7 +1504,7 @@ public int corellia_privateer_tier3_handleBranch40(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1544,7 +1544,7 @@ public int corellia_privateer_tier3_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1583,7 +1583,7 @@ public int corellia_privateer_tier3_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1599,7 +1599,7 @@ public int corellia_privateer_tier3_handleBranch43(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1638,7 +1638,7 @@ public int corellia_privateer_tier3_handleBranch45(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1677,7 +1677,7 @@ public int corellia_privateer_tier3_handleBranch46(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1716,7 +1716,7 @@ public int corellia_privateer_tier3_handleBranch47(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1755,7 +1755,7 @@ public int corellia_privateer_tier3_handleBranch48(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1771,7 +1771,7 @@ public int corellia_privateer_tier3_handleBranch49(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1822,7 +1822,7 @@ public int corellia_privateer_tier3_handleBranch51(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1894,7 +1894,7 @@ public int corellia_privateer_tier3_handleBranch52(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1934,7 +1934,7 @@ public int corellia_privateer_tier3_handleBranch53(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1973,7 +1973,7 @@ public int corellia_privateer_tier3_handleBranch54(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1989,7 +1989,7 @@ public int corellia_privateer_tier3_handleBranch55(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2028,7 +2028,7 @@ public int corellia_privateer_tier3_handleBranch57(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2067,7 +2067,7 @@ public int corellia_privateer_tier3_handleBranch58(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2106,7 +2106,7 @@ public int corellia_privateer_tier3_handleBranch59(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2145,7 +2145,7 @@ public int corellia_privateer_tier3_handleBranch60(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2161,7 +2161,7 @@ public int corellia_privateer_tier3_handleBranch61(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2235,7 +2235,7 @@ public int corellia_privateer_tier3_handleBranch63(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2275,7 +2275,7 @@ public int corellia_privateer_tier3_handleBranch64(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2314,7 +2314,7 @@ public int corellia_privateer_tier3_handleBranch65(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2353,7 +2353,7 @@ public int corellia_privateer_tier3_handleBranch66(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2393,7 +2393,7 @@ public int corellia_privateer_tier3_handleBranch67(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2432,7 +2432,7 @@ public int corellia_privateer_tier3_handleBranch68(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2471,7 +2471,7 @@ public int corellia_privateer_tier3_handleBranch69(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2510,7 +2510,7 @@ public int corellia_privateer_tier3_handleBranch70(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2549,7 +2549,7 @@ public int corellia_privateer_tier3_handleBranch71(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2588,7 +2588,7 @@ public int corellia_privateer_tier3_handleBranch72(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2627,7 +2627,7 @@ public int corellia_privateer_tier3_handleBranch73(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2666,7 +2666,7 @@ public int corellia_privateer_tier3_handleBranch74(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2705,7 +2705,7 @@ public int corellia_privateer_tier3_handleBranch75(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2721,7 +2721,7 @@ public int corellia_privateer_tier3_handleBranch76(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2760,7 +2760,7 @@ public int corellia_privateer_tier3_handleBranch78(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2799,7 +2799,7 @@ public int corellia_privateer_tier3_handleBranch79(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2838,7 +2838,7 @@ public int corellia_privateer_tier3_handleBranch80(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2888,7 +2888,7 @@ public int corellia_privateer_tier3_handleBranch81(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2961,7 +2961,7 @@ public int corellia_privateer_tier3_handleBranch82(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3000,7 +3000,7 @@ public int corellia_privateer_tier3_handleBranch83(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3039,7 +3039,7 @@ public int corellia_privateer_tier3_handleBranch84(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3078,7 +3078,7 @@ public int corellia_privateer_tier3_handleBranch85(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3116,7 +3116,7 @@ public int corellia_privateer_tier3_handleBranch86(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3155,7 +3155,7 @@ public int corellia_privateer_tier3_handleBranch87(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3194,7 +3194,7 @@ public int corellia_privateer_tier3_handleBranch88(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3210,7 +3210,7 @@ public int corellia_privateer_tier3_handleBranch89(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3250,7 +3250,7 @@ public int corellia_privateer_tier3_handleBranch91(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3290,7 +3290,7 @@ public int corellia_privateer_tier3_handleBranch92(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3329,7 +3329,7 @@ public int corellia_privateer_tier3_handleBranch93(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3368,7 +3368,7 @@ public int corellia_privateer_tier3_handleBranch94(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3407,7 +3407,7 @@ public int corellia_privateer_tier3_handleBranch95(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3446,7 +3446,7 @@ public int corellia_privateer_tier3_handleBranch96(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3485,7 +3485,7 @@ public int corellia_privateer_tier3_handleBranch97(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3501,7 +3501,7 @@ public int corellia_privateer_tier3_handleBranch98(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3632,7 +3632,7 @@ public int corellia_privateer_tier3_handleBranch100(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3705,7 +3705,7 @@ public int corellia_privateer_tier3_handleBranch101(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3744,7 +3744,7 @@ public int corellia_privateer_tier3_handleBranch102(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3783,7 +3783,7 @@ public int corellia_privateer_tier3_handleBranch103(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3821,7 +3821,7 @@ public int corellia_privateer_tier3_handleBranch104(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3861,7 +3861,7 @@ public int corellia_privateer_tier3_handleBranch105(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3900,7 +3900,7 @@ public int corellia_privateer_tier3_handleBranch106(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3939,7 +3939,7 @@ public int corellia_privateer_tier3_handleBranch107(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3979,7 +3979,7 @@ public int corellia_privateer_tier3_handleBranch108(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4019,7 +4019,7 @@ public int corellia_privateer_tier3_handleBranch109(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4058,7 +4058,7 @@ public int corellia_privateer_tier3_handleBranch110(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4097,7 +4097,7 @@ public int corellia_privateer_tier3_handleBranch111(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4136,7 +4136,7 @@ public int corellia_privateer_tier3_handleBranch112(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4175,7 +4175,7 @@ public int corellia_privateer_tier3_handleBranch113(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4214,7 +4214,7 @@ public int corellia_privateer_tier3_handleBranch114(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4252,7 +4252,7 @@ public int corellia_privateer_tier3_handleBranch115(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4270,7 +4270,7 @@ public int corellia_privateer_tier3_handleBranch116(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4309,7 +4309,7 @@ public int corellia_privateer_tier3_handleBranch118(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4347,7 +4347,7 @@ public int corellia_privateer_tier3_handleBranch119(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4386,7 +4386,7 @@ public int corellia_privateer_tier3_handleBranch120(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4424,7 +4424,7 @@ public int corellia_privateer_tier3_handleBranch121(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4463,7 +4463,7 @@ public int corellia_privateer_tier3_handleBranch122(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4502,7 +4502,7 @@ public int corellia_privateer_tier3_handleBranch123(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4541,7 +4541,7 @@ public int corellia_privateer_tier3_handleBranch124(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4580,7 +4580,7 @@ public int corellia_privateer_tier3_handleBranch125(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4618,7 +4618,7 @@ public int corellia_privateer_tier3_handleBranch126(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4636,7 +4636,7 @@ public int corellia_privateer_tier3_handleBranch127(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4710,7 +4710,7 @@ public int corellia_privateer_tier3_handleBranch129(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4749,7 +4749,7 @@ public int corellia_privateer_tier3_handleBranch130(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4789,7 +4789,7 @@ public int corellia_privateer_tier3_handleBranch131(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4829,7 +4829,7 @@ public int corellia_privateer_tier3_handleBranch132(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4869,7 +4869,7 @@ public int corellia_privateer_tier3_handleBranch133(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4907,7 +4907,7 @@ public int corellia_privateer_tier3_handleBranch134(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4946,7 +4946,7 @@ public int corellia_privateer_tier3_handleBranch135(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4985,7 +4985,7 @@ public int corellia_privateer_tier3_handleBranch136(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5024,7 +5024,7 @@ public int corellia_privateer_tier3_handleBranch137(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5063,7 +5063,7 @@ public int corellia_privateer_tier3_handleBranch138(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5102,7 +5102,7 @@ public int corellia_privateer_tier3_handleBranch139(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5141,7 +5141,7 @@ public int corellia_privateer_tier3_handleBranch140(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5180,7 +5180,7 @@ public int corellia_privateer_tier3_handleBranch141(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5220,7 +5220,7 @@ public int corellia_privateer_tier3_handleBranch142(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5259,7 +5259,7 @@ public int corellia_privateer_tier3_handleBranch143(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5298,7 +5298,7 @@ public int corellia_privateer_tier3_handleBranch144(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5337,7 +5337,7 @@ public int corellia_privateer_tier3_handleBranch145(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5376,7 +5376,7 @@ public int corellia_privateer_tier3_handleBranch146(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5415,7 +5415,7 @@ public int corellia_privateer_tier3_handleBranch147(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5453,7 +5453,7 @@ public int corellia_privateer_tier3_handleBranch148(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5469,7 +5469,7 @@ public int corellia_privateer_tier3_handleBranch149(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5509,7 +5509,7 @@ public int corellia_privateer_tier3_handleBranch151(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5547,7 +5547,7 @@ public int corellia_privateer_tier3_handleBranch152(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5586,7 +5586,7 @@ public int corellia_privateer_tier3_handleBranch153(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5624,7 +5624,7 @@ public int corellia_privateer_tier3_handleBranch154(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5663,7 +5663,7 @@ public int corellia_privateer_tier3_handleBranch155(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5702,7 +5702,7 @@ public int corellia_privateer_tier3_handleBranch156(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5740,7 +5740,7 @@ public int corellia_privateer_tier3_handleBranch157(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5779,7 +5779,7 @@ public int corellia_privateer_tier3_handleBranch158(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5817,7 +5817,7 @@ public int corellia_privateer_tier3_handleBranch159(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5835,7 +5835,7 @@ public int corellia_privateer_tier3_handleBranch160(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5874,7 +5874,7 @@ public int corellia_privateer_tier3_handleBranch162(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5912,7 +5912,7 @@ public int corellia_privateer_tier3_handleBranch163(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5951,7 +5951,7 @@ public int corellia_privateer_tier3_handleBranch164(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5990,7 +5990,7 @@ public int corellia_privateer_tier3_handleBranch165(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6028,7 +6028,7 @@ public int corellia_privateer_tier3_handleBranch166(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6067,7 +6067,7 @@ public int corellia_privateer_tier3_handleBranch167(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6105,7 +6105,7 @@ public int corellia_privateer_tier3_handleBranch168(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6123,7 +6123,7 @@ public int corellia_privateer_tier3_handleBranch169(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6197,7 +6197,7 @@ public int corellia_privateer_tier3_handleBranch171(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6236,7 +6236,7 @@ public int corellia_privateer_tier3_handleBranch172(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch173(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6275,7 +6275,7 @@ public int corellia_privateer_tier3_handleBranch173(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch174(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6314,7 +6314,7 @@ public int corellia_privateer_tier3_handleBranch174(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch175(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6353,7 +6353,7 @@ public int corellia_privateer_tier3_handleBranch175(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch176(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6391,7 +6391,7 @@ public int corellia_privateer_tier3_handleBranch176(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6430,7 +6430,7 @@ public int corellia_privateer_tier3_handleBranch177(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch178(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6447,7 +6447,7 @@ public int corellia_privateer_tier3_handleBranch178(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch180(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6497,7 +6497,7 @@ public int corellia_privateer_tier3_handleBranch180(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch181(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6571,7 +6571,7 @@ public int corellia_privateer_tier3_handleBranch181(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6610,7 +6610,7 @@ public int corellia_privateer_tier3_handleBranch182(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch183(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6649,7 +6649,7 @@ public int corellia_privateer_tier3_handleBranch183(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch184(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6688,7 +6688,7 @@ public int corellia_privateer_tier3_handleBranch184(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch185(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6726,7 +6726,7 @@ public int corellia_privateer_tier3_handleBranch185(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch186(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6765,7 +6765,7 @@ public int corellia_privateer_tier3_handleBranch186(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch187(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6782,7 +6782,7 @@ public int corellia_privateer_tier3_handleBranch187(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch189(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6821,7 +6821,7 @@ public int corellia_privateer_tier3_handleBranch189(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch190(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6860,7 +6860,7 @@ public int corellia_privateer_tier3_handleBranch190(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch191(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6899,7 +6899,7 @@ public int corellia_privateer_tier3_handleBranch191(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch192(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6938,7 +6938,7 @@ public int corellia_privateer_tier3_handleBranch192(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch193(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6976,7 +6976,7 @@ public int corellia_privateer_tier3_handleBranch193(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch194(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7015,7 +7015,7 @@ public int corellia_privateer_tier3_handleBranch194(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch195(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7032,7 +7032,7 @@ public int corellia_privateer_tier3_handleBranch195(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier3_handleBranch197(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7062,7 +7062,7 @@ public int corellia_privateer_tier3_handleBranch197(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_tier4.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_tier4.java index 691f0f1b92..b8af463774 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_tier4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_tier4.java @@ -422,7 +422,7 @@ public int corellia_privateer_tier4_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int corellia_privateer_tier4_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -493,7 +493,7 @@ public int corellia_privateer_tier4_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -532,7 +532,7 @@ public int corellia_privateer_tier4_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int corellia_privateer_tier4_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int corellia_privateer_tier4_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -624,7 +624,7 @@ public int corellia_privateer_tier4_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -697,7 +697,7 @@ public int corellia_privateer_tier4_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -712,7 +712,7 @@ public int corellia_privateer_tier4_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -727,7 +727,7 @@ public int corellia_privateer_tier4_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -754,7 +754,7 @@ public int corellia_privateer_tier4_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -805,7 +805,7 @@ public int corellia_privateer_tier4_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -820,7 +820,7 @@ public int corellia_privateer_tier4_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -847,7 +847,7 @@ public int corellia_privateer_tier4_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -921,7 +921,7 @@ public int corellia_privateer_tier4_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -936,7 +936,7 @@ public int corellia_privateer_tier4_handleBranch33(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -951,7 +951,7 @@ public int corellia_privateer_tier4_handleBranch35(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1005,7 +1005,7 @@ public int corellia_privateer_tier4_handleBranch37(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1021,7 +1021,7 @@ public int corellia_privateer_tier4_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1094,7 +1094,7 @@ public int corellia_privateer_tier4_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1110,7 +1110,7 @@ public int corellia_privateer_tier4_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1126,7 +1126,7 @@ public int corellia_privateer_tier4_handleBranch44(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1176,7 +1176,7 @@ public int corellia_privateer_tier4_handleBranch46(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1196,7 +1196,7 @@ public int corellia_privateer_tier4_handleBranch47(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1371,7 +1371,7 @@ public int corellia_privateer_tier4_handleBranch50(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1446,7 +1446,7 @@ public int corellia_privateer_tier4_handleBranch51(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1531,7 +1531,7 @@ public int corellia_privateer_tier4_handleBranch52(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1604,7 +1604,7 @@ public int corellia_privateer_tier4_handleBranch53(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1678,7 +1678,7 @@ public int corellia_privateer_tier4_handleBranch54(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1809,7 +1809,7 @@ public int corellia_privateer_tier4_handleBranch55(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1993,7 +1993,7 @@ public int corellia_privateer_tier4_handleBranch56(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2068,7 +2068,7 @@ public int corellia_privateer_tier4_handleBranch57(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2107,7 +2107,7 @@ public int corellia_privateer_tier4_handleBranch58(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2146,7 +2146,7 @@ public int corellia_privateer_tier4_handleBranch59(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2185,7 +2185,7 @@ public int corellia_privateer_tier4_handleBranch60(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2224,7 +2224,7 @@ public int corellia_privateer_tier4_handleBranch61(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2263,7 +2263,7 @@ public int corellia_privateer_tier4_handleBranch62(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2301,7 +2301,7 @@ public int corellia_privateer_tier4_handleBranch63(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2340,7 +2340,7 @@ public int corellia_privateer_tier4_handleBranch64(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2356,7 +2356,7 @@ public int corellia_privateer_tier4_handleBranch65(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2394,7 +2394,7 @@ public int corellia_privateer_tier4_handleBranch67(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2433,7 +2433,7 @@ public int corellia_privateer_tier4_handleBranch68(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2472,7 +2472,7 @@ public int corellia_privateer_tier4_handleBranch69(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2511,7 +2511,7 @@ public int corellia_privateer_tier4_handleBranch70(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2550,7 +2550,7 @@ public int corellia_privateer_tier4_handleBranch71(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2566,7 +2566,7 @@ public int corellia_privateer_tier4_handleBranch72(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2651,7 +2651,7 @@ public int corellia_privateer_tier4_handleBranch74(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2691,7 +2691,7 @@ public int corellia_privateer_tier4_handleBranch75(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2729,7 +2729,7 @@ public int corellia_privateer_tier4_handleBranch76(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2745,7 +2745,7 @@ public int corellia_privateer_tier4_handleBranch77(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2819,7 +2819,7 @@ public int corellia_privateer_tier4_handleBranch79(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2835,7 +2835,7 @@ public int corellia_privateer_tier4_handleBranch80(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2874,7 +2874,7 @@ public int corellia_privateer_tier4_handleBranch82(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2913,7 +2913,7 @@ public int corellia_privateer_tier4_handleBranch83(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2951,7 +2951,7 @@ public int corellia_privateer_tier4_handleBranch84(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2989,7 +2989,7 @@ public int corellia_privateer_tier4_handleBranch85(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3005,7 +3005,7 @@ public int corellia_privateer_tier4_handleBranch86(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3078,7 +3078,7 @@ public int corellia_privateer_tier4_handleBranch88(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3117,7 +3117,7 @@ public int corellia_privateer_tier4_handleBranch89(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3156,7 +3156,7 @@ public int corellia_privateer_tier4_handleBranch90(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3194,7 +3194,7 @@ public int corellia_privateer_tier4_handleBranch91(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3234,7 +3234,7 @@ public int corellia_privateer_tier4_handleBranch92(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3273,7 +3273,7 @@ public int corellia_privateer_tier4_handleBranch93(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3312,7 +3312,7 @@ public int corellia_privateer_tier4_handleBranch94(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3328,7 +3328,7 @@ public int corellia_privateer_tier4_handleBranch95(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3367,7 +3367,7 @@ public int corellia_privateer_tier4_handleBranch97(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3406,7 +3406,7 @@ public int corellia_privateer_tier4_handleBranch98(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3445,7 +3445,7 @@ public int corellia_privateer_tier4_handleBranch99(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3461,7 +3461,7 @@ public int corellia_privateer_tier4_handleBranch100(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3535,7 +3535,7 @@ public int corellia_privateer_tier4_handleBranch102(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3574,7 +3574,7 @@ public int corellia_privateer_tier4_handleBranch103(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3613,7 +3613,7 @@ public int corellia_privateer_tier4_handleBranch104(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3652,7 +3652,7 @@ public int corellia_privateer_tier4_handleBranch105(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3669,7 +3669,7 @@ public int corellia_privateer_tier4_handleBranch106(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3708,7 +3708,7 @@ public int corellia_privateer_tier4_handleBranch108(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3747,7 +3747,7 @@ public int corellia_privateer_tier4_handleBranch109(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3764,7 +3764,7 @@ public int corellia_privateer_tier4_handleBranch110(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3948,7 +3948,7 @@ public int corellia_privateer_tier4_handleBranch112(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4132,7 +4132,7 @@ public int corellia_privateer_tier4_handleBranch113(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4316,7 +4316,7 @@ public int corellia_privateer_tier4_handleBranch114(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4356,7 +4356,7 @@ public int corellia_privateer_tier4_handleBranch115(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4443,7 +4443,7 @@ public int corellia_privateer_tier4_handleBranch116(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4483,7 +4483,7 @@ public int corellia_privateer_tier4_handleBranch121(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4523,7 +4523,7 @@ public int corellia_privateer_tier4_handleBranch122(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4607,7 +4607,7 @@ public int corellia_privateer_tier4_handleBranch123(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4694,7 +4694,7 @@ public int corellia_privateer_tier4_handleBranch124(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4744,7 +4744,7 @@ public int corellia_privateer_tier4_handleBranch125(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4818,7 +4818,7 @@ public int corellia_privateer_tier4_handleBranch126(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4868,7 +4868,7 @@ public int corellia_privateer_tier4_handleBranch127(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4952,7 +4952,7 @@ public int corellia_privateer_tier4_handleBranch128(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5002,7 +5002,7 @@ public int corellia_privateer_tier4_handleBranch129(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5041,7 +5041,7 @@ public int corellia_privateer_tier4_handleBranch131(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5091,7 +5091,7 @@ public int corellia_privateer_tier4_handleBranch132(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5175,7 +5175,7 @@ public int corellia_privateer_tier4_handleBranch133(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5225,7 +5225,7 @@ public int corellia_privateer_tier4_handleBranch134(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_tier4_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5312,7 +5312,7 @@ public int corellia_privateer_tier4_handleBranch136(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer.java index d267c6ea17..9fa8470c2b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer.java @@ -578,7 +578,7 @@ public int corellia_privateer_trainer_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -854,7 +854,7 @@ public int corellia_privateer_trainer_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1130,7 +1130,7 @@ public int corellia_privateer_trainer_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1406,7 +1406,7 @@ public int corellia_privateer_trainer_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1682,7 +1682,7 @@ public int corellia_privateer_trainer_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1761,7 +1761,7 @@ public int corellia_privateer_trainer_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1965,7 +1965,7 @@ public int corellia_privateer_trainer_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2086,7 +2086,7 @@ public int corellia_privateer_trainer_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2488,7 +2488,7 @@ public int corellia_privateer_trainer_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2516,7 +2516,7 @@ public int corellia_privateer_trainer_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2615,7 +2615,7 @@ public int corellia_privateer_trainer_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2714,7 +2714,7 @@ public int corellia_privateer_trainer_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2798,7 +2798,7 @@ public int corellia_privateer_trainer_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2847,7 +2847,7 @@ public int corellia_privateer_trainer_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2872,7 +2872,7 @@ public int corellia_privateer_trainer_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2897,7 +2897,7 @@ public int corellia_privateer_trainer_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2961,7 +2961,7 @@ public int corellia_privateer_trainer_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2989,7 +2989,7 @@ public int corellia_privateer_trainer_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3053,7 +3053,7 @@ public int corellia_privateer_trainer_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3117,7 +3117,7 @@ public int corellia_privateer_trainer_handleBranch33(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3201,7 +3201,7 @@ public int corellia_privateer_trainer_handleBranch34(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3250,7 +3250,7 @@ public int corellia_privateer_trainer_handleBranch35(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3275,7 +3275,7 @@ public int corellia_privateer_trainer_handleBranch36(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3300,7 +3300,7 @@ public int corellia_privateer_trainer_handleBranch39(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3328,7 +3328,7 @@ public int corellia_privateer_trainer_handleBranch43(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3392,7 +3392,7 @@ public int corellia_privateer_trainer_handleBranch46(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3456,7 +3456,7 @@ public int corellia_privateer_trainer_handleBranch47(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3540,7 +3540,7 @@ public int corellia_privateer_trainer_handleBranch48(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3589,7 +3589,7 @@ public int corellia_privateer_trainer_handleBranch49(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3614,7 +3614,7 @@ public int corellia_privateer_trainer_handleBranch50(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3639,7 +3639,7 @@ public int corellia_privateer_trainer_handleBranch53(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3713,7 +3713,7 @@ public int corellia_privateer_trainer_handleBranch58(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3734,7 +3734,7 @@ public int corellia_privateer_trainer_handleBranch63(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3755,7 +3755,7 @@ public int corellia_privateer_trainer_handleBranch64(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3776,7 +3776,7 @@ public int corellia_privateer_trainer_handleBranch65(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3797,7 +3797,7 @@ public int corellia_privateer_trainer_handleBranch66(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5345,7 +5345,7 @@ public int corellia_privateer_trainer_handleBranch67(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5366,7 +5366,7 @@ public int corellia_privateer_trainer_handleBranch68(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6914,7 +6914,7 @@ public int corellia_privateer_trainer_handleBranch70(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6935,7 +6935,7 @@ public int corellia_privateer_trainer_handleBranch71(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8481,7 +8481,7 @@ public int corellia_privateer_trainer_handleBranch73(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8502,7 +8502,7 @@ public int corellia_privateer_trainer_handleBranch74(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10048,7 +10048,7 @@ public int corellia_privateer_trainer_handleBranch76(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10069,7 +10069,7 @@ public int corellia_privateer_trainer_handleBranch77(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10085,7 +10085,7 @@ public int corellia_privateer_trainer_handleBranch79(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10216,7 +10216,7 @@ public int corellia_privateer_trainer_handleBranch81(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10232,7 +10232,7 @@ public int corellia_privateer_trainer_handleBranch82(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10248,7 +10248,7 @@ public int corellia_privateer_trainer_handleBranch84(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10264,7 +10264,7 @@ public int corellia_privateer_trainer_handleBranch86(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10280,7 +10280,7 @@ public int corellia_privateer_trainer_handleBranch88(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10484,7 +10484,7 @@ public int corellia_privateer_trainer_handleBranch90(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10688,7 +10688,7 @@ public int corellia_privateer_trainer_handleBranch91(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10726,7 +10726,7 @@ public int corellia_privateer_trainer_handleBranch92(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10930,7 +10930,7 @@ public int corellia_privateer_trainer_handleBranch96(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer_2.java index 496a38593c..97f942dd67 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer_2.java @@ -386,7 +386,7 @@ public int corellia_privateer_trainer_2_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -534,7 +534,7 @@ public int corellia_privateer_trainer_2_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -629,7 +629,7 @@ public int corellia_privateer_trainer_2_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -714,7 +714,7 @@ public int corellia_privateer_trainer_2_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -729,7 +729,7 @@ public int corellia_privateer_trainer_2_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -814,7 +814,7 @@ public int corellia_privateer_trainer_2_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -864,7 +864,7 @@ public int corellia_privateer_trainer_2_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -937,7 +937,7 @@ public int corellia_privateer_trainer_2_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -976,7 +976,7 @@ public int corellia_privateer_trainer_2_handleBranch13(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1015,7 +1015,7 @@ public int corellia_privateer_trainer_2_handleBranch14(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1054,7 +1054,7 @@ public int corellia_privateer_trainer_2_handleBranch15(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1104,7 +1104,7 @@ public int corellia_privateer_trainer_2_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1135,7 +1135,7 @@ public int corellia_privateer_trainer_2_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1149,7 +1149,7 @@ public int corellia_privateer_trainer_2_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1234,7 +1234,7 @@ public int corellia_privateer_trainer_2_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1284,7 +1284,7 @@ public int corellia_privateer_trainer_2_handleBranch24(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1312,7 +1312,7 @@ public int corellia_privateer_trainer_2_handleBranch25(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1373,7 +1373,7 @@ public int corellia_privateer_trainer_2_handleBranch28(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1401,7 +1401,7 @@ public int corellia_privateer_trainer_2_handleBranch30(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1462,7 +1462,7 @@ public int corellia_privateer_trainer_2_handleBranch33(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1494,7 +1494,7 @@ public int corellia_privateer_trainer_2_handleBranch35(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1601,7 +1601,7 @@ public int corellia_privateer_trainer_2_handleBranch38(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1660,7 +1660,7 @@ public int corellia_privateer_trainer_2_handleBranch40(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1676,7 +1676,7 @@ public int corellia_privateer_trainer_2_handleBranch42(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1703,7 +1703,7 @@ public int corellia_privateer_trainer_2_handleBranch44(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1789,7 +1789,7 @@ public int corellia_privateer_trainer_2_handleBranch47(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1840,7 +1840,7 @@ public int corellia_privateer_trainer_2_handleBranch48(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1901,7 +1901,7 @@ public int corellia_privateer_trainer_2_handleBranch49(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1962,7 +1962,7 @@ public int corellia_privateer_trainer_2_handleBranch50(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2012,7 +2012,7 @@ public int corellia_privateer_trainer_2_handleBranch52(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2070,7 +2070,7 @@ public int corellia_privateer_trainer_2_handleBranch53(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2132,7 +2132,7 @@ public int corellia_privateer_trainer_2_handleBranch54(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2183,7 +2183,7 @@ public int corellia_privateer_trainer_2_handleBranch56(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2242,7 +2242,7 @@ public int corellia_privateer_trainer_2_handleBranch58(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2328,7 +2328,7 @@ public int corellia_privateer_trainer_2_handleBranch59(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2379,7 +2379,7 @@ public int corellia_privateer_trainer_2_handleBranch60(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2415,7 +2415,7 @@ public int corellia_privateer_trainer_2_handleBranch61(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2446,7 +2446,7 @@ public int corellia_privateer_trainer_2_handleBranch64(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2544,7 +2544,7 @@ public int corellia_privateer_trainer_2_handleBranch68(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2570,7 +2570,7 @@ public int corellia_privateer_trainer_2_handleBranch69(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2610,7 +2610,7 @@ public int corellia_privateer_trainer_2_handleBranch72(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2649,7 +2649,7 @@ public int corellia_privateer_trainer_2_handleBranch76(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2703,7 +2703,7 @@ public int corellia_privateer_trainer_2_handleBranch77(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2742,7 +2742,7 @@ public int corellia_privateer_trainer_2_handleBranch78(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2781,7 +2781,7 @@ public int corellia_privateer_trainer_2_handleBranch79(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2820,7 +2820,7 @@ public int corellia_privateer_trainer_2_handleBranch80(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2859,7 +2859,7 @@ public int corellia_privateer_trainer_2_handleBranch81(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2898,7 +2898,7 @@ public int corellia_privateer_trainer_2_handleBranch82(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2937,7 +2937,7 @@ public int corellia_privateer_trainer_2_handleBranch83(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2986,7 +2986,7 @@ public int corellia_privateer_trainer_2_handleBranch84(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3013,7 +3013,7 @@ public int corellia_privateer_trainer_2_handleBranch85(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3052,7 +3052,7 @@ public int corellia_privateer_trainer_2_handleBranch89(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3682,7 +3682,7 @@ public int corellia_privateer_trainer_2_handleBranch90(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3742,7 +3742,7 @@ public int corellia_privateer_trainer_2_handleBranch91(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3792,7 +3792,7 @@ public int corellia_privateer_trainer_2_handleBranch93(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3807,7 +3807,7 @@ public int corellia_privateer_trainer_2_handleBranch95(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3948,7 +3948,7 @@ public int corellia_privateer_trainer_2_handleBranch97(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3963,7 +3963,7 @@ public int corellia_privateer_trainer_2_handleBranch98(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3979,7 +3979,7 @@ public int corellia_privateer_trainer_2_handleBranch99(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3995,7 +3995,7 @@ public int corellia_privateer_trainer_2_handleBranch100(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4011,7 +4011,7 @@ public int corellia_privateer_trainer_2_handleBranch101(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4142,7 +4142,7 @@ public int corellia_privateer_trainer_2_handleBranch103(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4182,7 +4182,7 @@ public int corellia_privateer_trainer_2_handleBranch104(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4197,7 +4197,7 @@ public int corellia_privateer_trainer_2_handleBranch105(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4237,7 +4237,7 @@ public int corellia_privateer_trainer_2_handleBranch107(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4253,7 +4253,7 @@ public int corellia_privateer_trainer_2_handleBranch108(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4293,7 +4293,7 @@ public int corellia_privateer_trainer_2_handleBranch110(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4309,7 +4309,7 @@ public int corellia_privateer_trainer_2_handleBranch111(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4349,7 +4349,7 @@ public int corellia_privateer_trainer_2_handleBranch113(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4365,7 +4365,7 @@ public int corellia_privateer_trainer_2_handleBranch114(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4527,7 +4527,7 @@ public int corellia_privateer_trainer_2_handleBranch116(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4675,7 +4675,7 @@ public int corellia_privateer_trainer_2_handleBranch117(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4693,7 +4693,7 @@ public int corellia_privateer_trainer_2_handleBranch118(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4708,7 +4708,7 @@ public int corellia_privateer_trainer_2_handleBranch120(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4723,7 +4723,7 @@ public int corellia_privateer_trainer_2_handleBranch122(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4738,7 +4738,7 @@ public int corellia_privateer_trainer_2_handleBranch124(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4819,7 +4819,7 @@ public int corellia_privateer_trainer_2_handleBranch126(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4967,7 +4967,7 @@ public int corellia_privateer_trainer_2_handleBranch127(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5038,7 +5038,7 @@ public int corellia_privateer_trainer_2_handleBranch129(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_privateer_trainer_2_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5200,7 +5200,7 @@ public int corellia_privateer_trainer_2_handleBranch130(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_tier3.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_tier3.java index 99b65970ba..15e2bb48f6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_tier3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_tier3.java @@ -357,7 +357,7 @@ public int corellia_rebel_tier3_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -371,7 +371,7 @@ public int corellia_rebel_tier3_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int corellia_rebel_tier3_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int corellia_rebel_tier3_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int corellia_rebel_tier3_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int corellia_rebel_tier3_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -533,7 +533,7 @@ public int corellia_rebel_tier3_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -550,7 +550,7 @@ public int corellia_rebel_tier3_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -577,7 +577,7 @@ public int corellia_rebel_tier3_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -708,7 +708,7 @@ public int corellia_rebel_tier3_handleBranch26(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -724,7 +724,7 @@ public int corellia_rebel_tier3_handleBranch27(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -740,7 +740,7 @@ public int corellia_rebel_tier3_handleBranch29(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -756,7 +756,7 @@ public int corellia_rebel_tier3_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -772,7 +772,7 @@ public int corellia_rebel_tier3_handleBranch33(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -903,7 +903,7 @@ public int corellia_rebel_tier3_handleBranch35(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1034,7 +1034,7 @@ public int corellia_rebel_tier3_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1165,7 +1165,7 @@ public int corellia_rebel_tier3_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1259,7 +1259,7 @@ public int corellia_rebel_tier3_handleBranch38(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1335,7 +1335,7 @@ public int corellia_rebel_tier3_handleBranch39(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1375,7 +1375,7 @@ public int corellia_rebel_tier3_handleBranch40(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1414,7 +1414,7 @@ public int corellia_rebel_tier3_handleBranch41(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1452,7 +1452,7 @@ public int corellia_rebel_tier3_handleBranch42(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1490,7 +1490,7 @@ public int corellia_rebel_tier3_handleBranch43(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1506,7 +1506,7 @@ public int corellia_rebel_tier3_handleBranch44(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1544,7 +1544,7 @@ public int corellia_rebel_tier3_handleBranch46(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1583,7 +1583,7 @@ public int corellia_rebel_tier3_handleBranch47(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1621,7 +1621,7 @@ public int corellia_rebel_tier3_handleBranch48(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1660,7 +1660,7 @@ public int corellia_rebel_tier3_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1676,7 +1676,7 @@ public int corellia_rebel_tier3_handleBranch50(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1748,7 +1748,7 @@ public int corellia_rebel_tier3_handleBranch52(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1787,7 +1787,7 @@ public int corellia_rebel_tier3_handleBranch53(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1825,7 +1825,7 @@ public int corellia_rebel_tier3_handleBranch54(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1863,7 +1863,7 @@ public int corellia_rebel_tier3_handleBranch55(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1878,7 +1878,7 @@ public int corellia_rebel_tier3_handleBranch56(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1916,7 +1916,7 @@ public int corellia_rebel_tier3_handleBranch58(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1954,7 +1954,7 @@ public int corellia_rebel_tier3_handleBranch59(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1992,7 +1992,7 @@ public int corellia_rebel_tier3_handleBranch60(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2030,7 +2030,7 @@ public int corellia_rebel_tier3_handleBranch61(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2045,7 +2045,7 @@ public int corellia_rebel_tier3_handleBranch62(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2118,7 +2118,7 @@ public int corellia_rebel_tier3_handleBranch64(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2168,7 +2168,7 @@ public int corellia_rebel_tier3_handleBranch65(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2253,7 +2253,7 @@ public int corellia_rebel_tier3_handleBranch66(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2325,7 +2325,7 @@ public int corellia_rebel_tier3_handleBranch67(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2364,7 +2364,7 @@ public int corellia_rebel_tier3_handleBranch68(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2403,7 +2403,7 @@ public int corellia_rebel_tier3_handleBranch69(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2441,7 +2441,7 @@ public int corellia_rebel_tier3_handleBranch70(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2479,7 +2479,7 @@ public int corellia_rebel_tier3_handleBranch71(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2495,7 +2495,7 @@ public int corellia_rebel_tier3_handleBranch72(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2533,7 +2533,7 @@ public int corellia_rebel_tier3_handleBranch74(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2571,7 +2571,7 @@ public int corellia_rebel_tier3_handleBranch75(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2586,7 +2586,7 @@ public int corellia_rebel_tier3_handleBranch76(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2624,7 +2624,7 @@ public int corellia_rebel_tier3_handleBranch78(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2663,7 +2663,7 @@ public int corellia_rebel_tier3_handleBranch79(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2678,7 +2678,7 @@ public int corellia_rebel_tier3_handleBranch80(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2717,7 +2717,7 @@ public int corellia_rebel_tier3_handleBranch82(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2756,7 +2756,7 @@ public int corellia_rebel_tier3_handleBranch83(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2771,7 +2771,7 @@ public int corellia_rebel_tier3_handleBranch84(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2854,7 +2854,7 @@ public int corellia_rebel_tier3_handleBranch86(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2940,7 +2940,7 @@ public int corellia_rebel_tier3_handleBranch87(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2978,7 +2978,7 @@ public int corellia_rebel_tier3_handleBranch88(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2994,7 +2994,7 @@ public int corellia_rebel_tier3_handleBranch89(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3080,7 +3080,7 @@ public int corellia_rebel_tier3_handleBranch91(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3119,7 +3119,7 @@ public int corellia_rebel_tier3_handleBranch92(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3134,7 +3134,7 @@ public int corellia_rebel_tier3_handleBranch93(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3207,7 +3207,7 @@ public int corellia_rebel_tier3_handleBranch95(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3245,7 +3245,7 @@ public int corellia_rebel_tier3_handleBranch96(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3284,7 +3284,7 @@ public int corellia_rebel_tier3_handleBranch97(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3299,7 +3299,7 @@ public int corellia_rebel_tier3_handleBranch98(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3338,7 +3338,7 @@ public int corellia_rebel_tier3_handleBranch100(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3353,7 +3353,7 @@ public int corellia_rebel_tier3_handleBranch101(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3391,7 +3391,7 @@ public int corellia_rebel_tier3_handleBranch103(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3406,7 +3406,7 @@ public int corellia_rebel_tier3_handleBranch104(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3517,7 +3517,7 @@ public int corellia_rebel_tier3_handleBranch106(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3556,7 +3556,7 @@ public int corellia_rebel_tier3_handleBranch107(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3595,7 +3595,7 @@ public int corellia_rebel_tier3_handleBranch108(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3634,7 +3634,7 @@ public int corellia_rebel_tier3_handleBranch109(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3651,7 +3651,7 @@ public int corellia_rebel_tier3_handleBranch110(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3690,7 +3690,7 @@ public int corellia_rebel_tier3_handleBranch112(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3730,7 +3730,7 @@ public int corellia_rebel_tier3_handleBranch113(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3747,7 +3747,7 @@ public int corellia_rebel_tier3_handleBranch114(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3786,7 +3786,7 @@ public int corellia_rebel_tier3_handleBranch116(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier3_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3803,7 +3803,7 @@ public int corellia_rebel_tier3_handleBranch117(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_tier4.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_tier4.java index ebad9ad59d..0d7778b3a8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_tier4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_tier4.java @@ -448,7 +448,7 @@ public int corellia_rebel_tier4_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -493,7 +493,7 @@ public int corellia_rebel_tier4_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -531,7 +531,7 @@ public int corellia_rebel_tier4_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -556,7 +556,7 @@ public int corellia_rebel_tier4_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -583,7 +583,7 @@ public int corellia_rebel_tier4_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -622,7 +622,7 @@ public int corellia_rebel_tier4_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -661,7 +661,7 @@ public int corellia_rebel_tier4_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -676,7 +676,7 @@ public int corellia_rebel_tier4_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -701,7 +701,7 @@ public int corellia_rebel_tier4_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -728,7 +728,7 @@ public int corellia_rebel_tier4_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -802,7 +802,7 @@ public int corellia_rebel_tier4_handleBranch24(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -842,7 +842,7 @@ public int corellia_rebel_tier4_handleBranch25(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -862,7 +862,7 @@ public int corellia_rebel_tier4_handleBranch26(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int corellia_rebel_tier4_handleBranch28(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -901,7 +901,7 @@ public int corellia_rebel_tier4_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -930,7 +930,7 @@ public int corellia_rebel_tier4_handleBranch33(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -958,7 +958,7 @@ public int corellia_rebel_tier4_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -985,7 +985,7 @@ public int corellia_rebel_tier4_handleBranch39(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1013,7 +1013,7 @@ public int corellia_rebel_tier4_handleBranch42(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1096,7 +1096,7 @@ public int corellia_rebel_tier4_handleBranch45(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1135,7 +1135,7 @@ public int corellia_rebel_tier4_handleBranch46(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1184,7 +1184,7 @@ public int corellia_rebel_tier4_handleBranch47(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1256,7 +1256,7 @@ public int corellia_rebel_tier4_handleBranch48(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1295,7 +1295,7 @@ public int corellia_rebel_tier4_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1333,7 +1333,7 @@ public int corellia_rebel_tier4_handleBranch50(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1373,7 +1373,7 @@ public int corellia_rebel_tier4_handleBranch51(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1387,7 +1387,7 @@ public int corellia_rebel_tier4_handleBranch52(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1425,7 +1425,7 @@ public int corellia_rebel_tier4_handleBranch54(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1463,7 +1463,7 @@ public int corellia_rebel_tier4_handleBranch55(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1502,7 +1502,7 @@ public int corellia_rebel_tier4_handleBranch56(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1516,7 +1516,7 @@ public int corellia_rebel_tier4_handleBranch57(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1556,7 +1556,7 @@ public int corellia_rebel_tier4_handleBranch60(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1594,7 +1594,7 @@ public int corellia_rebel_tier4_handleBranch61(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1632,7 +1632,7 @@ public int corellia_rebel_tier4_handleBranch62(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1672,7 +1672,7 @@ public int corellia_rebel_tier4_handleBranch63(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1686,7 +1686,7 @@ public int corellia_rebel_tier4_handleBranch64(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1771,7 +1771,7 @@ public int corellia_rebel_tier4_handleBranch66(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1810,7 +1810,7 @@ public int corellia_rebel_tier4_handleBranch67(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1849,7 +1849,7 @@ public int corellia_rebel_tier4_handleBranch68(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1888,7 +1888,7 @@ public int corellia_rebel_tier4_handleBranch69(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1935,7 +1935,7 @@ public int corellia_rebel_tier4_handleBranch70(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1974,7 +1974,7 @@ public int corellia_rebel_tier4_handleBranch71(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1990,7 +1990,7 @@ public int corellia_rebel_tier4_handleBranch72(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2030,7 +2030,7 @@ public int corellia_rebel_tier4_handleBranch75(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2069,7 +2069,7 @@ public int corellia_rebel_tier4_handleBranch76(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2109,7 +2109,7 @@ public int corellia_rebel_tier4_handleBranch77(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2149,7 +2149,7 @@ public int corellia_rebel_tier4_handleBranch78(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2188,7 +2188,7 @@ public int corellia_rebel_tier4_handleBranch79(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2227,7 +2227,7 @@ public int corellia_rebel_tier4_handleBranch80(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2274,7 +2274,7 @@ public int corellia_rebel_tier4_handleBranch81(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2312,7 +2312,7 @@ public int corellia_rebel_tier4_handleBranch82(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2328,7 +2328,7 @@ public int corellia_rebel_tier4_handleBranch83(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2448,7 +2448,7 @@ public int corellia_rebel_tier4_handleBranch85(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2486,7 +2486,7 @@ public int corellia_rebel_tier4_handleBranch86(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2525,7 +2525,7 @@ public int corellia_rebel_tier4_handleBranch87(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2564,7 +2564,7 @@ public int corellia_rebel_tier4_handleBranch88(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2604,7 +2604,7 @@ public int corellia_rebel_tier4_handleBranch89(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2643,7 +2643,7 @@ public int corellia_rebel_tier4_handleBranch90(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2682,7 +2682,7 @@ public int corellia_rebel_tier4_handleBranch91(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2698,7 +2698,7 @@ public int corellia_rebel_tier4_handleBranch92(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int corellia_rebel_tier4_handleBranch95(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2776,7 +2776,7 @@ public int corellia_rebel_tier4_handleBranch96(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2815,7 +2815,7 @@ public int corellia_rebel_tier4_handleBranch97(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2853,7 +2853,7 @@ public int corellia_rebel_tier4_handleBranch98(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2893,7 +2893,7 @@ public int corellia_rebel_tier4_handleBranch99(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2932,7 +2932,7 @@ public int corellia_rebel_tier4_handleBranch100(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2948,7 +2948,7 @@ public int corellia_rebel_tier4_handleBranch101(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2986,7 +2986,7 @@ public int corellia_rebel_tier4_handleBranch103(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3025,7 +3025,7 @@ public int corellia_rebel_tier4_handleBranch104(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3065,7 +3065,7 @@ public int corellia_rebel_tier4_handleBranch105(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3104,7 +3104,7 @@ public int corellia_rebel_tier4_handleBranch106(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3142,7 +3142,7 @@ public int corellia_rebel_tier4_handleBranch107(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3182,7 +3182,7 @@ public int corellia_rebel_tier4_handleBranch108(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3221,7 +3221,7 @@ public int corellia_rebel_tier4_handleBranch109(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3260,7 +3260,7 @@ public int corellia_rebel_tier4_handleBranch110(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3276,7 +3276,7 @@ public int corellia_rebel_tier4_handleBranch111(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3359,7 +3359,7 @@ public int corellia_rebel_tier4_handleBranch113(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3397,7 +3397,7 @@ public int corellia_rebel_tier4_handleBranch114(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3435,7 +3435,7 @@ public int corellia_rebel_tier4_handleBranch115(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3481,7 +3481,7 @@ public int corellia_rebel_tier4_handleBranch116(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3519,7 +3519,7 @@ public int corellia_rebel_tier4_handleBranch117(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3557,7 +3557,7 @@ public int corellia_rebel_tier4_handleBranch118(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3595,7 +3595,7 @@ public int corellia_rebel_tier4_handleBranch119(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3610,7 +3610,7 @@ public int corellia_rebel_tier4_handleBranch120(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3648,7 +3648,7 @@ public int corellia_rebel_tier4_handleBranch123(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3695,7 +3695,7 @@ public int corellia_rebel_tier4_handleBranch124(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3734,7 +3734,7 @@ public int corellia_rebel_tier4_handleBranch125(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3773,7 +3773,7 @@ public int corellia_rebel_tier4_handleBranch126(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3811,7 +3811,7 @@ public int corellia_rebel_tier4_handleBranch127(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3858,7 +3858,7 @@ public int corellia_rebel_tier4_handleBranch128(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3897,7 +3897,7 @@ public int corellia_rebel_tier4_handleBranch129(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3936,7 +3936,7 @@ public int corellia_rebel_tier4_handleBranch130(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3974,7 +3974,7 @@ public int corellia_rebel_tier4_handleBranch131(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3989,7 +3989,7 @@ public int corellia_rebel_tier4_handleBranch132(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4120,7 +4120,7 @@ public int corellia_rebel_tier4_handleBranch134(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4135,7 +4135,7 @@ public int corellia_rebel_tier4_handleBranch135(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4174,7 +4174,7 @@ public int corellia_rebel_tier4_handleBranch137(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4188,7 +4188,7 @@ public int corellia_rebel_tier4_handleBranch138(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4203,7 +4203,7 @@ public int corellia_rebel_tier4_handleBranch140(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4243,7 +4243,7 @@ public int corellia_rebel_tier4_handleBranch142(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4257,7 +4257,7 @@ public int corellia_rebel_tier4_handleBranch143(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4297,7 +4297,7 @@ public int corellia_rebel_tier4_handleBranch145(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4336,7 +4336,7 @@ public int corellia_rebel_tier4_handleBranch146(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4375,7 +4375,7 @@ public int corellia_rebel_tier4_handleBranch147(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4414,7 +4414,7 @@ public int corellia_rebel_tier4_handleBranch148(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4463,7 +4463,7 @@ public int corellia_rebel_tier4_handleBranch149(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4535,7 +4535,7 @@ public int corellia_rebel_tier4_handleBranch150(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4573,7 +4573,7 @@ public int corellia_rebel_tier4_handleBranch151(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4611,7 +4611,7 @@ public int corellia_rebel_tier4_handleBranch152(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4650,7 +4650,7 @@ public int corellia_rebel_tier4_handleBranch153(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4689,7 +4689,7 @@ public int corellia_rebel_tier4_handleBranch154(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4728,7 +4728,7 @@ public int corellia_rebel_tier4_handleBranch155(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4767,7 +4767,7 @@ public int corellia_rebel_tier4_handleBranch156(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4805,7 +4805,7 @@ public int corellia_rebel_tier4_handleBranch157(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4887,7 +4887,7 @@ public int corellia_rebel_tier4_handleBranch158(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4969,7 +4969,7 @@ public int corellia_rebel_tier4_handleBranch159(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5008,7 +5008,7 @@ public int corellia_rebel_tier4_handleBranch160(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5046,7 +5046,7 @@ public int corellia_rebel_tier4_handleBranch161(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5085,7 +5085,7 @@ public int corellia_rebel_tier4_handleBranch162(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5124,7 +5124,7 @@ public int corellia_rebel_tier4_handleBranch163(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5162,7 +5162,7 @@ public int corellia_rebel_tier4_handleBranch164(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5244,7 +5244,7 @@ public int corellia_rebel_tier4_handleBranch165(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5326,7 +5326,7 @@ public int corellia_rebel_tier4_handleBranch166(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5408,7 +5408,7 @@ public int corellia_rebel_tier4_handleBranch167(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5447,7 +5447,7 @@ public int corellia_rebel_tier4_handleBranch172(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch173(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5486,7 +5486,7 @@ public int corellia_rebel_tier4_handleBranch173(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch174(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5525,7 +5525,7 @@ public int corellia_rebel_tier4_handleBranch174(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch175(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5564,7 +5564,7 @@ public int corellia_rebel_tier4_handleBranch175(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch176(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5602,7 +5602,7 @@ public int corellia_rebel_tier4_handleBranch176(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5684,7 +5684,7 @@ public int corellia_rebel_tier4_handleBranch177(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch178(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5766,7 +5766,7 @@ public int corellia_rebel_tier4_handleBranch178(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch179(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5840,7 +5840,7 @@ public int corellia_rebel_tier4_handleBranch179(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch180(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5878,7 +5878,7 @@ public int corellia_rebel_tier4_handleBranch180(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch181(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5916,7 +5916,7 @@ public int corellia_rebel_tier4_handleBranch181(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5932,7 +5932,7 @@ public int corellia_rebel_tier4_handleBranch182(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch184(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5947,7 +5947,7 @@ public int corellia_rebel_tier4_handleBranch184(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_tier4_handleBranch186(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6029,7 +6029,7 @@ public int corellia_rebel_tier4_handleBranch186(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_trainer_1.java index 09d12aaa12..b54b705fad 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_trainer_1.java @@ -631,7 +631,7 @@ public int corellia_rebel_trainer_1_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -907,7 +907,7 @@ public int corellia_rebel_trainer_1_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1183,7 +1183,7 @@ public int corellia_rebel_trainer_1_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1459,7 +1459,7 @@ public int corellia_rebel_trainer_1_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1735,7 +1735,7 @@ public int corellia_rebel_trainer_1_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1772,7 +1772,7 @@ public int corellia_rebel_trainer_1_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2012,7 +2012,7 @@ public int corellia_rebel_trainer_1_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2151,7 +2151,7 @@ public int corellia_rebel_trainer_1_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2248,7 +2248,7 @@ public int corellia_rebel_trainer_1_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2356,7 +2356,7 @@ public int corellia_rebel_trainer_1_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2428,7 +2428,7 @@ public int corellia_rebel_trainer_1_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2692,7 +2692,7 @@ public int corellia_rebel_trainer_1_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2956,7 +2956,7 @@ public int corellia_rebel_trainer_1_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3060,7 +3060,7 @@ public int corellia_rebel_trainer_1_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3179,7 +3179,7 @@ public int corellia_rebel_trainer_1_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3319,7 +3319,7 @@ public int corellia_rebel_trainer_1_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3583,7 +3583,7 @@ public int corellia_rebel_trainer_1_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3847,7 +3847,7 @@ public int corellia_rebel_trainer_1_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4111,7 +4111,7 @@ public int corellia_rebel_trainer_1_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4230,7 +4230,7 @@ public int corellia_rebel_trainer_1_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4370,7 +4370,7 @@ public int corellia_rebel_trainer_1_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4634,7 +4634,7 @@ public int corellia_rebel_trainer_1_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4898,7 +4898,7 @@ public int corellia_rebel_trainer_1_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5162,7 +5162,7 @@ public int corellia_rebel_trainer_1_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5224,7 +5224,7 @@ public int corellia_rebel_trainer_1_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5365,7 +5365,7 @@ public int corellia_rebel_trainer_1_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5629,7 +5629,7 @@ public int corellia_rebel_trainer_1_handleBranch33(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5893,7 +5893,7 @@ public int corellia_rebel_trainer_1_handleBranch34(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5955,7 +5955,7 @@ public int corellia_rebel_trainer_1_handleBranch36(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6096,7 +6096,7 @@ public int corellia_rebel_trainer_1_handleBranch37(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6360,7 +6360,7 @@ public int corellia_rebel_trainer_1_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6624,7 +6624,7 @@ public int corellia_rebel_trainer_1_handleBranch39(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6720,7 +6720,7 @@ public int corellia_rebel_trainer_1_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6794,7 +6794,7 @@ public int corellia_rebel_trainer_1_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6845,7 +6845,7 @@ public int corellia_rebel_trainer_1_handleBranch43(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6986,7 +6986,7 @@ public int corellia_rebel_trainer_1_handleBranch44(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7250,7 +7250,7 @@ public int corellia_rebel_trainer_1_handleBranch45(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7514,7 +7514,7 @@ public int corellia_rebel_trainer_1_handleBranch46(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7565,7 +7565,7 @@ public int corellia_rebel_trainer_1_handleBranch47(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7706,7 +7706,7 @@ public int corellia_rebel_trainer_1_handleBranch48(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7970,7 +7970,7 @@ public int corellia_rebel_trainer_1_handleBranch49(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8234,7 +8234,7 @@ public int corellia_rebel_trainer_1_handleBranch50(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8296,7 +8296,7 @@ public int corellia_rebel_trainer_1_handleBranch51(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8415,7 +8415,7 @@ public int corellia_rebel_trainer_1_handleBranch53(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8555,7 +8555,7 @@ public int corellia_rebel_trainer_1_handleBranch54(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8819,7 +8819,7 @@ public int corellia_rebel_trainer_1_handleBranch55(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9083,7 +9083,7 @@ public int corellia_rebel_trainer_1_handleBranch56(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9347,7 +9347,7 @@ public int corellia_rebel_trainer_1_handleBranch57(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9409,7 +9409,7 @@ public int corellia_rebel_trainer_1_handleBranch58(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9550,7 +9550,7 @@ public int corellia_rebel_trainer_1_handleBranch59(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9814,7 +9814,7 @@ public int corellia_rebel_trainer_1_handleBranch60(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10078,7 +10078,7 @@ public int corellia_rebel_trainer_1_handleBranch61(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10143,7 +10143,7 @@ public int corellia_rebel_trainer_1_handleBranch63(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10284,7 +10284,7 @@ public int corellia_rebel_trainer_1_handleBranch64(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10548,7 +10548,7 @@ public int corellia_rebel_trainer_1_handleBranch65(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10812,7 +10812,7 @@ public int corellia_rebel_trainer_1_handleBranch66(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10921,7 +10921,7 @@ public int corellia_rebel_trainer_1_handleBranch68(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10984,7 +10984,7 @@ public int corellia_rebel_trainer_1_handleBranch69(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11125,7 +11125,7 @@ public int corellia_rebel_trainer_1_handleBranch70(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11389,7 +11389,7 @@ public int corellia_rebel_trainer_1_handleBranch71(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11653,7 +11653,7 @@ public int corellia_rebel_trainer_1_handleBranch72(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11794,7 +11794,7 @@ public int corellia_rebel_trainer_1_handleBranch75(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12058,7 +12058,7 @@ public int corellia_rebel_trainer_1_handleBranch76(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12322,7 +12322,7 @@ public int corellia_rebel_trainer_1_handleBranch77(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12389,7 +12389,7 @@ public int corellia_rebel_trainer_1_handleBranch79(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12473,7 +12473,7 @@ public int corellia_rebel_trainer_1_handleBranch80(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12488,7 +12488,7 @@ public int corellia_rebel_trainer_1_handleBranch84(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12608,7 +12608,7 @@ public int corellia_rebel_trainer_1_handleBranch86(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12745,7 +12745,7 @@ public int corellia_rebel_trainer_1_handleBranch87(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12882,7 +12882,7 @@ public int corellia_rebel_trainer_1_handleBranch88(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13019,7 +13019,7 @@ public int corellia_rebel_trainer_1_handleBranch89(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13134,7 +13134,7 @@ public int corellia_rebel_trainer_1_handleBranch92(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13249,7 +13249,7 @@ public int corellia_rebel_trainer_1_handleBranch93(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13310,7 +13310,7 @@ public int corellia_rebel_trainer_1_handleBranch94(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13425,7 +13425,7 @@ public int corellia_rebel_trainer_1_handleBranch95(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13462,7 +13462,7 @@ public int corellia_rebel_trainer_1_handleBranch98(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13558,7 +13558,7 @@ public int corellia_rebel_trainer_1_handleBranch102(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13586,7 +13586,7 @@ public int corellia_rebel_trainer_1_handleBranch103(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13666,7 +13666,7 @@ public int corellia_rebel_trainer_1_handleBranch106(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13693,7 +13693,7 @@ public int corellia_rebel_trainer_1_handleBranch107(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13733,7 +13733,7 @@ public int corellia_rebel_trainer_1_handleBranch113(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13782,7 +13782,7 @@ public int corellia_rebel_trainer_1_handleBranch117(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13823,7 +13823,7 @@ public int corellia_rebel_trainer_1_handleBranch122(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14087,7 +14087,7 @@ public int corellia_rebel_trainer_1_handleBranch126(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14149,7 +14149,7 @@ public int corellia_rebel_trainer_1_handleBranch127(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14278,7 +14278,7 @@ public int corellia_rebel_trainer_1_handleBranch128(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14407,7 +14407,7 @@ public int corellia_rebel_trainer_1_handleBranch130(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14536,7 +14536,7 @@ public int corellia_rebel_trainer_1_handleBranch131(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14635,7 +14635,7 @@ public int corellia_rebel_trainer_1_handleBranch132(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14661,7 +14661,7 @@ public int corellia_rebel_trainer_1_handleBranch133(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14687,7 +14687,7 @@ public int corellia_rebel_trainer_1_handleBranch136(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14825,7 +14825,7 @@ public int corellia_rebel_trainer_1_handleBranch139(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14963,7 +14963,7 @@ public int corellia_rebel_trainer_1_handleBranch140(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15101,7 +15101,7 @@ public int corellia_rebel_trainer_1_handleBranch141(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15172,7 +15172,7 @@ public int corellia_rebel_trainer_1_handleBranch144(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15243,7 +15243,7 @@ public int corellia_rebel_trainer_1_handleBranch147(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15507,7 +15507,7 @@ public int corellia_rebel_trainer_1_handleBranch148(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15581,7 +15581,7 @@ public int corellia_rebel_trainer_1_handleBranch149(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15609,7 +15609,7 @@ public int corellia_rebel_trainer_1_handleBranch152(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15864,7 +15864,7 @@ public int corellia_rebel_trainer_1_handleBranch155(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16001,7 +16001,7 @@ public int corellia_rebel_trainer_1_handleBranch156(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16138,7 +16138,7 @@ public int corellia_rebel_trainer_1_handleBranch157(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16275,7 +16275,7 @@ public int corellia_rebel_trainer_1_handleBranch158(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16413,7 +16413,7 @@ public int corellia_rebel_trainer_1_handleBranch161(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16551,7 +16551,7 @@ public int corellia_rebel_trainer_1_handleBranch162(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16689,7 +16689,7 @@ public int corellia_rebel_trainer_1_handleBranch163(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16826,7 +16826,7 @@ public int corellia_rebel_trainer_1_handleBranch166(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16963,7 +16963,7 @@ public int corellia_rebel_trainer_1_handleBranch167(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17100,7 +17100,7 @@ public int corellia_rebel_trainer_1_handleBranch168(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17355,7 +17355,7 @@ public int corellia_rebel_trainer_1_handleBranch171(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17475,7 +17475,7 @@ public int corellia_rebel_trainer_1_handleBranch172(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch175(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17536,7 +17536,7 @@ public int corellia_rebel_trainer_1_handleBranch175(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch176(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17608,7 +17608,7 @@ public int corellia_rebel_trainer_1_handleBranch176(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17680,7 +17680,7 @@ public int corellia_rebel_trainer_1_handleBranch177(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch178(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17741,7 +17741,7 @@ public int corellia_rebel_trainer_1_handleBranch178(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch183(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17767,7 +17767,7 @@ public int corellia_rebel_trainer_1_handleBranch183(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch186(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17999,7 +17999,7 @@ public int corellia_rebel_trainer_1_handleBranch186(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch187(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18183,7 +18183,7 @@ public int corellia_rebel_trainer_1_handleBranch187(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch188(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18367,7 +18367,7 @@ public int corellia_rebel_trainer_1_handleBranch188(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch189(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18551,7 +18551,7 @@ public int corellia_rebel_trainer_1_handleBranch189(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch190(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18735,7 +18735,7 @@ public int corellia_rebel_trainer_1_handleBranch190(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch192(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18798,7 +18798,7 @@ public int corellia_rebel_trainer_1_handleBranch192(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch194(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18848,7 +18848,7 @@ public int corellia_rebel_trainer_1_handleBranch194(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch196(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18863,7 +18863,7 @@ public int corellia_rebel_trainer_1_handleBranch196(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch198(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18889,7 +18889,7 @@ public int corellia_rebel_trainer_1_handleBranch198(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch201(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19121,7 +19121,7 @@ public int corellia_rebel_trainer_1_handleBranch201(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch202(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19277,7 +19277,7 @@ public int corellia_rebel_trainer_1_handleBranch202(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch203(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19298,7 +19298,7 @@ public int corellia_rebel_trainer_1_handleBranch203(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch206(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19319,7 +19319,7 @@ public int corellia_rebel_trainer_1_handleBranch206(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch207(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19340,7 +19340,7 @@ public int corellia_rebel_trainer_1_handleBranch207(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch208(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19392,7 +19392,7 @@ public int corellia_rebel_trainer_1_handleBranch208(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch209(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19413,7 +19413,7 @@ public int corellia_rebel_trainer_1_handleBranch209(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch211(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19668,7 +19668,7 @@ public int corellia_rebel_trainer_1_handleBranch211(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch212(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19888,7 +19888,7 @@ public int corellia_rebel_trainer_1_handleBranch212(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch213(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20108,7 +20108,7 @@ public int corellia_rebel_trainer_1_handleBranch213(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch214(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20328,7 +20328,7 @@ public int corellia_rebel_trainer_1_handleBranch214(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch215(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20548,7 +20548,7 @@ public int corellia_rebel_trainer_1_handleBranch215(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch217(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20618,7 +20618,7 @@ public int corellia_rebel_trainer_1_handleBranch217(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch220(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20688,7 +20688,7 @@ public int corellia_rebel_trainer_1_handleBranch220(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch221(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20818,7 +20818,7 @@ public int corellia_rebel_trainer_1_handleBranch221(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch222(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20948,7 +20948,7 @@ public int corellia_rebel_trainer_1_handleBranch222(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch223(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21078,7 +21078,7 @@ public int corellia_rebel_trainer_1_handleBranch223(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch225(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21333,7 +21333,7 @@ public int corellia_rebel_trainer_1_handleBranch225(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch226(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21392,7 +21392,7 @@ public int corellia_rebel_trainer_1_handleBranch226(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch232(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21408,7 +21408,7 @@ public int corellia_rebel_trainer_1_handleBranch232(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch234(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21539,7 +21539,7 @@ public int corellia_rebel_trainer_1_handleBranch234(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch235(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21555,7 +21555,7 @@ public int corellia_rebel_trainer_1_handleBranch235(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch237(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21571,7 +21571,7 @@ public int corellia_rebel_trainer_1_handleBranch237(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch239(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21587,7 +21587,7 @@ public int corellia_rebel_trainer_1_handleBranch239(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch241(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21603,7 +21603,7 @@ public int corellia_rebel_trainer_1_handleBranch241(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch243(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21814,7 +21814,7 @@ public int corellia_rebel_trainer_1_handleBranch243(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch244(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21898,7 +21898,7 @@ public int corellia_rebel_trainer_1_handleBranch244(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch245(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21982,7 +21982,7 @@ public int corellia_rebel_trainer_1_handleBranch245(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch248(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22066,7 +22066,7 @@ public int corellia_rebel_trainer_1_handleBranch248(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch249(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22150,7 +22150,7 @@ public int corellia_rebel_trainer_1_handleBranch249(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch252(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22234,7 +22234,7 @@ public int corellia_rebel_trainer_1_handleBranch252(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch253(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22318,7 +22318,7 @@ public int corellia_rebel_trainer_1_handleBranch253(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_rebel_trainer_1_handleBranch256(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22333,7 +22333,7 @@ public int corellia_rebel_trainer_1_handleBranch256(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_akers.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_akers.java index aacc5f91bb..3a1bd67cef 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_akers.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_akers.java @@ -82,7 +82,7 @@ public int corellia_tyrena_akers_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int corellia_tyrena_akers_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int corellia_tyrena_akers_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int corellia_tyrena_akers_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int corellia_tyrena_akers_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int corellia_tyrena_akers_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int corellia_tyrena_akers_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int corellia_tyrena_akers_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int corellia_tyrena_akers_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -391,7 +391,7 @@ public int corellia_tyrena_akers_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akers_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int corellia_tyrena_akers_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_akkus.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_akkus.java index 1b4163a8a2..b72505315b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_akkus.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_akkus.java @@ -69,7 +69,7 @@ public int corellia_tyrena_akkus_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akkus_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int corellia_tyrena_akkus_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akkus_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int corellia_tyrena_akkus_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akkus_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int corellia_tyrena_akkus_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akkus_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int corellia_tyrena_akkus_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_akkus_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int corellia_tyrena_akkus_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_anyza_ekull.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_anyza_ekull.java index 39b7d34513..0845eef49a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_anyza_ekull.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_anyza_ekull.java @@ -52,7 +52,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_anyza_ekull_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -92,7 +92,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_anyza_ekull_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_anyza_ekull_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_anyza_ekull_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_anyza_ekull_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_anyza_ekull_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_anyza_ekull_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -276,7 +276,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_anyza_ekull_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_anyza_ekull_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int corellia_tyrena_anyza_ekull_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_bandor.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_bandor.java index 1c2921827b..4438a873ce 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_bandor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_bandor.java @@ -78,7 +78,7 @@ public int corellia_tyrena_bandor_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bandor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int corellia_tyrena_bandor_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bandor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int corellia_tyrena_bandor_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bandor_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int corellia_tyrena_bandor_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bandor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int corellia_tyrena_bandor_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bandor_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int corellia_tyrena_bandor_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bandor_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int corellia_tyrena_bandor_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bandor_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int corellia_tyrena_bandor_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bandor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int corellia_tyrena_bandor_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bandor_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -369,7 +369,7 @@ public int corellia_tyrena_bandor_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_bannoc_gnoc.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_bannoc_gnoc.java index 67dc83e16d..77b27e2228 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_bannoc_gnoc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_bannoc_gnoc.java @@ -78,7 +78,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -368,7 +368,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -407,7 +407,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -484,7 +484,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_bannoc_gnoc_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -501,7 +501,7 @@ public int corellia_tyrena_bannoc_gnoc_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_dulor.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_dulor.java index 903af9b14f..84049bba85 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_dulor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_dulor.java @@ -65,7 +65,7 @@ public int corellia_tyrena_dulor_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_dulor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int corellia_tyrena_dulor_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_dulor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int corellia_tyrena_dulor_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_dulor_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int corellia_tyrena_dulor_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_gordo_zek.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_gordo_zek.java index 12af63aa0c..019d676933 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_gordo_zek.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_gordo_zek.java @@ -78,7 +78,7 @@ public int corellia_tyrena_gordo_zek_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_gordo_zek_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int corellia_tyrena_gordo_zek_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_gordo_zek_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int corellia_tyrena_gordo_zek_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_gordo_zek_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int corellia_tyrena_gordo_zek_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_gordo_zek_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int corellia_tyrena_gordo_zek_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_gordo_zek_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int corellia_tyrena_gordo_zek_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_gordo_zek_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int corellia_tyrena_gordo_zek_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_gordo_zek_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int corellia_tyrena_gordo_zek_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_guard.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_guard.java index d363182ce6..7aea6c4db4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_guard.java @@ -66,7 +66,7 @@ public int corellia_tyrena_guard_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_guard_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int corellia_tyrena_guard_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_guard_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int corellia_tyrena_guard_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_harkog_gerr.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_harkog_gerr.java index 6b6fbdcbbf..610ff550f7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_harkog_gerr.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_harkog_gerr.java @@ -51,7 +51,7 @@ public int corellia_tyrena_harkog_gerr_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_harkog_gerr_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -65,7 +65,7 @@ public int corellia_tyrena_harkog_gerr_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_harkog_gerr_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int corellia_tyrena_harkog_gerr_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_harkog_gerr_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int corellia_tyrena_harkog_gerr_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_harkog_gerr_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int corellia_tyrena_harkog_gerr_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_harkog_gerr_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int corellia_tyrena_harkog_gerr_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_harkog_gerr_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int corellia_tyrena_harkog_gerr_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_kyran_silene.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_kyran_silene.java index fb2633ac24..d1ab50baf8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_kyran_silene.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_kyran_silene.java @@ -67,7 +67,7 @@ public int corellia_tyrena_kyran_silene_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int corellia_tyrena_kyran_silene_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int corellia_tyrena_kyran_silene_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -186,7 +186,7 @@ public int corellia_tyrena_kyran_silene_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int corellia_tyrena_kyran_silene_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int corellia_tyrena_kyran_silene_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -284,7 +284,7 @@ public int corellia_tyrena_kyran_silene_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int corellia_tyrena_kyran_silene_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -354,7 +354,7 @@ public int corellia_tyrena_kyran_silene_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int corellia_tyrena_kyran_silene_handleBranch14(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -433,7 +433,7 @@ public int corellia_tyrena_kyran_silene_handleBranch15(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -473,7 +473,7 @@ public int corellia_tyrena_kyran_silene_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ public int corellia_tyrena_kyran_silene_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int corellia_tyrena_kyran_silene_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_kyran_silene_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -569,7 +569,7 @@ public int corellia_tyrena_kyran_silene_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_madison_silene.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_madison_silene.java index 69edf5617b..2c0d66ada6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_madison_silene.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_madison_silene.java @@ -58,7 +58,7 @@ public int corellia_tyrena_madison_silene_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_madison_silene_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -74,7 +74,7 @@ public int corellia_tyrena_madison_silene_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_madison_silene_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int corellia_tyrena_madison_silene_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_madison_silene_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int corellia_tyrena_madison_silene_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_madison_silene_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int corellia_tyrena_madison_silene_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_madison_silene_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int corellia_tyrena_madison_silene_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_neeka_zall.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_neeka_zall.java index 41b73368ad..f934b648e3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_neeka_zall.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_neeka_zall.java @@ -66,7 +66,7 @@ public int corellia_tyrena_neeka_zall_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_neeka_zall_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83,7 +83,7 @@ public int corellia_tyrena_neeka_zall_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_norith_zall.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_norith_zall.java index 13a6e9cef9..00f9bd2050 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_norith_zall.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_norith_zall.java @@ -44,7 +44,7 @@ public int corellia_tyrena_norith_zall_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_norith_zall_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -60,7 +60,7 @@ public int corellia_tyrena_norith_zall_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_noro.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_noro.java index a98aa6c550..035377c80c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_noro.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_noro.java @@ -81,7 +81,7 @@ public int corellia_tyrena_noro_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_noro_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int corellia_tyrena_noro_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_noro_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int corellia_tyrena_noro_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_noro_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int corellia_tyrena_noro_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_noro_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int corellia_tyrena_noro_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_noro_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int corellia_tyrena_noro_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_noro_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -268,7 +268,7 @@ public int corellia_tyrena_noro_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_noro_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int corellia_tyrena_noro_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_noro_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int corellia_tyrena_noro_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_noro_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int corellia_tyrena_noro_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_stavu.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_stavu.java index bb7b09578c..532f524c0e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_stavu.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_stavu.java @@ -68,7 +68,7 @@ public int corellia_tyrena_stavu_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_stavu_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int corellia_tyrena_stavu_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_stavu_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int corellia_tyrena_stavu_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_stavu_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int corellia_tyrena_stavu_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_stavu_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int corellia_tyrena_stavu_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_stavu_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int corellia_tyrena_stavu_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_vermon_skeetz.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_vermon_skeetz.java index 3532d601e0..5896d421b6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_vermon_skeetz.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_vermon_skeetz.java @@ -78,7 +78,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch7(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -388,7 +388,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -427,7 +427,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -506,7 +506,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_vermon_skeetz_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -562,7 +562,7 @@ public int corellia_tyrena_vermon_skeetz_handleBranch18(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_zorgom_zall.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_zorgom_zall.java index 93bcc1cda1..a1ded19797 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_zorgom_zall.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_tyrena_zorgom_zall.java @@ -55,7 +55,7 @@ public int corellia_tyrena_zorgom_zall_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_zorgom_zall_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -71,7 +71,7 @@ public int corellia_tyrena_zorgom_zall_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_zorgom_zall_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int corellia_tyrena_zorgom_zall_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_zorgom_zall_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int corellia_tyrena_zorgom_zall_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corellia_tyrena_zorgom_zall_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int corellia_tyrena_zorgom_zall_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/coronet_captain_dool.java b/sku.0/sys.server/compiled/game/script/conversation/coronet_captain_dool.java index 013613302b..0531fb4f3a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/coronet_captain_dool.java +++ b/sku.0/sys.server/compiled/game/script/conversation/coronet_captain_dool.java @@ -81,7 +81,7 @@ public int coronet_captain_dool_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coronet_captain_dool_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ public int coronet_captain_dool_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coronet_captain_dool_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int coronet_captain_dool_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/coronet_sheelya_husband.java b/sku.0/sys.server/compiled/game/script/conversation/coronet_sheelya_husband.java index de0dc30c60..ab52b0c3d5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/coronet_sheelya_husband.java +++ b/sku.0/sys.server/compiled/game/script/conversation/coronet_sheelya_husband.java @@ -137,7 +137,7 @@ public int coronet_sheelya_husband_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coronet_sheelya_husband_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -186,7 +186,7 @@ public int coronet_sheelya_husband_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coronet_sheelya_husband_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int coronet_sheelya_husband_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coronet_sheelya_husband_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int coronet_sheelya_husband_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int coronet_sheelya_husband_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int coronet_sheelya_husband_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corsec_captain.java b/sku.0/sys.server/compiled/game/script/conversation/corsec_captain.java index 996f1d5fb5..fbcbd1fb83 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corsec_captain.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corsec_captain.java @@ -169,7 +169,7 @@ public int corsec_captain_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int corsec_captain_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int corsec_captain_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int corsec_captain_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int corsec_captain_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -367,7 +367,7 @@ public int corsec_captain_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -416,7 +416,7 @@ public int corsec_captain_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -441,7 +441,7 @@ public int corsec_captain_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int corsec_captain_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -570,7 +570,7 @@ public int corsec_captain_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -640,7 +640,7 @@ public int corsec_captain_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -699,7 +699,7 @@ public int corsec_captain_handleBranch21(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corsec_captain_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -724,7 +724,7 @@ public int corsec_captain_handleBranch22(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java index 9be6fbb3e3..8a4b27bf23 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_colonel_imperial1.java @@ -303,7 +303,7 @@ public int corvette_colonel_imperial1_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -440,7 +440,7 @@ public int corvette_colonel_imperial1_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int corvette_colonel_imperial1_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int corvette_colonel_imperial1_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -898,7 +898,7 @@ public int corvette_colonel_imperial1_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1159,7 +1159,7 @@ public int corvette_colonel_imperial1_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1420,7 +1420,7 @@ public int corvette_colonel_imperial1_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1681,7 +1681,7 @@ public int corvette_colonel_imperial1_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1942,7 +1942,7 @@ public int corvette_colonel_imperial1_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2204,7 +2204,7 @@ public int corvette_colonel_imperial1_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2263,7 +2263,7 @@ public int corvette_colonel_imperial1_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2355,7 +2355,7 @@ public int corvette_colonel_imperial1_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2617,7 +2617,7 @@ public int corvette_colonel_imperial1_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2879,7 +2879,7 @@ public int corvette_colonel_imperial1_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3141,7 +3141,7 @@ public int corvette_colonel_imperial1_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_colonel_imperial1_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3403,7 +3403,7 @@ public int corvette_colonel_imperial1_handleBranch28(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java index 01fb000a6c..7e380352e2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_crowley_rebel1.java @@ -313,7 +313,7 @@ public int corvette_crowley_rebel1_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -450,7 +450,7 @@ public int corvette_crowley_rebel1_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -475,7 +475,7 @@ public int corvette_crowley_rebel1_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -736,7 +736,7 @@ public int corvette_crowley_rebel1_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -908,7 +908,7 @@ public int corvette_crowley_rebel1_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1169,7 +1169,7 @@ public int corvette_crowley_rebel1_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1430,7 +1430,7 @@ public int corvette_crowley_rebel1_handleBranch16(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1691,7 +1691,7 @@ public int corvette_crowley_rebel1_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1952,7 +1952,7 @@ public int corvette_crowley_rebel1_handleBranch18(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2215,7 +2215,7 @@ public int corvette_crowley_rebel1_handleBranch21(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2308,7 +2308,7 @@ public int corvette_crowley_rebel1_handleBranch23(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2571,7 +2571,7 @@ public int corvette_crowley_rebel1_handleBranch24(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2834,7 +2834,7 @@ public int corvette_crowley_rebel1_handleBranch25(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3097,7 +3097,7 @@ public int corvette_crowley_rebel1_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_crowley_rebel1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3360,7 +3360,7 @@ public int corvette_crowley_rebel1_handleBranch27(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java index 6a26c2f7ba..28443867f3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_imperial_pilot.java @@ -144,7 +144,7 @@ public int corvette_imperial_pilot_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_imperial_pilot_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int corvette_imperial_pilot_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_imperial_pilot_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int corvette_imperial_pilot_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java index 6336839af9..3c79cd3644 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_pashna_rebel1.java @@ -291,7 +291,7 @@ public int corvette_pashna_rebel1_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int corvette_pashna_rebel1_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int corvette_pashna_rebel1_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -714,7 +714,7 @@ public int corvette_pashna_rebel1_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -886,7 +886,7 @@ public int corvette_pashna_rebel1_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1147,7 +1147,7 @@ public int corvette_pashna_rebel1_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1408,7 +1408,7 @@ public int corvette_pashna_rebel1_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1669,7 +1669,7 @@ public int corvette_pashna_rebel1_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1930,7 +1930,7 @@ public int corvette_pashna_rebel1_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2193,7 +2193,7 @@ public int corvette_pashna_rebel1_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2253,7 +2253,7 @@ public int corvette_pashna_rebel1_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2312,7 +2312,7 @@ public int corvette_pashna_rebel1_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2404,7 +2404,7 @@ public int corvette_pashna_rebel1_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2667,7 +2667,7 @@ public int corvette_pashna_rebel1_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2930,7 +2930,7 @@ public int corvette_pashna_rebel1_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3193,7 +3193,7 @@ public int corvette_pashna_rebel1_handleBranch28(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_pashna_rebel1_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3456,7 +3456,7 @@ public int corvette_pashna_rebel1_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java index afa74772fd..5803f00478 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_sabol_imperial1.java @@ -305,7 +305,7 @@ public int corvette_sabol_imperial1_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -442,7 +442,7 @@ public int corvette_sabol_imperial1_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ public int corvette_sabol_imperial1_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -728,7 +728,7 @@ public int corvette_sabol_imperial1_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -900,7 +900,7 @@ public int corvette_sabol_imperial1_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1161,7 +1161,7 @@ public int corvette_sabol_imperial1_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1422,7 +1422,7 @@ public int corvette_sabol_imperial1_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1683,7 +1683,7 @@ public int corvette_sabol_imperial1_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1944,7 +1944,7 @@ public int corvette_sabol_imperial1_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2206,7 +2206,7 @@ public int corvette_sabol_imperial1_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2265,7 +2265,7 @@ public int corvette_sabol_imperial1_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2324,7 +2324,7 @@ public int corvette_sabol_imperial1_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2383,7 +2383,7 @@ public int corvette_sabol_imperial1_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2475,7 +2475,7 @@ public int corvette_sabol_imperial1_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2737,7 +2737,7 @@ public int corvette_sabol_imperial1_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2999,7 +2999,7 @@ public int corvette_sabol_imperial1_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3261,7 +3261,7 @@ public int corvette_sabol_imperial1_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_sabol_imperial1_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3523,7 +3523,7 @@ public int corvette_sabol_imperial1_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java index cec426850e..2b4567cc67 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_velso_imperial_destroy.java @@ -319,7 +319,7 @@ public int corvette_velso_imperial_destroy_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -456,7 +456,7 @@ public int corvette_velso_imperial_destroy_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int corvette_velso_imperial_destroy_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -742,7 +742,7 @@ public int corvette_velso_imperial_destroy_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -914,7 +914,7 @@ public int corvette_velso_imperial_destroy_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1175,7 +1175,7 @@ public int corvette_velso_imperial_destroy_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1436,7 +1436,7 @@ public int corvette_velso_imperial_destroy_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1697,7 +1697,7 @@ public int corvette_velso_imperial_destroy_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1958,7 +1958,7 @@ public int corvette_velso_imperial_destroy_handleBranch18(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2221,7 +2221,7 @@ public int corvette_velso_imperial_destroy_handleBranch21(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2313,7 +2313,7 @@ public int corvette_velso_imperial_destroy_handleBranch24(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2576,7 +2576,7 @@ public int corvette_velso_imperial_destroy_handleBranch25(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2839,7 +2839,7 @@ public int corvette_velso_imperial_destroy_handleBranch26(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3102,7 +3102,7 @@ public int corvette_velso_imperial_destroy_handleBranch27(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_velso_imperial_destroy_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3365,7 +3365,7 @@ public int corvette_velso_imperial_destroy_handleBranch28(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java b/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java index 684fa8f658..86e7d2cc44 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corvette_yondalla_neutral_rescue.java @@ -309,7 +309,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -471,7 +471,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -732,7 +732,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -904,7 +904,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1165,7 +1165,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1426,7 +1426,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1687,7 +1687,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1948,7 +1948,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2211,7 +2211,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch20(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2304,7 +2304,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch23(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2567,7 +2567,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch24(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2830,7 +2830,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch25(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3093,7 +3093,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch26(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int corvette_yondalla_neutral_rescue_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3356,7 +3356,7 @@ public int corvette_yondalla_neutral_rescue_handleBranch27(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/crafting_contractor.java b/sku.0/sys.server/compiled/game/script/conversation/crafting_contractor.java index ff3a0ef9bb..a7d8fda6d9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/crafting_contractor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/crafting_contractor.java @@ -535,7 +535,7 @@ public int crafting_contractor_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int crafting_contractor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -662,7 +662,7 @@ public int crafting_contractor_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int crafting_contractor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1160,7 +1160,7 @@ public int crafting_contractor_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int crafting_contractor_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1383,7 +1383,7 @@ public int crafting_contractor_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int crafting_contractor_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1420,7 +1420,7 @@ public int crafting_contractor_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_corellia.java b/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_corellia.java index 2a424fd316..c64945ea10 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_corellia.java +++ b/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_corellia.java @@ -302,7 +302,7 @@ public int cyborg_install_corellia_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_corellia_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int cyborg_install_corellia_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_corellia_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int cyborg_install_corellia_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_corellia_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -416,7 +416,7 @@ public int cyborg_install_corellia_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_corellia_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int cyborg_install_corellia_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_corellia_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -537,7 +537,7 @@ public int cyborg_install_corellia_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_corellia_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -604,7 +604,7 @@ public int cyborg_install_corellia_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_corellia_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -645,7 +645,7 @@ public int cyborg_install_corellia_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_naboo.java b/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_naboo.java index 48394d2879..38cfd03a60 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_naboo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_naboo.java @@ -302,7 +302,7 @@ public int cyborg_install_naboo_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_naboo_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int cyborg_install_naboo_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_naboo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int cyborg_install_naboo_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_naboo_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -416,7 +416,7 @@ public int cyborg_install_naboo_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_naboo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int cyborg_install_naboo_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_naboo_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -537,7 +537,7 @@ public int cyborg_install_naboo_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_naboo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -604,7 +604,7 @@ public int cyborg_install_naboo_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_naboo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -645,7 +645,7 @@ public int cyborg_install_naboo_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_tatooine.java b/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_tatooine.java index d062c1995e..dce884d467 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_tatooine.java +++ b/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_tatooine.java @@ -302,7 +302,7 @@ public int cyborg_install_tatooine_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_tatooine_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int cyborg_install_tatooine_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_tatooine_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int cyborg_install_tatooine_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_tatooine_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -416,7 +416,7 @@ public int cyborg_install_tatooine_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_tatooine_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int cyborg_install_tatooine_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_tatooine_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -537,7 +537,7 @@ public int cyborg_install_tatooine_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_tatooine_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -604,7 +604,7 @@ public int cyborg_install_tatooine_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_tatooine_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -645,7 +645,7 @@ public int cyborg_install_tatooine_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_temporary.java b/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_temporary.java index f2e47d3939..a46df8384f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_temporary.java +++ b/sku.0/sys.server/compiled/game/script/conversation/cyborg_install_temporary.java @@ -275,7 +275,7 @@ public int cyborg_install_temporary_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_temporary_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int cyborg_install_temporary_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_temporary_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int cyborg_install_temporary_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_temporary_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int cyborg_install_temporary_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_temporary_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -427,7 +427,7 @@ public int cyborg_install_temporary_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int cyborg_install_temporary_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -510,7 +510,7 @@ public int cyborg_install_temporary_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/dantooine_rebel_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/dantooine_rebel_trainer_2.java index 34ec53aa6f..59b7163ea9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/dantooine_rebel_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/dantooine_rebel_trainer_2.java @@ -505,7 +505,7 @@ public int dantooine_rebel_trainer_2_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -520,7 +520,7 @@ public int dantooine_rebel_trainer_2_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -576,7 +576,7 @@ public int dantooine_rebel_trainer_2_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -658,7 +658,7 @@ public int dantooine_rebel_trainer_2_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -691,7 +691,7 @@ public int dantooine_rebel_trainer_2_handleBranch15(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -721,7 +721,7 @@ public int dantooine_rebel_trainer_2_handleBranch18(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -829,7 +829,7 @@ public int dantooine_rebel_trainer_2_handleBranch21(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -880,7 +880,7 @@ public int dantooine_rebel_trainer_2_handleBranch22(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -970,7 +970,7 @@ public int dantooine_rebel_trainer_2_handleBranch24(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1020,7 +1020,7 @@ public int dantooine_rebel_trainer_2_handleBranch25(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1053,7 +1053,7 @@ public int dantooine_rebel_trainer_2_handleBranch26(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1102,7 +1102,7 @@ public int dantooine_rebel_trainer_2_handleBranch29(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1170,7 +1170,7 @@ public int dantooine_rebel_trainer_2_handleBranch30(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1258,7 +1258,7 @@ public int dantooine_rebel_trainer_2_handleBranch32(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1291,7 +1291,7 @@ public int dantooine_rebel_trainer_2_handleBranch34(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1403,7 +1403,7 @@ public int dantooine_rebel_trainer_2_handleBranch37(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1511,7 +1511,7 @@ public int dantooine_rebel_trainer_2_handleBranch38(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1547,7 +1547,7 @@ public int dantooine_rebel_trainer_2_handleBranch39(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1601,7 +1601,7 @@ public int dantooine_rebel_trainer_2_handleBranch42(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1677,7 +1677,7 @@ public int dantooine_rebel_trainer_2_handleBranch47(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1714,7 +1714,7 @@ public int dantooine_rebel_trainer_2_handleBranch49(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1772,7 +1772,7 @@ public int dantooine_rebel_trainer_2_handleBranch52(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1787,7 +1787,7 @@ public int dantooine_rebel_trainer_2_handleBranch54(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1835,7 +1835,7 @@ public int dantooine_rebel_trainer_2_handleBranch56(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1885,7 +1885,7 @@ public int dantooine_rebel_trainer_2_handleBranch57(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1920,7 +1920,7 @@ public int dantooine_rebel_trainer_2_handleBranch58(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2027,7 +2027,7 @@ public int dantooine_rebel_trainer_2_handleBranch61(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2124,7 +2124,7 @@ public int dantooine_rebel_trainer_2_handleBranch62(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2161,7 +2161,7 @@ public int dantooine_rebel_trainer_2_handleBranch63(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2195,7 +2195,7 @@ public int dantooine_rebel_trainer_2_handleBranch66(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2299,7 +2299,7 @@ public int dantooine_rebel_trainer_2_handleBranch68(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2395,7 +2395,7 @@ public int dantooine_rebel_trainer_2_handleBranch69(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2480,7 +2480,7 @@ public int dantooine_rebel_trainer_2_handleBranch70(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2566,7 +2566,7 @@ public int dantooine_rebel_trainer_2_handleBranch71(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2651,7 +2651,7 @@ public int dantooine_rebel_trainer_2_handleBranch72(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2701,7 +2701,7 @@ public int dantooine_rebel_trainer_2_handleBranch73(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2740,7 +2740,7 @@ public int dantooine_rebel_trainer_2_handleBranch74(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2790,7 +2790,7 @@ public int dantooine_rebel_trainer_2_handleBranch75(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2819,7 +2819,7 @@ public int dantooine_rebel_trainer_2_handleBranch77(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2868,7 +2868,7 @@ public int dantooine_rebel_trainer_2_handleBranch80(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2929,7 +2929,7 @@ public int dantooine_rebel_trainer_2_handleBranch81(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3068,7 +3068,7 @@ public int dantooine_rebel_trainer_2_handleBranch82(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3156,7 +3156,7 @@ public int dantooine_rebel_trainer_2_handleBranch83(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3343,7 +3343,7 @@ public int dantooine_rebel_trainer_2_handleBranch87(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3459,7 +3459,7 @@ public int dantooine_rebel_trainer_2_handleBranch88(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3583,7 +3583,7 @@ public int dantooine_rebel_trainer_2_handleBranch89(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3710,7 +3710,7 @@ public int dantooine_rebel_trainer_2_handleBranch90(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3856,7 +3856,7 @@ public int dantooine_rebel_trainer_2_handleBranch94(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3872,7 +3872,7 @@ public int dantooine_rebel_trainer_2_handleBranch95(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3888,7 +3888,7 @@ public int dantooine_rebel_trainer_2_handleBranch97(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3904,7 +3904,7 @@ public int dantooine_rebel_trainer_2_handleBranch99(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3920,7 +3920,7 @@ public int dantooine_rebel_trainer_2_handleBranch101(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4103,7 +4103,7 @@ public int dantooine_rebel_trainer_2_handleBranch104(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4166,7 +4166,7 @@ public int dantooine_rebel_trainer_2_handleBranch105(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4247,7 +4247,7 @@ public int dantooine_rebel_trainer_2_handleBranch111(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4431,7 +4431,7 @@ public int dantooine_rebel_trainer_2_handleBranch119(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4557,7 +4557,7 @@ public int dantooine_rebel_trainer_2_handleBranch121(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4629,7 +4629,7 @@ public int dantooine_rebel_trainer_2_handleBranch122(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4702,7 +4702,7 @@ public int dantooine_rebel_trainer_2_handleBranch124(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4775,7 +4775,7 @@ public int dantooine_rebel_trainer_2_handleBranch125(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4854,7 +4854,7 @@ public int dantooine_rebel_trainer_2_handleBranch126(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4980,7 +4980,7 @@ public int dantooine_rebel_trainer_2_handleBranch134(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dantooine_rebel_trainer_2_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5059,7 +5059,7 @@ public int dantooine_rebel_trainer_2_handleBranch135(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/dath_bh_wanted_list_01.java b/sku.0/sys.server/compiled/game/script/conversation/dath_bh_wanted_list_01.java index 6caf77502e..930d2d4522 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/dath_bh_wanted_list_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/dath_bh_wanted_list_01.java @@ -207,7 +207,7 @@ public int dath_bh_wanted_list_01_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int dath_bh_wanted_list_01_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -252,7 +252,7 @@ public int dath_bh_wanted_list_01_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int dath_bh_wanted_list_01_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int dath_bh_wanted_list_01_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -419,7 +419,7 @@ public int dath_bh_wanted_list_01_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int dath_bh_wanted_list_01_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -535,7 +535,7 @@ public int dath_bh_wanted_list_01_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -572,7 +572,7 @@ public int dath_bh_wanted_list_01_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -620,7 +620,7 @@ public int dath_bh_wanted_list_01_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -659,7 +659,7 @@ public int dath_bh_wanted_list_01_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -711,7 +711,7 @@ public int dath_bh_wanted_list_01_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -780,7 +780,7 @@ public int dath_bh_wanted_list_01_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -849,7 +849,7 @@ public int dath_bh_wanted_list_01_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -889,7 +889,7 @@ public int dath_bh_wanted_list_01_handleBranch28(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -929,7 +929,7 @@ public int dath_bh_wanted_list_01_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -991,7 +991,7 @@ public int dath_bh_wanted_list_01_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1120,7 +1120,7 @@ public int dath_bh_wanted_list_01_handleBranch31(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1249,7 +1249,7 @@ public int dath_bh_wanted_list_01_handleBranch33(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1378,7 +1378,7 @@ public int dath_bh_wanted_list_01_handleBranch34(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1418,7 +1418,7 @@ public int dath_bh_wanted_list_01_handleBranch35(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1480,7 +1480,7 @@ public int dath_bh_wanted_list_01_handleBranch36(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1634,7 +1634,7 @@ public int dath_bh_wanted_list_01_handleBranch37(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1697,7 +1697,7 @@ public int dath_bh_wanted_list_01_handleBranch38(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1826,7 +1826,7 @@ public int dath_bh_wanted_list_01_handleBranch39(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1955,7 +1955,7 @@ public int dath_bh_wanted_list_01_handleBranch40(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2084,7 +2084,7 @@ public int dath_bh_wanted_list_01_handleBranch41(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2238,7 +2238,7 @@ public int dath_bh_wanted_list_01_handleBranch43(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int dath_bh_wanted_list_01_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2392,7 +2392,7 @@ public int dath_bh_wanted_list_01_handleBranch44(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/death_watch_foreman.java b/sku.0/sys.server/compiled/game/script/conversation/death_watch_foreman.java index dae4838b79..a0ce5e12f2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/death_watch_foreman.java +++ b/sku.0/sys.server/compiled/game/script/conversation/death_watch_foreman.java @@ -517,7 +517,7 @@ public int death_watch_foreman_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -600,7 +600,7 @@ public int death_watch_foreman_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -649,7 +649,7 @@ public int death_watch_foreman_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -732,7 +732,7 @@ public int death_watch_foreman_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ public int death_watch_foreman_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -887,7 +887,7 @@ public int death_watch_foreman_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -936,7 +936,7 @@ public int death_watch_foreman_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -961,7 +961,7 @@ public int death_watch_foreman_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1010,7 +1010,7 @@ public int death_watch_foreman_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1035,7 +1035,7 @@ public int death_watch_foreman_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1084,7 +1084,7 @@ public int death_watch_foreman_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1133,7 +1133,7 @@ public int death_watch_foreman_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1216,7 +1216,7 @@ public int death_watch_foreman_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1265,7 +1265,7 @@ public int death_watch_foreman_handleBranch18(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1348,7 +1348,7 @@ public int death_watch_foreman_handleBranch19(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1407,7 +1407,7 @@ public int death_watch_foreman_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1432,7 +1432,7 @@ public int death_watch_foreman_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1481,7 +1481,7 @@ public int death_watch_foreman_handleBranch24(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1541,7 +1541,7 @@ public int death_watch_foreman_handleBranch25(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1566,7 +1566,7 @@ public int death_watch_foreman_handleBranch27(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1590,7 +1590,7 @@ public int death_watch_foreman_handleBranch30(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1628,7 +1628,7 @@ public int death_watch_foreman_handleBranch33(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1677,7 +1677,7 @@ public int death_watch_foreman_handleBranch34(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1737,7 +1737,7 @@ public int death_watch_foreman_handleBranch35(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1762,7 +1762,7 @@ public int death_watch_foreman_handleBranch37(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1845,7 +1845,7 @@ public int death_watch_foreman_handleBranch39(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1894,7 +1894,7 @@ public int death_watch_foreman_handleBranch40(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1988,7 +1988,7 @@ public int death_watch_foreman_handleBranch41(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2021,7 +2021,7 @@ public int death_watch_foreman_handleBranch42(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2054,7 +2054,7 @@ public int death_watch_foreman_handleBranch46(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2137,7 +2137,7 @@ public int death_watch_foreman_handleBranch50(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2186,7 +2186,7 @@ public int death_watch_foreman_handleBranch51(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2211,7 +2211,7 @@ public int death_watch_foreman_handleBranch52(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2249,7 +2249,7 @@ public int death_watch_foreman_handleBranch55(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2271,7 +2271,7 @@ public int death_watch_foreman_handleBranch56(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2309,7 +2309,7 @@ public int death_watch_foreman_handleBranch59(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2331,7 +2331,7 @@ public int death_watch_foreman_handleBranch60(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2353,7 +2353,7 @@ public int death_watch_foreman_handleBranch64(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2378,7 +2378,7 @@ public int death_watch_foreman_handleBranch68(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_foreman_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2403,7 +2403,7 @@ public int death_watch_foreman_handleBranch72(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/death_watch_insane_miner.java b/sku.0/sys.server/compiled/game/script/conversation/death_watch_insane_miner.java index b2b50c5b62..05c9ce59e2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/death_watch_insane_miner.java +++ b/sku.0/sys.server/compiled/game/script/conversation/death_watch_insane_miner.java @@ -209,7 +209,7 @@ public int death_watch_insane_miner_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_insane_miner_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int death_watch_insane_miner_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_insane_miner_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -285,7 +285,7 @@ public int death_watch_insane_miner_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_insane_miner_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int death_watch_insane_miner_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/death_watch_scientist.java b/sku.0/sys.server/compiled/game/script/conversation/death_watch_scientist.java index 0287144ade..3793e91e69 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/death_watch_scientist.java +++ b/sku.0/sys.server/compiled/game/script/conversation/death_watch_scientist.java @@ -72,7 +72,7 @@ public int death_watch_scientist_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int death_watch_scientist_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int death_watch_scientist_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int death_watch_scientist_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -369,7 +369,7 @@ public int death_watch_scientist_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -407,7 +407,7 @@ public int death_watch_scientist_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -445,7 +445,7 @@ public int death_watch_scientist_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -483,7 +483,7 @@ public int death_watch_scientist_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int death_watch_scientist_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -535,7 +535,7 @@ public int death_watch_scientist_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -573,7 +573,7 @@ public int death_watch_scientist_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -611,7 +611,7 @@ public int death_watch_scientist_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -625,7 +625,7 @@ public int death_watch_scientist_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -663,7 +663,7 @@ public int death_watch_scientist_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -701,7 +701,7 @@ public int death_watch_scientist_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -739,7 +739,7 @@ public int death_watch_scientist_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_scientist_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -753,7 +753,7 @@ public int death_watch_scientist_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/death_watch_technician.java b/sku.0/sys.server/compiled/game/script/conversation/death_watch_technician.java index 1468bf2e01..2b88bd3235 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/death_watch_technician.java +++ b/sku.0/sys.server/compiled/game/script/conversation/death_watch_technician.java @@ -250,7 +250,7 @@ public int death_watch_technician_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_technician_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int death_watch_technician_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_technician_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int death_watch_technician_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_technician_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -431,7 +431,7 @@ public int death_watch_technician_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_technician_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -525,7 +525,7 @@ public int death_watch_technician_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_technician_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -550,7 +550,7 @@ public int death_watch_technician_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_technician_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -609,7 +609,7 @@ public int death_watch_technician_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_technician_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -641,7 +641,7 @@ public int death_watch_technician_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int death_watch_technician_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -666,7 +666,7 @@ public int death_watch_technician_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/defend_the_village.java b/sku.0/sys.server/compiled/game/script/conversation/defend_the_village.java index f81314a895..1432c679d4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/defend_the_village.java +++ b/sku.0/sys.server/compiled/game/script/conversation/defend_the_village.java @@ -188,7 +188,7 @@ public int defend_the_village_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int defend_the_village_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int defend_the_village_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int defend_the_village_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -300,7 +300,7 @@ public int defend_the_village_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int defend_the_village_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int defend_the_village_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int defend_the_village_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int defend_the_village_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int defend_the_village_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ public int defend_the_village_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int defend_the_village_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int defend_the_village_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public float getPercentComplete(obj_id self, String questName) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/delivery_chardle.java b/sku.0/sys.server/compiled/game/script/conversation/delivery_chardle.java index 22ef6d18ac..85dcffc881 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/delivery_chardle.java +++ b/sku.0/sys.server/compiled/game/script/conversation/delivery_chardle.java @@ -96,7 +96,7 @@ public int delivery_chardle_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_chardle_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int delivery_chardle_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_chardle_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int delivery_chardle_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_chardle_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int delivery_chardle_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_chardle_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int delivery_chardle_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_chardle_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int delivery_chardle_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/delivery_hassel.java b/sku.0/sys.server/compiled/game/script/conversation/delivery_hassel.java index 1563ea00fa..1c0d0cf47e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/delivery_hassel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/delivery_hassel.java @@ -205,7 +205,7 @@ public int delivery_hassel_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_hassel_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int delivery_hassel_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_hassel_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int delivery_hassel_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_hassel_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int delivery_hassel_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_hassel_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int delivery_hassel_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/delivery_pirrohn.java b/sku.0/sys.server/compiled/game/script/conversation/delivery_pirrohn.java index c3a2e6d1ae..898aef92a8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/delivery_pirrohn.java +++ b/sku.0/sys.server/compiled/game/script/conversation/delivery_pirrohn.java @@ -96,7 +96,7 @@ public int delivery_pirrohn_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_pirrohn_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int delivery_pirrohn_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_pirrohn_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int delivery_pirrohn_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_pirrohn_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int delivery_pirrohn_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_pirrohn_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int delivery_pirrohn_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_pirrohn_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int delivery_pirrohn_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/delivery_sickle.java b/sku.0/sys.server/compiled/game/script/conversation/delivery_sickle.java index 3c41348343..f4e86959c8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/delivery_sickle.java +++ b/sku.0/sys.server/compiled/game/script/conversation/delivery_sickle.java @@ -96,7 +96,7 @@ public int delivery_sickle_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_sickle_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int delivery_sickle_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_sickle_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int delivery_sickle_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_sickle_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int delivery_sickle_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_sickle_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int delivery_sickle_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int delivery_sickle_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int delivery_sickle_handleBranch12(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/dera_darklighter.java b/sku.0/sys.server/compiled/game/script/conversation/dera_darklighter.java index 313a759441..6c83a7cbad 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/dera_darklighter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/dera_darklighter.java @@ -63,7 +63,7 @@ public int dera_darklighter_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/destroyed_camp_radio.java b/sku.0/sys.server/compiled/game/script/conversation/destroyed_camp_radio.java index 279a36e114..4a9b947948 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/destroyed_camp_radio.java +++ b/sku.0/sys.server/compiled/game/script/conversation/destroyed_camp_radio.java @@ -69,7 +69,7 @@ public int destroyed_camp_radio_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int destroyed_camp_radio_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ public int destroyed_camp_radio_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int destroyed_camp_radio_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int destroyed_camp_radio_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int destroyed_camp_radio_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int destroyed_camp_radio_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int destroyed_camp_radio_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int destroyed_camp_radio_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int destroyed_camp_radio_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int destroyed_camp_radio_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -460,7 +460,7 @@ public int destroyed_camp_radio_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -509,7 +509,7 @@ public int destroyed_camp_radio_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int destroyed_camp_radio_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -534,7 +534,7 @@ public int destroyed_camp_radio_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/detainment_npc_rescue.java b/sku.0/sys.server/compiled/game/script/conversation/detainment_npc_rescue.java index 69f5dc55c2..857e84b908 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/detainment_npc_rescue.java +++ b/sku.0/sys.server/compiled/game/script/conversation/detainment_npc_rescue.java @@ -165,7 +165,7 @@ public int detainment_npc_rescue_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int detainment_npc_rescue_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int detainment_npc_rescue_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/disable_sidequest.java b/sku.0/sys.server/compiled/game/script/conversation/disable_sidequest.java index 156a9ec70b..3bf15329c2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/disable_sidequest.java +++ b/sku.0/sys.server/compiled/game/script/conversation/disable_sidequest.java @@ -176,7 +176,7 @@ public int disable_sidequest_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int disable_sidequest_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int disable_sidequest_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int disable_sidequest_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int disable_sidequest_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int disable_sidequest_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int disable_sidequest_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -429,7 +429,7 @@ public int disable_sidequest_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -469,7 +469,7 @@ public int disable_sidequest_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -508,7 +508,7 @@ public int disable_sidequest_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int disable_sidequest_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -586,7 +586,7 @@ public int disable_sidequest_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -625,7 +625,7 @@ public int disable_sidequest_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -664,7 +664,7 @@ public int disable_sidequest_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -703,7 +703,7 @@ public int disable_sidequest_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -742,7 +742,7 @@ public int disable_sidequest_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -781,7 +781,7 @@ public int disable_sidequest_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -821,7 +821,7 @@ public int disable_sidequest_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -860,7 +860,7 @@ public int disable_sidequest_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -899,7 +899,7 @@ public int disable_sidequest_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -938,7 +938,7 @@ public int disable_sidequest_handleBranch23(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disable_sidequest_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -953,7 +953,7 @@ public int disable_sidequest_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/disgruntled_leader.java b/sku.0/sys.server/compiled/game/script/conversation/disgruntled_leader.java index 16721bf356..5d81a7706c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/disgruntled_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/disgruntled_leader.java @@ -54,7 +54,7 @@ public int disgruntled_leader_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disgruntled_leader_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -94,7 +94,7 @@ public int disgruntled_leader_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disgruntled_leader_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int disgruntled_leader_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disgruntled_leader_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int disgruntled_leader_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int disgruntled_leader_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -190,7 +190,7 @@ public int disgruntled_leader_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/doctor_griffax_jin.java b/sku.0/sys.server/compiled/game/script/conversation/doctor_griffax_jin.java index 5f336655ae..d62442caaa 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/doctor_griffax_jin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/doctor_griffax_jin.java @@ -63,7 +63,7 @@ public int doctor_griffax_jin_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int doctor_griffax_jin_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int doctor_griffax_jin_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int doctor_griffax_jin_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int doctor_griffax_jin_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int doctor_griffax_jin_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int doctor_griffax_jin_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int doctor_griffax_jin_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int doctor_griffax_jin_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final String MENU_STRING_FILE = "theme_park/outbreak/outbreak"; public static final string_id SID_NOT_ENOUGH_POWER = new string_id(MENU_STRING_FILE, "not_enough_power"); diff --git a/sku.0/sys.server/compiled/game/script/conversation/e3_bridge_handler.java b/sku.0/sys.server/compiled/game/script/conversation/e3_bridge_handler.java index 063ad340d3..b8f9e88e01 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/e3_bridge_handler.java +++ b/sku.0/sys.server/compiled/game/script/conversation/e3_bridge_handler.java @@ -34,7 +34,7 @@ public int e3_bridge_handler_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/e3_corvette.java b/sku.0/sys.server/compiled/game/script/conversation/e3_corvette.java index 70d4fa7089..9291b8c8c0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/e3_corvette.java +++ b/sku.0/sys.server/compiled/game/script/conversation/e3_corvette.java @@ -35,7 +35,7 @@ public int e3_corvette_handleBranch1(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/echo_base_launch.java b/sku.0/sys.server/compiled/game/script/conversation/echo_base_launch.java index 5e0245fff5..7116073c88 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/echo_base_launch.java +++ b/sku.0/sys.server/compiled/game/script/conversation/echo_base_launch.java @@ -185,7 +185,7 @@ public int echo_base_launch_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int echo_base_launch_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int echo_base_launch_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int echo_base_launch_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int echo_base_launch_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int echo_base_launch_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int echo_base_launch_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_brok_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_brok_terminal.java index c3ebd9635b..d187fa5b65 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_brok_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_brok_terminal.java @@ -92,7 +92,7 @@ public int eisley_thranta_brok_terminal_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int eisley_thranta_brok_terminal_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int eisley_thranta_brok_terminal_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -554,7 +554,7 @@ public int eisley_thranta_brok_terminal_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -636,7 +636,7 @@ public int eisley_thranta_brok_terminal_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int eisley_thranta_brok_terminal_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -800,7 +800,7 @@ public int eisley_thranta_brok_terminal_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -962,7 +962,7 @@ public int eisley_thranta_brok_terminal_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1033,7 +1033,7 @@ public int eisley_thranta_brok_terminal_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1104,7 +1104,7 @@ public int eisley_thranta_brok_terminal_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1175,7 +1175,7 @@ public int eisley_thranta_brok_terminal_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_brok_terminal_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1235,7 +1235,7 @@ public int eisley_thranta_brok_terminal_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_directory_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_directory_terminal.java index 3e76fc3224..c78c04e586 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_directory_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_directory_terminal.java @@ -117,7 +117,7 @@ public int eisley_thranta_directory_terminal_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int eisley_thranta_directory_terminal_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int eisley_thranta_directory_terminal_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -511,7 +511,7 @@ public int eisley_thranta_directory_terminal_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -549,7 +549,7 @@ public int eisley_thranta_directory_terminal_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -620,7 +620,7 @@ public int eisley_thranta_directory_terminal_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -658,7 +658,7 @@ public int eisley_thranta_directory_terminal_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -729,7 +729,7 @@ public int eisley_thranta_directory_terminal_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -767,7 +767,7 @@ public int eisley_thranta_directory_terminal_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -838,7 +838,7 @@ public int eisley_thranta_directory_terminal_handleBranch10(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -966,7 +966,7 @@ public int eisley_thranta_directory_terminal_handleBranch11(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1026,7 +1026,7 @@ public int eisley_thranta_directory_terminal_handleBranch12(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1086,7 +1086,7 @@ public int eisley_thranta_directory_terminal_handleBranch13(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1180,7 +1180,7 @@ public int eisley_thranta_directory_terminal_handleBranch14(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_directory_terminal_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1229,7 +1229,7 @@ public int eisley_thranta_directory_terminal_handleBranch15(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_durr_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_durr_terminal.java index d2fdd2a9cc..f142c6f47b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_durr_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_durr_terminal.java @@ -92,7 +92,7 @@ public int eisley_thranta_durr_terminal_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int eisley_thranta_durr_terminal_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int eisley_thranta_durr_terminal_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -554,7 +554,7 @@ public int eisley_thranta_durr_terminal_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -636,7 +636,7 @@ public int eisley_thranta_durr_terminal_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int eisley_thranta_durr_terminal_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -800,7 +800,7 @@ public int eisley_thranta_durr_terminal_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -962,7 +962,7 @@ public int eisley_thranta_durr_terminal_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1033,7 +1033,7 @@ public int eisley_thranta_durr_terminal_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1104,7 +1104,7 @@ public int eisley_thranta_durr_terminal_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1175,7 +1175,7 @@ public int eisley_thranta_durr_terminal_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_durr_terminal_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1235,7 +1235,7 @@ public int eisley_thranta_durr_terminal_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_medical_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_medical_terminal.java index 25688c06ca..706659a8b2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_medical_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_medical_terminal.java @@ -92,7 +92,7 @@ public int eisley_thranta_medical_terminal_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int eisley_thranta_medical_terminal_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -430,7 +430,7 @@ public int eisley_thranta_medical_terminal_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -501,7 +501,7 @@ public int eisley_thranta_medical_terminal_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -572,7 +572,7 @@ public int eisley_thranta_medical_terminal_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int eisley_thranta_medical_terminal_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -808,7 +808,7 @@ public int eisley_thranta_medical_terminal_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -879,7 +879,7 @@ public int eisley_thranta_medical_terminal_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -950,7 +950,7 @@ public int eisley_thranta_medical_terminal_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1021,7 +1021,7 @@ public int eisley_thranta_medical_terminal_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_medical_terminal_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1081,7 +1081,7 @@ public int eisley_thranta_medical_terminal_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_payroll_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_payroll_terminal.java index 98adfaab14..ae806d424f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_payroll_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_payroll_terminal.java @@ -100,7 +100,7 @@ public int eisley_thranta_payroll_terminal_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_payroll_terminal_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int eisley_thranta_payroll_terminal_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_payroll_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -278,7 +278,7 @@ public int eisley_thranta_payroll_terminal_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_payroll_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int eisley_thranta_payroll_terminal_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_payroll_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -474,7 +474,7 @@ public int eisley_thranta_payroll_terminal_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_payroll_terminal_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ public int eisley_thranta_payroll_terminal_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_payroll_terminal_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int eisley_thranta_payroll_terminal_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_security_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_security_terminal.java index 26f83df7f9..4f5d8e9ae0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_security_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/eisley_thranta_security_terminal.java @@ -104,7 +104,7 @@ public int eisley_thranta_security_terminal_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int eisley_thranta_security_terminal_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -461,7 +461,7 @@ public int eisley_thranta_security_terminal_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -532,7 +532,7 @@ public int eisley_thranta_security_terminal_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -603,7 +603,7 @@ public int eisley_thranta_security_terminal_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -674,7 +674,7 @@ public int eisley_thranta_security_terminal_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int eisley_thranta_security_terminal_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -908,7 +908,7 @@ public int eisley_thranta_security_terminal_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -979,7 +979,7 @@ public int eisley_thranta_security_terminal_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1050,7 +1050,7 @@ public int eisley_thranta_security_terminal_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1186,7 +1186,7 @@ public int eisley_thranta_security_terminal_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1246,7 +1246,7 @@ public int eisley_thranta_security_terminal_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int eisley_thranta_security_terminal_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1306,7 +1306,7 @@ public int eisley_thranta_security_terminal_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/elder_robe_exchange.java b/sku.0/sys.server/compiled/game/script/conversation/elder_robe_exchange.java index 5c64718f32..c8bad95f81 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/elder_robe_exchange.java +++ b/sku.0/sys.server/compiled/game/script/conversation/elder_robe_exchange.java @@ -140,7 +140,7 @@ public int elder_robe_exchange_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int elder_robe_exchange_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int elder_robe_exchange_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int elder_robe_exchange_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int elder_robe_exchange_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int elder_robe_exchange_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int elder_robe_exchange_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int elder_robe_exchange_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int elder_robe_exchange_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_data_officer.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_data_officer.java index c5ee278b78..da66a7929c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_data_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_data_officer.java @@ -82,7 +82,7 @@ public int emp_day_data_officer_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_data_officer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -132,7 +132,7 @@ public int emp_day_data_officer_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_data_officer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int emp_day_data_officer_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_data_officer_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int emp_day_data_officer_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_data_officer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -284,7 +284,7 @@ public int emp_day_data_officer_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_1.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_1.java index 40aef4e8ac..c87b9d6dc2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_1.java @@ -62,7 +62,7 @@ public int emp_day_disk_guy_1_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_2.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_2.java index f1f56ebe7e..02f99e872d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_2.java @@ -62,7 +62,7 @@ public int emp_day_disk_guy_2_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_3.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_3.java index 4be16998da..3c2c14d4c3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_disk_guy_3.java @@ -52,7 +52,7 @@ public int emp_day_disk_guy_3_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_garrison_historian.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_garrison_historian.java index 375650bab2..496a5d7878 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_garrison_historian.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_garrison_historian.java @@ -235,7 +235,7 @@ public int emp_day_garrison_historian_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_garrison_historian_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int emp_day_garrison_historian_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_garrison_historian_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int emp_day_garrison_historian_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_garrison_historian_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int emp_day_garrison_historian_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_garrison_historian_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int emp_day_garrison_historian_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_garrison_historian_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -476,7 +476,7 @@ public int emp_day_garrison_historian_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_garrison_historian_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int emp_day_garrison_historian_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_garrison_historian_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int emp_day_garrison_historian_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_garrison_historian_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -591,7 +591,7 @@ public int emp_day_garrison_historian_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_garrison_historian_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -619,7 +619,7 @@ public int emp_day_garrison_historian_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_imperial_commander.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_imperial_commander.java index 02acc6646e..ae1993d4ec 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_imperial_commander.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_imperial_commander.java @@ -133,7 +133,7 @@ public int emp_day_imperial_commander_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int emp_day_imperial_commander_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int emp_day_imperial_commander_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int emp_day_imperial_commander_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int emp_day_imperial_commander_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int emp_day_imperial_commander_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ public int emp_day_imperial_commander_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int emp_day_imperial_commander_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -592,7 +592,7 @@ public int emp_day_imperial_commander_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int emp_day_imperial_commander_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -771,7 +771,7 @@ public int emp_day_imperial_commander_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_imperial_commander_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -787,7 +787,7 @@ public int emp_day_imperial_commander_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_imperial_guard.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_imperial_guard.java index 91cba0a52a..31afbc7c26 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_imperial_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_imperial_guard.java @@ -98,7 +98,7 @@ public int emp_day_imperial_guard_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_jedi_prisoner.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_jedi_prisoner.java index 1a02f9d8ad..acd058db89 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_jedi_prisoner.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_jedi_prisoner.java @@ -2497,7 +2497,7 @@ public int emp_day_jedi_prisoner_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2593,7 +2593,7 @@ public int emp_day_jedi_prisoner_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3021,7 +3021,7 @@ public int emp_day_jedi_prisoner_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5401,7 +5401,7 @@ public int emp_day_jedi_prisoner_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7781,7 +7781,7 @@ public int emp_day_jedi_prisoner_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8209,7 +8209,7 @@ public int emp_day_jedi_prisoner_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10589,7 +10589,7 @@ public int emp_day_jedi_prisoner_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12969,7 +12969,7 @@ public int emp_day_jedi_prisoner_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13397,7 +13397,7 @@ public int emp_day_jedi_prisoner_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15777,7 +15777,7 @@ public int emp_day_jedi_prisoner_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18157,7 +18157,7 @@ public int emp_day_jedi_prisoner_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20537,7 +20537,7 @@ public int emp_day_jedi_prisoner_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22917,7 +22917,7 @@ public int emp_day_jedi_prisoner_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -25297,7 +25297,7 @@ public int emp_day_jedi_prisoner_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -27677,7 +27677,7 @@ public int emp_day_jedi_prisoner_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -30057,7 +30057,7 @@ public int emp_day_jedi_prisoner_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -30107,7 +30107,7 @@ public int emp_day_jedi_prisoner_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -30535,7 +30535,7 @@ public int emp_day_jedi_prisoner_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -32915,7 +32915,7 @@ public int emp_day_jedi_prisoner_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -35295,7 +35295,7 @@ public int emp_day_jedi_prisoner_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -35334,7 +35334,7 @@ public int emp_day_jedi_prisoner_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -35384,7 +35384,7 @@ public int emp_day_jedi_prisoner_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -35612,7 +35612,7 @@ public int emp_day_jedi_prisoner_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -37992,7 +37992,7 @@ public int emp_day_jedi_prisoner_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -40372,7 +40372,7 @@ public int emp_day_jedi_prisoner_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -42752,7 +42752,7 @@ public int emp_day_jedi_prisoner_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -42968,7 +42968,7 @@ public int emp_day_jedi_prisoner_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -45348,7 +45348,7 @@ public int emp_day_jedi_prisoner_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -47728,7 +47728,7 @@ public int emp_day_jedi_prisoner_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -50108,7 +50108,7 @@ public int emp_day_jedi_prisoner_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -52488,7 +52488,7 @@ public int emp_day_jedi_prisoner_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -52584,7 +52584,7 @@ public int emp_day_jedi_prisoner_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -52612,7 +52612,7 @@ public int emp_day_jedi_prisoner_handleBranch35(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_jedi_prisoner_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -52640,7 +52640,7 @@ public int emp_day_jedi_prisoner_handleBranch38(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_pr_officer.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_pr_officer.java index 5ac89426af..b1ea94ce55 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_pr_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_pr_officer.java @@ -82,7 +82,7 @@ public int emp_day_pr_officer_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_pr_officer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int emp_day_pr_officer_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_pr_officer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int emp_day_pr_officer_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_pr_officer_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int emp_day_pr_officer_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_pr_officer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int emp_day_pr_officer_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_pr_officer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int emp_day_pr_officer_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_pr_officer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int emp_day_pr_officer_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_al_contact.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_al_contact.java index 5b108fdfea..d1eabfae7d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_al_contact.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_al_contact.java @@ -126,7 +126,7 @@ public int emp_day_reb_al_contact_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int emp_day_reb_al_contact_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int emp_day_reb_al_contact_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int emp_day_reb_al_contact_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int emp_day_reb_al_contact_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -405,7 +405,7 @@ public int emp_day_reb_al_contact_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -499,7 +499,7 @@ public int emp_day_reb_al_contact_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -560,7 +560,7 @@ public int emp_day_reb_al_contact_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -654,7 +654,7 @@ public int emp_day_reb_al_contact_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -703,7 +703,7 @@ public int emp_day_reb_al_contact_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_al_contact_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -729,7 +729,7 @@ public int emp_day_reb_al_contact_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_bartender.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_bartender.java index ccc7f9e3f1..5a8a221163 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_bartender.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_bartender.java @@ -94,7 +94,7 @@ public int emp_day_reb_bartender_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_bartender_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int emp_day_reb_bartender_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_bartender_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int emp_day_reb_bartender_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_bartender_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int emp_day_reb_bartender_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_bartender_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int emp_day_reb_bartender_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_bartender_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int emp_day_reb_bartender_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_bartender_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int emp_day_reb_bartender_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_bartender_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -456,7 +456,7 @@ public int emp_day_reb_bartender_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_bartender_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -517,7 +517,7 @@ public int emp_day_reb_bartender_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_bartender_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int emp_day_reb_bartender_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_colonel.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_colonel.java index e6586a0563..d21837a7cb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_colonel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_colonel.java @@ -173,7 +173,7 @@ public int emp_day_reb_colonel_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_colonel_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int emp_day_reb_colonel_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_colonel_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -282,7 +282,7 @@ public int emp_day_reb_colonel_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_colonel_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int emp_day_reb_colonel_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_colonel_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int emp_day_reb_colonel_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_disk_guy.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_disk_guy.java index 31bc397f01..aa7d946af0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_disk_guy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_disk_guy.java @@ -52,7 +52,7 @@ public int emp_day_reb_disk_guy_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_imp_convert.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_imp_convert.java index 8ece9c495b..8fa58a2ed5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_imp_convert.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_imp_convert.java @@ -2187,7 +2187,7 @@ public int emp_day_reb_imp_convert_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2226,7 +2226,7 @@ public int emp_day_reb_imp_convert_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2276,7 +2276,7 @@ public int emp_day_reb_imp_convert_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2493,7 +2493,7 @@ public int emp_day_reb_imp_convert_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4540,7 +4540,7 @@ public int emp_day_reb_imp_convert_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6587,7 +6587,7 @@ public int emp_day_reb_imp_convert_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6637,7 +6637,7 @@ public int emp_day_reb_imp_convert_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7043,7 +7043,7 @@ public int emp_day_reb_imp_convert_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9090,7 +9090,7 @@ public int emp_day_reb_imp_convert_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11137,7 +11137,7 @@ public int emp_day_reb_imp_convert_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13184,7 +13184,7 @@ public int emp_day_reb_imp_convert_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15231,7 +15231,7 @@ public int emp_day_reb_imp_convert_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17278,7 +17278,7 @@ public int emp_day_reb_imp_convert_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19325,7 +19325,7 @@ public int emp_day_reb_imp_convert_handleBranch16(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19375,7 +19375,7 @@ public int emp_day_reb_imp_convert_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19781,7 +19781,7 @@ public int emp_day_reb_imp_convert_handleBranch18(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21828,7 +21828,7 @@ public int emp_day_reb_imp_convert_handleBranch19(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -23875,7 +23875,7 @@ public int emp_day_reb_imp_convert_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -24281,7 +24281,7 @@ public int emp_day_reb_imp_convert_handleBranch21(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -26328,7 +26328,7 @@ public int emp_day_reb_imp_convert_handleBranch22(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -28375,7 +28375,7 @@ public int emp_day_reb_imp_convert_handleBranch23(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -30422,7 +30422,7 @@ public int emp_day_reb_imp_convert_handleBranch24(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -32469,7 +32469,7 @@ public int emp_day_reb_imp_convert_handleBranch25(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -34516,7 +34516,7 @@ public int emp_day_reb_imp_convert_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -34721,7 +34721,7 @@ public int emp_day_reb_imp_convert_handleBranch27(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -36768,7 +36768,7 @@ public int emp_day_reb_imp_convert_handleBranch28(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -38815,7 +38815,7 @@ public int emp_day_reb_imp_convert_handleBranch29(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -38854,7 +38854,7 @@ public int emp_day_reb_imp_convert_handleBranch30(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_imp_convert_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -38870,7 +38870,7 @@ public int emp_day_reb_imp_convert_handleBranch31(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_solo.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_solo.java index 8dc4fe663a..2deac24a8c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_solo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_solo.java @@ -75,7 +75,7 @@ public int emp_day_reb_solo_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_solo_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int emp_day_reb_solo_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_solo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int emp_day_reb_solo_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_solo_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int emp_day_reb_solo_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_solo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int emp_day_reb_solo_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_solo_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -282,7 +282,7 @@ public int emp_day_reb_solo_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_solo_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int emp_day_reb_solo_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_solo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int emp_day_reb_solo_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_solo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -399,7 +399,7 @@ public int emp_day_reb_solo_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_solo_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -415,7 +415,7 @@ public int emp_day_reb_solo_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_technician.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_technician.java index 1cd8665624..886c8bb034 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_technician.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_reb_technician.java @@ -105,7 +105,7 @@ public int emp_day_reb_technician_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_technician_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int emp_day_reb_technician_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_technician_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int emp_day_reb_technician_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_technician_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int emp_day_reb_technician_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_technician_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int emp_day_reb_technician_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_reb_technician_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -304,7 +304,7 @@ public int emp_day_reb_technician_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/emp_day_vader.java b/sku.0/sys.server/compiled/game/script/conversation/emp_day_vader.java index 7822539505..7cf9ad228d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/emp_day_vader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/emp_day_vader.java @@ -64,7 +64,7 @@ public int emp_day_vader_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_vader_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int emp_day_vader_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int emp_day_vader_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int emp_day_vader_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_achonnko.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_achonnko.java index 143b3ba6ec..2924f67da6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_achonnko.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_achonnko.java @@ -125,7 +125,7 @@ public int ep3_achonnko_handleBranch2(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_achonnko_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int ep3_achonnko_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_achonnko_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int ep3_achonnko_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_achonnko_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -250,7 +250,7 @@ public int ep3_achonnko_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_achonnko_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -342,7 +342,7 @@ public int ep3_achonnko_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_achonnko_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int ep3_achonnko_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_achonnko_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int ep3_achonnko_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_belga_daeri.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_belga_daeri.java index 14440ee985..130cecfd5d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_belga_daeri.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_belga_daeri.java @@ -63,7 +63,7 @@ public int ep3_belga_daeri_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_belga_daeri_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int ep3_belga_daeri_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_belga_daeri_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int ep3_belga_daeri_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_belga_daeri_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int ep3_belga_daeri_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_belga_daeri_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int ep3_belga_daeri_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_carl_mosik.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_carl_mosik.java index 014e58ca1d..17c1f1b732 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_carl_mosik.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_carl_mosik.java @@ -87,7 +87,7 @@ public int ep3_carl_mosik_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_carl_mosik_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int ep3_carl_mosik_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_carl_mosik_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int ep3_carl_mosik_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_carl_mosik_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int ep3_carl_mosik_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_carl_mosik_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int ep3_carl_mosik_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_carl_mosik_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int ep3_carl_mosik_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_carl_mosik_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int ep3_carl_mosik_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_carl_mosik_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int ep3_carl_mosik_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_cheated_gambler.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_cheated_gambler.java index 121bec5834..83c76eb3bd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_cheated_gambler.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_cheated_gambler.java @@ -68,7 +68,7 @@ public int ep3_cheated_gambler_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheated_gambler_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int ep3_cheated_gambler_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheated_gambler_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ public int ep3_cheated_gambler_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheated_gambler_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int ep3_cheated_gambler_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheated_gambler_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int ep3_cheated_gambler_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheated_gambler_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int ep3_cheated_gambler_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheated_gambler_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int ep3_cheated_gambler_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheated_gambler_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int ep3_cheated_gambler_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheated_gambler_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int ep3_cheated_gambler_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_chewbacca.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_chewbacca.java index f957cdb6b5..f3326db91c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_chewbacca.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_chewbacca.java @@ -172,7 +172,7 @@ public int ep3_chewbacca_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_chewbacca_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int ep3_chewbacca_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_chewbacca_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int ep3_chewbacca_handleBranch5(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_chewbacca_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int ep3_chewbacca_handleBranch6(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_chewbacca_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int ep3_chewbacca_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_chewbacca_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -460,7 +460,7 @@ public int ep3_chewbacca_handleBranch14(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_cheyerooto.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_cheyerooto.java index 1b695cc976..69bd78182e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_cheyerooto.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_cheyerooto.java @@ -105,7 +105,7 @@ public int ep3_cheyerooto_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheyerooto_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int ep3_cheyerooto_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheyerooto_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int ep3_cheyerooto_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheyerooto_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int ep3_cheyerooto_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheyerooto_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int ep3_cheyerooto_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cheyerooto_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -362,7 +362,7 @@ public int ep3_cheyerooto_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_civilian_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_civilian_pilot.java index ca031c2597..2296b7c3e7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_civilian_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_civilian_pilot.java @@ -151,7 +151,7 @@ public int ep3_civilian_pilot_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -201,7 +201,7 @@ public int ep3_civilian_pilot_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int ep3_civilian_pilot_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -301,7 +301,7 @@ public int ep3_civilian_pilot_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int ep3_civilian_pilot_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -423,7 +423,7 @@ public int ep3_civilian_pilot_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -484,7 +484,7 @@ public int ep3_civilian_pilot_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ public int ep3_civilian_pilot_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -571,7 +571,7 @@ public int ep3_civilian_pilot_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int ep3_civilian_pilot_handleBranch18(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -697,7 +697,7 @@ public int ep3_civilian_pilot_handleBranch21(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -758,7 +758,7 @@ public int ep3_civilian_pilot_handleBranch22(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -832,7 +832,7 @@ public int ep3_civilian_pilot_handleBranch24(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -847,7 +847,7 @@ public int ep3_civilian_pilot_handleBranch25(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -862,7 +862,7 @@ public int ep3_civilian_pilot_handleBranch27(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -923,7 +923,7 @@ public int ep3_civilian_pilot_handleBranch29(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -984,7 +984,7 @@ public int ep3_civilian_pilot_handleBranch31(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_civilian_pilot_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1010,7 +1010,7 @@ public int ep3_civilian_pilot_handleBranch32(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_claw_boss_imbrimi.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_claw_boss_imbrimi.java index c67475a0bf..213a85a9d6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_claw_boss_imbrimi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_claw_boss_imbrimi.java @@ -96,7 +96,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch1(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch2(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -185,7 +185,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch3(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -259,7 +259,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch4(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch5(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch6(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch7(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch8(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -431,7 +431,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch10(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -470,7 +470,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch11(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -485,7 +485,7 @@ public int ep3_clone_relics_boba_fett_claw_boss_imbrimi_handleBranch12(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_claw_guard.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_claw_guard.java index c5bb891862..dfaa23597b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_claw_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_claw_guard.java @@ -100,7 +100,7 @@ public int ep3_clone_relics_boba_fett_claw_guard_handleBranch2(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_guard_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int ep3_clone_relics_boba_fett_claw_guard_handleBranch3(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_guard_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int ep3_clone_relics_boba_fett_claw_guard_handleBranch4(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_guard_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int ep3_clone_relics_boba_fett_claw_guard_handleBranch6(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_claw_guard_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int ep3_clone_relics_boba_fett_claw_guard_handleBranch10(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_contact_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_contact_1.java index 911e366784..848524806c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_contact_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_contact_1.java @@ -65,7 +65,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch1(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -82,7 +82,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch4(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch6(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch7(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch8(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch11(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -300,7 +300,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch12(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch14(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch15(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -401,7 +401,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch16(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_contact_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -419,7 +419,7 @@ public int ep3_clone_relics_boba_fett_contact_1_handleBranch18(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_durge_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_durge_1.java index 77eb5b2bc8..5c9524b904 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_durge_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_durge_1.java @@ -47,7 +47,7 @@ public int ep3_clone_relics_boba_fett_durge_1_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_durge_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -79,7 +79,7 @@ public int ep3_clone_relics_boba_fett_durge_1_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_durge_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ public int ep3_clone_relics_boba_fett_durge_1_handleBranch6(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_talus_bartender_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_talus_bartender_1.java index f03c05efa4..e8887e98d7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_talus_bartender_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_talus_bartender_1.java @@ -62,7 +62,7 @@ public int ep3_clone_relics_boba_fett_talus_bartender_1_handleBranch1(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_talus_bartender_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -79,7 +79,7 @@ public int ep3_clone_relics_boba_fett_talus_bartender_1_handleBranch2(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_talus_bartender_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int ep3_clone_relics_boba_fett_talus_bartender_1_handleBranch4(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_warren_scientist.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_warren_scientist.java index 8091b1e25d..0f1e8f38ab 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_warren_scientist.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_warren_scientist.java @@ -76,7 +76,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch1(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -94,7 +94,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch4(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -170,7 +170,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch6(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch7(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch8(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch9(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -339,7 +339,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch10(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch11(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch13(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch15(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -464,7 +464,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch16(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -480,7 +480,7 @@ public int ep3_clone_relics_boba_fett_warren_scientist_handleBranch18(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_yavin_bartender_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_yavin_bartender_1.java index d99f6c287e..578fb31ff4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_yavin_bartender_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_boba_fett_yavin_bartender_1.java @@ -59,7 +59,7 @@ public int ep3_clone_relics_boba_fett_yavin_bartender_1_handleBranch1(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_yavin_bartender_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int ep3_clone_relics_boba_fett_yavin_bartender_1_handleBranch2(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_yavin_bartender_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -116,7 +116,7 @@ public int ep3_clone_relics_boba_fett_yavin_bartender_1_handleBranch3(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_boba_fett_yavin_bartender_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int ep3_clone_relics_boba_fett_yavin_bartender_1_handleBranch5(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_jabba.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_jabba.java index b4082aa95c..7e5769b256 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_jabba.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_jabba.java @@ -46,7 +46,7 @@ public int ep3_clone_relics_clone_trooper_jabba_handleBranch1(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jabba_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -84,7 +84,7 @@ public int ep3_clone_relics_clone_trooper_jabba_handleBranch3(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jabba_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int ep3_clone_relics_clone_trooper_jabba_handleBranch4(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jabba_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int ep3_clone_relics_clone_trooper_jabba_handleBranch5(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jabba_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int ep3_clone_relics_clone_trooper_jabba_handleBranch6(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jabba_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int ep3_clone_relics_clone_trooper_jabba_handleBranch7(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_jawl.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_jawl.java index 2b31b78d12..d729083d27 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_jawl.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_jawl.java @@ -79,7 +79,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch3(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch5(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch6(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch7(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch8(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -306,7 +306,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch9(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch10(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch11(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch12(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch13(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -519,7 +519,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch14(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_jawl_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int ep3_clone_relics_clone_trooper_jawl_handleBranch15(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_leia.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_leia.java index 851469cfef..c940306b36 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_leia.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_leia.java @@ -68,7 +68,7 @@ public int ep3_clone_relics_clone_trooper_leia_handleBranch1(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_leia_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -85,7 +85,7 @@ public int ep3_clone_relics_clone_trooper_leia_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_leia_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int ep3_clone_relics_clone_trooper_leia_handleBranch4(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_leia_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -162,7 +162,7 @@ public int ep3_clone_relics_clone_trooper_leia_handleBranch5(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_leia_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -201,7 +201,7 @@ public int ep3_clone_relics_clone_trooper_leia_handleBranch6(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_leia_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int ep3_clone_relics_clone_trooper_leia_handleBranch7(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_leia_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int ep3_clone_relics_clone_trooper_leia_handleBranch8(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_major_raev.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_major_raev.java index 77c54dd9ea..59be112f85 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_major_raev.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_major_raev.java @@ -89,7 +89,7 @@ public int ep3_clone_relics_clone_trooper_major_raev_handleBranch2(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_major_raev_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int ep3_clone_relics_clone_trooper_major_raev_handleBranch3(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_major_raev_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int ep3_clone_relics_clone_trooper_major_raev_handleBranch6(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_major_raev_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int ep3_clone_relics_clone_trooper_major_raev_handleBranch9(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_morkov.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_morkov.java index 433e17b4cb..65d4d57abc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_morkov.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_morkov.java @@ -57,7 +57,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch2(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch4(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -213,7 +213,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch5(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch6(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -358,7 +358,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch7(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -397,7 +397,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch8(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -412,7 +412,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch9(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch11(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch12(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -528,7 +528,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch13(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -566,7 +566,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch14(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch15(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -666,7 +666,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch16(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -772,7 +772,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch17(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -810,7 +810,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch19(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -849,7 +849,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch20(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -888,7 +888,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch21(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -903,7 +903,7 @@ public int ep3_clone_relics_clone_trooper_morkov_handleBranch22(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_morkov_courier.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_morkov_courier.java index 0f912a5f77..eaef33cecc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_morkov_courier.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_morkov_courier.java @@ -77,7 +77,7 @@ public int ep3_clone_relics_clone_trooper_morkov_courier_handleBranch1(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_morkov_courier_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -93,7 +93,7 @@ public int ep3_clone_relics_clone_trooper_morkov_courier_handleBranch2(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_mort.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_mort.java index 9fe89b85b0..f594ac3aae 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_mort.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_mort.java @@ -330,7 +330,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch1(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch4(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -528,7 +528,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch5(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -566,7 +566,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch6(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -606,7 +606,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch7(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -645,7 +645,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch8(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -665,7 +665,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch9(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -804,7 +804,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch11(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -843,7 +843,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch12(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -881,7 +881,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch13(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -921,7 +921,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch14(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -960,7 +960,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch15(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -980,7 +980,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch16(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1119,7 +1119,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch18(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1158,7 +1158,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch19(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1196,7 +1196,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch20(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1236,7 +1236,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch21(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1275,7 +1275,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch22(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1295,7 +1295,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch23(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1413,7 +1413,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch25(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1637,7 +1637,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch27(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1676,7 +1676,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch28(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1693,7 +1693,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch29(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1731,7 +1731,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch31(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1748,7 +1748,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch32(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1786,7 +1786,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch34(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1803,7 +1803,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch35(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1933,7 +1933,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch37(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2014,7 +2014,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch40(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2165,7 +2165,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch48(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2204,7 +2204,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch50(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2243,7 +2243,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch51(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2282,7 +2282,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch52(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2322,7 +2322,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch53(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2361,7 +2361,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch54(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2399,7 +2399,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch55(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2438,7 +2438,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch56(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2476,7 +2476,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch57(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2515,7 +2515,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch58(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2554,7 +2554,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch59(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2592,7 +2592,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch60(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2630,7 +2630,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch61(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2668,7 +2668,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch62(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2706,7 +2706,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch63(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2744,7 +2744,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch64(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2793,7 +2793,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch65(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2843,7 +2843,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch66(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2883,7 +2883,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch67(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_mort_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2899,7 +2899,7 @@ public int ep3_clone_relics_clone_trooper_mort_handleBranch68(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_palpatine.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_palpatine.java index b298c39271..54a7b5d5f9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_palpatine.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_palpatine.java @@ -95,7 +95,7 @@ public int ep3_clone_relics_clone_trooper_palpatine_handleBranch2(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_palpatine_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int ep3_clone_relics_clone_trooper_palpatine_handleBranch3(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_palpatine_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ public int ep3_clone_relics_clone_trooper_palpatine_handleBranch4(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_palpatine_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int ep3_clone_relics_clone_trooper_palpatine_handleBranch5(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_palpatine_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int ep3_clone_relics_clone_trooper_palpatine_handleBranch6(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_palpatine_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int ep3_clone_relics_clone_trooper_palpatine_handleBranch8(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_palpatine_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -431,7 +431,7 @@ public int ep3_clone_relics_clone_trooper_palpatine_handleBranch9(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_walda.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_walda.java index 9e4ecea8d7..07a469c87a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_walda.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_clone_trooper_walda.java @@ -71,7 +71,7 @@ public int ep3_clone_relics_clone_trooper_walda_handleBranch1(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_walda_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int ep3_clone_relics_clone_trooper_walda_handleBranch2(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_walda_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int ep3_clone_relics_clone_trooper_walda_handleBranch3(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_walda_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int ep3_clone_relics_clone_trooper_walda_handleBranch4(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_clone_trooper_walda_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int ep3_clone_relics_clone_trooper_walda_handleBranch5(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_hunter_qakkee.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_hunter_qakkee.java index 0ac3ff610f..c0c31ff86b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_hunter_qakkee.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_hunter_qakkee.java @@ -345,7 +345,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -365,7 +365,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -397,7 +397,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -535,7 +535,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -575,7 +575,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -615,7 +615,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -696,7 +696,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -817,7 +817,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -973,7 +973,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch18(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1059,7 +1059,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch20(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1099,7 +1099,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch21(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1138,7 +1138,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch22(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1178,7 +1178,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch23(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1218,7 +1218,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch24(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1266,7 +1266,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch25(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1317,7 +1317,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch26(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1354,7 +1354,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch27(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1429,7 +1429,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch30(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1468,7 +1468,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch31(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1508,7 +1508,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch32(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1548,7 +1548,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch33(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1588,7 +1588,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch34(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1638,7 +1638,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch35(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1667,7 +1667,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch36(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1706,7 +1706,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch39(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1878,7 +1878,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch40(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1930,7 +1930,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch41(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2006,7 +2006,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch42(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2022,7 +2022,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch43(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2042,7 +2042,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch45(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2094,7 +2094,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch47(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2230,7 +2230,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch48(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2405,7 +2405,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch52(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2455,7 +2455,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch54(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2507,7 +2507,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch55(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2557,7 +2557,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch56(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2586,7 +2586,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch57(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2636,7 +2636,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch60(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2688,7 +2688,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch61(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2705,7 +2705,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch62(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2878,7 +2878,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch64(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2918,7 +2918,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch65(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2935,7 +2935,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch66(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2952,7 +2952,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch68(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3081,7 +3081,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch70(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3232,7 +3232,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch74(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3308,7 +3308,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch75(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3348,7 +3348,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch76(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3409,7 +3409,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch77(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3474,7 +3474,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch78(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3491,7 +3491,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch80(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3531,7 +3531,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch83(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3571,7 +3571,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch84(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3736,7 +3736,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch86(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3784,7 +3784,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch87(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3800,7 +3800,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch88(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3847,7 +3847,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch90(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3863,7 +3863,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch91(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3980,7 +3980,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch92(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4155,7 +4155,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch95(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4253,7 +4253,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch96(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4318,7 +4318,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch97(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4381,7 +4381,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch99(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4410,7 +4410,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch101(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4460,7 +4460,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch104(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4587,7 +4587,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch105(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4657,7 +4657,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch109(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4744,7 +4744,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch116(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4794,7 +4794,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch117(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4857,7 +4857,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch118(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4954,7 +4954,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch120(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4983,7 +4983,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch121(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5045,7 +5045,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch124(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5084,7 +5084,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch126(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_hunter_qakkee_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5134,7 +5134,7 @@ public int ep3_clone_relics_hunter_qakkee_handleBranch127(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_jedi_starfighter_darth_vader.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_jedi_starfighter_darth_vader.java index 28b2951b68..956f40bdb2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_jedi_starfighter_darth_vader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_jedi_starfighter_darth_vader.java @@ -116,7 +116,7 @@ public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch1(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch4(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch8(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch9(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch10(obj_id p return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int ep3_clone_relics_jedi_starfighter_darth_vader_handleBranch11(obj_id p return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_jedi_starfighter_imp_commander.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_jedi_starfighter_imp_commander.java index 28e06772c6..80d09d9369 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_jedi_starfighter_imp_commander.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_jedi_starfighter_imp_commander.java @@ -220,7 +220,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch1(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch2(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -419,7 +419,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch4(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch5(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch6(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -705,7 +705,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch9(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -734,7 +734,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch12(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -874,7 +874,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch15(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -939,7 +939,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch16(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -971,7 +971,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch18(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1064,7 +1064,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch21(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1239,7 +1239,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch22(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1256,7 +1256,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch23(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1308,7 +1308,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch25(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1323,7 +1323,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch27(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1450,7 +1450,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch29(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1489,7 +1489,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch30(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1540,7 +1540,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch31(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1626,7 +1626,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch32(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1723,7 +1723,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch33(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1786,7 +1786,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch34(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1816,7 +1816,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch35(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1914,7 +1914,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch39(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1968,7 +1968,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch40(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2018,7 +2018,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch42(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2069,7 +2069,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch43(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2187,7 +2187,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch44(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2257,7 +2257,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch47(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2274,7 +2274,7 @@ public int ep3_clone_relics_jedi_starfighter_imp_commander_handleBranch54(obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_nym_starmap_han_solo.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_nym_starmap_han_solo.java index 9e1906f1f6..88758874db 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_nym_starmap_han_solo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_nym_starmap_han_solo.java @@ -71,7 +71,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch1(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch2(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch3(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -190,7 +190,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch4(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch5(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -246,7 +246,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch7(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch8(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch9(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -435,7 +435,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch10(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -488,7 +488,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch11(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch13(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -543,7 +543,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch14(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_han_solo_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -596,7 +596,7 @@ public int ep3_clone_relics_nym_starmap_han_solo_handleBranch16(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_nym_starmap_nym.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_nym_starmap_nym.java index f43eced443..9a9ee73670 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_nym_starmap_nym.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_nym_starmap_nym.java @@ -257,7 +257,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -342,7 +342,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -358,7 +358,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -474,7 +474,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -633,7 +633,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -764,7 +764,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -802,7 +802,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -818,7 +818,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -934,7 +934,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch19(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -980,7 +980,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch20(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -996,7 +996,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch21(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1124,7 +1124,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch23(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1143,7 +1143,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch25(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1271,7 +1271,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch27(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1310,7 +1310,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch28(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1326,7 +1326,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch29(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1451,7 +1451,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch32(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1489,7 +1489,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch33(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1528,7 +1528,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch34(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1566,7 +1566,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch35(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1582,7 +1582,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch36(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1709,7 +1709,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch38(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1724,7 +1724,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch40(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1876,7 +1876,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch42(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1915,7 +1915,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch43(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1964,7 +1964,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch44(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1991,7 +1991,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch45(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2006,7 +2006,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch48(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2100,7 +2100,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch50(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2172,7 +2172,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch51(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2187,7 +2187,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch52(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2225,7 +2225,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch54(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2352,7 +2352,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch56(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2401,7 +2401,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch58(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2497,7 +2497,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch59(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2638,7 +2638,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch60(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2733,7 +2733,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch61(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2795,7 +2795,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch62(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2822,7 +2822,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch64(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2884,7 +2884,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch67(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2946,7 +2946,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch69(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3009,7 +3009,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch71(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3070,7 +3070,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch73(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3129,7 +3129,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch74(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3291,7 +3291,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch80(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3318,7 +3318,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch81(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_nym_starmap_nym_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3333,7 +3333,7 @@ public int ep3_clone_relics_nym_starmap_nym_handleBranch84(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_kylantha.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_kylantha.java index d2b08d7fcc..b5559a76ed 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_kylantha.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_kylantha.java @@ -220,7 +220,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -405,7 +405,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -511,7 +511,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -550,7 +550,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -570,7 +570,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -663,7 +663,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -784,7 +784,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch19(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -804,7 +804,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch20(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -910,7 +910,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch23(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1012,7 +1012,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch24(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1204,7 +1204,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch25(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1255,7 +1255,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch26(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1319,7 +1319,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch27(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1341,7 +1341,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch28(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1438,7 +1438,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch31(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1502,7 +1502,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch32(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1524,7 +1524,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch33(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1592,7 +1592,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch36(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1651,7 +1651,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch38(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1688,7 +1688,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch39(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_kylantha_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1702,7 +1702,7 @@ public int ep3_clone_relics_queen_kylantha_handleBranch43(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_1.java index e2fd5760cc..a9008e7dc0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_1.java @@ -59,7 +59,7 @@ public int ep3_clone_relics_queen_wookie_informant_1_handleBranch2(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int ep3_clone_relics_queen_wookie_informant_1_handleBranch4(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int ep3_clone_relics_queen_wookie_informant_1_handleBranch5(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int ep3_clone_relics_queen_wookie_informant_1_handleBranch6(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int ep3_clone_relics_queen_wookie_informant_1_handleBranch7(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int ep3_clone_relics_queen_wookie_informant_1_handleBranch9(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -300,7 +300,7 @@ public int ep3_clone_relics_queen_wookie_informant_1_handleBranch10(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int ep3_clone_relics_queen_wookie_informant_1_handleBranch12(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_2.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_2.java index 1b438d0719..8ed66c444b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_2.java @@ -65,7 +65,7 @@ public int ep3_clone_relics_queen_wookie_informant_2_handleBranch2(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -97,7 +97,7 @@ public int ep3_clone_relics_queen_wookie_informant_2_handleBranch4(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int ep3_clone_relics_queen_wookie_informant_2_handleBranch7(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int ep3_clone_relics_queen_wookie_informant_2_handleBranch8(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -170,7 +170,7 @@ public int ep3_clone_relics_queen_wookie_informant_2_handleBranch10(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int ep3_clone_relics_queen_wookie_informant_2_handleBranch12(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_3.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_3.java index 4e9bbb7612..7f8fc12caa 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_informant_3.java @@ -55,7 +55,7 @@ public int ep3_clone_relics_queen_wookie_informant_3_handleBranch2(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -71,7 +71,7 @@ public int ep3_clone_relics_queen_wookie_informant_3_handleBranch4(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int ep3_clone_relics_queen_wookie_informant_3_handleBranch6(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_informant_3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int ep3_clone_relics_queen_wookie_informant_3_handleBranch8(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_prisoner_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_prisoner_1.java index 1eda0a39c3..1e5ad421e6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_prisoner_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_queen_wookie_prisoner_1.java @@ -74,7 +74,7 @@ public int ep3_clone_relics_queen_wookie_prisoner_1_handleBranch2(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_prisoner_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -92,7 +92,7 @@ public int ep3_clone_relics_queen_wookie_prisoner_1_handleBranch3(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_queen_wookie_prisoner_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int ep3_clone_relics_queen_wookie_prisoner_1_handleBranch5(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_trapped_geonosian.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_trapped_geonosian.java index 0f423a5430..517ee615c9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_trapped_geonosian.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_trapped_geonosian.java @@ -167,7 +167,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch4(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -384,7 +384,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch7(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch9(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch12(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch13(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -590,7 +590,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch14(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -628,7 +628,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch15(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -666,7 +666,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch16(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -704,7 +704,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch17(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -723,7 +723,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch18(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -828,7 +828,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch20(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -843,7 +843,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch21(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch23(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -983,7 +983,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch26(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1087,7 +1087,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch31(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1135,7 +1135,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch32(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1173,7 +1173,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch33(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1256,7 +1256,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch35(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1315,7 +1315,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch36(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1363,7 +1363,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch37(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1401,7 +1401,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch38(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1439,7 +1439,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch39(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1477,7 +1477,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch40(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1515,7 +1515,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch41(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1553,7 +1553,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch42(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1591,7 +1591,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch43(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1640,7 +1640,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch44(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1699,7 +1699,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch45(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_trapped_geonosian_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1724,7 +1724,7 @@ public int ep3_clone_relics_trapped_geonosian_handleBranch47(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_wookie_elder_ovarra.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_wookie_elder_ovarra.java index b760276a2d..f4ba422220 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_wookie_elder_ovarra.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_clone_relics_wookie_elder_ovarra.java @@ -103,7 +103,7 @@ public int ep3_clone_relics_wookie_elder_ovarra_handleBranch2(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_wookie_elder_ovarra_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int ep3_clone_relics_wookie_elder_ovarra_handleBranch3(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_wookie_elder_ovarra_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int ep3_clone_relics_wookie_elder_ovarra_handleBranch4(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_wookie_elder_ovarra_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int ep3_clone_relics_wookie_elder_ovarra_handleBranch5(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_wookie_elder_ovarra_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int ep3_clone_relics_wookie_elder_ovarra_handleBranch6(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_wookie_elder_ovarra_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -304,7 +304,7 @@ public int ep3_clone_relics_wookie_elder_ovarra_handleBranch9(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_wookie_elder_ovarra_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -342,7 +342,7 @@ public int ep3_clone_relics_wookie_elder_ovarra_handleBranch10(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_clone_relics_wookie_elder_ovarra_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int ep3_clone_relics_wookie_elder_ovarra_handleBranch11(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_cpg_ace.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_cpg_ace.java index 5606696a93..b7d1e64541 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_cpg_ace.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_cpg_ace.java @@ -247,7 +247,7 @@ public int ep3_cpg_ace_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_ace_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int ep3_cpg_ace_handleBranch7(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_ace_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int ep3_cpg_ace_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_ace_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int ep3_cpg_ace_handleBranch12(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_cpg_veteran.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_cpg_veteran.java index b5fd9c9019..434c3836fe 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_cpg_veteran.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_cpg_veteran.java @@ -100,7 +100,7 @@ public int ep3_cpg_veteran_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int ep3_cpg_veteran_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int ep3_cpg_veteran_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int ep3_cpg_veteran_handleBranch11(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int ep3_cpg_veteran_handleBranch13(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int ep3_cpg_veteran_handleBranch16(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int ep3_cpg_veteran_handleBranch17(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int ep3_cpg_veteran_handleBranch18(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int ep3_cpg_veteran_handleBranch19(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -413,7 +413,7 @@ public int ep3_cpg_veteran_handleBranch22(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -463,7 +463,7 @@ public int ep3_cpg_veteran_handleBranch23(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_cpg_veteran_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int ep3_cpg_veteran_handleBranch24(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_criss_nepomi.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_criss_nepomi.java index 2cba252457..c530ade4cc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_criss_nepomi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_criss_nepomi.java @@ -27,7 +27,7 @@ public int ep3_criss_nepomi_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_disabled_transport_alpha.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_disabled_transport_alpha.java index 15b70fedd3..e36c3a8fb3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_disabled_transport_alpha.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_disabled_transport_alpha.java @@ -138,7 +138,7 @@ public int ep3_disabled_transport_alpha_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int ep3_disabled_transport_alpha_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int ep3_disabled_transport_alpha_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int ep3_disabled_transport_alpha_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -452,7 +452,7 @@ public int ep3_disabled_transport_alpha_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -616,7 +616,7 @@ public int ep3_disabled_transport_alpha_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -780,7 +780,7 @@ public int ep3_disabled_transport_alpha_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -944,7 +944,7 @@ public int ep3_disabled_transport_alpha_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -970,7 +970,7 @@ public int ep3_disabled_transport_alpha_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1031,7 +1031,7 @@ public int ep3_disabled_transport_alpha_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1092,7 +1092,7 @@ public int ep3_disabled_transport_alpha_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1166,7 +1166,7 @@ public int ep3_disabled_transport_alpha_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1205,7 +1205,7 @@ public int ep3_disabled_transport_alpha_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1266,7 +1266,7 @@ public int ep3_disabled_transport_alpha_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1305,7 +1305,7 @@ public int ep3_disabled_transport_alpha_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_alpha_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1366,7 +1366,7 @@ public int ep3_disabled_transport_alpha_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_disabled_transport_bravo.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_disabled_transport_bravo.java index 34abc47638..be1615e18c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_disabled_transport_bravo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_disabled_transport_bravo.java @@ -138,7 +138,7 @@ public int ep3_disabled_transport_bravo_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int ep3_disabled_transport_bravo_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int ep3_disabled_transport_bravo_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int ep3_disabled_transport_bravo_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -452,7 +452,7 @@ public int ep3_disabled_transport_bravo_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -616,7 +616,7 @@ public int ep3_disabled_transport_bravo_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -780,7 +780,7 @@ public int ep3_disabled_transport_bravo_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -944,7 +944,7 @@ public int ep3_disabled_transport_bravo_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -970,7 +970,7 @@ public int ep3_disabled_transport_bravo_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1031,7 +1031,7 @@ public int ep3_disabled_transport_bravo_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1092,7 +1092,7 @@ public int ep3_disabled_transport_bravo_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1166,7 +1166,7 @@ public int ep3_disabled_transport_bravo_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1205,7 +1205,7 @@ public int ep3_disabled_transport_bravo_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1266,7 +1266,7 @@ public int ep3_disabled_transport_bravo_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1305,7 +1305,7 @@ public int ep3_disabled_transport_bravo_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_disabled_transport_bravo_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1366,7 +1366,7 @@ public int ep3_disabled_transport_bravo_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_droid_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_droid_pilot.java index 82a93f457a..bcc2cd4c07 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_droid_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_droid_pilot.java @@ -162,7 +162,7 @@ public int ep3_droid_pilot_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int ep3_droid_pilot_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int ep3_droid_pilot_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int ep3_droid_pilot_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -474,7 +474,7 @@ public int ep3_droid_pilot_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -592,7 +592,7 @@ public int ep3_droid_pilot_handleBranch11(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -642,7 +642,7 @@ public int ep3_droid_pilot_handleBranch12(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -657,7 +657,7 @@ public int ep3_droid_pilot_handleBranch13(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -766,7 +766,7 @@ public int ep3_droid_pilot_handleBranch16(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -781,7 +781,7 @@ public int ep3_droid_pilot_handleBranch17(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -796,7 +796,7 @@ public int ep3_droid_pilot_handleBranch19(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -811,7 +811,7 @@ public int ep3_droid_pilot_handleBranch21(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -929,7 +929,7 @@ public int ep3_droid_pilot_handleBranch24(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -979,7 +979,7 @@ public int ep3_droid_pilot_handleBranch25(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -994,7 +994,7 @@ public int ep3_droid_pilot_handleBranch26(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int ep3_droid_pilot_handleBranch29(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1118,7 +1118,7 @@ public int ep3_droid_pilot_handleBranch30(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1133,7 +1133,7 @@ public int ep3_droid_pilot_handleBranch32(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1148,7 +1148,7 @@ public int ep3_droid_pilot_handleBranch34(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1163,7 +1163,7 @@ public int ep3_droid_pilot_handleBranch37(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1237,7 +1237,7 @@ public int ep3_droid_pilot_handleBranch39(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1252,7 +1252,7 @@ public int ep3_droid_pilot_handleBranch40(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_droid_pilot_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1267,7 +1267,7 @@ public int ep3_droid_pilot_handleBranch42(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_banol_starkiller.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_banol_starkiller.java index 28c586dd09..4025e7a8ec 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_banol_starkiller.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_banol_starkiller.java @@ -96,7 +96,7 @@ public int ep3_etyyy_banol_starkiller_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_banol_starkiller_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int ep3_etyyy_banol_starkiller_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_banol_starkiller_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -166,7 +166,7 @@ public int ep3_etyyy_banol_starkiller_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_banol_starkiller_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -201,7 +201,7 @@ public int ep3_etyyy_banol_starkiller_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_banol_starkiller_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int ep3_etyyy_banol_starkiller_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_banol_starkiller_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int ep3_etyyy_banol_starkiller_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_banol_starkiller_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int ep3_etyyy_banol_starkiller_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_banol_starkiller_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int ep3_etyyy_banol_starkiller_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_banol_starkiller_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -463,7 +463,7 @@ public int ep3_etyyy_banol_starkiller_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_chrilooc.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_chrilooc.java index 9a9afd8a23..05813da097 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_chrilooc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_chrilooc.java @@ -134,7 +134,7 @@ public int ep3_etyyy_chrilooc_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int ep3_etyyy_chrilooc_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -173,7 +173,7 @@ public int ep3_etyyy_chrilooc_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int ep3_etyyy_chrilooc_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int ep3_etyyy_chrilooc_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int ep3_etyyy_chrilooc_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int ep3_etyyy_chrilooc_handleBranch17(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int ep3_etyyy_chrilooc_handleBranch21(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int ep3_etyyy_chrilooc_handleBranch23(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -512,7 +512,7 @@ public int ep3_etyyy_chrilooc_handleBranch24(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_chrilooc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int ep3_etyyy_chrilooc_handleBranch25(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ehartt_brihnt.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ehartt_brihnt.java index d87886d8e5..cc07cdf500 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ehartt_brihnt.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ehartt_brihnt.java @@ -104,7 +104,7 @@ public int ep3_etyyy_ehartt_brihnt_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ehartt_brihnt_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int ep3_etyyy_ehartt_brihnt_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ehartt_brihnt_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int ep3_etyyy_ehartt_brihnt_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ehartt_brihnt_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int ep3_etyyy_ehartt_brihnt_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ehartt_brihnt_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int ep3_etyyy_ehartt_brihnt_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ehartt_brihnt_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -393,7 +393,7 @@ public int ep3_etyyy_ehartt_brihnt_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ehartt_brihnt_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -407,7 +407,7 @@ public int ep3_etyyy_ehartt_brihnt_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_iluna_mystuk.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_iluna_mystuk.java index b6e84a826c..acd5de2458 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_iluna_mystuk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_iluna_mystuk.java @@ -117,7 +117,7 @@ public int ep3_etyyy_iluna_mystuk_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_iluna_mystuk_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -132,7 +132,7 @@ public int ep3_etyyy_iluna_mystuk_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_jerrol_chupapa.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_jerrol_chupapa.java index 1bbd556548..094a41cd38 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_jerrol_chupapa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_jerrol_chupapa.java @@ -51,7 +51,7 @@ public int ep3_etyyy_jerrol_chupapa_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_johnson_smith.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_johnson_smith.java index 837ab293f4..85fa2bb9f8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_johnson_smith.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_johnson_smith.java @@ -507,7 +507,7 @@ public int ep3_etyyy_johnson_smith_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -556,7 +556,7 @@ public int ep3_etyyy_johnson_smith_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -604,7 +604,7 @@ public int ep3_etyyy_johnson_smith_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -653,7 +653,7 @@ public int ep3_etyyy_johnson_smith_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -678,7 +678,7 @@ public int ep3_etyyy_johnson_smith_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -704,7 +704,7 @@ public int ep3_etyyy_johnson_smith_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -742,7 +742,7 @@ public int ep3_etyyy_johnson_smith_handleBranch19(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -791,7 +791,7 @@ public int ep3_etyyy_johnson_smith_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -850,7 +850,7 @@ public int ep3_etyyy_johnson_smith_handleBranch21(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -922,7 +922,7 @@ public int ep3_etyyy_johnson_smith_handleBranch23(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -960,7 +960,7 @@ public int ep3_etyyy_johnson_smith_handleBranch24(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -998,7 +998,7 @@ public int ep3_etyyy_johnson_smith_handleBranch25(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1037,7 +1037,7 @@ public int ep3_etyyy_johnson_smith_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1051,7 +1051,7 @@ public int ep3_etyyy_johnson_smith_handleBranch27(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1089,7 +1089,7 @@ public int ep3_etyyy_johnson_smith_handleBranch29(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1127,7 +1127,7 @@ public int ep3_etyyy_johnson_smith_handleBranch30(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1152,7 +1152,7 @@ public int ep3_etyyy_johnson_smith_handleBranch32(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1212,7 +1212,7 @@ public int ep3_etyyy_johnson_smith_handleBranch37(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1295,7 +1295,7 @@ public int ep3_etyyy_johnson_smith_handleBranch38(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1344,7 +1344,7 @@ public int ep3_etyyy_johnson_smith_handleBranch39(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1369,7 +1369,7 @@ public int ep3_etyyy_johnson_smith_handleBranch40(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_johnson_smith_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1394,7 +1394,7 @@ public int ep3_etyyy_johnson_smith_handleBranch43(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kara_corlon.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kara_corlon.java index e6703ef712..e95fede0fb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kara_corlon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kara_corlon.java @@ -221,7 +221,7 @@ public int ep3_etyyy_kara_corlon_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kara_corlon_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -246,7 +246,7 @@ public int ep3_etyyy_kara_corlon_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kara_corlon_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int ep3_etyyy_kara_corlon_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kara_corlon_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int ep3_etyyy_kara_corlon_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kara_corlon_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -355,7 +355,7 @@ public int ep3_etyyy_kara_corlon_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kara_corlon_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -388,7 +388,7 @@ public int ep3_etyyy_kara_corlon_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kerssoc.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kerssoc.java index b578247262..5d5c7ff9e0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kerssoc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kerssoc.java @@ -127,7 +127,7 @@ public int ep3_etyyy_kerssoc_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int ep3_etyyy_kerssoc_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int ep3_etyyy_kerssoc_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int ep3_etyyy_kerssoc_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int ep3_etyyy_kerssoc_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int ep3_etyyy_kerssoc_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -324,7 +324,7 @@ public int ep3_etyyy_kerssoc_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int ep3_etyyy_kerssoc_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -424,7 +424,7 @@ public int ep3_etyyy_kerssoc_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int ep3_etyyy_kerssoc_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -501,7 +501,7 @@ public int ep3_etyyy_kerssoc_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -551,7 +551,7 @@ public int ep3_etyyy_kerssoc_handleBranch33(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int ep3_etyyy_kerssoc_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kerssoc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -651,7 +651,7 @@ public int ep3_etyyy_kerssoc_handleBranch35(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kint_zsam.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kint_zsam.java index 48f35c31b9..258eda578d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kint_zsam.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_kint_zsam.java @@ -276,7 +276,7 @@ public int ep3_etyyy_kint_zsam_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int ep3_etyyy_kint_zsam_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int ep3_etyyy_kint_zsam_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int ep3_etyyy_kint_zsam_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -508,7 +508,7 @@ public int ep3_etyyy_kint_zsam_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int ep3_etyyy_kint_zsam_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -675,7 +675,7 @@ public int ep3_etyyy_kint_zsam_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -714,7 +714,7 @@ public int ep3_etyyy_kint_zsam_handleBranch19(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -764,7 +764,7 @@ public int ep3_etyyy_kint_zsam_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -800,7 +800,7 @@ public int ep3_etyyy_kint_zsam_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -839,7 +839,7 @@ public int ep3_etyyy_kint_zsam_handleBranch29(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_kint_zsam_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -854,7 +854,7 @@ public int ep3_etyyy_kint_zsam_handleBranch30(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_mada_johnson.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_mada_johnson.java index ef130caa3f..c096d33b09 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_mada_johnson.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_mada_johnson.java @@ -93,7 +93,7 @@ public int ep3_etyyy_mada_johnson_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_mada_johnson_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int ep3_etyyy_mada_johnson_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_mada_johnson_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int ep3_etyyy_mada_johnson_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_mada_johnson_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int ep3_etyyy_mada_johnson_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_mada_johnson_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int ep3_etyyy_mada_johnson_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_mada_johnson_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int ep3_etyyy_mada_johnson_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_manfred_carter.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_manfred_carter.java index 63fc1cfe18..1ed3db5524 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_manfred_carter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_manfred_carter.java @@ -102,7 +102,7 @@ public int ep3_etyyy_manfred_carter_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_manfred_carter_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int ep3_etyyy_manfred_carter_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_manfred_carter_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int ep3_etyyy_manfred_carter_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_manfred_carter_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ public int ep3_etyyy_manfred_carter_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_bocctyyy_to_etyyy.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_bocctyyy_to_etyyy.java index 46d8f360b2..e08de75496 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_bocctyyy_to_etyyy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_bocctyyy_to_etyyy.java @@ -80,7 +80,7 @@ public int ep3_etyyy_pilot_bocctyyy_to_etyyy_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_pilot_bocctyyy_to_etyyy_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int ep3_etyyy_pilot_bocctyyy_to_etyyy_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_etyyy_to_bocctyyy.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_etyyy_to_bocctyyy.java index f887af86b3..b7a9b33514 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_etyyy_to_bocctyyy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_etyyy_to_bocctyyy.java @@ -120,7 +120,7 @@ public int ep3_etyyy_pilot_etyyy_to_bocctyyy_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ryoo_finn.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ryoo_finn.java index 8f5c482891..09055873fd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ryoo_finn.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ryoo_finn.java @@ -93,7 +93,7 @@ public int ep3_etyyy_ryoo_finn_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ryoo_finn_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int ep3_etyyy_ryoo_finn_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ryoo_finn_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int ep3_etyyy_ryoo_finn_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_sordaan_xris.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_sordaan_xris.java index a1df3fa707..c40be0d563 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_sordaan_xris.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_sordaan_xris.java @@ -743,7 +743,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -802,7 +802,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -862,7 +862,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -894,7 +894,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1419,7 +1419,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1944,7 +1944,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2469,7 +2469,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2795,7 +2795,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2809,7 +2809,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2833,7 +2833,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2847,7 +2847,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2871,7 +2871,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2885,7 +2885,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2909,7 +2909,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2923,7 +2923,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2947,7 +2947,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3005,7 +3005,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch36(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3565,7 +3565,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch42(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3891,7 +3891,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch44(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3949,7 +3949,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch45(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3974,7 +3974,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch46(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4168,7 +4168,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch49(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4200,7 +4200,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch50(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4232,7 +4232,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch51(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4264,7 +4264,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch52(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4296,7 +4296,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch53(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4490,7 +4490,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch55(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4522,7 +4522,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch56(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4554,7 +4554,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch60(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4586,7 +4586,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch61(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4618,7 +4618,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch62(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4767,7 +4767,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch64(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4799,7 +4799,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch65(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4831,7 +4831,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch69(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4863,7 +4863,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch70(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4967,7 +4967,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch72(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4999,7 +4999,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch73(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5031,7 +5031,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch77(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5063,7 +5063,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch79(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5102,7 +5102,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch84(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5141,7 +5141,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch85(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5180,7 +5180,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch86(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_sordaan_xris_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5194,7 +5194,7 @@ public int ep3_etyyy_sordaan_xris_handleBranch87(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_tripp_rar.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_tripp_rar.java index cc1d021362..1da8705095 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_tripp_rar.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_tripp_rar.java @@ -217,7 +217,7 @@ public int ep3_etyyy_tripp_rar_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int ep3_etyyy_tripp_rar_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int ep3_etyyy_tripp_rar_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int ep3_etyyy_tripp_rar_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int ep3_etyyy_tripp_rar_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int ep3_etyyy_tripp_rar_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ public int ep3_etyyy_tripp_rar_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -737,7 +737,7 @@ public int ep3_etyyy_tripp_rar_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -830,7 +830,7 @@ public int ep3_etyyy_tripp_rar_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -900,7 +900,7 @@ public int ep3_etyyy_tripp_rar_handleBranch19(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1027,7 +1027,7 @@ public int ep3_etyyy_tripp_rar_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1054,7 +1054,7 @@ public int ep3_etyyy_tripp_rar_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1124,7 +1124,7 @@ public int ep3_etyyy_tripp_rar_handleBranch25(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tripp_rar_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1139,7 +1139,7 @@ public int ep3_etyyy_tripp_rar_handleBranch26(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_tuwezz_vol.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_tuwezz_vol.java index 85f2a95e66..f62c1a1223 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_tuwezz_vol.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_tuwezz_vol.java @@ -120,7 +120,7 @@ public int ep3_etyyy_tuwezz_vol_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tuwezz_vol_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int ep3_etyyy_tuwezz_vol_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tuwezz_vol_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int ep3_etyyy_tuwezz_vol_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tuwezz_vol_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int ep3_etyyy_tuwezz_vol_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tuwezz_vol_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -370,7 +370,7 @@ public int ep3_etyyy_tuwezz_vol_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tuwezz_vol_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int ep3_etyyy_tuwezz_vol_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tuwezz_vol_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int ep3_etyyy_tuwezz_vol_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tuwezz_vol_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int ep3_etyyy_tuwezz_vol_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_tuwezz_vol_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int ep3_etyyy_tuwezz_vol_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_wrelaac.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_wrelaac.java index 65064bf210..2e74dda9b6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_wrelaac.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_wrelaac.java @@ -93,7 +93,7 @@ public int ep3_etyyy_wrelaac_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_wrelaac_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int ep3_etyyy_wrelaac_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_wrelaac_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int ep3_etyyy_wrelaac_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_wrelaac_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int ep3_etyyy_wrelaac_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_wrelaac_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int ep3_etyyy_wrelaac_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_wrelaac_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -325,7 +325,7 @@ public int ep3_etyyy_wrelaac_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_wrelaac_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -363,7 +363,7 @@ public int ep3_etyyy_wrelaac_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_wrelaac_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -412,7 +412,7 @@ public int ep3_etyyy_wrelaac_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_wrelaac_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int ep3_etyyy_wrelaac_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ziven_tissak.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ziven_tissak.java index 88c9a1062c..5848e4e53a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ziven_tissak.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_ziven_tissak.java @@ -190,7 +190,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -399,7 +399,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -528,7 +528,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -688,7 +688,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -737,7 +737,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -817,7 +817,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -938,7 +938,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -987,7 +987,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1059,7 +1059,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1108,7 +1108,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch33(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1180,7 +1180,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch34(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1252,7 +1252,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch37(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1301,7 +1301,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch40(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_etyyy_ziven_tissak_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1316,7 +1316,7 @@ public int ep3_etyyy_ziven_tissak_handleBranch41(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_eyma.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_eyma.java index 1289a12b5d..694024e429 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_eyma.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_eyma.java @@ -393,7 +393,7 @@ public int ep3_eyma_handleBranch1(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int ep3_eyma_handleBranch2(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -429,7 +429,7 @@ public int ep3_eyma_handleBranch4(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -447,7 +447,7 @@ public int ep3_eyma_handleBranch6(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int ep3_eyma_handleBranch8(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int ep3_eyma_handleBranch10(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int ep3_eyma_handleBranch12(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int ep3_eyma_handleBranch14(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -652,7 +652,7 @@ public int ep3_eyma_handleBranch16(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -690,7 +690,7 @@ public int ep3_eyma_handleBranch18(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -704,7 +704,7 @@ public int ep3_eyma_handleBranch19(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -743,7 +743,7 @@ public int ep3_eyma_handleBranch21(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -757,7 +757,7 @@ public int ep3_eyma_handleBranch22(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -878,7 +878,7 @@ public int ep3_eyma_handleBranch24(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -926,7 +926,7 @@ public int ep3_eyma_handleBranch26(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -945,7 +945,7 @@ public int ep3_eyma_handleBranch27(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1056,7 +1056,7 @@ public int ep3_eyma_handleBranch30(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1094,7 +1094,7 @@ public int ep3_eyma_handleBranch31(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1132,7 +1132,7 @@ public int ep3_eyma_handleBranch32(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1170,7 +1170,7 @@ public int ep3_eyma_handleBranch33(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1189,7 +1189,7 @@ public int ep3_eyma_handleBranch34(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1280,7 +1280,7 @@ public int ep3_eyma_handleBranch36(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1318,7 +1318,7 @@ public int ep3_eyma_handleBranch37(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1356,7 +1356,7 @@ public int ep3_eyma_handleBranch38(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1375,7 +1375,7 @@ public int ep3_eyma_handleBranch39(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1447,7 +1447,7 @@ public int ep3_eyma_handleBranch41(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1485,7 +1485,7 @@ public int ep3_eyma_handleBranch42(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1504,7 +1504,7 @@ public int ep3_eyma_handleBranch43(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1542,7 +1542,7 @@ public int ep3_eyma_handleBranch45(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1580,7 +1580,7 @@ public int ep3_eyma_handleBranch46(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1599,7 +1599,7 @@ public int ep3_eyma_handleBranch47(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1648,7 +1648,7 @@ public int ep3_eyma_handleBranch49(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1721,7 +1721,7 @@ public int ep3_eyma_handleBranch50(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1740,7 +1740,7 @@ public int ep3_eyma_handleBranch51(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1778,7 +1778,7 @@ public int ep3_eyma_handleBranch53(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1797,7 +1797,7 @@ public int ep3_eyma_handleBranch54(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1823,7 +1823,7 @@ public int ep3_eyma_handleBranch56(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1873,7 +1873,7 @@ public int ep3_eyma_handleBranch60(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1923,7 +1923,7 @@ public int ep3_eyma_handleBranch61(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1938,7 +1938,7 @@ public int ep3_eyma_handleBranch62(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1988,7 +1988,7 @@ public int ep3_eyma_handleBranch65(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2102,7 +2102,7 @@ public int ep3_eyma_handleBranch66(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2132,7 +2132,7 @@ public int ep3_eyma_handleBranch67(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2217,7 +2217,7 @@ public int ep3_eyma_handleBranch70(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2243,7 +2243,7 @@ public int ep3_eyma_handleBranch71(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2258,7 +2258,7 @@ public int ep3_eyma_handleBranch74(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2283,7 +2283,7 @@ public int ep3_eyma_handleBranch77(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2302,7 +2302,7 @@ public int ep3_eyma_handleBranch80(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2363,7 +2363,7 @@ public int ep3_eyma_handleBranch82(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2515,7 +2515,7 @@ public int ep3_eyma_handleBranch83(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2530,7 +2530,7 @@ public int ep3_eyma_handleBranch84(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2682,7 +2682,7 @@ public int ep3_eyma_handleBranch86(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2834,7 +2834,7 @@ public int ep3_eyma_handleBranch87(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2976,7 +2976,7 @@ public int ep3_eyma_handleBranch88(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3060,7 +3060,7 @@ public int ep3_eyma_handleBranch89(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3099,7 +3099,7 @@ public int ep3_eyma_handleBranch90(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3184,7 +3184,7 @@ public int ep3_eyma_handleBranch91(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3199,7 +3199,7 @@ public int ep3_eyma_handleBranch92(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3273,7 +3273,7 @@ public int ep3_eyma_handleBranch94(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3288,7 +3288,7 @@ public int ep3_eyma_handleBranch95(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3303,7 +3303,7 @@ public int ep3_eyma_handleBranch97(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3364,7 +3364,7 @@ public int ep3_eyma_handleBranch99(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3414,7 +3414,7 @@ public int ep3_eyma_handleBranch101(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3429,7 +3429,7 @@ public int ep3_eyma_handleBranch103(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_eyma_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3479,7 +3479,7 @@ public int ep3_eyma_handleBranch105(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_arena_guard.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_arena_guard.java index 9d8bb7a837..b874d27f36 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_arena_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_arena_guard.java @@ -38,7 +38,7 @@ public int ep3_forest_arena_guard_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_arena_guard_interior.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_arena_guard_interior.java index b69d7fa74b..d40cc62e6d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_arena_guard_interior.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_arena_guard_interior.java @@ -63,7 +63,7 @@ public int ep3_forest_arena_guard_interior_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_arena_guard_interior_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -78,7 +78,7 @@ public int ep3_forest_arena_guard_interior_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_athnalu.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_athnalu.java index dc3492bc22..d333c9002d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_athnalu.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_athnalu.java @@ -85,7 +85,7 @@ public int ep3_forest_athnalu_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_athnalu_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int ep3_forest_athnalu_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_athnalu_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int ep3_forest_athnalu_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_athnalu_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int ep3_forest_athnalu_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_athnalu_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int ep3_forest_athnalu_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_athnalu_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int ep3_forest_athnalu_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_athnalu_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int ep3_forest_athnalu_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_athnalu_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int ep3_forest_athnalu_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_athnalu_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -362,7 +362,7 @@ public int ep3_forest_athnalu_handleBranch17(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_athnalu_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int ep3_forest_athnalu_handleBranch18(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_aveso.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_aveso.java index f4b7623538..fa21e1d33e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_aveso.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_aveso.java @@ -138,7 +138,7 @@ public int ep3_forest_aveso_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int ep3_forest_aveso_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int ep3_forest_aveso_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int ep3_forest_aveso_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int ep3_forest_aveso_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -316,7 +316,7 @@ public int ep3_forest_aveso_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int ep3_forest_aveso_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int ep3_forest_aveso_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int ep3_forest_aveso_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int ep3_forest_aveso_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -483,7 +483,7 @@ public int ep3_forest_aveso_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -543,7 +543,7 @@ public int ep3_forest_aveso_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -579,7 +579,7 @@ public int ep3_forest_aveso_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -617,7 +617,7 @@ public int ep3_forest_aveso_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -666,7 +666,7 @@ public int ep3_forest_aveso_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -691,7 +691,7 @@ public int ep3_forest_aveso_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -705,7 +705,7 @@ public int ep3_forest_aveso_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_aveso_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -720,7 +720,7 @@ public int ep3_forest_aveso_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_cryl.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_cryl.java index a0a38943c8..77c18327c5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_cryl.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_cryl.java @@ -119,7 +119,7 @@ public int ep3_forest_cryl_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_cryl_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int ep3_forest_cryl_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_cryl_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int ep3_forest_cryl_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_cryl_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int ep3_forest_cryl_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_cryl_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int ep3_forest_cryl_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_cryl_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int ep3_forest_cryl_handleBranch11(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_cryl_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int ep3_forest_cryl_handleBranch13(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_cryl_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -323,7 +323,7 @@ public int ep3_forest_cryl_handleBranch15(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_cryl_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int ep3_forest_cryl_handleBranch16(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_dahlia.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_dahlia.java index 913fe3d45c..9c5a5c305c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_dahlia.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_dahlia.java @@ -145,7 +145,7 @@ public int ep3_forest_dahlia_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -252,7 +252,7 @@ public int ep3_forest_dahlia_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -290,7 +290,7 @@ public int ep3_forest_dahlia_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -304,7 +304,7 @@ public int ep3_forest_dahlia_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int ep3_forest_dahlia_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int ep3_forest_dahlia_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int ep3_forest_dahlia_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -433,7 +433,7 @@ public int ep3_forest_dahlia_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int ep3_forest_dahlia_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int ep3_forest_dahlia_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -660,7 +660,7 @@ public int ep3_forest_dahlia_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -674,7 +674,7 @@ public int ep3_forest_dahlia_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -688,7 +688,7 @@ public int ep3_forest_dahlia_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -737,7 +737,7 @@ public int ep3_forest_dahlia_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -751,7 +751,7 @@ public int ep3_forest_dahlia_handleBranch23(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -800,7 +800,7 @@ public int ep3_forest_dahlia_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -839,7 +839,7 @@ public int ep3_forest_dahlia_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -853,7 +853,7 @@ public int ep3_forest_dahlia_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -962,7 +962,7 @@ public int ep3_forest_dahlia_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -976,7 +976,7 @@ public int ep3_forest_dahlia_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -990,7 +990,7 @@ public int ep3_forest_dahlia_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1004,7 +1004,7 @@ public int ep3_forest_dahlia_handleBranch36(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1018,7 +1018,7 @@ public int ep3_forest_dahlia_handleBranch38(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1125,7 +1125,7 @@ public int ep3_forest_dahlia_handleBranch40(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1174,7 +1174,7 @@ public int ep3_forest_dahlia_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1199,7 +1199,7 @@ public int ep3_forest_dahlia_handleBranch42(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1237,7 +1237,7 @@ public int ep3_forest_dahlia_handleBranch45(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1286,7 +1286,7 @@ public int ep3_forest_dahlia_handleBranch46(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1311,7 +1311,7 @@ public int ep3_forest_dahlia_handleBranch47(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1349,7 +1349,7 @@ public int ep3_forest_dahlia_handleBranch50(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1387,7 +1387,7 @@ public int ep3_forest_dahlia_handleBranch51(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1436,7 +1436,7 @@ public int ep3_forest_dahlia_handleBranch52(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1485,7 +1485,7 @@ public int ep3_forest_dahlia_handleBranch53(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1499,7 +1499,7 @@ public int ep3_forest_dahlia_handleBranch54(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1608,7 +1608,7 @@ public int ep3_forest_dahlia_handleBranch57(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1622,7 +1622,7 @@ public int ep3_forest_dahlia_handleBranch58(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1636,7 +1636,7 @@ public int ep3_forest_dahlia_handleBranch60(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1650,7 +1650,7 @@ public int ep3_forest_dahlia_handleBranch62(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1664,7 +1664,7 @@ public int ep3_forest_dahlia_handleBranch64(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1781,7 +1781,7 @@ public int ep3_forest_dahlia_handleBranch66(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1830,7 +1830,7 @@ public int ep3_forest_dahlia_handleBranch67(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1879,7 +1879,7 @@ public int ep3_forest_dahlia_handleBranch68(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1893,7 +1893,7 @@ public int ep3_forest_dahlia_handleBranch69(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1942,7 +1942,7 @@ public int ep3_forest_dahlia_handleBranch72(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1967,7 +1967,7 @@ public int ep3_forest_dahlia_handleBranch73(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2051,7 +2051,7 @@ public int ep3_forest_dahlia_handleBranch76(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2076,7 +2076,7 @@ public int ep3_forest_dahlia_handleBranch77(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2125,7 +2125,7 @@ public int ep3_forest_dahlia_handleBranch80(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2184,7 +2184,7 @@ public int ep3_forest_dahlia_handleBranch81(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2209,7 +2209,7 @@ public int ep3_forest_dahlia_handleBranch82(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2223,7 +2223,7 @@ public int ep3_forest_dahlia_handleBranch86(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_dahlia_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2237,7 +2237,7 @@ public int ep3_forest_dahlia_handleBranch89(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba.java index a67acb9d81..c936e0e605 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba.java @@ -257,7 +257,7 @@ public int ep3_forest_kerritamba_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int ep3_forest_kerritamba_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int ep3_forest_kerritamba_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -359,7 +359,7 @@ public int ep3_forest_kerritamba_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -397,7 +397,7 @@ public int ep3_forest_kerritamba_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -413,7 +413,7 @@ public int ep3_forest_kerritamba_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int ep3_forest_kerritamba_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int ep3_forest_kerritamba_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int ep3_forest_kerritamba_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -553,7 +553,7 @@ public int ep3_forest_kerritamba_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -602,7 +602,7 @@ public int ep3_forest_kerritamba_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -616,7 +616,7 @@ public int ep3_forest_kerritamba_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -655,7 +655,7 @@ public int ep3_forest_kerritamba_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -669,7 +669,7 @@ public int ep3_forest_kerritamba_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -683,7 +683,7 @@ public int ep3_forest_kerritamba_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -721,7 +721,7 @@ public int ep3_forest_kerritamba_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -759,7 +759,7 @@ public int ep3_forest_kerritamba_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -797,7 +797,7 @@ public int ep3_forest_kerritamba_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -846,7 +846,7 @@ public int ep3_forest_kerritamba_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -871,7 +871,7 @@ public int ep3_forest_kerritamba_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -910,7 +910,7 @@ public int ep3_forest_kerritamba_handleBranch36(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -924,7 +924,7 @@ public int ep3_forest_kerritamba_handleBranch37(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -938,7 +938,7 @@ public int ep3_forest_kerritamba_handleBranch39(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -976,7 +976,7 @@ public int ep3_forest_kerritamba_handleBranch41(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1025,7 +1025,7 @@ public int ep3_forest_kerritamba_handleBranch42(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1050,7 +1050,7 @@ public int ep3_forest_kerritamba_handleBranch43(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1065,7 +1065,7 @@ public int ep3_forest_kerritamba_handleBranch46(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1090,7 +1090,7 @@ public int ep3_forest_kerritamba_handleBranch48(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1139,7 +1139,7 @@ public int ep3_forest_kerritamba_handleBranch51(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1177,7 +1177,7 @@ public int ep3_forest_kerritamba_handleBranch53(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1215,7 +1215,7 @@ public int ep3_forest_kerritamba_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1230,7 +1230,7 @@ public int ep3_forest_kerritamba_handleBranch55(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1269,7 +1269,7 @@ public int ep3_forest_kerritamba_handleBranch57(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1283,7 +1283,7 @@ public int ep3_forest_kerritamba_handleBranch58(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1297,7 +1297,7 @@ public int ep3_forest_kerritamba_handleBranch60(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1335,7 +1335,7 @@ public int ep3_forest_kerritamba_handleBranch62(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1384,7 +1384,7 @@ public int ep3_forest_kerritamba_handleBranch63(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1409,7 +1409,7 @@ public int ep3_forest_kerritamba_handleBranch64(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1447,7 +1447,7 @@ public int ep3_forest_kerritamba_handleBranch67(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1462,7 +1462,7 @@ public int ep3_forest_kerritamba_handleBranch68(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1476,7 +1476,7 @@ public int ep3_forest_kerritamba_handleBranch70(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1514,7 +1514,7 @@ public int ep3_forest_kerritamba_handleBranch72(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1552,7 +1552,7 @@ public int ep3_forest_kerritamba_handleBranch73(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1601,7 +1601,7 @@ public int ep3_forest_kerritamba_handleBranch74(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1673,7 +1673,7 @@ public int ep3_forest_kerritamba_handleBranch75(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1722,7 +1722,7 @@ public int ep3_forest_kerritamba_handleBranch76(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1747,7 +1747,7 @@ public int ep3_forest_kerritamba_handleBranch77(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1785,7 +1785,7 @@ public int ep3_forest_kerritamba_handleBranch80(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1823,7 +1823,7 @@ public int ep3_forest_kerritamba_handleBranch81(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1861,7 +1861,7 @@ public int ep3_forest_kerritamba_handleBranch82(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1910,7 +1910,7 @@ public int ep3_forest_kerritamba_handleBranch83(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1935,7 +1935,7 @@ public int ep3_forest_kerritamba_handleBranch84(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba_dealer.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba_dealer.java index d0ae83d2a2..79b813ef04 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba_dealer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba_dealer.java @@ -108,7 +108,7 @@ public int ep3_forest_kerritamba_dealer_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_dealer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int ep3_forest_kerritamba_dealer_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba_epic.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba_epic.java index bbcf0ce533..19a050d557 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba_epic.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_kerritamba_epic.java @@ -141,7 +141,7 @@ public int ep3_forest_kerritamba_epic_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int ep3_forest_kerritamba_epic_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int ep3_forest_kerritamba_epic_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int ep3_forest_kerritamba_epic_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int ep3_forest_kerritamba_epic_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int ep3_forest_kerritamba_epic_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int ep3_forest_kerritamba_epic_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int ep3_forest_kerritamba_epic_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -375,7 +375,7 @@ public int ep3_forest_kerritamba_epic_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int ep3_forest_kerritamba_epic_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int ep3_forest_kerritamba_epic_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -441,7 +441,7 @@ public int ep3_forest_kerritamba_epic_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int ep3_forest_kerritamba_epic_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -517,7 +517,7 @@ public int ep3_forest_kerritamba_epic_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -566,7 +566,7 @@ public int ep3_forest_kerritamba_epic_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -591,7 +591,7 @@ public int ep3_forest_kerritamba_epic_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_kerritamba_epic_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -606,7 +606,7 @@ public int ep3_forest_kerritamba_epic_handleBranch28(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_meust.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_meust.java index e4c70e41c7..450543853a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_meust.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_meust.java @@ -125,7 +125,7 @@ public int ep3_forest_meust_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int ep3_forest_meust_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int ep3_forest_meust_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int ep3_forest_meust_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int ep3_forest_meust_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int ep3_forest_meust_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int ep3_forest_meust_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int ep3_forest_meust_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -344,7 +344,7 @@ public int ep3_forest_meust_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -359,7 +359,7 @@ public int ep3_forest_meust_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -397,7 +397,7 @@ public int ep3_forest_meust_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int ep3_forest_meust_handleBranch23(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -460,7 +460,7 @@ public int ep3_forest_meust_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -508,7 +508,7 @@ public int ep3_forest_meust_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -557,7 +557,7 @@ public int ep3_forest_meust_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -606,7 +606,7 @@ public int ep3_forest_meust_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_meust_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -620,7 +620,7 @@ public int ep3_forest_meust_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_npc_greeter.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_npc_greeter.java index 38d7304f2d..8dded4060e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_npc_greeter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_npc_greeter.java @@ -52,7 +52,7 @@ public int ep3_forest_npc_greeter_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int ep3_forest_npc_greeter_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int ep3_forest_npc_greeter_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -553,7 +553,7 @@ public int ep3_forest_npc_greeter_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -844,7 +844,7 @@ public int ep3_forest_npc_greeter_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -949,7 +949,7 @@ public int ep3_forest_npc_greeter_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1240,7 +1240,7 @@ public int ep3_forest_npc_greeter_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1345,7 +1345,7 @@ public int ep3_forest_npc_greeter_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1636,7 +1636,7 @@ public int ep3_forest_npc_greeter_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1741,7 +1741,7 @@ public int ep3_forest_npc_greeter_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2032,7 +2032,7 @@ public int ep3_forest_npc_greeter_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2071,7 +2071,7 @@ public int ep3_forest_npc_greeter_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2176,7 +2176,7 @@ public int ep3_forest_npc_greeter_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2467,7 +2467,7 @@ public int ep3_forest_npc_greeter_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_npc_greeter_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2758,7 +2758,7 @@ public int ep3_forest_npc_greeter_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_outcast_dealer.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_outcast_dealer.java index dcb29e5aa9..781fee142c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_outcast_dealer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_outcast_dealer.java @@ -107,7 +107,7 @@ public int ep3_forest_outcast_dealer_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_dealer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -132,7 +132,7 @@ public int ep3_forest_outcast_dealer_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_outcast_informant.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_outcast_informant.java index 75c1ffcd12..7bb17ac4fd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_outcast_informant.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_outcast_informant.java @@ -80,7 +80,7 @@ public int ep3_forest_outcast_informant_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int ep3_forest_outcast_informant_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int ep3_forest_outcast_informant_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int ep3_forest_outcast_informant_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int ep3_forest_outcast_informant_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int ep3_forest_outcast_informant_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int ep3_forest_outcast_informant_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int ep3_forest_outcast_informant_handleBranch14(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -334,7 +334,7 @@ public int ep3_forest_outcast_informant_handleBranch15(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int ep3_forest_outcast_informant_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int ep3_forest_outcast_informant_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -400,7 +400,7 @@ public int ep3_forest_outcast_informant_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -438,7 +438,7 @@ public int ep3_forest_outcast_informant_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -476,7 +476,7 @@ public int ep3_forest_outcast_informant_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_outcast_informant_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -490,7 +490,7 @@ public int ep3_forest_outcast_informant_handleBranch23(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_perusta.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_perusta.java index 91daf0af58..7adcae8198 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_perusta.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_perusta.java @@ -98,7 +98,7 @@ public int ep3_forest_perusta_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -113,7 +113,7 @@ public int ep3_forest_perusta_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -127,7 +127,7 @@ public int ep3_forest_perusta_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int ep3_forest_perusta_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int ep3_forest_perusta_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int ep3_forest_perusta_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int ep3_forest_perusta_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int ep3_forest_perusta_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int ep3_forest_perusta_handleBranch17(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -344,7 +344,7 @@ public int ep3_forest_perusta_handleBranch18(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_perusta_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -369,7 +369,7 @@ public int ep3_forest_perusta_handleBranch19(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_rhiek.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_rhiek.java index e454031d29..a290518714 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_rhiek.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_rhiek.java @@ -146,7 +146,7 @@ public int ep3_forest_rhiek_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int ep3_forest_rhiek_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int ep3_forest_rhiek_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int ep3_forest_rhiek_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -250,7 +250,7 @@ public int ep3_forest_rhiek_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int ep3_forest_rhiek_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int ep3_forest_rhiek_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -362,7 +362,7 @@ public int ep3_forest_rhiek_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -401,7 +401,7 @@ public int ep3_forest_rhiek_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -415,7 +415,7 @@ public int ep3_forest_rhiek_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int ep3_forest_rhiek_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ public int ep3_forest_rhiek_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -516,7 +516,7 @@ public int ep3_forest_rhiek_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int ep3_forest_rhiek_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -580,7 +580,7 @@ public int ep3_forest_rhiek_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int ep3_forest_rhiek_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int ep3_forest_rhiek_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -646,7 +646,7 @@ public int ep3_forest_rhiek_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -684,7 +684,7 @@ public int ep3_forest_rhiek_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -733,7 +733,7 @@ public int ep3_forest_rhiek_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -782,7 +782,7 @@ public int ep3_forest_rhiek_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_rhiek_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -796,7 +796,7 @@ public int ep3_forest_rhiek_handleBranch33(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_risyl.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_risyl.java index acdffb110d..0e856e1f0b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_risyl.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_risyl.java @@ -65,7 +65,7 @@ public int ep3_forest_risyl_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_risyl_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -105,7 +105,7 @@ public int ep3_forest_risyl_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_risyl_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int ep3_forest_risyl_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_risyl_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int ep3_forest_risyl_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_sertild.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_sertild.java index c4373a2136..c37ee85dcc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_sertild.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_sertild.java @@ -76,7 +76,7 @@ public int ep3_forest_sertild_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_sertild_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int ep3_forest_sertild_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_wirartu_arena.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_wirartu_arena.java index 26b029baf6..a9cefef080 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_wirartu_arena.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_wirartu_arena.java @@ -75,7 +75,7 @@ public int ep3_forest_wirartu_arena_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_forest_wirartu_arena_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -102,7 +102,7 @@ public int ep3_forest_wirartu_arena_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_wirartu_attack.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_wirartu_attack.java index 21f7ad2a71..d5d0ec0c5f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_wirartu_attack.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_wirartu_attack.java @@ -65,7 +65,7 @@ public int ep3_forest_wirartu_attack_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_ghrag_traitor.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_ghrag_traitor.java index 34846ed014..ab8a64eceb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_ghrag_traitor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_ghrag_traitor.java @@ -199,7 +199,7 @@ public int ep3_ghrag_traitor_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_ghrag_traitor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int ep3_ghrag_traitor_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_ghrag_traitor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int ep3_ghrag_traitor_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_ghrag_traitor_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -365,7 +365,7 @@ public int ep3_ghrag_traitor_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_ghrag_traitor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -405,7 +405,7 @@ public int ep3_ghrag_traitor_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_gursan_bryes.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_gursan_bryes.java index 8c3ae536a8..cceab19713 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_gursan_bryes.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_gursan_bryes.java @@ -185,7 +185,7 @@ public int ep3_gursan_bryes_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int ep3_gursan_bryes_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int ep3_gursan_bryes_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int ep3_gursan_bryes_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int ep3_gursan_bryes_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int ep3_gursan_bryes_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int ep3_gursan_bryes_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int ep3_gursan_bryes_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -414,7 +414,7 @@ public int ep3_gursan_bryes_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -432,7 +432,7 @@ public int ep3_gursan_bryes_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -470,7 +470,7 @@ public int ep3_gursan_bryes_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ public int ep3_gursan_bryes_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -830,7 +830,7 @@ public int ep3_gursan_bryes_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -868,7 +868,7 @@ public int ep3_gursan_bryes_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -907,7 +907,7 @@ public int ep3_gursan_bryes_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_gursan_bryes_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -925,7 +925,7 @@ public int ep3_gursan_bryes_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_imp_cmd_richards.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_imp_cmd_richards.java index 728faf00b3..958b45d730 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_imp_cmd_richards.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_imp_cmd_richards.java @@ -54,7 +54,7 @@ public int ep3_imp_cmd_richards_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_cmd_richards_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -93,7 +93,7 @@ public int ep3_imp_cmd_richards_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_cmd_richards_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -132,7 +132,7 @@ public int ep3_imp_cmd_richards_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_cmd_richards_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int ep3_imp_cmd_richards_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_cmd_richards_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int ep3_imp_cmd_richards_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_imp_dr_price.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_imp_dr_price.java index e1bb65b8c1..aba55214ff 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_imp_dr_price.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_imp_dr_price.java @@ -106,7 +106,7 @@ public int ep3_imp_dr_price_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int ep3_imp_dr_price_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int ep3_imp_dr_price_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -200,7 +200,7 @@ public int ep3_imp_dr_price_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int ep3_imp_dr_price_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int ep3_imp_dr_price_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -306,7 +306,7 @@ public int ep3_imp_dr_price_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -379,7 +379,7 @@ public int ep3_imp_dr_price_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -418,7 +418,7 @@ public int ep3_imp_dr_price_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -457,7 +457,7 @@ public int ep3_imp_dr_price_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -507,7 +507,7 @@ public int ep3_imp_dr_price_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -533,7 +533,7 @@ public int ep3_imp_dr_price_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -571,7 +571,7 @@ public int ep3_imp_dr_price_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_imp_dr_price_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int ep3_imp_dr_price_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_avatar_return.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_avatar_return.java index 9c7198784f..f45b668130 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_avatar_return.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_avatar_return.java @@ -70,7 +70,7 @@ public int ep3_kachirho_avatar_return_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_avatar_return_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -86,7 +86,7 @@ public int ep3_kachirho_avatar_return_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_avatar_return_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int ep3_kachirho_avatar_return_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_avatar_return_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int ep3_kachirho_avatar_return_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_avatar_return_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int ep3_kachirho_avatar_return_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_avatar_return_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int ep3_kachirho_avatar_return_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_avatar_return_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int ep3_kachirho_avatar_return_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_col_gurnst.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_col_gurnst.java index d0cbfa28ce..97aabd422f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_col_gurnst.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_col_gurnst.java @@ -68,7 +68,7 @@ public int ep3_kachirho_col_gurnst_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_col_gurnst_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int ep3_kachirho_col_gurnst_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_col_gurnst_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int ep3_kachirho_col_gurnst_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_col_gurnst_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int ep3_kachirho_col_gurnst_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_col_gurnst_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int ep3_kachirho_col_gurnst_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_col_gurnst_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int ep3_kachirho_col_gurnst_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_col_gurnst_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -413,7 +413,7 @@ public int ep3_kachirho_col_gurnst_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_col_gurnst_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -477,7 +477,7 @@ public int ep3_kachirho_col_gurnst_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_col_gurnst_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -505,7 +505,7 @@ public int ep3_kachirho_col_gurnst_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_dr_farnsworth.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_dr_farnsworth.java index d80ae97822..43ab7d108e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_dr_farnsworth.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_dr_farnsworth.java @@ -50,7 +50,7 @@ public int ep3_kachirho_dr_farnsworth_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_dr_farnsworth_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -65,7 +65,7 @@ public int ep3_kachirho_dr_farnsworth_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_dr_farnsworth_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int ep3_kachirho_dr_farnsworth_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_dr_farnsworth_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int ep3_kachirho_dr_farnsworth_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_dr_farnsworth_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int ep3_kachirho_dr_farnsworth_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_dr_farnsworth_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int ep3_kachirho_dr_farnsworth_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_lolo.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_lolo.java index b9ca938096..c42dfeb551 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_lolo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_lolo.java @@ -98,7 +98,7 @@ public int ep3_kachirho_lolo_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int ep3_kachirho_lolo_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int ep3_kachirho_lolo_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int ep3_kachirho_lolo_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int ep3_kachirho_lolo_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int ep3_kachirho_lolo_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int ep3_kachirho_lolo_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int ep3_kachirho_lolo_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int ep3_kachirho_lolo_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -427,7 +427,7 @@ public int ep3_kachirho_lolo_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int ep3_kachirho_lolo_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int ep3_kachirho_lolo_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_lolo_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -519,7 +519,7 @@ public int ep3_kachirho_lolo_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_missing_son.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_missing_son.java index 983fdde27b..ad07539a46 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_missing_son.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_missing_son.java @@ -109,7 +109,7 @@ public int ep3_kachirho_missing_son_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_missing_son_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int ep3_kachirho_missing_son_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_missing_son_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int ep3_kachirho_missing_son_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_missing_son_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int ep3_kachirho_missing_son_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_missing_son_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int ep3_kachirho_missing_son_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_missing_son_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int ep3_kachirho_missing_son_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_missing_son_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -354,7 +354,7 @@ public int ep3_kachirho_missing_son_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_missing_son_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -384,7 +384,7 @@ public int ep3_kachirho_missing_son_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_trando_rifle.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_trando_rifle.java index 1193c64919..fd1bda3f13 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_trando_rifle.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_trando_rifle.java @@ -77,7 +77,7 @@ public int ep3_kachirho_trando_rifle_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_trando_rifle_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int ep3_kachirho_trando_rifle_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_trando_rifle_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int ep3_kachirho_trando_rifle_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_trando_rifle_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int ep3_kachirho_trando_rifle_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_trando_rifle_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int ep3_kachirho_trando_rifle_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_trando_rifle_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int ep3_kachirho_trando_rifle_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_trando_rifle_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -268,7 +268,7 @@ public int ep3_kachirho_trando_rifle_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_trando_rifle_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -306,7 +306,7 @@ public int ep3_kachirho_trando_rifle_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_trando_rifle_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -355,7 +355,7 @@ public int ep3_kachirho_trando_rifle_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_trando_rifle_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int ep3_kachirho_trando_rifle_handleBranch13(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_varactyl_egg.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_varactyl_egg.java index 4beae8ccfd..a420b4bef9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_varactyl_egg.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_varactyl_egg.java @@ -75,7 +75,7 @@ public int ep3_kachirho_varactyl_egg_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_egg_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int ep3_kachirho_varactyl_egg_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_egg_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int ep3_kachirho_varactyl_egg_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_egg_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int ep3_kachirho_varactyl_egg_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_egg_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int ep3_kachirho_varactyl_egg_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_varactyl_hunter.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_varactyl_hunter.java index 929ac6cc9f..687172ea64 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_varactyl_hunter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kachirho_varactyl_hunter.java @@ -66,7 +66,7 @@ public int ep3_kachirho_varactyl_hunter_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_hunter_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -94,7 +94,7 @@ public int ep3_kachirho_varactyl_hunter_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_hunter_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -133,7 +133,7 @@ public int ep3_kachirho_varactyl_hunter_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_hunter_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int ep3_kachirho_varactyl_hunter_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_hunter_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int ep3_kachirho_varactyl_hunter_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_hunter_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -261,7 +261,7 @@ public int ep3_kachirho_varactyl_hunter_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kachirho_varactyl_hunter_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int ep3_kachirho_varactyl_hunter_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kymayrr.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kymayrr.java index 7ad17ccf52..d7669243a9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kymayrr.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kymayrr.java @@ -127,7 +127,7 @@ public int ep3_kymayrr_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int ep3_kymayrr_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int ep3_kymayrr_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int ep3_kymayrr_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int ep3_kymayrr_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int ep3_kymayrr_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int ep3_kymayrr_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int ep3_kymayrr_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int ep3_kymayrr_handleBranch17(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int ep3_kymayrr_handleBranch18(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -423,7 +423,7 @@ public int ep3_kymayrr_handleBranch19(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -471,7 +471,7 @@ public int ep3_kymayrr_handleBranch22(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -509,7 +509,7 @@ public int ep3_kymayrr_handleBranch23(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int ep3_kymayrr_handleBranch24(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -585,7 +585,7 @@ public int ep3_kymayrr_handleBranch25(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int ep3_kymayrr_handleBranch26(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -661,7 +661,7 @@ public int ep3_kymayrr_handleBranch27(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -707,7 +707,7 @@ public int ep3_kymayrr_handleBranch28(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_kymayrr_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -722,7 +722,7 @@ public int ep3_kymayrr_handleBranch29(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_captain_koh.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_captain_koh.java index 1cb67b6d94..7287241a67 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_captain_koh.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_captain_koh.java @@ -295,7 +295,7 @@ public int ep3_mining_captain_koh_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int ep3_mining_captain_koh_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -372,7 +372,7 @@ public int ep3_mining_captain_koh_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int ep3_mining_captain_koh_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int ep3_mining_captain_koh_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -463,7 +463,7 @@ public int ep3_mining_captain_koh_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -512,7 +512,7 @@ public int ep3_mining_captain_koh_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int ep3_mining_captain_koh_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -553,7 +553,7 @@ public int ep3_mining_captain_koh_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -591,7 +591,7 @@ public int ep3_mining_captain_koh_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -606,7 +606,7 @@ public int ep3_mining_captain_koh_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -644,7 +644,7 @@ public int ep3_mining_captain_koh_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -682,7 +682,7 @@ public int ep3_mining_captain_koh_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -731,7 +731,7 @@ public int ep3_mining_captain_koh_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -756,7 +756,7 @@ public int ep3_mining_captain_koh_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -771,7 +771,7 @@ public int ep3_mining_captain_koh_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -786,7 +786,7 @@ public int ep3_mining_captain_koh_handleBranch28(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -824,7 +824,7 @@ public int ep3_mining_captain_koh_handleBranch31(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -839,7 +839,7 @@ public int ep3_mining_captain_koh_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -854,7 +854,7 @@ public int ep3_mining_captain_koh_handleBranch34(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -893,7 +893,7 @@ public int ep3_mining_captain_koh_handleBranch36(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -931,7 +931,7 @@ public int ep3_mining_captain_koh_handleBranch37(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -945,7 +945,7 @@ public int ep3_mining_captain_koh_handleBranch38(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -994,7 +994,7 @@ public int ep3_mining_captain_koh_handleBranch41(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1019,7 +1019,7 @@ public int ep3_mining_captain_koh_handleBranch42(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1034,7 +1034,7 @@ public int ep3_mining_captain_koh_handleBranch45(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1073,7 +1073,7 @@ public int ep3_mining_captain_koh_handleBranch47(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1087,7 +1087,7 @@ public int ep3_mining_captain_koh_handleBranch48(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1125,7 +1125,7 @@ public int ep3_mining_captain_koh_handleBranch51(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1174,7 +1174,7 @@ public int ep3_mining_captain_koh_handleBranch52(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1199,7 +1199,7 @@ public int ep3_mining_captain_koh_handleBranch53(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1214,7 +1214,7 @@ public int ep3_mining_captain_koh_handleBranch56(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1253,7 +1253,7 @@ public int ep3_mining_captain_koh_handleBranch58(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1291,7 +1291,7 @@ public int ep3_mining_captain_koh_handleBranch59(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1306,7 +1306,7 @@ public int ep3_mining_captain_koh_handleBranch60(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1344,7 +1344,7 @@ public int ep3_mining_captain_koh_handleBranch63(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1382,7 +1382,7 @@ public int ep3_mining_captain_koh_handleBranch64(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1397,7 +1397,7 @@ public int ep3_mining_captain_koh_handleBranch65(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1412,7 +1412,7 @@ public int ep3_mining_captain_koh_handleBranch67(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1451,7 +1451,7 @@ public int ep3_mining_captain_koh_handleBranch69(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1465,7 +1465,7 @@ public int ep3_mining_captain_koh_handleBranch70(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1490,7 +1490,7 @@ public int ep3_mining_captain_koh_handleBranch73(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1529,7 +1529,7 @@ public int ep3_mining_captain_koh_handleBranch76(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1578,7 +1578,7 @@ public int ep3_mining_captain_koh_handleBranch77(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1627,7 +1627,7 @@ public int ep3_mining_captain_koh_handleBranch78(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_captain_koh_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1641,7 +1641,7 @@ public int ep3_mining_captain_koh_handleBranch79(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_flash_harrison.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_flash_harrison.java index 94d9c9545c..43dceaf6bd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_flash_harrison.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_flash_harrison.java @@ -44,7 +44,7 @@ public int ep3_mining_flash_harrison_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_flash_harrison_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -82,7 +82,7 @@ public int ep3_mining_flash_harrison_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_flash_harrison_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int ep3_mining_flash_harrison_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_flash_harrison_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int ep3_mining_flash_harrison_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_thom_steele.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_thom_steele.java index ea72c01b13..4e45702379 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_thom_steele.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_mining_thom_steele.java @@ -146,7 +146,7 @@ public int ep3_mining_thom_steele_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -162,7 +162,7 @@ public int ep3_mining_thom_steele_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -201,7 +201,7 @@ public int ep3_mining_thom_steele_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int ep3_mining_thom_steele_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -291,7 +291,7 @@ public int ep3_mining_thom_steele_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int ep3_mining_thom_steele_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int ep3_mining_thom_steele_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -361,7 +361,7 @@ public int ep3_mining_thom_steele_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -400,7 +400,7 @@ public int ep3_mining_thom_steele_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -441,7 +441,7 @@ public int ep3_mining_thom_steele_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -491,7 +491,7 @@ public int ep3_mining_thom_steele_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -519,7 +519,7 @@ public int ep3_mining_thom_steele_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int ep3_mining_thom_steele_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int ep3_mining_thom_steele_handleBranch28(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int ep3_mining_thom_steele_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -664,7 +664,7 @@ public int ep3_mining_thom_steele_handleBranch31(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_mining_thom_steele_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -692,7 +692,7 @@ public int ep3_mining_thom_steele_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_attiera.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_attiera.java index dadd4d149a..2215f5d5fe 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_attiera.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_attiera.java @@ -53,7 +53,7 @@ public int ep3_myyydril_attiera_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_attiera_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -69,7 +69,7 @@ public int ep3_myyydril_attiera_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_attiera_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -84,7 +84,7 @@ public int ep3_myyydril_attiera_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_attiera_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int ep3_myyydril_attiera_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_attiera_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int ep3_myyydril_attiera_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_cantina_girl.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_cantina_girl.java index c0069bc456..2980675ac0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_cantina_girl.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_cantina_girl.java @@ -91,7 +91,7 @@ public int ep3_myyydril_cantina_girl_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -105,7 +105,7 @@ public int ep3_myyydril_cantina_girl_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int ep3_myyydril_cantina_girl_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int ep3_myyydril_cantina_girl_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int ep3_myyydril_cantina_girl_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int ep3_myyydril_cantina_girl_handleBranch15(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -435,7 +435,7 @@ public int ep3_myyydril_cantina_girl_handleBranch16(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -484,7 +484,7 @@ public int ep3_myyydril_cantina_girl_handleBranch17(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -532,7 +532,7 @@ public int ep3_myyydril_cantina_girl_handleBranch18(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int ep3_myyydril_cantina_girl_handleBranch20(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int ep3_myyydril_cantina_girl_handleBranch23(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int ep3_myyydril_cantina_girl_handleBranch24(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -691,7 +691,7 @@ public int ep3_myyydril_cantina_girl_handleBranch25(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -729,7 +729,7 @@ public int ep3_myyydril_cantina_girl_handleBranch26(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -743,7 +743,7 @@ public int ep3_myyydril_cantina_girl_handleBranch27(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ public int ep3_myyydril_cantina_girl_handleBranch31(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -853,7 +853,7 @@ public int ep3_myyydril_cantina_girl_handleBranch32(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -891,7 +891,7 @@ public int ep3_myyydril_cantina_girl_handleBranch33(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -929,7 +929,7 @@ public int ep3_myyydril_cantina_girl_handleBranch34(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -943,7 +943,7 @@ public int ep3_myyydril_cantina_girl_handleBranch35(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -981,7 +981,7 @@ public int ep3_myyydril_cantina_girl_handleBranch37(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1019,7 +1019,7 @@ public int ep3_myyydril_cantina_girl_handleBranch38(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1057,7 +1057,7 @@ public int ep3_myyydril_cantina_girl_handleBranch39(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_cantina_girl_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1071,7 +1071,7 @@ public int ep3_myyydril_cantina_girl_handleBranch40(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_chief.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_chief.java index 9179703fd0..12db24f6d1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_chief.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_chief.java @@ -167,7 +167,7 @@ public int ep3_myyydril_chief_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int ep3_myyydril_chief_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int ep3_myyydril_chief_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int ep3_myyydril_chief_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -294,7 +294,7 @@ public int ep3_myyydril_chief_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int ep3_myyydril_chief_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int ep3_myyydril_chief_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -372,7 +372,7 @@ public int ep3_myyydril_chief_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int ep3_myyydril_chief_handleBranch19(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int ep3_myyydril_chief_handleBranch20(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ public int ep3_myyydril_chief_handleBranch22(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -464,7 +464,7 @@ public int ep3_myyydril_chief_handleBranch24(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int ep3_myyydril_chief_handleBranch27(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ public int ep3_myyydril_chief_handleBranch29(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -575,7 +575,7 @@ public int ep3_myyydril_chief_handleBranch31(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_chief_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -590,7 +590,7 @@ public int ep3_myyydril_chief_handleBranch32(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_compactor.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_compactor.java index 9c0c9b20c1..fcc507aca4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_compactor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_compactor.java @@ -108,7 +108,7 @@ public int ep3_myyydril_compactor_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_compactor_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int ep3_myyydril_compactor_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_guard_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_guard_1.java index 8155193974..7a5b44e80f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_guard_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_guard_1.java @@ -89,7 +89,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -290,7 +290,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch13(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -344,7 +344,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch14(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -452,7 +452,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_guard_1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -482,7 +482,7 @@ public int ep3_myyydril_greeter_guard_1_handleBranch24(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_mystic_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_mystic_1.java index 49fe65339d..39b76c87a9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_mystic_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_mystic_1.java @@ -89,7 +89,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_mystic_1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int ep3_myyydril_greeter_mystic_1_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_1.java index e2dcf90a21..ffdb1f0e9d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_1.java @@ -57,7 +57,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -72,7 +72,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_1_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int ep3_myyydril_greeter_villager_1_handleBranch19(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_2.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_2.java index 30c8955935..5917bcb90c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_2.java @@ -81,7 +81,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch19(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int ep3_myyydril_greeter_villager_2_handleBranch21(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_3.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_3.java index 1a86e0d63d..f76a69eccd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_3.java @@ -81,7 +81,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -282,7 +282,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -405,7 +405,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch18(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch20(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_3_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -435,7 +435,7 @@ public int ep3_myyydril_greeter_villager_3_handleBranch22(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_4.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_4.java index cf7a1f27c4..8c4d97e334 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_greeter_villager_4.java @@ -80,7 +80,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -94,7 +94,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -132,7 +132,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -440,7 +440,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch18(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -468,7 +468,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch20(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -506,7 +506,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch22(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -520,7 +520,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch23(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_greeter_villager_4_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -534,7 +534,7 @@ public int ep3_myyydril_greeter_villager_4_handleBranch25(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_guard.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_guard.java index 441189d4a2..2a271af5be 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_guard.java @@ -82,7 +82,7 @@ public int ep3_myyydril_guard_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_guard_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int ep3_myyydril_guard_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_guard_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int ep3_myyydril_guard_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_guard_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int ep3_myyydril_guard_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_guard_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int ep3_myyydril_guard_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_guard_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -459,7 +459,7 @@ public int ep3_myyydril_guard_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_herder.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_herder.java index 5bd040d06c..1ae433e1c6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_herder.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_herder.java @@ -60,7 +60,7 @@ public int ep3_myyydril_herder_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_herder_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int ep3_myyydril_herder_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_herder_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int ep3_myyydril_herder_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_isdan.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_isdan.java index 7959e3dafe..76f754d672 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_isdan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_isdan.java @@ -57,7 +57,7 @@ public int ep3_myyydril_isdan_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_isdan_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -72,7 +72,7 @@ public int ep3_myyydril_isdan_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_isdan_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int ep3_myyydril_isdan_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_isdan_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int ep3_myyydril_isdan_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_isdan_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int ep3_myyydril_isdan_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_isdan_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int ep3_myyydril_isdan_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_isdan_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int ep3_myyydril_isdan_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_isdan_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int ep3_myyydril_isdan_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_kinesworthy.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_kinesworthy.java index 04924d732d..6ae39a7398 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_kinesworthy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_kinesworthy.java @@ -136,7 +136,7 @@ public int ep3_myyydril_kinesworthy_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int ep3_myyydril_kinesworthy_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int ep3_myyydril_kinesworthy_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int ep3_myyydril_kinesworthy_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int ep3_myyydril_kinesworthy_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int ep3_myyydril_kinesworthy_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int ep3_myyydril_kinesworthy_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -334,7 +334,7 @@ public int ep3_myyydril_kinesworthy_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int ep3_myyydril_kinesworthy_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -362,7 +362,7 @@ public int ep3_myyydril_kinesworthy_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -400,7 +400,7 @@ public int ep3_myyydril_kinesworthy_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -438,7 +438,7 @@ public int ep3_myyydril_kinesworthy_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -476,7 +476,7 @@ public int ep3_myyydril_kinesworthy_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int ep3_myyydril_kinesworthy_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int ep3_myyydril_kinesworthy_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int ep3_myyydril_kinesworthy_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -626,7 +626,7 @@ public int ep3_myyydril_kinesworthy_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -665,7 +665,7 @@ public int ep3_myyydril_kinesworthy_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -679,7 +679,7 @@ public int ep3_myyydril_kinesworthy_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -693,7 +693,7 @@ public int ep3_myyydril_kinesworthy_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -732,7 +732,7 @@ public int ep3_myyydril_kinesworthy_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -770,7 +770,7 @@ public int ep3_myyydril_kinesworthy_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -808,7 +808,7 @@ public int ep3_myyydril_kinesworthy_handleBranch33(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -846,7 +846,7 @@ public int ep3_myyydril_kinesworthy_handleBranch34(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -884,7 +884,7 @@ public int ep3_myyydril_kinesworthy_handleBranch35(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -922,7 +922,7 @@ public int ep3_myyydril_kinesworthy_handleBranch36(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -960,7 +960,7 @@ public int ep3_myyydril_kinesworthy_handleBranch37(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -998,7 +998,7 @@ public int ep3_myyydril_kinesworthy_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1036,7 +1036,7 @@ public int ep3_myyydril_kinesworthy_handleBranch39(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1074,7 +1074,7 @@ public int ep3_myyydril_kinesworthy_handleBranch40(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1112,7 +1112,7 @@ public int ep3_myyydril_kinesworthy_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1151,7 +1151,7 @@ public int ep3_myyydril_kinesworthy_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_kinesworthy_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1165,7 +1165,7 @@ public int ep3_myyydril_kinesworthy_handleBranch43(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_lorn.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_lorn.java index f2957f1829..ab41446bdf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_lorn.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_lorn.java @@ -84,7 +84,7 @@ public int ep3_myyydril_lorn_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_lorn_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int ep3_myyydril_lorn_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_lorn_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -138,7 +138,7 @@ public int ep3_myyydril_lorn_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_lorn_servant.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_lorn_servant.java index 2779dc0261..2b137f2b0d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_lorn_servant.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_lorn_servant.java @@ -108,7 +108,7 @@ public int ep3_myyydril_lorn_servant_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_lorn_servant_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int ep3_myyydril_lorn_servant_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_lorn_servant_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int ep3_myyydril_lorn_servant_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_lorn_servant_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int ep3_myyydril_lorn_servant_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_lorn_servant_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int ep3_myyydril_lorn_servant_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_miner.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_miner.java index 18ed1496d1..f719764e6e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_miner.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_miner.java @@ -60,7 +60,7 @@ public int ep3_myyydril_miner_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_miner_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int ep3_myyydril_miner_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_miner_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int ep3_myyydril_miner_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patrol_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patrol_1.java index 76ca3e784c..10273eb0df 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patrol_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patrol_1.java @@ -112,7 +112,7 @@ public int ep3_myyydril_patrol_1_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int ep3_myyydril_patrol_1_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int ep3_myyydril_patrol_1_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int ep3_myyydril_patrol_1_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int ep3_myyydril_patrol_1_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int ep3_myyydril_patrol_1_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patrol_leader.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patrol_leader.java index ba9c65fe89..0477beab5a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patrol_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patrol_leader.java @@ -79,7 +79,7 @@ public int ep3_myyydril_patrol_leader_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int ep3_myyydril_patrol_leader_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int ep3_myyydril_patrol_leader_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int ep3_myyydril_patrol_leader_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -322,7 +322,7 @@ public int ep3_myyydril_patrol_leader_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int ep3_myyydril_patrol_leader_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -399,7 +399,7 @@ public int ep3_myyydril_patrol_leader_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -413,7 +413,7 @@ public int ep3_myyydril_patrol_leader_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int ep3_myyydril_patrol_leader_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int ep3_myyydril_patrol_leader_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patrol_leader_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -480,7 +480,7 @@ public int ep3_myyydril_patrol_leader_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patron_1.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patron_1.java index f545868c9b..7d7f31ac26 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patron_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_patron_1.java @@ -96,7 +96,7 @@ public int ep3_myyydril_patron_1_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patron_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int ep3_myyydril_patron_1_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patron_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int ep3_myyydril_patron_1_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patron_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int ep3_myyydril_patron_1_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patron_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int ep3_myyydril_patron_1_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patron_1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int ep3_myyydril_patron_1_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patron_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int ep3_myyydril_patron_1_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patron_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int ep3_myyydril_patron_1_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_patron_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int ep3_myyydril_patron_1_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_pers.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_pers.java index dc0d9419cd..0fd3fb765e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_pers.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_pers.java @@ -85,7 +85,7 @@ public int ep3_myyydril_pers_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_pers_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -100,7 +100,7 @@ public int ep3_myyydril_pers_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_pers_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int ep3_myyydril_pers_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_pers_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int ep3_myyydril_pers_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_pers_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int ep3_myyydril_pers_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_pers_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int ep3_myyydril_pers_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_pers_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int ep3_myyydril_pers_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_pers_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int ep3_myyydril_pers_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_pers_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -372,7 +372,7 @@ public int ep3_myyydril_pers_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_pers_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int ep3_myyydril_pers_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_refugee.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_refugee.java index df75fd636a..c3fca69a5d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_refugee.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_refugee.java @@ -48,7 +48,7 @@ public int ep3_myyydril_refugee_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_refugee_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -88,7 +88,7 @@ public int ep3_myyydril_refugee_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_refugee_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int ep3_myyydril_refugee_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_refugee_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int ep3_myyydril_refugee_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_refugee_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int ep3_myyydril_refugee_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_weaponsmith.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_weaponsmith.java index f6175057b9..317dbee9ff 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_weaponsmith.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_weaponsmith.java @@ -126,7 +126,7 @@ public int ep3_myyydril_weaponsmith_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int ep3_myyydril_weaponsmith_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int ep3_myyydril_weaponsmith_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int ep3_myyydril_weaponsmith_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int ep3_myyydril_weaponsmith_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int ep3_myyydril_weaponsmith_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int ep3_myyydril_weaponsmith_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int ep3_myyydril_weaponsmith_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -371,7 +371,7 @@ public int ep3_myyydril_weaponsmith_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int ep3_myyydril_weaponsmith_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int ep3_myyydril_weaponsmith_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_weaponsmith_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int ep3_myyydril_weaponsmith_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_yraka_nes.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_yraka_nes.java index 3ac5bafe01..0e0c3f4927 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_yraka_nes.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_myyydril_yraka_nes.java @@ -151,7 +151,7 @@ public int ep3_myyydril_yraka_nes_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -190,7 +190,7 @@ public int ep3_myyydril_yraka_nes_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int ep3_myyydril_yraka_nes_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int ep3_myyydril_yraka_nes_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int ep3_myyydril_yraka_nes_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int ep3_myyydril_yraka_nes_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int ep3_myyydril_yraka_nes_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int ep3_myyydril_yraka_nes_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -427,7 +427,7 @@ public int ep3_myyydril_yraka_nes_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int ep3_myyydril_yraka_nes_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -480,7 +480,7 @@ public int ep3_myyydril_yraka_nes_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -519,7 +519,7 @@ public int ep3_myyydril_yraka_nes_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -533,7 +533,7 @@ public int ep3_myyydril_yraka_nes_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -581,7 +581,7 @@ public int ep3_myyydril_yraka_nes_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -620,7 +620,7 @@ public int ep3_myyydril_yraka_nes_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int ep3_myyydril_yraka_nes_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -673,7 +673,7 @@ public int ep3_myyydril_yraka_nes_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -687,7 +687,7 @@ public int ep3_myyydril_yraka_nes_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -701,7 +701,7 @@ public int ep3_myyydril_yraka_nes_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -760,7 +760,7 @@ public int ep3_myyydril_yraka_nes_handleBranch34(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -785,7 +785,7 @@ public int ep3_myyydril_yraka_nes_handleBranch35(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -800,7 +800,7 @@ public int ep3_myyydril_yraka_nes_handleBranch39(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -838,7 +838,7 @@ public int ep3_myyydril_yraka_nes_handleBranch42(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -887,7 +887,7 @@ public int ep3_myyydril_yraka_nes_handleBranch43(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -970,7 +970,7 @@ public int ep3_myyydril_yraka_nes_handleBranch44(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1008,7 +1008,7 @@ public int ep3_myyydril_yraka_nes_handleBranch45(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1046,7 +1046,7 @@ public int ep3_myyydril_yraka_nes_handleBranch46(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1095,7 +1095,7 @@ public int ep3_myyydril_yraka_nes_handleBranch47(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1178,7 +1178,7 @@ public int ep3_myyydril_yraka_nes_handleBranch48(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1203,7 +1203,7 @@ public int ep3_myyydril_yraka_nes_handleBranch49(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1252,7 +1252,7 @@ public int ep3_myyydril_yraka_nes_handleBranch52(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1277,7 +1277,7 @@ public int ep3_myyydril_yraka_nes_handleBranch53(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1360,7 +1360,7 @@ public int ep3_myyydril_yraka_nes_handleBranch56(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1385,7 +1385,7 @@ public int ep3_myyydril_yraka_nes_handleBranch57(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1434,7 +1434,7 @@ public int ep3_myyydril_yraka_nes_handleBranch60(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_myyydril_yraka_nes_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1459,7 +1459,7 @@ public int ep3_myyydril_yraka_nes_handleBranch61(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_omwaan.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_omwaan.java index b01a73d8b9..f992595ce2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_omwaan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_omwaan.java @@ -116,7 +116,7 @@ public int ep3_omwaan_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int ep3_omwaan_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int ep3_omwaan_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int ep3_omwaan_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -471,7 +471,7 @@ public int ep3_omwaan_handleBranch6(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -495,7 +495,7 @@ public int ep3_omwaan_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int ep3_omwaan_handleBranch11(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int ep3_omwaan_handleBranch15(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -650,7 +650,7 @@ public int ep3_omwaan_handleBranch17(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -768,7 +768,7 @@ public int ep3_omwaan_handleBranch18(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -807,7 +807,7 @@ public int ep3_omwaan_handleBranch19(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -821,7 +821,7 @@ public int ep3_omwaan_handleBranch20(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -870,7 +870,7 @@ public int ep3_omwaan_handleBranch22(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -944,7 +944,7 @@ public int ep3_omwaan_handleBranch23(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -958,7 +958,7 @@ public int ep3_omwaan_handleBranch24(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -972,7 +972,7 @@ public int ep3_omwaan_handleBranch26(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -996,7 +996,7 @@ public int ep3_omwaan_handleBranch28(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1020,7 +1020,7 @@ public int ep3_omwaan_handleBranch31(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1034,7 +1034,7 @@ public int ep3_omwaan_handleBranch34(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1184,7 +1184,7 @@ public int ep3_omwaan_handleBranch36(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1208,7 +1208,7 @@ public int ep3_omwaan_handleBranch37(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1278,7 +1278,7 @@ public int ep3_omwaan_handleBranch40(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1404,7 +1404,7 @@ public int ep3_omwaan_handleBranch41(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1438,7 +1438,7 @@ public int ep3_omwaan_handleBranch42(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1472,7 +1472,7 @@ public int ep3_omwaan_handleBranch46(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_omwaan_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1598,7 +1598,7 @@ public int ep3_omwaan_handleBranch52(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_quest_template.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_quest_template.java index 652ba149b3..24a576d97d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_quest_template.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_quest_template.java @@ -57,7 +57,7 @@ public int ep3_quest_template_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_quest_template_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83,7 +83,7 @@ public int ep3_quest_template_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_quest_template_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -98,7 +98,7 @@ public int ep3_quest_template_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_quest_template_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -124,7 +124,7 @@ public int ep3_quest_template_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_doctor.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_doctor.java index cc244b9098..66a23f208b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_doctor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_doctor.java @@ -27,7 +27,7 @@ public int ep3_rodian_doctor_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_fop.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_fop.java index 8d1b610678..622da8ecb7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_fop.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_fop.java @@ -240,7 +240,7 @@ public int ep3_rodian_fop_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int ep3_rodian_fop_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -322,7 +322,7 @@ public int ep3_rodian_fop_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int ep3_rodian_fop_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -391,7 +391,7 @@ public int ep3_rodian_fop_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -656,7 +656,7 @@ public int ep3_rodian_fop_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -842,7 +842,7 @@ public int ep3_rodian_fop_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1028,7 +1028,7 @@ public int ep3_rodian_fop_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1214,7 +1214,7 @@ public int ep3_rodian_fop_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1479,7 +1479,7 @@ public int ep3_rodian_fop_handleBranch14(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1744,7 +1744,7 @@ public int ep3_rodian_fop_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2009,7 +2009,7 @@ public int ep3_rodian_fop_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2181,7 +2181,7 @@ public int ep3_rodian_fop_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2245,7 +2245,7 @@ public int ep3_rodian_fop_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2275,7 +2275,7 @@ public int ep3_rodian_fop_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2329,7 +2329,7 @@ public int ep3_rodian_fop_handleBranch24(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2346,7 +2346,7 @@ public int ep3_rodian_fop_handleBranch25(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2387,7 +2387,7 @@ public int ep3_rodian_fop_handleBranch28(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2428,7 +2428,7 @@ public int ep3_rodian_fop_handleBranch29(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2445,7 +2445,7 @@ public int ep3_rodian_fop_handleBranch30(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_fop_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2462,7 +2462,7 @@ public int ep3_rodian_fop_handleBranch32(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_guard_female.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_guard_female.java index 39c159678b..262f015981 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_guard_female.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_guard_female.java @@ -104,7 +104,7 @@ public int ep3_rodian_guard_female_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_guard_female_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int ep3_rodian_guard_female_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_guard_female_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -138,7 +138,7 @@ public int ep3_rodian_guard_female_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_guard_female_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int ep3_rodian_guard_female_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_guard_male.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_guard_male.java index 516991d32b..702e3d7815 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_guard_male.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_guard_male.java @@ -104,7 +104,7 @@ public int ep3_rodian_guard_male_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_guard_male_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int ep3_rodian_guard_male_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_guard_male_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -137,7 +137,7 @@ public int ep3_rodian_guard_male_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_guard_male_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int ep3_rodian_guard_male_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_hunter.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_hunter.java index 57b881d501..e106993018 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_hunter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_hunter.java @@ -136,7 +136,7 @@ public int ep3_rodian_hunter_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int ep3_rodian_hunter_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int ep3_rodian_hunter_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int ep3_rodian_hunter_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -252,7 +252,7 @@ public int ep3_rodian_hunter_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int ep3_rodian_hunter_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int ep3_rodian_hunter_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int ep3_rodian_hunter_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int ep3_rodian_hunter_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int ep3_rodian_hunter_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ public int ep3_rodian_hunter_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -480,7 +480,7 @@ public int ep3_rodian_hunter_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -521,7 +521,7 @@ public int ep3_rodian_hunter_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int ep3_rodian_hunter_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -588,7 +588,7 @@ public int ep3_rodian_hunter_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rodian_hunter_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -618,7 +618,7 @@ public int ep3_rodian_hunter_handleBranch23(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_junk_dealer.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_junk_dealer.java index ca533ab65c..0618d0b833 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_junk_dealer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rodian_junk_dealer.java @@ -106,7 +106,7 @@ public int ep3_rodian_junk_dealer_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rroot.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rroot.java index 34c81a2456..4c199bd94c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rroot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rroot.java @@ -57,7 +57,7 @@ public int ep3_rroot_handleBranch2(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rroot_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ public int ep3_rroot_handleBranch4(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rroot_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int ep3_rroot_handleBranch5(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rroot_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int ep3_rroot_handleBranch6(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rroow.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rroow.java index 401ce3cd51..639ab378a6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rroow.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rroow.java @@ -72,7 +72,7 @@ public int ep3_rroow_handleBranch2(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rroow_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int ep3_rroow_handleBranch3(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rroow_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int ep3_rroow_handleBranch5(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_krepauk.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_krepauk.java index 82dbae00ea..b5f24f1aea 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_krepauk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_krepauk.java @@ -128,7 +128,7 @@ public int ep3_rryatt_krepauk_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rryatt_krepauk_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int ep3_rryatt_krepauk_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rryatt_krepauk_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int ep3_rryatt_krepauk_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rryatt_krepauk_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int ep3_rryatt_krepauk_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rryatt_krepauk_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int ep3_rryatt_krepauk_handleBranch20(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rryatt_krepauk_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int ep3_rryatt_krepauk_handleBranch21(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_tressk.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_tressk.java index 40eb3b3265..0b19b95449 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_tressk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_tressk.java @@ -109,7 +109,7 @@ public int ep3_rryatt_tressk_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rryatt_tressk_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int ep3_rryatt_tressk_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rryatt_tressk_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int ep3_rryatt_tressk_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rryatt_tressk_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int ep3_rryatt_tressk_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_rryatt_tressk_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int ep3_rryatt_tressk_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_vritol.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_vritol.java index c5eb0fe13c..608d63b596 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_vritol.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_rryatt_vritol.java @@ -45,7 +45,7 @@ public int ep3_rryatt_vritol_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_sera_jossi.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_sera_jossi.java index 75b5ff8f25..a9f8519dab 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_sera_jossi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_sera_jossi.java @@ -81,7 +81,7 @@ public int ep3_sera_jossi_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int ep3_sera_jossi_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int ep3_sera_jossi_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int ep3_sera_jossi_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -369,7 +369,7 @@ public int ep3_sera_jossi_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -418,7 +418,7 @@ public int ep3_sera_jossi_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -457,7 +457,7 @@ public int ep3_sera_jossi_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -507,7 +507,7 @@ public int ep3_sera_jossi_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -581,7 +581,7 @@ public int ep3_sera_jossi_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -630,7 +630,7 @@ public int ep3_sera_jossi_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -690,7 +690,7 @@ public int ep3_sera_jossi_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -739,7 +739,7 @@ public int ep3_sera_jossi_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -777,7 +777,7 @@ public int ep3_sera_jossi_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ public int ep3_sera_jossi_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -853,7 +853,7 @@ public int ep3_sera_jossi_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -902,7 +902,7 @@ public int ep3_sera_jossi_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -927,7 +927,7 @@ public int ep3_sera_jossi_handleBranch21(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_sera_jossi_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -966,7 +966,7 @@ public int ep3_sera_jossi_handleBranch24(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_stren_colo.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_stren_colo.java index fe6159075e..15e6cc633f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_stren_colo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_stren_colo.java @@ -135,7 +135,7 @@ public int ep3_stren_colo_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int ep3_stren_colo_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int ep3_stren_colo_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -324,7 +324,7 @@ public int ep3_stren_colo_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -373,7 +373,7 @@ public int ep3_stren_colo_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -444,7 +444,7 @@ public int ep3_stren_colo_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -515,7 +515,7 @@ public int ep3_stren_colo_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -564,7 +564,7 @@ public int ep3_stren_colo_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -602,7 +602,7 @@ public int ep3_stren_colo_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -641,7 +641,7 @@ public int ep3_stren_colo_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -679,7 +679,7 @@ public int ep3_stren_colo_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -717,7 +717,7 @@ public int ep3_stren_colo_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -900,7 +900,7 @@ public int ep3_stren_colo_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_stren_colo_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1060,7 +1060,7 @@ public int ep3_stren_colo_handleBranch22(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_tien_wallub.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_tien_wallub.java index 7e96ca4585..f535da6b21 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_tien_wallub.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_tien_wallub.java @@ -89,7 +89,7 @@ public int ep3_tien_wallub_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_tien_wallub_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int ep3_tien_wallub_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_tien_wallub_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int ep3_tien_wallub_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_tien_wallub_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int ep3_tien_wallub_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_tien_wallub_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int ep3_tien_wallub_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_tien_wallub_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int ep3_tien_wallub_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trando_herald.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trando_herald.java index 9d35112ee5..e44ca5a286 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trando_herald.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trando_herald.java @@ -59,7 +59,7 @@ public int ep3_trando_herald_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trando_herald_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -166,7 +166,7 @@ public int ep3_trando_herald_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trando_herald_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int ep3_trando_herald_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trando_herald_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int ep3_trando_herald_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trando_herald_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int ep3_trando_herald_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trando_herald_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int ep3_trando_herald_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trando_herald_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int ep3_trando_herald_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trando_herald_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -464,7 +464,7 @@ public int ep3_trando_herald_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trando_pressk.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trando_pressk.java index c1ed41d0cb..6490696e09 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trando_pressk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trando_pressk.java @@ -77,7 +77,7 @@ public int ep3_trando_pressk_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trando_pressk_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -93,7 +93,7 @@ public int ep3_trando_pressk_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandosha_orooroo_zssik_04.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandosha_orooroo_zssik_04.java index bf0ea8a028..3600b4c6a8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandosha_orooroo_zssik_04.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandosha_orooroo_zssik_04.java @@ -39,7 +39,7 @@ public int ep3_trandosha_orooroo_zssik_04_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_borantok.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_borantok.java index ac52d3f42b..094cecbb45 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_borantok.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_borantok.java @@ -62,7 +62,7 @@ public int ep3_trandoshan_borantok_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -77,7 +77,7 @@ public int ep3_trandoshan_borantok_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -127,7 +127,7 @@ public int ep3_trandoshan_borantok_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -201,7 +201,7 @@ public int ep3_trandoshan_borantok_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int ep3_trandoshan_borantok_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int ep3_trandoshan_borantok_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int ep3_trandoshan_borantok_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -334,7 +334,7 @@ public int ep3_trandoshan_borantok_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int ep3_trandoshan_borantok_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -399,7 +399,7 @@ public int ep3_trandoshan_borantok_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -449,7 +449,7 @@ public int ep3_trandoshan_borantok_handleBranch16(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -499,7 +499,7 @@ public int ep3_trandoshan_borantok_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int ep3_trandoshan_borantok_handleBranch18(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -588,7 +588,7 @@ public int ep3_trandoshan_borantok_handleBranch19(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -638,7 +638,7 @@ public int ep3_trandoshan_borantok_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -677,7 +677,7 @@ public int ep3_trandoshan_borantok_handleBranch21(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_borantok_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -693,7 +693,7 @@ public int ep3_trandoshan_borantok_handleBranch22(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_boshaz_zssik_01.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_boshaz_zssik_01.java index 801c4840fc..089b20402d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_boshaz_zssik_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_boshaz_zssik_01.java @@ -113,7 +113,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -421,7 +421,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -471,7 +471,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -583,7 +583,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch14(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -633,7 +633,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -729,7 +729,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch16(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -779,7 +779,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch17(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -818,7 +818,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch18(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -857,7 +857,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -907,7 +907,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch20(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -981,7 +981,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch21(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1020,7 +1020,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch22(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1059,7 +1059,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch23(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1098,7 +1098,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch24(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1113,7 +1113,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch25(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1152,7 +1152,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch27(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1202,7 +1202,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch29(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1252,7 +1252,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch30(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1279,7 +1279,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch32(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1329,7 +1329,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch36(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1390,7 +1390,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch37(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_boshaz_zssik_01_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1417,7 +1417,7 @@ public int ep3_trandoshan_boshaz_zssik_01_handleBranch38(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_chawroo_zssik_01a.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_chawroo_zssik_01a.java index ad81121ff2..048467346d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_chawroo_zssik_01a.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_chawroo_zssik_01a.java @@ -79,7 +79,7 @@ public int ep3_trandoshan_chawroo_zssik_01a_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_chawroo_zssik_01a_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int ep3_trandoshan_chawroo_zssik_01a_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_chawroo_zssik_01a_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int ep3_trandoshan_chawroo_zssik_01a_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_chawroo_zssik_01a_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int ep3_trandoshan_chawroo_zssik_01a_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_chawroo_zssik_01a_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int ep3_trandoshan_chawroo_zssik_01a_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_chawroo_zssik_01a_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int ep3_trandoshan_chawroo_zssik_01a_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_chawroo_zssik_01a_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int ep3_trandoshan_chawroo_zssik_01a_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_chawroo_zssik_01a_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int ep3_trandoshan_chawroo_zssik_01a_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_chawroo_zssik_01a_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int ep3_trandoshan_chawroo_zssik_01a_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_dakar_zssik_02.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_dakar_zssik_02.java index e55346018b..8f46b7abc4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_dakar_zssik_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_dakar_zssik_02.java @@ -63,7 +63,7 @@ public int ep3_trandoshan_dakar_zssik_02_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_dakar_zssik_02_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -78,7 +78,7 @@ public int ep3_trandoshan_dakar_zssik_02_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_dakar_zssik_02_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int ep3_trandoshan_dakar_zssik_02_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_dakar_zssik_02_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int ep3_trandoshan_dakar_zssik_02_handleBranch7(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_dakar_zssik_02_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int ep3_trandoshan_dakar_zssik_02_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_dakar_zssik_02_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int ep3_trandoshan_dakar_zssik_02_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_dakar_zssik_02_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int ep3_trandoshan_dakar_zssik_02_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_fezrik_bendledon.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_fezrik_bendledon.java index 3c5d94ae47..ac39d1bff7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_fezrik_bendledon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_fezrik_bendledon.java @@ -89,7 +89,7 @@ public int ep3_trandoshan_fezrik_bendledon_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_fezrik_bendledon_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int ep3_trandoshan_fezrik_bendledon_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_fezrik_bendledon_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -181,7 +181,7 @@ public int ep3_trandoshan_fezrik_bendledon_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_fezrik_bendledon_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int ep3_trandoshan_fezrik_bendledon_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_fezrik_bendledon_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int ep3_trandoshan_fezrik_bendledon_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_fezrik_bendledon_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -300,7 +300,7 @@ public int ep3_trandoshan_fezrik_bendledon_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_harwakokok_zssik_05.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_harwakokok_zssik_05.java index 2870fcde0b..5443f8f45c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_harwakokok_zssik_05.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_harwakokok_zssik_05.java @@ -88,7 +88,7 @@ public int ep3_trandoshan_harwakokok_zssik_05_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_harwakokok_zssik_05_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int ep3_trandoshan_harwakokok_zssik_05_handleBranch6(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_harwakokok_zssik_05_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int ep3_trandoshan_harwakokok_zssik_05_handleBranch7(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_harwakokok_zssik_05_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int ep3_trandoshan_harwakokok_zssik_05_handleBranch8(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_harwakokok_zssik_05_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int ep3_trandoshan_harwakokok_zssik_05_handleBranch9(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_harwakokok_zssik_05_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int ep3_trandoshan_harwakokok_zssik_05_handleBranch10(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_harwakokok_zssik_05_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -339,7 +339,7 @@ public int ep3_trandoshan_harwakokok_zssik_05_handleBranch11(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_harwakokok_zssik_05_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -367,7 +367,7 @@ public int ep3_trandoshan_harwakokok_zssik_05_handleBranch12(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_hssissk_zssik_06.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_hssissk_zssik_06.java index e141515f16..a3c7443ebd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_hssissk_zssik_06.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_hssissk_zssik_06.java @@ -105,7 +105,7 @@ public int ep3_trandoshan_hssissk_zssik_06_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_hssissk_zssik_06_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int ep3_trandoshan_hssissk_zssik_06_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_hssissk_zssik_06_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int ep3_trandoshan_hssissk_zssik_06_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_hssissk_zssik_06_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int ep3_trandoshan_hssissk_zssik_06_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_hssissk_zssik_06_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int ep3_trandoshan_hssissk_zssik_06_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_hssissk_zssik_06_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int ep3_trandoshan_hssissk_zssik_06_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_hssissk_zssik_06_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -373,7 +373,7 @@ public int ep3_trandoshan_hssissk_zssik_06_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_hssissk_zssik_06_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -412,7 +412,7 @@ public int ep3_trandoshan_hssissk_zssik_06_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_hssissk_zssik_06_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -486,7 +486,7 @@ public int ep3_trandoshan_hssissk_zssik_06_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_jessokk.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_jessokk.java index 517d04dacd..e8bc6e8c0c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_jessokk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_jessokk.java @@ -39,7 +39,7 @@ public int ep3_trandoshan_jessokk_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_lesnorr.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_lesnorr.java index 645bbf734e..a594d935b2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_lesnorr.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_lesnorr.java @@ -76,7 +76,7 @@ public int ep3_trandoshan_lesnorr_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_lesnorr_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -92,7 +92,7 @@ public int ep3_trandoshan_lesnorr_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_lesnorr_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int ep3_trandoshan_lesnorr_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_lesnorr_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int ep3_trandoshan_lesnorr_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_lesnorr_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int ep3_trandoshan_lesnorr_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_mosolium_zssik_03.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_mosolium_zssik_03.java index 8a52a4ee35..fda524d98e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_mosolium_zssik_03.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_mosolium_zssik_03.java @@ -117,7 +117,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -388,7 +388,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -438,7 +438,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch18(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -477,7 +477,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch19(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -494,7 +494,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch20(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mosolium_zssik_03_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -533,7 +533,7 @@ public int ep3_trandoshan_mosolium_zssik_03_handleBranch23(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_mssikss.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_mssikss.java index ca477bbc66..81fe74dbc2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_mssikss.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_mssikss.java @@ -76,7 +76,7 @@ public int ep3_trandoshan_mssikss_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mssikss_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int ep3_trandoshan_mssikss_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mssikss_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int ep3_trandoshan_mssikss_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mssikss_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int ep3_trandoshan_mssikss_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mssikss_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int ep3_trandoshan_mssikss_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_mssikss_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int ep3_trandoshan_mssikss_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_negal_teklon.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_negal_teklon.java index e4d724b403..0b4aedcbfe 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_negal_teklon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_negal_teklon.java @@ -70,7 +70,7 @@ public int ep3_trandoshan_negal_teklon_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_negal_teklon_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int ep3_trandoshan_negal_teklon_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_negal_teklon_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int ep3_trandoshan_negal_teklon_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_negal_teklon_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int ep3_trandoshan_negal_teklon_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_olima_grunc.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_olima_grunc.java index 67293f7b31..f3e80f11be 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_olima_grunc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_olima_grunc.java @@ -66,7 +66,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -82,7 +82,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -97,7 +97,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_olima_grunc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -441,7 +441,7 @@ public int ep3_trandoshan_olima_grunc_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_orooroo_zssik_04.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_orooroo_zssik_04.java index 6b19a12b1d..7c995e07f1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_orooroo_zssik_04.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_orooroo_zssik_04.java @@ -120,7 +120,7 @@ public int ep3_trandoshan_orooroo_zssik_04_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_orooroo_zssik_04_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int ep3_trandoshan_orooroo_zssik_04_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_orooroo_zssik_04_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int ep3_trandoshan_orooroo_zssik_04_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_orooroo_zssik_04_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -252,7 +252,7 @@ public int ep3_trandoshan_orooroo_zssik_04_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_orooroo_zssik_04_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int ep3_trandoshan_orooroo_zssik_04_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_orooroo_zssik_04_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int ep3_trandoshan_orooroo_zssik_04_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_orooroo_zssik_04_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -371,7 +371,7 @@ public int ep3_trandoshan_orooroo_zssik_04_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_orooroo_zssik_04_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int ep3_trandoshan_orooroo_zssik_04_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_orooroo_zssik_04_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -487,7 +487,7 @@ public int ep3_trandoshan_orooroo_zssik_04_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_slave_leader.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_slave_leader.java index 15f3d28e3d..56016bee5a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_slave_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_slave_leader.java @@ -54,7 +54,7 @@ public int ep3_trandoshan_slave_leader_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_ssiksik.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_ssiksik.java index f48725a708..d64399f427 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_ssiksik.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_ssiksik.java @@ -63,7 +63,7 @@ public int ep3_trandoshan_ssiksik_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ssiksik_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -113,7 +113,7 @@ public int ep3_trandoshan_ssiksik_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ssiksik_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int ep3_trandoshan_ssiksik_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ssiksik_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -213,7 +213,7 @@ public int ep3_trandoshan_ssiksik_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ssiksik_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int ep3_trandoshan_ssiksik_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_tempal_buncho.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_tempal_buncho.java index 8eb5363363..fc7aba4f72 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_tempal_buncho.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_tempal_buncho.java @@ -50,7 +50,7 @@ public int ep3_trandoshan_tempal_buncho_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_tempal_buncho_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -65,7 +65,7 @@ public int ep3_trandoshan_tempal_buncho_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_tempal_buncho_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int ep3_trandoshan_tempal_buncho_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_tempal_buncho_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int ep3_trandoshan_tempal_buncho_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_tempal_buncho_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int ep3_trandoshan_tempal_buncho_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_tempal_buncho_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int ep3_trandoshan_tempal_buncho_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_tempal_buncho_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int ep3_trandoshan_tempal_buncho_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_unluto_bartender.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_unluto_bartender.java index 7b49d994f4..05a9d5b21d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_unluto_bartender.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_unluto_bartender.java @@ -72,7 +72,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -391,7 +391,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -407,7 +407,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_unluto_bartender_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int ep3_trandoshan_unluto_bartender_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_ysith.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_ysith.java index 883fce9637..60d3cf0d98 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_ysith.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_ysith.java @@ -74,7 +74,7 @@ public int ep3_trandoshan_ysith_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ysith_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int ep3_trandoshan_ysith_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ysith_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int ep3_trandoshan_ysith_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ysith_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int ep3_trandoshan_ysith_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ysith_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int ep3_trandoshan_ysith_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ysith_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int ep3_trandoshan_ysith_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_trandoshan_ysith_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int ep3_trandoshan_ysith_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_vryyyr.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_vryyyr.java index 9684ad8519..1e27c43dc0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_vryyyr.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_vryyyr.java @@ -111,7 +111,7 @@ public int ep3_vryyyr_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_vryyyr_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int ep3_vryyyr_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_vryyyr_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int ep3_vryyyr_handleBranch5(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_vryyyr_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -246,7 +246,7 @@ public int ep3_vryyyr_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_vryyyr_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int ep3_vryyyr_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_wke_junk_dealer.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_wke_junk_dealer.java index 865e6c36d0..af8995ef46 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_wke_junk_dealer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_wke_junk_dealer.java @@ -106,7 +106,7 @@ public int ep3_wke_junk_dealer_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_wke_spirit_healer.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_wke_spirit_healer.java index 1bf5461a0e..f5d83ad0fd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_wke_spirit_healer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_wke_spirit_healer.java @@ -96,7 +96,7 @@ public int ep3_wke_spirit_healer_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_wke_spirit_healer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int ep3_wke_spirit_healer_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_wke_spirit_healer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -190,7 +190,7 @@ public int ep3_wke_spirit_healer_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_wookiee_slave.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_wookiee_slave.java index 29c66bae6c..b43ceb3274 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_wookiee_slave.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_wookiee_slave.java @@ -101,7 +101,7 @@ public int ep3_wookiee_slave_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_zhailaut.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_zhailaut.java index cd35d79603..9802b0820f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_zhailaut.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_zhailaut.java @@ -61,7 +61,7 @@ public int ep3_zhailaut_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_zhailaut_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -75,7 +75,7 @@ public int ep3_zhailaut_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_zhailaut_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -113,7 +113,7 @@ public int ep3_zhailaut_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ep3_zhailaut_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int ep3_zhailaut_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ephant_mon.java b/sku.0/sys.server/compiled/game/script/conversation/ephant_mon.java index da313a39d4..c8b85e23ca 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ephant_mon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ephant_mon.java @@ -159,7 +159,7 @@ public int ephant_mon_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ephant_mon_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int ephant_mon_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ephant_mon_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int ephant_mon_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ephant_mon_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int ephant_mon_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ephant_mon_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int ephant_mon_handleBranch11(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ephant_mon_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int ephant_mon_handleBranch12(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ephant_mon_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int ephant_mon_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_bossk_bossk.java b/sku.0/sys.server/compiled/game/script/conversation/event_bossk_bossk.java index 2bbf222097..41107db093 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_bossk_bossk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_bossk_bossk.java @@ -151,7 +151,7 @@ public int event_bossk_bossk_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int event_bossk_bossk_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int event_bossk_bossk_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -294,7 +294,7 @@ public int event_bossk_bossk_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -323,7 +323,7 @@ public int event_bossk_bossk_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -375,7 +375,7 @@ public int event_bossk_bossk_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int event_bossk_bossk_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -455,7 +455,7 @@ public int event_bossk_bossk_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -506,7 +506,7 @@ public int event_bossk_bossk_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int event_bossk_bossk_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -597,7 +597,7 @@ public int event_bossk_bossk_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -626,7 +626,7 @@ public int event_bossk_bossk_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -678,7 +678,7 @@ public int event_bossk_bossk_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -728,7 +728,7 @@ public int event_bossk_bossk_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_bossk_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -757,7 +757,7 @@ public int event_bossk_bossk_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_bossk_informant.java b/sku.0/sys.server/compiled/game/script/conversation/event_bossk_informant.java index 5d098dd969..5a1d8ba160 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_bossk_informant.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_bossk_informant.java @@ -166,7 +166,7 @@ public int event_bossk_informant_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_informant_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int event_bossk_informant_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_informant_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int event_bossk_informant_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_informant_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int event_bossk_informant_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_informant_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int event_bossk_informant_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_informant_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int event_bossk_informant_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_informant_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int event_bossk_informant_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_informant_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int event_bossk_informant_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_informant_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int event_bossk_informant_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_bossk_jawa.java b/sku.0/sys.server/compiled/game/script/conversation/event_bossk_jawa.java index 857d426b58..0fcb72d0fd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_bossk_jawa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_bossk_jawa.java @@ -61,7 +61,7 @@ public int event_bossk_jawa_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_jawa_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -100,7 +100,7 @@ public int event_bossk_jawa_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_jawa_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int event_bossk_jawa_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_bossk_jawa_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int event_bossk_jawa_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_cheerleader_luke.java b/sku.0/sys.server/compiled/game/script/conversation/event_cheerleader_luke.java index 7e2b4fd7ff..c696cf6d9d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_cheerleader_luke.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_cheerleader_luke.java @@ -213,7 +213,7 @@ public int event_cheerleader_luke_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int event_cheerleader_luke_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -291,7 +291,7 @@ public int event_cheerleader_luke_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int event_cheerleader_luke_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -568,7 +568,7 @@ public int event_cheerleader_luke_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int event_cheerleader_luke_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int event_cheerleader_luke_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -639,7 +639,7 @@ public int event_cheerleader_luke_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -655,7 +655,7 @@ public int event_cheerleader_luke_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -671,7 +671,7 @@ public int event_cheerleader_luke_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -687,7 +687,7 @@ public int event_cheerleader_luke_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int event_cheerleader_luke_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_luke_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -742,7 +742,7 @@ public int event_cheerleader_luke_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_cheerleader_vader.java b/sku.0/sys.server/compiled/game/script/conversation/event_cheerleader_vader.java index ebd55fa642..ee6ed0b85c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_cheerleader_vader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_cheerleader_vader.java @@ -213,7 +213,7 @@ public int event_cheerleader_vader_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int event_cheerleader_vader_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -291,7 +291,7 @@ public int event_cheerleader_vader_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int event_cheerleader_vader_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -568,7 +568,7 @@ public int event_cheerleader_vader_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int event_cheerleader_vader_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int event_cheerleader_vader_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -639,7 +639,7 @@ public int event_cheerleader_vader_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -655,7 +655,7 @@ public int event_cheerleader_vader_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -671,7 +671,7 @@ public int event_cheerleader_vader_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -687,7 +687,7 @@ public int event_cheerleader_vader_handleBranch22(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int event_cheerleader_vader_handleBranch24(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_cheerleader_vader_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -742,7 +742,7 @@ public int event_cheerleader_vader_handleBranch25(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_ls_cpt_dramont.java b/sku.0/sys.server/compiled/game/script/conversation/event_ls_cpt_dramont.java index 397a1f263e..6ba0d4fd55 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_ls_cpt_dramont.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_ls_cpt_dramont.java @@ -478,7 +478,7 @@ public int event_ls_cpt_dramont_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_cpt_dramont_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -517,7 +517,7 @@ public int event_ls_cpt_dramont_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_cpt_dramont_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -532,7 +532,7 @@ public int event_ls_cpt_dramont_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_cpt_dramont_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -549,7 +549,7 @@ public int event_ls_cpt_dramont_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_cpt_dramont_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -645,7 +645,7 @@ public int event_ls_cpt_dramont_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_cpt_dramont_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -709,7 +709,7 @@ public int event_ls_cpt_dramont_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_cpt_dramont_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -805,7 +805,7 @@ public int event_ls_cpt_dramont_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_cpt_dramont_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -869,7 +869,7 @@ public int event_ls_cpt_dramont_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_cpt_dramont_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -965,7 +965,7 @@ public int event_ls_cpt_dramont_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_1.java b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_1.java index eb15d70da1..d584ce7b0d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_1.java @@ -425,7 +425,7 @@ public int event_ls_informant_1_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int event_ls_informant_1_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int event_ls_informant_1_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int event_ls_informant_1_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -954,7 +954,7 @@ public int event_ls_informant_1_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -993,7 +993,7 @@ public int event_ls_informant_1_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int event_ls_informant_1_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1500,7 +1500,7 @@ public int event_ls_informant_1_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1912,7 +1912,7 @@ public int event_ls_informant_1_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2324,7 +2324,7 @@ public int event_ls_informant_1_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int event_ls_informant_1_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_2.java b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_2.java index 841a27b012..422acd1e92 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_2.java @@ -425,7 +425,7 @@ public int event_ls_informant_2_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int event_ls_informant_2_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int event_ls_informant_2_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int event_ls_informant_2_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -954,7 +954,7 @@ public int event_ls_informant_2_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -993,7 +993,7 @@ public int event_ls_informant_2_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int event_ls_informant_2_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1500,7 +1500,7 @@ public int event_ls_informant_2_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1912,7 +1912,7 @@ public int event_ls_informant_2_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2324,7 +2324,7 @@ public int event_ls_informant_2_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int event_ls_informant_2_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_3.java b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_3.java index 6fdb227486..d009584024 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_3.java @@ -425,7 +425,7 @@ public int event_ls_informant_3_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int event_ls_informant_3_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int event_ls_informant_3_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int event_ls_informant_3_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -954,7 +954,7 @@ public int event_ls_informant_3_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -993,7 +993,7 @@ public int event_ls_informant_3_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int event_ls_informant_3_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1500,7 +1500,7 @@ public int event_ls_informant_3_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1912,7 +1912,7 @@ public int event_ls_informant_3_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2324,7 +2324,7 @@ public int event_ls_informant_3_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_3_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int event_ls_informant_3_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_4.java b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_4.java index a5fb8f9da7..93b446cf45 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_4.java @@ -425,7 +425,7 @@ public int event_ls_informant_4_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int event_ls_informant_4_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int event_ls_informant_4_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int event_ls_informant_4_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -954,7 +954,7 @@ public int event_ls_informant_4_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -993,7 +993,7 @@ public int event_ls_informant_4_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int event_ls_informant_4_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1500,7 +1500,7 @@ public int event_ls_informant_4_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1912,7 +1912,7 @@ public int event_ls_informant_4_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2324,7 +2324,7 @@ public int event_ls_informant_4_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int event_ls_informant_4_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_5.java b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_5.java index a438d45296..29e6bd1bb0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_5.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_5.java @@ -425,7 +425,7 @@ public int event_ls_informant_5_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int event_ls_informant_5_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int event_ls_informant_5_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int event_ls_informant_5_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -954,7 +954,7 @@ public int event_ls_informant_5_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -993,7 +993,7 @@ public int event_ls_informant_5_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int event_ls_informant_5_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1500,7 +1500,7 @@ public int event_ls_informant_5_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1912,7 +1912,7 @@ public int event_ls_informant_5_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2324,7 +2324,7 @@ public int event_ls_informant_5_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_5_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int event_ls_informant_5_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_6.java b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_6.java index 4c769eaffb..fb2cfacfbe 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_6.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_ls_informant_6.java @@ -425,7 +425,7 @@ public int event_ls_informant_6_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int event_ls_informant_6_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int event_ls_informant_6_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int event_ls_informant_6_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -954,7 +954,7 @@ public int event_ls_informant_6_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -993,7 +993,7 @@ public int event_ls_informant_6_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int event_ls_informant_6_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1500,7 +1500,7 @@ public int event_ls_informant_6_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1912,7 +1912,7 @@ public int event_ls_informant_6_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2324,7 +2324,7 @@ public int event_ls_informant_6_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_ls_informant_6_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int event_ls_informant_6_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_perk_racing.java b/sku.0/sys.server/compiled/game/script/conversation/event_perk_racing.java index d9a8c7f287..0b40c0ce55 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_perk_racing.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_perk_racing.java @@ -94,7 +94,7 @@ public int event_perk_racing_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_perk_racing_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int event_perk_racing_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_perk_racing_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int event_perk_racing_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_perk_racing_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int event_perk_racing_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_perk_racing_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -355,7 +355,7 @@ public int event_perk_racing_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_perk_racing_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int event_perk_racing_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_perk_racing_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -542,7 +542,7 @@ public int event_perk_racing_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/event_promoter.java b/sku.0/sys.server/compiled/game/script/conversation/event_promoter.java index de6f76dcb7..fe0096fbbd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/event_promoter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/event_promoter.java @@ -445,7 +445,7 @@ public int event_promoter_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -773,7 +773,7 @@ public int event_promoter_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -810,7 +810,7 @@ public int event_promoter_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -847,7 +847,7 @@ public int event_promoter_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -962,7 +962,7 @@ public int event_promoter_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1281,7 +1281,7 @@ public int event_promoter_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1396,7 +1396,7 @@ public int event_promoter_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1511,7 +1511,7 @@ public int event_promoter_handleBranch14(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1626,7 +1626,7 @@ public int event_promoter_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1741,7 +1741,7 @@ public int event_promoter_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1856,7 +1856,7 @@ public int event_promoter_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1971,7 +1971,7 @@ public int event_promoter_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2086,7 +2086,7 @@ public int event_promoter_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2390,7 +2390,7 @@ public int event_promoter_handleBranch21(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2694,7 +2694,7 @@ public int event_promoter_handleBranch22(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2998,7 +2998,7 @@ public int event_promoter_handleBranch23(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int event_promoter_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3302,7 +3302,7 @@ public int event_promoter_handleBranch24(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_dig_site_spy.java b/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_dig_site_spy.java index a7da00f30b..25657b6604 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_dig_site_spy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_dig_site_spy.java @@ -60,7 +60,7 @@ public int exar_kun_intro_dig_site_spy_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int exar_kun_intro_dig_site_spy_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -75,7 +75,7 @@ public int exar_kun_intro_dig_site_spy_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_giver.java b/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_giver.java index 6c11ecd755..3abab14517 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_giver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_giver.java @@ -94,7 +94,7 @@ public int exar_kun_intro_giver_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int exar_kun_intro_giver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int exar_kun_intro_giver_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_wagglehorn.java b/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_wagglehorn.java index 7a1cf301e4..9e283ccf26 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_wagglehorn.java +++ b/sku.0/sys.server/compiled/game/script/conversation/exar_kun_intro_wagglehorn.java @@ -69,7 +69,7 @@ public int exar_kun_intro_wagglehorn_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int exar_kun_intro_wagglehorn_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -84,7 +84,7 @@ public int exar_kun_intro_wagglehorn_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int exar_kun_intro_wagglehorn_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int exar_kun_intro_wagglehorn_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_general.java b/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_general.java index f3e3119f80..8465e42917 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_general.java +++ b/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_general.java @@ -172,7 +172,7 @@ public int faction_recruiter_general_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int faction_recruiter_general_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int faction_recruiter_general_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -572,7 +572,7 @@ public int faction_recruiter_general_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -854,7 +854,7 @@ public int faction_recruiter_general_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -947,7 +947,7 @@ public int faction_recruiter_general_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1229,7 +1229,7 @@ public int faction_recruiter_general_handleBranch14(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1323,7 +1323,7 @@ public int faction_recruiter_general_handleBranch15(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1605,7 +1605,7 @@ public int faction_recruiter_general_handleBranch17(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1887,7 +1887,7 @@ public int faction_recruiter_general_handleBranch18(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1912,7 +1912,7 @@ public int faction_recruiter_general_handleBranch19(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1968,7 +1968,7 @@ public int faction_recruiter_general_handleBranch22(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2017,7 +2017,7 @@ public int faction_recruiter_general_handleBranch24(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_general_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2182,7 +2182,7 @@ public int faction_recruiter_general_handleBranch25(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_imperial.java b/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_imperial.java index 7f400fbd1e..a127783634 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_imperial.java +++ b/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_imperial.java @@ -243,7 +243,7 @@ public int faction_recruiter_imperial_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int faction_recruiter_imperial_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -455,7 +455,7 @@ public int faction_recruiter_imperial_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -703,7 +703,7 @@ public int faction_recruiter_imperial_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -785,7 +785,7 @@ public int faction_recruiter_imperial_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -971,7 +971,7 @@ public int faction_recruiter_imperial_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1053,7 +1053,7 @@ public int faction_recruiter_imperial_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1239,7 +1239,7 @@ public int faction_recruiter_imperial_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1322,7 +1322,7 @@ public int faction_recruiter_imperial_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1508,7 +1508,7 @@ public int faction_recruiter_imperial_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1533,7 +1533,7 @@ public int faction_recruiter_imperial_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1719,7 +1719,7 @@ public int faction_recruiter_imperial_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1905,7 +1905,7 @@ public int faction_recruiter_imperial_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2020,7 +2020,7 @@ public int faction_recruiter_imperial_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2076,7 +2076,7 @@ public int faction_recruiter_imperial_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2120,7 +2120,7 @@ public int faction_recruiter_imperial_handleBranch31(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2200,7 +2200,7 @@ public int faction_recruiter_imperial_handleBranch37(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2239,7 +2239,7 @@ public int faction_recruiter_imperial_handleBranch38(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2417,7 +2417,7 @@ public int faction_recruiter_imperial_handleBranch39(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_imperial_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2595,7 +2595,7 @@ public int faction_recruiter_imperial_handleBranch40(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_rebel.java b/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_rebel.java index fa96cf5653..1fb86e3e8b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_rebel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/faction_recruiter_rebel.java @@ -225,7 +225,7 @@ public int faction_recruiter_rebel_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -250,7 +250,7 @@ public int faction_recruiter_rebel_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -429,7 +429,7 @@ public int faction_recruiter_rebel_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -677,7 +677,7 @@ public int faction_recruiter_rebel_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -759,7 +759,7 @@ public int faction_recruiter_rebel_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -938,7 +938,7 @@ public int faction_recruiter_rebel_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1020,7 +1020,7 @@ public int faction_recruiter_rebel_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1199,7 +1199,7 @@ public int faction_recruiter_rebel_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1282,7 +1282,7 @@ public int faction_recruiter_rebel_handleBranch18(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1461,7 +1461,7 @@ public int faction_recruiter_rebel_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1487,7 +1487,7 @@ public int faction_recruiter_rebel_handleBranch21(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1666,7 +1666,7 @@ public int faction_recruiter_rebel_handleBranch24(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1845,7 +1845,7 @@ public int faction_recruiter_rebel_handleBranch25(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1960,7 +1960,7 @@ public int faction_recruiter_rebel_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2016,7 +2016,7 @@ public int faction_recruiter_rebel_handleBranch29(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2060,7 +2060,7 @@ public int faction_recruiter_rebel_handleBranch30(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2140,7 +2140,7 @@ public int faction_recruiter_rebel_handleBranch36(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2179,7 +2179,7 @@ public int faction_recruiter_rebel_handleBranch37(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2355,7 +2355,7 @@ public int faction_recruiter_rebel_handleBranch38(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int faction_recruiter_rebel_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2531,7 +2531,7 @@ public int faction_recruiter_rebel_handleBranch39(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/fan_faire_pgc_c3po.java b/sku.0/sys.server/compiled/game/script/conversation/fan_faire_pgc_c3po.java index aaf6b7255d..81ad645d50 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/fan_faire_pgc_c3po.java +++ b/sku.0/sys.server/compiled/game/script/conversation/fan_faire_pgc_c3po.java @@ -920,7 +920,7 @@ public int fan_faire_pgc_c3po_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1813,7 +1813,7 @@ public int fan_faire_pgc_c3po_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2706,7 +2706,7 @@ public int fan_faire_pgc_c3po_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3598,7 +3598,7 @@ public int fan_faire_pgc_c3po_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4490,7 +4490,7 @@ public int fan_faire_pgc_c3po_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5382,7 +5382,7 @@ public int fan_faire_pgc_c3po_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6274,7 +6274,7 @@ public int fan_faire_pgc_c3po_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7166,7 +7166,7 @@ public int fan_faire_pgc_c3po_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8058,7 +8058,7 @@ public int fan_faire_pgc_c3po_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8950,7 +8950,7 @@ public int fan_faire_pgc_c3po_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9842,7 +9842,7 @@ public int fan_faire_pgc_c3po_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10735,7 +10735,7 @@ public int fan_faire_pgc_c3po_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11628,7 +11628,7 @@ public int fan_faire_pgc_c3po_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12521,7 +12521,7 @@ public int fan_faire_pgc_c3po_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13414,7 +13414,7 @@ public int fan_faire_pgc_c3po_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14307,7 +14307,7 @@ public int fan_faire_pgc_c3po_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fan_faire_pgc_c3po_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15200,7 +15200,7 @@ public int fan_faire_pgc_c3po_handleBranch17(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/fs_gadget_specialist.java b/sku.0/sys.server/compiled/game/script/conversation/fs_gadget_specialist.java index b180f7521f..0d0c1446ef 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/fs_gadget_specialist.java +++ b/sku.0/sys.server/compiled/game/script/conversation/fs_gadget_specialist.java @@ -188,7 +188,7 @@ public int fs_gadget_specialist_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int fs_gadget_specialist_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int fs_gadget_specialist_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -430,7 +430,7 @@ public int fs_gadget_specialist_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -455,7 +455,7 @@ public int fs_gadget_specialist_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int fs_gadget_specialist_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -554,7 +554,7 @@ public int fs_gadget_specialist_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -615,7 +615,7 @@ public int fs_gadget_specialist_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -665,7 +665,7 @@ public int fs_gadget_specialist_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -715,7 +715,7 @@ public int fs_gadget_specialist_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int fs_gadget_specialist_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -760,7 +760,7 @@ public int fs_gadget_specialist_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/gate_keeper_quarantine_zone.java b/sku.0/sys.server/compiled/game/script/conversation/gate_keeper_quarantine_zone.java index 46629d2777..013e4b5b13 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/gate_keeper_quarantine_zone.java +++ b/sku.0/sys.server/compiled/game/script/conversation/gate_keeper_quarantine_zone.java @@ -57,7 +57,7 @@ public int gate_keeper_quarantine_zone_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gate_keeper_quarantine_zone_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -72,7 +72,7 @@ public int gate_keeper_quarantine_zone_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gate_keeper_quarantine_zone_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int gate_keeper_quarantine_zone_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gate_keeper_quarantine_zone_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int gate_keeper_quarantine_zone_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gate_keeper_quarantine_zone_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int gate_keeper_quarantine_zone_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gate_keeper_quarantine_zone_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int gate_keeper_quarantine_zone_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/gcw_demoralized_soldier.java b/sku.0/sys.server/compiled/game/script/conversation/gcw_demoralized_soldier.java index 5c1e8b9576..bcdefe7578 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/gcw_demoralized_soldier.java +++ b/sku.0/sys.server/compiled/game/script/conversation/gcw_demoralized_soldier.java @@ -186,7 +186,7 @@ public int gcw_demoralized_soldier_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_demoralized_soldier_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int gcw_demoralized_soldier_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_demoralized_soldier_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int gcw_demoralized_soldier_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_demoralized_soldier_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int gcw_demoralized_soldier_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_demoralized_soldier_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int gcw_demoralized_soldier_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_demoralized_soldier_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -429,7 +429,7 @@ public int gcw_demoralized_soldier_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_demoralized_soldier_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -455,7 +455,7 @@ public int gcw_demoralized_soldier_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_demoralized_soldier_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int gcw_demoralized_soldier_handleBranch18(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/gcw_imperial_buff_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/gcw_imperial_buff_reward_npc.java index b8e07c1744..d2c7c1ea04 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/gcw_imperial_buff_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/gcw_imperial_buff_reward_npc.java @@ -52,7 +52,7 @@ public int gcw_imperial_buff_reward_npc_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/gcw_introduction_talon_karrde.java b/sku.0/sys.server/compiled/game/script/conversation/gcw_introduction_talon_karrde.java index 85339e87b8..4c68befeed 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/gcw_introduction_talon_karrde.java +++ b/sku.0/sys.server/compiled/game/script/conversation/gcw_introduction_talon_karrde.java @@ -94,7 +94,7 @@ public int gcw_introduction_talon_karrde_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int gcw_introduction_talon_karrde_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int gcw_introduction_talon_karrde_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int gcw_introduction_talon_karrde_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int gcw_introduction_talon_karrde_handleBranch7(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -424,7 +424,7 @@ public int gcw_introduction_talon_karrde_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int gcw_introduction_talon_karrde_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int gcw_introduction_talon_karrde_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int gcw_introduction_talon_karrde_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -576,7 +576,7 @@ public int gcw_introduction_talon_karrde_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int gcw_introduction_talon_karrde_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -674,7 +674,7 @@ public int gcw_introduction_talon_karrde_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -802,7 +802,7 @@ public int gcw_introduction_talon_karrde_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -840,7 +840,7 @@ public int gcw_introduction_talon_karrde_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -889,7 +889,7 @@ public int gcw_introduction_talon_karrde_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -983,7 +983,7 @@ public int gcw_introduction_talon_karrde_handleBranch18(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1042,7 +1042,7 @@ public int gcw_introduction_talon_karrde_handleBranch19(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1101,7 +1101,7 @@ public int gcw_introduction_talon_karrde_handleBranch21(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gcw_introduction_talon_karrde_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1139,7 +1139,7 @@ public int gcw_introduction_talon_karrde_handleBranch23(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/gcw_rebel_buff_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/gcw_rebel_buff_reward_npc.java index eecff675e8..332e37dd42 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/gcw_rebel_buff_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/gcw_rebel_buff_reward_npc.java @@ -52,7 +52,7 @@ public int gcw_rebel_buff_reward_npc_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_1.java b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_1.java index a6fcc582dc..0bedb39afb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_1.java @@ -156,7 +156,7 @@ public int generic_broker_1_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int generic_broker_1_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int generic_broker_1_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int generic_broker_1_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_2.java b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_2.java index 7b8beef284..9218d6ef6f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_2.java @@ -156,7 +156,7 @@ public int generic_broker_2_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int generic_broker_2_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int generic_broker_2_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int generic_broker_2_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_3.java b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_3.java index 5b01b50108..b2e2fc7d54 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_3.java @@ -156,7 +156,7 @@ public int generic_broker_3_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int generic_broker_3_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int generic_broker_3_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int generic_broker_3_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_4.java b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_4.java index 7ab2109aa1..6f61d9a3a0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_4.java @@ -188,7 +188,7 @@ public int generic_broker_4_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int generic_broker_4_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int generic_broker_4_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_4_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -414,7 +414,7 @@ public int generic_broker_4_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_4_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ public int generic_broker_4_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_5.java b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_5.java index ab4a1617e1..f0eafa0bc7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_broker_5.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_broker_5.java @@ -188,7 +188,7 @@ public int generic_broker_5_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_5_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int generic_broker_5_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_5_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int generic_broker_5_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_5_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -414,7 +414,7 @@ public int generic_broker_5_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_broker_5_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ public int generic_broker_5_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_01.java b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_01.java index dad6bdb5be..9a69301268 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_01.java @@ -304,7 +304,7 @@ public int generic_newbie_pilot_info_01_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -399,7 +399,7 @@ public int generic_newbie_pilot_info_01_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -495,7 +495,7 @@ public int generic_newbie_pilot_info_01_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int generic_newbie_pilot_info_01_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -616,7 +616,7 @@ public int generic_newbie_pilot_info_01_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -631,7 +631,7 @@ public int generic_newbie_pilot_info_01_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -737,7 +737,7 @@ public int generic_newbie_pilot_info_01_handleBranch15(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -808,7 +808,7 @@ public int generic_newbie_pilot_info_01_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -856,7 +856,7 @@ public int generic_newbie_pilot_info_01_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -927,7 +927,7 @@ public int generic_newbie_pilot_info_01_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -976,7 +976,7 @@ public int generic_newbie_pilot_info_01_handleBranch23(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1047,7 +1047,7 @@ public int generic_newbie_pilot_info_01_handleBranch28(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1096,7 +1096,7 @@ public int generic_newbie_pilot_info_01_handleBranch29(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1135,7 +1135,7 @@ public int generic_newbie_pilot_info_01_handleBranch34(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_01_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1150,7 +1150,7 @@ public int generic_newbie_pilot_info_01_handleBranch35(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_emperors_retreat.java b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_emperors_retreat.java index 82bf473353..8582295b9f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_emperors_retreat.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_emperors_retreat.java @@ -192,7 +192,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch2(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -268,7 +268,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch3(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -285,7 +285,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch4(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch6(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch8(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch9(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -457,7 +457,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch10(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -496,7 +496,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch11(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch12(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch14(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -569,7 +569,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch15(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -586,7 +586,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch17(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -636,7 +636,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch19(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_emperors_retreat_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -651,7 +651,7 @@ public int generic_newbie_pilot_info_emperors_retreat_handleBranch20(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_gia_pei.java b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_gia_pei.java index 8bb636595e..b075bb98b9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_gia_pei.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_gia_pei.java @@ -129,7 +129,7 @@ public int generic_newbie_pilot_info_gia_pei_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_gia_pei_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -169,7 +169,7 @@ public int generic_newbie_pilot_info_gia_pei_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_jabbas_palace.java b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_jabbas_palace.java index 1de9bd2012..4753c559b7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_jabbas_palace.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_jabbas_palace.java @@ -233,7 +233,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch1(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch2(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch3(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -490,7 +490,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch4(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch5(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch6(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -561,7 +561,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch8(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch14(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -618,7 +618,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch16(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -658,7 +658,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch17(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -698,7 +698,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch18(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -738,7 +738,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch19(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -800,7 +800,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch20(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -887,7 +887,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch21(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -926,7 +926,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch22(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -942,7 +942,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch23(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_jabbas_palace_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -958,7 +958,7 @@ public int generic_newbie_pilot_info_jabbas_palace_handleBranch25(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_khroz.java b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_khroz.java index cfe1429b89..63e4d0a059 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_khroz.java +++ b/sku.0/sys.server/compiled/game/script/conversation/generic_newbie_pilot_info_khroz.java @@ -107,7 +107,7 @@ public int generic_newbie_pilot_info_khroz_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int generic_newbie_pilot_info_khroz_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int generic_newbie_pilot_info_khroz_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_bestine_bookie.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_bestine_bookie.java index 5f3aaa19db..d97bf2e24c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_bestine_bookie.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_bestine_bookie.java @@ -32,7 +32,7 @@ public int greeter_bestine_bookie_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_bestine_imperial_officer.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_bestine_imperial_officer.java index 7bdc7ef28e..ea70b023b2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_bestine_imperial_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_bestine_imperial_officer.java @@ -82,7 +82,7 @@ public int greeter_bestine_imperial_officer_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_bestine_imperial_officer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int greeter_bestine_imperial_officer_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_bestine_imperial_officer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int greeter_bestine_imperial_officer_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_merchant.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_merchant.java index 63f52b5120..0a76aba938 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_merchant.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_merchant.java @@ -130,7 +130,7 @@ public int greeter_coronet_merchant_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int greeter_coronet_merchant_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int greeter_coronet_merchant_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int greeter_coronet_merchant_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int greeter_coronet_merchant_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -290,7 +290,7 @@ public int greeter_coronet_merchant_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -354,7 +354,7 @@ public int greeter_coronet_merchant_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int greeter_coronet_merchant_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -447,7 +447,7 @@ public int greeter_coronet_merchant_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -486,7 +486,7 @@ public int greeter_coronet_merchant_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int greeter_coronet_merchant_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -573,7 +573,7 @@ public int greeter_coronet_merchant_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_merchant_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -598,7 +598,7 @@ public int greeter_coronet_merchant_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_shipwright_impatient.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_shipwright_impatient.java index 5e081408bd..cf20aa5de9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_shipwright_impatient.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_shipwright_impatient.java @@ -57,7 +57,7 @@ public int greeter_coronet_shipwright_impatient_handleBranch2(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_shipwright_impatient_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -72,7 +72,7 @@ public int greeter_coronet_shipwright_impatient_handleBranch3(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_shipwright_indifferent.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_shipwright_indifferent.java index 75f9da4ae6..b2b3da6de3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_shipwright_indifferent.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_coronet_shipwright_indifferent.java @@ -57,7 +57,7 @@ public int greeter_coronet_shipwright_indifferent_handleBranch2(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_coronet_shipwright_indifferent_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -72,7 +72,7 @@ public int greeter_coronet_shipwright_indifferent_handleBranch3(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_imperial.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_imperial.java index 56ac5b54b5..58786eda21 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_imperial.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_imperial.java @@ -98,7 +98,7 @@ public int greeter_dantooine_brother_imperial_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_imperial_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int greeter_dantooine_brother_imperial_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_imperial_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int greeter_dantooine_brother_imperial_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_neutral.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_neutral.java index c1be685444..18a3fe26f4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_neutral.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_neutral.java @@ -62,7 +62,7 @@ public int greeter_dantooine_brother_neutral_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_neutral_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int greeter_dantooine_brother_neutral_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_neutral_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -116,7 +116,7 @@ public int greeter_dantooine_brother_neutral_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_rebel.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_rebel.java index fd45c9c9b4..c86683489e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_rebel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_brother_rebel.java @@ -120,7 +120,7 @@ public int greeter_dantooine_brother_rebel_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_rebel_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int greeter_dantooine_brother_rebel_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_rebel_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int greeter_dantooine_brother_rebel_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_rebel_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int greeter_dantooine_brother_rebel_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_rebel_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int greeter_dantooine_brother_rebel_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_rebel_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int greeter_dantooine_brother_rebel_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_rebel_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -433,7 +433,7 @@ public int greeter_dantooine_brother_rebel_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_brother_rebel_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int greeter_dantooine_brother_rebel_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_imperial_officer.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_imperial_officer.java index c5381dae3e..be5e0d7c7d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_imperial_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_imperial_officer.java @@ -93,7 +93,7 @@ public int greeter_dantooine_imperial_officer_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_imperial_officer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int greeter_dantooine_imperial_officer_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_imperial_officer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int greeter_dantooine_imperial_officer_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_imperial_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_imperial_pilot.java index e1bac47fe5..2fd8287716 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_imperial_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_imperial_pilot.java @@ -84,7 +84,7 @@ public int greeter_dantooine_imperial_pilot_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_imperial_pilot_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -98,7 +98,7 @@ public int greeter_dantooine_imperial_pilot_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_old_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_old_pilot.java index a34795d9fe..bda5401ee3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_old_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_dantooine_old_pilot.java @@ -117,7 +117,7 @@ public int greeter_dantooine_old_pilot_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_old_pilot_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int greeter_dantooine_old_pilot_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_dantooine_old_pilot_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ public int greeter_dantooine_old_pilot_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_kadaara_imperial_officer.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_kadaara_imperial_officer.java index 6ba6045210..7faf0f9d06 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_kadaara_imperial_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_kadaara_imperial_officer.java @@ -94,7 +94,7 @@ public int greeter_kadaara_imperial_officer_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_kadaara_imperial_officer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int greeter_kadaara_imperial_officer_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_kadaara_imperial_officer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int greeter_kadaara_imperial_officer_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_kadaara_mistress.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_kadaara_mistress.java index 689a73f912..89bef88045 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_kadaara_mistress.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_kadaara_mistress.java @@ -129,7 +129,7 @@ public int greeter_kadaara_mistress_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_kadaara_mistress_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -169,7 +169,7 @@ public int greeter_kadaara_mistress_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_bodyguard.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_bodyguard.java index ebafe24d4c..dc0b071b29 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_bodyguard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_bodyguard.java @@ -60,7 +60,7 @@ public int greeter_kor_vella_bodyguard_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_imperial_officer.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_imperial_officer.java index 97ba8e7297..e9b837af3b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_imperial_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_imperial_officer.java @@ -104,7 +104,7 @@ public int greeter_kor_vella_imperial_officer_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_kor_vella_imperial_officer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int greeter_kor_vella_imperial_officer_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_pilot.java index 016013513b..2669011069 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_kor_vella_pilot.java @@ -59,7 +59,7 @@ public int greeter_kor_vella_pilot_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_moenia_undercover_rebel.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_moenia_undercover_rebel.java index 6fa4f80a4c..6422cc4f3d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_moenia_undercover_rebel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_moenia_undercover_rebel.java @@ -167,7 +167,7 @@ public int greeter_moenia_undercover_rebel_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_moenia_undercover_rebel_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int greeter_moenia_undercover_rebel_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_moenia_undercover_rebel_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int greeter_moenia_undercover_rebel_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_moenia_undercover_rebel_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int greeter_moenia_undercover_rebel_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_fat.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_fat.java index 91b77f36df..e91a4d21f2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_fat.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_fat.java @@ -83,7 +83,7 @@ public int greeter_mos_eisley_smuggler_fat_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_mos_eisley_smuggler_fat_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -98,7 +98,7 @@ public int greeter_mos_eisley_smuggler_fat_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_nervous.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_nervous.java index eac38637af..52e99702c3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_nervous.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_nervous.java @@ -83,7 +83,7 @@ public int greeter_mos_eisley_smuggler_nervous_handleBranch1(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_mos_eisley_smuggler_nervous_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int greeter_mos_eisley_smuggler_nervous_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_mos_eisley_smuggler_nervous_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -137,7 +137,7 @@ public int greeter_mos_eisley_smuggler_nervous_handleBranch3(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_skinny.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_skinny.java index ed7e51ddb8..b0ae4264e7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_skinny.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_eisley_smuggler_skinny.java @@ -82,7 +82,7 @@ public int greeter_mos_eisley_smuggler_skinny_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_mos_eisley_smuggler_skinny_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int greeter_mos_eisley_smuggler_skinny_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_mos_eisley_smuggler_skinny_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int greeter_mos_eisley_smuggler_skinny_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_mos_eisley_smuggler_skinny_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int greeter_mos_eisley_smuggler_skinny_handleBranch4(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_mos_eisley_smuggler_skinny_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int greeter_mos_eisley_smuggler_skinny_handleBranch5(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_espa_young_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_espa_young_pilot.java index ecf755ec99..790854c414 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_espa_young_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_mos_espa_young_pilot.java @@ -83,7 +83,7 @@ public int greeter_mos_espa_young_pilot_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_mos_espa_young_pilot_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -98,7 +98,7 @@ public int greeter_mos_espa_young_pilot_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_theed_freighter_captain.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_theed_freighter_captain.java index 39025f034b..764632fbac 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_theed_freighter_captain.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_theed_freighter_captain.java @@ -103,7 +103,7 @@ public int greeter_theed_freighter_captain_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_theed_freighter_captain_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int greeter_theed_freighter_captain_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_theed_freighter_captain_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int greeter_theed_freighter_captain_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_disgraced_corsec.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_disgraced_corsec.java index dfadd5a18d..e61771e5be 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_disgraced_corsec.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_disgraced_corsec.java @@ -88,7 +88,7 @@ public int greeter_tyrena_disgraced_corsec_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_tyrena_disgraced_corsec_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int greeter_tyrena_disgraced_corsec_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_tyrena_disgraced_corsec_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int greeter_tyrena_disgraced_corsec_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_load_lifter.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_load_lifter.java index f0911b52b9..3f2356ff83 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_load_lifter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_load_lifter.java @@ -92,7 +92,7 @@ public int greeter_tyrena_load_lifter_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_tyrena_load_lifter_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int greeter_tyrena_load_lifter_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_pilot_friend.java b/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_pilot_friend.java index aafe194dba..22c0236710 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_pilot_friend.java +++ b/sku.0/sys.server/compiled/game/script/conversation/greeter_tyrena_pilot_friend.java @@ -121,7 +121,7 @@ public int greeter_tyrena_pilot_friend_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_tyrena_pilot_friend_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int greeter_tyrena_pilot_friend_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_tyrena_pilot_friend_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int greeter_tyrena_pilot_friend_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int greeter_tyrena_pilot_friend_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int greeter_tyrena_pilot_friend_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/grenz_zittoun.java b/sku.0/sys.server/compiled/game/script/conversation/grenz_zittoun.java index b497ff5ff7..fbc3c9c1c7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/grenz_zittoun.java +++ b/sku.0/sys.server/compiled/game/script/conversation/grenz_zittoun.java @@ -296,7 +296,7 @@ public int grenz_zittoun_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int grenz_zittoun_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -334,7 +334,7 @@ public int grenz_zittoun_handleBranch6(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int grenz_zittoun_handleBranch9(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -432,7 +432,7 @@ public int grenz_zittoun_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -471,7 +471,7 @@ public int grenz_zittoun_handleBranch11(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -532,7 +532,7 @@ public int grenz_zittoun_handleBranch12(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -570,7 +570,7 @@ public int grenz_zittoun_handleBranch13(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -592,7 +592,7 @@ public int grenz_zittoun_handleBranch18(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int grenz_zittoun_handleBranch21(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -664,7 +664,7 @@ public int grenz_zittoun_handleBranch24(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -703,7 +703,7 @@ public int grenz_zittoun_handleBranch25(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -763,7 +763,7 @@ public int grenz_zittoun_handleBranch26(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -795,7 +795,7 @@ public int grenz_zittoun_handleBranch27(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -816,7 +816,7 @@ public int grenz_zittoun_handleBranch32(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int grenz_zittoun_handleBranch35(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -888,7 +888,7 @@ public int grenz_zittoun_handleBranch37(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -937,7 +937,7 @@ public int grenz_zittoun_handleBranch38(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -976,7 +976,7 @@ public int grenz_zittoun_handleBranch39(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1016,7 +1016,7 @@ public int grenz_zittoun_handleBranch40(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int grenz_zittoun_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1037,7 +1037,7 @@ public int grenz_zittoun_handleBranch41(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/groundquest_01.java b/sku.0/sys.server/compiled/game/script/conversation/groundquest_01.java index 32f3a28d95..e72aff83e5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/groundquest_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/groundquest_01.java @@ -58,7 +58,7 @@ public int groundquest_01_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int groundquest_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -85,7 +85,7 @@ public int groundquest_01_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int groundquest_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int groundquest_01_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int groundquest_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -166,7 +166,7 @@ public int groundquest_01_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/gt643_stormtrooper.java b/sku.0/sys.server/compiled/game/script/conversation/gt643_stormtrooper.java index 5f769f302c..14813e8b79 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/gt643_stormtrooper.java +++ b/sku.0/sys.server/compiled/game/script/conversation/gt643_stormtrooper.java @@ -77,7 +77,7 @@ public int gt643_stormtrooper_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gt643_stormtrooper_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int gt643_stormtrooper_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gt643_stormtrooper_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int gt643_stormtrooper_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gt643_stormtrooper_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int gt643_stormtrooper_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gt643_stormtrooper_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int gt643_stormtrooper_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gt643_stormtrooper_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int gt643_stormtrooper_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gt643_stormtrooper_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -294,7 +294,7 @@ public int gt643_stormtrooper_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int gt643_stormtrooper_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -355,7 +355,7 @@ public int gt643_stormtrooper_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/hacker_lok_pirate_cave.java b/sku.0/sys.server/compiled/game/script/conversation/hacker_lok_pirate_cave.java index 76f61931b5..1aa31bbf1d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/hacker_lok_pirate_cave.java +++ b/sku.0/sys.server/compiled/game/script/conversation/hacker_lok_pirate_cave.java @@ -137,7 +137,7 @@ public int hacker_lok_pirate_cave_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int hacker_lok_pirate_cave_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -246,7 +246,7 @@ public int hacker_lok_pirate_cave_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int hacker_lok_pirate_cave_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int hacker_lok_pirate_cave_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -805,7 +805,7 @@ public int hacker_lok_pirate_cave_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -987,7 +987,7 @@ public int hacker_lok_pirate_cave_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1113,7 +1113,7 @@ public int hacker_lok_pirate_cave_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1308,7 +1308,7 @@ public int hacker_lok_pirate_cave_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1434,7 +1434,7 @@ public int hacker_lok_pirate_cave_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1616,7 +1616,7 @@ public int hacker_lok_pirate_cave_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1798,7 +1798,7 @@ public int hacker_lok_pirate_cave_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1993,7 +1993,7 @@ public int hacker_lok_pirate_cave_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2119,7 +2119,7 @@ public int hacker_lok_pirate_cave_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2301,7 +2301,7 @@ public int hacker_lok_pirate_cave_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hacker_lok_pirate_cave_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2483,7 +2483,7 @@ public int hacker_lok_pirate_cave_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/halloween_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/halloween_vendor.java index 372a4c8b8d..c5b8ff582e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/halloween_vendor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/halloween_vendor.java @@ -570,7 +570,7 @@ public int halloween_vendor_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int halloween_vendor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int halloween_vendor_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int halloween_vendor_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int halloween_vendor_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int halloween_vendor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -692,7 +692,7 @@ public int halloween_vendor_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int halloween_vendor_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -734,7 +734,7 @@ public int halloween_vendor_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/happer_mos_eisley.java b/sku.0/sys.server/compiled/game/script/conversation/happer_mos_eisley.java index 946579d9de..46c82c18e4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/happer_mos_eisley.java +++ b/sku.0/sys.server/compiled/game/script/conversation/happer_mos_eisley.java @@ -80,7 +80,7 @@ public int happer_mos_eisley_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int happer_mos_eisley_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int happer_mos_eisley_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int happer_mos_eisley_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int happer_mos_eisley_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int happer_mos_eisley_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int happer_mos_eisley_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int happer_mos_eisley_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int happer_mos_eisley_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int happer_mos_eisley_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int happer_mos_eisley_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heraldcorellia2.java b/sku.0/sys.server/compiled/game/script/conversation/heraldcorellia2.java index 60486ea207..b4a47ec802 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heraldcorellia2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heraldcorellia2.java @@ -114,7 +114,7 @@ public int heraldcorellia2_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldcorellia2_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int heraldcorellia2_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldcorellia2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int heraldcorellia2_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldcorellia2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -259,7 +259,7 @@ public int heraldcorellia2_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heraldlok.java b/sku.0/sys.server/compiled/game/script/conversation/heraldlok.java index d6327d6832..b18644368e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heraldlok.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heraldlok.java @@ -158,7 +158,7 @@ public int heraldlok_handleBranch1(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldlok_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int heraldlok_handleBranch2(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldlok_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int heraldlok_handleBranch5(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldlok_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int heraldlok_handleBranch7(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heraldlok2.java b/sku.0/sys.server/compiled/game/script/conversation/heraldlok2.java index 329abd6774..4461def17b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heraldlok2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heraldlok2.java @@ -119,7 +119,7 @@ public int heraldlok2_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldlok2_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int heraldlok2_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldlok2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -294,7 +294,7 @@ public int heraldlok2_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldlok2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int heraldlok2_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldlok2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int heraldlok2_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldlok2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int heraldlok2_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldlok2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -477,7 +477,7 @@ public int heraldlok2_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heraldnaboo.java b/sku.0/sys.server/compiled/game/script/conversation/heraldnaboo.java index 02cba34d07..8202cb326a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heraldnaboo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heraldnaboo.java @@ -130,7 +130,7 @@ public int heraldnaboo_handleBranch1(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int heraldnaboo_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int heraldnaboo_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -401,7 +401,7 @@ public int heraldnaboo_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -438,7 +438,7 @@ public int heraldnaboo_handleBranch7(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -534,7 +534,7 @@ public int heraldnaboo_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int heraldnaboo_handleBranch12(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -642,7 +642,7 @@ public int heraldnaboo_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -712,7 +712,7 @@ public int heraldnaboo_handleBranch18(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -749,7 +749,7 @@ public int heraldnaboo_handleBranch20(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -786,7 +786,7 @@ public int heraldnaboo_handleBranch24(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heraldnaboo2.java b/sku.0/sys.server/compiled/game/script/conversation/heraldnaboo2.java index 042363800d..658d1a76af 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heraldnaboo2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heraldnaboo2.java @@ -95,7 +95,7 @@ public int heraldnaboo2_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int heraldnaboo2_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int heraldnaboo2_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldnaboo2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int heraldnaboo2_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heraldtatooine2.java b/sku.0/sys.server/compiled/game/script/conversation/heraldtatooine2.java index 175048bbeb..ec7b93b27b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heraldtatooine2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heraldtatooine2.java @@ -173,7 +173,7 @@ public int heraldtatooine2_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldtatooine2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int heraldtatooine2_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldtatooine2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int heraldtatooine2_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldtatooine2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int heraldtatooine2_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldtatooine2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -480,7 +480,7 @@ public int heraldtatooine2_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldtatooine2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int heraldtatooine2_handleBranch12(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldtatooine2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -618,7 +618,7 @@ public int heraldtatooine2_handleBranch14(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldtatooine2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -651,7 +651,7 @@ public int heraldtatooine2_handleBranch18(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldtatooine2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -711,7 +711,7 @@ public int heraldtatooine2_handleBranch22(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heraldtatooine2_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -744,7 +744,7 @@ public int heraldtatooine2_handleBranch24(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heroic_echo_collector.java b/sku.0/sys.server/compiled/game/script/conversation/heroic_echo_collector.java index 59191a4d38..a85272cfec 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heroic_echo_collector.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heroic_echo_collector.java @@ -171,7 +171,7 @@ public int heroic_echo_collector_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heroic_echo_collector_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int heroic_echo_collector_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heroic_echo_collector_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int heroic_echo_collector_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heroic_echo_collector_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -306,7 +306,7 @@ public int heroic_echo_collector_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heroic_echo_collector_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int heroic_echo_collector_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heroic_echo_collector_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -359,7 +359,7 @@ public int heroic_echo_collector_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heroic_echo_collector_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int heroic_echo_collector_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heroic_echo_collector_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -456,7 +456,7 @@ public int heroic_echo_collector_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int heroic_echo_collector_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -471,7 +471,7 @@ public int heroic_echo_collector_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_imperial.java b/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_imperial.java index cc6668c9d9..91422bb5d0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_imperial.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_imperial.java @@ -56,7 +56,7 @@ public int heroic_sd_intro_imperial_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_neutral.java b/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_neutral.java index 6ca4ab5cad..65bf0699dd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_neutral.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_neutral.java @@ -56,7 +56,7 @@ public int heroic_sd_intro_neutral_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_rebel.java b/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_rebel.java index a04ae0c26a..05520c43b0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_rebel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/heroic_sd_intro_rebel.java @@ -56,7 +56,7 @@ public int heroic_sd_intro_rebel_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/house_packup_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/house_packup_reward_npc.java index 7038e9365f..d0281b0a44 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/house_packup_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/house_packup_reward_npc.java @@ -417,7 +417,7 @@ public int house_packup_reward_npc_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -688,7 +688,7 @@ public int house_packup_reward_npc_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -959,7 +959,7 @@ public int house_packup_reward_npc_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1230,7 +1230,7 @@ public int house_packup_reward_npc_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2014,7 +2014,7 @@ public int house_packup_reward_npc_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2227,7 +2227,7 @@ public int house_packup_reward_npc_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2397,7 +2397,7 @@ public int house_packup_reward_npc_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3181,7 +3181,7 @@ public int house_packup_reward_npc_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3965,7 +3965,7 @@ public int house_packup_reward_npc_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4178,7 +4178,7 @@ public int house_packup_reward_npc_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4348,7 +4348,7 @@ public int house_packup_reward_npc_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5132,7 +5132,7 @@ public int house_packup_reward_npc_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5916,7 +5916,7 @@ public int house_packup_reward_npc_handleBranch16(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6129,7 +6129,7 @@ public int house_packup_reward_npc_handleBranch18(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6299,7 +6299,7 @@ public int house_packup_reward_npc_handleBranch19(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7083,7 +7083,7 @@ public int house_packup_reward_npc_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7867,7 +7867,7 @@ public int house_packup_reward_npc_handleBranch21(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8082,7 +8082,7 @@ public int house_packup_reward_npc_handleBranch23(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8252,7 +8252,7 @@ public int house_packup_reward_npc_handleBranch24(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9036,7 +9036,7 @@ public int house_packup_reward_npc_handleBranch25(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9820,7 +9820,7 @@ public int house_packup_reward_npc_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10035,7 +10035,7 @@ public int house_packup_reward_npc_handleBranch28(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10205,7 +10205,7 @@ public int house_packup_reward_npc_handleBranch29(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10989,7 +10989,7 @@ public int house_packup_reward_npc_handleBranch30(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11773,7 +11773,7 @@ public int house_packup_reward_npc_handleBranch31(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11988,7 +11988,7 @@ public int house_packup_reward_npc_handleBranch33(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12158,7 +12158,7 @@ public int house_packup_reward_npc_handleBranch34(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12942,7 +12942,7 @@ public int house_packup_reward_npc_handleBranch35(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13726,7 +13726,7 @@ public int house_packup_reward_npc_handleBranch36(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13941,7 +13941,7 @@ public int house_packup_reward_npc_handleBranch38(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14111,7 +14111,7 @@ public int house_packup_reward_npc_handleBranch39(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14895,7 +14895,7 @@ public int house_packup_reward_npc_handleBranch40(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15679,7 +15679,7 @@ public int house_packup_reward_npc_handleBranch41(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15894,7 +15894,7 @@ public int house_packup_reward_npc_handleBranch43(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16064,7 +16064,7 @@ public int house_packup_reward_npc_handleBranch44(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16848,7 +16848,7 @@ public int house_packup_reward_npc_handleBranch45(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17632,7 +17632,7 @@ public int house_packup_reward_npc_handleBranch46(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17847,7 +17847,7 @@ public int house_packup_reward_npc_handleBranch48(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18017,7 +18017,7 @@ public int house_packup_reward_npc_handleBranch49(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18801,7 +18801,7 @@ public int house_packup_reward_npc_handleBranch50(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19585,7 +19585,7 @@ public int house_packup_reward_npc_handleBranch51(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19800,7 +19800,7 @@ public int house_packup_reward_npc_handleBranch53(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19970,7 +19970,7 @@ public int house_packup_reward_npc_handleBranch54(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20754,7 +20754,7 @@ public int house_packup_reward_npc_handleBranch55(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21538,7 +21538,7 @@ public int house_packup_reward_npc_handleBranch56(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21753,7 +21753,7 @@ public int house_packup_reward_npc_handleBranch58(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21923,7 +21923,7 @@ public int house_packup_reward_npc_handleBranch59(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22707,7 +22707,7 @@ public int house_packup_reward_npc_handleBranch60(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -23491,7 +23491,7 @@ public int house_packup_reward_npc_handleBranch61(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -23706,7 +23706,7 @@ public int house_packup_reward_npc_handleBranch63(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -23876,7 +23876,7 @@ public int house_packup_reward_npc_handleBranch64(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -24660,7 +24660,7 @@ public int house_packup_reward_npc_handleBranch65(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -25444,7 +25444,7 @@ public int house_packup_reward_npc_handleBranch66(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -25659,7 +25659,7 @@ public int house_packup_reward_npc_handleBranch68(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -25829,7 +25829,7 @@ public int house_packup_reward_npc_handleBranch69(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -26613,7 +26613,7 @@ public int house_packup_reward_npc_handleBranch70(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -27397,7 +27397,7 @@ public int house_packup_reward_npc_handleBranch71(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -27567,7 +27567,7 @@ public int house_packup_reward_npc_handleBranch72(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -28351,7 +28351,7 @@ public int house_packup_reward_npc_handleBranch73(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -28401,7 +28401,7 @@ public int house_packup_reward_npc_handleBranch75(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -28439,7 +28439,7 @@ public int house_packup_reward_npc_handleBranch76(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int house_packup_reward_npc_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -28455,7 +28455,7 @@ public int house_packup_reward_npc_handleBranch77(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/huff_darklighter.java b/sku.0/sys.server/compiled/game/script/conversation/huff_darklighter.java index 58f8542da4..89753fde79 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/huff_darklighter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/huff_darklighter.java @@ -76,7 +76,7 @@ public int huff_darklighter_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int huff_darklighter_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int huff_darklighter_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/huffs_guard.java b/sku.0/sys.server/compiled/game/script/conversation/huffs_guard.java index e3ef65e94f..add89eb800 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/huffs_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/huffs_guard.java @@ -106,7 +106,7 @@ public int huffs_guard_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int huffs_guard_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int huffs_guard_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int huffs_guard_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int huffs_guard_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int huffs_guard_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int huffs_guard_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int huffs_guard_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int huffs_guard_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int huffs_guard_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int huffs_guard_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/hx_138.java b/sku.0/sys.server/compiled/game/script/conversation/hx_138.java index ff1b9fe334..f8c900fb02 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/hx_138.java +++ b/sku.0/sys.server/compiled/game/script/conversation/hx_138.java @@ -844,7 +844,7 @@ public int hx_138_handleBranch3(obj_id player, obj_id npc, string_id response) t return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -883,7 +883,7 @@ public int hx_138_handleBranch4(obj_id player, obj_id npc, string_id response) t return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -921,7 +921,7 @@ public int hx_138_handleBranch5(obj_id player, obj_id npc, string_id response) t return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -959,7 +959,7 @@ public int hx_138_handleBranch6(obj_id player, obj_id npc, string_id response) t return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -997,7 +997,7 @@ public int hx_138_handleBranch7(obj_id player, obj_id npc, string_id response) t return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1017,7 +1017,7 @@ public int hx_138_handleBranch8(obj_id player, obj_id npc, string_id response) t return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1076,7 +1076,7 @@ public int hx_138_handleBranch10(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1135,7 +1135,7 @@ public int hx_138_handleBranch16(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1194,7 +1194,7 @@ public int hx_138_handleBranch22(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1209,7 +1209,7 @@ public int hx_138_handleBranch32(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1247,7 +1247,7 @@ public int hx_138_handleBranch34(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1285,7 +1285,7 @@ public int hx_138_handleBranch35(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1323,7 +1323,7 @@ public int hx_138_handleBranch36(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1361,7 +1361,7 @@ public int hx_138_handleBranch37(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1376,7 +1376,7 @@ public int hx_138_handleBranch38(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1395,7 +1395,7 @@ public int hx_138_handleBranch40(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1523,7 +1523,7 @@ public int hx_138_handleBranch42(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1542,7 +1542,7 @@ public int hx_138_handleBranch43(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1590,7 +1590,7 @@ public int hx_138_handleBranch46(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1605,7 +1605,7 @@ public int hx_138_handleBranch51(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1710,7 +1710,7 @@ public int hx_138_handleBranch53(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1729,7 +1729,7 @@ public int hx_138_handleBranch54(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1777,7 +1777,7 @@ public int hx_138_handleBranch56(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1792,7 +1792,7 @@ public int hx_138_handleBranch61(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1874,7 +1874,7 @@ public int hx_138_handleBranch63(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1922,7 +1922,7 @@ public int hx_138_handleBranch65(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1938,7 +1938,7 @@ public int hx_138_handleBranch70(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2043,7 +2043,7 @@ public int hx_138_handleBranch77(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2058,7 +2058,7 @@ public int hx_138_handleBranch78(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2106,7 +2106,7 @@ public int hx_138_handleBranch80(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int hx_138_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2121,7 +2121,7 @@ public int hx_138_handleBranch85(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ig88_bothan_01.java b/sku.0/sys.server/compiled/game/script/conversation/ig88_bothan_01.java index 55bcaaaf38..065b70f638 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ig88_bothan_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ig88_bothan_01.java @@ -115,7 +115,7 @@ public int ig88_bothan_01_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int ig88_bothan_01_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int ig88_bothan_01_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int ig88_bothan_01_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int ig88_bothan_01_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int ig88_bothan_01_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int ig88_bothan_01_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int ig88_bothan_01_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -361,7 +361,7 @@ public int ig88_bothan_01_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ig88_bothan_02.java b/sku.0/sys.server/compiled/game/script/conversation/ig88_bothan_02.java index f069b136c2..66dd38b94d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ig88_bothan_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ig88_bothan_02.java @@ -115,7 +115,7 @@ public int ig88_bothan_02_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_02_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int ig88_bothan_02_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_02_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int ig88_bothan_02_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_02_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int ig88_bothan_02_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_02_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int ig88_bothan_02_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_02_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -317,7 +317,7 @@ public int ig88_bothan_02_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_bothan_02_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -332,7 +332,7 @@ public int ig88_bothan_02_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ig88_slicer.java b/sku.0/sys.server/compiled/game/script/conversation/ig88_slicer.java index 611ce7152d..25d568c92d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ig88_slicer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ig88_slicer.java @@ -108,7 +108,7 @@ public int ig88_slicer_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_slicer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int ig88_slicer_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_slicer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int ig88_slicer_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_slicer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int ig88_slicer_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_slicer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int ig88_slicer_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_slicer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int ig88_slicer_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_slicer_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -353,7 +353,7 @@ public int ig88_slicer_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_slicer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -368,7 +368,7 @@ public int ig88_slicer_handleBranch12(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_slicer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -406,7 +406,7 @@ public int ig88_slicer_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ig88_slicer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -444,7 +444,7 @@ public int ig88_slicer_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_1.java b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_1.java index 59021cf337..063f82c986 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_1.java @@ -365,7 +365,7 @@ public int illicit_broker_1_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int illicit_broker_1_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int illicit_broker_1_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int illicit_broker_1_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -850,7 +850,7 @@ public int illicit_broker_1_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -875,7 +875,7 @@ public int illicit_broker_1_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_2.java b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_2.java index e27fe2cf33..442ad3f517 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_2.java @@ -365,7 +365,7 @@ public int illicit_broker_2_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int illicit_broker_2_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int illicit_broker_2_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int illicit_broker_2_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -850,7 +850,7 @@ public int illicit_broker_2_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -875,7 +875,7 @@ public int illicit_broker_2_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_3.java b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_3.java index 435e321993..5097f4fb7a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_3.java @@ -365,7 +365,7 @@ public int illicit_broker_3_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int illicit_broker_3_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int illicit_broker_3_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int illicit_broker_3_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_3_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -850,7 +850,7 @@ public int illicit_broker_3_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -875,7 +875,7 @@ public int illicit_broker_3_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_4.java b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_4.java index d14ebfee1a..82584f4a2c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_4.java @@ -365,7 +365,7 @@ public int illicit_broker_4_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int illicit_broker_4_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_4_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int illicit_broker_4_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_4_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int illicit_broker_4_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_4_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -850,7 +850,7 @@ public int illicit_broker_4_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -875,7 +875,7 @@ public int illicit_broker_4_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_5.java b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_5.java index 8561056e9e..6655fa727f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_5.java +++ b/sku.0/sys.server/compiled/game/script/conversation/illicit_broker_5.java @@ -365,7 +365,7 @@ public int illicit_broker_5_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_5_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int illicit_broker_5_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_5_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int illicit_broker_5_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_5_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int illicit_broker_5_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_5_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -850,7 +850,7 @@ public int illicit_broker_5_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int illicit_broker_5_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -875,7 +875,7 @@ public int illicit_broker_5_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imp_p3_major.java b/sku.0/sys.server/compiled/game/script/conversation/imp_p3_major.java index 835967eb0b..a8e7187a4f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imp_p3_major.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imp_p3_major.java @@ -43,7 +43,7 @@ public int imp_p3_major_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_broker.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_broker.java index d968e5be02..0f75b968ba 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_broker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_broker.java @@ -170,7 +170,7 @@ public int imperial_broker_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int imperial_broker_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int imperial_broker_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int imperial_broker_handleBranch12(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -540,7 +540,7 @@ public int imperial_broker_handleBranch13(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int imperial_broker_handleBranch15(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -673,7 +673,7 @@ public int imperial_broker_handleBranch16(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ public int imperial_broker_handleBranch18(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -888,7 +888,7 @@ public int imperial_broker_handleBranch19(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1030,7 +1030,7 @@ public int imperial_broker_handleBranch20(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int imperial_broker_handleBranch22(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1245,7 +1245,7 @@ public int imperial_broker_handleBranch23(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1318,7 +1318,7 @@ public int imperial_broker_handleBranch25(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1460,7 +1460,7 @@ public int imperial_broker_handleBranch26(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1521,7 +1521,7 @@ public int imperial_broker_handleBranch29(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1593,7 +1593,7 @@ public int imperial_broker_handleBranch30(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1735,7 +1735,7 @@ public int imperial_broker_handleBranch32(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1808,7 +1808,7 @@ public int imperial_broker_handleBranch33(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1950,7 +1950,7 @@ public int imperial_broker_handleBranch34(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2023,7 +2023,7 @@ public int imperial_broker_handleBranch36(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2165,7 +2165,7 @@ public int imperial_broker_handleBranch37(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2238,7 +2238,7 @@ public int imperial_broker_handleBranch39(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2380,7 +2380,7 @@ public int imperial_broker_handleBranch40(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2422,7 +2422,7 @@ public int imperial_broker_handleBranch43(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2483,7 +2483,7 @@ public int imperial_broker_handleBranch48(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2555,7 +2555,7 @@ public int imperial_broker_handleBranch49(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2697,7 +2697,7 @@ public int imperial_broker_handleBranch51(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2770,7 +2770,7 @@ public int imperial_broker_handleBranch52(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2912,7 +2912,7 @@ public int imperial_broker_handleBranch53(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2985,7 +2985,7 @@ public int imperial_broker_handleBranch55(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3127,7 +3127,7 @@ public int imperial_broker_handleBranch56(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3200,7 +3200,7 @@ public int imperial_broker_handleBranch58(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_broker_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3342,7 +3342,7 @@ public int imperial_broker_handleBranch59(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_defensive_supply_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_defensive_supply_terminal.java index c61dab7949..6970e1ed80 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_defensive_supply_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_defensive_supply_terminal.java @@ -401,7 +401,7 @@ public int imperial_defensive_supply_terminal_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -673,7 +673,7 @@ public int imperial_defensive_supply_terminal_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -867,7 +867,7 @@ public int imperial_defensive_supply_terminal_handleBranch4(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -960,7 +960,7 @@ public int imperial_defensive_supply_terminal_handleBranch5(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1053,7 +1053,7 @@ public int imperial_defensive_supply_terminal_handleBranch7(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1146,7 +1146,7 @@ public int imperial_defensive_supply_terminal_handleBranch9(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1239,7 +1239,7 @@ public int imperial_defensive_supply_terminal_handleBranch11(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1512,7 +1512,7 @@ public int imperial_defensive_supply_terminal_handleBranch14(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1633,7 +1633,7 @@ public int imperial_defensive_supply_terminal_handleBranch15(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1753,7 +1753,7 @@ public int imperial_defensive_supply_terminal_handleBranch16(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1874,7 +1874,7 @@ public int imperial_defensive_supply_terminal_handleBranch17(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1994,7 +1994,7 @@ public int imperial_defensive_supply_terminal_handleBranch18(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2115,7 +2115,7 @@ public int imperial_defensive_supply_terminal_handleBranch19(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2235,7 +2235,7 @@ public int imperial_defensive_supply_terminal_handleBranch20(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2250,7 +2250,7 @@ public int imperial_defensive_supply_terminal_handleBranch22(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2276,7 +2276,7 @@ public int imperial_defensive_supply_terminal_handleBranch28(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_defensive_supply_terminal_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2406,7 +2406,7 @@ public int imperial_defensive_supply_terminal_handleBranch32(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_kaythree.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_kaythree.java index ae904b2d3b..e33c820cfc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_kaythree.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_kaythree.java @@ -400,7 +400,7 @@ public int imperial_empire_day_kaythree_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int imperial_empire_day_kaythree_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1045,7 +1045,7 @@ public int imperial_empire_day_kaythree_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1482,7 +1482,7 @@ public int imperial_empire_day_kaythree_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1528,7 +1528,7 @@ public int imperial_empire_day_kaythree_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1585,7 +1585,7 @@ public int imperial_empire_day_kaythree_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1660,7 +1660,7 @@ public int imperial_empire_day_kaythree_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1733,7 +1733,7 @@ public int imperial_empire_day_kaythree_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1779,7 +1779,7 @@ public int imperial_empire_day_kaythree_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1818,7 +1818,7 @@ public int imperial_empire_day_kaythree_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1875,7 +1875,7 @@ public int imperial_empire_day_kaythree_handleBranch31(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1967,7 +1967,7 @@ public int imperial_empire_day_kaythree_handleBranch32(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2040,7 +2040,7 @@ public int imperial_empire_day_kaythree_handleBranch33(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2079,7 +2079,7 @@ public int imperial_empire_day_kaythree_handleBranch34(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2160,7 +2160,7 @@ public int imperial_empire_day_kaythree_handleBranch47(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2199,7 +2199,7 @@ public int imperial_empire_day_kaythree_handleBranch48(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2314,7 +2314,7 @@ public int imperial_empire_day_kaythree_handleBranch57(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2360,7 +2360,7 @@ public int imperial_empire_day_kaythree_handleBranch58(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2415,7 +2415,7 @@ public int imperial_empire_day_kaythree_handleBranch59(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2470,7 +2470,7 @@ public int imperial_empire_day_kaythree_handleBranch64(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2489,7 +2489,7 @@ public int imperial_empire_day_kaythree_handleBranch74(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2508,7 +2508,7 @@ public int imperial_empire_day_kaythree_handleBranch76(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2527,7 +2527,7 @@ public int imperial_empire_day_kaythree_handleBranch78(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2546,7 +2546,7 @@ public int imperial_empire_day_kaythree_handleBranch80(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2565,7 +2565,7 @@ public int imperial_empire_day_kaythree_handleBranch82(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2681,7 +2681,7 @@ public int imperial_empire_day_kaythree_handleBranch86(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2800,7 +2800,7 @@ public int imperial_empire_day_kaythree_handleBranch87(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2919,7 +2919,7 @@ public int imperial_empire_day_kaythree_handleBranch88(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3035,7 +3035,7 @@ public int imperial_empire_day_kaythree_handleBranch89(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3154,7 +3154,7 @@ public int imperial_empire_day_kaythree_handleBranch90(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3273,7 +3273,7 @@ public int imperial_empire_day_kaythree_handleBranch91(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3322,7 +3322,7 @@ public int imperial_empire_day_kaythree_handleBranch92(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3337,7 +3337,7 @@ public int imperial_empire_day_kaythree_handleBranch94(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3418,7 +3418,7 @@ public int imperial_empire_day_kaythree_handleBranch96(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3464,7 +3464,7 @@ public int imperial_empire_day_kaythree_handleBranch97(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3510,7 +3510,7 @@ public int imperial_empire_day_kaythree_handleBranch98(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_kaythree_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3549,7 +3549,7 @@ public int imperial_empire_day_kaythree_handleBranch99(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_major_tantor.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_major_tantor.java index 32012cdbc1..ac1f253610 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_major_tantor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_major_tantor.java @@ -479,7 +479,7 @@ public int imperial_empire_day_major_tantor_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -494,7 +494,7 @@ public int imperial_empire_day_major_tantor_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -784,7 +784,7 @@ public int imperial_empire_day_major_tantor_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1074,7 +1074,7 @@ public int imperial_empire_day_major_tantor_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1112,7 +1112,7 @@ public int imperial_empire_day_major_tantor_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1150,7 +1150,7 @@ public int imperial_empire_day_major_tantor_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1244,7 +1244,7 @@ public int imperial_empire_day_major_tantor_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1405,7 +1405,7 @@ public int imperial_empire_day_major_tantor_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1488,7 +1488,7 @@ public int imperial_empire_day_major_tantor_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1522,7 +1522,7 @@ public int imperial_empire_day_major_tantor_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1537,7 +1537,7 @@ public int imperial_empire_day_major_tantor_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1698,7 +1698,7 @@ public int imperial_empire_day_major_tantor_handleBranch19(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1713,7 +1713,7 @@ public int imperial_empire_day_major_tantor_handleBranch21(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1728,7 +1728,7 @@ public int imperial_empire_day_major_tantor_handleBranch23(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1766,7 +1766,7 @@ public int imperial_empire_day_major_tantor_handleBranch27(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1946,7 +1946,7 @@ public int imperial_empire_day_major_tantor_handleBranch28(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1960,7 +1960,7 @@ public int imperial_empire_day_major_tantor_handleBranch29(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1998,7 +1998,7 @@ public int imperial_empire_day_major_tantor_handleBranch31(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2038,7 +2038,7 @@ public int imperial_empire_day_major_tantor_handleBranch32(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2199,7 +2199,7 @@ public int imperial_empire_day_major_tantor_handleBranch33(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2237,7 +2237,7 @@ public int imperial_empire_day_major_tantor_handleBranch35(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2339,7 +2339,7 @@ public int imperial_empire_day_major_tantor_handleBranch36(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2500,7 +2500,7 @@ public int imperial_empire_day_major_tantor_handleBranch37(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2569,7 +2569,7 @@ public int imperial_empire_day_major_tantor_handleBranch38(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2671,7 +2671,7 @@ public int imperial_empire_day_major_tantor_handleBranch39(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2832,7 +2832,7 @@ public int imperial_empire_day_major_tantor_handleBranch40(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2901,7 +2901,7 @@ public int imperial_empire_day_major_tantor_handleBranch42(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3003,7 +3003,7 @@ public int imperial_empire_day_major_tantor_handleBranch43(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3164,7 +3164,7 @@ public int imperial_empire_day_major_tantor_handleBranch44(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3266,7 +3266,7 @@ public int imperial_empire_day_major_tantor_handleBranch46(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3427,7 +3427,7 @@ public int imperial_empire_day_major_tantor_handleBranch47(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3496,7 +3496,7 @@ public int imperial_empire_day_major_tantor_handleBranch49(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3598,7 +3598,7 @@ public int imperial_empire_day_major_tantor_handleBranch50(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3759,7 +3759,7 @@ public int imperial_empire_day_major_tantor_handleBranch51(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3828,7 +3828,7 @@ public int imperial_empire_day_major_tantor_handleBranch53(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3930,7 +3930,7 @@ public int imperial_empire_day_major_tantor_handleBranch54(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4091,7 +4091,7 @@ public int imperial_empire_day_major_tantor_handleBranch55(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4193,7 +4193,7 @@ public int imperial_empire_day_major_tantor_handleBranch57(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4354,7 +4354,7 @@ public int imperial_empire_day_major_tantor_handleBranch58(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4369,7 +4369,7 @@ public int imperial_empire_day_major_tantor_handleBranch60(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_major_tantor_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4384,7 +4384,7 @@ public int imperial_empire_day_major_tantor_handleBranch62(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_mara_jade.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_mara_jade.java index 31b17e3afc..fe7c5b38b6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_mara_jade.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_mara_jade.java @@ -316,7 +316,7 @@ public int imperial_empire_day_mara_jade_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int imperial_empire_day_mara_jade_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -539,7 +539,7 @@ public int imperial_empire_day_mara_jade_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int imperial_empire_day_mara_jade_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int imperial_empire_day_mara_jade_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -632,7 +632,7 @@ public int imperial_empire_day_mara_jade_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -647,7 +647,7 @@ public int imperial_empire_day_mara_jade_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -686,7 +686,7 @@ public int imperial_empire_day_mara_jade_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -702,7 +702,7 @@ public int imperial_empire_day_mara_jade_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int imperial_empire_day_mara_jade_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -756,7 +756,7 @@ public int imperial_empire_day_mara_jade_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -795,7 +795,7 @@ public int imperial_empire_day_mara_jade_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -810,7 +810,7 @@ public int imperial_empire_day_mara_jade_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -850,7 +850,7 @@ public int imperial_empire_day_mara_jade_handleBranch19(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -890,7 +890,7 @@ public int imperial_empire_day_mara_jade_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -930,7 +930,7 @@ public int imperial_empire_day_mara_jade_handleBranch21(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -947,7 +947,7 @@ public int imperial_empire_day_mara_jade_handleBranch22(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1143,7 +1143,7 @@ public int imperial_empire_day_mara_jade_handleBranch24(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1195,7 +1195,7 @@ public int imperial_empire_day_mara_jade_handleBranch25(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1241,7 +1241,7 @@ public int imperial_empire_day_mara_jade_handleBranch27(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1279,7 +1279,7 @@ public int imperial_empire_day_mara_jade_handleBranch28(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1331,7 +1331,7 @@ public int imperial_empire_day_mara_jade_handleBranch29(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1383,7 +1383,7 @@ public int imperial_empire_day_mara_jade_handleBranch31(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1421,7 +1421,7 @@ public int imperial_empire_day_mara_jade_handleBranch32(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1459,7 +1459,7 @@ public int imperial_empire_day_mara_jade_handleBranch33(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1519,7 +1519,7 @@ public int imperial_empire_day_mara_jade_handleBranch34(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1647,7 +1647,7 @@ public int imperial_empire_day_mara_jade_handleBranch35(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1705,7 +1705,7 @@ public int imperial_empire_day_mara_jade_handleBranch36(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1763,7 +1763,7 @@ public int imperial_empire_day_mara_jade_handleBranch37(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1815,7 +1815,7 @@ public int imperial_empire_day_mara_jade_handleBranch38(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1832,7 +1832,7 @@ public int imperial_empire_day_mara_jade_handleBranch39(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1879,7 +1879,7 @@ public int imperial_empire_day_mara_jade_handleBranch43(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1918,7 +1918,7 @@ public int imperial_empire_day_mara_jade_handleBranch44(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1964,7 +1964,7 @@ public int imperial_empire_day_mara_jade_handleBranch45(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2003,7 +2003,7 @@ public int imperial_empire_day_mara_jade_handleBranch46(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_mara_jade_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2019,7 +2019,7 @@ public int imperial_empire_day_mara_jade_handleBranch47(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_supply_officer.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_supply_officer.java index 68dbbfa824..83a5ac8392 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_supply_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_empire_day_supply_officer.java @@ -86,7 +86,7 @@ public int imperial_empire_day_supply_officer_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_empire_day_supply_officer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int imperial_empire_day_supply_officer_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_general.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_general.java index a950246dac..44754b1427 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_general.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_general.java @@ -440,7 +440,7 @@ public int imperial_general_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_general_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -485,7 +485,7 @@ public int imperial_general_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_general_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -523,7 +523,7 @@ public int imperial_general_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_general_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -579,7 +579,7 @@ public int imperial_general_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_general_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -621,7 +621,7 @@ public int imperial_general_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_general_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -854,7 +854,7 @@ public int imperial_general_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_general_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1067,7 +1067,7 @@ public int imperial_general_handleBranch39(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_life_day_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_life_day_vendor.java index 7b5bae5f79..acbe27b6d0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_life_day_vendor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_life_day_vendor.java @@ -259,7 +259,7 @@ public int imperial_life_day_vendor_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_life_day_vendor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int imperial_life_day_vendor_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_life_day_vendor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int imperial_life_day_vendor_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_life_day_vendor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -459,7 +459,7 @@ public int imperial_life_day_vendor_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_life_day_vendor_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int imperial_life_day_vendor_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_life_day_vendor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -640,7 +640,7 @@ public int imperial_life_day_vendor_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_life_day_vendor_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -705,7 +705,7 @@ public int imperial_life_day_vendor_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_life_day_vendor_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -799,7 +799,7 @@ public int imperial_life_day_vendor_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_life_day_vendor_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -864,7 +864,7 @@ public int imperial_life_day_vendor_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_master_trainer.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_master_trainer.java index d84e9ae4bc..896c9dc866 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_master_trainer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_master_trainer.java @@ -312,7 +312,7 @@ public int imperial_master_trainer_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -397,7 +397,7 @@ public int imperial_master_trainer_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -447,7 +447,7 @@ public int imperial_master_trainer_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int imperial_master_trainer_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -502,7 +502,7 @@ public int imperial_master_trainer_handleBranch18(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -517,7 +517,7 @@ public int imperial_master_trainer_handleBranch19(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -602,7 +602,7 @@ public int imperial_master_trainer_handleBranch21(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -642,7 +642,7 @@ public int imperial_master_trainer_handleBranch22(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -657,7 +657,7 @@ public int imperial_master_trainer_handleBranch23(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -708,7 +708,7 @@ public int imperial_master_trainer_handleBranch25(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -746,7 +746,7 @@ public int imperial_master_trainer_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -761,7 +761,7 @@ public int imperial_master_trainer_handleBranch27(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -811,7 +811,7 @@ public int imperial_master_trainer_handleBranch30(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -885,7 +885,7 @@ public int imperial_master_trainer_handleBranch31(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -958,7 +958,7 @@ public int imperial_master_trainer_handleBranch32(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -974,7 +974,7 @@ public int imperial_master_trainer_handleBranch33(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -990,7 +990,7 @@ public int imperial_master_trainer_handleBranch35(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1028,7 +1028,7 @@ public int imperial_master_trainer_handleBranch37(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1101,7 +1101,7 @@ public int imperial_master_trainer_handleBranch38(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1175,7 +1175,7 @@ public int imperial_master_trainer_handleBranch39(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1214,7 +1214,7 @@ public int imperial_master_trainer_handleBranch40(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1286,7 +1286,7 @@ public int imperial_master_trainer_handleBranch41(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1325,7 +1325,7 @@ public int imperial_master_trainer_handleBranch42(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1340,7 +1340,7 @@ public int imperial_master_trainer_handleBranch43(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1379,7 +1379,7 @@ public int imperial_master_trainer_handleBranch45(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1394,7 +1394,7 @@ public int imperial_master_trainer_handleBranch46(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1466,7 +1466,7 @@ public int imperial_master_trainer_handleBranch48(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1550,7 +1550,7 @@ public int imperial_master_trainer_handleBranch49(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1623,7 +1623,7 @@ public int imperial_master_trainer_handleBranch50(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1662,7 +1662,7 @@ public int imperial_master_trainer_handleBranch51(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1712,7 +1712,7 @@ public int imperial_master_trainer_handleBranch52(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1786,7 +1786,7 @@ public int imperial_master_trainer_handleBranch53(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1825,7 +1825,7 @@ public int imperial_master_trainer_handleBranch54(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1865,7 +1865,7 @@ public int imperial_master_trainer_handleBranch55(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1880,7 +1880,7 @@ public int imperial_master_trainer_handleBranch56(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1920,7 +1920,7 @@ public int imperial_master_trainer_handleBranch58(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1935,7 +1935,7 @@ public int imperial_master_trainer_handleBranch59(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1985,7 +1985,7 @@ public int imperial_master_trainer_handleBranch61(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2035,7 +2035,7 @@ public int imperial_master_trainer_handleBranch62(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2074,7 +2074,7 @@ public int imperial_master_trainer_handleBranch63(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2124,7 +2124,7 @@ public int imperial_master_trainer_handleBranch64(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2209,7 +2209,7 @@ public int imperial_master_trainer_handleBranch65(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2283,7 +2283,7 @@ public int imperial_master_trainer_handleBranch66(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2323,7 +2323,7 @@ public int imperial_master_trainer_handleBranch67(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2338,7 +2338,7 @@ public int imperial_master_trainer_handleBranch68(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2378,7 +2378,7 @@ public int imperial_master_trainer_handleBranch70(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2418,7 +2418,7 @@ public int imperial_master_trainer_handleBranch71(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2492,7 +2492,7 @@ public int imperial_master_trainer_handleBranch72(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2530,7 +2530,7 @@ public int imperial_master_trainer_handleBranch73(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2579,7 +2579,7 @@ public int imperial_master_trainer_handleBranch74(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2664,7 +2664,7 @@ public int imperial_master_trainer_handleBranch75(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2749,7 +2749,7 @@ public int imperial_master_trainer_handleBranch76(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2799,7 +2799,7 @@ public int imperial_master_trainer_handleBranch77(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2873,7 +2873,7 @@ public int imperial_master_trainer_handleBranch78(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2912,7 +2912,7 @@ public int imperial_master_trainer_handleBranch79(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2951,7 +2951,7 @@ public int imperial_master_trainer_handleBranch80(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2990,7 +2990,7 @@ public int imperial_master_trainer_handleBranch81(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3030,7 +3030,7 @@ public int imperial_master_trainer_handleBranch82(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3045,7 +3045,7 @@ public int imperial_master_trainer_handleBranch83(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3084,7 +3084,7 @@ public int imperial_master_trainer_handleBranch85(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3158,7 +3158,7 @@ public int imperial_master_trainer_handleBranch86(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3208,7 +3208,7 @@ public int imperial_master_trainer_handleBranch87(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3293,7 +3293,7 @@ public int imperial_master_trainer_handleBranch88(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3331,7 +3331,7 @@ public int imperial_master_trainer_handleBranch89(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3435,7 +3435,7 @@ public int imperial_master_trainer_handleBranch90(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3520,7 +3520,7 @@ public int imperial_master_trainer_handleBranch91(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3594,7 +3594,7 @@ public int imperial_master_trainer_handleBranch92(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3633,7 +3633,7 @@ public int imperial_master_trainer_handleBranch93(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3672,7 +3672,7 @@ public int imperial_master_trainer_handleBranch94(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3722,7 +3722,7 @@ public int imperial_master_trainer_handleBranch95(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3807,7 +3807,7 @@ public int imperial_master_trainer_handleBranch96(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3857,7 +3857,7 @@ public int imperial_master_trainer_handleBranch97(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3931,7 +3931,7 @@ public int imperial_master_trainer_handleBranch98(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3971,7 +3971,7 @@ public int imperial_master_trainer_handleBranch99(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4022,7 +4022,7 @@ public int imperial_master_trainer_handleBranch100(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4078,7 +4078,7 @@ public int imperial_master_trainer_handleBranch101(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4099,7 +4099,7 @@ public int imperial_master_trainer_handleBranch104(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4138,7 +4138,7 @@ public int imperial_master_trainer_handleBranch107(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4178,7 +4178,7 @@ public int imperial_master_trainer_handleBranch108(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4217,7 +4217,7 @@ public int imperial_master_trainer_handleBranch109(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4256,7 +4256,7 @@ public int imperial_master_trainer_handleBranch110(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4295,7 +4295,7 @@ public int imperial_master_trainer_handleBranch111(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4334,7 +4334,7 @@ public int imperial_master_trainer_handleBranch112(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4408,7 +4408,7 @@ public int imperial_master_trainer_handleBranch113(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4447,7 +4447,7 @@ public int imperial_master_trainer_handleBranch114(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4486,7 +4486,7 @@ public int imperial_master_trainer_handleBranch115(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4525,7 +4525,7 @@ public int imperial_master_trainer_handleBranch116(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4564,7 +4564,7 @@ public int imperial_master_trainer_handleBranch117(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4602,7 +4602,7 @@ public int imperial_master_trainer_handleBranch118(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_master_trainer_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4641,7 +4641,7 @@ public int imperial_master_trainer_handleBranch119(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_master_trooper.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_master_trooper.java index 064a29fa7d..6efff46b6a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_master_trooper.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_master_trooper.java @@ -72,7 +72,7 @@ public int imperial_master_trooper_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_offensive_supply_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_offensive_supply_terminal.java index 44bc995b7b..c556b2c9aa 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_offensive_supply_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_offensive_supply_terminal.java @@ -384,7 +384,7 @@ public int imperial_offensive_supply_terminal_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int imperial_offensive_supply_terminal_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -738,7 +738,7 @@ public int imperial_offensive_supply_terminal_handleBranch4(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -809,7 +809,7 @@ public int imperial_offensive_supply_terminal_handleBranch5(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -880,7 +880,7 @@ public int imperial_offensive_supply_terminal_handleBranch7(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1153,7 +1153,7 @@ public int imperial_offensive_supply_terminal_handleBranch10(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1274,7 +1274,7 @@ public int imperial_offensive_supply_terminal_handleBranch11(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1394,7 +1394,7 @@ public int imperial_offensive_supply_terminal_handleBranch12(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1515,7 +1515,7 @@ public int imperial_offensive_supply_terminal_handleBranch13(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1635,7 +1635,7 @@ public int imperial_offensive_supply_terminal_handleBranch14(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1756,7 +1756,7 @@ public int imperial_offensive_supply_terminal_handleBranch15(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1876,7 +1876,7 @@ public int imperial_offensive_supply_terminal_handleBranch16(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1891,7 +1891,7 @@ public int imperial_offensive_supply_terminal_handleBranch18(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1917,7 +1917,7 @@ public int imperial_offensive_supply_terminal_handleBranch24(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_offensive_supply_terminal_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2047,7 +2047,7 @@ public int imperial_offensive_supply_terminal_handleBranch28(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_title_grant.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_title_grant.java index 12448d685e..c9afab0804 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_title_grant.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_title_grant.java @@ -134,7 +134,7 @@ public int imperial_title_grant_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_title_grant_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int imperial_title_grant_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_title_grant_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int imperial_title_grant_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int imperial_title_grant_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int imperial_title_grant_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/injured_agent.java b/sku.0/sys.server/compiled/game/script/conversation/injured_agent.java index 6836b6b5d3..02158a3b98 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/injured_agent.java +++ b/sku.0/sys.server/compiled/game/script/conversation/injured_agent.java @@ -45,7 +45,7 @@ public int injured_agent_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/inquisitor_admin.java b/sku.0/sys.server/compiled/game/script/conversation/inquisitor_admin.java index 816220c596..b6ea2c274c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/inquisitor_admin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/inquisitor_admin.java @@ -231,7 +231,7 @@ public int inquisitor_admin_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int inquisitor_admin_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int inquisitor_admin_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int inquisitor_admin_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int inquisitor_admin_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int inquisitor_admin_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -440,7 +440,7 @@ public int inquisitor_admin_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -480,7 +480,7 @@ public int inquisitor_admin_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -519,7 +519,7 @@ public int inquisitor_admin_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -557,7 +557,7 @@ public int inquisitor_admin_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int inquisitor_admin_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int inquisitor_admin_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -611,7 +611,7 @@ public int inquisitor_admin_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/itp_emperor_main.java b/sku.0/sys.server/compiled/game/script/conversation/itp_emperor_main.java index 7219181af0..d7b5735707 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/itp_emperor_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/itp_emperor_main.java @@ -101,7 +101,7 @@ public int itp_emperor_main_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_emperor_main_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int itp_emperor_main_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_emperor_main_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int itp_emperor_main_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/itp_hethrir_main.java b/sku.0/sys.server/compiled/game/script/conversation/itp_hethrir_main.java index a4a097d004..48e739cb30 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/itp_hethrir_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/itp_hethrir_main.java @@ -69,7 +69,7 @@ public int itp_hethrir_main_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/itp_kaja_main.java b/sku.0/sys.server/compiled/game/script/conversation/itp_kaja_main.java index 61247b2b55..8f9c00411f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/itp_kaja_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/itp_kaja_main.java @@ -85,7 +85,7 @@ public int itp_kaja_main_handleBranch5(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_kaja_main_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int itp_kaja_main_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/itp_loam_main.java b/sku.0/sys.server/compiled/game/script/conversation/itp_loam_main.java index 6cce8a4c52..1f0f2ab3f8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/itp_loam_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/itp_loam_main.java @@ -85,7 +85,7 @@ public int itp_loam_main_handleBranch6(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_loam_main_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int itp_loam_main_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/itp_thrawn_main.java b/sku.0/sys.server/compiled/game/script/conversation/itp_thrawn_main.java index 3dec8306fe..5a1cddd209 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/itp_thrawn_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/itp_thrawn_main.java @@ -85,7 +85,7 @@ public int itp_thrawn_main_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_thrawn_main_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int itp_thrawn_main_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/itp_vader_dark_jedi.java b/sku.0/sys.server/compiled/game/script/conversation/itp_vader_dark_jedi.java index 95efd5fd38..9b9b1dbcee 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/itp_vader_dark_jedi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/itp_vader_dark_jedi.java @@ -58,7 +58,7 @@ public int itp_vader_dark_jedi_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_vader_dark_jedi_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83,7 +83,7 @@ public int itp_vader_dark_jedi_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/itp_vader_main.java b/sku.0/sys.server/compiled/game/script/conversation/itp_vader_main.java index 10734a1616..a66e89923a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/itp_vader_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/itp_vader_main.java @@ -101,7 +101,7 @@ public int itp_vader_main_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_vader_main_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int itp_vader_main_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_vader_main_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int itp_vader_main_handleBranch14(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/itp_veers_main.java b/sku.0/sys.server/compiled/game/script/conversation/itp_veers_main.java index 300b99d306..0aca3b0d43 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/itp_veers_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/itp_veers_main.java @@ -93,7 +93,7 @@ public int itp_veers_main_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_veers_main_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int itp_veers_main_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int itp_veers_main_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int itp_veers_main_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/jabba.java b/sku.0/sys.server/compiled/game/script/conversation/jabba.java index f7cd5bcfa7..a65df0c6e7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/jabba.java +++ b/sku.0/sys.server/compiled/game/script/conversation/jabba.java @@ -123,7 +123,7 @@ public int jabba_handleBranch1(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jabba_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -138,7 +138,7 @@ public int jabba_handleBranch2(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jabba_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -186,7 +186,7 @@ public int jabba_handleBranch8(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jabba_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -201,7 +201,7 @@ public int jabba_handleBranch9(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/jedi_robe_collection_giver.java b/sku.0/sys.server/compiled/game/script/conversation/jedi_robe_collection_giver.java index 7aaee8dc17..debcfbfb92 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/jedi_robe_collection_giver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/jedi_robe_collection_giver.java @@ -112,7 +112,7 @@ public int jedi_robe_collection_giver_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/jedi_robe_jinsu_taker.java b/sku.0/sys.server/compiled/game/script/conversation/jedi_robe_jinsu_taker.java index 3b8c7293e1..22ccaa7982 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/jedi_robe_jinsu_taker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/jedi_robe_jinsu_taker.java @@ -306,7 +306,7 @@ public int jedi_robe_jinsu_taker_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jedi_robe_jinsu_taker_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -482,7 +482,7 @@ public int jedi_robe_jinsu_taker_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jedi_robe_jinsu_taker_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -496,7 +496,7 @@ public int jedi_robe_jinsu_taker_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jedi_robe_jinsu_taker_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -510,7 +510,7 @@ public int jedi_robe_jinsu_taker_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jedi_robe_jinsu_taker_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int jedi_robe_jinsu_taker_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jedi_robe_jinsu_taker_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int jedi_robe_jinsu_taker_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jedi_robe_jinsu_taker_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -618,7 +618,7 @@ public int jedi_robe_jinsu_taker_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/jinkins.java b/sku.0/sys.server/compiled/game/script/conversation/jinkins.java index d3d74a3cb3..c68781f0d6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/jinkins.java +++ b/sku.0/sys.server/compiled/game/script/conversation/jinkins.java @@ -104,7 +104,7 @@ public int jinkins_handleBranch4(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int jinkins_handleBranch6(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int jinkins_handleBranch8(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int jinkins_handleBranch9(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int jinkins_handleBranch10(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int jinkins_handleBranch11(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int jinkins_handleBranch12(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -324,7 +324,7 @@ public int jinkins_handleBranch13(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int jinkins_handleBranch15(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -434,7 +434,7 @@ public int jinkins_handleBranch16(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int jinkins_handleBranch17(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -510,7 +510,7 @@ public int jinkins_handleBranch18(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -548,7 +548,7 @@ public int jinkins_handleBranch19(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -597,7 +597,7 @@ public int jinkins_handleBranch20(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -646,7 +646,7 @@ public int jinkins_handleBranch21(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int jinkins_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -661,7 +661,7 @@ public int jinkins_handleBranch22(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_arms.java b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_arms.java index 3540c89e1e..dced64a153 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_arms.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_arms.java @@ -53,7 +53,7 @@ public int junk_dealer_arms_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_finery.java b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_finery.java index ed7a812883..fb0a0d4f66 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_finery.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_finery.java @@ -53,7 +53,7 @@ public int junk_dealer_finery_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_generic.java b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_generic.java index db6b97d899..0e0a206f04 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_generic.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_generic.java @@ -254,7 +254,7 @@ public int junk_dealer_generic_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dealer_generic_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int junk_dealer_generic_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dealer_generic_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int junk_dealer_generic_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dealer_generic_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -379,7 +379,7 @@ public int junk_dealer_generic_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dealer_generic_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -478,7 +478,7 @@ public int junk_dealer_generic_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dealer_generic_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -572,7 +572,7 @@ public int junk_dealer_generic_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_jawa.java b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_jawa.java index d025442f1e..7a190163ac 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_jawa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_jawa.java @@ -141,7 +141,7 @@ public int junk_dealer_jawa_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dealer_jawa_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int junk_dealer_jawa_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_smuggler.java b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_smuggler.java index 2804716af9..a94ccdb5b4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_smuggler.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_dealer_smuggler.java @@ -259,7 +259,7 @@ public int junk_dealer_smuggler_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_dender_rori.java b/sku.0/sys.server/compiled/game/script/conversation/junk_dender_rori.java index 21d11409a7..0a63c25470 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_dender_rori.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_dender_rori.java @@ -87,7 +87,7 @@ public int junk_dender_rori_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dender_rori_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int junk_dender_rori_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dender_rori_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int junk_dender_rori_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dender_rori_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int junk_dender_rori_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_dender_theed.java b/sku.0/sys.server/compiled/game/script/conversation/junk_dender_theed.java index 17ce8328a4..4fd31bf6be 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_dender_theed.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_dender_theed.java @@ -87,7 +87,7 @@ public int junk_dender_theed_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dender_theed_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int junk_dender_theed_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dender_theed_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int junk_dender_theed_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_dender_theed_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int junk_dender_theed_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_lila_borvo.java b/sku.0/sys.server/compiled/game/script/conversation/junk_lila_borvo.java index 88f87a8a66..76eeeacb7b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_lila_borvo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_lila_borvo.java @@ -87,7 +87,7 @@ public int junk_lila_borvo_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_lila_borvo_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int junk_lila_borvo_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_malik_vistal.java b/sku.0/sys.server/compiled/game/script/conversation/junk_malik_vistal.java index 89731bfd89..76e07bb351 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_malik_vistal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_malik_vistal.java @@ -87,7 +87,7 @@ public int junk_malik_vistal_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_malik_vistal_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int junk_malik_vistal_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_malik_vistal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int junk_malik_vistal_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_nado_wattos.java b/sku.0/sys.server/compiled/game/script/conversation/junk_nado_wattos.java index a38b66b1c0..09856ee94c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_nado_wattos.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_nado_wattos.java @@ -87,7 +87,7 @@ public int junk_nado_wattos_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_nado_wattos_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int junk_nado_wattos_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_nathan_taike.java b/sku.0/sys.server/compiled/game/script/conversation/junk_nathan_taike.java index 36ed574a02..60f9eaf44b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_nathan_taike.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_nathan_taike.java @@ -87,7 +87,7 @@ public int junk_nathan_taike_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_nathan_taike_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int junk_nathan_taike_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_nathan_taike_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int junk_nathan_taike_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_nathan_taike_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int junk_nathan_taike_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_ollobo_jabbas.java b/sku.0/sys.server/compiled/game/script/conversation/junk_ollobo_jabbas.java index e1c1d4a5e9..49d399e5d6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_ollobo_jabbas.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_ollobo_jabbas.java @@ -87,7 +87,7 @@ public int junk_ollobo_jabbas_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_ollobo_jabbas_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int junk_ollobo_jabbas_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_quich_dantooine.java b/sku.0/sys.server/compiled/game/script/conversation/junk_quich_dantooine.java index cea82289d3..2a1bd5dae4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_quich_dantooine.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_quich_dantooine.java @@ -87,7 +87,7 @@ public int junk_quich_dantooine_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_quich_dantooine_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int junk_quich_dantooine_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_quich_dantooine_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int junk_quich_dantooine_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_reggi_nym.java b/sku.0/sys.server/compiled/game/script/conversation/junk_reggi_nym.java index e304fe05b1..c4e9882413 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_reggi_nym.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_reggi_nym.java @@ -87,7 +87,7 @@ public int junk_reggi_nym_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_reggi_nym_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int junk_reggi_nym_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_sheani_lake.java b/sku.0/sys.server/compiled/game/script/conversation/junk_sheani_lake.java index e488fdaa90..8a7cee06c8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_sheani_lake.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_sheani_lake.java @@ -87,7 +87,7 @@ public int junk_sheani_lake_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_sheani_lake_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int junk_sheani_lake_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/junk_sneg_valarian.java b/sku.0/sys.server/compiled/game/script/conversation/junk_sneg_valarian.java index 116b57d03e..d9dbbda023 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/junk_sneg_valarian.java +++ b/sku.0/sys.server/compiled/game/script/conversation/junk_sneg_valarian.java @@ -87,7 +87,7 @@ public int junk_sneg_valarian_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_sneg_valarian_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int junk_sneg_valarian_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_sneg_valarian_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int junk_sneg_valarian_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int junk_sneg_valarian_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int junk_sneg_valarian_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/kd121_scouttrooper.java b/sku.0/sys.server/compiled/game/script/conversation/kd121_scouttrooper.java index 4d7dc70997..b8ac88c5d1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/kd121_scouttrooper.java +++ b/sku.0/sys.server/compiled/game/script/conversation/kd121_scouttrooper.java @@ -77,7 +77,7 @@ public int kd121_scouttrooper_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kd121_scouttrooper_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int kd121_scouttrooper_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kd121_scouttrooper_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int kd121_scouttrooper_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kd121_scouttrooper_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int kd121_scouttrooper_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kd121_scouttrooper_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -162,7 +162,7 @@ public int kd121_scouttrooper_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/kodo_kara.java b/sku.0/sys.server/compiled/game/script/conversation/kodo_kara.java index 2bbb93bcbf..a47d882658 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/kodo_kara.java +++ b/sku.0/sys.server/compiled/game/script/conversation/kodo_kara.java @@ -42,7 +42,7 @@ public int kodo_kara_handleBranch1(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/kole.java b/sku.0/sys.server/compiled/game/script/conversation/kole.java index 92c21bc4f2..5f5e9a36a6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/kole.java +++ b/sku.0/sys.server/compiled/game/script/conversation/kole.java @@ -138,7 +138,7 @@ public int kole_handleBranch3(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int kole_handleBranch4(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int kole_handleBranch6(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int kole_handleBranch7(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int kole_handleBranch8(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int kole_handleBranch9(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -301,7 +301,7 @@ public int kole_handleBranch12(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int kole_handleBranch13(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -433,7 +433,7 @@ public int kole_handleBranch14(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -505,7 +505,7 @@ public int kole_handleBranch15(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -543,7 +543,7 @@ public int kole_handleBranch16(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int kole_handleBranch17(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -596,7 +596,7 @@ public int kole_handleBranch19(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kole_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -645,7 +645,7 @@ public int kole_handleBranch20(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/kusak.java b/sku.0/sys.server/compiled/game/script/conversation/kusak.java index 109b5a1a29..06408008df 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/kusak.java +++ b/sku.0/sys.server/compiled/game/script/conversation/kusak.java @@ -442,7 +442,7 @@ public int kusak_handleBranch1(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int kusak_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -556,7 +556,7 @@ public int kusak_handleBranch2(obj_id player, obj_id npc, string_id response) th return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final String[] ALL_WEED_TEMPLATES = { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lava_beetle_nest_destroy_donko.java b/sku.0/sys.server/compiled/game/script/conversation/lava_beetle_nest_destroy_donko.java index 78d868b82e..1ceb55463d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lava_beetle_nest_destroy_donko.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lava_beetle_nest_destroy_donko.java @@ -96,7 +96,7 @@ public int lava_beetle_nest_destroy_donko_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lava_beetle_nest_destroy_donko_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -113,7 +113,7 @@ public int lava_beetle_nest_destroy_donko_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lava_beetle_nest_destroy_donko_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int lava_beetle_nest_destroy_donko_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lava_beetle_nest_destroy_donko_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int lava_beetle_nest_destroy_donko_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lava_beetle_nest_destroy_donko_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int lava_beetle_nest_destroy_donko_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lava_beetle_nest_destroy_donko_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -284,7 +284,7 @@ public int lava_beetle_nest_destroy_donko_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lava_beetle_nest_destroy_donko_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -301,7 +301,7 @@ public int lava_beetle_nest_destroy_donko_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_barrezz.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_barrezz.java index 42171e216f..7e8e296242 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_barrezz.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_barrezz.java @@ -146,7 +146,7 @@ public int legacy_button_barrezz_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int legacy_button_barrezz_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int legacy_button_barrezz_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int legacy_button_barrezz_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -322,7 +322,7 @@ public int legacy_button_barrezz_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int legacy_button_barrezz_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int legacy_button_barrezz_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -560,7 +560,7 @@ public int legacy_button_barrezz_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -654,7 +654,7 @@ public int legacy_button_barrezz_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -703,7 +703,7 @@ public int legacy_button_barrezz_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -754,7 +754,7 @@ public int legacy_button_barrezz_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_barrezz_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -803,7 +803,7 @@ public int legacy_button_barrezz_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_bastra.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_bastra.java index 16d28b825e..b6b1e19f7c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_bastra.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_bastra.java @@ -164,7 +164,7 @@ public int legacy_button_bastra_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_bastra_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int legacy_button_bastra_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_bastra_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int legacy_button_bastra_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_bastra_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int legacy_button_bastra_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_bastra_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -306,7 +306,7 @@ public int legacy_button_bastra_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_bastra_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -367,7 +367,7 @@ public int legacy_button_bastra_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_bastra_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -452,7 +452,7 @@ public int legacy_button_bastra_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_bastra_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ public int legacy_button_bastra_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_bastra_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int legacy_button_bastra_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_damar.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_damar.java index 3b7b741229..6356422fe7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_damar.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_damar.java @@ -87,7 +87,7 @@ public int legacy_button_damar_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_damar_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -138,7 +138,7 @@ public int legacy_button_damar_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_damar_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int legacy_button_damar_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_damar_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int legacy_button_damar_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_damar_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int legacy_button_damar_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_damar_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int legacy_button_damar_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_damar_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int legacy_button_damar_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_damar_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int legacy_button_damar_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_b3p0.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_b3p0.java index 9edc80ce7f..b0d1240278 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_b3p0.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_b3p0.java @@ -86,7 +86,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_b3p0_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -113,7 +113,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_b3p0_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_b3p0_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch7(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_b3p0_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_b3p0_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_b3p0_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_b3p0_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_b3p0_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_b3p0_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -371,7 +371,7 @@ public int legacy_button_jawatracks_b3p0_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_cunan.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_cunan.java index c75477e8f9..8f23449cc9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_cunan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_cunan.java @@ -154,7 +154,7 @@ public int legacy_button_jawatracks_cunan_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -169,7 +169,7 @@ public int legacy_button_jawatracks_cunan_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int legacy_button_jawatracks_cunan_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int legacy_button_jawatracks_cunan_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -259,7 +259,7 @@ public int legacy_button_jawatracks_cunan_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int legacy_button_jawatracks_cunan_handleBranch14(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -429,7 +429,7 @@ public int legacy_button_jawatracks_cunan_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int legacy_button_jawatracks_cunan_handleBranch16(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int legacy_button_jawatracks_cunan_handleBranch17(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -562,7 +562,7 @@ public int legacy_button_jawatracks_cunan_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int legacy_button_jawatracks_cunan_handleBranch22(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int legacy_button_jawatracks_cunan_handleBranch23(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -721,7 +721,7 @@ public int legacy_button_jawatracks_cunan_handleBranch25(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_cunan_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -746,7 +746,7 @@ public int legacy_button_jawatracks_cunan_handleBranch26(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_zef.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_zef.java index c56adca659..fced57ed22 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_zef.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_button_jawatracks_zef.java @@ -173,7 +173,7 @@ public int legacy_button_jawatracks_zef_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -200,7 +200,7 @@ public int legacy_button_jawatracks_zef_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int legacy_button_jawatracks_zef_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int legacy_button_jawatracks_zef_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int legacy_button_jawatracks_zef_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int legacy_button_jawatracks_zef_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -401,7 +401,7 @@ public int legacy_button_jawatracks_zef_handleBranch14(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int legacy_button_jawatracks_zef_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -493,7 +493,7 @@ public int legacy_button_jawatracks_zef_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -554,7 +554,7 @@ public int legacy_button_jawatracks_zef_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -581,7 +581,7 @@ public int legacy_button_jawatracks_zef_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -642,7 +642,7 @@ public int legacy_button_jawatracks_zef_handleBranch24(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_button_jawatracks_zef_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -656,7 +656,7 @@ public int legacy_button_jawatracks_zef_handleBranch25(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_darklighter_guard.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_darklighter_guard.java index b8354302f7..7924821fb0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_darklighter_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_darklighter_guard.java @@ -104,7 +104,7 @@ public int legacy_darklighter_guard_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_darklighter_guard_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int legacy_darklighter_guard_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_darklighter_guard_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int legacy_darklighter_guard_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_darklighter_guard_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int legacy_darklighter_guard_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_darklighter_guard_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int legacy_darklighter_guard_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_head_ev9d9.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_head_ev9d9.java index 2877cf09e5..19e148cc0c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_head_ev9d9.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_head_ev9d9.java @@ -307,7 +307,7 @@ public int legacy_head_ev9d9_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int legacy_head_ev9d9_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -361,7 +361,7 @@ public int legacy_head_ev9d9_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int legacy_head_ev9d9_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -461,7 +461,7 @@ public int legacy_head_ev9d9_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -476,7 +476,7 @@ public int legacy_head_ev9d9_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -577,7 +577,7 @@ public int legacy_head_ev9d9_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -673,7 +673,7 @@ public int legacy_head_ev9d9_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -698,7 +698,7 @@ public int legacy_head_ev9d9_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -723,7 +723,7 @@ public int legacy_head_ev9d9_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -782,7 +782,7 @@ public int legacy_head_ev9d9_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -832,7 +832,7 @@ public int legacy_head_ev9d9_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -933,7 +933,7 @@ public int legacy_head_ev9d9_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -990,7 +990,7 @@ public int legacy_head_ev9d9_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1016,7 +1016,7 @@ public int legacy_head_ev9d9_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1031,7 +1031,7 @@ public int legacy_head_ev9d9_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1046,7 +1046,7 @@ public int legacy_head_ev9d9_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1061,7 +1061,7 @@ public int legacy_head_ev9d9_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1132,7 +1132,7 @@ public int legacy_head_ev9d9_handleBranch36(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1202,7 +1202,7 @@ public int legacy_head_ev9d9_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_ev9d9_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1227,7 +1227,7 @@ public int legacy_head_ev9d9_handleBranch39(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_head_malakili.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_head_malakili.java index 14bc9cd0cf..36983e7e26 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_head_malakili.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_head_malakili.java @@ -67,7 +67,7 @@ public int legacy_head_malakili_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int legacy_head_malakili_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int legacy_head_malakili_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int legacy_head_malakili_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -372,7 +372,7 @@ public int legacy_head_malakili_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int legacy_head_malakili_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -526,7 +526,7 @@ public int legacy_head_malakili_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -674,7 +674,7 @@ public int legacy_head_malakili_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -912,7 +912,7 @@ public int legacy_head_malakili_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1060,7 +1060,7 @@ public int legacy_head_malakili_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1208,7 +1208,7 @@ public int legacy_head_malakili_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_head_malakili_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1356,7 +1356,7 @@ public int legacy_head_malakili_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_eirtae.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_eirtae.java index ac4e52db6a..f46975d4ec 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_eirtae.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_eirtae.java @@ -81,7 +81,7 @@ public int legacy_naboo_eirtae_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_eirtae_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int legacy_naboo_eirtae_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_eirtae_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int legacy_naboo_eirtae_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_eirtae_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int legacy_naboo_eirtae_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_eirtae_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int legacy_naboo_eirtae_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_lt_col_typho.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_lt_col_typho.java index a8b800f6f7..cc547729a0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_lt_col_typho.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_lt_col_typho.java @@ -257,7 +257,7 @@ public int legacy_naboo_lt_col_typho_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int legacy_naboo_lt_col_typho_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -443,7 +443,7 @@ public int legacy_naboo_lt_col_typho_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -536,7 +536,7 @@ public int legacy_naboo_lt_col_typho_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -629,7 +629,7 @@ public int legacy_naboo_lt_col_typho_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -722,7 +722,7 @@ public int legacy_naboo_lt_col_typho_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ public int legacy_naboo_lt_col_typho_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -908,7 +908,7 @@ public int legacy_naboo_lt_col_typho_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1001,7 +1001,7 @@ public int legacy_naboo_lt_col_typho_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1094,7 +1094,7 @@ public int legacy_naboo_lt_col_typho_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_lt_col_typho_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1131,7 +1131,7 @@ public int legacy_naboo_lt_col_typho_handleBranch22(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_rabe.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_rabe.java index a8a36235ea..592e7048a8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_rabe.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_rabe.java @@ -108,7 +108,7 @@ public int legacy_naboo_rabe_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_rabe_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int legacy_naboo_rabe_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_rabe_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -186,7 +186,7 @@ public int legacy_naboo_rabe_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_rabe_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int legacy_naboo_rabe_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_rabe_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int legacy_naboo_rabe_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_rabe_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int legacy_naboo_rabe_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_rabe_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int legacy_naboo_rabe_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_sabe.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_sabe.java index d8d6cee3e4..fb4325ecbe 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_sabe.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_sabe.java @@ -93,7 +93,7 @@ public int legacy_naboo_sabe_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_sabe_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int legacy_naboo_sabe_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_sabe_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int legacy_naboo_sabe_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_sabe_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int legacy_naboo_sabe_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_sabe_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int legacy_naboo_sabe_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_sabe_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int legacy_naboo_sabe_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_sabe_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int legacy_naboo_sabe_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_sabe_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int legacy_naboo_sabe_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_sabe_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int legacy_naboo_sabe_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_sache.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_sache.java index e52a8da8e7..1597f1f199 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_sache.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_sache.java @@ -65,7 +65,7 @@ public int legacy_naboo_sache_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_sache_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -81,7 +81,7 @@ public int legacy_naboo_sache_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_typho.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_typho.java index b9ed0e1d4f..4789392d5a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_typho.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_typho.java @@ -174,7 +174,7 @@ public int legacy_naboo_typho_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -213,7 +213,7 @@ public int legacy_naboo_typho_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int legacy_naboo_typho_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int legacy_naboo_typho_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int legacy_naboo_typho_handleBranch17(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int legacy_naboo_typho_handleBranch19(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int legacy_naboo_typho_handleBranch21(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int legacy_naboo_typho_handleBranch22(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -565,7 +565,7 @@ public int legacy_naboo_typho_handleBranch23(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ public int legacy_naboo_typho_handleBranch24(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -689,7 +689,7 @@ public int legacy_naboo_typho_handleBranch25(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -751,7 +751,7 @@ public int legacy_naboo_typho_handleBranch26(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -813,7 +813,7 @@ public int legacy_naboo_typho_handleBranch28(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_typho_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -840,7 +840,7 @@ public int legacy_naboo_typho_handleBranch29(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_yane.java b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_yane.java index 0218de6cdf..0d9e6acfbc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_yane.java +++ b/sku.0/sys.server/compiled/game/script/conversation/legacy_naboo_yane.java @@ -70,7 +70,7 @@ public int legacy_naboo_yane_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_yane_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int legacy_naboo_yane_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_yane_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int legacy_naboo_yane_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int legacy_naboo_yane_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int legacy_naboo_yane_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lf_killmite.java b/sku.0/sys.server/compiled/game/script/conversation/lf_killmite.java index b86e5dd5de..b141dae539 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lf_killmite.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lf_killmite.java @@ -242,7 +242,7 @@ public int lf_killmite_handleBranch1(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_killmite_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int lf_killmite_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_killmite_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -388,7 +388,7 @@ public int lf_killmite_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_killmite_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -460,7 +460,7 @@ public int lf_killmite_handleBranch7(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_killmite_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -488,7 +488,7 @@ public int lf_killmite_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lf_safetyquestgiver.java b/sku.0/sys.server/compiled/game/script/conversation/lf_safetyquestgiver.java index 8cc4f3cdcd..4c67473c1f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lf_safetyquestgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lf_safetyquestgiver.java @@ -316,7 +316,7 @@ public int lf_safetyquestgiver_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int lf_safetyquestgiver_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int lf_safetyquestgiver_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int lf_safetyquestgiver_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int lf_safetyquestgiver_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int lf_safetyquestgiver_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -478,7 +478,7 @@ public int lf_safetyquestgiver_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int lf_safetyquestgiver_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int lf_safetyquestgiver_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -697,7 +697,7 @@ public int lf_safetyquestgiver_handleBranch22(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -724,7 +724,7 @@ public int lf_safetyquestgiver_handleBranch25(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -760,7 +760,7 @@ public int lf_safetyquestgiver_handleBranch28(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -854,7 +854,7 @@ public int lf_safetyquestgiver_handleBranch32(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -879,7 +879,7 @@ public int lf_safetyquestgiver_handleBranch33(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -904,7 +904,7 @@ public int lf_safetyquestgiver_handleBranch36(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -941,7 +941,7 @@ public int lf_safetyquestgiver_handleBranch39(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -966,7 +966,7 @@ public int lf_safetyquestgiver_handleBranch43(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1058,7 +1058,7 @@ public int lf_safetyquestgiver_handleBranch46(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lf_safetyquestgiver_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1085,7 +1085,7 @@ public int lf_safetyquestgiver_handleBranch49(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lifeday04a.java b/sku.0/sys.server/compiled/game/script/conversation/lifeday04a.java index 1728345535..6e19e56295 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lifeday04a.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lifeday04a.java @@ -130,7 +130,7 @@ public int lifeday04a_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04a_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int lifeday04a_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04a_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int lifeday04a_handleBranch6(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04a_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int lifeday04a_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lifeday04b.java b/sku.0/sys.server/compiled/game/script/conversation/lifeday04b.java index df4b9a2447..f364604f17 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lifeday04b.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lifeday04b.java @@ -166,7 +166,7 @@ public int lifeday04b_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04b_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int lifeday04b_handleBranch6(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04b_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -276,7 +276,7 @@ public int lifeday04b_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04b_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -304,7 +304,7 @@ public int lifeday04b_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lifeday04c.java b/sku.0/sys.server/compiled/game/script/conversation/lifeday04c.java index 013adbc575..b9287b38ea 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lifeday04c.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lifeday04c.java @@ -115,7 +115,7 @@ public int lifeday04c_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int lifeday04c_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int lifeday04c_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int lifeday04c_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int lifeday04c_handleBranch5(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int lifeday04c_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int lifeday04c_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int lifeday04c_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int lifeday04c_handleBranch14(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int lifeday04c_handleBranch15(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int lifeday04c_handleBranch16(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -562,7 +562,7 @@ public int lifeday04c_handleBranch18(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04c_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -579,7 +579,7 @@ public int lifeday04c_handleBranch20(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lifeday04d.java b/sku.0/sys.server/compiled/game/script/conversation/lifeday04d.java index f431f43112..544741ad0c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lifeday04d.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lifeday04d.java @@ -97,7 +97,7 @@ public int lifeday04d_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04d_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int lifeday04d_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04d_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int lifeday04d_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04d_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int lifeday04d_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04d_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int lifeday04d_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04d_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int lifeday04d_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04d_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int lifeday04d_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lifeday04e.java b/sku.0/sys.server/compiled/game/script/conversation/lifeday04e.java index 6b8a078f39..5600365d11 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lifeday04e.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lifeday04e.java @@ -97,7 +97,7 @@ public int lifeday04e_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04e_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int lifeday04e_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04e_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int lifeday04e_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04e_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int lifeday04e_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04e_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int lifeday04e_handleBranch5(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04e_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int lifeday04e_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04e_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int lifeday04e_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04e_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int lifeday04e_handleBranch11(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday04e_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int lifeday04e_handleBranch12(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lifeday_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/lifeday_vendor.java index bceb4115f0..3e7a6c0fab 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lifeday_vendor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lifeday_vendor.java @@ -116,7 +116,7 @@ public int lifeday_vendor_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday_vendor_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int lifeday_vendor_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday_vendor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int lifeday_vendor_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday_vendor_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int lifeday_vendor_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday_vendor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -291,7 +291,7 @@ public int lifeday_vendor_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday_vendor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int lifeday_vendor_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday_vendor_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int lifeday_vendor_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday_vendor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int lifeday_vendor_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lifeday_vendor_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -487,7 +487,7 @@ public int lifeday_vendor_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lok_rebel_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/lok_rebel_trainer_2.java index 637e3f1d86..d71c42063a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lok_rebel_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lok_rebel_trainer_2.java @@ -545,7 +545,7 @@ public int lok_rebel_trainer_2_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int lok_rebel_trainer_2_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -603,7 +603,7 @@ public int lok_rebel_trainer_2_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -659,7 +659,7 @@ public int lok_rebel_trainer_2_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int lok_rebel_trainer_2_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -839,7 +839,7 @@ public int lok_rebel_trainer_2_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -924,7 +924,7 @@ public int lok_rebel_trainer_2_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -974,7 +974,7 @@ public int lok_rebel_trainer_2_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1008,7 +1008,7 @@ public int lok_rebel_trainer_2_handleBranch18(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int lok_rebel_trainer_2_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1138,7 +1138,7 @@ public int lok_rebel_trainer_2_handleBranch22(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1172,7 +1172,7 @@ public int lok_rebel_trainer_2_handleBranch25(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1258,7 +1258,7 @@ public int lok_rebel_trainer_2_handleBranch28(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1355,7 +1355,7 @@ public int lok_rebel_trainer_2_handleBranch29(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1391,7 +1391,7 @@ public int lok_rebel_trainer_2_handleBranch30(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1425,7 +1425,7 @@ public int lok_rebel_trainer_2_handleBranch33(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1475,7 +1475,7 @@ public int lok_rebel_trainer_2_handleBranch36(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1572,7 +1572,7 @@ public int lok_rebel_trainer_2_handleBranch37(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1607,7 +1607,7 @@ public int lok_rebel_trainer_2_handleBranch38(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1641,7 +1641,7 @@ public int lok_rebel_trainer_2_handleBranch41(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1705,7 +1705,7 @@ public int lok_rebel_trainer_2_handleBranch44(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1804,7 +1804,7 @@ public int lok_rebel_trainer_2_handleBranch46(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1857,7 +1857,7 @@ public int lok_rebel_trainer_2_handleBranch47(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1873,7 +1873,7 @@ public int lok_rebel_trainer_2_handleBranch49(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1926,7 +1926,7 @@ public int lok_rebel_trainer_2_handleBranch51(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1942,7 +1942,7 @@ public int lok_rebel_trainer_2_handleBranch53(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1985,7 +1985,7 @@ public int lok_rebel_trainer_2_handleBranch55(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2015,7 +2015,7 @@ public int lok_rebel_trainer_2_handleBranch59(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2125,7 +2125,7 @@ public int lok_rebel_trainer_2_handleBranch62(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2190,7 +2190,7 @@ public int lok_rebel_trainer_2_handleBranch63(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2221,7 +2221,7 @@ public int lok_rebel_trainer_2_handleBranch64(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2286,7 +2286,7 @@ public int lok_rebel_trainer_2_handleBranch66(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2321,7 +2321,7 @@ public int lok_rebel_trainer_2_handleBranch67(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2356,7 +2356,7 @@ public int lok_rebel_trainer_2_handleBranch72(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2426,7 +2426,7 @@ public int lok_rebel_trainer_2_handleBranch75(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2510,7 +2510,7 @@ public int lok_rebel_trainer_2_handleBranch77(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2572,7 +2572,7 @@ public int lok_rebel_trainer_2_handleBranch79(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2667,7 +2667,7 @@ public int lok_rebel_trainer_2_handleBranch81(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2728,7 +2728,7 @@ public int lok_rebel_trainer_2_handleBranch82(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2789,7 +2789,7 @@ public int lok_rebel_trainer_2_handleBranch83(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2822,7 +2822,7 @@ public int lok_rebel_trainer_2_handleBranch85(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2883,7 +2883,7 @@ public int lok_rebel_trainer_2_handleBranch89(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2916,7 +2916,7 @@ public int lok_rebel_trainer_2_handleBranch91(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2984,7 +2984,7 @@ public int lok_rebel_trainer_2_handleBranch94(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3017,7 +3017,7 @@ public int lok_rebel_trainer_2_handleBranch96(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3051,7 +3051,7 @@ public int lok_rebel_trainer_2_handleBranch99(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3081,7 +3081,7 @@ public int lok_rebel_trainer_2_handleBranch102(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3117,7 +3117,7 @@ public int lok_rebel_trainer_2_handleBranch105(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3242,7 +3242,7 @@ public int lok_rebel_trainer_2_handleBranch108(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3276,7 +3276,7 @@ public int lok_rebel_trainer_2_handleBranch109(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3310,7 +3310,7 @@ public int lok_rebel_trainer_2_handleBranch113(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3423,7 +3423,7 @@ public int lok_rebel_trainer_2_handleBranch116(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3454,7 +3454,7 @@ public int lok_rebel_trainer_2_handleBranch117(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3507,7 +3507,7 @@ public int lok_rebel_trainer_2_handleBranch121(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3524,7 +3524,7 @@ public int lok_rebel_trainer_2_handleBranch122(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3598,7 +3598,7 @@ public int lok_rebel_trainer_2_handleBranch125(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3715,7 +3715,7 @@ public int lok_rebel_trainer_2_handleBranch126(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3847,7 +3847,7 @@ public int lok_rebel_trainer_2_handleBranch127(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3933,7 +3933,7 @@ public int lok_rebel_trainer_2_handleBranch128(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4021,7 +4021,7 @@ public int lok_rebel_trainer_2_handleBranch131(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4094,7 +4094,7 @@ public int lok_rebel_trainer_2_handleBranch134(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4128,7 +4128,7 @@ public int lok_rebel_trainer_2_handleBranch136(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4261,7 +4261,7 @@ public int lok_rebel_trainer_2_handleBranch139(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4328,7 +4328,7 @@ public int lok_rebel_trainer_2_handleBranch140(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4362,7 +4362,7 @@ public int lok_rebel_trainer_2_handleBranch141(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4412,7 +4412,7 @@ public int lok_rebel_trainer_2_handleBranch145(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4462,7 +4462,7 @@ public int lok_rebel_trainer_2_handleBranch146(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4699,7 +4699,7 @@ public int lok_rebel_trainer_2_handleBranch148(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4716,7 +4716,7 @@ public int lok_rebel_trainer_2_handleBranch149(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4733,7 +4733,7 @@ public int lok_rebel_trainer_2_handleBranch151(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4750,7 +4750,7 @@ public int lok_rebel_trainer_2_handleBranch153(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4767,7 +4767,7 @@ public int lok_rebel_trainer_2_handleBranch155(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4968,7 +4968,7 @@ public int lok_rebel_trainer_2_handleBranch157(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5168,7 +5168,7 @@ public int lok_rebel_trainer_2_handleBranch158(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5423,7 +5423,7 @@ public int lok_rebel_trainer_2_handleBranch160(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5478,7 +5478,7 @@ public int lok_rebel_trainer_2_handleBranch161(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5533,7 +5533,7 @@ public int lok_rebel_trainer_2_handleBranch167(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5614,7 +5614,7 @@ public int lok_rebel_trainer_2_handleBranch172(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch180(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5874,7 +5874,7 @@ public int lok_rebel_trainer_2_handleBranch180(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch181(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5995,7 +5995,7 @@ public int lok_rebel_trainer_2_handleBranch181(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6113,7 +6113,7 @@ public int lok_rebel_trainer_2_handleBranch182(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch183(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6200,7 +6200,7 @@ public int lok_rebel_trainer_2_handleBranch183(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch185(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6318,7 +6318,7 @@ public int lok_rebel_trainer_2_handleBranch185(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch186(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6401,7 +6401,7 @@ public int lok_rebel_trainer_2_handleBranch186(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch188(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6519,7 +6519,7 @@ public int lok_rebel_trainer_2_handleBranch188(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch189(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6608,7 +6608,7 @@ public int lok_rebel_trainer_2_handleBranch189(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch192(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6689,7 +6689,7 @@ public int lok_rebel_trainer_2_handleBranch192(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch200(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6813,7 +6813,7 @@ public int lok_rebel_trainer_2_handleBranch200(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_handleBranch201(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6894,7 +6894,7 @@ public int lok_rebel_trainer_2_handleBranch201(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/lok_rebel_trainer_2_smuggler.java b/sku.0/sys.server/compiled/game/script/conversation/lok_rebel_trainer_2_smuggler.java index 9549a5761d..ea4ec950a9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/lok_rebel_trainer_2_smuggler.java +++ b/sku.0/sys.server/compiled/game/script/conversation/lok_rebel_trainer_2_smuggler.java @@ -118,7 +118,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -506,7 +506,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -582,7 +582,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -622,7 +622,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch13(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch14(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -724,7 +724,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch15(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -739,7 +739,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -855,7 +855,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -951,7 +951,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1027,7 +1027,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1067,7 +1067,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch23(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1143,7 +1143,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch24(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int lok_rebel_trainer_2_smuggler_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1183,7 +1183,7 @@ public int lok_rebel_trainer_2_smuggler_handleBranch25(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_blaire.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_blaire.java index 8f0650ce29..d060be9cd0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_blaire.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_blaire.java @@ -166,7 +166,7 @@ public int loveday_disillusion_blaire_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_blaire_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -181,7 +181,7 @@ public int loveday_disillusion_blaire_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_blaire_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int loveday_disillusion_blaire_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_blaire_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int loveday_disillusion_blaire_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_blaire_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int loveday_disillusion_blaire_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_blaire_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int loveday_disillusion_blaire_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_blaire_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int loveday_disillusion_blaire_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_herald.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_herald.java index b8fe6a7e2e..3e6903ff9a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_herald.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_herald.java @@ -102,7 +102,7 @@ public int loveday_disillusion_herald_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_herald_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int loveday_disillusion_herald_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_love_note.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_love_note.java index 1ed9246c9b..8d233eba12 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_love_note.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_love_note.java @@ -61,7 +61,7 @@ public int loveday_disillusion_love_note_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_love_note_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int loveday_disillusion_love_note_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_love_note_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int loveday_disillusion_love_note_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_hate.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_hate.java index 644744491b..794b8540c3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_hate.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_hate.java @@ -59,7 +59,7 @@ public int loveday_disillusion_mr_hate_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_love.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_love.java index 2c8c425c15..dd39b5b9a0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_love.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_love.java @@ -88,7 +88,7 @@ public int loveday_disillusion_mr_love_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_mr_love_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -127,7 +127,7 @@ public int loveday_disillusion_mr_love_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_mr_love_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int loveday_disillusion_mr_love_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_mr_love_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int loveday_disillusion_mr_love_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_mr_love_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int loveday_disillusion_mr_love_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_mr_love_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int loveday_disillusion_mr_love_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_pet_lover.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_pet_lover.java index 8ad8662cb0..5d1e251ef2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_pet_lover.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_pet_lover.java @@ -68,7 +68,7 @@ public int loveday_disillusion_pet_lover_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_disillusion_pet_lover_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83,7 +83,7 @@ public int loveday_disillusion_pet_lover_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_ewok_cardless_child.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_ewok_cardless_child.java index 17ed57db55..691cb9112f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_ewok_cardless_child.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_ewok_cardless_child.java @@ -103,7 +103,7 @@ public int loveday_ewok_cardless_child_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_ewok_cardless_child_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int loveday_ewok_cardless_child_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_ewok_cupid.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_ewok_cupid.java index 827353d543..5ce8b01ab5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_ewok_cupid.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_ewok_cupid.java @@ -155,7 +155,7 @@ public int loveday_ewok_cupid_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_ewok_cupid_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int loveday_ewok_cupid_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_matchmaker_droid.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_matchmaker_droid.java index d9557231bc..d81c25c20e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_matchmaker_droid.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_matchmaker_droid.java @@ -96,7 +96,7 @@ public int loveday_matchmaker_droid_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_matchmaker_droid_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int loveday_matchmaker_droid_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_matchmaker_droid_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int loveday_matchmaker_droid_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_matchmaker_droid_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int loveday_matchmaker_droid_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_romance_seeker.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_romance_seeker.java index aa9f2262e8..635bb4364f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_romance_seeker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_romance_seeker.java @@ -164,7 +164,7 @@ public int loveday_romance_seeker_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_seeker_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int loveday_romance_seeker_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_seeker_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int loveday_romance_seeker_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_seeker_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int loveday_romance_seeker_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_seeker_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int loveday_romance_seeker_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_seeker_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -371,7 +371,7 @@ public int loveday_romance_seeker_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_romance_target.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_romance_target.java index 89771a90dc..079531bc79 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_romance_target.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_romance_target.java @@ -261,7 +261,7 @@ public int loveday_romance_target_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -365,7 +365,7 @@ public int loveday_romance_target_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -469,7 +469,7 @@ public int loveday_romance_target_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -573,7 +573,7 @@ public int loveday_romance_target_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -666,7 +666,7 @@ public int loveday_romance_target_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -715,7 +715,7 @@ public int loveday_romance_target_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -819,7 +819,7 @@ public int loveday_romance_target_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -923,7 +923,7 @@ public int loveday_romance_target_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1027,7 +1027,7 @@ public int loveday_romance_target_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1131,7 +1131,7 @@ public int loveday_romance_target_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1235,7 +1235,7 @@ public int loveday_romance_target_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int loveday_romance_target_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1275,7 +1275,7 @@ public int loveday_romance_target_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mako_ghast.java b/sku.0/sys.server/compiled/game/script/conversation/mako_ghast.java index f509d6c056..14d2a82b8a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mako_ghast.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mako_ghast.java @@ -213,7 +213,7 @@ public int mako_ghast_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int mako_ghast_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int mako_ghast_handleBranch5(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int mako_ghast_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int mako_ghast_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int mako_ghast_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -371,7 +371,7 @@ public int mako_ghast_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int mako_ghast_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -400,7 +400,7 @@ public int mako_ghast_handleBranch16(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -438,7 +438,7 @@ public int mako_ghast_handleBranch18(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -476,7 +476,7 @@ public int mako_ghast_handleBranch19(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int mako_ghast_handleBranch20(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int mako_ghast_handleBranch21(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -590,7 +590,7 @@ public int mako_ghast_handleBranch22(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int mako_ghast_handleBranch23(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -620,7 +620,7 @@ public int mako_ghast_handleBranch26(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int mako_ghast_handleBranch29(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int mako_ghast_handleBranch31(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -710,7 +710,7 @@ public int mako_ghast_handleBranch32(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mako_ghast_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -725,7 +725,7 @@ public int mako_ghast_handleBranch33(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/maneater_ulon.java b/sku.0/sys.server/compiled/game/script/conversation/maneater_ulon.java index 59250e452c..781f46462d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/maneater_ulon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/maneater_ulon.java @@ -71,7 +71,7 @@ public int maneater_ulon_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int maneater_ulon_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int maneater_ulon_handleBranch6(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int maneater_ulon_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int maneater_ulon_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/marles_jacobe.java b/sku.0/sys.server/compiled/game/script/conversation/marles_jacobe.java index d560d33324..fc61614cab 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/marles_jacobe.java +++ b/sku.0/sys.server/compiled/game/script/conversation/marles_jacobe.java @@ -72,7 +72,7 @@ public int marles_jacobe_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int marles_jacobe_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int marles_jacobe_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int marles_jacobe_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int marles_jacobe_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int marles_jacobe_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int marles_jacobe_handleBranch4(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mechanic.java b/sku.0/sys.server/compiled/game/script/conversation/mechanic.java index 8dd79dd6c7..808cc11738 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mechanic.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mechanic.java @@ -41,7 +41,7 @@ public int mechanic_handleBranch1(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/medical_droid_outbreak.java b/sku.0/sys.server/compiled/game/script/conversation/medical_droid_outbreak.java index e27b24aa09..68bfdb4e78 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/medical_droid_outbreak.java +++ b/sku.0/sys.server/compiled/game/script/conversation/medical_droid_outbreak.java @@ -46,7 +46,7 @@ public int medical_droid_outbreak_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/menagerie_bioll.java b/sku.0/sys.server/compiled/game/script/conversation/menagerie_bioll.java index 46e3a1920b..991cb70c7c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/menagerie_bioll.java +++ b/sku.0/sys.server/compiled/game/script/conversation/menagerie_bioll.java @@ -77,7 +77,7 @@ public int menagerie_bioll_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int menagerie_bioll_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -92,7 +92,7 @@ public int menagerie_bioll_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int menagerie_bioll_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int menagerie_bioll_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/menagerie_terminal_test.java b/sku.0/sys.server/compiled/game/script/conversation/menagerie_terminal_test.java index e8b561e0da..d869d94402 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/menagerie_terminal_test.java +++ b/sku.0/sys.server/compiled/game/script/conversation/menagerie_terminal_test.java @@ -31,7 +31,7 @@ public int menagerie_terminal_test_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/miner_madness_chief_drono.java b/sku.0/sys.server/compiled/game/script/conversation/miner_madness_chief_drono.java index bf5e0de27a..12636dcae3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/miner_madness_chief_drono.java +++ b/sku.0/sys.server/compiled/game/script/conversation/miner_madness_chief_drono.java @@ -55,7 +55,7 @@ public int miner_madness_chief_drono_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int miner_madness_chief_drono_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -94,7 +94,7 @@ public int miner_madness_chief_drono_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int miner_madness_chief_drono_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int miner_madness_chief_drono_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int miner_madness_chief_drono_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int miner_madness_chief_drono_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int miner_madness_chief_drono_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int miner_madness_chief_drono_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int miner_madness_chief_drono_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int miner_madness_chief_drono_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int miner_madness_chief_drono_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int miner_madness_chief_drono_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int miner_madness_chief_drono_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int miner_madness_chief_drono_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/moore_lok_cantina.java b/sku.0/sys.server/compiled/game/script/conversation/moore_lok_cantina.java index 67ee983a28..de3d9e7869 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/moore_lok_cantina.java +++ b/sku.0/sys.server/compiled/game/script/conversation/moore_lok_cantina.java @@ -144,7 +144,7 @@ public int moore_lok_cantina_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int moore_lok_cantina_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int moore_lok_cantina_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int moore_lok_cantina_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -388,7 +388,7 @@ public int moore_lok_cantina_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int moore_lok_cantina_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -464,7 +464,7 @@ public int moore_lok_cantina_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -502,7 +502,7 @@ public int moore_lok_cantina_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -540,7 +540,7 @@ public int moore_lok_cantina_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int moore_lok_cantina_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int moore_lok_cantina_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -699,7 +699,7 @@ public int moore_lok_cantina_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -737,7 +737,7 @@ public int moore_lok_cantina_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -775,7 +775,7 @@ public int moore_lok_cantina_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -824,7 +824,7 @@ public int moore_lok_cantina_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -919,7 +919,7 @@ public int moore_lok_cantina_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1013,7 +1013,7 @@ public int moore_lok_cantina_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1096,7 +1096,7 @@ public int moore_lok_cantina_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1157,7 +1157,7 @@ public int moore_lok_cantina_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1240,7 +1240,7 @@ public int moore_lok_cantina_handleBranch23(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1301,7 +1301,7 @@ public int moore_lok_cantina_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1406,7 +1406,7 @@ public int moore_lok_cantina_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1421,7 +1421,7 @@ public int moore_lok_cantina_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1526,7 +1526,7 @@ public int moore_lok_cantina_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int moore_lok_cantina_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1621,7 +1621,7 @@ public int moore_lok_cantina_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mos_eisley_mayor.java b/sku.0/sys.server/compiled/game/script/conversation/mos_eisley_mayor.java index 97258846f9..5a33f0345b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mos_eisley_mayor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mos_eisley_mayor.java @@ -269,7 +269,7 @@ public int mos_eisley_mayor_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -677,7 +677,7 @@ public int mos_eisley_mayor_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -834,7 +834,7 @@ public int mos_eisley_mayor_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -950,7 +950,7 @@ public int mos_eisley_mayor_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1358,7 +1358,7 @@ public int mos_eisley_mayor_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1766,7 +1766,7 @@ public int mos_eisley_mayor_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1923,7 +1923,7 @@ public int mos_eisley_mayor_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2039,7 +2039,7 @@ public int mos_eisley_mayor_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2447,7 +2447,7 @@ public int mos_eisley_mayor_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2855,7 +2855,7 @@ public int mos_eisley_mayor_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3012,7 +3012,7 @@ public int mos_eisley_mayor_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3128,7 +3128,7 @@ public int mos_eisley_mayor_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3536,7 +3536,7 @@ public int mos_eisley_mayor_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3722,7 +3722,7 @@ public int mos_eisley_mayor_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3782,7 +3782,7 @@ public int mos_eisley_mayor_handleBranch23(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3921,7 +3921,7 @@ public int mos_eisley_mayor_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3993,7 +3993,7 @@ public int mos_eisley_mayor_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4132,7 +4132,7 @@ public int mos_eisley_mayor_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4248,7 +4248,7 @@ public int mos_eisley_mayor_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4319,7 +4319,7 @@ public int mos_eisley_mayor_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4458,7 +4458,7 @@ public int mos_eisley_mayor_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4597,7 +4597,7 @@ public int mos_eisley_mayor_handleBranch33(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4646,7 +4646,7 @@ public int mos_eisley_mayor_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4717,7 +4717,7 @@ public int mos_eisley_mayor_handleBranch35(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4856,7 +4856,7 @@ public int mos_eisley_mayor_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4939,7 +4939,7 @@ public int mos_eisley_mayor_handleBranch39(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4988,7 +4988,7 @@ public int mos_eisley_mayor_handleBranch40(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5082,7 +5082,7 @@ public int mos_eisley_mayor_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5176,7 +5176,7 @@ public int mos_eisley_mayor_handleBranch42(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5248,7 +5248,7 @@ public int mos_eisley_mayor_handleBranch43(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5297,7 +5297,7 @@ public int mos_eisley_mayor_handleBranch44(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5346,7 +5346,7 @@ public int mos_eisley_mayor_handleBranch45(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5418,7 +5418,7 @@ public int mos_eisley_mayor_handleBranch46(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5467,7 +5467,7 @@ public int mos_eisley_mayor_handleBranch47(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5516,7 +5516,7 @@ public int mos_eisley_mayor_handleBranch48(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5588,7 +5588,7 @@ public int mos_eisley_mayor_handleBranch49(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5637,7 +5637,7 @@ public int mos_eisley_mayor_handleBranch50(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5731,7 +5731,7 @@ public int mos_eisley_mayor_handleBranch51(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5780,7 +5780,7 @@ public int mos_eisley_mayor_handleBranch52(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5829,7 +5829,7 @@ public int mos_eisley_mayor_handleBranch53(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5888,7 +5888,7 @@ public int mos_eisley_mayor_handleBranch54(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6004,7 +6004,7 @@ public int mos_eisley_mayor_handleBranch56(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6119,7 +6119,7 @@ public int mos_eisley_mayor_handleBranch57(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6234,7 +6234,7 @@ public int mos_eisley_mayor_handleBranch58(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6378,7 +6378,7 @@ public int mos_eisley_mayor_handleBranch59(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6453,7 +6453,7 @@ public int mos_eisley_mayor_handleBranch60(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6597,7 +6597,7 @@ public int mos_eisley_mayor_handleBranch62(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6672,7 +6672,7 @@ public int mos_eisley_mayor_handleBranch63(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6816,7 +6816,7 @@ public int mos_eisley_mayor_handleBranch65(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6891,7 +6891,7 @@ public int mos_eisley_mayor_handleBranch66(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mos_eisley_mayor_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7035,7 +7035,7 @@ public int mos_eisley_mayor_handleBranch68(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_angry_meatlump_giver.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_angry_meatlump_giver.java index 6e2a8594ff..42790347ea 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_angry_meatlump_giver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_angry_meatlump_giver.java @@ -77,7 +77,7 @@ public int mtp_angry_meatlump_giver_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_complaint_department.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_complaint_department.java index b12c0e073c..b05e57b2f5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_complaint_department.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_complaint_department.java @@ -268,7 +268,7 @@ public int mtp_complaint_department_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int mtp_complaint_department_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int mtp_complaint_department_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -459,7 +459,7 @@ public int mtp_complaint_department_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -473,7 +473,7 @@ public int mtp_complaint_department_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -521,7 +521,7 @@ public int mtp_complaint_department_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int mtp_complaint_department_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -842,7 +842,7 @@ public int mtp_complaint_department_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -980,7 +980,7 @@ public int mtp_complaint_department_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1208,7 +1208,7 @@ public int mtp_complaint_department_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1302,7 +1302,7 @@ public int mtp_complaint_department_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1361,7 +1361,7 @@ public int mtp_complaint_department_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1506,7 +1506,7 @@ public int mtp_complaint_department_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1565,7 +1565,7 @@ public int mtp_complaint_department_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1590,7 +1590,7 @@ public int mtp_complaint_department_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1818,7 +1818,7 @@ public int mtp_complaint_department_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_complaint_department_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1842,7 +1842,7 @@ public int mtp_complaint_department_handleBranch33(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_corellia_times_contact.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_corellia_times_contact.java index 066e0cdf44..5e6e1ca8f4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_corellia_times_contact.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_corellia_times_contact.java @@ -272,7 +272,7 @@ public int mtp_corellia_times_contact_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corellia_times_contact_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int mtp_corellia_times_contact_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corellia_times_contact_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int mtp_corellia_times_contact_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corellia_times_contact_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int mtp_corellia_times_contact_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corellia_times_contact_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int mtp_corellia_times_contact_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corellia_times_contact_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -463,7 +463,7 @@ public int mtp_corellia_times_contact_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corellia_times_contact_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -502,7 +502,7 @@ public int mtp_corellia_times_contact_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corellia_times_contact_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int mtp_corellia_times_contact_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corellia_times_contact_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -556,7 +556,7 @@ public int mtp_corellia_times_contact_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corellia_times_contact_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -626,7 +626,7 @@ public int mtp_corellia_times_contact_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_corsec_intelligence_officer.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_corsec_intelligence_officer.java index a7ddd9b63b..0a39533388 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_corsec_intelligence_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_corsec_intelligence_officer.java @@ -51,7 +51,7 @@ public int mtp_corsec_intelligence_officer_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corsec_intelligence_officer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -89,7 +89,7 @@ public int mtp_corsec_intelligence_officer_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corsec_intelligence_officer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -127,7 +127,7 @@ public int mtp_corsec_intelligence_officer_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corsec_intelligence_officer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int mtp_corsec_intelligence_officer_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corsec_intelligence_officer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int mtp_corsec_intelligence_officer_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corsec_intelligence_officer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int mtp_corsec_intelligence_officer_handleBranch6(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corsec_intelligence_officer_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int mtp_corsec_intelligence_officer_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corsec_intelligence_officer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int mtp_corsec_intelligence_officer_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corsec_intelligence_officer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int mtp_corsec_intelligence_officer_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_corsec_intelligence_officer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int mtp_corsec_intelligence_officer_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_destroy_all_droids_giver.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_destroy_all_droids_giver.java index 391c452233..b567210172 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_destroy_all_droids_giver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_destroy_all_droids_giver.java @@ -87,7 +87,7 @@ public int mtp_destroy_all_droids_giver_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_destroy_some_droids_giver.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_destroy_some_droids_giver.java index 8e400b4cc9..07a17dc470 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_destroy_some_droids_giver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_destroy_some_droids_giver.java @@ -88,7 +88,7 @@ public int mtp_destroy_some_droids_giver_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_bike_racer.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_bike_racer.java index cd1604b723..23dc4817cf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_bike_racer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_bike_racer.java @@ -41,7 +41,7 @@ public int mtp_hideout_access_bike_racer_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_crate_breaker.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_crate_breaker.java index 94fe369002..3542dc57b8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_crate_breaker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_crate_breaker.java @@ -102,7 +102,7 @@ public int mtp_hideout_access_crate_breaker_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_crate_breaker_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -140,7 +140,7 @@ public int mtp_hideout_access_crate_breaker_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_crate_breaker_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int mtp_hideout_access_crate_breaker_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_crate_breaker_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int mtp_hideout_access_crate_breaker_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_crate_breaker_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int mtp_hideout_access_crate_breaker_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_crate_maker.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_crate_maker.java index 05461c4bc4..1f2f9ae0bc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_crate_maker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_crate_maker.java @@ -108,7 +108,7 @@ public int mtp_hideout_access_crate_maker_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_crate_maker_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int mtp_hideout_access_crate_maker_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_crate_maker_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int mtp_hideout_access_crate_maker_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_droid_farmer.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_droid_farmer.java index 1b3650efb7..8c94d64b54 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_droid_farmer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_droid_farmer.java @@ -101,7 +101,7 @@ public int mtp_hideout_access_droid_farmer_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_droid_farmer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int mtp_hideout_access_droid_farmer_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_droid_farmer_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int mtp_hideout_access_droid_farmer_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_droid_farmer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int mtp_hideout_access_droid_farmer_handleBranch8(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_droid_farmer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int mtp_hideout_access_droid_farmer_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_lieutenant_kaiya.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_lieutenant_kaiya.java index fd60ff1cbd..35692f921a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_lieutenant_kaiya.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_lieutenant_kaiya.java @@ -113,7 +113,7 @@ public int mtp_hideout_access_lieutenant_kaiya_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_lieutenant_kaiya_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int mtp_hideout_access_lieutenant_kaiya_handleBranch3(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_lieutenant_kaiya_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int mtp_hideout_access_lieutenant_kaiya_handleBranch6(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_lieutenant_kaiya_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int mtp_hideout_access_lieutenant_kaiya_handleBranch7(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_lieutenant_kaiya_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int mtp_hideout_access_lieutenant_kaiya_handleBranch8(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_lieutenant_kaiya_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int mtp_hideout_access_lieutenant_kaiya_handleBranch11(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_lieutenant_kaiya_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int mtp_hideout_access_lieutenant_kaiya_handleBranch12(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_lieutenant_kaiya_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -317,7 +317,7 @@ public int mtp_hideout_access_lieutenant_kaiya_handleBranch13(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_old_meatlump.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_old_meatlump.java index 77c7727e9e..a909990b05 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_old_meatlump.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_old_meatlump.java @@ -64,7 +64,7 @@ public int mtp_hideout_access_old_meatlump_handleBranch2(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_old_meatlump_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -102,7 +102,7 @@ public int mtp_hideout_access_old_meatlump_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_old_meatlump_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int mtp_hideout_access_old_meatlump_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_strilath_farles_01.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_strilath_farles_01.java index e709d1046e..f3ae60f657 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_strilath_farles_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_strilath_farles_01.java @@ -103,7 +103,7 @@ public int mtp_hideout_access_strilath_farles_01_handleBranch2(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_strilath_farles_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int mtp_hideout_access_strilath_farles_01_handleBranch3(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_strilath_farles_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int mtp_hideout_access_strilath_farles_01_handleBranch4(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_strilath_farles_02.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_strilath_farles_02.java index 8f32cb7102..243d70cd89 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_strilath_farles_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_access_strilath_farles_02.java @@ -107,7 +107,7 @@ public int mtp_hideout_access_strilath_farles_02_handleBranch2(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_strilath_farles_02_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int mtp_hideout_access_strilath_farles_02_handleBranch3(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_strilath_farles_02_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int mtp_hideout_access_strilath_farles_02_handleBranch4(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_access_strilath_farles_02_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int mtp_hideout_access_strilath_farles_02_handleBranch5(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_bomb_tech.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_bomb_tech.java index 787cc1fde9..b19bea582d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_bomb_tech.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_bomb_tech.java @@ -149,7 +149,7 @@ public int mtp_hideout_bomb_tech_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int mtp_hideout_bomb_tech_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int mtp_hideout_bomb_tech_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -285,7 +285,7 @@ public int mtp_hideout_bomb_tech_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -300,7 +300,7 @@ public int mtp_hideout_bomb_tech_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -339,7 +339,7 @@ public int mtp_hideout_bomb_tech_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -379,7 +379,7 @@ public int mtp_hideout_bomb_tech_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -418,7 +418,7 @@ public int mtp_hideout_bomb_tech_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -458,7 +458,7 @@ public int mtp_hideout_bomb_tech_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -498,7 +498,7 @@ public int mtp_hideout_bomb_tech_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int mtp_hideout_bomb_tech_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -553,7 +553,7 @@ public int mtp_hideout_bomb_tech_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -591,7 +591,7 @@ public int mtp_hideout_bomb_tech_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -629,7 +629,7 @@ public int mtp_hideout_bomb_tech_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -644,7 +644,7 @@ public int mtp_hideout_bomb_tech_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -682,7 +682,7 @@ public int mtp_hideout_bomb_tech_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -720,7 +720,7 @@ public int mtp_hideout_bomb_tech_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -758,7 +758,7 @@ public int mtp_hideout_bomb_tech_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -773,7 +773,7 @@ public int mtp_hideout_bomb_tech_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_bomb_tech_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -788,7 +788,7 @@ public int mtp_hideout_bomb_tech_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_doll_reset.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_doll_reset.java index 762c400cba..42813863f6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_doll_reset.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_doll_reset.java @@ -492,7 +492,7 @@ public int mtp_hideout_col_doll_reset_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -517,7 +517,7 @@ public int mtp_hideout_col_doll_reset_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -542,7 +542,7 @@ public int mtp_hideout_col_doll_reset_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int mtp_hideout_col_doll_reset_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -626,7 +626,7 @@ public int mtp_hideout_col_doll_reset_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -685,7 +685,7 @@ public int mtp_hideout_col_doll_reset_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -710,7 +710,7 @@ public int mtp_hideout_col_doll_reset_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -759,7 +759,7 @@ public int mtp_hideout_col_doll_reset_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -784,7 +784,7 @@ public int mtp_hideout_col_doll_reset_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -822,7 +822,7 @@ public int mtp_hideout_col_doll_reset_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -871,7 +871,7 @@ public int mtp_hideout_col_doll_reset_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -896,7 +896,7 @@ public int mtp_hideout_col_doll_reset_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -934,7 +934,7 @@ public int mtp_hideout_col_doll_reset_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_doll_reset_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -948,7 +948,7 @@ public int mtp_hideout_col_doll_reset_handleBranch31(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_eavesdrop.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_eavesdrop.java index 10a99e03e9..e574b63f1a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_eavesdrop.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_eavesdrop.java @@ -205,7 +205,7 @@ public int mtp_hideout_col_eavesdrop_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_eavesdrop_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int mtp_hideout_col_eavesdrop_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_eavesdrop_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int mtp_hideout_col_eavesdrop_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_eavesdrop_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int mtp_hideout_col_eavesdrop_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_eavesdrop_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int mtp_hideout_col_eavesdrop_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_eavesdrop_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -372,7 +372,7 @@ public int mtp_hideout_col_eavesdrop_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_eavesdrop_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int mtp_hideout_col_eavesdrop_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final String[] BUG_LOCATIONS = { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_recruit.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_recruit.java index 3205130124..d9752e9a14 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_recruit.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_col_recruit.java @@ -140,7 +140,7 @@ public int mtp_hideout_col_recruit_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_recruit_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int mtp_hideout_col_recruit_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_recruit_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int mtp_hideout_col_recruit_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_recruit_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -285,7 +285,7 @@ public int mtp_hideout_col_recruit_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_recruit_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -323,7 +323,7 @@ public int mtp_hideout_col_recruit_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_recruit_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int mtp_hideout_col_recruit_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_recruit_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int mtp_hideout_col_recruit_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_col_recruit_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -391,7 +391,7 @@ public int mtp_hideout_col_recruit_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_food_supply_tech.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_food_supply_tech.java index ee101deae7..31aa4b944c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_food_supply_tech.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_food_supply_tech.java @@ -66,7 +66,7 @@ public int mtp_hideout_food_supply_tech_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int mtp_hideout_food_supply_tech_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int mtp_hideout_food_supply_tech_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int mtp_hideout_food_supply_tech_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int mtp_hideout_food_supply_tech_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int mtp_hideout_food_supply_tech_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int mtp_hideout_food_supply_tech_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -393,7 +393,7 @@ public int mtp_hideout_food_supply_tech_handleBranch13(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int mtp_hideout_food_supply_tech_handleBranch15(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -447,7 +447,7 @@ public int mtp_hideout_food_supply_tech_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_food_supply_tech_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int mtp_hideout_food_supply_tech_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_map_tech.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_map_tech.java index c09f5ef949..feffbb04bf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_map_tech.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_map_tech.java @@ -85,7 +85,7 @@ public int mtp_hideout_map_tech_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_map_tech_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int mtp_hideout_map_tech_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_map_tech_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int mtp_hideout_map_tech_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_map_tech_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int mtp_hideout_map_tech_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_map_tech_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -324,7 +324,7 @@ public int mtp_hideout_map_tech_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_map_tech_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -339,7 +339,7 @@ public int mtp_hideout_map_tech_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_map_tech_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int mtp_hideout_map_tech_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_map_tech_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int mtp_hideout_map_tech_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_recon.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_recon.java index 677b107054..e500a954f6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_recon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_recon.java @@ -179,7 +179,7 @@ public int mtp_hideout_recon_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_recon_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int mtp_hideout_recon_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_recon_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -276,7 +276,7 @@ public int mtp_hideout_recon_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_recon_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -301,7 +301,7 @@ public int mtp_hideout_recon_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final String[] PHOTO_PLANETS = { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_safe_tech.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_safe_tech.java index 8f1f579735..b64d380cff 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_safe_tech.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_safe_tech.java @@ -65,7 +65,7 @@ public int mtp_hideout_safe_tech_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_safe_tech_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int mtp_hideout_safe_tech_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_safe_tech_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int mtp_hideout_safe_tech_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_safe_tech_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int mtp_hideout_safe_tech_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_safe_tech_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int mtp_hideout_safe_tech_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_safe_tech_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int mtp_hideout_safe_tech_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_safe_tech_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int mtp_hideout_safe_tech_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_safe_tech_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int mtp_hideout_safe_tech_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_safe_tech_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int mtp_hideout_safe_tech_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_safe_tech_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -362,7 +362,7 @@ public int mtp_hideout_safe_tech_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_weapon_supply_smuggler.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_weapon_supply_smuggler.java index a2d2656a50..4216b1dc33 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_weapon_supply_smuggler.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_weapon_supply_smuggler.java @@ -137,7 +137,7 @@ public int mtp_hideout_weapon_supply_smuggler_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_smuggler_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int mtp_hideout_weapon_supply_smuggler_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_smuggler_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -190,7 +190,7 @@ public int mtp_hideout_weapon_supply_smuggler_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_smuggler_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int mtp_hideout_weapon_supply_smuggler_handleBranch5(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_smuggler_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int mtp_hideout_weapon_supply_smuggler_handleBranch6(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_smuggler_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int mtp_hideout_weapon_supply_smuggler_handleBranch8(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_smuggler_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int mtp_hideout_weapon_supply_smuggler_handleBranch9(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_weapon_supply_tech.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_weapon_supply_tech.java index f2d5312bc7..ed2b79168d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_weapon_supply_tech.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_hideout_weapon_supply_tech.java @@ -113,7 +113,7 @@ public int mtp_hideout_weapon_supply_tech_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_tech_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -162,7 +162,7 @@ public int mtp_hideout_weapon_supply_tech_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_tech_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int mtp_hideout_weapon_supply_tech_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_tech_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int mtp_hideout_weapon_supply_tech_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_tech_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int mtp_hideout_weapon_supply_tech_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_tech_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int mtp_hideout_weapon_supply_tech_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_tech_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int mtp_hideout_weapon_supply_tech_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_hideout_weapon_supply_tech_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int mtp_hideout_weapon_supply_tech_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_kissing_booth.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_kissing_booth.java index 87cc89e7fc..b226a66866 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_kissing_booth.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_kissing_booth.java @@ -77,7 +77,7 @@ public int mtp_kissing_booth_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_kissing_booth_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int mtp_kissing_booth_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_kissing_booth_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int mtp_kissing_booth_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_kissing_booth_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int mtp_kissing_booth_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final string_id SID_NOT_A_LUMP = new string_id("collection", "not_a_lump"); public static final string_id SID_ALREADY_HAS_KISS_BUFF = new string_id("collection", "has_kiss_buff"); diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlump_king.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlump_king.java index 1a00efa725..4c2f0ca997 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlump_king.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlump_king.java @@ -133,7 +133,7 @@ public int mtp_meatlump_king_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_king_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int mtp_meatlump_king_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlump_wine.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlump_wine.java index 33670a5fd8..23c188c723 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlump_wine.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlump_wine.java @@ -285,7 +285,7 @@ public int mtp_meatlump_wine_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_wine_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int mtp_meatlump_wine_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_wine_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int mtp_meatlump_wine_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_wine_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -406,7 +406,7 @@ public int mtp_meatlump_wine_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_wine_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int mtp_meatlump_wine_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_wine_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int mtp_meatlump_wine_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_wine_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -528,7 +528,7 @@ public int mtp_meatlump_wine_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_wine_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -553,7 +553,7 @@ public int mtp_meatlump_wine_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_wine_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -567,7 +567,7 @@ public int mtp_meatlump_wine_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_meatlump_wine_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -581,7 +581,7 @@ public int mtp_meatlump_wine_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlumps_supplies_giver.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlumps_supplies_giver.java index 7be4f11854..136b62c0fd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlumps_supplies_giver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_meatlumps_supplies_giver.java @@ -87,7 +87,7 @@ public int mtp_meatlumps_supplies_giver_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_ragtag_ames_missd.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_ragtag_ames_missd.java index 2049de21d5..54b20181da 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_ragtag_ames_missd.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_ragtag_ames_missd.java @@ -112,7 +112,7 @@ public int mtp_ragtag_ames_missd_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int mtp_ragtag_ames_missd_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int mtp_ragtag_ames_missd_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int mtp_ragtag_ames_missd_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int mtp_ragtag_ames_missd_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int mtp_ragtag_ames_missd_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -324,7 +324,7 @@ public int mtp_ragtag_ames_missd_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int mtp_ragtag_ames_missd_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -384,7 +384,7 @@ public int mtp_ragtag_ames_missd_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int mtp_ragtag_ames_missd_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int mtp_ragtag_ames_missd_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_ragtag_ames_missd_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int mtp_ragtag_ames_missd_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_trapped_meatlump_giver.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_trapped_meatlump_giver.java index e6e3209b4e..9c0018d0e5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_trapped_meatlump_giver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_trapped_meatlump_giver.java @@ -87,7 +87,7 @@ public int mtp_trapped_meatlump_giver_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mtp_trapped_meatlump_target.java b/sku.0/sys.server/compiled/game/script/conversation/mtp_trapped_meatlump_target.java index 85ecd32027..2db6221dfe 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mtp_trapped_meatlump_target.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mtp_trapped_meatlump_target.java @@ -94,7 +94,7 @@ public int mtp_trapped_meatlump_target_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_trapped_meatlump_target_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int mtp_trapped_meatlump_target_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mtp_trapped_meatlump_target_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int mtp_trapped_meatlump_target_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/mun_quest_marauder.java b/sku.0/sys.server/compiled/game/script/conversation/mun_quest_marauder.java index 61c926727b..439a753dba 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/mun_quest_marauder.java +++ b/sku.0/sys.server/compiled/game/script/conversation/mun_quest_marauder.java @@ -1143,7 +1143,7 @@ public int mun_quest_marauder_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1157,7 +1157,7 @@ public int mun_quest_marauder_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1171,7 +1171,7 @@ public int mun_quest_marauder_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1230,7 +1230,7 @@ public int mun_quest_marauder_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1255,7 +1255,7 @@ public int mun_quest_marauder_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1270,7 +1270,7 @@ public int mun_quest_marauder_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1371,7 +1371,7 @@ public int mun_quest_marauder_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1385,7 +1385,7 @@ public int mun_quest_marauder_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1399,7 +1399,7 @@ public int mun_quest_marauder_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1414,7 +1414,7 @@ public int mun_quest_marauder_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1473,7 +1473,7 @@ public int mun_quest_marauder_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1498,7 +1498,7 @@ public int mun_quest_marauder_handleBranch18(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1513,7 +1513,7 @@ public int mun_quest_marauder_handleBranch20(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1614,7 +1614,7 @@ public int mun_quest_marauder_handleBranch21(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1628,7 +1628,7 @@ public int mun_quest_marauder_handleBranch22(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1642,7 +1642,7 @@ public int mun_quest_marauder_handleBranch23(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1657,7 +1657,7 @@ public int mun_quest_marauder_handleBranch24(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1716,7 +1716,7 @@ public int mun_quest_marauder_handleBranch26(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1741,7 +1741,7 @@ public int mun_quest_marauder_handleBranch28(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1756,7 +1756,7 @@ public int mun_quest_marauder_handleBranch30(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1857,7 +1857,7 @@ public int mun_quest_marauder_handleBranch31(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1871,7 +1871,7 @@ public int mun_quest_marauder_handleBranch32(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1885,7 +1885,7 @@ public int mun_quest_marauder_handleBranch33(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1900,7 +1900,7 @@ public int mun_quest_marauder_handleBranch34(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1959,7 +1959,7 @@ public int mun_quest_marauder_handleBranch36(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1984,7 +1984,7 @@ public int mun_quest_marauder_handleBranch38(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1999,7 +1999,7 @@ public int mun_quest_marauder_handleBranch40(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2100,7 +2100,7 @@ public int mun_quest_marauder_handleBranch41(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2114,7 +2114,7 @@ public int mun_quest_marauder_handleBranch42(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2128,7 +2128,7 @@ public int mun_quest_marauder_handleBranch43(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2143,7 +2143,7 @@ public int mun_quest_marauder_handleBranch44(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2202,7 +2202,7 @@ public int mun_quest_marauder_handleBranch46(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2227,7 +2227,7 @@ public int mun_quest_marauder_handleBranch48(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2242,7 +2242,7 @@ public int mun_quest_marauder_handleBranch50(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2343,7 +2343,7 @@ public int mun_quest_marauder_handleBranch51(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2357,7 +2357,7 @@ public int mun_quest_marauder_handleBranch52(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2371,7 +2371,7 @@ public int mun_quest_marauder_handleBranch53(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2386,7 +2386,7 @@ public int mun_quest_marauder_handleBranch54(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2445,7 +2445,7 @@ public int mun_quest_marauder_handleBranch56(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2470,7 +2470,7 @@ public int mun_quest_marauder_handleBranch58(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2485,7 +2485,7 @@ public int mun_quest_marauder_handleBranch60(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2586,7 +2586,7 @@ public int mun_quest_marauder_handleBranch61(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2600,7 +2600,7 @@ public int mun_quest_marauder_handleBranch62(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2614,7 +2614,7 @@ public int mun_quest_marauder_handleBranch63(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2629,7 +2629,7 @@ public int mun_quest_marauder_handleBranch64(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2688,7 +2688,7 @@ public int mun_quest_marauder_handleBranch66(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2713,7 +2713,7 @@ public int mun_quest_marauder_handleBranch68(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2728,7 +2728,7 @@ public int mun_quest_marauder_handleBranch70(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2829,7 +2829,7 @@ public int mun_quest_marauder_handleBranch71(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2843,7 +2843,7 @@ public int mun_quest_marauder_handleBranch72(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2857,7 +2857,7 @@ public int mun_quest_marauder_handleBranch73(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2872,7 +2872,7 @@ public int mun_quest_marauder_handleBranch74(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2931,7 +2931,7 @@ public int mun_quest_marauder_handleBranch76(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2956,7 +2956,7 @@ public int mun_quest_marauder_handleBranch78(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2971,7 +2971,7 @@ public int mun_quest_marauder_handleBranch80(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3072,7 +3072,7 @@ public int mun_quest_marauder_handleBranch81(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3086,7 +3086,7 @@ public int mun_quest_marauder_handleBranch82(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3100,7 +3100,7 @@ public int mun_quest_marauder_handleBranch84(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3115,7 +3115,7 @@ public int mun_quest_marauder_handleBranch86(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3174,7 +3174,7 @@ public int mun_quest_marauder_handleBranch88(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3199,7 +3199,7 @@ public int mun_quest_marauder_handleBranch90(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3237,7 +3237,7 @@ public int mun_quest_marauder_handleBranch93(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3275,7 +3275,7 @@ public int mun_quest_marauder_handleBranch94(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3313,7 +3313,7 @@ public int mun_quest_marauder_handleBranch95(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3352,7 +3352,7 @@ public int mun_quest_marauder_handleBranch96(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int mun_quest_marauder_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3366,7 +3366,7 @@ public int mun_quest_marauder_handleBranch97(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/murmur_side_brother.java b/sku.0/sys.server/compiled/game/script/conversation/murmur_side_brother.java index 5a265d569b..8d693d38b5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/murmur_side_brother.java +++ b/sku.0/sys.server/compiled/game/script/conversation/murmur_side_brother.java @@ -57,7 +57,7 @@ public int murmur_side_brother_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_brother_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -71,7 +71,7 @@ public int murmur_side_brother_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_brother_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -85,7 +85,7 @@ public int murmur_side_brother_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_brother_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int murmur_side_brother_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_brother_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int murmur_side_brother_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_brother_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int murmur_side_brother_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/murmur_side_corporate.java b/sku.0/sys.server/compiled/game/script/conversation/murmur_side_corporate.java index 99e78c81a6..977786b36d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/murmur_side_corporate.java +++ b/sku.0/sys.server/compiled/game/script/conversation/murmur_side_corporate.java @@ -48,7 +48,7 @@ public int murmur_side_corporate_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_corporate_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -86,7 +86,7 @@ public int murmur_side_corporate_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_corporate_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int murmur_side_corporate_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_corporate_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int murmur_side_corporate_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/murmur_side_security_director.java b/sku.0/sys.server/compiled/game/script/conversation/murmur_side_security_director.java index f12e71f10c..3426b98cdc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/murmur_side_security_director.java +++ b/sku.0/sys.server/compiled/game/script/conversation/murmur_side_security_director.java @@ -53,7 +53,7 @@ public int murmur_side_security_director_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_security_director_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int murmur_side_security_director_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int murmur_side_security_director_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int murmur_side_security_director_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_24_azure_cabal_loruna_01.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_24_azure_cabal_loruna_01.java index 9360556e24..21a328d0c1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_24_azure_cabal_loruna_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_24_azure_cabal_loruna_01.java @@ -238,7 +238,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -470,7 +470,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -551,7 +551,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch17(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -735,7 +735,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch18(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -816,7 +816,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -897,7 +897,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch21(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -978,7 +978,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch22(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1059,7 +1059,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch23(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1174,7 +1174,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch24(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1223,7 +1223,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch25(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1248,7 +1248,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch26(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1341,7 +1341,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch29(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1695,7 +1695,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch30(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1778,7 +1778,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch31(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_azure_cabal_loruna_01_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1826,7 +1826,7 @@ public int naboo_24_azure_cabal_loruna_01_handleBranch32(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_24_gungan_power_grab_01.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_24_gungan_power_grab_01.java index 6dd8642d1f..d4159adbb6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_24_gungan_power_grab_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_24_gungan_power_grab_01.java @@ -154,7 +154,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -419,7 +419,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch7(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -531,7 +531,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -755,7 +755,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -795,7 +795,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -834,7 +834,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -850,7 +850,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -889,7 +889,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -905,7 +905,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch18(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -953,7 +953,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -967,7 +967,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch21(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1017,7 +1017,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch23(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1090,7 +1090,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch24(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1187,7 +1187,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch26(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1283,7 +1283,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch27(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1345,7 +1345,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch28(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1369,7 +1369,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch29(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_01_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1471,7 +1471,7 @@ public int naboo_24_gungan_power_grab_01_handleBranch34(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_24_gungan_power_grab_02.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_24_gungan_power_grab_02.java index 1af721ce76..f170bde76a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_24_gungan_power_grab_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_24_gungan_power_grab_02.java @@ -173,7 +173,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -483,7 +483,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -611,7 +611,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -744,7 +744,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -922,7 +922,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1065,7 +1065,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1208,7 +1208,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch18(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1302,7 +1302,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch19(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1351,7 +1351,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1422,7 +1422,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch21(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1461,7 +1461,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch22(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1511,7 +1511,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch23(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1594,7 +1594,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch24(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1788,7 +1788,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch25(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1936,7 +1936,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch26(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2074,7 +2074,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch28(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_24_gungan_power_grab_02_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2214,7 +2214,7 @@ public int naboo_24_gungan_power_grab_02_handleBranch30(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final int TIER_1_INFORMANT_BARTER = 2000; public static final int TIER_2_INFORMANT_BARTER = 4000; diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_boss_nass.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_boss_nass.java index 03b62bc6a3..ca0491de85 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_boss_nass.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_boss_nass.java @@ -165,7 +165,7 @@ public int naboo_boss_nass_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int naboo_boss_nass_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int naboo_boss_nass_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int naboo_boss_nass_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int naboo_boss_nass_handleBranch11(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int naboo_boss_nass_handleBranch14(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -301,7 +301,7 @@ public int naboo_boss_nass_handleBranch17(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -316,7 +316,7 @@ public int naboo_boss_nass_handleBranch20(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int naboo_boss_nass_handleBranch23(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -379,7 +379,7 @@ public int naboo_boss_nass_handleBranch26(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_boss_nass_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int naboo_boss_nass_handleBranch27(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_herman_pate.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_herman_pate.java index 6e6dd0ece4..647733cf96 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_herman_pate.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_herman_pate.java @@ -64,7 +64,7 @@ public int naboo_deeja_peak_herman_pate_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_herman_pate_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -102,7 +102,7 @@ public int naboo_deeja_peak_herman_pate_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_herman_pate_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -140,7 +140,7 @@ public int naboo_deeja_peak_herman_pate_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_herman_pate_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int naboo_deeja_peak_herman_pate_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_herman_pate_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int naboo_deeja_peak_herman_pate_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_kippy_martin.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_kippy_martin.java index 669677a292..47867c8943 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_kippy_martin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_kippy_martin.java @@ -54,7 +54,7 @@ public int naboo_deeja_peak_kippy_martin_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_kippy_martin_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -70,7 +70,7 @@ public int naboo_deeja_peak_kippy_martin_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_prof_hudmasse.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_prof_hudmasse.java index 86fcb0ff90..ba7154006d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_prof_hudmasse.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_prof_hudmasse.java @@ -98,7 +98,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -334,7 +334,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -459,7 +459,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -474,7 +474,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -512,7 +512,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -550,7 +550,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -588,7 +588,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -626,7 +626,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch14(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -686,7 +686,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -768,7 +768,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch16(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -783,7 +783,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch17(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_prof_hudmasse_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -798,7 +798,7 @@ public int naboo_deeja_peak_prof_hudmasse_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_tanoa_vills.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_tanoa_vills.java index 401f87b8ae..4f0be7f589 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_tanoa_vills.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_tanoa_vills.java @@ -105,7 +105,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -181,7 +181,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch14(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -325,7 +325,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch15(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -416,7 +416,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -492,7 +492,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch23(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -589,7 +589,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch24(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_tanoa_vills_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int naboo_deeja_peak_tanoa_vills_handleBranch25(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_vance_groten.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_vance_groten.java index 1a5de3277e..a3131ee7f2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_vance_groten.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_vance_groten.java @@ -113,7 +113,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -166,7 +166,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -363,7 +363,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch18(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -401,7 +401,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch21(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch22(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -488,7 +488,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch23(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_vance_groten_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int naboo_deeja_peak_vance_groten_handleBranch24(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_walker_luskeske.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_walker_luskeske.java index dcbce5e99e..f8cd2543cd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_walker_luskeske.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_deeja_peak_walker_luskeske.java @@ -54,7 +54,7 @@ public int naboo_deeja_peak_walker_luskeske_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_walker_luskeske_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -93,7 +93,7 @@ public int naboo_deeja_peak_walker_luskeske_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_walker_luskeske_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -132,7 +132,7 @@ public int naboo_deeja_peak_walker_luskeske_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_walker_luskeske_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int naboo_deeja_peak_walker_luskeske_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_walker_luskeske_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int naboo_deeja_peak_walker_luskeske_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_deeja_peak_walker_luskeske_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int naboo_deeja_peak_walker_luskeske_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier3.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier3.java index b96bc238d4..beed805b3f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier3.java @@ -300,7 +300,7 @@ public int naboo_imperial_tier3_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int naboo_imperial_tier3_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int naboo_imperial_tier3_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int naboo_imperial_tier3_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int naboo_imperial_tier3_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -443,7 +443,7 @@ public int naboo_imperial_tier3_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int naboo_imperial_tier3_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -510,7 +510,7 @@ public int naboo_imperial_tier3_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int naboo_imperial_tier3_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int naboo_imperial_tier3_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int naboo_imperial_tier3_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -636,7 +636,7 @@ public int naboo_imperial_tier3_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -651,7 +651,7 @@ public int naboo_imperial_tier3_handleBranch25(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -677,7 +677,7 @@ public int naboo_imperial_tier3_handleBranch27(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -760,7 +760,7 @@ public int naboo_imperial_tier3_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -798,7 +798,7 @@ public int naboo_imperial_tier3_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -847,7 +847,7 @@ public int naboo_imperial_tier3_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -919,7 +919,7 @@ public int naboo_imperial_tier3_handleBranch33(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -968,7 +968,7 @@ public int naboo_imperial_tier3_handleBranch34(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1040,7 +1040,7 @@ public int naboo_imperial_tier3_handleBranch35(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1078,7 +1078,7 @@ public int naboo_imperial_tier3_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1127,7 +1127,7 @@ public int naboo_imperial_tier3_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1210,7 +1210,7 @@ public int naboo_imperial_tier3_handleBranch38(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1248,7 +1248,7 @@ public int naboo_imperial_tier3_handleBranch39(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1297,7 +1297,7 @@ public int naboo_imperial_tier3_handleBranch40(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1369,7 +1369,7 @@ public int naboo_imperial_tier3_handleBranch41(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1408,7 +1408,7 @@ public int naboo_imperial_tier3_handleBranch42(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1446,7 +1446,7 @@ public int naboo_imperial_tier3_handleBranch47(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1485,7 +1485,7 @@ public int naboo_imperial_tier3_handleBranch48(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1534,7 +1534,7 @@ public int naboo_imperial_tier3_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1583,7 +1583,7 @@ public int naboo_imperial_tier3_handleBranch50(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1632,7 +1632,7 @@ public int naboo_imperial_tier3_handleBranch51(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1715,7 +1715,7 @@ public int naboo_imperial_tier3_handleBranch52(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1753,7 +1753,7 @@ public int naboo_imperial_tier3_handleBranch53(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1791,7 +1791,7 @@ public int naboo_imperial_tier3_handleBranch54(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1830,7 +1830,7 @@ public int naboo_imperial_tier3_handleBranch55(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1913,7 +1913,7 @@ public int naboo_imperial_tier3_handleBranch60(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1951,7 +1951,7 @@ public int naboo_imperial_tier3_handleBranch61(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2034,7 +2034,7 @@ public int naboo_imperial_tier3_handleBranch62(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2106,7 +2106,7 @@ public int naboo_imperial_tier3_handleBranch63(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2144,7 +2144,7 @@ public int naboo_imperial_tier3_handleBranch64(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2182,7 +2182,7 @@ public int naboo_imperial_tier3_handleBranch65(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2220,7 +2220,7 @@ public int naboo_imperial_tier3_handleBranch66(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2258,7 +2258,7 @@ public int naboo_imperial_tier3_handleBranch67(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2296,7 +2296,7 @@ public int naboo_imperial_tier3_handleBranch68(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2345,7 +2345,7 @@ public int naboo_imperial_tier3_handleBranch69(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2439,7 +2439,7 @@ public int naboo_imperial_tier3_handleBranch70(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2511,7 +2511,7 @@ public int naboo_imperial_tier3_handleBranch71(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2549,7 +2549,7 @@ public int naboo_imperial_tier3_handleBranch72(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2588,7 +2588,7 @@ public int naboo_imperial_tier3_handleBranch73(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2626,7 +2626,7 @@ public int naboo_imperial_tier3_handleBranch78(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2664,7 +2664,7 @@ public int naboo_imperial_tier3_handleBranch79(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int naboo_imperial_tier3_handleBranch80(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2819,7 +2819,7 @@ public int naboo_imperial_tier3_handleBranch81(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2857,7 +2857,7 @@ public int naboo_imperial_tier3_handleBranch82(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2906,7 +2906,7 @@ public int naboo_imperial_tier3_handleBranch83(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2978,7 +2978,7 @@ public int naboo_imperial_tier3_handleBranch84(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3016,7 +3016,7 @@ public int naboo_imperial_tier3_handleBranch85(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3055,7 +3055,7 @@ public int naboo_imperial_tier3_handleBranch86(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3093,7 +3093,7 @@ public int naboo_imperial_tier3_handleBranch91(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3165,7 +3165,7 @@ public int naboo_imperial_tier3_handleBranch92(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3203,7 +3203,7 @@ public int naboo_imperial_tier3_handleBranch93(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3242,7 +3242,7 @@ public int naboo_imperial_tier3_handleBranch94(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3347,7 +3347,7 @@ public int naboo_imperial_tier3_handleBranch95(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3486,7 +3486,7 @@ public int naboo_imperial_tier3_handleBranch96(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3558,7 +3558,7 @@ public int naboo_imperial_tier3_handleBranch97(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3596,7 +3596,7 @@ public int naboo_imperial_tier3_handleBranch98(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3634,7 +3634,7 @@ public int naboo_imperial_tier3_handleBranch99(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3672,7 +3672,7 @@ public int naboo_imperial_tier3_handleBranch100(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3687,7 +3687,7 @@ public int naboo_imperial_tier3_handleBranch101(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3725,7 +3725,7 @@ public int naboo_imperial_tier3_handleBranch103(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3808,7 +3808,7 @@ public int naboo_imperial_tier3_handleBranch104(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3846,7 +3846,7 @@ public int naboo_imperial_tier3_handleBranch105(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3918,7 +3918,7 @@ public int naboo_imperial_tier3_handleBranch106(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3990,7 +3990,7 @@ public int naboo_imperial_tier3_handleBranch107(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4084,7 +4084,7 @@ public int naboo_imperial_tier3_handleBranch108(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4156,7 +4156,7 @@ public int naboo_imperial_tier3_handleBranch109(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4250,7 +4250,7 @@ public int naboo_imperial_tier3_handleBranch110(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4322,7 +4322,7 @@ public int naboo_imperial_tier3_handleBranch111(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4394,7 +4394,7 @@ public int naboo_imperial_tier3_handleBranch112(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4442,7 +4442,7 @@ public int naboo_imperial_tier3_handleBranch113(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4456,7 +4456,7 @@ public int naboo_imperial_tier3_handleBranch115(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4528,7 +4528,7 @@ public int naboo_imperial_tier3_handleBranch117(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4577,7 +4577,7 @@ public int naboo_imperial_tier3_handleBranch118(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4671,7 +4671,7 @@ public int naboo_imperial_tier3_handleBranch119(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4743,7 +4743,7 @@ public int naboo_imperial_tier3_handleBranch120(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4781,7 +4781,7 @@ public int naboo_imperial_tier3_handleBranch121(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4819,7 +4819,7 @@ public int naboo_imperial_tier3_handleBranch122(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4876,7 +4876,7 @@ public int naboo_imperial_tier3_handleBranch123(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4902,7 +4902,7 @@ public int naboo_imperial_tier3_handleBranch124(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4940,7 +4940,7 @@ public int naboo_imperial_tier3_handleBranch127(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5012,7 +5012,7 @@ public int naboo_imperial_tier3_handleBranch128(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5050,7 +5050,7 @@ public int naboo_imperial_tier3_handleBranch129(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5088,7 +5088,7 @@ public int naboo_imperial_tier3_handleBranch130(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5171,7 +5171,7 @@ public int naboo_imperial_tier3_handleBranch131(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5265,7 +5265,7 @@ public int naboo_imperial_tier3_handleBranch132(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5348,7 +5348,7 @@ public int naboo_imperial_tier3_handleBranch133(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5420,7 +5420,7 @@ public int naboo_imperial_tier3_handleBranch134(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5435,7 +5435,7 @@ public int naboo_imperial_tier3_handleBranch135(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5450,7 +5450,7 @@ public int naboo_imperial_tier3_handleBranch137(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5488,7 +5488,7 @@ public int naboo_imperial_tier3_handleBranch139(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5503,7 +5503,7 @@ public int naboo_imperial_tier3_handleBranch140(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5575,7 +5575,7 @@ public int naboo_imperial_tier3_handleBranch142(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5613,7 +5613,7 @@ public int naboo_imperial_tier3_handleBranch143(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5628,7 +5628,7 @@ public int naboo_imperial_tier3_handleBranch144(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5677,7 +5677,7 @@ public int naboo_imperial_tier3_handleBranch146(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5726,7 +5726,7 @@ public int naboo_imperial_tier3_handleBranch147(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5741,7 +5741,7 @@ public int naboo_imperial_tier3_handleBranch149(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5779,7 +5779,7 @@ public int naboo_imperial_tier3_handleBranch151(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5817,7 +5817,7 @@ public int naboo_imperial_tier3_handleBranch152(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5855,7 +5855,7 @@ public int naboo_imperial_tier3_handleBranch153(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5870,7 +5870,7 @@ public int naboo_imperial_tier3_handleBranch154(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5953,7 +5953,7 @@ public int naboo_imperial_tier3_handleBranch156(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6025,7 +6025,7 @@ public int naboo_imperial_tier3_handleBranch157(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6063,7 +6063,7 @@ public int naboo_imperial_tier3_handleBranch158(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6101,7 +6101,7 @@ public int naboo_imperial_tier3_handleBranch159(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6150,7 +6150,7 @@ public int naboo_imperial_tier3_handleBranch160(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6176,7 +6176,7 @@ public int naboo_imperial_tier3_handleBranch161(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6214,7 +6214,7 @@ public int naboo_imperial_tier3_handleBranch164(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6263,7 +6263,7 @@ public int naboo_imperial_tier3_handleBranch165(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6335,7 +6335,7 @@ public int naboo_imperial_tier3_handleBranch166(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6373,7 +6373,7 @@ public int naboo_imperial_tier3_handleBranch167(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6411,7 +6411,7 @@ public int naboo_imperial_tier3_handleBranch168(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6426,7 +6426,7 @@ public int naboo_imperial_tier3_handleBranch169(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6464,7 +6464,7 @@ public int naboo_imperial_tier3_handleBranch171(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6479,7 +6479,7 @@ public int naboo_imperial_tier3_handleBranch172(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch174(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6517,7 +6517,7 @@ public int naboo_imperial_tier3_handleBranch174(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch175(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6555,7 +6555,7 @@ public int naboo_imperial_tier3_handleBranch175(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch176(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6593,7 +6593,7 @@ public int naboo_imperial_tier3_handleBranch176(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6608,7 +6608,7 @@ public int naboo_imperial_tier3_handleBranch177(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_handleBranch179(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6636,7 +6636,7 @@ public int naboo_imperial_tier3_handleBranch179(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier3_barlow.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier3_barlow.java index be07551b7f..29b03028c9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier3_barlow.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier3_barlow.java @@ -133,7 +133,7 @@ public int naboo_imperial_tier3_barlow_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int naboo_imperial_tier3_barlow_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int naboo_imperial_tier3_barlow_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -370,7 +370,7 @@ public int naboo_imperial_tier3_barlow_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -470,7 +470,7 @@ public int naboo_imperial_tier3_barlow_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -585,7 +585,7 @@ public int naboo_imperial_tier3_barlow_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -637,7 +637,7 @@ public int naboo_imperial_tier3_barlow_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -736,7 +736,7 @@ public int naboo_imperial_tier3_barlow_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -825,7 +825,7 @@ public int naboo_imperial_tier3_barlow_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -877,7 +877,7 @@ public int naboo_imperial_tier3_barlow_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -965,7 +965,7 @@ public int naboo_imperial_tier3_barlow_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1006,7 +1006,7 @@ public int naboo_imperial_tier3_barlow_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1058,7 +1058,7 @@ public int naboo_imperial_tier3_barlow_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1135,7 +1135,7 @@ public int naboo_imperial_tier3_barlow_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1176,7 +1176,7 @@ public int naboo_imperial_tier3_barlow_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1227,7 +1227,7 @@ public int naboo_imperial_tier3_barlow_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1314,7 +1314,7 @@ public int naboo_imperial_tier3_barlow_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1355,7 +1355,7 @@ public int naboo_imperial_tier3_barlow_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1405,7 +1405,7 @@ public int naboo_imperial_tier3_barlow_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1481,7 +1481,7 @@ public int naboo_imperial_tier3_barlow_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1521,7 +1521,7 @@ public int naboo_imperial_tier3_barlow_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1561,7 +1561,7 @@ public int naboo_imperial_tier3_barlow_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1611,7 +1611,7 @@ public int naboo_imperial_tier3_barlow_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1696,7 +1696,7 @@ public int naboo_imperial_tier3_barlow_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1735,7 +1735,7 @@ public int naboo_imperial_tier3_barlow_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1785,7 +1785,7 @@ public int naboo_imperial_tier3_barlow_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1860,7 +1860,7 @@ public int naboo_imperial_tier3_barlow_handleBranch28(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1899,7 +1899,7 @@ public int naboo_imperial_tier3_barlow_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1940,7 +1940,7 @@ public int naboo_imperial_tier3_barlow_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1980,7 +1980,7 @@ public int naboo_imperial_tier3_barlow_handleBranch31(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2020,7 +2020,7 @@ public int naboo_imperial_tier3_barlow_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2059,7 +2059,7 @@ public int naboo_imperial_tier3_barlow_handleBranch33(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2098,7 +2098,7 @@ public int naboo_imperial_tier3_barlow_handleBranch34(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2160,7 +2160,7 @@ public int naboo_imperial_tier3_barlow_handleBranch35(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2205,7 +2205,7 @@ public int naboo_imperial_tier3_barlow_handleBranch36(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2255,7 +2255,7 @@ public int naboo_imperial_tier3_barlow_handleBranch40(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2332,7 +2332,7 @@ public int naboo_imperial_tier3_barlow_handleBranch41(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2382,7 +2382,7 @@ public int naboo_imperial_tier3_barlow_handleBranch42(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2423,7 +2423,7 @@ public int naboo_imperial_tier3_barlow_handleBranch43(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2473,7 +2473,7 @@ public int naboo_imperial_tier3_barlow_handleBranch44(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2523,7 +2523,7 @@ public int naboo_imperial_tier3_barlow_handleBranch45(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2600,7 +2600,7 @@ public int naboo_imperial_tier3_barlow_handleBranch46(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2640,7 +2640,7 @@ public int naboo_imperial_tier3_barlow_handleBranch47(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2702,7 +2702,7 @@ public int naboo_imperial_tier3_barlow_handleBranch48(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2764,7 +2764,7 @@ public int naboo_imperial_tier3_barlow_handleBranch49(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2840,7 +2840,7 @@ public int naboo_imperial_tier3_barlow_handleBranch50(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2881,7 +2881,7 @@ public int naboo_imperial_tier3_barlow_handleBranch51(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2932,7 +2932,7 @@ public int naboo_imperial_tier3_barlow_handleBranch52(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2983,7 +2983,7 @@ public int naboo_imperial_tier3_barlow_handleBranch53(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3024,7 +3024,7 @@ public int naboo_imperial_tier3_barlow_handleBranch54(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3063,7 +3063,7 @@ public int naboo_imperial_tier3_barlow_handleBranch55(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3114,7 +3114,7 @@ public int naboo_imperial_tier3_barlow_handleBranch56(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3155,7 +3155,7 @@ public int naboo_imperial_tier3_barlow_handleBranch57(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3206,7 +3206,7 @@ public int naboo_imperial_tier3_barlow_handleBranch58(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3257,7 +3257,7 @@ public int naboo_imperial_tier3_barlow_handleBranch59(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3343,7 +3343,7 @@ public int naboo_imperial_tier3_barlow_handleBranch60(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3418,7 +3418,7 @@ public int naboo_imperial_tier3_barlow_handleBranch61(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3458,7 +3458,7 @@ public int naboo_imperial_tier3_barlow_handleBranch62(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3497,7 +3497,7 @@ public int naboo_imperial_tier3_barlow_handleBranch63(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3547,7 +3547,7 @@ public int naboo_imperial_tier3_barlow_handleBranch64(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3633,7 +3633,7 @@ public int naboo_imperial_tier3_barlow_handleBranch65(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3718,7 +3718,7 @@ public int naboo_imperial_tier3_barlow_handleBranch66(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3804,7 +3804,7 @@ public int naboo_imperial_tier3_barlow_handleBranch67(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3833,7 +3833,7 @@ public int naboo_imperial_tier3_barlow_handleBranch68(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3872,7 +3872,7 @@ public int naboo_imperial_tier3_barlow_handleBranch71(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3889,7 +3889,7 @@ public int naboo_imperial_tier3_barlow_handleBranch72(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3928,7 +3928,7 @@ public int naboo_imperial_tier3_barlow_handleBranch74(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3967,7 +3967,7 @@ public int naboo_imperial_tier3_barlow_handleBranch75(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4043,7 +4043,7 @@ public int naboo_imperial_tier3_barlow_handleBranch76(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4094,7 +4094,7 @@ public int naboo_imperial_tier3_barlow_handleBranch77(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4133,7 +4133,7 @@ public int naboo_imperial_tier3_barlow_handleBranch78(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4184,7 +4184,7 @@ public int naboo_imperial_tier3_barlow_handleBranch79(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4260,7 +4260,7 @@ public int naboo_imperial_tier3_barlow_handleBranch80(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4299,7 +4299,7 @@ public int naboo_imperial_tier3_barlow_handleBranch81(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4350,7 +4350,7 @@ public int naboo_imperial_tier3_barlow_handleBranch82(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4389,7 +4389,7 @@ public int naboo_imperial_tier3_barlow_handleBranch83(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4429,7 +4429,7 @@ public int naboo_imperial_tier3_barlow_handleBranch84(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4515,7 +4515,7 @@ public int naboo_imperial_tier3_barlow_handleBranch85(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier3_barlow_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4566,7 +4566,7 @@ public int naboo_imperial_tier3_barlow_handleBranch86(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier4.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier4.java index 85d5101aad..86d4d2d100 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_tier4.java @@ -386,7 +386,7 @@ public int naboo_imperial_tier4_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -401,7 +401,7 @@ public int naboo_imperial_tier4_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -457,7 +457,7 @@ public int naboo_imperial_tier4_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -505,7 +505,7 @@ public int naboo_imperial_tier4_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -579,7 +579,7 @@ public int naboo_imperial_tier4_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -596,7 +596,7 @@ public int naboo_imperial_tier4_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -613,7 +613,7 @@ public int naboo_imperial_tier4_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -663,7 +663,7 @@ public int naboo_imperial_tier4_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -679,7 +679,7 @@ public int naboo_imperial_tier4_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -751,7 +751,7 @@ public int naboo_imperial_tier4_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -766,7 +766,7 @@ public int naboo_imperial_tier4_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -783,7 +783,7 @@ public int naboo_imperial_tier4_handleBranch24(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -833,7 +833,7 @@ public int naboo_imperial_tier4_handleBranch26(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -871,7 +871,7 @@ public int naboo_imperial_tier4_handleBranch28(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -887,7 +887,7 @@ public int naboo_imperial_tier4_handleBranch29(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1015,7 +1015,7 @@ public int naboo_imperial_tier4_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1064,7 +1064,7 @@ public int naboo_imperial_tier4_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1079,7 +1079,7 @@ public int naboo_imperial_tier4_handleBranch34(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1152,7 +1152,7 @@ public int naboo_imperial_tier4_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1166,7 +1166,7 @@ public int naboo_imperial_tier4_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1181,7 +1181,7 @@ public int naboo_imperial_tier4_handleBranch39(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1220,7 +1220,7 @@ public int naboo_imperial_tier4_handleBranch41(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1234,7 +1234,7 @@ public int naboo_imperial_tier4_handleBranch42(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1351,7 +1351,7 @@ public int naboo_imperial_tier4_handleBranch44(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1375,7 +1375,7 @@ public int naboo_imperial_tier4_handleBranch45(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1424,7 +1424,7 @@ public int naboo_imperial_tier4_handleBranch48(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1473,7 +1473,7 @@ public int naboo_imperial_tier4_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1579,7 +1579,7 @@ public int naboo_imperial_tier4_handleBranch50(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1617,7 +1617,7 @@ public int naboo_imperial_tier4_handleBranch51(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1631,7 +1631,7 @@ public int naboo_imperial_tier4_handleBranch52(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1669,7 +1669,7 @@ public int naboo_imperial_tier4_handleBranch54(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1707,7 +1707,7 @@ public int naboo_imperial_tier4_handleBranch55(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1745,7 +1745,7 @@ public int naboo_imperial_tier4_handleBranch56(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1786,7 +1786,7 @@ public int naboo_imperial_tier4_handleBranch57(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2009,7 +2009,7 @@ public int naboo_imperial_tier4_handleBranch61(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2115,7 +2115,7 @@ public int naboo_imperial_tier4_handleBranch62(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2221,7 +2221,7 @@ public int naboo_imperial_tier4_handleBranch63(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2338,7 +2338,7 @@ public int naboo_imperial_tier4_handleBranch64(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2466,7 +2466,7 @@ public int naboo_imperial_tier4_handleBranch65(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2597,7 +2597,7 @@ public int naboo_imperial_tier4_handleBranch66(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2821,7 +2821,7 @@ public int naboo_imperial_tier4_handleBranch67(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2927,7 +2927,7 @@ public int naboo_imperial_tier4_handleBranch68(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2942,7 +2942,7 @@ public int naboo_imperial_tier4_handleBranch69(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2957,7 +2957,7 @@ public int naboo_imperial_tier4_handleBranch71(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2976,7 +2976,7 @@ public int naboo_imperial_tier4_handleBranch73(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3082,7 +3082,7 @@ public int naboo_imperial_tier4_handleBranch75(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3120,7 +3120,7 @@ public int naboo_imperial_tier4_handleBranch76(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3158,7 +3158,7 @@ public int naboo_imperial_tier4_handleBranch77(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3173,7 +3173,7 @@ public int naboo_imperial_tier4_handleBranch78(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3211,7 +3211,7 @@ public int naboo_imperial_tier4_handleBranch80(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3249,7 +3249,7 @@ public int naboo_imperial_tier4_handleBranch81(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3287,7 +3287,7 @@ public int naboo_imperial_tier4_handleBranch82(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3302,7 +3302,7 @@ public int naboo_imperial_tier4_handleBranch83(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3340,7 +3340,7 @@ public int naboo_imperial_tier4_handleBranch85(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3378,7 +3378,7 @@ public int naboo_imperial_tier4_handleBranch86(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3495,7 +3495,7 @@ public int naboo_imperial_tier4_handleBranch87(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3567,7 +3567,7 @@ public int naboo_imperial_tier4_handleBranch88(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3605,7 +3605,7 @@ public int naboo_imperial_tier4_handleBranch89(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3643,7 +3643,7 @@ public int naboo_imperial_tier4_handleBranch90(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3658,7 +3658,7 @@ public int naboo_imperial_tier4_handleBranch91(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3696,7 +3696,7 @@ public int naboo_imperial_tier4_handleBranch93(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3745,7 +3745,7 @@ public int naboo_imperial_tier4_handleBranch94(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3817,7 +3817,7 @@ public int naboo_imperial_tier4_handleBranch95(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3855,7 +3855,7 @@ public int naboo_imperial_tier4_handleBranch96(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3893,7 +3893,7 @@ public int naboo_imperial_tier4_handleBranch97(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3931,7 +3931,7 @@ public int naboo_imperial_tier4_handleBranch98(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3946,7 +3946,7 @@ public int naboo_imperial_tier4_handleBranch99(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3984,7 +3984,7 @@ public int naboo_imperial_tier4_handleBranch101(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4022,7 +4022,7 @@ public int naboo_imperial_tier4_handleBranch102(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4037,7 +4037,7 @@ public int naboo_imperial_tier4_handleBranch103(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4165,7 +4165,7 @@ public int naboo_imperial_tier4_handleBranch105(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4214,7 +4214,7 @@ public int naboo_imperial_tier4_handleBranch106(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4263,7 +4263,7 @@ public int naboo_imperial_tier4_handleBranch107(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4301,7 +4301,7 @@ public int naboo_imperial_tier4_handleBranch109(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4316,7 +4316,7 @@ public int naboo_imperial_tier4_handleBranch110(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4399,7 +4399,7 @@ public int naboo_imperial_tier4_handleBranch112(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4471,7 +4471,7 @@ public int naboo_imperial_tier4_handleBranch113(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4486,7 +4486,7 @@ public int naboo_imperial_tier4_handleBranch114(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4501,7 +4501,7 @@ public int naboo_imperial_tier4_handleBranch116(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4540,7 +4540,7 @@ public int naboo_imperial_tier4_handleBranch118(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4578,7 +4578,7 @@ public int naboo_imperial_tier4_handleBranch119(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4593,7 +4593,7 @@ public int naboo_imperial_tier4_handleBranch120(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4665,7 +4665,7 @@ public int naboo_imperial_tier4_handleBranch122(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4714,7 +4714,7 @@ public int naboo_imperial_tier4_handleBranch123(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4774,7 +4774,7 @@ public int naboo_imperial_tier4_handleBranch124(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4800,7 +4800,7 @@ public int naboo_imperial_tier4_handleBranch125(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4819,7 +4819,7 @@ public int naboo_imperial_tier4_handleBranch129(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5043,7 +5043,7 @@ public int naboo_imperial_tier4_handleBranch131(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5267,7 +5267,7 @@ public int naboo_imperial_tier4_handleBranch132(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5491,7 +5491,7 @@ public int naboo_imperial_tier4_handleBranch133(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5530,7 +5530,7 @@ public int naboo_imperial_tier4_handleBranch134(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5612,7 +5612,7 @@ public int naboo_imperial_tier4_handleBranch135(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5650,7 +5650,7 @@ public int naboo_imperial_tier4_handleBranch140(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5688,7 +5688,7 @@ public int naboo_imperial_tier4_handleBranch141(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5770,7 +5770,7 @@ public int naboo_imperial_tier4_handleBranch142(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5852,7 +5852,7 @@ public int naboo_imperial_tier4_handleBranch143(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5958,7 +5958,7 @@ public int naboo_imperial_tier4_handleBranch144(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5996,7 +5996,7 @@ public int naboo_imperial_tier4_handleBranch145(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6034,7 +6034,7 @@ public int naboo_imperial_tier4_handleBranch146(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6048,7 +6048,7 @@ public int naboo_imperial_tier4_handleBranch147(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6086,7 +6086,7 @@ public int naboo_imperial_tier4_handleBranch149(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6100,7 +6100,7 @@ public int naboo_imperial_tier4_handleBranch150(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6149,7 +6149,7 @@ public int naboo_imperial_tier4_handleBranch152(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6173,7 +6173,7 @@ public int naboo_imperial_tier4_handleBranch153(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_tier4_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6255,7 +6255,7 @@ public int naboo_imperial_tier4_handleBranch156(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_trainer_1.java index d25de9a497..9c1b5391d2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_trainer_1.java @@ -722,7 +722,7 @@ public int naboo_imperial_trainer_1_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -897,7 +897,7 @@ public int naboo_imperial_trainer_1_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1072,7 +1072,7 @@ public int naboo_imperial_trainer_1_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1247,7 +1247,7 @@ public int naboo_imperial_trainer_1_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1303,7 +1303,7 @@ public int naboo_imperial_trainer_1_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1374,7 +1374,7 @@ public int naboo_imperial_trainer_1_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1424,7 +1424,7 @@ public int naboo_imperial_trainer_1_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1451,7 +1451,7 @@ public int naboo_imperial_trainer_1_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1650,7 +1650,7 @@ public int naboo_imperial_trainer_1_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1769,7 +1769,7 @@ public int naboo_imperial_trainer_1_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1808,7 +1808,7 @@ public int naboo_imperial_trainer_1_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1847,7 +1847,7 @@ public int naboo_imperial_trainer_1_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1897,7 +1897,7 @@ public int naboo_imperial_trainer_1_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1982,7 +1982,7 @@ public int naboo_imperial_trainer_1_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2067,7 +2067,7 @@ public int naboo_imperial_trainer_1_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2087,7 +2087,7 @@ public int naboo_imperial_trainer_1_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2127,7 +2127,7 @@ public int naboo_imperial_trainer_1_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2177,7 +2177,7 @@ public int naboo_imperial_trainer_1_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2262,7 +2262,7 @@ public int naboo_imperial_trainer_1_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2301,7 +2301,7 @@ public int naboo_imperial_trainer_1_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2351,7 +2351,7 @@ public int naboo_imperial_trainer_1_handleBranch33(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2436,7 +2436,7 @@ public int naboo_imperial_trainer_1_handleBranch34(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2578,7 +2578,7 @@ public int naboo_imperial_trainer_1_handleBranch35(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2593,7 +2593,7 @@ public int naboo_imperial_trainer_1_handleBranch36(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2608,7 +2608,7 @@ public int naboo_imperial_trainer_1_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2623,7 +2623,7 @@ public int naboo_imperial_trainer_1_handleBranch40(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2638,7 +2638,7 @@ public int naboo_imperial_trainer_1_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2756,7 +2756,7 @@ public int naboo_imperial_trainer_1_handleBranch45(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2828,7 +2828,7 @@ public int naboo_imperial_trainer_1_handleBranch46(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2915,7 +2915,7 @@ public int naboo_imperial_trainer_1_handleBranch48(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2930,7 +2930,7 @@ public int naboo_imperial_trainer_1_handleBranch49(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2945,7 +2945,7 @@ public int naboo_imperial_trainer_1_handleBranch51(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3054,7 +3054,7 @@ public int naboo_imperial_trainer_1_handleBranch54(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3137,7 +3137,7 @@ public int naboo_imperial_trainer_1_handleBranch55(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3186,7 +3186,7 @@ public int naboo_imperial_trainer_1_handleBranch56(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3201,7 +3201,7 @@ public int naboo_imperial_trainer_1_handleBranch57(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3216,7 +3216,7 @@ public int naboo_imperial_trainer_1_handleBranch60(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3299,7 +3299,7 @@ public int naboo_imperial_trainer_1_handleBranch62(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3358,7 +3358,7 @@ public int naboo_imperial_trainer_1_handleBranch63(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3383,7 +3383,7 @@ public int naboo_imperial_trainer_1_handleBranch64(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3398,7 +3398,7 @@ public int naboo_imperial_trainer_1_handleBranch68(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3481,7 +3481,7 @@ public int naboo_imperial_trainer_1_handleBranch70(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3530,7 +3530,7 @@ public int naboo_imperial_trainer_1_handleBranch71(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3545,7 +3545,7 @@ public int naboo_imperial_trainer_1_handleBranch72(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3560,7 +3560,7 @@ public int naboo_imperial_trainer_1_handleBranch75(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3610,7 +3610,7 @@ public int naboo_imperial_trainer_1_handleBranch77(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3637,7 +3637,7 @@ public int naboo_imperial_trainer_1_handleBranch78(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3676,7 +3676,7 @@ public int naboo_imperial_trainer_1_handleBranch81(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3737,7 +3737,7 @@ public int naboo_imperial_trainer_1_handleBranch82(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3867,7 +3867,7 @@ public int naboo_imperial_trainer_1_handleBranch83(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3883,7 +3883,7 @@ public int naboo_imperial_trainer_1_handleBranch84(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3899,7 +3899,7 @@ public int naboo_imperial_trainer_1_handleBranch86(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4029,7 +4029,7 @@ public int naboo_imperial_trainer_1_handleBranch88(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4138,7 +4138,7 @@ public int naboo_imperial_trainer_1_handleBranch89(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4211,7 +4211,7 @@ public int naboo_imperial_trainer_1_handleBranch90(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4226,7 +4226,7 @@ public int naboo_imperial_trainer_1_handleBranch91(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4241,7 +4241,7 @@ public int naboo_imperial_trainer_1_handleBranch93(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4280,7 +4280,7 @@ public int naboo_imperial_trainer_1_handleBranch95(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4319,7 +4319,7 @@ public int naboo_imperial_trainer_1_handleBranch96(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4392,7 +4392,7 @@ public int naboo_imperial_trainer_1_handleBranch97(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4431,7 +4431,7 @@ public int naboo_imperial_trainer_1_handleBranch98(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4446,7 +4446,7 @@ public int naboo_imperial_trainer_1_handleBranch99(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4485,7 +4485,7 @@ public int naboo_imperial_trainer_1_handleBranch101(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4500,7 +4500,7 @@ public int naboo_imperial_trainer_1_handleBranch102(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4539,7 +4539,7 @@ public int naboo_imperial_trainer_1_handleBranch104(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4612,7 +4612,7 @@ public int naboo_imperial_trainer_1_handleBranch105(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4627,7 +4627,7 @@ public int naboo_imperial_trainer_1_handleBranch106(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4642,7 +4642,7 @@ public int naboo_imperial_trainer_1_handleBranch108(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4669,7 +4669,7 @@ public int naboo_imperial_trainer_1_handleBranch110(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4754,7 +4754,7 @@ public int naboo_imperial_trainer_1_handleBranch113(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4793,7 +4793,7 @@ public int naboo_imperial_trainer_1_handleBranch114(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4832,7 +4832,7 @@ public int naboo_imperial_trainer_1_handleBranch115(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4871,7 +4871,7 @@ public int naboo_imperial_trainer_1_handleBranch116(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4932,7 +4932,7 @@ public int naboo_imperial_trainer_1_handleBranch117(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5018,7 +5018,7 @@ public int naboo_imperial_trainer_1_handleBranch118(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5034,7 +5034,7 @@ public int naboo_imperial_trainer_1_handleBranch120(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5050,7 +5050,7 @@ public int naboo_imperial_trainer_1_handleBranch122(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5135,7 +5135,7 @@ public int naboo_imperial_trainer_1_handleBranch124(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5246,7 +5246,7 @@ public int naboo_imperial_trainer_1_handleBranch125(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5261,7 +5261,7 @@ public int naboo_imperial_trainer_1_handleBranch126(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5301,7 +5301,7 @@ public int naboo_imperial_trainer_1_handleBranch128(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5340,7 +5340,7 @@ public int naboo_imperial_trainer_1_handleBranch129(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5355,7 +5355,7 @@ public int naboo_imperial_trainer_1_handleBranch130(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5370,7 +5370,7 @@ public int naboo_imperial_trainer_1_handleBranch132(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5420,7 +5420,7 @@ public int naboo_imperial_trainer_1_handleBranch134(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5436,7 +5436,7 @@ public int naboo_imperial_trainer_1_handleBranch135(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5486,7 +5486,7 @@ public int naboo_imperial_trainer_1_handleBranch138(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5502,7 +5502,7 @@ public int naboo_imperial_trainer_1_handleBranch139(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5679,7 +5679,7 @@ public int naboo_imperial_trainer_1_handleBranch142(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5718,7 +5718,7 @@ public int naboo_imperial_trainer_1_handleBranch143(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5733,7 +5733,7 @@ public int naboo_imperial_trainer_1_handleBranch144(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5749,7 +5749,7 @@ public int naboo_imperial_trainer_1_handleBranch146(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5765,7 +5765,7 @@ public int naboo_imperial_trainer_1_handleBranch148(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5942,7 +5942,7 @@ public int naboo_imperial_trainer_1_handleBranch150(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6050,7 +6050,7 @@ public int naboo_imperial_trainer_1_handleBranch151(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6090,7 +6090,7 @@ public int naboo_imperial_trainer_1_handleBranch152(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6105,7 +6105,7 @@ public int naboo_imperial_trainer_1_handleBranch153(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6144,7 +6144,7 @@ public int naboo_imperial_trainer_1_handleBranch155(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6184,7 +6184,7 @@ public int naboo_imperial_trainer_1_handleBranch156(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6223,7 +6223,7 @@ public int naboo_imperial_trainer_1_handleBranch157(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6238,7 +6238,7 @@ public int naboo_imperial_trainer_1_handleBranch158(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6277,7 +6277,7 @@ public int naboo_imperial_trainer_1_handleBranch160(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6317,7 +6317,7 @@ public int naboo_imperial_trainer_1_handleBranch161(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6332,7 +6332,7 @@ public int naboo_imperial_trainer_1_handleBranch162(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6382,7 +6382,7 @@ public int naboo_imperial_trainer_1_handleBranch164(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6409,7 +6409,7 @@ public int naboo_imperial_trainer_1_handleBranch165(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6586,7 +6586,7 @@ public int naboo_imperial_trainer_1_handleBranch168(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6625,7 +6625,7 @@ public int naboo_imperial_trainer_1_handleBranch169(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch170(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6642,7 +6642,7 @@ public int naboo_imperial_trainer_1_handleBranch170(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6681,7 +6681,7 @@ public int naboo_imperial_trainer_1_handleBranch172(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch173(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6720,7 +6720,7 @@ public int naboo_imperial_trainer_1_handleBranch173(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch174(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6759,7 +6759,7 @@ public int naboo_imperial_trainer_1_handleBranch174(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch175(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6775,7 +6775,7 @@ public int naboo_imperial_trainer_1_handleBranch175(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6814,7 +6814,7 @@ public int naboo_imperial_trainer_1_handleBranch177(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch178(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6853,7 +6853,7 @@ public int naboo_imperial_trainer_1_handleBranch178(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch179(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6869,7 +6869,7 @@ public int naboo_imperial_trainer_1_handleBranch179(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch181(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7046,7 +7046,7 @@ public int naboo_imperial_trainer_1_handleBranch181(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7166,7 +7166,7 @@ public int naboo_imperial_trainer_1_handleBranch182(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch183(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7262,7 +7262,7 @@ public int naboo_imperial_trainer_1_handleBranch183(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch184(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7323,7 +7323,7 @@ public int naboo_imperial_trainer_1_handleBranch184(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch185(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7373,7 +7373,7 @@ public int naboo_imperial_trainer_1_handleBranch185(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch186(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7477,7 +7477,7 @@ public int naboo_imperial_trainer_1_handleBranch186(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch187(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7548,7 +7548,7 @@ public int naboo_imperial_trainer_1_handleBranch187(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch188(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7725,7 +7725,7 @@ public int naboo_imperial_trainer_1_handleBranch188(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch189(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7902,7 +7902,7 @@ public int naboo_imperial_trainer_1_handleBranch189(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch191(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7941,7 +7941,7 @@ public int naboo_imperial_trainer_1_handleBranch191(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch192(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7980,7 +7980,7 @@ public int naboo_imperial_trainer_1_handleBranch192(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch193(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8030,7 +8030,7 @@ public int naboo_imperial_trainer_1_handleBranch193(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch194(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8081,7 +8081,7 @@ public int naboo_imperial_trainer_1_handleBranch194(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch195(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8185,7 +8185,7 @@ public int naboo_imperial_trainer_1_handleBranch195(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch197(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8224,7 +8224,7 @@ public int naboo_imperial_trainer_1_handleBranch197(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch198(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8263,7 +8263,7 @@ public int naboo_imperial_trainer_1_handleBranch198(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch199(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8302,7 +8302,7 @@ public int naboo_imperial_trainer_1_handleBranch199(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch200(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8352,7 +8352,7 @@ public int naboo_imperial_trainer_1_handleBranch200(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch201(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8403,7 +8403,7 @@ public int naboo_imperial_trainer_1_handleBranch201(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_1_handleBranch202(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8507,7 +8507,7 @@ public int naboo_imperial_trainer_1_handleBranch202(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_trainer_2.java index 413236e3cd..eedfc47666 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_imperial_trainer_2.java @@ -317,7 +317,7 @@ public int naboo_imperial_trainer_2_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int naboo_imperial_trainer_2_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int naboo_imperial_trainer_2_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -442,7 +442,7 @@ public int naboo_imperial_trainer_2_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -457,7 +457,7 @@ public int naboo_imperial_trainer_2_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ public int naboo_imperial_trainer_2_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -618,7 +618,7 @@ public int naboo_imperial_trainer_2_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -666,7 +666,7 @@ public int naboo_imperial_trainer_2_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -680,7 +680,7 @@ public int naboo_imperial_trainer_2_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -764,7 +764,7 @@ public int naboo_imperial_trainer_2_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -780,7 +780,7 @@ public int naboo_imperial_trainer_2_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -921,7 +921,7 @@ public int naboo_imperial_trainer_2_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -959,7 +959,7 @@ public int naboo_imperial_trainer_2_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -974,7 +974,7 @@ public int naboo_imperial_trainer_2_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1012,7 +1012,7 @@ public int naboo_imperial_trainer_2_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1027,7 +1027,7 @@ public int naboo_imperial_trainer_2_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1132,7 +1132,7 @@ public int naboo_imperial_trainer_2_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1170,7 +1170,7 @@ public int naboo_imperial_trainer_2_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1220,7 +1220,7 @@ public int naboo_imperial_trainer_2_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1325,7 +1325,7 @@ public int naboo_imperial_trainer_2_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1363,7 +1363,7 @@ public int naboo_imperial_trainer_2_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1378,7 +1378,7 @@ public int naboo_imperial_trainer_2_handleBranch33(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1416,7 +1416,7 @@ public int naboo_imperial_trainer_2_handleBranch35(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1454,7 +1454,7 @@ public int naboo_imperial_trainer_2_handleBranch36(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1492,7 +1492,7 @@ public int naboo_imperial_trainer_2_handleBranch37(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1530,7 +1530,7 @@ public int naboo_imperial_trainer_2_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1545,7 +1545,7 @@ public int naboo_imperial_trainer_2_handleBranch39(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1594,7 +1594,7 @@ public int naboo_imperial_trainer_2_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1735,7 +1735,7 @@ public int naboo_imperial_trainer_2_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1840,7 +1840,7 @@ public int naboo_imperial_trainer_2_handleBranch43(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1878,7 +1878,7 @@ public int naboo_imperial_trainer_2_handleBranch44(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1916,7 +1916,7 @@ public int naboo_imperial_trainer_2_handleBranch45(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1987,7 +1987,7 @@ public int naboo_imperial_trainer_2_handleBranch46(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2180,7 +2180,7 @@ public int naboo_imperial_trainer_2_handleBranch47(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2194,7 +2194,7 @@ public int naboo_imperial_trainer_2_handleBranch48(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2208,7 +2208,7 @@ public int naboo_imperial_trainer_2_handleBranch50(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2222,7 +2222,7 @@ public int naboo_imperial_trainer_2_handleBranch52(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2236,7 +2236,7 @@ public int naboo_imperial_trainer_2_handleBranch54(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2377,7 +2377,7 @@ public int naboo_imperial_trainer_2_handleBranch56(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2416,7 +2416,7 @@ public int naboo_imperial_trainer_2_handleBranch57(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2430,7 +2430,7 @@ public int naboo_imperial_trainer_2_handleBranch58(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2469,7 +2469,7 @@ public int naboo_imperial_trainer_2_handleBranch60(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2483,7 +2483,7 @@ public int naboo_imperial_trainer_2_handleBranch61(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2522,7 +2522,7 @@ public int naboo_imperial_trainer_2_handleBranch63(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2536,7 +2536,7 @@ public int naboo_imperial_trainer_2_handleBranch64(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2575,7 +2575,7 @@ public int naboo_imperial_trainer_2_handleBranch66(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2589,7 +2589,7 @@ public int naboo_imperial_trainer_2_handleBranch67(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2635,7 +2635,7 @@ public int naboo_imperial_trainer_2_handleBranch70(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2674,7 +2674,7 @@ public int naboo_imperial_trainer_2_handleBranch71(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2712,7 +2712,7 @@ public int naboo_imperial_trainer_2_handleBranch72(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2750,7 +2750,7 @@ public int naboo_imperial_trainer_2_handleBranch73(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2788,7 +2788,7 @@ public int naboo_imperial_trainer_2_handleBranch74(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2837,7 +2837,7 @@ public int naboo_imperial_trainer_2_handleBranch75(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2942,7 +2942,7 @@ public int naboo_imperial_trainer_2_handleBranch76(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2957,7 +2957,7 @@ public int naboo_imperial_trainer_2_handleBranch77(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2996,7 +2996,7 @@ public int naboo_imperial_trainer_2_handleBranch79(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3034,7 +3034,7 @@ public int naboo_imperial_trainer_2_handleBranch80(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3072,7 +3072,7 @@ public int naboo_imperial_trainer_2_handleBranch81(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3110,7 +3110,7 @@ public int naboo_imperial_trainer_2_handleBranch82(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3148,7 +3148,7 @@ public int naboo_imperial_trainer_2_handleBranch83(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3186,7 +3186,7 @@ public int naboo_imperial_trainer_2_handleBranch84(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3201,7 +3201,7 @@ public int naboo_imperial_trainer_2_handleBranch85(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3239,7 +3239,7 @@ public int naboo_imperial_trainer_2_handleBranch87(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3278,7 +3278,7 @@ public int naboo_imperial_trainer_2_handleBranch88(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3292,7 +3292,7 @@ public int naboo_imperial_trainer_2_handleBranch89(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3330,7 +3330,7 @@ public int naboo_imperial_trainer_2_handleBranch91(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3345,7 +3345,7 @@ public int naboo_imperial_trainer_2_handleBranch92(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3385,7 +3385,7 @@ public int naboo_imperial_trainer_2_handleBranch94(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3425,7 +3425,7 @@ public int naboo_imperial_trainer_2_handleBranch95(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3464,7 +3464,7 @@ public int naboo_imperial_trainer_2_handleBranch96(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3502,7 +3502,7 @@ public int naboo_imperial_trainer_2_handleBranch97(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3540,7 +3540,7 @@ public int naboo_imperial_trainer_2_handleBranch98(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3578,7 +3578,7 @@ public int naboo_imperial_trainer_2_handleBranch99(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3616,7 +3616,7 @@ public int naboo_imperial_trainer_2_handleBranch100(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3631,7 +3631,7 @@ public int naboo_imperial_trainer_2_handleBranch101(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3766,7 +3766,7 @@ public int naboo_imperial_trainer_2_handleBranch103(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3826,7 +3826,7 @@ public int naboo_imperial_trainer_2_handleBranch104(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3961,7 +3961,7 @@ public int naboo_imperial_trainer_2_handleBranch105(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4096,7 +4096,7 @@ public int naboo_imperial_trainer_2_handleBranch106(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4134,7 +4134,7 @@ public int naboo_imperial_trainer_2_handleBranch107(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4172,7 +4172,7 @@ public int naboo_imperial_trainer_2_handleBranch108(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4210,7 +4210,7 @@ public int naboo_imperial_trainer_2_handleBranch109(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4249,7 +4249,7 @@ public int naboo_imperial_trainer_2_handleBranch110(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_imperial_trainer_2_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4263,7 +4263,7 @@ public int naboo_imperial_trainer_2_handleBranch111(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_kadaara_panaka.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_kadaara_panaka.java index 4bd96823c9..1cda584026 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_kadaara_panaka.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_kadaara_panaka.java @@ -122,7 +122,7 @@ public int naboo_kadaara_panaka_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int naboo_kadaara_panaka_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int naboo_kadaara_panaka_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int naboo_kadaara_panaka_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int naboo_kadaara_panaka_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -301,7 +301,7 @@ public int naboo_kadaara_panaka_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -339,7 +339,7 @@ public int naboo_kadaara_panaka_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -388,7 +388,7 @@ public int naboo_kadaara_panaka_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -413,7 +413,7 @@ public int naboo_kadaara_panaka_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int naboo_kadaara_panaka_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int naboo_kadaara_panaka_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ public int naboo_kadaara_panaka_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -565,7 +565,7 @@ public int naboo_kadaara_panaka_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int naboo_kadaara_panaka_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_kadaara_panaka_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -639,7 +639,7 @@ public int naboo_kadaara_panaka_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_legacy_lt_maximilian_vox.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_legacy_lt_maximilian_vox.java index abb5264f35..4aa1914d66 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_legacy_lt_maximilian_vox.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_legacy_lt_maximilian_vox.java @@ -157,7 +157,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_lt_maximilian_vox_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_lt_maximilian_vox_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_lt_maximilian_vox_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_lt_maximilian_vox_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_lt_maximilian_vox_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch16(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_lt_maximilian_vox_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch17(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_lt_maximilian_vox_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -430,7 +430,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_lt_maximilian_vox_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -469,7 +469,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch20(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_lt_maximilian_vox_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -484,7 +484,7 @@ public int naboo_legacy_lt_maximilian_vox_handleBranch21(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_legacy_wilson_tchorshel.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_legacy_wilson_tchorshel.java index 3960823c05..3cd9aaf1cf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_legacy_wilson_tchorshel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_legacy_wilson_tchorshel.java @@ -157,7 +157,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch7(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -379,7 +379,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -427,7 +427,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch18(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -505,7 +505,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch21(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_legacy_wilson_tchorshel_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -559,7 +559,7 @@ public int naboo_legacy_wilson_tchorshel_handleBranch22(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_tier3.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_tier3.java index 71ea4bee8f..5c048de5a4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_tier3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_tier3.java @@ -291,7 +291,7 @@ public int naboo_privateer_tier3_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int naboo_privateer_tier3_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int naboo_privateer_tier3_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -375,7 +375,7 @@ public int naboo_privateer_tier3_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -414,7 +414,7 @@ public int naboo_privateer_tier3_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int naboo_privateer_tier3_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -492,7 +492,7 @@ public int naboo_privateer_tier3_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -531,7 +531,7 @@ public int naboo_privateer_tier3_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -615,7 +615,7 @@ public int naboo_privateer_tier3_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -701,7 +701,7 @@ public int naboo_privateer_tier3_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -740,7 +740,7 @@ public int naboo_privateer_tier3_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -778,7 +778,7 @@ public int naboo_privateer_tier3_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -817,7 +817,7 @@ public int naboo_privateer_tier3_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -867,7 +867,7 @@ public int naboo_privateer_tier3_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -952,7 +952,7 @@ public int naboo_privateer_tier3_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -991,7 +991,7 @@ public int naboo_privateer_tier3_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1029,7 +1029,7 @@ public int naboo_privateer_tier3_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1046,7 +1046,7 @@ public int naboo_privateer_tier3_handleBranch35(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1121,7 +1121,7 @@ public int naboo_privateer_tier3_handleBranch37(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1160,7 +1160,7 @@ public int naboo_privateer_tier3_handleBranch38(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1177,7 +1177,7 @@ public int naboo_privateer_tier3_handleBranch39(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1216,7 +1216,7 @@ public int naboo_privateer_tier3_handleBranch41(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1232,7 +1232,7 @@ public int naboo_privateer_tier3_handleBranch42(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1307,7 +1307,7 @@ public int naboo_privateer_tier3_handleBranch44(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1357,7 +1357,7 @@ public int naboo_privateer_tier3_handleBranch45(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1431,7 +1431,7 @@ public int naboo_privateer_tier3_handleBranch46(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1470,7 +1470,7 @@ public int naboo_privateer_tier3_handleBranch47(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1508,7 +1508,7 @@ public int naboo_privateer_tier3_handleBranch48(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1525,7 +1525,7 @@ public int naboo_privateer_tier3_handleBranch49(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1565,7 +1565,7 @@ public int naboo_privateer_tier3_handleBranch51(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1604,7 +1604,7 @@ public int naboo_privateer_tier3_handleBranch52(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1643,7 +1643,7 @@ public int naboo_privateer_tier3_handleBranch53(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1681,7 +1681,7 @@ public int naboo_privateer_tier3_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1698,7 +1698,7 @@ public int naboo_privateer_tier3_handleBranch55(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1737,7 +1737,7 @@ public int naboo_privateer_tier3_handleBranch57(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1776,7 +1776,7 @@ public int naboo_privateer_tier3_handleBranch58(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1815,7 +1815,7 @@ public int naboo_privateer_tier3_handleBranch59(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1853,7 +1853,7 @@ public int naboo_privateer_tier3_handleBranch60(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1870,7 +1870,7 @@ public int naboo_privateer_tier3_handleBranch61(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1909,7 +1909,7 @@ public int naboo_privateer_tier3_handleBranch63(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1959,7 +1959,7 @@ public int naboo_privateer_tier3_handleBranch64(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2033,7 +2033,7 @@ public int naboo_privateer_tier3_handleBranch65(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2073,7 +2073,7 @@ public int naboo_privateer_tier3_handleBranch66(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2112,7 +2112,7 @@ public int naboo_privateer_tier3_handleBranch67(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2150,7 +2150,7 @@ public int naboo_privateer_tier3_handleBranch68(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2188,7 +2188,7 @@ public int naboo_privateer_tier3_handleBranch69(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2205,7 +2205,7 @@ public int naboo_privateer_tier3_handleBranch70(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2244,7 +2244,7 @@ public int naboo_privateer_tier3_handleBranch72(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2283,7 +2283,7 @@ public int naboo_privateer_tier3_handleBranch73(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2322,7 +2322,7 @@ public int naboo_privateer_tier3_handleBranch74(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2360,7 +2360,7 @@ public int naboo_privateer_tier3_handleBranch75(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2377,7 +2377,7 @@ public int naboo_privateer_tier3_handleBranch76(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2485,7 +2485,7 @@ public int naboo_privateer_tier3_handleBranch78(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2525,7 +2525,7 @@ public int naboo_privateer_tier3_handleBranch79(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2575,7 +2575,7 @@ public int naboo_privateer_tier3_handleBranch80(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2648,7 +2648,7 @@ public int naboo_privateer_tier3_handleBranch81(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2688,7 +2688,7 @@ public int naboo_privateer_tier3_handleBranch82(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2727,7 +2727,7 @@ public int naboo_privateer_tier3_handleBranch83(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2765,7 +2765,7 @@ public int naboo_privateer_tier3_handleBranch84(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2804,7 +2804,7 @@ public int naboo_privateer_tier3_handleBranch85(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2843,7 +2843,7 @@ public int naboo_privateer_tier3_handleBranch86(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2859,7 +2859,7 @@ public int naboo_privateer_tier3_handleBranch87(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2898,7 +2898,7 @@ public int naboo_privateer_tier3_handleBranch89(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2936,7 +2936,7 @@ public int naboo_privateer_tier3_handleBranch90(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2975,7 +2975,7 @@ public int naboo_privateer_tier3_handleBranch91(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3014,7 +3014,7 @@ public int naboo_privateer_tier3_handleBranch92(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3052,7 +3052,7 @@ public int naboo_privateer_tier3_handleBranch93(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3091,7 +3091,7 @@ public int naboo_privateer_tier3_handleBranch94(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3130,7 +3130,7 @@ public int naboo_privateer_tier3_handleBranch95(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3146,7 +3146,7 @@ public int naboo_privateer_tier3_handleBranch96(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3185,7 +3185,7 @@ public int naboo_privateer_tier3_handleBranch98(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3224,7 +3224,7 @@ public int naboo_privateer_tier3_handleBranch99(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3263,7 +3263,7 @@ public int naboo_privateer_tier3_handleBranch100(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3302,7 +3302,7 @@ public int naboo_privateer_tier3_handleBranch101(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3318,7 +3318,7 @@ public int naboo_privateer_tier3_handleBranch102(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3357,7 +3357,7 @@ public int naboo_privateer_tier3_handleBranch104(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3396,7 +3396,7 @@ public int naboo_privateer_tier3_handleBranch105(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3436,7 +3436,7 @@ public int naboo_privateer_tier3_handleBranch106(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3475,7 +3475,7 @@ public int naboo_privateer_tier3_handleBranch107(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3514,7 +3514,7 @@ public int naboo_privateer_tier3_handleBranch108(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3553,7 +3553,7 @@ public int naboo_privateer_tier3_handleBranch109(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3593,7 +3593,7 @@ public int naboo_privateer_tier3_handleBranch110(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3632,7 +3632,7 @@ public int naboo_privateer_tier3_handleBranch111(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3671,7 +3671,7 @@ public int naboo_privateer_tier3_handleBranch112(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3687,7 +3687,7 @@ public int naboo_privateer_tier3_handleBranch113(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3770,7 +3770,7 @@ public int naboo_privateer_tier3_handleBranch115(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3818,7 +3818,7 @@ public int naboo_privateer_tier3_handleBranch116(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3857,7 +3857,7 @@ public int naboo_privateer_tier3_handleBranch117(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3895,7 +3895,7 @@ public int naboo_privateer_tier3_handleBranch118(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3934,7 +3934,7 @@ public int naboo_privateer_tier3_handleBranch119(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3981,7 +3981,7 @@ public int naboo_privateer_tier3_handleBranch120(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4020,7 +4020,7 @@ public int naboo_privateer_tier3_handleBranch121(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4036,7 +4036,7 @@ public int naboo_privateer_tier3_handleBranch122(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4086,7 +4086,7 @@ public int naboo_privateer_tier3_handleBranch124(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4160,7 +4160,7 @@ public int naboo_privateer_tier3_handleBranch125(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4199,7 +4199,7 @@ public int naboo_privateer_tier3_handleBranch126(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4238,7 +4238,7 @@ public int naboo_privateer_tier3_handleBranch127(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4276,7 +4276,7 @@ public int naboo_privateer_tier3_handleBranch128(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4293,7 +4293,7 @@ public int naboo_privateer_tier3_handleBranch129(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4341,7 +4341,7 @@ public int naboo_privateer_tier3_handleBranch131(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4390,7 +4390,7 @@ public int naboo_privateer_tier3_handleBranch132(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4464,7 +4464,7 @@ public int naboo_privateer_tier3_handleBranch133(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4504,7 +4504,7 @@ public int naboo_privateer_tier3_handleBranch134(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4543,7 +4543,7 @@ public int naboo_privateer_tier3_handleBranch135(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4582,7 +4582,7 @@ public int naboo_privateer_tier3_handleBranch136(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4620,7 +4620,7 @@ public int naboo_privateer_tier3_handleBranch137(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4636,7 +4636,7 @@ public int naboo_privateer_tier3_handleBranch138(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4675,7 +4675,7 @@ public int naboo_privateer_tier3_handleBranch140(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4714,7 +4714,7 @@ public int naboo_privateer_tier3_handleBranch141(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4752,7 +4752,7 @@ public int naboo_privateer_tier3_handleBranch142(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4768,7 +4768,7 @@ public int naboo_privateer_tier3_handleBranch143(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4842,7 +4842,7 @@ public int naboo_privateer_tier3_handleBranch145(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4881,7 +4881,7 @@ public int naboo_privateer_tier3_handleBranch146(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4919,7 +4919,7 @@ public int naboo_privateer_tier3_handleBranch147(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4935,7 +4935,7 @@ public int naboo_privateer_tier3_handleBranch148(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4974,7 +4974,7 @@ public int naboo_privateer_tier3_handleBranch150(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5012,7 +5012,7 @@ public int naboo_privateer_tier3_handleBranch151(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier3_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5028,7 +5028,7 @@ public int naboo_privateer_tier3_handleBranch152(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_tier4.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_tier4.java index 5eb8a553fd..4783c1536e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_tier4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_tier4.java @@ -452,7 +452,7 @@ public int naboo_privateer_tier4_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -498,7 +498,7 @@ public int naboo_privateer_tier4_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -536,7 +536,7 @@ public int naboo_privateer_tier4_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -562,7 +562,7 @@ public int naboo_privateer_tier4_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -588,7 +588,7 @@ public int naboo_privateer_tier4_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -617,7 +617,7 @@ public int naboo_privateer_tier4_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ public int naboo_privateer_tier4_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -706,7 +706,7 @@ public int naboo_privateer_tier4_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -723,7 +723,7 @@ public int naboo_privateer_tier4_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -797,7 +797,7 @@ public int naboo_privateer_tier4_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -813,7 +813,7 @@ public int naboo_privateer_tier4_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -829,7 +829,7 @@ public int naboo_privateer_tier4_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -902,7 +902,7 @@ public int naboo_privateer_tier4_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -918,7 +918,7 @@ public int naboo_privateer_tier4_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -934,7 +934,7 @@ public int naboo_privateer_tier4_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1008,7 +1008,7 @@ public int naboo_privateer_tier4_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1048,7 +1048,7 @@ public int naboo_privateer_tier4_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1064,7 +1064,7 @@ public int naboo_privateer_tier4_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int naboo_privateer_tier4_handleBranch36(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1118,7 +1118,7 @@ public int naboo_privateer_tier4_handleBranch37(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1168,7 +1168,7 @@ public int naboo_privateer_tier4_handleBranch39(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1208,7 +1208,7 @@ public int naboo_privateer_tier4_handleBranch41(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1223,7 +1223,7 @@ public int naboo_privateer_tier4_handleBranch42(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1296,7 +1296,7 @@ public int naboo_privateer_tier4_handleBranch44(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1311,7 +1311,7 @@ public int naboo_privateer_tier4_handleBranch45(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1327,7 +1327,7 @@ public int naboo_privateer_tier4_handleBranch47(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1354,7 +1354,7 @@ public int naboo_privateer_tier4_handleBranch49(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1540,7 +1540,7 @@ public int naboo_privateer_tier4_handleBranch52(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1614,7 +1614,7 @@ public int naboo_privateer_tier4_handleBranch53(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1724,7 +1724,7 @@ public int naboo_privateer_tier4_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1808,7 +1808,7 @@ public int naboo_privateer_tier4_handleBranch55(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1892,7 +1892,7 @@ public int naboo_privateer_tier4_handleBranch56(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2023,7 +2023,7 @@ public int naboo_privateer_tier4_handleBranch57(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2218,7 +2218,7 @@ public int naboo_privateer_tier4_handleBranch58(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2292,7 +2292,7 @@ public int naboo_privateer_tier4_handleBranch59(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2331,7 +2331,7 @@ public int naboo_privateer_tier4_handleBranch60(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2370,7 +2370,7 @@ public int naboo_privateer_tier4_handleBranch61(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2409,7 +2409,7 @@ public int naboo_privateer_tier4_handleBranch62(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2425,7 +2425,7 @@ public int naboo_privateer_tier4_handleBranch63(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2464,7 +2464,7 @@ public int naboo_privateer_tier4_handleBranch65(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2503,7 +2503,7 @@ public int naboo_privateer_tier4_handleBranch66(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2520,7 +2520,7 @@ public int naboo_privateer_tier4_handleBranch67(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2630,7 +2630,7 @@ public int naboo_privateer_tier4_handleBranch69(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2669,7 +2669,7 @@ public int naboo_privateer_tier4_handleBranch70(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2708,7 +2708,7 @@ public int naboo_privateer_tier4_handleBranch71(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2758,7 +2758,7 @@ public int naboo_privateer_tier4_handleBranch72(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2832,7 +2832,7 @@ public int naboo_privateer_tier4_handleBranch73(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2848,7 +2848,7 @@ public int naboo_privateer_tier4_handleBranch74(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2887,7 +2887,7 @@ public int naboo_privateer_tier4_handleBranch76(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2926,7 +2926,7 @@ public int naboo_privateer_tier4_handleBranch77(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2966,7 +2966,7 @@ public int naboo_privateer_tier4_handleBranch78(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3005,7 +3005,7 @@ public int naboo_privateer_tier4_handleBranch79(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3021,7 +3021,7 @@ public int naboo_privateer_tier4_handleBranch80(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3061,7 +3061,7 @@ public int naboo_privateer_tier4_handleBranch82(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3111,7 +3111,7 @@ public int naboo_privateer_tier4_handleBranch83(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3185,7 +3185,7 @@ public int naboo_privateer_tier4_handleBranch84(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3224,7 +3224,7 @@ public int naboo_privateer_tier4_handleBranch85(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3240,7 +3240,7 @@ public int naboo_privateer_tier4_handleBranch86(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3279,7 +3279,7 @@ public int naboo_privateer_tier4_handleBranch88(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3318,7 +3318,7 @@ public int naboo_privateer_tier4_handleBranch89(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3358,7 +3358,7 @@ public int naboo_privateer_tier4_handleBranch90(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3397,7 +3397,7 @@ public int naboo_privateer_tier4_handleBranch91(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3413,7 +3413,7 @@ public int naboo_privateer_tier4_handleBranch92(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3452,7 +3452,7 @@ public int naboo_privateer_tier4_handleBranch94(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3490,7 +3490,7 @@ public int naboo_privateer_tier4_handleBranch95(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3529,7 +3529,7 @@ public int naboo_privateer_tier4_handleBranch96(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3567,7 +3567,7 @@ public int naboo_privateer_tier4_handleBranch97(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3606,7 +3606,7 @@ public int naboo_privateer_tier4_handleBranch98(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3645,7 +3645,7 @@ public int naboo_privateer_tier4_handleBranch99(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3685,7 +3685,7 @@ public int naboo_privateer_tier4_handleBranch100(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3701,7 +3701,7 @@ public int naboo_privateer_tier4_handleBranch101(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3785,7 +3785,7 @@ public int naboo_privateer_tier4_handleBranch103(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3859,7 +3859,7 @@ public int naboo_privateer_tier4_handleBranch104(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3898,7 +3898,7 @@ public int naboo_privateer_tier4_handleBranch105(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3936,7 +3936,7 @@ public int naboo_privateer_tier4_handleBranch106(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3975,7 +3975,7 @@ public int naboo_privateer_tier4_handleBranch107(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4014,7 +4014,7 @@ public int naboo_privateer_tier4_handleBranch108(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4053,7 +4053,7 @@ public int naboo_privateer_tier4_handleBranch109(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4092,7 +4092,7 @@ public int naboo_privateer_tier4_handleBranch110(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4131,7 +4131,7 @@ public int naboo_privateer_tier4_handleBranch111(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4148,7 +4148,7 @@ public int naboo_privateer_tier4_handleBranch112(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4187,7 +4187,7 @@ public int naboo_privateer_tier4_handleBranch114(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4226,7 +4226,7 @@ public int naboo_privateer_tier4_handleBranch115(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4265,7 +4265,7 @@ public int naboo_privateer_tier4_handleBranch116(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4304,7 +4304,7 @@ public int naboo_privateer_tier4_handleBranch117(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4343,7 +4343,7 @@ public int naboo_privateer_tier4_handleBranch118(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4382,7 +4382,7 @@ public int naboo_privateer_tier4_handleBranch119(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4421,7 +4421,7 @@ public int naboo_privateer_tier4_handleBranch120(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4460,7 +4460,7 @@ public int naboo_privateer_tier4_handleBranch121(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4499,7 +4499,7 @@ public int naboo_privateer_tier4_handleBranch122(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4515,7 +4515,7 @@ public int naboo_privateer_tier4_handleBranch123(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4553,7 +4553,7 @@ public int naboo_privateer_tier4_handleBranch125(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4591,7 +4591,7 @@ public int naboo_privateer_tier4_handleBranch126(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4629,7 +4629,7 @@ public int naboo_privateer_tier4_handleBranch127(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4667,7 +4667,7 @@ public int naboo_privateer_tier4_handleBranch128(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4705,7 +4705,7 @@ public int naboo_privateer_tier4_handleBranch129(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4720,7 +4720,7 @@ public int naboo_privateer_tier4_handleBranch130(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4804,7 +4804,7 @@ public int naboo_privateer_tier4_handleBranch132(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4886,7 +4886,7 @@ public int naboo_privateer_tier4_handleBranch133(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4926,7 +4926,7 @@ public int naboo_privateer_tier4_handleBranch134(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4966,7 +4966,7 @@ public int naboo_privateer_tier4_handleBranch135(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5004,7 +5004,7 @@ public int naboo_privateer_tier4_handleBranch136(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5042,7 +5042,7 @@ public int naboo_privateer_tier4_handleBranch137(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5080,7 +5080,7 @@ public int naboo_privateer_tier4_handleBranch138(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5119,7 +5119,7 @@ public int naboo_privateer_tier4_handleBranch139(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5158,7 +5158,7 @@ public int naboo_privateer_tier4_handleBranch140(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5196,7 +5196,7 @@ public int naboo_privateer_tier4_handleBranch141(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5212,7 +5212,7 @@ public int naboo_privateer_tier4_handleBranch142(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5251,7 +5251,7 @@ public int naboo_privateer_tier4_handleBranch144(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5289,7 +5289,7 @@ public int naboo_privateer_tier4_handleBranch145(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5328,7 +5328,7 @@ public int naboo_privateer_tier4_handleBranch146(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5366,7 +5366,7 @@ public int naboo_privateer_tier4_handleBranch147(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5405,7 +5405,7 @@ public int naboo_privateer_tier4_handleBranch148(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5445,7 +5445,7 @@ public int naboo_privateer_tier4_handleBranch149(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5484,7 +5484,7 @@ public int naboo_privateer_tier4_handleBranch150(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5500,7 +5500,7 @@ public int naboo_privateer_tier4_handleBranch151(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5540,7 +5540,7 @@ public int naboo_privateer_tier4_handleBranch153(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5579,7 +5579,7 @@ public int naboo_privateer_tier4_handleBranch154(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5618,7 +5618,7 @@ public int naboo_privateer_tier4_handleBranch155(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5656,7 +5656,7 @@ public int naboo_privateer_tier4_handleBranch156(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5695,7 +5695,7 @@ public int naboo_privateer_tier4_handleBranch157(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5734,7 +5734,7 @@ public int naboo_privateer_tier4_handleBranch158(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5750,7 +5750,7 @@ public int naboo_privateer_tier4_handleBranch159(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5945,7 +5945,7 @@ public int naboo_privateer_tier4_handleBranch161(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6140,7 +6140,7 @@ public int naboo_privateer_tier4_handleBranch162(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6335,7 +6335,7 @@ public int naboo_privateer_tier4_handleBranch163(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6374,7 +6374,7 @@ public int naboo_privateer_tier4_handleBranch164(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6456,7 +6456,7 @@ public int naboo_privateer_tier4_handleBranch165(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch170(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6494,7 +6494,7 @@ public int naboo_privateer_tier4_handleBranch170(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6532,7 +6532,7 @@ public int naboo_privateer_tier4_handleBranch171(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6570,7 +6570,7 @@ public int naboo_privateer_tier4_handleBranch172(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch173(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6652,7 +6652,7 @@ public int naboo_privateer_tier4_handleBranch173(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch174(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6734,7 +6734,7 @@ public int naboo_privateer_tier4_handleBranch174(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch175(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6784,7 +6784,7 @@ public int naboo_privateer_tier4_handleBranch175(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch176(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6858,7 +6858,7 @@ public int naboo_privateer_tier4_handleBranch176(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6897,7 +6897,7 @@ public int naboo_privateer_tier4_handleBranch177(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch178(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6912,7 +6912,7 @@ public int naboo_privateer_tier4_handleBranch178(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch180(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6927,7 +6927,7 @@ public int naboo_privateer_tier4_handleBranch180(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_tier4_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7009,7 +7009,7 @@ public int naboo_privateer_tier4_handleBranch182(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_1.java index e4ef0bb9e3..046d61180b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_1.java @@ -462,7 +462,7 @@ public int naboo_privateer_trainer_1_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int naboo_privateer_trainer_1_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -806,7 +806,7 @@ public int naboo_privateer_trainer_1_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -978,7 +978,7 @@ public int naboo_privateer_trainer_1_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1058,7 +1058,7 @@ public int naboo_privateer_trainer_1_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1262,7 +1262,7 @@ public int naboo_privateer_trainer_1_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1328,7 +1328,7 @@ public int naboo_privateer_trainer_1_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1412,7 +1412,7 @@ public int naboo_privateer_trainer_1_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1461,7 +1461,7 @@ public int naboo_privateer_trainer_1_handleBranch13(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1531,7 +1531,7 @@ public int naboo_privateer_trainer_1_handleBranch14(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1651,7 +1651,7 @@ public int naboo_privateer_trainer_1_handleBranch15(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1721,7 +1721,7 @@ public int naboo_privateer_trainer_1_handleBranch17(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1841,7 +1841,7 @@ public int naboo_privateer_trainer_1_handleBranch18(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1855,7 +1855,7 @@ public int naboo_privateer_trainer_1_handleBranch23(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1885,7 +1885,7 @@ public int naboo_privateer_trainer_1_handleBranch25(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1915,7 +1915,7 @@ public int naboo_privateer_trainer_1_handleBranch29(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1958,7 +1958,7 @@ public int naboo_privateer_trainer_1_handleBranch32(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2078,7 +2078,7 @@ public int naboo_privateer_trainer_1_handleBranch37(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2108,7 +2108,7 @@ public int naboo_privateer_trainer_1_handleBranch39(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2228,7 +2228,7 @@ public int naboo_privateer_trainer_1_handleBranch42(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2275,7 +2275,7 @@ public int naboo_privateer_trainer_1_handleBranch44(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2295,7 +2295,7 @@ public int naboo_privateer_trainer_1_handleBranch45(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2369,7 +2369,7 @@ public int naboo_privateer_trainer_1_handleBranch47(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3083,7 +3083,7 @@ public int naboo_privateer_trainer_1_handleBranch48(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3099,7 +3099,7 @@ public int naboo_privateer_trainer_1_handleBranch49(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3115,7 +3115,7 @@ public int naboo_privateer_trainer_1_handleBranch52(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3153,7 +3153,7 @@ public int naboo_privateer_trainer_1_handleBranch54(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3168,7 +3168,7 @@ public int naboo_privateer_trainer_1_handleBranch55(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3299,7 +3299,7 @@ public int naboo_privateer_trainer_1_handleBranch57(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3314,7 +3314,7 @@ public int naboo_privateer_trainer_1_handleBranch58(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3329,7 +3329,7 @@ public int naboo_privateer_trainer_1_handleBranch60(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3344,7 +3344,7 @@ public int naboo_privateer_trainer_1_handleBranch62(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3359,7 +3359,7 @@ public int naboo_privateer_trainer_1_handleBranch64(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3563,7 +3563,7 @@ public int naboo_privateer_trainer_1_handleBranch66(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3767,7 +3767,7 @@ public int naboo_privateer_trainer_1_handleBranch67(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3803,7 +3803,7 @@ public int naboo_privateer_trainer_1_handleBranch68(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_1_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4007,7 +4007,7 @@ public int naboo_privateer_trainer_1_handleBranch72(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_2.java index fc271991b7..2f32742879 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_2.java @@ -342,7 +342,7 @@ public int naboo_privateer_trainer_2_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int naboo_privateer_trainer_2_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int naboo_privateer_trainer_2_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int naboo_privateer_trainer_2_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -518,7 +518,7 @@ public int naboo_privateer_trainer_2_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -556,7 +556,7 @@ public int naboo_privateer_trainer_2_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int naboo_privateer_trainer_2_handleBranch13(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int naboo_privateer_trainer_2_handleBranch14(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -648,7 +648,7 @@ public int naboo_privateer_trainer_2_handleBranch16(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -686,7 +686,7 @@ public int naboo_privateer_trainer_2_handleBranch17(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -724,7 +724,7 @@ public int naboo_privateer_trainer_2_handleBranch18(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -740,7 +740,7 @@ public int naboo_privateer_trainer_2_handleBranch19(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -754,7 +754,7 @@ public int naboo_privateer_trainer_2_handleBranch21(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -769,7 +769,7 @@ public int naboo_privateer_trainer_2_handleBranch23(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -784,7 +784,7 @@ public int naboo_privateer_trainer_2_handleBranch25(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -799,7 +799,7 @@ public int naboo_privateer_trainer_2_handleBranch27(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -814,7 +814,7 @@ public int naboo_privateer_trainer_2_handleBranch29(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -865,7 +865,7 @@ public int naboo_privateer_trainer_2_handleBranch31(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -925,7 +925,7 @@ public int naboo_privateer_trainer_2_handleBranch32(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -955,7 +955,7 @@ public int naboo_privateer_trainer_2_handleBranch34(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -985,7 +985,7 @@ public int naboo_privateer_trainer_2_handleBranch37(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1047,7 +1047,7 @@ public int naboo_privateer_trainer_2_handleBranch40(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1697,7 +1697,7 @@ public int naboo_privateer_trainer_2_handleBranch41(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1737,7 +1737,7 @@ public int naboo_privateer_trainer_2_handleBranch43(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1796,7 +1796,7 @@ public int naboo_privateer_trainer_2_handleBranch44(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1820,7 +1820,7 @@ public int naboo_privateer_trainer_2_handleBranch45(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1961,7 +1961,7 @@ public int naboo_privateer_trainer_2_handleBranch48(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1999,7 +1999,7 @@ public int naboo_privateer_trainer_2_handleBranch49(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2037,7 +2037,7 @@ public int naboo_privateer_trainer_2_handleBranch50(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2056,7 +2056,7 @@ public int naboo_privateer_trainer_2_handleBranch51(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2094,7 +2094,7 @@ public int naboo_privateer_trainer_2_handleBranch52(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2155,7 +2155,7 @@ public int naboo_privateer_trainer_2_handleBranch54(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2195,7 +2195,7 @@ public int naboo_privateer_trainer_2_handleBranch55(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2326,7 +2326,7 @@ public int naboo_privateer_trainer_2_handleBranch59(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2475,7 +2475,7 @@ public int naboo_privateer_trainer_2_handleBranch60(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2549,7 +2549,7 @@ public int naboo_privateer_trainer_2_handleBranch61(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2588,7 +2588,7 @@ public int naboo_privateer_trainer_2_handleBranch62(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2626,7 +2626,7 @@ public int naboo_privateer_trainer_2_handleBranch63(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2664,7 +2664,7 @@ public int naboo_privateer_trainer_2_handleBranch64(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2686,7 +2686,7 @@ public int naboo_privateer_trainer_2_handleBranch65(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2725,7 +2725,7 @@ public int naboo_privateer_trainer_2_handleBranch68(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2763,7 +2763,7 @@ public int naboo_privateer_trainer_2_handleBranch69(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2801,7 +2801,7 @@ public int naboo_privateer_trainer_2_handleBranch70(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2823,7 +2823,7 @@ public int naboo_privateer_trainer_2_handleBranch71(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2861,7 +2861,7 @@ public int naboo_privateer_trainer_2_handleBranch74(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2899,7 +2899,7 @@ public int naboo_privateer_trainer_2_handleBranch75(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2914,7 +2914,7 @@ public int naboo_privateer_trainer_2_handleBranch76(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2952,7 +2952,7 @@ public int naboo_privateer_trainer_2_handleBranch78(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2971,7 +2971,7 @@ public int naboo_privateer_trainer_2_handleBranch79(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3009,7 +3009,7 @@ public int naboo_privateer_trainer_2_handleBranch81(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3024,7 +3024,7 @@ public int naboo_privateer_trainer_2_handleBranch82(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3160,7 +3160,7 @@ public int naboo_privateer_trainer_2_handleBranch84(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3198,7 +3198,7 @@ public int naboo_privateer_trainer_2_handleBranch85(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3236,7 +3236,7 @@ public int naboo_privateer_trainer_2_handleBranch86(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3255,7 +3255,7 @@ public int naboo_privateer_trainer_2_handleBranch87(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3293,7 +3293,7 @@ public int naboo_privateer_trainer_2_handleBranch88(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3429,7 +3429,7 @@ public int naboo_privateer_trainer_2_handleBranch89(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3467,7 +3467,7 @@ public int naboo_privateer_trainer_2_handleBranch90(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3505,7 +3505,7 @@ public int naboo_privateer_trainer_2_handleBranch91(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3524,7 +3524,7 @@ public int naboo_privateer_trainer_2_handleBranch92(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3562,7 +3562,7 @@ public int naboo_privateer_trainer_2_handleBranch93(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3698,7 +3698,7 @@ public int naboo_privateer_trainer_2_handleBranch94(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3736,7 +3736,7 @@ public int naboo_privateer_trainer_2_handleBranch95(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3774,7 +3774,7 @@ public int naboo_privateer_trainer_2_handleBranch96(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3793,7 +3793,7 @@ public int naboo_privateer_trainer_2_handleBranch97(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_privateer_trainer_2_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3831,7 +3831,7 @@ public int naboo_privateer_trainer_2_handleBranch98(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier1_kiizete.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier1_kiizete.java index b5d7c5dcfe..ec938854d1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier1_kiizete.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier1_kiizete.java @@ -125,7 +125,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -487,7 +487,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -654,7 +654,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -682,7 +682,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -839,7 +839,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch14(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -879,7 +879,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch15(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -976,7 +976,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch19(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1038,7 +1038,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch20(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1136,7 +1136,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch21(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1234,7 +1234,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch22(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1332,7 +1332,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch23(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1429,7 +1429,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch25(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1457,7 +1457,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch26(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1520,7 +1520,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch29(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1548,7 +1548,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch31(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1658,7 +1658,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch34(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1698,7 +1698,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch35(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1714,7 +1714,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch39(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1820,7 +1820,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch42(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1949,7 +1949,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch43(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2012,7 +2012,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch45(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2064,7 +2064,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch46(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2080,7 +2080,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch47(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2155,7 +2155,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch51(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2218,7 +2218,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch52(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2246,7 +2246,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch54(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2297,7 +2297,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch59(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2379,7 +2379,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch60(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2508,7 +2508,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch61(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2571,7 +2571,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch63(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2623,7 +2623,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch64(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2639,7 +2639,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch65(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2714,7 +2714,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch69(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2777,7 +2777,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch70(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier1_kiizete_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2805,7 +2805,7 @@ public int naboo_rebel_tier1_kiizete_handleBranch72(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier3.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier3.java index 59e3944e65..e51275a8f6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier3.java @@ -348,7 +348,7 @@ public int naboo_rebel_tier3_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -362,7 +362,7 @@ public int naboo_rebel_tier3_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int naboo_rebel_tier3_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int naboo_rebel_tier3_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -418,7 +418,7 @@ public int naboo_rebel_tier3_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -444,7 +444,7 @@ public int naboo_rebel_tier3_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -483,7 +483,7 @@ public int naboo_rebel_tier3_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -522,7 +522,7 @@ public int naboo_rebel_tier3_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -561,7 +561,7 @@ public int naboo_rebel_tier3_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -600,7 +600,7 @@ public int naboo_rebel_tier3_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -707,7 +707,7 @@ public int naboo_rebel_tier3_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -757,7 +757,7 @@ public int naboo_rebel_tier3_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -829,7 +829,7 @@ public int naboo_rebel_tier3_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -879,7 +879,7 @@ public int naboo_rebel_tier3_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -959,7 +959,7 @@ public int naboo_rebel_tier3_handleBranch33(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -998,7 +998,7 @@ public int naboo_rebel_tier3_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1037,7 +1037,7 @@ public int naboo_rebel_tier3_handleBranch35(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1075,7 +1075,7 @@ public int naboo_rebel_tier3_handleBranch36(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1091,7 +1091,7 @@ public int naboo_rebel_tier3_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1130,7 +1130,7 @@ public int naboo_rebel_tier3_handleBranch39(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1169,7 +1169,7 @@ public int naboo_rebel_tier3_handleBranch40(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1207,7 +1207,7 @@ public int naboo_rebel_tier3_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1223,7 +1223,7 @@ public int naboo_rebel_tier3_handleBranch42(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1262,7 +1262,7 @@ public int naboo_rebel_tier3_handleBranch44(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1300,7 +1300,7 @@ public int naboo_rebel_tier3_handleBranch45(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1339,7 +1339,7 @@ public int naboo_rebel_tier3_handleBranch46(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1355,7 +1355,7 @@ public int naboo_rebel_tier3_handleBranch47(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1405,7 +1405,7 @@ public int naboo_rebel_tier3_handleBranch49(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1490,7 +1490,7 @@ public int naboo_rebel_tier3_handleBranch50(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1528,7 +1528,7 @@ public int naboo_rebel_tier3_handleBranch51(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1544,7 +1544,7 @@ public int naboo_rebel_tier3_handleBranch52(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1617,7 +1617,7 @@ public int naboo_rebel_tier3_handleBranch54(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1655,7 +1655,7 @@ public int naboo_rebel_tier3_handleBranch55(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1671,7 +1671,7 @@ public int naboo_rebel_tier3_handleBranch56(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1709,7 +1709,7 @@ public int naboo_rebel_tier3_handleBranch58(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1747,7 +1747,7 @@ public int naboo_rebel_tier3_handleBranch59(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1763,7 +1763,7 @@ public int naboo_rebel_tier3_handleBranch60(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1801,7 +1801,7 @@ public int naboo_rebel_tier3_handleBranch62(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1840,7 +1840,7 @@ public int naboo_rebel_tier3_handleBranch63(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1889,7 +1889,7 @@ public int naboo_rebel_tier3_handleBranch64(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1984,7 +1984,7 @@ public int naboo_rebel_tier3_handleBranch65(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2058,7 +2058,7 @@ public int naboo_rebel_tier3_handleBranch66(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2097,7 +2097,7 @@ public int naboo_rebel_tier3_handleBranch67(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2136,7 +2136,7 @@ public int naboo_rebel_tier3_handleBranch68(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2175,7 +2175,7 @@ public int naboo_rebel_tier3_handleBranch69(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2214,7 +2214,7 @@ public int naboo_rebel_tier3_handleBranch70(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2230,7 +2230,7 @@ public int naboo_rebel_tier3_handleBranch71(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2269,7 +2269,7 @@ public int naboo_rebel_tier3_handleBranch73(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2308,7 +2308,7 @@ public int naboo_rebel_tier3_handleBranch74(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2324,7 +2324,7 @@ public int naboo_rebel_tier3_handleBranch75(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2397,7 +2397,7 @@ public int naboo_rebel_tier3_handleBranch77(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2435,7 +2435,7 @@ public int naboo_rebel_tier3_handleBranch78(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2451,7 +2451,7 @@ public int naboo_rebel_tier3_handleBranch79(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2489,7 +2489,7 @@ public int naboo_rebel_tier3_handleBranch81(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2527,7 +2527,7 @@ public int naboo_rebel_tier3_handleBranch82(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2565,7 +2565,7 @@ public int naboo_rebel_tier3_handleBranch83(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2603,7 +2603,7 @@ public int naboo_rebel_tier3_handleBranch84(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2619,7 +2619,7 @@ public int naboo_rebel_tier3_handleBranch85(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2694,7 +2694,7 @@ public int naboo_rebel_tier3_handleBranch87(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2755,7 +2755,7 @@ public int naboo_rebel_tier3_handleBranch88(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2861,7 +2861,7 @@ public int naboo_rebel_tier3_handleBranch89(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2899,7 +2899,7 @@ public int naboo_rebel_tier3_handleBranch90(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2937,7 +2937,7 @@ public int naboo_rebel_tier3_handleBranch91(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2976,7 +2976,7 @@ public int naboo_rebel_tier3_handleBranch92(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3015,7 +3015,7 @@ public int naboo_rebel_tier3_handleBranch93(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3053,7 +3053,7 @@ public int naboo_rebel_tier3_handleBranch94(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3092,7 +3092,7 @@ public int naboo_rebel_tier3_handleBranch95(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3108,7 +3108,7 @@ public int naboo_rebel_tier3_handleBranch96(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3148,7 +3148,7 @@ public int naboo_rebel_tier3_handleBranch98(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3187,7 +3187,7 @@ public int naboo_rebel_tier3_handleBranch99(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3226,7 +3226,7 @@ public int naboo_rebel_tier3_handleBranch100(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3264,7 +3264,7 @@ public int naboo_rebel_tier3_handleBranch101(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3303,7 +3303,7 @@ public int naboo_rebel_tier3_handleBranch102(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3319,7 +3319,7 @@ public int naboo_rebel_tier3_handleBranch103(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3357,7 +3357,7 @@ public int naboo_rebel_tier3_handleBranch105(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3396,7 +3396,7 @@ public int naboo_rebel_tier3_handleBranch106(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3412,7 +3412,7 @@ public int naboo_rebel_tier3_handleBranch107(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3451,7 +3451,7 @@ public int naboo_rebel_tier3_handleBranch109(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3490,7 +3490,7 @@ public int naboo_rebel_tier3_handleBranch110(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3529,7 +3529,7 @@ public int naboo_rebel_tier3_handleBranch111(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3568,7 +3568,7 @@ public int naboo_rebel_tier3_handleBranch112(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3607,7 +3607,7 @@ public int naboo_rebel_tier3_handleBranch113(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3623,7 +3623,7 @@ public int naboo_rebel_tier3_handleBranch114(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3695,7 +3695,7 @@ public int naboo_rebel_tier3_handleBranch116(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3734,7 +3734,7 @@ public int naboo_rebel_tier3_handleBranch117(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3774,7 +3774,7 @@ public int naboo_rebel_tier3_handleBranch118(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3812,7 +3812,7 @@ public int naboo_rebel_tier3_handleBranch119(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3851,7 +3851,7 @@ public int naboo_rebel_tier3_handleBranch120(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3890,7 +3890,7 @@ public int naboo_rebel_tier3_handleBranch121(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3929,7 +3929,7 @@ public int naboo_rebel_tier3_handleBranch122(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3968,7 +3968,7 @@ public int naboo_rebel_tier3_handleBranch123(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3984,7 +3984,7 @@ public int naboo_rebel_tier3_handleBranch124(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4022,7 +4022,7 @@ public int naboo_rebel_tier3_handleBranch126(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4061,7 +4061,7 @@ public int naboo_rebel_tier3_handleBranch127(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4077,7 +4077,7 @@ public int naboo_rebel_tier3_handleBranch128(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4151,7 +4151,7 @@ public int naboo_rebel_tier3_handleBranch130(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4190,7 +4190,7 @@ public int naboo_rebel_tier3_handleBranch131(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4229,7 +4229,7 @@ public int naboo_rebel_tier3_handleBranch132(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4267,7 +4267,7 @@ public int naboo_rebel_tier3_handleBranch133(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4305,7 +4305,7 @@ public int naboo_rebel_tier3_handleBranch134(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4344,7 +4344,7 @@ public int naboo_rebel_tier3_handleBranch135(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4382,7 +4382,7 @@ public int naboo_rebel_tier3_handleBranch136(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4421,7 +4421,7 @@ public int naboo_rebel_tier3_handleBranch137(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4437,7 +4437,7 @@ public int naboo_rebel_tier3_handleBranch138(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4475,7 +4475,7 @@ public int naboo_rebel_tier3_handleBranch140(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4514,7 +4514,7 @@ public int naboo_rebel_tier3_handleBranch141(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier3_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4529,7 +4529,7 @@ public int naboo_rebel_tier3_handleBranch142(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier4.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier4.java index dbf09b9512..2634af2873 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_tier4.java @@ -443,7 +443,7 @@ public int naboo_rebel_tier4_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -469,7 +469,7 @@ public int naboo_rebel_tier4_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -508,7 +508,7 @@ public int naboo_rebel_tier4_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -523,7 +523,7 @@ public int naboo_rebel_tier4_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -569,7 +569,7 @@ public int naboo_rebel_tier4_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -607,7 +607,7 @@ public int naboo_rebel_tier4_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -633,7 +633,7 @@ public int naboo_rebel_tier4_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -659,7 +659,7 @@ public int naboo_rebel_tier4_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -687,7 +687,7 @@ public int naboo_rebel_tier4_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -715,7 +715,7 @@ public int naboo_rebel_tier4_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -744,7 +744,7 @@ public int naboo_rebel_tier4_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -776,7 +776,7 @@ public int naboo_rebel_tier4_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -802,7 +802,7 @@ public int naboo_rebel_tier4_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -852,7 +852,7 @@ public int naboo_rebel_tier4_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int naboo_rebel_tier4_handleBranch35(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -892,7 +892,7 @@ public int naboo_rebel_tier4_handleBranch38(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -926,7 +926,7 @@ public int naboo_rebel_tier4_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1000,7 +1000,7 @@ public int naboo_rebel_tier4_handleBranch44(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1039,7 +1039,7 @@ public int naboo_rebel_tier4_handleBranch45(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1078,7 +1078,7 @@ public int naboo_rebel_tier4_handleBranch46(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1116,7 +1116,7 @@ public int naboo_rebel_tier4_handleBranch47(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1155,7 +1155,7 @@ public int naboo_rebel_tier4_handleBranch48(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1195,7 +1195,7 @@ public int naboo_rebel_tier4_handleBranch49(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1234,7 +1234,7 @@ public int naboo_rebel_tier4_handleBranch50(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1251,7 +1251,7 @@ public int naboo_rebel_tier4_handleBranch51(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1290,7 +1290,7 @@ public int naboo_rebel_tier4_handleBranch53(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1329,7 +1329,7 @@ public int naboo_rebel_tier4_handleBranch54(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1368,7 +1368,7 @@ public int naboo_rebel_tier4_handleBranch55(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1385,7 +1385,7 @@ public int naboo_rebel_tier4_handleBranch56(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1461,7 +1461,7 @@ public int naboo_rebel_tier4_handleBranch58(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1499,7 +1499,7 @@ public int naboo_rebel_tier4_handleBranch59(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1538,7 +1538,7 @@ public int naboo_rebel_tier4_handleBranch60(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1577,7 +1577,7 @@ public int naboo_rebel_tier4_handleBranch61(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1616,7 +1616,7 @@ public int naboo_rebel_tier4_handleBranch62(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1655,7 +1655,7 @@ public int naboo_rebel_tier4_handleBranch63(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1693,7 +1693,7 @@ public int naboo_rebel_tier4_handleBranch64(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1733,7 +1733,7 @@ public int naboo_rebel_tier4_handleBranch65(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1749,7 +1749,7 @@ public int naboo_rebel_tier4_handleBranch66(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1787,7 +1787,7 @@ public int naboo_rebel_tier4_handleBranch68(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1826,7 +1826,7 @@ public int naboo_rebel_tier4_handleBranch69(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1864,7 +1864,7 @@ public int naboo_rebel_tier4_handleBranch70(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1880,7 +1880,7 @@ public int naboo_rebel_tier4_handleBranch71(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1954,7 +1954,7 @@ public int naboo_rebel_tier4_handleBranch73(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1993,7 +1993,7 @@ public int naboo_rebel_tier4_handleBranch74(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2032,7 +2032,7 @@ public int naboo_rebel_tier4_handleBranch75(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2080,7 +2080,7 @@ public int naboo_rebel_tier4_handleBranch76(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2118,7 +2118,7 @@ public int naboo_rebel_tier4_handleBranch77(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2158,7 +2158,7 @@ public int naboo_rebel_tier4_handleBranch78(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2198,7 +2198,7 @@ public int naboo_rebel_tier4_handleBranch79(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2236,7 +2236,7 @@ public int naboo_rebel_tier4_handleBranch80(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2275,7 +2275,7 @@ public int naboo_rebel_tier4_handleBranch81(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2314,7 +2314,7 @@ public int naboo_rebel_tier4_handleBranch82(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2352,7 +2352,7 @@ public int naboo_rebel_tier4_handleBranch83(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2392,7 +2392,7 @@ public int naboo_rebel_tier4_handleBranch84(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2409,7 +2409,7 @@ public int naboo_rebel_tier4_handleBranch85(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2448,7 +2448,7 @@ public int naboo_rebel_tier4_handleBranch87(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2487,7 +2487,7 @@ public int naboo_rebel_tier4_handleBranch88(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2525,7 +2525,7 @@ public int naboo_rebel_tier4_handleBranch89(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2565,7 +2565,7 @@ public int naboo_rebel_tier4_handleBranch90(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2582,7 +2582,7 @@ public int naboo_rebel_tier4_handleBranch91(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2656,7 +2656,7 @@ public int naboo_rebel_tier4_handleBranch93(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2695,7 +2695,7 @@ public int naboo_rebel_tier4_handleBranch94(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2734,7 +2734,7 @@ public int naboo_rebel_tier4_handleBranch95(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2773,7 +2773,7 @@ public int naboo_rebel_tier4_handleBranch96(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2813,7 +2813,7 @@ public int naboo_rebel_tier4_handleBranch97(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2851,7 +2851,7 @@ public int naboo_rebel_tier4_handleBranch98(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2890,7 +2890,7 @@ public int naboo_rebel_tier4_handleBranch99(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2907,7 +2907,7 @@ public int naboo_rebel_tier4_handleBranch100(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2947,7 +2947,7 @@ public int naboo_rebel_tier4_handleBranch102(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2985,7 +2985,7 @@ public int naboo_rebel_tier4_handleBranch103(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3024,7 +3024,7 @@ public int naboo_rebel_tier4_handleBranch104(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3041,7 +3041,7 @@ public int naboo_rebel_tier4_handleBranch105(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3172,7 +3172,7 @@ public int naboo_rebel_tier4_handleBranch107(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3188,7 +3188,7 @@ public int naboo_rebel_tier4_handleBranch108(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3203,7 +3203,7 @@ public int naboo_rebel_tier4_handleBranch110(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3219,7 +3219,7 @@ public int naboo_rebel_tier4_handleBranch112(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3235,7 +3235,7 @@ public int naboo_rebel_tier4_handleBranch114(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3276,7 +3276,7 @@ public int naboo_rebel_tier4_handleBranch116(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3316,7 +3316,7 @@ public int naboo_rebel_tier4_handleBranch117(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3355,7 +3355,7 @@ public int naboo_rebel_tier4_handleBranch118(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3394,7 +3394,7 @@ public int naboo_rebel_tier4_handleBranch119(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3432,7 +3432,7 @@ public int naboo_rebel_tier4_handleBranch120(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3470,7 +3470,7 @@ public int naboo_rebel_tier4_handleBranch121(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3508,7 +3508,7 @@ public int naboo_rebel_tier4_handleBranch122(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3546,7 +3546,7 @@ public int naboo_rebel_tier4_handleBranch123(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3636,7 +3636,7 @@ public int naboo_rebel_tier4_handleBranch124(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3727,7 +3727,7 @@ public int naboo_rebel_tier4_handleBranch125(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3818,7 +3818,7 @@ public int naboo_rebel_tier4_handleBranch126(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3856,7 +3856,7 @@ public int naboo_rebel_tier4_handleBranch131(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3894,7 +3894,7 @@ public int naboo_rebel_tier4_handleBranch132(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3984,7 +3984,7 @@ public int naboo_rebel_tier4_handleBranch133(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4075,7 +4075,7 @@ public int naboo_rebel_tier4_handleBranch134(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4147,7 +4147,7 @@ public int naboo_rebel_tier4_handleBranch135(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4196,7 +4196,7 @@ public int naboo_rebel_tier4_handleBranch136(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4244,7 +4244,7 @@ public int naboo_rebel_tier4_handleBranch137(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4258,7 +4258,7 @@ public int naboo_rebel_tier4_handleBranch139(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4296,7 +4296,7 @@ public int naboo_rebel_tier4_handleBranch141(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4334,7 +4334,7 @@ public int naboo_rebel_tier4_handleBranch142(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4348,7 +4348,7 @@ public int naboo_rebel_tier4_handleBranch143(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_tier4_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4439,7 +4439,7 @@ public int naboo_rebel_tier4_handleBranch145(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_trainer_1.java index bae9f9f530..9399e82a6c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_trainer_1.java @@ -497,7 +497,7 @@ public int naboo_rebel_trainer_1_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int naboo_rebel_trainer_1_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -847,7 +847,7 @@ public int naboo_rebel_trainer_1_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1022,7 +1022,7 @@ public int naboo_rebel_trainer_1_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1095,7 +1095,7 @@ public int naboo_rebel_trainer_1_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1121,7 +1121,7 @@ public int naboo_rebel_trainer_1_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1159,7 +1159,7 @@ public int naboo_rebel_trainer_1_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1293,7 +1293,7 @@ public int naboo_rebel_trainer_1_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1389,7 +1389,7 @@ public int naboo_rebel_trainer_1_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1476,7 +1476,7 @@ public int naboo_rebel_trainer_1_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1584,7 +1584,7 @@ public int naboo_rebel_trainer_1_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1656,7 +1656,7 @@ public int naboo_rebel_trainer_1_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1893,7 +1893,7 @@ public int naboo_rebel_trainer_1_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2130,7 +2130,7 @@ public int naboo_rebel_trainer_1_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2181,7 +2181,7 @@ public int naboo_rebel_trainer_1_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2289,7 +2289,7 @@ public int naboo_rebel_trainer_1_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2361,7 +2361,7 @@ public int naboo_rebel_trainer_1_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2598,7 +2598,7 @@ public int naboo_rebel_trainer_1_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2835,7 +2835,7 @@ public int naboo_rebel_trainer_1_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2933,7 +2933,7 @@ public int naboo_rebel_trainer_1_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3041,7 +3041,7 @@ public int naboo_rebel_trainer_1_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3113,7 +3113,7 @@ public int naboo_rebel_trainer_1_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3350,7 +3350,7 @@ public int naboo_rebel_trainer_1_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3587,7 +3587,7 @@ public int naboo_rebel_trainer_1_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3695,7 +3695,7 @@ public int naboo_rebel_trainer_1_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3767,7 +3767,7 @@ public int naboo_rebel_trainer_1_handleBranch35(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4004,7 +4004,7 @@ public int naboo_rebel_trainer_1_handleBranch36(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4241,7 +4241,7 @@ public int naboo_rebel_trainer_1_handleBranch37(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4328,7 +4328,7 @@ public int naboo_rebel_trainer_1_handleBranch38(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4436,7 +4436,7 @@ public int naboo_rebel_trainer_1_handleBranch39(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4508,7 +4508,7 @@ public int naboo_rebel_trainer_1_handleBranch40(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4745,7 +4745,7 @@ public int naboo_rebel_trainer_1_handleBranch41(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4982,7 +4982,7 @@ public int naboo_rebel_trainer_1_handleBranch42(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5033,7 +5033,7 @@ public int naboo_rebel_trainer_1_handleBranch43(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5141,7 +5141,7 @@ public int naboo_rebel_trainer_1_handleBranch44(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5213,7 +5213,7 @@ public int naboo_rebel_trainer_1_handleBranch45(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5450,7 +5450,7 @@ public int naboo_rebel_trainer_1_handleBranch46(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5687,7 +5687,7 @@ public int naboo_rebel_trainer_1_handleBranch47(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5738,7 +5738,7 @@ public int naboo_rebel_trainer_1_handleBranch48(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5846,7 +5846,7 @@ public int naboo_rebel_trainer_1_handleBranch49(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5918,7 +5918,7 @@ public int naboo_rebel_trainer_1_handleBranch50(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6155,7 +6155,7 @@ public int naboo_rebel_trainer_1_handleBranch51(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6392,7 +6392,7 @@ public int naboo_rebel_trainer_1_handleBranch52(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6459,7 +6459,7 @@ public int naboo_rebel_trainer_1_handleBranch53(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6599,7 +6599,7 @@ public int naboo_rebel_trainer_1_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6638,7 +6638,7 @@ public int naboo_rebel_trainer_1_handleBranch58(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6908,7 +6908,7 @@ public int naboo_rebel_trainer_1_handleBranch62(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7178,7 +7178,7 @@ public int naboo_rebel_trainer_1_handleBranch64(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7448,7 +7448,7 @@ public int naboo_rebel_trainer_1_handleBranch65(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7718,7 +7718,7 @@ public int naboo_rebel_trainer_1_handleBranch68(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7955,7 +7955,7 @@ public int naboo_rebel_trainer_1_handleBranch69(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8210,7 +8210,7 @@ public int naboo_rebel_trainer_1_handleBranch70(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8345,7 +8345,7 @@ public int naboo_rebel_trainer_1_handleBranch71(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8572,7 +8572,7 @@ public int naboo_rebel_trainer_1_handleBranch72(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8809,7 +8809,7 @@ public int naboo_rebel_trainer_1_handleBranch73(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8871,7 +8871,7 @@ public int naboo_rebel_trainer_1_handleBranch74(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9000,7 +9000,7 @@ public int naboo_rebel_trainer_1_handleBranch75(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9129,7 +9129,7 @@ public int naboo_rebel_trainer_1_handleBranch77(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9258,7 +9258,7 @@ public int naboo_rebel_trainer_1_handleBranch78(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9477,7 +9477,7 @@ public int naboo_rebel_trainer_1_handleBranch79(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9696,7 +9696,7 @@ public int naboo_rebel_trainer_1_handleBranch80(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9915,7 +9915,7 @@ public int naboo_rebel_trainer_1_handleBranch81(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10134,7 +10134,7 @@ public int naboo_rebel_trainer_1_handleBranch82(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10263,7 +10263,7 @@ public int naboo_rebel_trainer_1_handleBranch84(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10392,7 +10392,7 @@ public int naboo_rebel_trainer_1_handleBranch86(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10521,7 +10521,7 @@ public int naboo_rebel_trainer_1_handleBranch87(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10758,7 +10758,7 @@ public int naboo_rebel_trainer_1_handleBranch88(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10819,7 +10819,7 @@ public int naboo_rebel_trainer_1_handleBranch89(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10845,7 +10845,7 @@ public int naboo_rebel_trainer_1_handleBranch91(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11100,7 +11100,7 @@ public int naboo_rebel_trainer_1_handleBranch94(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11229,7 +11229,7 @@ public int naboo_rebel_trainer_1_handleBranch95(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11358,7 +11358,7 @@ public int naboo_rebel_trainer_1_handleBranch96(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11487,7 +11487,7 @@ public int naboo_rebel_trainer_1_handleBranch97(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11616,7 +11616,7 @@ public int naboo_rebel_trainer_1_handleBranch99(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11745,7 +11745,7 @@ public int naboo_rebel_trainer_1_handleBranch100(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11874,7 +11874,7 @@ public int naboo_rebel_trainer_1_handleBranch101(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12003,7 +12003,7 @@ public int naboo_rebel_trainer_1_handleBranch103(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12132,7 +12132,7 @@ public int naboo_rebel_trainer_1_handleBranch104(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12261,7 +12261,7 @@ public int naboo_rebel_trainer_1_handleBranch105(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12516,7 +12516,7 @@ public int naboo_rebel_trainer_1_handleBranch107(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12556,7 +12556,7 @@ public int naboo_rebel_trainer_1_handleBranch108(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12691,7 +12691,7 @@ public int naboo_rebel_trainer_1_handleBranch112(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12706,7 +12706,7 @@ public int naboo_rebel_trainer_1_handleBranch115(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12841,7 +12841,7 @@ public int naboo_rebel_trainer_1_handleBranch117(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12883,7 +12883,7 @@ public int naboo_rebel_trainer_1_handleBranch118(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13110,7 +13110,7 @@ public int naboo_rebel_trainer_1_handleBranch123(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13136,7 +13136,7 @@ public int naboo_rebel_trainer_1_handleBranch124(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13197,7 +13197,7 @@ public int naboo_rebel_trainer_1_handleBranch127(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13258,7 +13258,7 @@ public int naboo_rebel_trainer_1_handleBranch129(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13387,7 +13387,7 @@ public int naboo_rebel_trainer_1_handleBranch130(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13516,7 +13516,7 @@ public int naboo_rebel_trainer_1_handleBranch131(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13645,7 +13645,7 @@ public int naboo_rebel_trainer_1_handleBranch132(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13872,7 +13872,7 @@ public int naboo_rebel_trainer_1_handleBranch134(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13910,7 +13910,7 @@ public int naboo_rebel_trainer_1_handleBranch136(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13935,7 +13935,7 @@ public int naboo_rebel_trainer_1_handleBranch137(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14066,7 +14066,7 @@ public int naboo_rebel_trainer_1_handleBranch140(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14091,7 +14091,7 @@ public int naboo_rebel_trainer_1_handleBranch141(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14107,7 +14107,7 @@ public int naboo_rebel_trainer_1_handleBranch144(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14123,7 +14123,7 @@ public int naboo_rebel_trainer_1_handleBranch146(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14148,7 +14148,7 @@ public int naboo_rebel_trainer_1_handleBranch148(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14288,7 +14288,7 @@ public int naboo_rebel_trainer_1_handleBranch151(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14428,7 +14428,7 @@ public int naboo_rebel_trainer_1_handleBranch152(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14465,7 +14465,7 @@ public int naboo_rebel_trainer_1_handleBranch153(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_rebel_trainer_1_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14480,7 +14480,7 @@ public int naboo_rebel_trainer_1_handleBranch157(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_ados_jarkey.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_ados_jarkey.java index 5af5cde14d..9ea480e201 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_ados_jarkey.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_ados_jarkey.java @@ -65,7 +65,7 @@ public int naboo_theed_ados_jarkey_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_ados_jarkey_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -81,7 +81,7 @@ public int naboo_theed_ados_jarkey_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_hugo_eckener.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_hugo_eckener.java index 43a9e80c15..1f8e79a581 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_hugo_eckener.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_hugo_eckener.java @@ -131,7 +131,7 @@ public int naboo_theed_hugo_eckener_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int naboo_theed_hugo_eckener_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int naboo_theed_hugo_eckener_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int naboo_theed_hugo_eckener_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int naboo_theed_hugo_eckener_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int naboo_theed_hugo_eckener_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -424,7 +424,7 @@ public int naboo_theed_hugo_eckener_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -506,7 +506,7 @@ public int naboo_theed_hugo_eckener_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -521,7 +521,7 @@ public int naboo_theed_hugo_eckener_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -536,7 +536,7 @@ public int naboo_theed_hugo_eckener_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int naboo_theed_hugo_eckener_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -612,7 +612,7 @@ public int naboo_theed_hugo_eckener_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -661,7 +661,7 @@ public int naboo_theed_hugo_eckener_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -710,7 +710,7 @@ public int naboo_theed_hugo_eckener_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_hugo_eckener_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -725,7 +725,7 @@ public int naboo_theed_hugo_eckener_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_jorgellansel.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_jorgellansel.java index 329aa7759f..f24050e90e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_jorgellansel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_jorgellansel.java @@ -66,7 +66,7 @@ public int naboo_theed_jorgellansel_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_jorgellansel_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -81,7 +81,7 @@ public int naboo_theed_jorgellansel_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_jorgellansel_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int naboo_theed_jorgellansel_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_jorgellansel_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int naboo_theed_jorgellansel_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_karl_eckener.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_karl_eckener.java index b2de8d50a4..e239a3d0a5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_karl_eckener.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_karl_eckener.java @@ -57,7 +57,7 @@ public int naboo_theed_karl_eckener_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_karl_eckener_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int naboo_theed_karl_eckener_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_karl_eckener_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -133,7 +133,7 @@ public int naboo_theed_karl_eckener_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_karl_eckener_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int naboo_theed_karl_eckener_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_karl_eckener_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -186,7 +186,7 @@ public int naboo_theed_karl_eckener_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_lt_dunnels.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_lt_dunnels.java index 69b20fe641..1e102c6fd3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_lt_dunnels.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_lt_dunnels.java @@ -73,7 +73,7 @@ public int naboo_theed_lt_dunnels_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_lt_dunnels_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -88,7 +88,7 @@ public int naboo_theed_lt_dunnels_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_lt_dunnels_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int naboo_theed_lt_dunnels_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_lt_dunnels_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int naboo_theed_lt_dunnels_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_lt_dunnels_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int naboo_theed_lt_dunnels_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_lt_khartoor.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_lt_khartoor.java index b6ec85317d..5c475bc2f9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_lt_khartoor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_lt_khartoor.java @@ -89,7 +89,7 @@ public int naboo_theed_lt_khartoor_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_lt_khartoor_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int naboo_theed_lt_khartoor_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_lt_khartoor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int naboo_theed_lt_khartoor_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_lt_khartoor_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int naboo_theed_lt_khartoor_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_major_franchels.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_major_franchels.java index 1562a65d96..7fcceeedc1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_major_franchels.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_major_franchels.java @@ -75,7 +75,7 @@ public int naboo_theed_major_franchels_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_major_franchels_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -100,7 +100,7 @@ public int naboo_theed_major_franchels_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_major_franchels_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int naboo_theed_major_franchels_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_pooja_naberrie.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_pooja_naberrie.java index 82aee28bd5..cba7e4b212 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_pooja_naberrie.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_pooja_naberrie.java @@ -149,7 +149,7 @@ public int naboo_theed_pooja_naberrie_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int naboo_theed_pooja_naberrie_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -213,7 +213,7 @@ public int naboo_theed_pooja_naberrie_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int naboo_theed_pooja_naberrie_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -393,7 +393,7 @@ public int naboo_theed_pooja_naberrie_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -491,7 +491,7 @@ public int naboo_theed_pooja_naberrie_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -539,7 +539,7 @@ public int naboo_theed_pooja_naberrie_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -598,7 +598,7 @@ public int naboo_theed_pooja_naberrie_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -696,7 +696,7 @@ public int naboo_theed_pooja_naberrie_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -744,7 +744,7 @@ public int naboo_theed_pooja_naberrie_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -803,7 +803,7 @@ public int naboo_theed_pooja_naberrie_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -863,7 +863,7 @@ public int naboo_theed_pooja_naberrie_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -967,7 +967,7 @@ public int naboo_theed_pooja_naberrie_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1027,7 +1027,7 @@ public int naboo_theed_pooja_naberrie_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_pooja_naberrie_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1087,7 +1087,7 @@ public int naboo_theed_pooja_naberrie_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_sgt_bragg.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_sgt_bragg.java index e6819ff9a8..ee4a15ade7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_sgt_bragg.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_sgt_bragg.java @@ -69,7 +69,7 @@ public int naboo_theed_sgt_bragg_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_sgt_bragg_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int naboo_theed_sgt_bragg_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_sgt_bragg_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int naboo_theed_sgt_bragg_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_sgt_bragg_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int naboo_theed_sgt_bragg_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_sgt_bragg_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int naboo_theed_sgt_bragg_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_sgt_bragg_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int naboo_theed_sgt_bragg_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_sgt_bragg_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int naboo_theed_sgt_bragg_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_sgt_brunser.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_sgt_brunser.java index 3f4e966042..a4ef56eca1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_sgt_brunser.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_sgt_brunser.java @@ -57,7 +57,7 @@ public int naboo_theed_sgt_brunser_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_sgt_brunser_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int naboo_theed_sgt_brunser_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_sgt_brunser_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int naboo_theed_sgt_brunser_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_toff_henrou.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_toff_henrou.java index 6d277a4202..2773e65f9f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_toff_henrou.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_theed_toff_henrou.java @@ -65,7 +65,7 @@ public int naboo_theed_toff_henrou_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_toff_henrou_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -80,7 +80,7 @@ public int naboo_theed_toff_henrou_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_toff_henrou_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int naboo_theed_toff_henrou_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int naboo_theed_toff_henrou_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -133,7 +133,7 @@ public int naboo_theed_toff_henrou_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_vana_sage.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_vana_sage.java index a7cddcbcc9..a6173cd048 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_vana_sage.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_vana_sage.java @@ -32,7 +32,7 @@ public int naboo_vana_sage_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/neutral_title_grant.java b/sku.0/sys.server/compiled/game/script/conversation/neutral_title_grant.java index e69de857d4..cd52d463f2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/neutral_title_grant.java +++ b/sku.0/sys.server/compiled/game/script/conversation/neutral_title_grant.java @@ -114,7 +114,7 @@ public int neutral_title_grant_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int neutral_title_grant_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int neutral_title_grant_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int neutral_title_grant_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -289,7 +289,7 @@ public int neutral_title_grant_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int neutral_title_grant_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -355,7 +355,7 @@ public int neutral_title_grant_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int neutral_title_grant_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int neutral_title_grant_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/newbie_ranged_combat.java b/sku.0/sys.server/compiled/game/script/conversation/newbie_ranged_combat.java index 1596f7ba0a..76dfc0e561 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/newbie_ranged_combat.java +++ b/sku.0/sys.server/compiled/game/script/conversation/newbie_ranged_combat.java @@ -102,7 +102,7 @@ public int newbie_ranged_combat_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int newbie_ranged_combat_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int newbie_ranged_combat_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int newbie_ranged_combat_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int newbie_ranged_combat_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int newbie_ranged_combat_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -369,7 +369,7 @@ public int newbie_ranged_combat_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -419,7 +419,7 @@ public int newbie_ranged_combat_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -435,7 +435,7 @@ public int newbie_ranged_combat_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -509,7 +509,7 @@ public int newbie_ranged_combat_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -548,7 +548,7 @@ public int newbie_ranged_combat_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int newbie_ranged_combat_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -637,7 +637,7 @@ public int newbie_ranged_combat_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -722,7 +722,7 @@ public int newbie_ranged_combat_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -807,7 +807,7 @@ public int newbie_ranged_combat_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -857,7 +857,7 @@ public int newbie_ranged_combat_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -884,7 +884,7 @@ public int newbie_ranged_combat_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -980,7 +980,7 @@ public int newbie_ranged_combat_handleBranch25(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1065,7 +1065,7 @@ public int newbie_ranged_combat_handleBranch26(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1092,7 +1092,7 @@ public int newbie_ranged_combat_handleBranch27(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_ranged_combat_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1142,7 +1142,7 @@ public int newbie_ranged_combat_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/newbie_scout.java b/sku.0/sys.server/compiled/game/script/conversation/newbie_scout.java index 40836bf1e3..85986e2938 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/newbie_scout.java +++ b/sku.0/sys.server/compiled/game/script/conversation/newbie_scout.java @@ -242,7 +242,7 @@ public int newbie_scout_handleBranch2(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int newbie_scout_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int newbie_scout_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -354,7 +354,7 @@ public int newbie_scout_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int newbie_scout_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int newbie_scout_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int newbie_scout_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int newbie_scout_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int newbie_scout_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int newbie_scout_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -649,7 +649,7 @@ public int newbie_scout_handleBranch19(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -664,7 +664,7 @@ public int newbie_scout_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -735,7 +735,7 @@ public int newbie_scout_handleBranch21(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -795,7 +795,7 @@ public int newbie_scout_handleBranch23(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -821,7 +821,7 @@ public int newbie_scout_handleBranch24(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -836,7 +836,7 @@ public int newbie_scout_handleBranch25(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -851,7 +851,7 @@ public int newbie_scout_handleBranch27(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int newbie_scout_handleBranch28(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -949,7 +949,7 @@ public int newbie_scout_handleBranch29(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -999,7 +999,7 @@ public int newbie_scout_handleBranch31(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1049,7 +1049,7 @@ public int newbie_scout_handleBranch32(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1064,7 +1064,7 @@ public int newbie_scout_handleBranch33(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1078,7 +1078,7 @@ public int newbie_scout_handleBranch35(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1138,7 +1138,7 @@ public int newbie_scout_handleBranch37(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1164,7 +1164,7 @@ public int newbie_scout_handleBranch39(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1214,7 +1214,7 @@ public int newbie_scout_handleBranch40(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1274,7 +1274,7 @@ public int newbie_scout_handleBranch41(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1345,7 +1345,7 @@ public int newbie_scout_handleBranch43(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1405,7 +1405,7 @@ public int newbie_scout_handleBranch44(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1454,7 +1454,7 @@ public int newbie_scout_handleBranch46(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1481,7 +1481,7 @@ public int newbie_scout_handleBranch47(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/newbie_scout_a.java b/sku.0/sys.server/compiled/game/script/conversation/newbie_scout_a.java index 664c9977ba..c41716b8cf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/newbie_scout_a.java +++ b/sku.0/sys.server/compiled/game/script/conversation/newbie_scout_a.java @@ -150,7 +150,7 @@ public int newbie_scout_a_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -166,7 +166,7 @@ public int newbie_scout_a_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int newbie_scout_a_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int newbie_scout_a_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int newbie_scout_a_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int newbie_scout_a_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int newbie_scout_a_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int newbie_scout_a_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -438,7 +438,7 @@ public int newbie_scout_a_handleBranch14(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -512,7 +512,7 @@ public int newbie_scout_a_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int newbie_scout_a_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -602,7 +602,7 @@ public int newbie_scout_a_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -689,7 +689,7 @@ public int newbie_scout_a_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -704,7 +704,7 @@ public int newbie_scout_a_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -755,7 +755,7 @@ public int newbie_scout_a_handleBranch22(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -807,7 +807,7 @@ public int newbie_scout_a_handleBranch23(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -879,7 +879,7 @@ public int newbie_scout_a_handleBranch25(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -942,7 +942,7 @@ public int newbie_scout_a_handleBranch26(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -992,7 +992,7 @@ public int newbie_scout_a_handleBranch28(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int newbie_scout_a_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1021,7 +1021,7 @@ public int newbie_scout_a_handleBranch29(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nexus_ig88_starter.java b/sku.0/sys.server/compiled/game/script/conversation/nexus_ig88_starter.java index ca827182e6..cf6a4b2414 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nexus_ig88_starter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nexus_ig88_starter.java @@ -68,7 +68,7 @@ public int nexus_ig88_starter_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexus_ig88_starter_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83,7 +83,7 @@ public int nexus_ig88_starter_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nexus_travel.java b/sku.0/sys.server/compiled/game/script/conversation/nexus_travel.java index dcdf7a7f8c..d67432f316 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nexus_travel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nexus_travel.java @@ -62,7 +62,7 @@ public int nexus_travel_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexus_travel_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -84,7 +84,7 @@ public int nexus_travel_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexus_travel_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int nexus_travel_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexus_travel_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int nexus_travel_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexusTravelAurillia(obj_id self, dictionary params) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nexus_travel_away.java b/sku.0/sys.server/compiled/game/script/conversation/nexus_travel_away.java index 3707a5fc3c..747d7d822e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nexus_travel_away.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nexus_travel_away.java @@ -69,7 +69,7 @@ public int nexus_travel_away_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexus_travel_away_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83,7 +83,7 @@ public int nexus_travel_away_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexus_travel_away_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int nexus_travel_away_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexus_travel_away_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int nexus_travel_away_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexusTravelFromAurilliaSub(obj_id self, dictionary params) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nexus_tusken_starter.java b/sku.0/sys.server/compiled/game/script/conversation/nexus_tusken_starter.java index 9bd8db31dc..1d64efd66d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nexus_tusken_starter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nexus_tusken_starter.java @@ -68,7 +68,7 @@ public int nexus_tusken_starter_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nexus_tusken_starter_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83,7 +83,7 @@ public int nexus_tusken_starter_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nomi_rhane.java b/sku.0/sys.server/compiled/game/script/conversation/nomi_rhane.java index 7ea8cfa8f3..e5e99eedb3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nomi_rhane.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nomi_rhane.java @@ -108,7 +108,7 @@ public int nomi_rhane_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nomi_rhane_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int nomi_rhane_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nomi_rhane_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int nomi_rhane_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nomi_rhane_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int nomi_rhane_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_dexen_eronoss.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_dexen_eronoss.java index 9a43192551..4a49e2b15b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_dexen_eronoss.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_dexen_eronoss.java @@ -94,7 +94,7 @@ public int nova_orion_dexen_eronoss_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_dexen_eronoss_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int nova_orion_dexen_eronoss_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_dexen_eronoss_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -124,7 +124,7 @@ public int nova_orion_dexen_eronoss_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_garrick_orion.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_garrick_orion.java index ddb03f2bea..bf41c663fe 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_garrick_orion.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_garrick_orion.java @@ -249,7 +249,7 @@ public int nova_orion_garrick_orion_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_garrick_orion_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int nova_orion_garrick_orion_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_garrick_orion_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int nova_orion_garrick_orion_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_garrick_orion_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -294,7 +294,7 @@ public int nova_orion_garrick_orion_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_garrick_orion_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int nova_orion_garrick_orion_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_garrick_orion_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -324,7 +324,7 @@ public int nova_orion_garrick_orion_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_garrick_orion_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -339,7 +339,7 @@ public int nova_orion_garrick_orion_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_human_resources_advisor.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_human_resources_advisor.java index 41ed5356a5..192625e98e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_human_resources_advisor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_human_resources_advisor.java @@ -87,7 +87,7 @@ public int nova_orion_human_resources_advisor_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_human_resources_advisor_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ public int nova_orion_human_resources_advisor_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_human_resources_advisor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int nova_orion_human_resources_advisor_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_intro.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_intro.java index 0422e29a1f..cd60e682bd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_intro.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_intro.java @@ -58,7 +58,7 @@ public int nova_orion_intro_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_intro_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -72,7 +72,7 @@ public int nova_orion_intro_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_intro_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -97,7 +97,7 @@ public int nova_orion_intro_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_intro_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int nova_orion_intro_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_intro_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int nova_orion_intro_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_intro_on_station.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_intro_on_station.java index 28e34e7965..928cc50408 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_intro_on_station.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_intro_on_station.java @@ -69,7 +69,7 @@ public int nova_orion_intro_on_station_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_intro_on_station_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int nova_orion_intro_on_station_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_intro_on_station_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int nova_orion_intro_on_station_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_jonas_nova.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_jonas_nova.java index ed837dca83..d324e3f5f8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_jonas_nova.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_jonas_nova.java @@ -250,7 +250,7 @@ public int nova_orion_jonas_nova_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_jonas_nova_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int nova_orion_jonas_nova_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_jonas_nova_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int nova_orion_jonas_nova_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_jonas_nova_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int nova_orion_jonas_nova_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_jonas_nova_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int nova_orion_jonas_nova_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_jonas_nova_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -325,7 +325,7 @@ public int nova_orion_jonas_nova_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_jonas_nova_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int nova_orion_jonas_nova_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_katiara_orion.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_katiara_orion.java index 010614144b..a78208a9aa 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_katiara_orion.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_katiara_orion.java @@ -73,7 +73,7 @@ public int nova_orion_katiara_orion_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_rank1.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_rank1.java index 326da1564c..cb37730775 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_rank1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_rank1.java @@ -104,7 +104,7 @@ public int nova_orion_rank1_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int nova_orion_rank1_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int nova_orion_rank1_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ public int nova_orion_rank1_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int nova_orion_rank1_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int nova_orion_rank1_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int nova_orion_rank1_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int nova_orion_rank1_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank1_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -325,7 +325,7 @@ public int nova_orion_rank1_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int nova_orion_rank1_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_rank_advisor.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_rank_advisor.java index 8db07eef47..476677aa85 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_rank_advisor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_rank_advisor.java @@ -290,7 +290,7 @@ public int nova_orion_rank_advisor_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int nova_orion_rank_advisor_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -369,7 +369,7 @@ public int nova_orion_rank_advisor_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int nova_orion_rank_advisor_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int nova_orion_rank_advisor_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -507,7 +507,7 @@ public int nova_orion_rank_advisor_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -555,7 +555,7 @@ public int nova_orion_rank_advisor_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int nova_orion_rank_advisor_handleBranch18(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -652,7 +652,7 @@ public int nova_orion_rank_advisor_handleBranch19(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -745,7 +745,7 @@ public int nova_orion_rank_advisor_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -763,7 +763,7 @@ public int nova_orion_rank_advisor_handleBranch22(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -781,7 +781,7 @@ public int nova_orion_rank_advisor_handleBranch24(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -842,7 +842,7 @@ public int nova_orion_rank_advisor_handleBranch28(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -860,7 +860,7 @@ public int nova_orion_rank_advisor_handleBranch30(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -898,7 +898,7 @@ public int nova_orion_rank_advisor_handleBranch33(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -936,7 +936,7 @@ public int nova_orion_rank_advisor_handleBranch34(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -974,7 +974,7 @@ public int nova_orion_rank_advisor_handleBranch35(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1023,7 +1023,7 @@ public int nova_orion_rank_advisor_handleBranch36(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1061,7 +1061,7 @@ public int nova_orion_rank_advisor_handleBranch37(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1075,7 +1075,7 @@ public int nova_orion_rank_advisor_handleBranch38(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1124,7 +1124,7 @@ public int nova_orion_rank_advisor_handleBranch40(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_rank_advisor_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1149,7 +1149,7 @@ public int nova_orion_rank_advisor_handleBranch41(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_skyron_waurie.java b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_skyron_waurie.java index 8a86306611..80e02138bb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_orion_skyron_waurie.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_orion_skyron_waurie.java @@ -74,7 +74,7 @@ public int nova_orion_skyron_waurie_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_orion_skyron_waurie_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -89,7 +89,7 @@ public int nova_orion_skyron_waurie_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nova_rank3.java b/sku.0/sys.server/compiled/game/script/conversation/nova_rank3.java index 3b37a1949c..f23f0fb742 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nova_rank3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nova_rank3.java @@ -150,7 +150,7 @@ public int nova_rank3_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int nova_rank3_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int nova_rank3_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int nova_rank3_handleBranch6(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int nova_rank3_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int nova_rank3_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -306,7 +306,7 @@ public int nova_rank3_handleBranch12(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int nova_rank3_handleBranch15(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int nova_rank3_handleBranch16(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int nova_rank3_handleBranch17(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -423,7 +423,7 @@ public int nova_rank3_handleBranch19(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int nova_rank3_handleBranch22(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int nova_rank3_handleBranch23(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -515,7 +515,7 @@ public int nova_rank3_handleBranch24(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -540,7 +540,7 @@ public int nova_rank3_handleBranch26(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int nova_rank3_handleBranch29(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -616,7 +616,7 @@ public int nova_rank3_handleBranch30(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nova_rank3_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -631,7 +631,7 @@ public int nova_rank3_handleBranch31(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/novicecollector.java b/sku.0/sys.server/compiled/game/script/conversation/novicecollector.java index 3dd316d98b..5ae5e17be7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/novicecollector.java +++ b/sku.0/sys.server/compiled/game/script/conversation/novicecollector.java @@ -464,7 +464,7 @@ public int novicecollector_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int novicecollector_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int novicecollector_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -585,7 +585,7 @@ public int novicecollector_handleBranch12(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -629,7 +629,7 @@ public int novicecollector_handleBranch13(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int novicecollector_handleBranch19(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -668,7 +668,7 @@ public int novicecollector_handleBranch22(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -693,7 +693,7 @@ public int novicecollector_handleBranch28(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -742,7 +742,7 @@ public int novicecollector_handleBranch33(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -767,7 +767,7 @@ public int novicecollector_handleBranch34(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -816,7 +816,7 @@ public int novicecollector_handleBranch39(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int novicecollector_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -841,7 +841,7 @@ public int novicecollector_handleBranch40(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final String PID_NAME = "collection_npc"; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_artisan_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_artisan_questgiver.java index e8ce3dcb3e..80cfe7516a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_artisan_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_artisan_questgiver.java @@ -158,7 +158,7 @@ public int npe_artisan_questgiver_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int npe_artisan_questgiver_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int npe_artisan_questgiver_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int npe_artisan_questgiver_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int npe_artisan_questgiver_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -443,7 +443,7 @@ public int npe_artisan_questgiver_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -550,7 +550,7 @@ public int npe_artisan_questgiver_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -611,7 +611,7 @@ public int npe_artisan_questgiver_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int npe_artisan_questgiver_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -811,7 +811,7 @@ public int npe_artisan_questgiver_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -885,7 +885,7 @@ public int npe_artisan_questgiver_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int npe_artisan_questgiver_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -985,7 +985,7 @@ public int npe_artisan_questgiver_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1001,7 +1001,7 @@ public int npe_artisan_questgiver_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_artisan_questgiver_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1051,7 +1051,7 @@ public int npe_artisan_questgiver_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_boba_fett.java b/sku.0/sys.server/compiled/game/script/conversation/npe_boba_fett.java index 61d4564f8b..8a4712fded 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_boba_fett.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_boba_fett.java @@ -154,7 +154,7 @@ public int npe_boba_fett_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_boba_fett_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int npe_boba_fett_handleBranch4(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_boba_fett_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int npe_boba_fett_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_boba_fett_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int npe_boba_fett_handleBranch9(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_boba_fett_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -284,7 +284,7 @@ public int npe_boba_fett_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_boba_fett_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int npe_boba_fett_handleBranch11(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_boba_fett_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int npe_boba_fett_handleBranch14(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_boba_fett_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int npe_boba_fett_handleBranch15(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_boba_fett_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -412,7 +412,7 @@ public int npe_boba_fett_handleBranch16(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_boba_fett_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int npe_boba_fett_handleBranch18(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_bounty_strong_arm.java b/sku.0/sys.server/compiled/game/script/conversation/npe_bounty_strong_arm.java index 77d0b1e9eb..d1680feeb6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_bounty_strong_arm.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_bounty_strong_arm.java @@ -69,7 +69,7 @@ public int npe_bounty_strong_arm_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_bounty_strong_arm_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int npe_bounty_strong_arm_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_bounty_strong_arm_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int npe_bounty_strong_arm_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_bounty_strong_arm_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int npe_bounty_strong_arm_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_bounty_strong_arm_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int npe_bounty_strong_arm_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_brawler.java b/sku.0/sys.server/compiled/game/script/conversation/npe_brawler.java index fb23690d58..9f6cd3e251 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_brawler.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_brawler.java @@ -252,7 +252,7 @@ public int npe_brawler_handleBranch1(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -290,7 +290,7 @@ public int npe_brawler_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -306,7 +306,7 @@ public int npe_brawler_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int npe_brawler_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -367,7 +367,7 @@ public int npe_brawler_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int npe_brawler_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -397,7 +397,7 @@ public int npe_brawler_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int npe_brawler_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int npe_brawler_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -442,7 +442,7 @@ public int npe_brawler_handleBranch17(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -457,7 +457,7 @@ public int npe_brawler_handleBranch19(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int npe_brawler_handleBranch21(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -487,7 +487,7 @@ public int npe_brawler_handleBranch23(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -502,7 +502,7 @@ public int npe_brawler_handleBranch25(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -522,7 +522,7 @@ public int npe_brawler_handleBranch27(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int npe_brawler_handleBranch29(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -556,7 +556,7 @@ public int npe_brawler_handleBranch31(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int npe_brawler_handleBranch33(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -721,7 +721,7 @@ public int npe_brawler_handleBranch34(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -759,7 +759,7 @@ public int npe_brawler_handleBranch36(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -778,7 +778,7 @@ public int npe_brawler_handleBranch37(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -826,7 +826,7 @@ public int npe_brawler_handleBranch39(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_bully.java b/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_bully.java index a25eec278b..863881e27c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_bully.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_bully.java @@ -69,7 +69,7 @@ public int npe_brawler_bully_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_bully_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int npe_brawler_bully_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_bully_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int npe_brawler_bully_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_officer.java b/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_officer.java index 084e1a353d..627f7fcfb2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_officer.java @@ -53,7 +53,7 @@ public int npe_brawler_officer_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_officer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int npe_brawler_officer_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_officer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int npe_brawler_officer_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_tiasris.java b/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_tiasris.java index f8170917c4..7abb3c5697 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_tiasris.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_brawler_tiasris.java @@ -82,7 +82,7 @@ public int npe_brawler_tiasris_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_tiasris_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -97,7 +97,7 @@ public int npe_brawler_tiasris_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_tiasris_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int npe_brawler_tiasris_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_tiasris_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int npe_brawler_tiasris_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brawler_tiasris_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int npe_brawler_tiasris_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_brochure.java b/sku.0/sys.server/compiled/game/script/conversation/npe_brochure.java index bfaf36c383..c1cbc612fb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_brochure.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_brochure.java @@ -104,7 +104,7 @@ public int npe_brochure_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int npe_brochure_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int npe_brochure_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int npe_brochure_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int npe_brochure_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int npe_brochure_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int npe_brochure_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -487,7 +487,7 @@ public int npe_brochure_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -526,7 +526,7 @@ public int npe_brochure_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -540,7 +540,7 @@ public int npe_brochure_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int npe_brochure_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -638,7 +638,7 @@ public int npe_brochure_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -724,7 +724,7 @@ public int npe_brochure_handleBranch19(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -773,7 +773,7 @@ public int npe_brochure_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -822,7 +822,7 @@ public int npe_brochure_handleBranch21(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -862,7 +862,7 @@ public int npe_brochure_handleBranch22(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int npe_brochure_handleBranch23(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -916,7 +916,7 @@ public int npe_brochure_handleBranch26(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_brochure_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -931,7 +931,7 @@ public int npe_brochure_handleBranch27(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_collector.java b/sku.0/sys.server/compiled/game/script/conversation/npe_collector.java index c28c2a59b4..e364957994 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_collector.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_collector.java @@ -78,7 +78,7 @@ public int npe_collector_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_collector_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -116,7 +116,7 @@ public int npe_collector_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_collector_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int npe_collector_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_collector_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int npe_collector_handleBranch4(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_collector_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int npe_collector_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_collector_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -261,7 +261,7 @@ public int npe_collector_handleBranch8(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_collector_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int npe_collector_handleBranch12(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_collector_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int npe_collector_handleBranch13(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_commando.java b/sku.0/sys.server/compiled/game/script/conversation/npe_commando.java index a462299d55..656aebd3e8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_commando.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_commando.java @@ -146,7 +146,7 @@ public int npe_commando_handleBranch2(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_commando_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int npe_commando_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_commando_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int npe_commando_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_commando_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int npe_commando_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_commando_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int npe_commando_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_commando_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int npe_commando_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_commando_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int npe_commando_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_commando_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -368,7 +368,7 @@ public int npe_commando_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_commando_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -406,7 +406,7 @@ public int npe_commando_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_commando_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -421,7 +421,7 @@ public int npe_commando_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_dungeon_junk_dealer.java b/sku.0/sys.server/compiled/game/script/conversation/npe_dungeon_junk_dealer.java index 953574a670..3c5f2a424c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_dungeon_junk_dealer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_dungeon_junk_dealer.java @@ -78,7 +78,7 @@ public int npe_dungeon_junk_dealer_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_junk_dealer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int npe_dungeon_junk_dealer_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_dungeon_medical.java b/sku.0/sys.server/compiled/game/script/conversation/npe_dungeon_medical.java index 51b6e75ced..a795972312 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_dungeon_medical.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_dungeon_medical.java @@ -154,7 +154,7 @@ public int npe_dungeon_medical_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -282,7 +282,7 @@ public int npe_dungeon_medical_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int npe_dungeon_medical_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -810,7 +810,7 @@ public int npe_dungeon_medical_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1358,7 +1358,7 @@ public int npe_dungeon_medical_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1906,7 +1906,7 @@ public int npe_dungeon_medical_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2454,7 +2454,7 @@ public int npe_dungeon_medical_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3002,7 +3002,7 @@ public int npe_dungeon_medical_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3550,7 +3550,7 @@ public int npe_dungeon_medical_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3654,7 +3654,7 @@ public int npe_dungeon_medical_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4202,7 +4202,7 @@ public int npe_dungeon_medical_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4251,7 +4251,7 @@ public int npe_dungeon_medical_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4389,7 +4389,7 @@ public int npe_dungeon_medical_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4427,7 +4427,7 @@ public int npe_dungeon_medical_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4466,7 +4466,7 @@ public int npe_dungeon_medical_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4481,7 +4481,7 @@ public int npe_dungeon_medical_handleBranch18(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5029,7 +5029,7 @@ public int npe_dungeon_medical_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5577,7 +5577,7 @@ public int npe_dungeon_medical_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6125,7 +6125,7 @@ public int npe_dungeon_medical_handleBranch22(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6673,7 +6673,7 @@ public int npe_dungeon_medical_handleBranch23(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7221,7 +7221,7 @@ public int npe_dungeon_medical_handleBranch24(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7769,7 +7769,7 @@ public int npe_dungeon_medical_handleBranch25(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7807,7 +7807,7 @@ public int npe_dungeon_medical_handleBranch27(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7856,7 +7856,7 @@ public int npe_dungeon_medical_handleBranch28(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7983,7 +7983,7 @@ public int npe_dungeon_medical_handleBranch29(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8497,7 +8497,7 @@ public int npe_dungeon_medical_handleBranch30(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9045,7 +9045,7 @@ public int npe_dungeon_medical_handleBranch31(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9593,7 +9593,7 @@ public int npe_dungeon_medical_handleBranch32(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10141,7 +10141,7 @@ public int npe_dungeon_medical_handleBranch33(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10689,7 +10689,7 @@ public int npe_dungeon_medical_handleBranch34(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11237,7 +11237,7 @@ public int npe_dungeon_medical_handleBranch35(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11275,7 +11275,7 @@ public int npe_dungeon_medical_handleBranch37(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_dungeon_medical_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11290,7 +11290,7 @@ public int npe_dungeon_medical_handleBranch38(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_emergence_helper.java b/sku.0/sys.server/compiled/game/script/conversation/npe_emergence_helper.java index 821020832d..f2091fc242 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_emergence_helper.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_emergence_helper.java @@ -96,7 +96,7 @@ public int npe_emergence_helper_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int npe_emergence_helper_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int npe_emergence_helper_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int npe_emergence_helper_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int npe_emergence_helper_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int npe_emergence_helper_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int npe_emergence_helper_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -365,7 +365,7 @@ public int npe_emergence_helper_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int npe_emergence_helper_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -418,7 +418,7 @@ public int npe_emergence_helper_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_emergence_helper_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -433,7 +433,7 @@ public int npe_emergence_helper_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_1_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_1_questgiver.java index b89e72de0e..b6e348affd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_1_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_1_questgiver.java @@ -118,7 +118,7 @@ public int npe_entertainer_1_questgiver_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_1_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int npe_entertainer_1_questgiver_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_1_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int npe_entertainer_1_questgiver_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_1_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int npe_entertainer_1_questgiver_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_side_i_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_side_i_questgiver.java index 1717f3434d..7cd2f5d27b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_side_i_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_side_i_questgiver.java @@ -60,7 +60,7 @@ public int npe_entertainer_side_i_questgiver_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_side_i_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int npe_entertainer_side_i_questgiver_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_side_i_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int npe_entertainer_side_i_questgiver_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_side_i_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int npe_entertainer_side_i_questgiver_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_side_t_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_side_t_questgiver.java index 9b50cdaf0e..e860c44a03 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_side_t_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_entertainer_side_t_questgiver.java @@ -60,7 +60,7 @@ public int npe_entertainer_side_t_questgiver_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_side_t_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int npe_entertainer_side_t_questgiver_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_side_t_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int npe_entertainer_side_t_questgiver_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_side_t_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -342,7 +342,7 @@ public int npe_entertainer_side_t_questgiver_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_entertainer_side_t_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int npe_entertainer_side_t_questgiver_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_falcon_c3po.java b/sku.0/sys.server/compiled/game/script/conversation/npe_falcon_c3po.java index 56b14796c9..6ba3dd259d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_falcon_c3po.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_falcon_c3po.java @@ -37,7 +37,7 @@ public int npe_falcon_c3po_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_force_anger.java b/sku.0/sys.server/compiled/game/script/conversation/npe_force_anger.java index 0bfbdef65b..ae9022d7a5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_force_anger.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_force_anger.java @@ -81,7 +81,7 @@ public int npe_force_anger_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_anger_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int npe_force_anger_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_anger_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int npe_force_anger_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_anger_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int npe_force_anger_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_anger_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int npe_force_anger_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_anger_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int npe_force_anger_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_anger_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -393,7 +393,7 @@ public int npe_force_anger_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_force_sensitive.java b/sku.0/sys.server/compiled/game/script/conversation/npe_force_sensitive.java index 4aff7a2220..340c5ef5ef 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_force_sensitive.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_force_sensitive.java @@ -134,7 +134,7 @@ public int npe_force_sensitive_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_sensitive_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int npe_force_sensitive_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_sensitive_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int npe_force_sensitive_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_sensitive_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int npe_force_sensitive_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_sensitive_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int npe_force_sensitive_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_sensitive_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int npe_force_sensitive_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_sensitive_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int npe_force_sensitive_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_sensitive_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int npe_force_sensitive_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_sensitive_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int npe_force_sensitive_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_force_sensitive_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int npe_force_sensitive_handleBranch19(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_han_solo_falcon.java b/sku.0/sys.server/compiled/game/script/conversation/npe_han_solo_falcon.java index 7a1b9bd17e..40475e8386 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_han_solo_falcon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_han_solo_falcon.java @@ -49,7 +49,7 @@ public int npe_han_solo_falcon_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_han_solo_falcon2.java b/sku.0/sys.server/compiled/game/script/conversation/npe_han_solo_falcon2.java index d867862c6a..f95a35eae5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_han_solo_falcon2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_han_solo_falcon2.java @@ -37,7 +37,7 @@ public int npe_han_solo_falcon2_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_imperial_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_imperial_questgiver.java index f08dca89d2..2b114acfa0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_imperial_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_imperial_questgiver.java @@ -104,7 +104,7 @@ public int npe_imperial_questgiver_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_questgiver_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int npe_imperial_questgiver_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int npe_imperial_questgiver_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int npe_imperial_questgiver_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int npe_imperial_questgiver_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_imperial_trap.java b/sku.0/sys.server/compiled/game/script/conversation/npe_imperial_trap.java index c3484ba504..7a2f09dbcb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_imperial_trap.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_imperial_trap.java @@ -84,7 +84,7 @@ public int npe_imperial_trap_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_trap_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -124,7 +124,7 @@ public int npe_imperial_trap_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_trap_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int npe_imperial_trap_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_trap_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int npe_imperial_trap_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_trap_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int npe_imperial_trap_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_trap_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -289,7 +289,7 @@ public int npe_imperial_trap_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_trap_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -328,7 +328,7 @@ public int npe_imperial_trap_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_trap_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int npe_imperial_trap_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_trap_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int npe_imperial_trap_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_imperial_trap_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int npe_imperial_trap_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_job_pointer.java b/sku.0/sys.server/compiled/game/script/conversation/npe_job_pointer.java index b91be9f321..f928dc03c5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_job_pointer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_job_pointer.java @@ -484,7 +484,7 @@ public int npe_job_pointer_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -566,7 +566,7 @@ public int npe_job_pointer_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -581,7 +581,7 @@ public int npe_job_pointer_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int npe_job_pointer_handleBranch12(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -868,7 +868,7 @@ public int npe_job_pointer_handleBranch15(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -894,7 +894,7 @@ public int npe_job_pointer_handleBranch16(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1178,7 +1178,7 @@ public int npe_job_pointer_handleBranch19(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1462,7 +1462,7 @@ public int npe_job_pointer_handleBranch22(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1746,7 +1746,7 @@ public int npe_job_pointer_handleBranch24(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2030,7 +2030,7 @@ public int npe_job_pointer_handleBranch26(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2089,7 +2089,7 @@ public int npe_job_pointer_handleBranch28(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2104,7 +2104,7 @@ public int npe_job_pointer_handleBranch34(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_job_pointer_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2119,7 +2119,7 @@ public int npe_job_pointer_handleBranch36(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_jolka_falcon.java b/sku.0/sys.server/compiled/game/script/conversation/npe_jolka_falcon.java index a4357bbb59..977d8cd366 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_jolka_falcon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_jolka_falcon.java @@ -36,7 +36,7 @@ public int npe_jolka_falcon_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_journal_quest.java b/sku.0/sys.server/compiled/game/script/conversation/npe_journal_quest.java index 0f0daae995..767318ade5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_journal_quest.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_journal_quest.java @@ -67,7 +67,7 @@ public int npe_journal_quest_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_journal_quest_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int npe_journal_quest_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_journal_quest_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -124,7 +124,7 @@ public int npe_journal_quest_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_main_bartender.java b/sku.0/sys.server/compiled/game/script/conversation/npe_main_bartender.java index c8335e0732..26f3f3554c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_main_bartender.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_main_bartender.java @@ -124,7 +124,7 @@ public int npe_main_bartender_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int npe_main_bartender_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int npe_main_bartender_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int npe_main_bartender_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int npe_main_bartender_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int npe_main_bartender_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int npe_main_bartender_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -375,7 +375,7 @@ public int npe_main_bartender_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -413,7 +413,7 @@ public int npe_main_bartender_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int npe_main_bartender_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bartender_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -466,7 +466,7 @@ public int npe_main_bartender_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_main_bounty.java b/sku.0/sys.server/compiled/game/script/conversation/npe_main_bounty.java index b7de6343be..afea4c12f7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_main_bounty.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_main_bounty.java @@ -58,7 +58,7 @@ public int npe_main_bounty_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bounty_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int npe_main_bounty_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_bounty_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -137,7 +137,7 @@ public int npe_main_bounty_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_main_cargo.java b/sku.0/sys.server/compiled/game/script/conversation/npe_main_cargo.java index 84877db41c..72120baa92 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_main_cargo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_main_cargo.java @@ -76,7 +76,7 @@ public int npe_main_cargo_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_cargo_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int npe_main_cargo_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_cargo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int npe_main_cargo_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_main_security.java b/sku.0/sys.server/compiled/game/script/conversation/npe_main_security.java index 8a2a3f026c..3330a7f938 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_main_security.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_main_security.java @@ -68,7 +68,7 @@ public int npe_main_security_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_security_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int npe_main_security_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_security_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int npe_main_security_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_security_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -181,7 +181,7 @@ public int npe_main_security_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_main_trace.java b/sku.0/sys.server/compiled/game/script/conversation/npe_main_trace.java index dc982679c2..e945a7e689 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_main_trace.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_main_trace.java @@ -69,7 +69,7 @@ public int npe_main_trace_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_trace_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int npe_main_trace_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_main_trace_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -124,7 +124,7 @@ public int npe_main_trace_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_marksman_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_marksman_questgiver.java index bef2daaf7c..3635ba32b8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_marksman_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_marksman_questgiver.java @@ -200,7 +200,7 @@ public int npe_marksman_questgiver_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int npe_marksman_questgiver_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int npe_marksman_questgiver_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int npe_marksman_questgiver_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int npe_marksman_questgiver_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -407,7 +407,7 @@ public int npe_marksman_questgiver_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -456,7 +456,7 @@ public int npe_marksman_questgiver_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -509,7 +509,7 @@ public int npe_marksman_questgiver_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -523,7 +523,7 @@ public int npe_marksman_questgiver_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int npe_marksman_questgiver_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -577,7 +577,7 @@ public int npe_marksman_questgiver_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int npe_marksman_questgiver_handleBranch18(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -609,7 +609,7 @@ public int npe_marksman_questgiver_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -624,7 +624,7 @@ public int npe_marksman_questgiver_handleBranch22(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -639,7 +639,7 @@ public int npe_marksman_questgiver_handleBranch24(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -744,7 +744,7 @@ public int npe_marksman_questgiver_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -804,7 +804,7 @@ public int npe_marksman_questgiver_handleBranch27(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -864,7 +864,7 @@ public int npe_marksman_questgiver_handleBranch29(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -970,7 +970,7 @@ public int npe_marksman_questgiver_handleBranch30(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -985,7 +985,7 @@ public int npe_marksman_questgiver_handleBranch31(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1000,7 +1000,7 @@ public int npe_marksman_questgiver_handleBranch33(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1015,7 +1015,7 @@ public int npe_marksman_questgiver_handleBranch35(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_marksman_questgiver_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1029,7 +1029,7 @@ public int npe_marksman_questgiver_handleBranch37(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_medic2.java b/sku.0/sys.server/compiled/game/script/conversation/npe_medic2.java index 1dc594b3a7..4ca365ca77 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_medic2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_medic2.java @@ -162,7 +162,7 @@ public int npe_medic2_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -200,7 +200,7 @@ public int npe_medic2_handleBranch6(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int npe_medic2_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int npe_medic2_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int npe_medic2_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int npe_medic2_handleBranch11(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int npe_medic2_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int npe_medic2_handleBranch14(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int npe_medic2_handleBranch15(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -436,7 +436,7 @@ public int npe_medic2_handleBranch17(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -459,7 +459,7 @@ public int npe_medic2_handleBranch18(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int npe_medic2_handleBranch21(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -535,7 +535,7 @@ public int npe_medic2_handleBranch22(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -550,7 +550,7 @@ public int npe_medic2_handleBranch23(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic2_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -564,7 +564,7 @@ public int npe_medic2_handleBranch26(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_medic_guard.java b/sku.0/sys.server/compiled/game/script/conversation/npe_medic_guard.java index 4fe4fe2c3a..8b9e6d0f26 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_medic_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_medic_guard.java @@ -68,7 +68,7 @@ public int npe_medic_guard_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_guard_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -82,7 +82,7 @@ public int npe_medic_guard_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_medic_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_medic_questgiver.java index 7b86510def..7763141838 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_medic_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_medic_questgiver.java @@ -163,7 +163,7 @@ public int npe_medic_questgiver_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int npe_medic_questgiver_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int npe_medic_questgiver_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int npe_medic_questgiver_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int npe_medic_questgiver_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -397,7 +397,7 @@ public int npe_medic_questgiver_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -435,7 +435,7 @@ public int npe_medic_questgiver_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -473,7 +473,7 @@ public int npe_medic_questgiver_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -488,7 +488,7 @@ public int npe_medic_questgiver_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -526,7 +526,7 @@ public int npe_medic_questgiver_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_questgiver_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int npe_medic_questgiver_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_medic_wounded.java b/sku.0/sys.server/compiled/game/script/conversation/npe_medic_wounded.java index fd358b32a0..3b0d007384 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_medic_wounded.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_medic_wounded.java @@ -73,7 +73,7 @@ public int npe_medic_wounded_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_wounded_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int npe_medic_wounded_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_medic_wounded2.java b/sku.0/sys.server/compiled/game/script/conversation/npe_medic_wounded2.java index 3f49de8845..134c496735 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_medic_wounded2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_medic_wounded2.java @@ -61,7 +61,7 @@ public int npe_medic_wounded2_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_wounded2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -76,7 +76,7 @@ public int npe_medic_wounded2_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_wounded2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int npe_medic_wounded2_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_wounded2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int npe_medic_wounded2_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_wounded2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int npe_medic_wounded2_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_medic_wounded2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -181,7 +181,7 @@ public int npe_medic_wounded2_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_new_jtl_tutorial.java b/sku.0/sys.server/compiled/game/script/conversation/npe_new_jtl_tutorial.java index 28a8ef487f..c7870a77a9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_new_jtl_tutorial.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_new_jtl_tutorial.java @@ -303,7 +303,7 @@ public int npe_new_jtl_tutorial_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -543,7 +543,7 @@ public int npe_new_jtl_tutorial_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -625,7 +625,7 @@ public int npe_new_jtl_tutorial_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -707,7 +707,7 @@ public int npe_new_jtl_tutorial_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -857,7 +857,7 @@ public int npe_new_jtl_tutorial_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -917,7 +917,7 @@ public int npe_new_jtl_tutorial_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -977,7 +977,7 @@ public int npe_new_jtl_tutorial_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1059,7 +1059,7 @@ public int npe_new_jtl_tutorial_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1341,7 +1341,7 @@ public int npe_new_jtl_tutorial_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1525,7 +1525,7 @@ public int npe_new_jtl_tutorial_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1596,7 +1596,7 @@ public int npe_new_jtl_tutorial_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1667,7 +1667,7 @@ public int npe_new_jtl_tutorial_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1738,7 +1738,7 @@ public int npe_new_jtl_tutorial_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2088,7 +2088,7 @@ public int npe_new_jtl_tutorial_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2339,7 +2339,7 @@ public int npe_new_jtl_tutorial_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2556,7 +2556,7 @@ public int npe_new_jtl_tutorial_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2627,7 +2627,7 @@ public int npe_new_jtl_tutorial_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2822,7 +2822,7 @@ public int npe_new_jtl_tutorial_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2893,7 +2893,7 @@ public int npe_new_jtl_tutorial_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3032,7 +3032,7 @@ public int npe_new_jtl_tutorial_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3092,7 +3092,7 @@ public int npe_new_jtl_tutorial_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3152,7 +3152,7 @@ public int npe_new_jtl_tutorial_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3223,7 +3223,7 @@ public int npe_new_jtl_tutorial_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3294,7 +3294,7 @@ public int npe_new_jtl_tutorial_handleBranch24(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3376,7 +3376,7 @@ public int npe_new_jtl_tutorial_handleBranch25(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3458,7 +3458,7 @@ public int npe_new_jtl_tutorial_handleBranch26(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3496,7 +3496,7 @@ public int npe_new_jtl_tutorial_handleBranch27(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3578,7 +3578,7 @@ public int npe_new_jtl_tutorial_handleBranch28(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3727,7 +3727,7 @@ public int npe_new_jtl_tutorial_handleBranch29(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3878,7 +3878,7 @@ public int npe_new_jtl_tutorial_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3949,7 +3949,7 @@ public int npe_new_jtl_tutorial_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4020,7 +4020,7 @@ public int npe_new_jtl_tutorial_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4091,7 +4091,7 @@ public int npe_new_jtl_tutorial_handleBranch33(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4309,7 +4309,7 @@ public int npe_new_jtl_tutorial_handleBranch34(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4391,7 +4391,7 @@ public int npe_new_jtl_tutorial_handleBranch35(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4473,7 +4473,7 @@ public int npe_new_jtl_tutorial_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4555,7 +4555,7 @@ public int npe_new_jtl_tutorial_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4637,7 +4637,7 @@ public int npe_new_jtl_tutorial_handleBranch38(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4920,7 +4920,7 @@ public int npe_new_jtl_tutorial_handleBranch39(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5093,7 +5093,7 @@ public int npe_new_jtl_tutorial_handleBranch40(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5131,7 +5131,7 @@ public int npe_new_jtl_tutorial_handleBranch41(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5202,7 +5202,7 @@ public int npe_new_jtl_tutorial_handleBranch42(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5273,7 +5273,7 @@ public int npe_new_jtl_tutorial_handleBranch43(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5344,7 +5344,7 @@ public int npe_new_jtl_tutorial_handleBranch44(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5517,7 +5517,7 @@ public int npe_new_jtl_tutorial_handleBranch45(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5588,7 +5588,7 @@ public int npe_new_jtl_tutorial_handleBranch46(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5659,7 +5659,7 @@ public int npe_new_jtl_tutorial_handleBranch47(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5730,7 +5730,7 @@ public int npe_new_jtl_tutorial_handleBranch48(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5903,7 +5903,7 @@ public int npe_new_jtl_tutorial_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5974,7 +5974,7 @@ public int npe_new_jtl_tutorial_handleBranch50(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6012,7 +6012,7 @@ public int npe_new_jtl_tutorial_handleBranch51(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6083,7 +6083,7 @@ public int npe_new_jtl_tutorial_handleBranch52(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6154,7 +6154,7 @@ public int npe_new_jtl_tutorial_handleBranch53(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6515,7 +6515,7 @@ public int npe_new_jtl_tutorial_handleBranch54(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6699,7 +6699,7 @@ public int npe_new_jtl_tutorial_handleBranch55(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6770,7 +6770,7 @@ public int npe_new_jtl_tutorial_handleBranch56(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6841,7 +6841,7 @@ public int npe_new_jtl_tutorial_handleBranch57(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6912,7 +6912,7 @@ public int npe_new_jtl_tutorial_handleBranch58(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7118,7 +7118,7 @@ public int npe_new_jtl_tutorial_handleBranch59(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7189,7 +7189,7 @@ public int npe_new_jtl_tutorial_handleBranch60(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7328,7 +7328,7 @@ public int npe_new_jtl_tutorial_handleBranch61(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7388,7 +7388,7 @@ public int npe_new_jtl_tutorial_handleBranch62(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7448,7 +7448,7 @@ public int npe_new_jtl_tutorial_handleBranch63(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7519,7 +7519,7 @@ public int npe_new_jtl_tutorial_handleBranch64(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7737,7 +7737,7 @@ public int npe_new_jtl_tutorial_handleBranch65(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7819,7 +7819,7 @@ public int npe_new_jtl_tutorial_handleBranch66(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7901,7 +7901,7 @@ public int npe_new_jtl_tutorial_handleBranch67(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7983,7 +7983,7 @@ public int npe_new_jtl_tutorial_handleBranch68(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8065,7 +8065,7 @@ public int npe_new_jtl_tutorial_handleBranch69(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8315,7 +8315,7 @@ public int npe_new_jtl_tutorial_handleBranch70(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8386,7 +8386,7 @@ public int npe_new_jtl_tutorial_handleBranch71(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8559,7 +8559,7 @@ public int npe_new_jtl_tutorial_handleBranch72(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8630,7 +8630,7 @@ public int npe_new_jtl_tutorial_handleBranch73(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8701,7 +8701,7 @@ public int npe_new_jtl_tutorial_handleBranch74(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8772,7 +8772,7 @@ public int npe_new_jtl_tutorial_handleBranch75(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8945,7 +8945,7 @@ public int npe_new_jtl_tutorial_handleBranch76(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9016,7 +9016,7 @@ public int npe_new_jtl_tutorial_handleBranch77(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9087,7 +9087,7 @@ public int npe_new_jtl_tutorial_handleBranch78(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9158,7 +9158,7 @@ public int npe_new_jtl_tutorial_handleBranch79(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_new_jtl_tutorial_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9252,7 +9252,7 @@ public int npe_new_jtl_tutorial_handleBranch81(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_officer.java b/sku.0/sys.server/compiled/game/script/conversation/npe_officer.java index d8ff7c17a7..b9e8a2e190 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_officer.java @@ -137,7 +137,7 @@ public int npe_officer_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int npe_officer_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int npe_officer_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int npe_officer_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int npe_officer_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int npe_officer_handleBranch12(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int npe_officer_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int npe_officer_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -368,7 +368,7 @@ public int npe_officer_handleBranch17(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -406,7 +406,7 @@ public int npe_officer_handleBranch18(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -444,7 +444,7 @@ public int npe_officer_handleBranch19(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -482,7 +482,7 @@ public int npe_officer_handleBranch20(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int npe_officer_handleBranch21(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_officer_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -519,7 +519,7 @@ public int npe_officer_handleBranch23(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_easy.java b/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_easy.java index 4061a47d1b..fa79eb977c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_easy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_easy.java @@ -132,7 +132,7 @@ public int npe_pilot_easy_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -170,7 +170,7 @@ public int npe_pilot_easy_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int npe_pilot_easy_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int npe_pilot_easy_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int npe_pilot_easy_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int npe_pilot_easy_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int npe_pilot_easy_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int npe_pilot_easy_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int npe_pilot_easy_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int npe_pilot_easy_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -512,7 +512,7 @@ public int npe_pilot_easy_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -551,7 +551,7 @@ public int npe_pilot_easy_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -566,7 +566,7 @@ public int npe_pilot_easy_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int npe_pilot_easy_handleBranch22(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -620,7 +620,7 @@ public int npe_pilot_easy_handleBranch23(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -658,7 +658,7 @@ public int npe_pilot_easy_handleBranch25(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -673,7 +673,7 @@ public int npe_pilot_easy_handleBranch26(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -712,7 +712,7 @@ public int npe_pilot_easy_handleBranch28(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -727,7 +727,7 @@ public int npe_pilot_easy_handleBranch29(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -773,7 +773,7 @@ public int npe_pilot_easy_handleBranch31(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -789,7 +789,7 @@ public int npe_pilot_easy_handleBranch32(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int npe_pilot_easy_handleBranch34(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -875,7 +875,7 @@ public int npe_pilot_easy_handleBranch35(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -890,7 +890,7 @@ public int npe_pilot_easy_handleBranch36(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_easy_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -905,7 +905,7 @@ public int npe_pilot_easy_handleBranch38(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_hard.java b/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_hard.java index baa2829e58..dea9ceb4df 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_hard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_hard.java @@ -107,7 +107,7 @@ public int npe_pilot_hard_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int npe_pilot_hard_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -185,7 +185,7 @@ public int npe_pilot_hard_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int npe_pilot_hard_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int npe_pilot_hard_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -278,7 +278,7 @@ public int npe_pilot_hard_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int npe_pilot_hard_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -379,7 +379,7 @@ public int npe_pilot_hard_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int npe_pilot_hard_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -433,7 +433,7 @@ public int npe_pilot_hard_handleBranch14(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int npe_pilot_hard_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -498,7 +498,7 @@ public int npe_pilot_hard_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -548,7 +548,7 @@ public int npe_pilot_hard_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -564,7 +564,7 @@ public int npe_pilot_hard_handleBranch21(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -602,7 +602,7 @@ public int npe_pilot_hard_handleBranch22(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -617,7 +617,7 @@ public int npe_pilot_hard_handleBranch23(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -657,7 +657,7 @@ public int npe_pilot_hard_handleBranch25(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_hard_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int npe_pilot_hard_handleBranch26(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_medium.java b/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_medium.java index ea69deecad..1c29f05393 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_medium.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_medium.java @@ -197,7 +197,7 @@ public int npe_pilot_medium_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int npe_pilot_medium_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int npe_pilot_medium_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int npe_pilot_medium_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int npe_pilot_medium_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int npe_pilot_medium_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -358,7 +358,7 @@ public int npe_pilot_medium_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -373,7 +373,7 @@ public int npe_pilot_medium_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int npe_pilot_medium_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int npe_pilot_medium_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int npe_pilot_medium_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int npe_pilot_medium_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -518,7 +518,7 @@ public int npe_pilot_medium_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -556,7 +556,7 @@ public int npe_pilot_medium_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -571,7 +571,7 @@ public int npe_pilot_medium_handleBranch23(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int npe_pilot_medium_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -625,7 +625,7 @@ public int npe_pilot_medium_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -663,7 +663,7 @@ public int npe_pilot_medium_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -679,7 +679,7 @@ public int npe_pilot_medium_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int npe_pilot_medium_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -772,7 +772,7 @@ public int npe_pilot_medium_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_medium_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -787,7 +787,7 @@ public int npe_pilot_medium_handleBranch33(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_training.java b/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_training.java index ac9d0cf587..c2ce157b3f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_training.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_pilot_training.java @@ -140,7 +140,7 @@ public int npe_pilot_training_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int npe_pilot_training_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int npe_pilot_training_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int npe_pilot_training_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int npe_pilot_training_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int npe_pilot_training_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int npe_pilot_training_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -342,7 +342,7 @@ public int npe_pilot_training_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -380,7 +380,7 @@ public int npe_pilot_training_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int npe_pilot_training_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -434,7 +434,7 @@ public int npe_pilot_training_handleBranch18(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -449,7 +449,7 @@ public int npe_pilot_training_handleBranch19(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -464,7 +464,7 @@ public int npe_pilot_training_handleBranch21(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -502,7 +502,7 @@ public int npe_pilot_training_handleBranch24(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int npe_pilot_training_handleBranch25(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_pilot_training_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -557,7 +557,7 @@ public int npe_pilot_training_handleBranch26(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_prof_marksman_alik.java b/sku.0/sys.server/compiled/game/script/conversation/npe_prof_marksman_alik.java index d9254dda9a..b4fc9c5640 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_prof_marksman_alik.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_prof_marksman_alik.java @@ -93,7 +93,7 @@ public int npe_prof_marksman_alik_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -181,7 +181,7 @@ public int npe_prof_marksman_alik_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int npe_prof_marksman_alik_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -259,7 +259,7 @@ public int npe_prof_marksman_alik_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -276,7 +276,7 @@ public int npe_prof_marksman_alik_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int npe_prof_marksman_alik_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int npe_prof_marksman_alik_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int npe_prof_marksman_alik_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int npe_prof_marksman_alik_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ public int npe_prof_marksman_alik_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int npe_prof_marksman_alik_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -728,7 +728,7 @@ public int npe_prof_marksman_alik_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -780,7 +780,7 @@ public int npe_prof_marksman_alik_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -831,7 +831,7 @@ public int npe_prof_marksman_alik_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -905,7 +905,7 @@ public int npe_prof_marksman_alik_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -945,7 +945,7 @@ public int npe_prof_marksman_alik_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -996,7 +996,7 @@ public int npe_prof_marksman_alik_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1072,7 +1072,7 @@ public int npe_prof_marksman_alik_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int npe_prof_marksman_alik_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1104,7 +1104,7 @@ public int npe_prof_marksman_alik_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1144,7 +1144,7 @@ public int npe_prof_marksman_alik_handleBranch28(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1196,7 +1196,7 @@ public int npe_prof_marksman_alik_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_prof_marksman_alik_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1248,7 +1248,7 @@ public int npe_prof_marksman_alik_handleBranch31(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_profession_entertainer.java b/sku.0/sys.server/compiled/game/script/conversation/npe_profession_entertainer.java index 38f29ee640..90b3f6a477 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_profession_entertainer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_profession_entertainer.java @@ -204,7 +204,7 @@ public int npe_profession_entertainer_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int npe_profession_entertainer_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -282,7 +282,7 @@ public int npe_profession_entertainer_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int npe_profession_entertainer_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -406,7 +406,7 @@ public int npe_profession_entertainer_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -421,7 +421,7 @@ public int npe_profession_entertainer_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -460,7 +460,7 @@ public int npe_profession_entertainer_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -475,7 +475,7 @@ public int npe_profession_entertainer_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int npe_profession_entertainer_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -565,7 +565,7 @@ public int npe_profession_entertainer_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -638,7 +638,7 @@ public int npe_profession_entertainer_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -654,7 +654,7 @@ public int npe_profession_entertainer_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -693,7 +693,7 @@ public int npe_profession_entertainer_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -732,7 +732,7 @@ public int npe_profession_entertainer_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -748,7 +748,7 @@ public int npe_profession_entertainer_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -786,7 +786,7 @@ public int npe_profession_entertainer_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -801,7 +801,7 @@ public int npe_profession_entertainer_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_profession_entertainer_officer.java b/sku.0/sys.server/compiled/game/script/conversation/npe_profession_entertainer_officer.java index 757bf88ff8..cc00591332 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_profession_entertainer_officer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_profession_entertainer_officer.java @@ -80,7 +80,7 @@ public int npe_profession_entertainer_officer_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_officer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -118,7 +118,7 @@ public int npe_profession_entertainer_officer_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_officer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int npe_profession_entertainer_officer_handleBranch4(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_officer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int npe_profession_entertainer_officer_handleBranch5(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_officer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int npe_profession_entertainer_officer_handleBranch8(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_entertainer_officer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int npe_profession_entertainer_officer_handleBranch9(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_profession_trader.java b/sku.0/sys.server/compiled/game/script/conversation/npe_profession_trader.java index 801b2101cb..9060315be8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_profession_trader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_profession_trader.java @@ -225,7 +225,7 @@ public int npe_profession_trader_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int npe_profession_trader_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -284,7 +284,7 @@ public int npe_profession_trader_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int npe_profession_trader_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int npe_profession_trader_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int npe_profession_trader_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int npe_profession_trader_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -430,7 +430,7 @@ public int npe_profession_trader_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -445,7 +445,7 @@ public int npe_profession_trader_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -459,7 +459,7 @@ public int npe_profession_trader_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int npe_profession_trader_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -512,7 +512,7 @@ public int npe_profession_trader_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -551,7 +551,7 @@ public int npe_profession_trader_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -589,7 +589,7 @@ public int npe_profession_trader_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -629,7 +629,7 @@ public int npe_profession_trader_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ public int npe_profession_trader_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -681,7 +681,7 @@ public int npe_profession_trader_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -719,7 +719,7 @@ public int npe_profession_trader_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -734,7 +734,7 @@ public int npe_profession_trader_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -773,7 +773,7 @@ public int npe_profession_trader_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -819,7 +819,7 @@ public int npe_profession_trader_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -859,7 +859,7 @@ public int npe_profession_trader_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -897,7 +897,7 @@ public int npe_profession_trader_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -911,7 +911,7 @@ public int npe_profession_trader_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -949,7 +949,7 @@ public int npe_profession_trader_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -987,7 +987,7 @@ public int npe_profession_trader_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1002,7 +1002,7 @@ public int npe_profession_trader_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1041,7 +1041,7 @@ public int npe_profession_trader_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1079,7 +1079,7 @@ public int npe_profession_trader_handleBranch35(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1095,7 +1095,7 @@ public int npe_profession_trader_handleBranch36(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1109,7 +1109,7 @@ public int npe_profession_trader_handleBranch38(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1147,7 +1147,7 @@ public int npe_profession_trader_handleBranch40(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_profession_trader_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1162,7 +1162,7 @@ public int npe_profession_trader_handleBranch41(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_rakqua_capture.java b/sku.0/sys.server/compiled/game/script/conversation/npe_rakqua_capture.java index 4dddfa7e61..7dbc2dab27 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_rakqua_capture.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_rakqua_capture.java @@ -81,7 +81,7 @@ public int npe_rakqua_capture_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rakqua_capture_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int npe_rakqua_capture_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rakqua_capture_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int npe_rakqua_capture_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rakqua_capture_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int npe_rakqua_capture_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rakqua_capture_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int npe_rakqua_capture_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rakqua_capture_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int npe_rakqua_capture_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rakqua_capture_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int npe_rakqua_capture_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rakqua_capture_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int npe_rakqua_capture_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rakqua_capture_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int npe_rakqua_capture_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rakqua_capture_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int npe_rakqua_capture_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_1_adery.java b/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_1_adery.java index 5542497d0b..8131c06258 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_1_adery.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_1_adery.java @@ -66,7 +66,7 @@ public int npe_rebel_1_adery_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_1_adery_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -80,7 +80,7 @@ public int npe_rebel_1_adery_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_1_rund.java b/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_1_rund.java index 43ffbba426..08c0b6d42a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_1_rund.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_1_rund.java @@ -65,7 +65,7 @@ public int npe_rebel_1_rund_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_1_rund_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -80,7 +80,7 @@ public int npe_rebel_1_rund_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_questgiver.java index d709539708..450967bd43 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_rebel_questgiver.java @@ -83,7 +83,7 @@ public int npe_rebel_questgiver_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int npe_rebel_questgiver_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int npe_rebel_questgiver_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int npe_rebel_questgiver_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int npe_rebel_questgiver_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -284,7 +284,7 @@ public int npe_rebel_questgiver_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -322,7 +322,7 @@ public int npe_rebel_questgiver_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int npe_rebel_questgiver_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int npe_rebel_questgiver_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -469,7 +469,7 @@ public int npe_rebel_questgiver_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -517,7 +517,7 @@ public int npe_rebel_questgiver_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -555,7 +555,7 @@ public int npe_rebel_questgiver_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_rebel_questgiver_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -570,7 +570,7 @@ public int npe_rebel_questgiver_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_resource_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/npe_resource_vendor.java index 7f08146e8b..91ce7a139d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_resource_vendor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_resource_vendor.java @@ -221,7 +221,7 @@ public int npe_resource_vendor_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_resource_vendor_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -537,7 +537,7 @@ public int npe_resource_vendor_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_resource_vendor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -562,7 +562,7 @@ public int npe_resource_vendor_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_resource_vendor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int npe_resource_vendor_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_resource_vendor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -612,7 +612,7 @@ public int npe_resource_vendor_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_resource_vendor_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -637,7 +637,7 @@ public int npe_resource_vendor_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_resource_vendor_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -662,7 +662,7 @@ public int npe_resource_vendor_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_resource_vendor_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -687,7 +687,7 @@ public int npe_resource_vendor_handleBranch24(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_resource_vendor_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -712,7 +712,7 @@ public int npe_resource_vendor_handleBranch28(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_runequest.java b/sku.0/sys.server/compiled/game/script/conversation/npe_runequest.java index faefe9fbb5..484a844a87 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_runequest.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_runequest.java @@ -82,7 +82,7 @@ public int npe_runequest_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_runequest_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int npe_runequest_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_runequest_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -113,7 +113,7 @@ public int npe_runequest_handleBranch5(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_runequest_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int npe_runequest_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_runequest_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int npe_runequest_handleBranch8(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_runequest_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int npe_runequest_handleBranch9(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_scout1_guard.java b/sku.0/sys.server/compiled/game/script/conversation/npe_scout1_guard.java index c9991ffe5d..fab54fa7cf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_scout1_guard.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_scout1_guard.java @@ -68,7 +68,7 @@ public int npe_scout1_guard_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout1_guard_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int npe_scout1_guard_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout1_guard_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ public int npe_scout1_guard_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout1_guard_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int npe_scout1_guard_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_scout2_hostages.java b/sku.0/sys.server/compiled/game/script/conversation/npe_scout2_hostages.java index bfbe76364c..a93798195c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_scout2_hostages.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_scout2_hostages.java @@ -89,7 +89,7 @@ public int npe_scout2_hostages_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int npe_scout2_hostages_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int npe_scout2_hostages_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ public int npe_scout2_hostages_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int npe_scout2_hostages_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int npe_scout2_hostages_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int npe_scout2_hostages_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int npe_scout2_hostages_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -332,7 +332,7 @@ public int npe_scout2_hostages_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -371,7 +371,7 @@ public int npe_scout2_hostages_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout2_hostages_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int npe_scout2_hostages_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_scout_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_scout_questgiver.java index 8e420b8040..dc68af2527 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_scout_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_scout_questgiver.java @@ -96,7 +96,7 @@ public int npe_scout_questgiver_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout_questgiver_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int npe_scout_questgiver_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int npe_scout_questgiver_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int npe_scout_questgiver_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout_questgiver_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int npe_scout_questgiver_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout_questgiver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int npe_scout_questgiver_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout_questgiver_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int npe_scout_questgiver_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_scout_questgiver_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int npe_scout_questgiver_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side2_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side2_questgiver.java index 7f56e6ff9c..8472006cea 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side2_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side2_questgiver.java @@ -88,7 +88,7 @@ public int npe_side2_questgiver_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side2_questgiver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int npe_side2_questgiver_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side2_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -162,7 +162,7 @@ public int npe_side2_questgiver_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side2_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int npe_side2_questgiver_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side2_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int npe_side2_questgiver_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side3_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side3_questgiver.java index 7d7b63ced9..19868cfb58 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side3_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side3_questgiver.java @@ -95,7 +95,7 @@ public int npe_side3_questgiver_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side3_questgiver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -133,7 +133,7 @@ public int npe_side3_questgiver_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side3_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int npe_side3_questgiver_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side3_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int npe_side3_questgiver_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side3_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int npe_side3_questgiver_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side3_questgiver_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -282,7 +282,7 @@ public int npe_side3_questgiver_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side3_questgiver_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int npe_side3_questgiver_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side4_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side4_questgiver.java index 4eb25fc25c..a984f533dc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side4_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side4_questgiver.java @@ -65,7 +65,7 @@ public int npe_side4_questgiver_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side4_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int npe_side4_questgiver_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side4_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int npe_side4_questgiver_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side4_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int npe_side4_questgiver_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side4_questgiver_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int npe_side4_questgiver_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side_dungeon_meat.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side_dungeon_meat.java index 879b8fcd51..a0a6e478bc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side_dungeon_meat.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side_dungeon_meat.java @@ -84,7 +84,7 @@ public int npe_side_dungeon_meat_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_meat_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int npe_side_dungeon_meat_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_meat_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int npe_side_dungeon_meat_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_meat_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int npe_side_dungeon_meat_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_meat_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int npe_side_dungeon_meat_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_meat_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int npe_side_dungeon_meat_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_meat_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int npe_side_dungeon_meat_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_meat_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int npe_side_dungeon_meat_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side_dungeon_soldier.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side_dungeon_soldier.java index f2a4a7bdfe..1d07a305ec 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side_dungeon_soldier.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side_dungeon_soldier.java @@ -83,7 +83,7 @@ public int npe_side_dungeon_soldier_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_soldier_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -98,7 +98,7 @@ public int npe_side_dungeon_soldier_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_soldier_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int npe_side_dungeon_soldier_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_soldier_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int npe_side_dungeon_soldier_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_soldier_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int npe_side_dungeon_soldier_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_soldier_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int npe_side_dungeon_soldier_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_dungeon_soldier_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int npe_side_dungeon_soldier_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side_jolka.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side_jolka.java index 87e0c661d2..6b9c583fb9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side_jolka.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side_jolka.java @@ -52,7 +52,7 @@ public int npe_side_jolka_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_jolka_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -76,7 +76,7 @@ public int npe_side_jolka_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_jolka_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -90,7 +90,7 @@ public int npe_side_jolka_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_jolka_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int npe_side_jolka_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_jolka_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int npe_side_jolka_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_jolka_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int npe_side_jolka_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side_robbery_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side_robbery_questgiver.java index 28b5b850b3..9001e2838e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side_robbery_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side_robbery_questgiver.java @@ -65,7 +65,7 @@ public int npe_side_robbery_questgiver_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_robbery_questgiver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int npe_side_robbery_questgiver_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_robbery_questgiver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int npe_side_robbery_questgiver_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_robbery_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int npe_side_robbery_questgiver_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side_robbery_thief.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side_robbery_thief.java index 486368392d..59fd0e965a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side_robbery_thief.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side_robbery_thief.java @@ -81,7 +81,7 @@ public int npe_side_robbery_thief_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_robbery_thief_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int npe_side_robbery_thief_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_robbery_thief_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int npe_side_robbery_thief_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_robbery_thief_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int npe_side_robbery_thief_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_robbery_thief_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int npe_side_robbery_thief_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_robbery_thief_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -358,7 +358,7 @@ public int npe_side_robbery_thief_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side_smuggle_buyer.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side_smuggle_buyer.java index 5aa7ccb5eb..fa66c295ef 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side_smuggle_buyer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side_smuggle_buyer.java @@ -53,7 +53,7 @@ public int npe_side_smuggle_buyer_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_smuggle_buyer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int npe_side_smuggle_buyer_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_smuggle_buyer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int npe_side_smuggle_buyer_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_smuggle_buyer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ public int npe_side_smuggle_buyer_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_side_smuggle_questgiver.java b/sku.0/sys.server/compiled/game/script/conversation/npe_side_smuggle_questgiver.java index 7d40a3e565..96b5575767 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_side_smuggle_questgiver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_side_smuggle_questgiver.java @@ -90,7 +90,7 @@ public int npe_side_smuggle_questgiver_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_smuggle_questgiver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -105,7 +105,7 @@ public int npe_side_smuggle_questgiver_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_smuggle_questgiver_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int npe_side_smuggle_questgiver_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_smuggle_questgiver_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int npe_side_smuggle_questgiver_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_smuggle_questgiver_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int npe_side_smuggle_questgiver_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_side_smuggle_questgiver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int npe_side_smuggle_questgiver_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_smuggler_jake.java b/sku.0/sys.server/compiled/game/script/conversation/npe_smuggler_jake.java index e0341e9292..2e088074bd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_smuggler_jake.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_smuggler_jake.java @@ -62,7 +62,7 @@ public int npe_smuggler_jake_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_smuggler_jake_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int npe_smuggler_jake_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_smuggler_jake_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int npe_smuggler_jake_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_smuggler_jake_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -200,7 +200,7 @@ public int npe_smuggler_jake_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_smuggler_jake_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int npe_smuggler_jake_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_spy.java b/sku.0/sys.server/compiled/game/script/conversation/npe_spy.java index 5f2277a235..6037756f2c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_spy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_spy.java @@ -125,7 +125,7 @@ public int npe_spy_handleBranch1(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int npe_spy_handleBranch5(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int npe_spy_handleBranch6(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int npe_spy_handleBranch9(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -268,7 +268,7 @@ public int npe_spy_handleBranch10(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -316,7 +316,7 @@ public int npe_spy_handleBranch11(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int npe_spy_handleBranch12(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int npe_spy_handleBranch14(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int npe_spy_handleBranch15(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int npe_spy_handleBranch17(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -447,7 +447,7 @@ public int npe_spy_handleBranch19(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -485,7 +485,7 @@ public int npe_spy_handleBranch20(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -523,7 +523,7 @@ public int npe_spy_handleBranch21(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -562,7 +562,7 @@ public int npe_spy_handleBranch22(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_spy_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int npe_spy_handleBranch23(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_station_han_solo.java b/sku.0/sys.server/compiled/game/script/conversation/npe_station_han_solo.java index a4acf14152..ec95babbb4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_station_han_solo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_station_han_solo.java @@ -210,7 +210,7 @@ public int npe_station_han_solo_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int npe_station_han_solo_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int npe_station_han_solo_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int npe_station_han_solo_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -370,7 +370,7 @@ public int npe_station_han_solo_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int npe_station_han_solo_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int npe_station_han_solo_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int npe_station_han_solo_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -550,7 +550,7 @@ public int npe_station_han_solo_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -637,7 +637,7 @@ public int npe_station_han_solo_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -713,7 +713,7 @@ public int npe_station_han_solo_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -753,7 +753,7 @@ public int npe_station_han_solo_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -770,7 +770,7 @@ public int npe_station_han_solo_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -821,7 +821,7 @@ public int npe_station_han_solo_handleBranch25(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_station_han_solo2.java b/sku.0/sys.server/compiled/game/script/conversation/npe_station_han_solo2.java index 60c9aae999..9998a655c1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_station_han_solo2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_station_han_solo2.java @@ -549,7 +549,7 @@ public int npe_station_han_solo2_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -702,7 +702,7 @@ public int npe_station_han_solo2_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int npe_station_han_solo2_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -769,7 +769,7 @@ public int npe_station_han_solo2_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -845,7 +845,7 @@ public int npe_station_han_solo2_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -885,7 +885,7 @@ public int npe_station_han_solo2_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -936,7 +936,7 @@ public int npe_station_han_solo2_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1012,7 +1012,7 @@ public int npe_station_han_solo2_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1027,7 +1027,7 @@ public int npe_station_han_solo2_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1042,7 +1042,7 @@ public int npe_station_han_solo2_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1069,7 +1069,7 @@ public int npe_station_han_solo2_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1084,7 +1084,7 @@ public int npe_station_han_solo2_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1135,7 +1135,7 @@ public int npe_station_han_solo2_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1162,7 +1162,7 @@ public int npe_station_han_solo2_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1202,7 +1202,7 @@ public int npe_station_han_solo2_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1218,7 +1218,7 @@ public int npe_station_han_solo2_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1233,7 +1233,7 @@ public int npe_station_han_solo2_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1354,7 +1354,7 @@ public int npe_station_han_solo2_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1393,7 +1393,7 @@ public int npe_station_han_solo2_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1409,7 +1409,7 @@ public int npe_station_han_solo2_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1449,7 +1449,7 @@ public int npe_station_han_solo2_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1489,7 +1489,7 @@ public int npe_station_han_solo2_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1540,7 +1540,7 @@ public int npe_station_han_solo2_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1580,7 +1580,7 @@ public int npe_station_han_solo2_handleBranch35(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1620,7 +1620,7 @@ public int npe_station_han_solo2_handleBranch36(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1682,7 +1682,7 @@ public int npe_station_han_solo2_handleBranch37(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1803,7 +1803,7 @@ public int npe_station_han_solo2_handleBranch38(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1843,7 +1843,7 @@ public int npe_station_han_solo2_handleBranch41(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1858,7 +1858,7 @@ public int npe_station_han_solo2_handleBranch42(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1898,7 +1898,7 @@ public int npe_station_han_solo2_handleBranch45(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1938,7 +1938,7 @@ public int npe_station_han_solo2_handleBranch46(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1977,7 +1977,7 @@ public int npe_station_han_solo2_handleBranch47(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2281,7 +2281,7 @@ public int npe_station_han_solo2_handleBranch48(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2296,7 +2296,7 @@ public int npe_station_han_solo2_handleBranch49(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2311,7 +2311,7 @@ public int npe_station_han_solo2_handleBranch51(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2326,7 +2326,7 @@ public int npe_station_han_solo2_handleBranch52(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2341,7 +2341,7 @@ public int npe_station_han_solo2_handleBranch53(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2356,7 +2356,7 @@ public int npe_station_han_solo2_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2371,7 +2371,7 @@ public int npe_station_han_solo2_handleBranch55(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2386,7 +2386,7 @@ public int npe_station_han_solo2_handleBranch56(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2401,7 +2401,7 @@ public int npe_station_han_solo2_handleBranch57(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_han_solo2_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2440,7 +2440,7 @@ public int npe_station_han_solo2_handleBranch58(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_station_inaldra.java b/sku.0/sys.server/compiled/game/script/conversation/npe_station_inaldra.java index 1d475e64f8..9d7d15f3d9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_station_inaldra.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_station_inaldra.java @@ -109,7 +109,7 @@ public int npe_station_inaldra_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int npe_station_inaldra_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int npe_station_inaldra_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int npe_station_inaldra_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int npe_station_inaldra_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int npe_station_inaldra_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int npe_station_inaldra_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int npe_station_inaldra_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -412,7 +412,7 @@ public int npe_station_inaldra_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int npe_station_inaldra_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -491,7 +491,7 @@ public int npe_station_inaldra_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -530,7 +530,7 @@ public int npe_station_inaldra_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int npe_station_inaldra_handleBranch18(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int npe_station_inaldra_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -626,7 +626,7 @@ public int npe_station_inaldra_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -666,7 +666,7 @@ public int npe_station_inaldra_handleBranch22(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -706,7 +706,7 @@ public int npe_station_inaldra_handleBranch23(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -746,7 +746,7 @@ public int npe_station_inaldra_handleBranch24(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -763,7 +763,7 @@ public int npe_station_inaldra_handleBranch25(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_station_inaldra2.java b/sku.0/sys.server/compiled/game/script/conversation/npe_station_inaldra2.java index 78f4be0373..2c73c0f188 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_station_inaldra2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_station_inaldra2.java @@ -180,7 +180,7 @@ public int npe_station_inaldra2_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int npe_station_inaldra2_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int npe_station_inaldra2_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -372,7 +372,7 @@ public int npe_station_inaldra2_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int npe_station_inaldra2_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -449,7 +449,7 @@ public int npe_station_inaldra2_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -464,7 +464,7 @@ public int npe_station_inaldra2_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -525,7 +525,7 @@ public int npe_station_inaldra2_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_inaldra2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -586,7 +586,7 @@ public int npe_station_inaldra2_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_station_junk_dealer.java b/sku.0/sys.server/compiled/game/script/conversation/npe_station_junk_dealer.java index 4e12ce77bc..70fd0d6c1e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_station_junk_dealer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_station_junk_dealer.java @@ -78,7 +78,7 @@ public int npe_station_junk_dealer_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_junk_dealer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int npe_station_junk_dealer_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_station_junk_dealer_2.java b/sku.0/sys.server/compiled/game/script/conversation/npe_station_junk_dealer_2.java index 91b3be9b6e..675e2b6aac 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_station_junk_dealer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_station_junk_dealer_2.java @@ -78,7 +78,7 @@ public int npe_station_junk_dealer_2_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_station_junk_dealer_2_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int npe_station_junk_dealer_2_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_tutorial_droid_1.java b/sku.0/sys.server/compiled/game/script/conversation/npe_tutorial_droid_1.java index 3ab66e4f6d..8d485e081b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_tutorial_droid_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_tutorial_droid_1.java @@ -43,7 +43,7 @@ public int npe_tutorial_droid_1_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/npe_vendor_rallen.java b/sku.0/sys.server/compiled/game/script/conversation/npe_vendor_rallen.java index 630ba481ea..aaabe8e13d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/npe_vendor_rallen.java +++ b/sku.0/sys.server/compiled/game/script/conversation/npe_vendor_rallen.java @@ -68,7 +68,7 @@ public int npe_vendor_rallen_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_vendor_rallen_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -83,7 +83,7 @@ public int npe_vendor_rallen_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int npe_vendor_rallen_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -98,7 +98,7 @@ public int npe_vendor_rallen_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nym.java b/sku.0/sys.server/compiled/game/script/conversation/nym.java index 01e21e9b77..37ff69a4e1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nym.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nym.java @@ -153,7 +153,7 @@ public int nym_handleBranch2(obj_id player, obj_id npc, string_id response) thro return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int nym_handleBranch5(obj_id player, obj_id npc, string_id response) thro return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int nym_handleBranch6(obj_id player, obj_id npc, string_id response) thro return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int nym_handleBranch7(obj_id player, obj_id npc, string_id response) thro return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int nym_handleBranch9(obj_id player, obj_id npc, string_id response) thro return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int nym_handleBranch10(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int nym_handleBranch13(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int nym_handleBranch14(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -419,7 +419,7 @@ public int nym_handleBranch15(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int nym_handleBranch16(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int nym_handleBranch17(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -518,7 +518,7 @@ public int nym_handleBranch18(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -534,7 +534,7 @@ public int nym_handleBranch20(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int nym_handleBranch22(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -647,7 +647,7 @@ public int nym_handleBranch23(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -687,7 +687,7 @@ public int nym_handleBranch24(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -727,7 +727,7 @@ public int nym_handleBranch25(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -743,7 +743,7 @@ public int nym_handleBranch26(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -826,7 +826,7 @@ public int nym_handleBranch30(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -875,7 +875,7 @@ public int nym_handleBranch31(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -947,7 +947,7 @@ public int nym_handleBranch32(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -985,7 +985,7 @@ public int nym_handleBranch33(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1000,7 +1000,7 @@ public int nym_handleBranch34(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1038,7 +1038,7 @@ public int nym_handleBranch36(obj_id player, obj_id npc, string_id response) thr return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nym_anniversary_dispenser.java b/sku.0/sys.server/compiled/game/script/conversation/nym_anniversary_dispenser.java index 40d5843891..b2b6f25927 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nym_anniversary_dispenser.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nym_anniversary_dispenser.java @@ -80,7 +80,7 @@ public int nym_anniversary_dispenser_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_anniversary_dispenser_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int nym_anniversary_dispenser_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_anniversary_dispenser_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int nym_anniversary_dispenser_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nym_arena_referee.java b/sku.0/sys.server/compiled/game/script/conversation/nym_arena_referee.java index fd3f65bbf7..5b4115dac0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nym_arena_referee.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nym_arena_referee.java @@ -72,7 +72,7 @@ public int nym_arena_referee_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_arena_referee_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -88,7 +88,7 @@ public int nym_arena_referee_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_arena_referee_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int nym_arena_referee_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_arena_referee_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int nym_arena_referee_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_arena_referee_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int nym_arena_referee_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nym_technician_1.java b/sku.0/sys.server/compiled/game/script/conversation/nym_technician_1.java index 914701ea4e..3848d51320 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nym_technician_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nym_technician_1.java @@ -59,7 +59,7 @@ public int nym_technician_1_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -98,7 +98,7 @@ public int nym_technician_1_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -137,7 +137,7 @@ public int nym_technician_1_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int nym_technician_1_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int nym_technician_1_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int nym_technician_1_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int nym_technician_1_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -365,7 +365,7 @@ public int nym_technician_1_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int nym_technician_1_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -443,7 +443,7 @@ public int nym_technician_1_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -483,7 +483,7 @@ public int nym_technician_1_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -522,7 +522,7 @@ public int nym_technician_1_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -537,7 +537,7 @@ public int nym_technician_1_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int nym_technician_1_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nym_technician_2.java b/sku.0/sys.server/compiled/game/script/conversation/nym_technician_2.java index c1cc6155ee..2406769c80 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nym_technician_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nym_technician_2.java @@ -113,7 +113,7 @@ public int nym_technician_2_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int nym_technician_2_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int nym_technician_2_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int nym_technician_2_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nym_technician_3.java b/sku.0/sys.server/compiled/game/script/conversation/nym_technician_3.java index 09603a0aa6..cfe470ae5a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nym_technician_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nym_technician_3.java @@ -78,7 +78,7 @@ public int nym_technician_3_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -93,7 +93,7 @@ public int nym_technician_3_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int nym_technician_3_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int nym_technician_3_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -278,7 +278,7 @@ public int nym_technician_3_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_3_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int nym_technician_3_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int nym_technician_3_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_technician_3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int nym_technician_3_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_disgruntled.java b/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_disgruntled.java index c3973f4a22..d17d7cd022 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_disgruntled.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_disgruntled.java @@ -39,7 +39,7 @@ public int nym_themepark_disgruntled_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_quatermaster.java b/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_quatermaster.java index 3ad549e13f..b675729a7f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_quatermaster.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_quatermaster.java @@ -108,7 +108,7 @@ public int nym_themepark_quatermaster_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int nym_themepark_quatermaster_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int nym_themepark_quatermaster_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int nym_themepark_quatermaster_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int nym_themepark_quatermaster_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int nym_themepark_quatermaster_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int nym_themepark_quatermaster_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -290,7 +290,7 @@ public int nym_themepark_quatermaster_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int nym_themepark_quatermaster_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -368,7 +368,7 @@ public int nym_themepark_quatermaster_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -407,7 +407,7 @@ public int nym_themepark_quatermaster_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int nym_themepark_quatermaster_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int nym_themepark_quatermaster_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -475,7 +475,7 @@ public int nym_themepark_quatermaster_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int nym_themepark_quatermaster_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_quatermaster_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int nym_themepark_quatermaster_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_smuggler.java b/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_smuggler.java index 8d2f2d4918..902e669d16 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_smuggler.java +++ b/sku.0/sys.server/compiled/game/script/conversation/nym_themepark_smuggler.java @@ -86,7 +86,7 @@ public int nym_themepark_smuggler_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_smuggler_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -102,7 +102,7 @@ public int nym_themepark_smuggler_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_smuggler_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int nym_themepark_smuggler_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_smuggler_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int nym_themepark_smuggler_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_smuggler_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int nym_themepark_smuggler_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_smuggler_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int nym_themepark_smuggler_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_smuggler_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int nym_themepark_smuggler_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int nym_themepark_smuggler_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int nym_themepark_smuggler_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/orion_rank3.java b/sku.0/sys.server/compiled/game/script/conversation/orion_rank3.java index e479f43ecb..e91ac72ef3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/orion_rank3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/orion_rank3.java @@ -150,7 +150,7 @@ public int orion_rank3_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int orion_rank3_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int orion_rank3_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int orion_rank3_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int orion_rank3_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int orion_rank3_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int orion_rank3_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int orion_rank3_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -384,7 +384,7 @@ public int orion_rank3_handleBranch16(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int orion_rank3_handleBranch17(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int orion_rank3_handleBranch18(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int orion_rank3_handleBranch20(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -501,7 +501,7 @@ public int orion_rank3_handleBranch23(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -539,7 +539,7 @@ public int orion_rank3_handleBranch24(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -554,7 +554,7 @@ public int orion_rank3_handleBranch25(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -579,7 +579,7 @@ public int orion_rank3_handleBranch27(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -617,7 +617,7 @@ public int orion_rank3_handleBranch30(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -655,7 +655,7 @@ public int orion_rank3_handleBranch31(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int orion_rank3_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -670,7 +670,7 @@ public int orion_rank3_handleBranch32(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan.java index 61a4e68ea2..15c51ce1e9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan.java @@ -93,7 +93,7 @@ public int outbreak_canister_demolition_bothan_handleBranch3(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int outbreak_canister_demolition_bothan_handleBranch7(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int outbreak_canister_demolition_bothan_handleBranch9(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int outbreak_canister_demolition_bothan_handleBranch11(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -201,7 +201,7 @@ public int outbreak_canister_demolition_bothan_handleBranch12(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int outbreak_canister_demolition_bothan_handleBranch13(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int outbreak_canister_demolition_bothan_handleBranch14(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int outbreak_canister_demolition_bothan_handleBranch15(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -332,7 +332,7 @@ public int outbreak_canister_demolition_bothan_handleBranch16(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_beta.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_beta.java index 7212e0f5f5..66904f2040 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_beta.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_beta.java @@ -93,7 +93,7 @@ public int outbreak_canister_demolition_bothan_beta_handleBranch3(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_beta_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int outbreak_canister_demolition_bothan_beta_handleBranch7(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_beta_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int outbreak_canister_demolition_bothan_beta_handleBranch9(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_beta_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int outbreak_canister_demolition_bothan_beta_handleBranch11(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_beta_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int outbreak_canister_demolition_bothan_beta_handleBranch12(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_beta_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int outbreak_canister_demolition_bothan_beta_handleBranch13(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_beta_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int outbreak_canister_demolition_bothan_beta_handleBranch14(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_beta_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int outbreak_canister_demolition_bothan_beta_handleBranch15(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_beta_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int outbreak_canister_demolition_bothan_beta_handleBranch16(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_delta.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_delta.java index 6f84fe7975..4dc5317f23 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_delta.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_delta.java @@ -93,7 +93,7 @@ public int outbreak_canister_demolition_bothan_delta_handleBranch3(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_delta_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int outbreak_canister_demolition_bothan_delta_handleBranch7(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_delta_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int outbreak_canister_demolition_bothan_delta_handleBranch9(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_delta_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int outbreak_canister_demolition_bothan_delta_handleBranch11(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_delta_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int outbreak_canister_demolition_bothan_delta_handleBranch12(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_delta_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int outbreak_canister_demolition_bothan_delta_handleBranch13(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_delta_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int outbreak_canister_demolition_bothan_delta_handleBranch14(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_delta_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int outbreak_canister_demolition_bothan_delta_handleBranch15(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_delta_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int outbreak_canister_demolition_bothan_delta_handleBranch16(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_gamma.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_gamma.java index 4d082d04bd..c492537f2a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_gamma.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_canister_demolition_bothan_gamma.java @@ -93,7 +93,7 @@ public int outbreak_canister_demolition_bothan_gamma_handleBranch3(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_gamma_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int outbreak_canister_demolition_bothan_gamma_handleBranch7(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_gamma_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int outbreak_canister_demolition_bothan_gamma_handleBranch9(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_gamma_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int outbreak_canister_demolition_bothan_gamma_handleBranch11(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_gamma_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int outbreak_canister_demolition_bothan_gamma_handleBranch12(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_gamma_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int outbreak_canister_demolition_bothan_gamma_handleBranch13(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_gamma_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int outbreak_canister_demolition_bothan_gamma_handleBranch14(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_gamma_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int outbreak_canister_demolition_bothan_gamma_handleBranch15(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_canister_demolition_bothan_gamma_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int outbreak_canister_demolition_bothan_gamma_handleBranch16(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_erlem_math_delta.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_erlem_math_delta.java index 3f20f84235..568cafbc5b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_erlem_math_delta.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_erlem_math_delta.java @@ -158,7 +158,7 @@ public int outbreak_defense_erlem_math_delta_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_erlem_math_delta_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int outbreak_defense_erlem_math_delta_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_erlem_math_delta_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int outbreak_defense_erlem_math_delta_handleBranch10(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_erlem_math_delta_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -259,7 +259,7 @@ public int outbreak_defense_erlem_math_delta_handleBranch11(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_erlem_math_delta_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int outbreak_defense_erlem_math_delta_handleBranch14(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_erlem_math_delta_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int outbreak_defense_erlem_math_delta_handleBranch15(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_erlem_math_delta_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int outbreak_defense_erlem_math_delta_handleBranch16(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_kyraa_naa.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_kyraa_naa.java index 0327a49b03..da4804797f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_kyraa_naa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_kyraa_naa.java @@ -158,7 +158,7 @@ public int outbreak_defense_kyraa_naa_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_kyraa_naa_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int outbreak_defense_kyraa_naa_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_kyraa_naa_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int outbreak_defense_kyraa_naa_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_kyraa_naa_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -282,7 +282,7 @@ public int outbreak_defense_kyraa_naa_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_kyraa_naa_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int outbreak_defense_kyraa_naa_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_kyraa_naa_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int outbreak_defense_kyraa_naa_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_kyraa_naa_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int outbreak_defense_kyraa_naa_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_kyraa_naa_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int outbreak_defense_kyraa_naa_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_mika_horn_alpha.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_mika_horn_alpha.java index 65beed8ee3..27393bf053 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_mika_horn_alpha.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_mika_horn_alpha.java @@ -188,7 +188,7 @@ public int outbreak_defense_mika_horn_alpha_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_mika_horn_alpha_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int outbreak_defense_mika_horn_alpha_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_mika_horn_alpha_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int outbreak_defense_mika_horn_alpha_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_mika_horn_alpha_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int outbreak_defense_mika_horn_alpha_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_mika_horn_alpha_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -317,7 +317,7 @@ public int outbreak_defense_mika_horn_alpha_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_mika_horn_alpha_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -332,7 +332,7 @@ public int outbreak_defense_mika_horn_alpha_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_stephon_sprocketfire_beta.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_stephon_sprocketfire_beta.java index b31453eccb..0f54c32b36 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_stephon_sprocketfire_beta.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_stephon_sprocketfire_beta.java @@ -158,7 +158,7 @@ public int outbreak_defense_stephon_sprocketfire_beta_handleBranch2(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_stephon_sprocketfire_beta_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int outbreak_defense_stephon_sprocketfire_beta_handleBranch5(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_stephon_sprocketfire_beta_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int outbreak_defense_stephon_sprocketfire_beta_handleBranch10(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_stephon_sprocketfire_beta_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -259,7 +259,7 @@ public int outbreak_defense_stephon_sprocketfire_beta_handleBranch11(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_stephon_sprocketfire_beta_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int outbreak_defense_stephon_sprocketfire_beta_handleBranch14(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_stephon_sprocketfire_beta_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int outbreak_defense_stephon_sprocketfire_beta_handleBranch15(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_stephon_sprocketfire_beta_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int outbreak_defense_stephon_sprocketfire_beta_handleBranch16(obj_id play return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_zsu_val_epsilon.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_zsu_val_epsilon.java index f3c9f9d21f..fa30f1eca6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_zsu_val_epsilon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_defense_zsu_val_epsilon.java @@ -154,7 +154,7 @@ public int outbreak_defense_zsu_val_epsilon_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_zsu_val_epsilon_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int outbreak_defense_zsu_val_epsilon_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_zsu_val_epsilon_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int outbreak_defense_zsu_val_epsilon_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_zsu_val_epsilon_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int outbreak_defense_zsu_val_epsilon_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_zsu_val_epsilon_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int outbreak_defense_zsu_val_epsilon_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_zsu_val_epsilon_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int outbreak_defense_zsu_val_epsilon_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_defense_zsu_val_epsilon_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int outbreak_defense_zsu_val_epsilon_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_han_solo.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_han_solo.java index a1e2dbfee9..a4be58521f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_han_solo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_han_solo.java @@ -310,7 +310,7 @@ public int outbreak_han_solo_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int outbreak_han_solo_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int outbreak_han_solo_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int outbreak_han_solo_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -494,7 +494,7 @@ public int outbreak_han_solo_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -532,7 +532,7 @@ public int outbreak_han_solo_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -579,7 +579,7 @@ public int outbreak_han_solo_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int outbreak_han_solo_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ public int outbreak_han_solo_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -682,7 +682,7 @@ public int outbreak_han_solo_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -728,7 +728,7 @@ public int outbreak_han_solo_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -766,7 +766,7 @@ public int outbreak_han_solo_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -838,7 +838,7 @@ public int outbreak_han_solo_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -853,7 +853,7 @@ public int outbreak_han_solo_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -899,7 +899,7 @@ public int outbreak_han_solo_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -937,7 +937,7 @@ public int outbreak_han_solo_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -975,7 +975,7 @@ public int outbreak_han_solo_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1014,7 +1014,7 @@ public int outbreak_han_solo_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1052,7 +1052,7 @@ public int outbreak_han_solo_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1091,7 +1091,7 @@ public int outbreak_han_solo_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1129,7 +1129,7 @@ public int outbreak_han_solo_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1167,7 +1167,7 @@ public int outbreak_han_solo_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1205,7 +1205,7 @@ public int outbreak_han_solo_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1244,7 +1244,7 @@ public int outbreak_han_solo_handleBranch33(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1282,7 +1282,7 @@ public int outbreak_han_solo_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1320,7 +1320,7 @@ public int outbreak_han_solo_handleBranch35(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1358,7 +1358,7 @@ public int outbreak_han_solo_handleBranch36(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1396,7 +1396,7 @@ public int outbreak_han_solo_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1434,7 +1434,7 @@ public int outbreak_han_solo_handleBranch38(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1472,7 +1472,7 @@ public int outbreak_han_solo_handleBranch39(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1510,7 +1510,7 @@ public int outbreak_han_solo_handleBranch40(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1548,7 +1548,7 @@ public int outbreak_han_solo_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1609,7 +1609,7 @@ public int outbreak_han_solo_handleBranch42(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1736,7 +1736,7 @@ public int outbreak_han_solo_handleBranch43(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1863,7 +1863,7 @@ public int outbreak_han_solo_handleBranch44(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1990,7 +1990,7 @@ public int outbreak_han_solo_handleBranch45(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_han_solo_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2005,7 +2005,7 @@ public int outbreak_han_solo_handleBranch47(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final String STRINGFILE = "theme_park/outbreak/outbreak"; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/outbreak_rodian_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/outbreak_rodian_pilot.java index 222fe2efc6..7141e758da 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/outbreak_rodian_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/outbreak_rodian_pilot.java @@ -209,7 +209,7 @@ public int outbreak_rodian_pilot_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_rodian_pilot_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int outbreak_rodian_pilot_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_rodian_pilot_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int outbreak_rodian_pilot_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_rodian_pilot_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int outbreak_rodian_pilot_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_rodian_pilot_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -583,7 +583,7 @@ public int outbreak_rodian_pilot_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_rodian_pilot_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int outbreak_rodian_pilot_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_rodian_pilot_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -633,7 +633,7 @@ public int outbreak_rodian_pilot_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_rodian_pilot_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -658,7 +658,7 @@ public int outbreak_rodian_pilot_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int outbreak_rodian_pilot_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -683,7 +683,7 @@ public int outbreak_rodian_pilot_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_architect_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_architect_01.java index 58e1e2da3e..b2e2ec5b20 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_architect_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_architect_01.java @@ -122,7 +122,7 @@ public int padawan_architect_01_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_architect_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int padawan_architect_01_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_architect_02.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_architect_02.java index d7eb1e174a..588870434d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_architect_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_architect_02.java @@ -82,7 +82,7 @@ public int padawan_architect_02_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_architect_02_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -133,7 +133,7 @@ public int padawan_architect_02_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_architect_02_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int padawan_architect_02_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_artist_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_artist_01.java index 7e6c085a46..4a799530b6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_artist_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_artist_01.java @@ -129,7 +129,7 @@ public int padawan_artist_01_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_artist_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int padawan_artist_01_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_artist_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int padawan_artist_01_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_artist_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -213,7 +213,7 @@ public int padawan_artist_01_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_artist_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int padawan_artist_01_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_artist_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int padawan_artist_01_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_bad_cat_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_bad_cat_01.java index ce60b99865..0ae240db3f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_bad_cat_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_bad_cat_01.java @@ -94,7 +94,7 @@ public int padawan_bad_cat_01_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_bad_cat_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int padawan_bad_cat_01_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_bad_cat_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -219,7 +219,7 @@ public int padawan_bad_cat_01_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_bad_cat_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int padawan_bad_cat_01_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_bad_cat_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int padawan_bad_cat_01_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_bad_cat_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int padawan_bad_cat_01_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_chef_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_chef_01.java index 5eb566353a..a25ecc38c0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_chef_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_chef_01.java @@ -103,7 +103,7 @@ public int padawan_chef_01_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_chef_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int padawan_chef_01_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_chef_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int padawan_chef_01_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_chef_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int padawan_chef_01_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_chef_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int padawan_chef_01_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_chef_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int padawan_chef_01_handleBranch11(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_chef_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int padawan_chef_01_handleBranch14(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_chef_02.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_chef_02.java index 0880fed2b2..dab0b01dc4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_chef_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_chef_02.java @@ -92,7 +92,7 @@ public int padawan_chef_02_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_chef_02_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int padawan_chef_02_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_baz_nitch_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_baz_nitch_01.java index b6d61ce5c2..9259324369 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_baz_nitch_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_baz_nitch_01.java @@ -126,7 +126,7 @@ public int padawan_kill_baz_nitch_01_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_kill_baz_nitch_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int padawan_kill_baz_nitch_01_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_falumpaset_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_falumpaset_01.java index f4ae2a6339..39e95f5e96 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_falumpaset_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_falumpaset_01.java @@ -184,7 +184,7 @@ public int padawan_kill_falumpaset_01_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_kill_falumpaset_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -201,7 +201,7 @@ public int padawan_kill_falumpaset_01_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_kill_falumpaset_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int padawan_kill_falumpaset_01_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_kill_falumpaset_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int padawan_kill_falumpaset_01_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_sludge_panther_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_sludge_panther_01.java index 38be9acd22..ba2ca47b45 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_sludge_panther_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_kill_sludge_panther_01.java @@ -127,7 +127,7 @@ public int padawan_kill_sludge_panther_01_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_kill_sludge_panther_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int padawan_kill_sludge_panther_01_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_kill_sludge_panther_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int padawan_kill_sludge_panther_01_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_old_musician_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_old_musician_01.java index 96b40187a4..7f2b37ddd5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_old_musician_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_old_musician_01.java @@ -136,7 +136,7 @@ public int padawan_old_musician_01_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -166,7 +166,7 @@ public int padawan_old_musician_01_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int padawan_old_musician_01_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int padawan_old_musician_01_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int padawan_old_musician_01_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int padawan_old_musician_01_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -401,7 +401,7 @@ public int padawan_old_musician_01_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -431,7 +431,7 @@ public int padawan_old_musician_01_handleBranch16(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_old_musician_02.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_old_musician_02.java index 736138fec6..7af359573b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_old_musician_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_old_musician_02.java @@ -88,7 +88,7 @@ public int padawan_old_musician_02_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_02_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int padawan_old_musician_02_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_02_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -278,7 +278,7 @@ public int padawan_old_musician_02_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_02_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int padawan_old_musician_02_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_02_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -399,7 +399,7 @@ public int padawan_old_musician_02_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_02_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int padawan_old_musician_02_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_old_musician_02_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -498,7 +498,7 @@ public int padawan_old_musician_02_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_pannaqa_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_pannaqa_01.java index fc1df8795b..2174a153dc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_pannaqa_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_pannaqa_01.java @@ -99,7 +99,7 @@ public int padawan_pannaqa_01_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_pannaqa_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -127,7 +127,7 @@ public int padawan_pannaqa_01_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_pannaqa_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int padawan_pannaqa_01_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_pannaqa_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int padawan_pannaqa_01_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_pannaqa_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -285,7 +285,7 @@ public int padawan_pannaqa_01_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_pannaqa_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int padawan_pannaqa_01_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_peoples_soldier_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_peoples_soldier_01.java index 18da1af3ed..253800f23c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_peoples_soldier_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_peoples_soldier_01.java @@ -116,7 +116,7 @@ public int padawan_peoples_soldier_01_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_peoples_soldier_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -132,7 +132,7 @@ public int padawan_peoples_soldier_01_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_peoples_soldier_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int padawan_peoples_soldier_01_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_peoples_soldier_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int padawan_peoples_soldier_01_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_peoples_soldier_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int padawan_peoples_soldier_01_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_peoples_soldier_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int padawan_peoples_soldier_01_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_peoples_soldier_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -372,7 +372,7 @@ public int padawan_peoples_soldier_01_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_peoples_soldier_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -400,7 +400,7 @@ public int padawan_peoples_soldier_01_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_politician_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_politician_01.java index 91ef8cecc2..44df704484 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_politician_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_politician_01.java @@ -94,7 +94,7 @@ public int padawan_politician_01_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_politician_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int padawan_politician_01_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_politician_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int padawan_politician_01_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_politician_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int padawan_politician_01_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_sob_story_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_sob_story_01.java index 7bacac4565..7a93ebf796 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_sob_story_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_sob_story_01.java @@ -94,7 +94,7 @@ public int padawan_sob_story_01_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int padawan_sob_story_01_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int padawan_sob_story_01_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int padawan_sob_story_01_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int padawan_sob_story_01_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -449,7 +449,7 @@ public int padawan_sob_story_01_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int padawan_sob_story_01_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ public int padawan_sob_story_01_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -555,7 +555,7 @@ public int padawan_sob_story_01_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -583,7 +583,7 @@ public int padawan_sob_story_01_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -633,7 +633,7 @@ public int padawan_sob_story_01_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -695,7 +695,7 @@ public int padawan_sob_story_01_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -780,7 +780,7 @@ public int padawan_sob_story_01_handleBranch24(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -842,7 +842,7 @@ public int padawan_sob_story_01_handleBranch25(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -870,7 +870,7 @@ public int padawan_sob_story_01_handleBranch27(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_sob_story_01_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -886,7 +886,7 @@ public int padawan_sob_story_01_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_spice_mom_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_spice_mom_01.java index 22d934fad5..ac3cc73a7a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_spice_mom_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_spice_mom_01.java @@ -127,7 +127,7 @@ public int padawan_spice_mom_01_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_spice_mom_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int padawan_spice_mom_01_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_spice_mom_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int padawan_spice_mom_01_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_spice_mom_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -285,7 +285,7 @@ public int padawan_spice_mom_01_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_spice_mom_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int padawan_spice_mom_01_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_spice_mom_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -363,7 +363,7 @@ public int padawan_spice_mom_01_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_spice_mom_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -393,7 +393,7 @@ public int padawan_spice_mom_01_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_surveyor_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_surveyor_01.java index 535f37146e..9c1782751a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_surveyor_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_surveyor_01.java @@ -94,7 +94,7 @@ public int padawan_surveyor_01_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_surveyor_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int padawan_surveyor_01_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_surveyor_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int padawan_surveyor_01_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_surveyor_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int padawan_surveyor_01_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_the_ring_01.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_the_ring_01.java index 5e44954ab0..c39d77eb12 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_the_ring_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_the_ring_01.java @@ -102,7 +102,7 @@ public int padawan_the_ring_01_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int padawan_the_ring_01_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int padawan_the_ring_01_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int padawan_the_ring_01_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -306,7 +306,7 @@ public int padawan_the_ring_01_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -323,7 +323,7 @@ public int padawan_the_ring_01_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int padawan_the_ring_01_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int padawan_the_ring_01_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -531,7 +531,7 @@ public int padawan_the_ring_01_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -561,7 +561,7 @@ public int padawan_the_ring_01_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int padawan_the_ring_01_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -653,7 +653,7 @@ public int padawan_the_ring_01_handleBranch22(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -703,7 +703,7 @@ public int padawan_the_ring_01_handleBranch23(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -788,7 +788,7 @@ public int padawan_the_ring_01_handleBranch24(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -818,7 +818,7 @@ public int padawan_the_ring_01_handleBranch25(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -835,7 +835,7 @@ public int padawan_the_ring_01_handleBranch28(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -885,7 +885,7 @@ public int padawan_the_ring_01_handleBranch30(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -970,7 +970,7 @@ public int padawan_the_ring_01_handleBranch31(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1000,7 +1000,7 @@ public int padawan_the_ring_01_handleBranch32(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_01_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1017,7 +1017,7 @@ public int padawan_the_ring_01_handleBranch35(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/padawan_the_ring_02.java b/sku.0/sys.server/compiled/game/script/conversation/padawan_the_ring_02.java index fac1492359..4d59857dff 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/padawan_the_ring_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/padawan_the_ring_02.java @@ -118,7 +118,7 @@ public int padawan_the_ring_02_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_02_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int padawan_the_ring_02_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_02_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int padawan_the_ring_02_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_02_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int padawan_the_ring_02_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_02_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int padawan_the_ring_02_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_02_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int padawan_the_ring_02_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_02_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -385,7 +385,7 @@ public int padawan_the_ring_02_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int padawan_the_ring_02_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int padawan_the_ring_02_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_general_1.java b/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_general_1.java index e39994c68f..0542433150 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_general_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_general_1.java @@ -183,7 +183,7 @@ public int poi_tatooine_general_1_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int poi_tatooine_general_1_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int poi_tatooine_general_1_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int poi_tatooine_general_1_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -246,7 +246,7 @@ public int poi_tatooine_general_1_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int poi_tatooine_general_1_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -278,7 +278,7 @@ public int poi_tatooine_general_1_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int poi_tatooine_general_1_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int poi_tatooine_general_1_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int poi_tatooine_general_1_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -455,7 +455,7 @@ public int poi_tatooine_general_1_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -470,7 +470,7 @@ public int poi_tatooine_general_1_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -520,7 +520,7 @@ public int poi_tatooine_general_1_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -581,7 +581,7 @@ public int poi_tatooine_general_1_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -632,7 +632,7 @@ public int poi_tatooine_general_1_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -647,7 +647,7 @@ public int poi_tatooine_general_1_handleBranch28(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -697,7 +697,7 @@ public int poi_tatooine_general_1_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -736,7 +736,7 @@ public int poi_tatooine_general_1_handleBranch33(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -786,7 +786,7 @@ public int poi_tatooine_general_1_handleBranch34(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -837,7 +837,7 @@ public int poi_tatooine_general_1_handleBranch35(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_1_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -852,7 +852,7 @@ public int poi_tatooine_general_1_handleBranch36(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_general_2.java b/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_general_2.java index e460679d04..5830fdbedf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_general_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_general_2.java @@ -159,7 +159,7 @@ public int poi_tatooine_general_2_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int poi_tatooine_general_2_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int poi_tatooine_general_2_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int poi_tatooine_general_2_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int poi_tatooine_general_2_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int poi_tatooine_general_2_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int poi_tatooine_general_2_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -304,7 +304,7 @@ public int poi_tatooine_general_2_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int poi_tatooine_general_2_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int poi_tatooine_general_2_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -442,7 +442,7 @@ public int poi_tatooine_general_2_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -469,7 +469,7 @@ public int poi_tatooine_general_2_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -508,7 +508,7 @@ public int poi_tatooine_general_2_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int poi_tatooine_general_2_handleBranch28(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -597,7 +597,7 @@ public int poi_tatooine_general_2_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_general_2_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -624,7 +624,7 @@ public int poi_tatooine_general_2_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_privateer.java b/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_privateer.java index e3d4a6c58b..e0e94f6db4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_privateer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/poi_tatooine_privateer.java @@ -182,7 +182,7 @@ public int poi_tatooine_privateer_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int poi_tatooine_privateer_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int poi_tatooine_privateer_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int poi_tatooine_privateer_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int poi_tatooine_privateer_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int poi_tatooine_privateer_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int poi_tatooine_privateer_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -363,7 +363,7 @@ public int poi_tatooine_privateer_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int poi_tatooine_privateer_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -418,7 +418,7 @@ public int poi_tatooine_privateer_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -434,7 +434,7 @@ public int poi_tatooine_privateer_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -473,7 +473,7 @@ public int poi_tatooine_privateer_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -488,7 +488,7 @@ public int poi_tatooine_privateer_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int poi_tatooine_privateer_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -599,7 +599,7 @@ public int poi_tatooine_privateer_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -626,7 +626,7 @@ public int poi_tatooine_privateer_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -676,7 +676,7 @@ public int poi_tatooine_privateer_handleBranch31(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -737,7 +737,7 @@ public int poi_tatooine_privateer_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -764,7 +764,7 @@ public int poi_tatooine_privateer_handleBranch33(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -825,7 +825,7 @@ public int poi_tatooine_privateer_handleBranch37(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int poi_tatooine_privateer_handleBranch38(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -891,7 +891,7 @@ public int poi_tatooine_privateer_handleBranch39(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int poi_tatooine_privateer_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -906,7 +906,7 @@ public int poi_tatooine_privateer_handleBranch43(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/porcellus.java b/sku.0/sys.server/compiled/game/script/conversation/porcellus.java index df57e9cfbe..b07df2e2cf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/porcellus.java +++ b/sku.0/sys.server/compiled/game/script/conversation/porcellus.java @@ -123,7 +123,7 @@ public int porcellus_handleBranch2(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int porcellus_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int porcellus_handleBranch10(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int porcellus_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int porcellus_handleBranch13(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int porcellus_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int porcellus_handleBranch14(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prisoner_pirate_cave.java b/sku.0/sys.server/compiled/game/script/conversation/prisoner_pirate_cave.java index 9c8238938c..57cb3b4f20 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prisoner_pirate_cave.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prisoner_pirate_cave.java @@ -87,7 +87,7 @@ public int prisoner_pirate_cave_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prisoner_pirate_cave_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -102,7 +102,7 @@ public int prisoner_pirate_cave_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final string_id SID_TOO_FAR = new string_id("spam", "too_far_from_prisoner"); public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/privateer_broker.java b/sku.0/sys.server/compiled/game/script/conversation/privateer_broker.java index 6315809cc5..888338b1d6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/privateer_broker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/privateer_broker.java @@ -121,7 +121,7 @@ public int privateer_broker_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ public int privateer_broker_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int privateer_broker_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int privateer_broker_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -328,7 +328,7 @@ public int privateer_broker_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -498,7 +498,7 @@ public int privateer_broker_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -668,7 +668,7 @@ public int privateer_broker_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -838,7 +838,7 @@ public int privateer_broker_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -938,7 +938,7 @@ public int privateer_broker_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1049,7 +1049,7 @@ public int privateer_broker_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1220,7 +1220,7 @@ public int privateer_broker_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1417,7 +1417,7 @@ public int privateer_broker_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1517,7 +1517,7 @@ public int privateer_broker_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1581,7 +1581,7 @@ public int privateer_broker_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1646,7 +1646,7 @@ public int privateer_broker_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1710,7 +1710,7 @@ public int privateer_broker_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1831,7 +1831,7 @@ public int privateer_broker_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1952,7 +1952,7 @@ public int privateer_broker_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2144,7 +2144,7 @@ public int privateer_broker_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2263,7 +2263,7 @@ public int privateer_broker_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2347,7 +2347,7 @@ public int privateer_broker_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2539,7 +2539,7 @@ public int privateer_broker_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2660,7 +2660,7 @@ public int privateer_broker_handleBranch33(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2745,7 +2745,7 @@ public int privateer_broker_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2937,7 +2937,7 @@ public int privateer_broker_handleBranch36(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3056,7 +3056,7 @@ public int privateer_broker_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3140,7 +3140,7 @@ public int privateer_broker_handleBranch38(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3332,7 +3332,7 @@ public int privateer_broker_handleBranch40(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3451,7 +3451,7 @@ public int privateer_broker_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3535,7 +3535,7 @@ public int privateer_broker_handleBranch42(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3727,7 +3727,7 @@ public int privateer_broker_handleBranch44(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/privateer_broker_fired_worker.java b/sku.0/sys.server/compiled/game/script/conversation/privateer_broker_fired_worker.java index 22113f0c49..e06f84da11 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/privateer_broker_fired_worker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/privateer_broker_fired_worker.java @@ -40,7 +40,7 @@ public int privateer_broker_fired_worker_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/privateer_broker_retired_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/privateer_broker_retired_pilot.java index d32171878d..828a7eac89 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/privateer_broker_retired_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/privateer_broker_retired_pilot.java @@ -190,7 +190,7 @@ public int privateer_broker_retired_pilot_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int privateer_broker_retired_pilot_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int privateer_broker_retired_pilot_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int privateer_broker_retired_pilot_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int privateer_broker_retired_pilot_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -463,7 +463,7 @@ public int privateer_broker_retired_pilot_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -559,7 +559,7 @@ public int privateer_broker_retired_pilot_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -585,7 +585,7 @@ public int privateer_broker_retired_pilot_handleBranch14(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -646,7 +646,7 @@ public int privateer_broker_retired_pilot_handleBranch17(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -742,7 +742,7 @@ public int privateer_broker_retired_pilot_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -827,7 +827,7 @@ public int privateer_broker_retired_pilot_handleBranch20(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -854,7 +854,7 @@ public int privateer_broker_retired_pilot_handleBranch21(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -870,7 +870,7 @@ public int privateer_broker_retired_pilot_handleBranch24(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -931,7 +931,7 @@ public int privateer_broker_retired_pilot_handleBranch26(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1016,7 +1016,7 @@ public int privateer_broker_retired_pilot_handleBranch28(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1043,7 +1043,7 @@ public int privateer_broker_retired_pilot_handleBranch29(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1059,7 +1059,7 @@ public int privateer_broker_retired_pilot_handleBranch32(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1145,7 +1145,7 @@ public int privateer_broker_retired_pilot_handleBranch34(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int privateer_broker_retired_pilot_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1173,7 +1173,7 @@ public int privateer_broker_retired_pilot_handleBranch36(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_commando_21_galuf.java b/sku.0/sys.server/compiled/game/script/conversation/prof_commando_21_galuf.java index d53a411a2b..d729593c6e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_commando_21_galuf.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_commando_21_galuf.java @@ -58,7 +58,7 @@ public int prof_commando_21_galuf_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_commando_mao.java b/sku.0/sys.server/compiled/game/script/conversation/prof_commando_mao.java index 945891f561..98fd306859 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_commando_mao.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_commando_mao.java @@ -62,7 +62,7 @@ public int prof_commando_mao_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_commando_mao_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -100,7 +100,7 @@ public int prof_commando_mao_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_commando_mao_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -138,7 +138,7 @@ public int prof_commando_mao_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_commando_mao_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int prof_commando_mao_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_force_sensitive_main.java b/sku.0/sys.server/compiled/game/script/conversation/prof_force_sensitive_main.java index 5693b32d36..afbd352104 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_force_sensitive_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_force_sensitive_main.java @@ -58,7 +58,7 @@ public int prof_force_sensitive_main_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_force_sensitive_main_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -86,7 +86,7 @@ public int prof_force_sensitive_main_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_first.java b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_first.java index 2efab02bb0..07a9518464 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_first.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_first.java @@ -70,7 +70,7 @@ public int prof_medic_11_first_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_11_first_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int prof_medic_11_first_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_11_first_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int prof_medic_11_first_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_reward.java b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_reward.java index bb668ded44..e239f9f4ed 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_reward.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_reward.java @@ -46,7 +46,7 @@ public int prof_medic_11_reward_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_second.java b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_second.java index 7a8541ca31..437dd73234 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_second.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_second.java @@ -68,7 +68,7 @@ public int prof_medic_11_second_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_11_second_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -107,7 +107,7 @@ public int prof_medic_11_second_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_11_second_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int prof_medic_11_second_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_third.java b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_third.java index 145e11848d..8e68d59d6f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_third.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_11_third.java @@ -42,7 +42,7 @@ public int prof_medic_11_third_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_jowres.java b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_jowres.java index ea03e3cf0f..49d661c647 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_jowres.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_jowres.java @@ -68,7 +68,7 @@ public int prof_medic_21_jowres_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_jowres_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int prof_medic_21_jowres_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_jowres_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int prof_medic_21_jowres_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_larence.java b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_larence.java index b9e6e46a9d..aeacc4a519 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_larence.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_larence.java @@ -80,7 +80,7 @@ public int prof_medic_21_larence_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_larence_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int prof_medic_21_larence_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_larence_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -133,7 +133,7 @@ public int prof_medic_21_larence_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_larence_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int prof_medic_21_larence_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_mia.java b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_mia.java index 657ed52875..94e0297d65 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_mia.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_medic_21_mia.java @@ -82,7 +82,7 @@ public int prof_medic_21_mia_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_mia_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -97,7 +97,7 @@ public int prof_medic_21_mia_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_mia_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int prof_medic_21_mia_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_mia_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -173,7 +173,7 @@ public int prof_medic_21_mia_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_mia_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -213,7 +213,7 @@ public int prof_medic_21_mia_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_medic_21_mia_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int prof_medic_21_mia_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_officer_11.java b/sku.0/sys.server/compiled/game/script/conversation/prof_officer_11.java index 0319a1fc41..f14b42a415 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_officer_11.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_officer_11.java @@ -145,7 +145,7 @@ public int prof_officer_11_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_officer_11_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int prof_officer_11_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_officer_11_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int prof_officer_11_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_officer_11_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int prof_officer_11_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_officer_21.java b/sku.0/sys.server/compiled/game/script/conversation/prof_officer_21.java index c9d29534dd..91c68ec636 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_officer_21.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_officer_21.java @@ -145,7 +145,7 @@ public int prof_officer_21_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_officer_21_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int prof_officer_21_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_officer_21_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int prof_officer_21_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_officer_21_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int prof_officer_21_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_spy_11_kaesii.java b/sku.0/sys.server/compiled/game/script/conversation/prof_spy_11_kaesii.java index b1ccba6ffb..66a75bea97 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_spy_11_kaesii.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_spy_11_kaesii.java @@ -100,7 +100,7 @@ public int prof_spy_11_kaesii_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -138,7 +138,7 @@ public int prof_spy_11_kaesii_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int prof_spy_11_kaesii_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int prof_spy_11_kaesii_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int prof_spy_11_kaesii_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int prof_spy_11_kaesii_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int prof_spy_11_kaesii_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int prof_spy_11_kaesii_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -368,7 +368,7 @@ public int prof_spy_11_kaesii_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int prof_spy_11_kaesii_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int prof_spy_11_kaesii_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -583,7 +583,7 @@ public int prof_spy_11_kaesii_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -598,7 +598,7 @@ public int prof_spy_11_kaesii_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -646,7 +646,7 @@ public int prof_spy_11_kaesii_handleBranch17(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -661,7 +661,7 @@ public int prof_spy_11_kaesii_handleBranch18(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -699,7 +699,7 @@ public int prof_spy_11_kaesii_handleBranch21(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -737,7 +737,7 @@ public int prof_spy_11_kaesii_handleBranch22(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -775,7 +775,7 @@ public int prof_spy_11_kaesii_handleBranch23(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -790,7 +790,7 @@ public int prof_spy_11_kaesii_handleBranch24(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -839,7 +839,7 @@ public int prof_spy_11_kaesii_handleBranch25(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -887,7 +887,7 @@ public int prof_spy_11_kaesii_handleBranch26(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -925,7 +925,7 @@ public int prof_spy_11_kaesii_handleBranch27(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -963,7 +963,7 @@ public int prof_spy_11_kaesii_handleBranch28(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_11_kaesii_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -977,7 +977,7 @@ public int prof_spy_11_kaesii_handleBranch29(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_spy_21_eyan.java b/sku.0/sys.server/compiled/game/script/conversation/prof_spy_21_eyan.java index 889b9a44e0..d3cded088e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_spy_21_eyan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_spy_21_eyan.java @@ -76,7 +76,7 @@ public int prof_spy_21_eyan_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_eyan_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -90,7 +90,7 @@ public int prof_spy_21_eyan_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_eyan_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int prof_spy_21_eyan_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_eyan_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int prof_spy_21_eyan_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_eyan_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int prof_spy_21_eyan_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_eyan_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int prof_spy_21_eyan_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_eyan_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int prof_spy_21_eyan_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_eyan_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int prof_spy_21_eyan_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_eyan_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int prof_spy_21_eyan_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_eyan_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -372,7 +372,7 @@ public int prof_spy_21_eyan_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/prof_spy_21_sarlis.java b/sku.0/sys.server/compiled/game/script/conversation/prof_spy_21_sarlis.java index d245763f2b..63d0dcf5d2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/prof_spy_21_sarlis.java +++ b/sku.0/sys.server/compiled/game/script/conversation/prof_spy_21_sarlis.java @@ -68,7 +68,7 @@ public int prof_spy_21_sarlis_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_sarlis_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int prof_spy_21_sarlis_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_sarlis_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int prof_spy_21_sarlis_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_sarlis_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int prof_spy_21_sarlis_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_sarlis_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int prof_spy_21_sarlis_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_sarlis_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int prof_spy_21_sarlis_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_sarlis_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int prof_spy_21_sarlis_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int prof_spy_21_sarlis_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -332,7 +332,7 @@ public int prof_spy_21_sarlis_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/pvp_station_imperial.java b/sku.0/sys.server/compiled/game/script/conversation/pvp_station_imperial.java index c3c42f031c..ae0b6fa78f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/pvp_station_imperial.java +++ b/sku.0/sys.server/compiled/game/script/conversation/pvp_station_imperial.java @@ -137,7 +137,7 @@ public int pvp_station_imperial_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int pvp_station_imperial_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int pvp_station_imperial_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int pvp_station_imperial_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int pvp_station_imperial_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int pvp_station_imperial_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int pvp_station_imperial_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/pvp_station_rebel.java b/sku.0/sys.server/compiled/game/script/conversation/pvp_station_rebel.java index 5254cc74e7..f4552f1920 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/pvp_station_rebel.java +++ b/sku.0/sys.server/compiled/game/script/conversation/pvp_station_rebel.java @@ -86,7 +86,7 @@ public int pvp_station_rebel_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int pvp_station_rebel_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int pvp_station_rebel_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int pvp_station_rebel_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int pvp_station_rebel_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int pvp_station_rebel_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int pvp_station_rebel_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int pvp_station_rebel_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int pvp_station_rebel_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_crowd_pleaser_manager.java b/sku.0/sys.server/compiled/game/script/conversation/quest_crowd_pleaser_manager.java index 923c17735f..6c89d83808 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_crowd_pleaser_manager.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_crowd_pleaser_manager.java @@ -793,7 +793,7 @@ public int quest_crowd_pleaser_manager_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -825,7 +825,7 @@ public int quest_crowd_pleaser_manager_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -884,7 +884,7 @@ public int quest_crowd_pleaser_manager_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -916,7 +916,7 @@ public int quest_crowd_pleaser_manager_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1020,7 +1020,7 @@ public int quest_crowd_pleaser_manager_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1079,7 +1079,7 @@ public int quest_crowd_pleaser_manager_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1104,7 +1104,7 @@ public int quest_crowd_pleaser_manager_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1163,7 +1163,7 @@ public int quest_crowd_pleaser_manager_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1222,7 +1222,7 @@ public int quest_crowd_pleaser_manager_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1254,7 +1254,7 @@ public int quest_crowd_pleaser_manager_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1268,7 +1268,7 @@ public int quest_crowd_pleaser_manager_handleBranch35(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1327,7 +1327,7 @@ public int quest_crowd_pleaser_manager_handleBranch38(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1386,7 +1386,7 @@ public int quest_crowd_pleaser_manager_handleBranch39(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1411,7 +1411,7 @@ public int quest_crowd_pleaser_manager_handleBranch40(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1488,7 +1488,7 @@ public int quest_crowd_pleaser_manager_handleBranch46(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1520,7 +1520,7 @@ public int quest_crowd_pleaser_manager_handleBranch49(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1579,7 +1579,7 @@ public int quest_crowd_pleaser_manager_handleBranch54(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1638,7 +1638,7 @@ public int quest_crowd_pleaser_manager_handleBranch55(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1697,7 +1697,7 @@ public int quest_crowd_pleaser_manager_handleBranch56(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1722,7 +1722,7 @@ public int quest_crowd_pleaser_manager_handleBranch57(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1792,7 +1792,7 @@ public int quest_crowd_pleaser_manager_handleBranch64(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1858,7 +1858,7 @@ public int quest_crowd_pleaser_manager_handleBranch65(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1966,7 +1966,7 @@ public int quest_crowd_pleaser_manager_handleBranch74(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2025,7 +2025,7 @@ public int quest_crowd_pleaser_manager_handleBranch75(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2050,7 +2050,7 @@ public int quest_crowd_pleaser_manager_handleBranch76(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2109,7 +2109,7 @@ public int quest_crowd_pleaser_manager_handleBranch80(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2179,7 +2179,7 @@ public int quest_crowd_pleaser_manager_handleBranch83(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2283,7 +2283,7 @@ public int quest_crowd_pleaser_manager_handleBranch84(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2308,7 +2308,7 @@ public int quest_crowd_pleaser_manager_handleBranch85(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_crowd_pleaser_manager_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2367,7 +2367,7 @@ public int quest_crowd_pleaser_manager_handleBranch88(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static final String MUSIC_COMMAND = "startMusic+"; public static final String DANCE_COMMAND = "startDance+"; diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_bounty_hunter.java b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_bounty_hunter.java index 4736653ee7..a64a12cb56 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_bounty_hunter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_bounty_hunter.java @@ -148,7 +148,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch4(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch7(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch8(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch9(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -596,7 +596,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch10(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -703,7 +703,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch11(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -764,7 +764,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch12(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -825,7 +825,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch13(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -886,7 +886,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch14(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -913,7 +913,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch15(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -974,7 +974,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch21(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1081,7 +1081,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch24(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_bounty_hunter_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1199,7 +1199,7 @@ public int quest_hero_of_tatooine_bounty_hunter_handleBranch28(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_farmer.java b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_farmer.java index fd4281f717..dd005871ee 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_farmer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_farmer.java @@ -181,7 +181,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -682,7 +682,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -808,7 +808,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -934,7 +934,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1060,7 +1060,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1186,7 +1186,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1312,7 +1312,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1429,7 +1429,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1499,7 +1499,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch18(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1581,7 +1581,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1707,7 +1707,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch22(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1833,7 +1833,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch23(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_farmer_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1914,7 +1914,7 @@ public int quest_hero_of_tatooine_farmer_handleBranch24(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_hermit.java b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_hermit.java index d99d780695..9a4ed0dae5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_hermit.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_hermit.java @@ -302,7 +302,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -316,7 +316,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -531,7 +531,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch7(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -585,7 +585,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -683,7 +683,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -833,7 +833,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -997,7 +997,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1079,7 +1079,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1161,7 +1161,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1345,7 +1345,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1438,7 +1438,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch21(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1531,7 +1531,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch22(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1624,7 +1624,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch23(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1717,7 +1717,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch24(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1810,7 +1810,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch25(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1848,7 +1848,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch28(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1886,7 +1886,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch29(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1924,7 +1924,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch30(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1973,7 +1973,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch31(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2021,7 +2021,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch32(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2059,7 +2059,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch33(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2097,7 +2097,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch34(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2135,7 +2135,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch35(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2173,7 +2173,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch36(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2211,7 +2211,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch37(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_hermit_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2226,7 +2226,7 @@ public int quest_hero_of_tatooine_hermit_handleBranch38(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_mother.java b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_mother.java index 5182745910..063ec71ae9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_mother.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_mother.java @@ -88,7 +88,7 @@ public int quest_hero_of_tatooine_mother_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_mother_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -185,7 +185,7 @@ public int quest_hero_of_tatooine_mother_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_mother_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int quest_hero_of_tatooine_mother_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_mother_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int quest_hero_of_tatooine_mother_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_pirate_leader.java b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_pirate_leader.java index fdcf0357a2..a1c2257d19 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_pirate_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_pirate_leader.java @@ -111,7 +111,7 @@ public int quest_hero_of_tatooine_pirate_leader_handleBranch1(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_pirate_leader_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int quest_hero_of_tatooine_pirate_leader_handleBranch2(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_pirate_leader_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int quest_hero_of_tatooine_pirate_leader_handleBranch3(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_wife.java b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_wife.java index 5e9a35de78..88cad18a0e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_wife.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_hero_of_tatooine_wife.java @@ -168,7 +168,7 @@ public int quest_hero_of_tatooine_wife_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_wife_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ public int quest_hero_of_tatooine_wife_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_wife_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int quest_hero_of_tatooine_wife_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_wife_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int quest_hero_of_tatooine_wife_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_wife_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int quest_hero_of_tatooine_wife_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_hero_of_tatooine_wife_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -353,7 +353,7 @@ public int quest_hero_of_tatooine_wife_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_bossk.java b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_bossk.java index f16e3bd354..1522800763 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_bossk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_bossk.java @@ -57,7 +57,7 @@ public int quest_u10_bossk_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_bossk_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ public int quest_u10_bossk_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_bossk_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -111,7 +111,7 @@ public int quest_u10_bossk_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_bossk_henchman.java b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_bossk_henchman.java index 58c6389320..5b4502fb13 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_bossk_henchman.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_bossk_henchman.java @@ -76,7 +76,7 @@ public int quest_u10_bossk_henchman_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_c3p0.java b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_c3p0.java index c0d6ba79f5..a411e709fc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_c3p0.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_c3p0.java @@ -59,7 +59,7 @@ public int quest_u10_c3p0_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_draykken_bender.java b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_draykken_bender.java index 3b63d05a06..5a582d97cb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_draykken_bender.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_draykken_bender.java @@ -57,7 +57,7 @@ public int quest_u10_draykken_bender_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_draykken_bender_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -72,7 +72,7 @@ public int quest_u10_draykken_bender_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_hraykken_bender.java b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_hraykken_bender.java index 2455cc1593..2d7cf8837c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_hraykken_bender.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_hraykken_bender.java @@ -51,7 +51,7 @@ public int quest_u10_hraykken_bender_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_lucien_bender.java b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_lucien_bender.java index 911b638693..1f4bbddf1c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_lucien_bender.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_lucien_bender.java @@ -79,7 +79,7 @@ public int quest_u10_lucien_bender_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_lucien_bender_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int quest_u10_lucien_bender_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_lucien_bender_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int quest_u10_lucien_bender_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_meatlump_lt.java b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_meatlump_lt.java index 8da491ae8b..5ae7d4bb3e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/quest_u10_meatlump_lt.java +++ b/sku.0/sys.server/compiled/game/script/conversation/quest_u10_meatlump_lt.java @@ -65,7 +65,7 @@ public int quest_u10_meatlump_lt_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_meatlump_lt_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int quest_u10_meatlump_lt_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_meatlump_lt_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int quest_u10_meatlump_lt_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_meatlump_lt_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int quest_u10_meatlump_lt_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_meatlump_lt_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int quest_u10_meatlump_lt_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_meatlump_lt_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int quest_u10_meatlump_lt_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int quest_u10_meatlump_lt_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -291,7 +291,7 @@ public int quest_u10_meatlump_lt_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/radio_delivery_deathtrooper_conversation.java b/sku.0/sys.server/compiled/game/script/conversation/radio_delivery_deathtrooper_conversation.java index 47aa6f9c21..9efe97983b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/radio_delivery_deathtrooper_conversation.java +++ b/sku.0/sys.server/compiled/game/script/conversation/radio_delivery_deathtrooper_conversation.java @@ -121,7 +121,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch1(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch5(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -185,7 +185,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch8(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch9(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch10(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -276,7 +276,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch13(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch14(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch15(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -367,7 +367,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch16(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -405,7 +405,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch20(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -443,7 +443,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch21(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch22(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -519,7 +519,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch23(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -557,7 +557,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch24(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch25(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -633,7 +633,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch26(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int radio_delivery_deathtrooper_conversation_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -648,7 +648,7 @@ public int radio_delivery_deathtrooper_conversation_handleBranch27(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ran_machado.java b/sku.0/sys.server/compiled/game/script/conversation/ran_machado.java index 18cba1601b..86ac790412 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ran_machado.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ran_machado.java @@ -74,7 +74,7 @@ public int ran_machado_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ran_machado_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -94,7 +94,7 @@ public int ran_machado_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ran_machado_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -133,7 +133,7 @@ public int ran_machado_handleBranch7(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ran_machado_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int ran_machado_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ran_machado_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int ran_machado_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ran_machado_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int ran_machado_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rancor_boss_fight_controller.java b/sku.0/sys.server/compiled/game/script/conversation/rancor_boss_fight_controller.java index 2daa503b56..c8a5b627f0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rancor_boss_fight_controller.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rancor_boss_fight_controller.java @@ -88,7 +88,7 @@ public int rancor_boss_fight_controller_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rancor_boss_fight_controller_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -137,7 +137,7 @@ public int rancor_boss_fight_controller_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rancor_boss_fight_controller_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int rancor_boss_fight_controller_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rancor_boss_fight_controller_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -166,7 +166,7 @@ public int rancor_boss_fight_controller_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rancor_boss_fight_controller_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int rancor_boss_fight_controller_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rancor_boss_fight_controller_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int rancor_boss_fight_controller_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rancor_boss_fight_controller_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int rancor_boss_fight_controller_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_broker.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_broker.java index 9854cda10a..bc525fedb3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_broker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_broker.java @@ -121,7 +121,7 @@ public int rebel_broker_handleBranch2(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -183,7 +183,7 @@ public int rebel_broker_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int rebel_broker_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int rebel_broker_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int rebel_broker_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -400,7 +400,7 @@ public int rebel_broker_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int rebel_broker_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -479,7 +479,7 @@ public int rebel_broker_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -531,7 +531,7 @@ public int rebel_broker_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int rebel_broker_handleBranch19(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -738,7 +738,7 @@ public int rebel_broker_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -813,7 +813,7 @@ public int rebel_broker_handleBranch21(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -958,7 +958,7 @@ public int rebel_broker_handleBranch23(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1033,7 +1033,7 @@ public int rebel_broker_handleBranch24(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1178,7 +1178,7 @@ public int rebel_broker_handleBranch26(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1253,7 +1253,7 @@ public int rebel_broker_handleBranch27(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_broker_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1398,7 +1398,7 @@ public int rebel_broker_handleBranch29(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_defensive_supply_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_defensive_supply_terminal.java index fb6bb3d070..f7b10f6aca 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_defensive_supply_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_defensive_supply_terminal.java @@ -396,7 +396,7 @@ public int rebel_defensive_supply_terminal_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -668,7 +668,7 @@ public int rebel_defensive_supply_terminal_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -862,7 +862,7 @@ public int rebel_defensive_supply_terminal_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -955,7 +955,7 @@ public int rebel_defensive_supply_terminal_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1048,7 +1048,7 @@ public int rebel_defensive_supply_terminal_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1141,7 +1141,7 @@ public int rebel_defensive_supply_terminal_handleBranch9(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1234,7 +1234,7 @@ public int rebel_defensive_supply_terminal_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1507,7 +1507,7 @@ public int rebel_defensive_supply_terminal_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1628,7 +1628,7 @@ public int rebel_defensive_supply_terminal_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1748,7 +1748,7 @@ public int rebel_defensive_supply_terminal_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1869,7 +1869,7 @@ public int rebel_defensive_supply_terminal_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1989,7 +1989,7 @@ public int rebel_defensive_supply_terminal_handleBranch18(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2110,7 +2110,7 @@ public int rebel_defensive_supply_terminal_handleBranch19(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2230,7 +2230,7 @@ public int rebel_defensive_supply_terminal_handleBranch20(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2245,7 +2245,7 @@ public int rebel_defensive_supply_terminal_handleBranch22(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2271,7 +2271,7 @@ public int rebel_defensive_supply_terminal_handleBranch28(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_defensive_supply_terminal_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2401,7 +2401,7 @@ public int rebel_defensive_supply_terminal_handleBranch32(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_general.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_general.java index c59c671e2f..955c7d7eaa 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_general.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_general.java @@ -443,7 +443,7 @@ public int rebel_general_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_general_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -488,7 +488,7 @@ public int rebel_general_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_general_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int rebel_general_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_general_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -588,7 +588,7 @@ public int rebel_general_handleBranch4(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_general_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -821,7 +821,7 @@ public int rebel_general_handleBranch11(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_general_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1033,7 +1033,7 @@ public int rebel_general_handleBranch38(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_life_day_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_life_day_vendor.java index 7d2c092f8d..7cca4ac6c5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_life_day_vendor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_life_day_vendor.java @@ -253,7 +253,7 @@ public int rebel_life_day_vendor_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_life_day_vendor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int rebel_life_day_vendor_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_life_day_vendor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int rebel_life_day_vendor_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_life_day_vendor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -486,7 +486,7 @@ public int rebel_life_day_vendor_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_life_day_vendor_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -570,7 +570,7 @@ public int rebel_life_day_vendor_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_life_day_vendor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -620,7 +620,7 @@ public int rebel_life_day_vendor_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trainer.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trainer.java index fd896df361..eb8537c32c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trainer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trainer.java @@ -398,7 +398,7 @@ public int rebel_master_trainer_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -480,7 +480,7 @@ public int rebel_master_trainer_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -520,7 +520,7 @@ public int rebel_master_trainer_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -539,7 +539,7 @@ public int rebel_master_trainer_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -579,7 +579,7 @@ public int rebel_master_trainer_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int rebel_master_trainer_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ public int rebel_master_trainer_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -705,7 +705,7 @@ public int rebel_master_trainer_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -721,7 +721,7 @@ public int rebel_master_trainer_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -761,7 +761,7 @@ public int rebel_master_trainer_handleBranch24(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -799,7 +799,7 @@ public int rebel_master_trainer_handleBranch25(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -814,7 +814,7 @@ public int rebel_master_trainer_handleBranch26(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -861,7 +861,7 @@ public int rebel_master_trainer_handleBranch28(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -900,7 +900,7 @@ public int rebel_master_trainer_handleBranch29(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -969,7 +969,7 @@ public int rebel_master_trainer_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1009,7 +1009,7 @@ public int rebel_master_trainer_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1027,7 +1027,7 @@ public int rebel_master_trainer_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1068,7 +1068,7 @@ public int rebel_master_trainer_handleBranch34(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int rebel_master_trainer_handleBranch35(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1127,7 +1127,7 @@ public int rebel_master_trainer_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1166,7 +1166,7 @@ public int rebel_master_trainer_handleBranch38(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1190,7 +1190,7 @@ public int rebel_master_trainer_handleBranch39(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1263,7 +1263,7 @@ public int rebel_master_trainer_handleBranch42(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1313,7 +1313,7 @@ public int rebel_master_trainer_handleBranch43(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1387,7 +1387,7 @@ public int rebel_master_trainer_handleBranch44(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1426,7 +1426,7 @@ public int rebel_master_trainer_handleBranch45(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1464,7 +1464,7 @@ public int rebel_master_trainer_handleBranch46(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1481,7 +1481,7 @@ public int rebel_master_trainer_handleBranch47(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1520,7 +1520,7 @@ public int rebel_master_trainer_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1570,7 +1570,7 @@ public int rebel_master_trainer_handleBranch50(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1656,7 +1656,7 @@ public int rebel_master_trainer_handleBranch51(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1729,7 +1729,7 @@ public int rebel_master_trainer_handleBranch52(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1779,7 +1779,7 @@ public int rebel_master_trainer_handleBranch53(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1833,7 +1833,7 @@ public int rebel_master_trainer_handleBranch54(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1872,7 +1872,7 @@ public int rebel_master_trainer_handleBranch55(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1921,7 +1921,7 @@ public int rebel_master_trainer_handleBranch56(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1995,7 +1995,7 @@ public int rebel_master_trainer_handleBranch57(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2034,7 +2034,7 @@ public int rebel_master_trainer_handleBranch58(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2073,7 +2073,7 @@ public int rebel_master_trainer_handleBranch59(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2112,7 +2112,7 @@ public int rebel_master_trainer_handleBranch60(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2128,7 +2128,7 @@ public int rebel_master_trainer_handleBranch61(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2167,7 +2167,7 @@ public int rebel_master_trainer_handleBranch63(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2217,7 +2217,7 @@ public int rebel_master_trainer_handleBranch65(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2267,7 +2267,7 @@ public int rebel_master_trainer_handleBranch66(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2352,7 +2352,7 @@ public int rebel_master_trainer_handleBranch67(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2436,7 +2436,7 @@ public int rebel_master_trainer_handleBranch68(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2510,7 +2510,7 @@ public int rebel_master_trainer_handleBranch69(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2549,7 +2549,7 @@ public int rebel_master_trainer_handleBranch70(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2588,7 +2588,7 @@ public int rebel_master_trainer_handleBranch71(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2638,7 +2638,7 @@ public int rebel_master_trainer_handleBranch72(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2691,7 +2691,7 @@ public int rebel_master_trainer_handleBranch73(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2731,7 +2731,7 @@ public int rebel_master_trainer_handleBranch74(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2746,7 +2746,7 @@ public int rebel_master_trainer_handleBranch75(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2785,7 +2785,7 @@ public int rebel_master_trainer_handleBranch78(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2834,7 +2834,7 @@ public int rebel_master_trainer_handleBranch79(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2884,7 +2884,7 @@ public int rebel_master_trainer_handleBranch80(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2957,7 +2957,7 @@ public int rebel_master_trainer_handleBranch81(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2996,7 +2996,7 @@ public int rebel_master_trainer_handleBranch82(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3035,7 +3035,7 @@ public int rebel_master_trainer_handleBranch83(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3074,7 +3074,7 @@ public int rebel_master_trainer_handleBranch84(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3124,7 +3124,7 @@ public int rebel_master_trainer_handleBranch85(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3179,7 +3179,7 @@ public int rebel_master_trainer_handleBranch86(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3219,7 +3219,7 @@ public int rebel_master_trainer_handleBranch87(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3234,7 +3234,7 @@ public int rebel_master_trainer_handleBranch88(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_master_trainer_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3273,7 +3273,7 @@ public int rebel_master_trainer_handleBranch91(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trooper.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trooper.java index ff620a09ec..0d16877ede 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trooper.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trooper.java @@ -72,7 +72,7 @@ public int rebel_master_trooper_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_offensive_supply_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_offensive_supply_terminal.java index 85a160e0c1..0cd75e6ee6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_offensive_supply_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_offensive_supply_terminal.java @@ -360,7 +360,7 @@ public int rebel_offensive_supply_terminal_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int rebel_offensive_supply_terminal_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -714,7 +714,7 @@ public int rebel_offensive_supply_terminal_handleBranch4(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -785,7 +785,7 @@ public int rebel_offensive_supply_terminal_handleBranch5(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -856,7 +856,7 @@ public int rebel_offensive_supply_terminal_handleBranch7(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1129,7 +1129,7 @@ public int rebel_offensive_supply_terminal_handleBranch10(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1250,7 +1250,7 @@ public int rebel_offensive_supply_terminal_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1370,7 +1370,7 @@ public int rebel_offensive_supply_terminal_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1491,7 +1491,7 @@ public int rebel_offensive_supply_terminal_handleBranch13(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1611,7 +1611,7 @@ public int rebel_offensive_supply_terminal_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1732,7 +1732,7 @@ public int rebel_offensive_supply_terminal_handleBranch15(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1852,7 +1852,7 @@ public int rebel_offensive_supply_terminal_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1867,7 +1867,7 @@ public int rebel_offensive_supply_terminal_handleBranch18(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1893,7 +1893,7 @@ public int rebel_offensive_supply_terminal_handleBranch24(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_offensive_supply_terminal_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2023,7 +2023,7 @@ public int rebel_offensive_supply_terminal_handleBranch28(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_pilot_rescue.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_pilot_rescue.java index 9075e90024..6e5060e912 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_pilot_rescue.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_pilot_rescue.java @@ -96,7 +96,7 @@ public int rebel_pilot_rescue_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_captain_derlin.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_captain_derlin.java index d1c1e2d231..c637ae3587 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_captain_derlin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_captain_derlin.java @@ -447,7 +447,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch2(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch3(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -696,7 +696,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch6(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -930,7 +930,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch7(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -968,7 +968,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch8(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1006,7 +1006,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch9(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1100,7 +1100,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch10(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1213,7 +1213,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch11(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1310,7 +1310,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch12(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1344,7 +1344,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch13(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1359,7 +1359,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch17(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1472,7 +1472,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch21(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1510,7 +1510,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch27(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1689,7 +1689,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch28(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1703,7 +1703,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch29(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1741,7 +1741,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch31(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1781,7 +1781,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch32(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1894,7 +1894,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch33(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1932,7 +1932,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch35(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2034,7 +2034,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch36(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2147,7 +2147,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch37(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2216,7 +2216,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch38(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2318,7 +2318,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch39(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2431,7 +2431,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch40(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2500,7 +2500,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch42(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2602,7 +2602,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch43(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2715,7 +2715,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch44(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2817,7 +2817,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch46(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2930,7 +2930,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch47(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2999,7 +2999,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch49(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3022,7 +3022,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch50(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3091,7 +3091,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch53(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3193,7 +3193,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch54(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3306,7 +3306,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch55(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3408,7 +3408,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch57(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_captain_derlin_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3521,7 +3521,7 @@ public int rebel_remembrance_day_captain_derlin_handleBranch58(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_rieekan.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_rieekan.java index 3647803373..e45a011b77 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_rieekan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_rieekan.java @@ -425,7 +425,7 @@ public int rebel_remembrance_day_rieekan_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -625,7 +625,7 @@ public int rebel_remembrance_day_rieekan_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1010,7 +1010,7 @@ public int rebel_remembrance_day_rieekan_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1395,7 +1395,7 @@ public int rebel_remembrance_day_rieekan_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1410,7 +1410,7 @@ public int rebel_remembrance_day_rieekan_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1429,7 +1429,7 @@ public int rebel_remembrance_day_rieekan_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1444,7 +1444,7 @@ public int rebel_remembrance_day_rieekan_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1463,7 +1463,7 @@ public int rebel_remembrance_day_rieekan_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1478,7 +1478,7 @@ public int rebel_remembrance_day_rieekan_handleBranch19(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1524,7 +1524,7 @@ public int rebel_remembrance_day_rieekan_handleBranch23(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1570,7 +1570,7 @@ public int rebel_remembrance_day_rieekan_handleBranch24(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1609,7 +1609,7 @@ public int rebel_remembrance_day_rieekan_handleBranch25(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1648,7 +1648,7 @@ public int rebel_remembrance_day_rieekan_handleBranch30(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1686,7 +1686,7 @@ public int rebel_remembrance_day_rieekan_handleBranch35(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1724,7 +1724,7 @@ public int rebel_remembrance_day_rieekan_handleBranch36(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1763,7 +1763,7 @@ public int rebel_remembrance_day_rieekan_handleBranch37(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1818,7 +1818,7 @@ public int rebel_remembrance_day_rieekan_handleBranch42(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1864,7 +1864,7 @@ public int rebel_remembrance_day_rieekan_handleBranch47(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1919,7 +1919,7 @@ public int rebel_remembrance_day_rieekan_handleBranch48(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2043,7 +2043,7 @@ public int rebel_remembrance_day_rieekan_handleBranch54(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2154,7 +2154,7 @@ public int rebel_remembrance_day_rieekan_handleBranch55(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2265,7 +2265,7 @@ public int rebel_remembrance_day_rieekan_handleBranch56(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2381,7 +2381,7 @@ public int rebel_remembrance_day_rieekan_handleBranch57(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2492,7 +2492,7 @@ public int rebel_remembrance_day_rieekan_handleBranch58(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2603,7 +2603,7 @@ public int rebel_remembrance_day_rieekan_handleBranch59(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2652,7 +2652,7 @@ public int rebel_remembrance_day_rieekan_handleBranch60(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2667,7 +2667,7 @@ public int rebel_remembrance_day_rieekan_handleBranch62(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2740,7 +2740,7 @@ public int rebel_remembrance_day_rieekan_handleBranch64(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_rieekan_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2779,7 +2779,7 @@ public int rebel_remembrance_day_rieekan_handleBranch65(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_wedge.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_wedge.java index 38df31633c..48f6cf2f84 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_wedge.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_wedge.java @@ -79,7 +79,7 @@ public int rebel_remembrance_day_wedge_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int rebel_remembrance_day_wedge_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int rebel_remembrance_day_wedge_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int rebel_remembrance_day_wedge_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int rebel_remembrance_day_wedge_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_wedge_antilles.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_wedge_antilles.java index 0165d9dc5f..1079e04fb0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_wedge_antilles.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_remembrance_day_wedge_antilles.java @@ -328,7 +328,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch3(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -536,7 +536,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch5(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -551,7 +551,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch6(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -590,7 +590,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch8(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch9(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -644,7 +644,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch10(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -659,7 +659,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch11(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -698,7 +698,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch12(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -713,7 +713,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch13(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -752,7 +752,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch14(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -767,7 +767,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch15(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -806,7 +806,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch16(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -821,7 +821,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch17(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -859,7 +859,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch19(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -898,7 +898,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch20(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -920,7 +920,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch21(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1116,7 +1116,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch23(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1168,7 +1168,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch24(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1214,7 +1214,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch26(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1252,7 +1252,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch27(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1304,7 +1304,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch28(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1356,7 +1356,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch30(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1394,7 +1394,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch31(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1432,7 +1432,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch32(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1492,7 +1492,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch33(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1581,7 +1581,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch34(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1601,7 +1601,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch35(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1621,7 +1621,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch36(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1660,7 +1660,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch39(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1699,7 +1699,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch40(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1737,7 +1737,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch41(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1775,7 +1775,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch42(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_remembrance_day_wedge_antilles_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1790,7 +1790,7 @@ public int rebel_remembrance_day_wedge_antilles_handleBranch43(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_title_grant.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_title_grant.java index b3d48d121e..d131ffb99b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_title_grant.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_title_grant.java @@ -134,7 +134,7 @@ public int rebel_title_grant_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_title_grant_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int rebel_title_grant_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_title_grant_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int rebel_title_grant_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rebel_title_grant_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int rebel_title_grant_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ree_yees.java b/sku.0/sys.server/compiled/game/script/conversation/ree_yees.java index 208c7b59c2..9faf3e10d5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ree_yees.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ree_yees.java @@ -153,7 +153,7 @@ public int ree_yees_handleBranch6(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ree_yees_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int ree_yees_handleBranch8(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ree_yees_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -240,7 +240,7 @@ public int ree_yees_handleBranch9(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ree_yees_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int ree_yees_handleBranch10(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/reelo_baruk.java b/sku.0/sys.server/compiled/game/script/conversation/reelo_baruk.java index 77bfade1fb..6b64f22cd5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/reelo_baruk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/reelo_baruk.java @@ -128,7 +128,7 @@ public int reelo_baruk_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int reelo_baruk_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int reelo_baruk_handleBranch7(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int reelo_baruk_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int reelo_baruk_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int reelo_baruk_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -261,7 +261,7 @@ public int reelo_baruk_handleBranch12(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int reelo_baruk_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int reelo_baruk_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int reelo_baruk_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int reelo_baruk_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int reelo_baruk_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int reelo_baruk_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/refugee_biologist.java b/sku.0/sys.server/compiled/game/script/conversation/refugee_biologist.java index a1a35740c4..487035892f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/refugee_biologist.java +++ b/sku.0/sys.server/compiled/game/script/conversation/refugee_biologist.java @@ -63,7 +63,7 @@ public int refugee_biologist_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int refugee_biologist_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -78,7 +78,7 @@ public int refugee_biologist_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/refugee_civilian.java b/sku.0/sys.server/compiled/game/script/conversation/refugee_civilian.java index e870169ec6..f25e2755fe 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/refugee_civilian.java +++ b/sku.0/sys.server/compiled/game/script/conversation/refugee_civilian.java @@ -33,7 +33,7 @@ public int refugee_civilian_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/refugee_stormtrooper.java b/sku.0/sys.server/compiled/game/script/conversation/refugee_stormtrooper.java index 15a15a6156..288a10e540 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/refugee_stormtrooper.java +++ b/sku.0/sys.server/compiled/game/script/conversation/refugee_stormtrooper.java @@ -56,7 +56,7 @@ public int refugee_stormtrooper_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int refugee_stormtrooper_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -94,7 +94,7 @@ public int refugee_stormtrooper_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int refugee_stormtrooper_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int refugee_stormtrooper_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rek_thelcar.java b/sku.0/sys.server/compiled/game/script/conversation/rek_thelcar.java index d8a5ccc95b..f18cac3fcf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rek_thelcar.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rek_thelcar.java @@ -244,7 +244,7 @@ public int rek_thelcar_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -261,7 +261,7 @@ public int rek_thelcar_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -276,7 +276,7 @@ public int rek_thelcar_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -327,7 +327,7 @@ public int rek_thelcar_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int rek_thelcar_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -416,7 +416,7 @@ public int rek_thelcar_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -445,7 +445,7 @@ public int rek_thelcar_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -484,7 +484,7 @@ public int rek_thelcar_handleBranch16(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int rek_thelcar_handleBranch17(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -515,7 +515,7 @@ public int rek_thelcar_handleBranch20(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -603,7 +603,7 @@ public int rek_thelcar_handleBranch22(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -642,7 +642,7 @@ public int rek_thelcar_handleBranch23(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -681,7 +681,7 @@ public int rek_thelcar_handleBranch24(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -731,7 +731,7 @@ public int rek_thelcar_handleBranch25(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -759,7 +759,7 @@ public int rek_thelcar_handleBranch26(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -798,7 +798,7 @@ public int rek_thelcar_handleBranch31(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ public int rek_thelcar_handleBranch32(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -830,7 +830,7 @@ public int rek_thelcar_handleBranch35(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -883,7 +883,7 @@ public int rek_thelcar_handleBranch37(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -922,7 +922,7 @@ public int rek_thelcar_handleBranch38(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -972,7 +972,7 @@ public int rek_thelcar_handleBranch39(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rek_thelcar_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1000,7 +1000,7 @@ public int rek_thelcar_handleBranch40(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/reset_ronnie.java b/sku.0/sys.server/compiled/game/script/conversation/reset_ronnie.java index 76ce5b7e0e..d5f25d882a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/reset_ronnie.java +++ b/sku.0/sys.server/compiled/game/script/conversation/reset_ronnie.java @@ -70,7 +70,7 @@ public int reset_ronnie_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/respecseller.java b/sku.0/sys.server/compiled/game/script/conversation/respecseller.java index 088400c1c4..075cf680ae 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/respecseller.java +++ b/sku.0/sys.server/compiled/game/script/conversation/respecseller.java @@ -512,7 +512,7 @@ public int respecseller_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int respecseller_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -537,7 +537,7 @@ public int respecseller_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int respecseller_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -562,7 +562,7 @@ public int respecseller_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int respecseller_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int respecseller_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int respecseller_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -612,7 +612,7 @@ public int respecseller_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int respecseller_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -650,7 +650,7 @@ public int respecseller_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int respecseller_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -767,7 +767,7 @@ public int respecseller_handleBranch19(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int respecseller_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -796,7 +796,7 @@ public int respecseller_handleBranch21(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int respecseller_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -836,7 +836,7 @@ public int respecseller_handleBranch24(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ambush_1.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ambush_1.java index 79d329a565..7a646d2c45 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ambush_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ambush_1.java @@ -183,7 +183,7 @@ public int restuss_imperial_ambush_1_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ambush_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int restuss_imperial_ambush_1_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ambush_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int restuss_imperial_ambush_1_handleBranch13(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ambush_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -353,7 +353,7 @@ public int restuss_imperial_ambush_1_handleBranch18(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_1.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_1.java index 18b1aa4cd2..c39c5c0722 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_1.java @@ -145,7 +145,7 @@ public int restuss_imperial_ground_destroy_1_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int restuss_imperial_ground_destroy_1_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int restuss_imperial_ground_destroy_1_handleBranch12(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_2.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_2.java index 3ffa374b03..a98528e1c1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_2.java @@ -138,7 +138,7 @@ public int restuss_imperial_ground_destroy_2_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int restuss_imperial_ground_destroy_2_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int restuss_imperial_ground_destroy_2_handleBranch10(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int restuss_imperial_ground_destroy_2_handleBranch12(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int restuss_imperial_ground_destroy_2_handleBranch16(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_3.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_3.java index b5bbf16207..d7077a04e4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_ground_destroy_3.java @@ -200,7 +200,7 @@ public int restuss_imperial_ground_destroy_3_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int restuss_imperial_ground_destroy_3_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_3_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -328,7 +328,7 @@ public int restuss_imperial_ground_destroy_3_handleBranch13(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -370,7 +370,7 @@ public int restuss_imperial_ground_destroy_3_handleBranch15(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_ground_destroy_3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -412,7 +412,7 @@ public int restuss_imperial_ground_destroy_3_handleBranch20(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_reward_npc.java index af9fa99292..3804be1f9d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_reward_npc.java @@ -517,7 +517,7 @@ public int restuss_imperial_reward_npc_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -754,7 +754,7 @@ public int restuss_imperial_reward_npc_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1552,7 +1552,7 @@ public int restuss_imperial_reward_npc_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1630,7 +1630,7 @@ public int restuss_imperial_reward_npc_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1867,7 +1867,7 @@ public int restuss_imperial_reward_npc_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2104,7 +2104,7 @@ public int restuss_imperial_reward_npc_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2182,7 +2182,7 @@ public int restuss_imperial_reward_npc_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2419,7 +2419,7 @@ public int restuss_imperial_reward_npc_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2656,7 +2656,7 @@ public int restuss_imperial_reward_npc_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2734,7 +2734,7 @@ public int restuss_imperial_reward_npc_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2971,7 +2971,7 @@ public int restuss_imperial_reward_npc_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3208,7 +3208,7 @@ public int restuss_imperial_reward_npc_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3286,7 +3286,7 @@ public int restuss_imperial_reward_npc_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3523,7 +3523,7 @@ public int restuss_imperial_reward_npc_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3760,7 +3760,7 @@ public int restuss_imperial_reward_npc_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3838,7 +3838,7 @@ public int restuss_imperial_reward_npc_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4075,7 +4075,7 @@ public int restuss_imperial_reward_npc_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4312,7 +4312,7 @@ public int restuss_imperial_reward_npc_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4390,7 +4390,7 @@ public int restuss_imperial_reward_npc_handleBranch31(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4468,7 +4468,7 @@ public int restuss_imperial_reward_npc_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4705,7 +4705,7 @@ public int restuss_imperial_reward_npc_handleBranch35(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4942,7 +4942,7 @@ public int restuss_imperial_reward_npc_handleBranch36(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5020,7 +5020,7 @@ public int restuss_imperial_reward_npc_handleBranch37(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5257,7 +5257,7 @@ public int restuss_imperial_reward_npc_handleBranch40(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5494,7 +5494,7 @@ public int restuss_imperial_reward_npc_handleBranch41(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5572,7 +5572,7 @@ public int restuss_imperial_reward_npc_handleBranch42(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5809,7 +5809,7 @@ public int restuss_imperial_reward_npc_handleBranch45(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6046,7 +6046,7 @@ public int restuss_imperial_reward_npc_handleBranch46(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6896,7 +6896,7 @@ public int restuss_imperial_reward_npc_handleBranch47(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6974,7 +6974,7 @@ public int restuss_imperial_reward_npc_handleBranch48(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7211,7 +7211,7 @@ public int restuss_imperial_reward_npc_handleBranch51(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7448,7 +7448,7 @@ public int restuss_imperial_reward_npc_handleBranch52(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7526,7 +7526,7 @@ public int restuss_imperial_reward_npc_handleBranch53(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7763,7 +7763,7 @@ public int restuss_imperial_reward_npc_handleBranch56(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8000,7 +8000,7 @@ public int restuss_imperial_reward_npc_handleBranch57(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8078,7 +8078,7 @@ public int restuss_imperial_reward_npc_handleBranch58(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8315,7 +8315,7 @@ public int restuss_imperial_reward_npc_handleBranch61(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8552,7 +8552,7 @@ public int restuss_imperial_reward_npc_handleBranch62(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8630,7 +8630,7 @@ public int restuss_imperial_reward_npc_handleBranch63(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8867,7 +8867,7 @@ public int restuss_imperial_reward_npc_handleBranch66(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9104,7 +9104,7 @@ public int restuss_imperial_reward_npc_handleBranch67(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9182,7 +9182,7 @@ public int restuss_imperial_reward_npc_handleBranch68(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9419,7 +9419,7 @@ public int restuss_imperial_reward_npc_handleBranch71(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9656,7 +9656,7 @@ public int restuss_imperial_reward_npc_handleBranch72(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9734,7 +9734,7 @@ public int restuss_imperial_reward_npc_handleBranch73(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9971,7 +9971,7 @@ public int restuss_imperial_reward_npc_handleBranch76(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10208,7 +10208,7 @@ public int restuss_imperial_reward_npc_handleBranch77(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10286,7 +10286,7 @@ public int restuss_imperial_reward_npc_handleBranch78(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10523,7 +10523,7 @@ public int restuss_imperial_reward_npc_handleBranch81(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10760,7 +10760,7 @@ public int restuss_imperial_reward_npc_handleBranch82(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10838,7 +10838,7 @@ public int restuss_imperial_reward_npc_handleBranch83(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11075,7 +11075,7 @@ public int restuss_imperial_reward_npc_handleBranch86(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11312,7 +11312,7 @@ public int restuss_imperial_reward_npc_handleBranch87(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11390,7 +11390,7 @@ public int restuss_imperial_reward_npc_handleBranch88(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11627,7 +11627,7 @@ public int restuss_imperial_reward_npc_handleBranch91(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11864,7 +11864,7 @@ public int restuss_imperial_reward_npc_handleBranch92(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11925,7 +11925,7 @@ public int restuss_imperial_reward_npc_handleBranch93(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_reward_npc_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11961,7 +11961,7 @@ public int restuss_imperial_reward_npc_handleBranch94(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_space_destroy.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_space_destroy.java index 09794feeaa..22bbd2e33f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_space_destroy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_space_destroy.java @@ -163,7 +163,7 @@ public int restuss_imperial_space_destroy_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_space_destroy_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int restuss_imperial_space_destroy_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_space_destroy_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int restuss_imperial_space_destroy_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_space_destroy_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int restuss_imperial_space_destroy_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_space_destroy_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int restuss_imperial_space_destroy_handleBranch14(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_space_mining.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_space_mining.java index a63a213ec2..31a8bef40f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_space_mining.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_space_mining.java @@ -255,7 +255,7 @@ public int restuss_imperial_space_mining_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_space_mining_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -285,7 +285,7 @@ public int restuss_imperial_space_mining_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_space_mining_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int restuss_imperial_space_mining_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_weapon_crafting.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_weapon_crafting.java index 46f9320d7f..46997b25c1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_weapon_crafting.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_imperial_weapon_crafting.java @@ -145,7 +145,7 @@ public int restuss_imperial_weapon_crafting_handleBranch6(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_weapon_crafting_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int restuss_imperial_weapon_crafting_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_imperial_weapon_crafting_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int restuss_imperial_weapon_crafting_handleBranch12(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ambush_1.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ambush_1.java index e83d69f8b4..1f010cd372 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ambush_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ambush_1.java @@ -183,7 +183,7 @@ public int restuss_rebel_ambush_1_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ambush_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int restuss_rebel_ambush_1_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ambush_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int restuss_rebel_ambush_1_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ambush_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -353,7 +353,7 @@ public int restuss_rebel_ambush_1_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_1.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_1.java index 5784713c65..10707e937a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_1.java @@ -145,7 +145,7 @@ public int restuss_rebel_ground_destroy_1_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int restuss_rebel_ground_destroy_1_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int restuss_rebel_ground_destroy_1_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_2.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_2.java index 02970fdd69..1227bef2d2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_2.java @@ -138,7 +138,7 @@ public int restuss_rebel_ground_destroy_2_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int restuss_rebel_ground_destroy_2_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int restuss_rebel_ground_destroy_2_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int restuss_rebel_ground_destroy_2_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int restuss_rebel_ground_destroy_2_handleBranch16(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_3.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_3.java index 21b581d7ba..e852bb5edb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_ground_destroy_3.java @@ -209,7 +209,7 @@ public int restuss_rebel_ground_destroy_3_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int restuss_rebel_ground_destroy_3_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_3_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int restuss_rebel_ground_destroy_3_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -379,7 +379,7 @@ public int restuss_rebel_ground_destroy_3_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_ground_destroy_3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -421,7 +421,7 @@ public int restuss_rebel_ground_destroy_3_handleBranch20(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_reward_npc.java index b4e4b159c3..5e17a51462 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_reward_npc.java @@ -523,7 +523,7 @@ public int restuss_rebel_reward_npc_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -805,7 +805,7 @@ public int restuss_rebel_reward_npc_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1643,7 +1643,7 @@ public int restuss_rebel_reward_npc_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1726,7 +1726,7 @@ public int restuss_rebel_reward_npc_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2008,7 +2008,7 @@ public int restuss_rebel_reward_npc_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2290,7 +2290,7 @@ public int restuss_rebel_reward_npc_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2373,7 +2373,7 @@ public int restuss_rebel_reward_npc_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2655,7 +2655,7 @@ public int restuss_rebel_reward_npc_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2937,7 +2937,7 @@ public int restuss_rebel_reward_npc_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3020,7 +3020,7 @@ public int restuss_rebel_reward_npc_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3302,7 +3302,7 @@ public int restuss_rebel_reward_npc_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3584,7 +3584,7 @@ public int restuss_rebel_reward_npc_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3667,7 +3667,7 @@ public int restuss_rebel_reward_npc_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3949,7 +3949,7 @@ public int restuss_rebel_reward_npc_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4231,7 +4231,7 @@ public int restuss_rebel_reward_npc_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4314,7 +4314,7 @@ public int restuss_rebel_reward_npc_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4596,7 +4596,7 @@ public int restuss_rebel_reward_npc_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4878,7 +4878,7 @@ public int restuss_rebel_reward_npc_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4961,7 +4961,7 @@ public int restuss_rebel_reward_npc_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5044,7 +5044,7 @@ public int restuss_rebel_reward_npc_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5326,7 +5326,7 @@ public int restuss_rebel_reward_npc_handleBranch35(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5608,7 +5608,7 @@ public int restuss_rebel_reward_npc_handleBranch36(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5691,7 +5691,7 @@ public int restuss_rebel_reward_npc_handleBranch37(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5973,7 +5973,7 @@ public int restuss_rebel_reward_npc_handleBranch40(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6255,7 +6255,7 @@ public int restuss_rebel_reward_npc_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6338,7 +6338,7 @@ public int restuss_rebel_reward_npc_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6620,7 +6620,7 @@ public int restuss_rebel_reward_npc_handleBranch45(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6902,7 +6902,7 @@ public int restuss_rebel_reward_npc_handleBranch46(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7797,7 +7797,7 @@ public int restuss_rebel_reward_npc_handleBranch47(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7880,7 +7880,7 @@ public int restuss_rebel_reward_npc_handleBranch48(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8162,7 +8162,7 @@ public int restuss_rebel_reward_npc_handleBranch51(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8444,7 +8444,7 @@ public int restuss_rebel_reward_npc_handleBranch52(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8527,7 +8527,7 @@ public int restuss_rebel_reward_npc_handleBranch53(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8809,7 +8809,7 @@ public int restuss_rebel_reward_npc_handleBranch56(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9091,7 +9091,7 @@ public int restuss_rebel_reward_npc_handleBranch57(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9174,7 +9174,7 @@ public int restuss_rebel_reward_npc_handleBranch58(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9456,7 +9456,7 @@ public int restuss_rebel_reward_npc_handleBranch61(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9738,7 +9738,7 @@ public int restuss_rebel_reward_npc_handleBranch62(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9821,7 +9821,7 @@ public int restuss_rebel_reward_npc_handleBranch63(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10103,7 +10103,7 @@ public int restuss_rebel_reward_npc_handleBranch66(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10385,7 +10385,7 @@ public int restuss_rebel_reward_npc_handleBranch67(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10468,7 +10468,7 @@ public int restuss_rebel_reward_npc_handleBranch68(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10750,7 +10750,7 @@ public int restuss_rebel_reward_npc_handleBranch71(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11032,7 +11032,7 @@ public int restuss_rebel_reward_npc_handleBranch72(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11115,7 +11115,7 @@ public int restuss_rebel_reward_npc_handleBranch73(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11397,7 +11397,7 @@ public int restuss_rebel_reward_npc_handleBranch76(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11679,7 +11679,7 @@ public int restuss_rebel_reward_npc_handleBranch77(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11762,7 +11762,7 @@ public int restuss_rebel_reward_npc_handleBranch78(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12044,7 +12044,7 @@ public int restuss_rebel_reward_npc_handleBranch81(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12326,7 +12326,7 @@ public int restuss_rebel_reward_npc_handleBranch82(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12409,7 +12409,7 @@ public int restuss_rebel_reward_npc_handleBranch83(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12691,7 +12691,7 @@ public int restuss_rebel_reward_npc_handleBranch86(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12973,7 +12973,7 @@ public int restuss_rebel_reward_npc_handleBranch87(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13056,7 +13056,7 @@ public int restuss_rebel_reward_npc_handleBranch88(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13338,7 +13338,7 @@ public int restuss_rebel_reward_npc_handleBranch91(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13620,7 +13620,7 @@ public int restuss_rebel_reward_npc_handleBranch92(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13681,7 +13681,7 @@ public int restuss_rebel_reward_npc_handleBranch93(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_reward_npc_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13717,7 +13717,7 @@ public int restuss_rebel_reward_npc_handleBranch94(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_space_destroy.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_space_destroy.java index 48de51b123..991466fd2e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_space_destroy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_space_destroy.java @@ -171,7 +171,7 @@ public int restuss_rebel_space_destroy_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_space_destroy_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -201,7 +201,7 @@ public int restuss_rebel_space_destroy_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_space_destroy_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int restuss_rebel_space_destroy_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_space_destroy_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -261,7 +261,7 @@ public int restuss_rebel_space_destroy_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_space_destroy_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -291,7 +291,7 @@ public int restuss_rebel_space_destroy_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_space_mining.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_space_mining.java index 1a603a3a1e..0394b44db1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_space_mining.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_space_mining.java @@ -267,7 +267,7 @@ public int restuss_rebel_space_mining_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_space_mining_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int restuss_rebel_space_mining_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_space_mining_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int restuss_rebel_space_mining_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_weapon_crafting.java b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_weapon_crafting.java index d162d99fa8..9c71b1b6ed 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_weapon_crafting.java +++ b/sku.0/sys.server/compiled/game/script/conversation/restuss_rebel_weapon_crafting.java @@ -145,7 +145,7 @@ public int restuss_rebel_weapon_crafting_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_weapon_crafting_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int restuss_rebel_weapon_crafting_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int restuss_rebel_weapon_crafting_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int restuss_rebel_weapon_crafting_handleBranch12(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rodian_apprentice_hunter.java b/sku.0/sys.server/compiled/game/script/conversation/rodian_apprentice_hunter.java index f5af9333d4..7a6d861f78 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rodian_apprentice_hunter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rodian_apprentice_hunter.java @@ -29,7 +29,7 @@ public int rodian_apprentice_hunter_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rodian_master_hunter.java b/sku.0/sys.server/compiled/game/script/conversation/rodian_master_hunter.java index b56afcdd3f..dd364a0196 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rodian_master_hunter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rodian_master_hunter.java @@ -180,7 +180,7 @@ public int rodian_master_hunter_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int rodian_master_hunter_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int rodian_master_hunter_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int rodian_master_hunter_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int rodian_master_hunter_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -392,7 +392,7 @@ public int rodian_master_hunter_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -432,7 +432,7 @@ public int rodian_master_hunter_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int rodian_master_hunter_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int rodian_master_hunter_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int rodian_master_hunter_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -569,7 +569,7 @@ public int rodian_master_hunter_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -609,7 +609,7 @@ public int rodian_master_hunter_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rodian_master_hunter_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -626,7 +626,7 @@ public int rodian_master_hunter_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/romo_vax.java b/sku.0/sys.server/compiled/game/script/conversation/romo_vax.java index 62563ad12b..e428e9ba79 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/romo_vax.java +++ b/sku.0/sys.server/compiled/game/script/conversation/romo_vax.java @@ -144,7 +144,7 @@ public int romo_vax_handleBranch3(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int romo_vax_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int romo_vax_handleBranch4(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int romo_vax_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int romo_vax_handleBranch5(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int romo_vax_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int romo_vax_handleBranch6(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int romo_vax_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int romo_vax_handleBranch8(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int romo_vax_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int romo_vax_handleBranch10(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int romo_vax_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -325,7 +325,7 @@ public int romo_vax_handleBranch11(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rryatt_trail_guide.java b/sku.0/sys.server/compiled/game/script/conversation/rryatt_trail_guide.java index 6de56e8685..785991c8c3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rryatt_trail_guide.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rryatt_trail_guide.java @@ -77,7 +77,7 @@ public int rryatt_trail_guide_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rryatt_trail_guide_up.java b/sku.0/sys.server/compiled/game/script/conversation/rryatt_trail_guide_up.java index 65473fa174..1d7da69740 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rryatt_trail_guide_up.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rryatt_trail_guide_up.java @@ -56,7 +56,7 @@ public int rryatt_trail_guide_up_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rsf_computer.java b/sku.0/sys.server/compiled/game/script/conversation/rsf_computer.java index 30dec9061c..0d36ced140 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rsf_computer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rsf_computer.java @@ -407,7 +407,7 @@ public int rsf_computer_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -689,7 +689,7 @@ public int rsf_computer_handleBranch2(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -871,7 +871,7 @@ public int rsf_computer_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1030,7 +1030,7 @@ public int rsf_computer_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1189,7 +1189,7 @@ public int rsf_computer_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1348,7 +1348,7 @@ public int rsf_computer_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1530,7 +1530,7 @@ public int rsf_computer_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1689,7 +1689,7 @@ public int rsf_computer_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1848,7 +1848,7 @@ public int rsf_computer_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2007,7 +2007,7 @@ public int rsf_computer_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2189,7 +2189,7 @@ public int rsf_computer_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2348,7 +2348,7 @@ public int rsf_computer_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2507,7 +2507,7 @@ public int rsf_computer_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2666,7 +2666,7 @@ public int rsf_computer_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2848,7 +2848,7 @@ public int rsf_computer_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3007,7 +3007,7 @@ public int rsf_computer_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3166,7 +3166,7 @@ public int rsf_computer_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3325,7 +3325,7 @@ public int rsf_computer_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3655,7 +3655,7 @@ public int rsf_computer_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3811,7 +3811,7 @@ public int rsf_computer_handleBranch21(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3825,7 +3825,7 @@ public int rsf_computer_handleBranch22(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3991,7 +3991,7 @@ public int rsf_computer_handleBranch23(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4047,7 +4047,7 @@ public int rsf_computer_handleBranch24(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4061,7 +4061,7 @@ public int rsf_computer_handleBranch26(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4227,7 +4227,7 @@ public int rsf_computer_handleBranch27(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4283,7 +4283,7 @@ public int rsf_computer_handleBranch28(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4297,7 +4297,7 @@ public int rsf_computer_handleBranch30(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4463,7 +4463,7 @@ public int rsf_computer_handleBranch31(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4519,7 +4519,7 @@ public int rsf_computer_handleBranch32(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4533,7 +4533,7 @@ public int rsf_computer_handleBranch34(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4699,7 +4699,7 @@ public int rsf_computer_handleBranch35(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4755,7 +4755,7 @@ public int rsf_computer_handleBranch36(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4769,7 +4769,7 @@ public int rsf_computer_handleBranch38(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rsf_computer_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4914,7 +4914,7 @@ public int rsf_computer_handleBranch40(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_ackbar_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_ackbar_main.java index 841110a696..86fba2fac4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_ackbar_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_ackbar_main.java @@ -85,7 +85,7 @@ public int rtp_ackbar_main_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rtp_ackbar_main_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int rtp_ackbar_main_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_ackbar_rebel_sympathizer.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_ackbar_rebel_sympathizer.java index 03b6fc6380..4dd1bdaea9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_ackbar_rebel_sympathizer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_ackbar_rebel_sympathizer.java @@ -40,7 +40,7 @@ public int rtp_ackbar_rebel_sympathizer_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_c3po_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_c3po_main.java index 7c205616e7..5ffd9832b0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_c3po_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_c3po_main.java @@ -89,7 +89,7 @@ public int rtp_c3po_main_handleBranch6(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rtp_c3po_main_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -114,7 +114,7 @@ public int rtp_c3po_main_handleBranch11(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_dodonna_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_dodonna_main.java index 563a4c99da..b43dec02ec 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_dodonna_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_dodonna_main.java @@ -101,7 +101,7 @@ public int rtp_dodonna_main_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rtp_dodonna_main_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int rtp_dodonna_main_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rtp_dodonna_main_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int rtp_dodonna_main_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_han_solo_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_han_solo_main.java index c4d31e06d6..19652e318a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_han_solo_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_han_solo_main.java @@ -85,7 +85,7 @@ public int rtp_han_solo_main_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rtp_han_solo_main_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int rtp_han_solo_main_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_leia_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_leia_main.java index b6e4bdda8c..1467a72c34 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_leia_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_leia_main.java @@ -101,7 +101,7 @@ public int rtp_leia_main_handleBranch6(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rtp_leia_main_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int rtp_leia_main_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rtp_leia_main_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int rtp_leia_main_handleBranch14(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_leia_summoned.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_leia_summoned.java index 1913153f4a..5d6885f4b2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_leia_summoned.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_leia_summoned.java @@ -48,7 +48,7 @@ public int rtp_leia_summoned_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_luke_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_luke_main.java index 0cc3c0e64c..85eec4804c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_luke_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_luke_main.java @@ -97,7 +97,7 @@ public int rtp_luke_main_handleBranch5(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rtp_luke_main_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int rtp_luke_main_handleBranch9(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int rtp_luke_main_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int rtp_luke_main_handleBranch13(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_mon_mothma_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_mon_mothma_main.java index bba0abc63f..d068f8ba1d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_mon_mothma_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_mon_mothma_main.java @@ -73,7 +73,7 @@ public int rtp_mon_mothma_main_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_nien_nunb_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_nien_nunb_main.java index f31663d23a..72ce1bbd11 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_nien_nunb_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_nien_nunb_main.java @@ -77,7 +77,7 @@ public int rtp_nien_nunb_main_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_qualdo_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_qualdo_main.java index f07d1117c7..67a504cb37 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_qualdo_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_qualdo_main.java @@ -73,7 +73,7 @@ public int rtp_qualdo_main_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rtp_wedge_main.java b/sku.0/sys.server/compiled/game/script/conversation/rtp_wedge_main.java index 467d2e9f32..4a0e556901 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rtp_wedge_main.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rtp_wedge_main.java @@ -69,7 +69,7 @@ public int rtp_wedge_main_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/scientist_collection.java b/sku.0/sys.server/compiled/game/script/conversation/scientist_collection.java index df8b9d1639..03619a7872 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/scientist_collection.java +++ b/sku.0/sys.server/compiled/game/script/conversation/scientist_collection.java @@ -206,7 +206,7 @@ public int scientist_collection_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int scientist_collection_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int scientist_collection_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int scientist_collection_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -480,7 +480,7 @@ public int scientist_collection_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/sd_chief_olum.java b/sku.0/sys.server/compiled/game/script/conversation/sd_chief_olum.java index 69cab07805..48359a04a7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/sd_chief_olum.java +++ b/sku.0/sys.server/compiled/game/script/conversation/sd_chief_olum.java @@ -121,7 +121,7 @@ public int sd_chief_olum_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int sd_chief_olum_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int sd_chief_olum_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int sd_chief_olum_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int sd_chief_olum_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/sd_event_convo.java b/sku.0/sys.server/compiled/game/script/conversation/sd_event_convo.java index d4d7687848..3065e80323 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/sd_event_convo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/sd_event_convo.java @@ -68,7 +68,7 @@ public int sd_event_convo_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/sd_event_two_convo.java b/sku.0/sys.server/compiled/game/script/conversation/sd_event_two_convo.java index a4a431a7b9..f851558616 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/sd_event_two_convo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/sd_event_two_convo.java @@ -109,7 +109,7 @@ public int sd_event_two_convo_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int sd_event_two_convo_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int sd_event_two_convo_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/sean_questp_market.java b/sku.0/sys.server/compiled/game/script/conversation/sean_questp_market.java index 7bedef86f6..abc8d0769e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/sean_questp_market.java +++ b/sku.0/sys.server/compiled/game/script/conversation/sean_questp_market.java @@ -131,7 +131,7 @@ public int sean_questp_market_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int sean_questp_market_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int sean_questp_market_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int sean_questp_market_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int sean_questp_market_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int sean_questp_market_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int sean_questp_market_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int sean_questp_market_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -278,7 +278,7 @@ public int sean_questp_market_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/sheeli.java b/sku.0/sys.server/compiled/game/script/conversation/sheeli.java index 9dcbcd3fbc..8075fe04bc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/sheeli.java +++ b/sku.0/sys.server/compiled/game/script/conversation/sheeli.java @@ -58,7 +58,7 @@ public int sheeli_handleBranch3(obj_id player, obj_id npc, string_id response) t return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ship_trainer_01.java b/sku.0/sys.server/compiled/game/script/conversation/ship_trainer_01.java index 4fdff53c75..3d3a3e2b6a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ship_trainer_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ship_trainer_01.java @@ -231,7 +231,7 @@ public int ship_trainer_01_handleBranch1(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int ship_trainer_01_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int ship_trainer_01_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -528,7 +528,7 @@ public int ship_trainer_01_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -725,7 +725,7 @@ public int ship_trainer_01_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -922,7 +922,7 @@ public int ship_trainer_01_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1132,7 +1132,7 @@ public int ship_trainer_01_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1419,7 +1419,7 @@ public int ship_trainer_01_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1695,7 +1695,7 @@ public int ship_trainer_01_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1971,7 +1971,7 @@ public int ship_trainer_01_handleBranch10(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2247,7 +2247,7 @@ public int ship_trainer_01_handleBranch11(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2523,7 +2523,7 @@ public int ship_trainer_01_handleBranch12(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2810,7 +2810,7 @@ public int ship_trainer_01_handleBranch13(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3086,7 +3086,7 @@ public int ship_trainer_01_handleBranch14(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3362,7 +3362,7 @@ public int ship_trainer_01_handleBranch15(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3638,7 +3638,7 @@ public int ship_trainer_01_handleBranch16(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3914,7 +3914,7 @@ public int ship_trainer_01_handleBranch17(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4201,7 +4201,7 @@ public int ship_trainer_01_handleBranch18(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4477,7 +4477,7 @@ public int ship_trainer_01_handleBranch19(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4753,7 +4753,7 @@ public int ship_trainer_01_handleBranch20(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5029,7 +5029,7 @@ public int ship_trainer_01_handleBranch21(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5305,7 +5305,7 @@ public int ship_trainer_01_handleBranch22(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5592,7 +5592,7 @@ public int ship_trainer_01_handleBranch23(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5802,7 +5802,7 @@ public int ship_trainer_01_handleBranch24(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5920,7 +5920,7 @@ public int ship_trainer_01_handleBranch25(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5959,7 +5959,7 @@ public int ship_trainer_01_handleBranch26(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6009,7 +6009,7 @@ public int ship_trainer_01_handleBranch27(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6160,7 +6160,7 @@ public int ship_trainer_01_handleBranch28(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6447,7 +6447,7 @@ public int ship_trainer_01_handleBranch29(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6734,7 +6734,7 @@ public int ship_trainer_01_handleBranch30(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7021,7 +7021,7 @@ public int ship_trainer_01_handleBranch31(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7308,7 +7308,7 @@ public int ship_trainer_01_handleBranch32(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7518,7 +7518,7 @@ public int ship_trainer_01_handleBranch33(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7728,7 +7728,7 @@ public int ship_trainer_01_handleBranch34(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7938,7 +7938,7 @@ public int ship_trainer_01_handleBranch35(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int ship_trainer_01_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8033,7 +8033,7 @@ public int ship_trainer_01_handleBranch37(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/shuttle_control_terminal.java b/sku.0/sys.server/compiled/game/script/conversation/shuttle_control_terminal.java index 2dde5dd1fc..13a0f56cc2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/shuttle_control_terminal.java +++ b/sku.0/sys.server/compiled/game/script/conversation/shuttle_control_terminal.java @@ -116,7 +116,7 @@ public int shuttle_control_terminal_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int shuttle_control_terminal_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int shuttle_control_terminal_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/slicer_01_mos_taike.java b/sku.0/sys.server/compiled/game/script/conversation/slicer_01_mos_taike.java index 53632e9415..c12c5c02c0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/slicer_01_mos_taike.java +++ b/sku.0/sys.server/compiled/game/script/conversation/slicer_01_mos_taike.java @@ -173,7 +173,7 @@ public int slicer_01_mos_taike_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int slicer_01_mos_taike_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int slicer_01_mos_taike_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int slicer_01_mos_taike_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int slicer_01_mos_taike_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -415,7 +415,7 @@ public int slicer_01_mos_taike_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int slicer_01_mos_taike_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int slicer_01_mos_taike_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -586,7 +586,7 @@ public int slicer_01_mos_taike_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int slicer_01_mos_taike_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -650,7 +650,7 @@ public int slicer_01_mos_taike_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int slicer_01_mos_taike_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -824,7 +824,7 @@ public int slicer_01_mos_taike_handleBranch18(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -862,7 +862,7 @@ public int slicer_01_mos_taike_handleBranch19(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -900,7 +900,7 @@ public int slicer_01_mos_taike_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int slicer_01_mos_taike_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -975,7 +975,7 @@ public int slicer_01_mos_taike_handleBranch22(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1015,7 +1015,7 @@ public int slicer_01_mos_taike_handleBranch25(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1054,7 +1054,7 @@ public int slicer_01_mos_taike_handleBranch26(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1093,7 +1093,7 @@ public int slicer_01_mos_taike_handleBranch27(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1131,7 +1131,7 @@ public int slicer_01_mos_taike_handleBranch28(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1169,7 +1169,7 @@ public int slicer_01_mos_taike_handleBranch29(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1207,7 +1207,7 @@ public int slicer_01_mos_taike_handleBranch30(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1246,7 +1246,7 @@ public int slicer_01_mos_taike_handleBranch31(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1285,7 +1285,7 @@ public int slicer_01_mos_taike_handleBranch32(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1323,7 +1323,7 @@ public int slicer_01_mos_taike_handleBranch33(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1363,7 +1363,7 @@ public int slicer_01_mos_taike_handleBranch34(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1379,7 +1379,7 @@ public int slicer_01_mos_taike_handleBranch35(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1417,7 +1417,7 @@ public int slicer_01_mos_taike_handleBranch38(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1456,7 +1456,7 @@ public int slicer_01_mos_taike_handleBranch39(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1494,7 +1494,7 @@ public int slicer_01_mos_taike_handleBranch40(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1534,7 +1534,7 @@ public int slicer_01_mos_taike_handleBranch41(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1573,7 +1573,7 @@ public int slicer_01_mos_taike_handleBranch42(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1611,7 +1611,7 @@ public int slicer_01_mos_taike_handleBranch43(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1650,7 +1650,7 @@ public int slicer_01_mos_taike_handleBranch44(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_01_mos_taike_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1667,7 +1667,7 @@ public int slicer_01_mos_taike_handleBranch45(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/slicer_02_lok.java b/sku.0/sys.server/compiled/game/script/conversation/slicer_02_lok.java index 134b292503..c6d0f963e8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/slicer_02_lok.java +++ b/sku.0/sys.server/compiled/game/script/conversation/slicer_02_lok.java @@ -115,7 +115,7 @@ public int slicer_02_lok_handleBranch6(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int slicer_02_lok_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int slicer_02_lok_handleBranch8(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int slicer_02_lok_handleBranch9(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int slicer_02_lok_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int slicer_02_lok_handleBranch11(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -343,7 +343,7 @@ public int slicer_02_lok_handleBranch12(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -358,7 +358,7 @@ public int slicer_02_lok_handleBranch13(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int slicer_02_lok_handleBranch15(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -434,7 +434,7 @@ public int slicer_02_lok_handleBranch16(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int slicer_02_lok_handleBranch17(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int slicer_02_lok_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -487,7 +487,7 @@ public int slicer_02_lok_handleBranch18(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_battlefield_miner_leader.java b/sku.0/sys.server/compiled/game/script/conversation/som_battlefield_miner_leader.java index 2b496143af..b4ee43ab6a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_battlefield_miner_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_battlefield_miner_leader.java @@ -102,7 +102,7 @@ public int som_battlefield_miner_leader_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_cube_ithes_olok.java b/sku.0/sys.server/compiled/game/script/conversation/som_cube_ithes_olok.java index c4fd5f2fef..68d40c1a78 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_cube_ithes_olok.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_cube_ithes_olok.java @@ -140,7 +140,7 @@ public int som_cube_ithes_olok_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int som_cube_ithes_olok_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int som_cube_ithes_olok_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -307,7 +307,7 @@ public int som_cube_ithes_olok_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int som_cube_ithes_olok_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int som_cube_ithes_olok_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -485,7 +485,7 @@ public int som_cube_ithes_olok_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int som_cube_ithes_olok_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -592,7 +592,7 @@ public int som_cube_ithes_olok_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -630,7 +630,7 @@ public int som_cube_ithes_olok_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -644,7 +644,7 @@ public int som_cube_ithes_olok_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -738,7 +738,7 @@ public int som_cube_ithes_olok_handleBranch19(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -808,7 +808,7 @@ public int som_cube_ithes_olok_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -923,7 +923,7 @@ public int som_cube_ithes_olok_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -993,7 +993,7 @@ public int som_cube_ithes_olok_handleBranch22(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1097,7 +1097,7 @@ public int som_cube_ithes_olok_handleBranch23(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1156,7 +1156,7 @@ public int som_cube_ithes_olok_handleBranch24(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1215,7 +1215,7 @@ public int som_cube_ithes_olok_handleBranch25(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1274,7 +1274,7 @@ public int som_cube_ithes_olok_handleBranch26(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1333,7 +1333,7 @@ public int som_cube_ithes_olok_handleBranch27(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1392,7 +1392,7 @@ public int som_cube_ithes_olok_handleBranch28(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1451,7 +1451,7 @@ public int som_cube_ithes_olok_handleBranch29(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1510,7 +1510,7 @@ public int som_cube_ithes_olok_handleBranch30(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1569,7 +1569,7 @@ public int som_cube_ithes_olok_handleBranch31(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1628,7 +1628,7 @@ public int som_cube_ithes_olok_handleBranch32(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1653,7 +1653,7 @@ public int som_cube_ithes_olok_handleBranch33(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1712,7 +1712,7 @@ public int som_cube_ithes_olok_handleBranch45(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1816,7 +1816,7 @@ public int som_cube_ithes_olok_handleBranch48(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1886,7 +1886,7 @@ public int som_cube_ithes_olok_handleBranch51(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_cube_ithes_olok_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2001,7 +2001,7 @@ public int som_cube_ithes_olok_handleBranch52(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_diskret_stahn.java b/sku.0/sys.server/compiled/game/script/conversation/som_diskret_stahn.java index e4835fb47b..69a0c8568f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_diskret_stahn.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_diskret_stahn.java @@ -44,7 +44,7 @@ public int som_diskret_stahn_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_diskret_stahn_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int som_diskret_stahn_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_diskret_stahn_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int som_diskret_stahn_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_diskret_stahn_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int som_diskret_stahn_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_diskret_stahn_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -325,7 +325,7 @@ public int som_diskret_stahn_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_diskret_stahn_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -384,7 +384,7 @@ public int som_diskret_stahn_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_diskret_stahn_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -443,7 +443,7 @@ public int som_diskret_stahn_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_diskret_stahn_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -502,7 +502,7 @@ public int som_diskret_stahn_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_diskret_stahn_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -561,7 +561,7 @@ public int som_diskret_stahn_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_diskret_stahn_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int som_diskret_stahn_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_doctor_lu.java b/sku.0/sys.server/compiled/game/script/conversation/som_doctor_lu.java index 995e784526..b7e53827fa 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_doctor_lu.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_doctor_lu.java @@ -98,7 +98,7 @@ public int som_doctor_lu_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int som_doctor_lu_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int som_doctor_lu_handleBranch5(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -170,7 +170,7 @@ public int som_doctor_lu_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -186,7 +186,7 @@ public int som_doctor_lu_handleBranch8(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -200,7 +200,7 @@ public int som_doctor_lu_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int som_doctor_lu_handleBranch12(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int som_doctor_lu_handleBranch13(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int som_doctor_lu_handleBranch14(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int som_doctor_lu_handleBranch15(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int som_doctor_lu_handleBranch16(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -388,7 +388,7 @@ public int som_doctor_lu_handleBranch18(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -427,7 +427,7 @@ public int som_doctor_lu_handleBranch20(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -467,7 +467,7 @@ public int som_doctor_lu_handleBranch21(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -506,7 +506,7 @@ public int som_doctor_lu_handleBranch22(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ public int som_doctor_lu_handleBranch23(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int som_doctor_lu_handleBranch24(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int som_doctor_lu_handleBranch25(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_doctor_lu_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -662,7 +662,7 @@ public int som_doctor_lu_handleBranch26(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_exploration_marker.java b/sku.0/sys.server/compiled/game/script/conversation/som_exploration_marker.java index 04bf9c388b..0058d8acd0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_exploration_marker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_exploration_marker.java @@ -121,7 +121,7 @@ public int som_exploration_marker_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_exploration_marker_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int som_exploration_marker_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_exploration_marker_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -326,7 +326,7 @@ public int som_exploration_marker_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_exploration_marker_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int som_exploration_marker_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_exploration_marker_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -415,7 +415,7 @@ public int som_exploration_marker_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_exploration_marker_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int som_exploration_marker_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_exploration_marker_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -493,7 +493,7 @@ public int som_exploration_marker_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_exploration_marker_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -543,7 +543,7 @@ public int som_exploration_marker_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_exploration_marker_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -659,7 +659,7 @@ public int som_exploration_marker_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_exploration_marker_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -747,7 +747,7 @@ public int som_exploration_marker_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_glyph_hunt.java b/sku.0/sys.server/compiled/game/script/conversation/som_glyph_hunt.java index 18f6d603a4..141b8c7fc4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_glyph_hunt.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_glyph_hunt.java @@ -86,7 +86,7 @@ public int som_glyph_hunt_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int som_glyph_hunt_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int som_glyph_hunt_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -155,7 +155,7 @@ public int som_glyph_hunt_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int som_glyph_hunt_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int som_glyph_hunt_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -294,7 +294,7 @@ public int som_glyph_hunt_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int som_glyph_hunt_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -324,7 +324,7 @@ public int som_glyph_hunt_handleBranch14(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -363,7 +363,7 @@ public int som_glyph_hunt_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -414,7 +414,7 @@ public int som_glyph_hunt_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -488,7 +488,7 @@ public int som_glyph_hunt_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ public int som_glyph_hunt_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -577,7 +577,7 @@ public int som_glyph_hunt_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_glyph_hunt_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -605,7 +605,7 @@ public int som_glyph_hunt_handleBranch21(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_collectors_business_q4p3.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_collectors_business_q4p3.java index 9bd9013118..31309ee387 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_collectors_business_q4p3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_collectors_business_q4p3.java @@ -124,7 +124,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch3(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch4(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch5(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch7(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch8(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch9(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch11(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -506,7 +506,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch16(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch19(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -590,7 +590,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch20(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -636,7 +636,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch21(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -675,7 +675,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch22(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -721,7 +721,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch23(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -771,7 +771,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch24(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -831,7 +831,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch25(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -851,7 +851,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch26(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -889,7 +889,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch29(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -936,7 +936,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch30(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -983,7 +983,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch31(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1022,7 +1022,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch32(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1069,7 +1069,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch33(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1119,7 +1119,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch34(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1175,7 +1175,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch35(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_collectors_business_q4p3_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1195,7 +1195,7 @@ public int som_kenobi_collectors_business_q4p3_handleBranch36(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_computer_technician.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_computer_technician.java index 387e3660c6..8432204a99 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_computer_technician.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_computer_technician.java @@ -125,7 +125,7 @@ public int som_kenobi_computer_technician_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_computer_technician_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int som_kenobi_computer_technician_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_computer_technician_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int som_kenobi_computer_technician_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_computer_technician_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -276,7 +276,7 @@ public int som_kenobi_computer_technician_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_computer_technician_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int som_kenobi_computer_technician_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_computer_technician_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int som_kenobi_computer_technician_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_computer_technician_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -434,7 +434,7 @@ public int som_kenobi_computer_technician_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_computer_technician_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -474,7 +474,7 @@ public int som_kenobi_computer_technician_handleBranch14(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_computer_technician_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -512,7 +512,7 @@ public int som_kenobi_computer_technician_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_computer_technician_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -528,7 +528,7 @@ public int som_kenobi_computer_technician_handleBranch16(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_crazed_hermit.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_crazed_hermit.java index b54cda630e..3e8e4e4445 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_crazed_hermit.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_crazed_hermit.java @@ -142,7 +142,7 @@ public int som_kenobi_crazed_hermit_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int som_kenobi_crazed_hermit_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int som_kenobi_crazed_hermit_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -334,7 +334,7 @@ public int som_kenobi_crazed_hermit_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int som_kenobi_crazed_hermit_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int som_kenobi_crazed_hermit_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -480,7 +480,7 @@ public int som_kenobi_crazed_hermit_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -496,7 +496,7 @@ public int som_kenobi_crazed_hermit_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -570,7 +570,7 @@ public int som_kenobi_crazed_hermit_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -621,7 +621,7 @@ public int som_kenobi_crazed_hermit_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -675,7 +675,7 @@ public int som_kenobi_crazed_hermit_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -693,7 +693,7 @@ public int som_kenobi_crazed_hermit_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -743,7 +743,7 @@ public int som_kenobi_crazed_hermit_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -796,7 +796,7 @@ public int som_kenobi_crazed_hermit_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_crazed_hermit_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -813,7 +813,7 @@ public int som_kenobi_crazed_hermit_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_cursed_shard_sucker.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_cursed_shard_sucker.java index 15bbcb34b9..8d36c03e6b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_cursed_shard_sucker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_cursed_shard_sucker.java @@ -63,7 +63,7 @@ public int som_kenobi_cursed_shard_sucker_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_cursed_shard_sucker_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -102,7 +102,7 @@ public int som_kenobi_cursed_shard_sucker_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_cursed_shard_sucker_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int som_kenobi_cursed_shard_sucker_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_cursed_shard_sucker_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int som_kenobi_cursed_shard_sucker_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_cursed_shard_sucker_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -359,7 +359,7 @@ public int som_kenobi_cursed_shard_sucker_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_cursed_shard_sucker_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -401,7 +401,7 @@ public int som_kenobi_cursed_shard_sucker_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_cursed_shard_sucker_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -486,7 +486,7 @@ public int som_kenobi_cursed_shard_sucker_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_epo_qetora.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_epo_qetora.java index 83c5cb9b88..78080bb879 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_epo_qetora.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_epo_qetora.java @@ -213,7 +213,7 @@ public int som_kenobi_epo_qetora_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int som_kenobi_epo_qetora_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int som_kenobi_epo_qetora_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int som_kenobi_epo_qetora_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int som_kenobi_epo_qetora_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -447,7 +447,7 @@ public int som_kenobi_epo_qetora_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -509,7 +509,7 @@ public int som_kenobi_epo_qetora_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -615,7 +615,7 @@ public int som_kenobi_epo_qetora_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -637,7 +637,7 @@ public int som_kenobi_epo_qetora_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -659,7 +659,7 @@ public int som_kenobi_epo_qetora_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -681,7 +681,7 @@ public int som_kenobi_epo_qetora_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -697,7 +697,7 @@ public int som_kenobi_epo_qetora_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -803,7 +803,7 @@ public int som_kenobi_epo_qetora_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -853,7 +853,7 @@ public int som_kenobi_epo_qetora_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -904,7 +904,7 @@ public int som_kenobi_epo_qetora_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -921,7 +921,7 @@ public int som_kenobi_epo_qetora_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -971,7 +971,7 @@ public int som_kenobi_epo_qetora_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1022,7 +1022,7 @@ public int som_kenobi_epo_qetora_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1043,7 +1043,7 @@ public int som_kenobi_epo_qetora_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1119,7 +1119,7 @@ public int som_kenobi_epo_qetora_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1181,7 +1181,7 @@ public int som_kenobi_epo_qetora_handleBranch35(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1293,7 +1293,7 @@ public int som_kenobi_epo_qetora_handleBranch36(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1315,7 +1315,7 @@ public int som_kenobi_epo_qetora_handleBranch37(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1337,7 +1337,7 @@ public int som_kenobi_epo_qetora_handleBranch39(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1359,7 +1359,7 @@ public int som_kenobi_epo_qetora_handleBranch41(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1421,7 +1421,7 @@ public int som_kenobi_epo_qetora_handleBranch43(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1533,7 +1533,7 @@ public int som_kenobi_epo_qetora_handleBranch44(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1555,7 +1555,7 @@ public int som_kenobi_epo_qetora_handleBranch45(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1577,7 +1577,7 @@ public int som_kenobi_epo_qetora_handleBranch47(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1599,7 +1599,7 @@ public int som_kenobi_epo_qetora_handleBranch49(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1615,7 +1615,7 @@ public int som_kenobi_epo_qetora_handleBranch51(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1715,7 +1715,7 @@ public int som_kenobi_epo_qetora_handleBranch53(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1766,7 +1766,7 @@ public int som_kenobi_epo_qetora_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1850,7 +1850,7 @@ public int som_kenobi_epo_qetora_handleBranch55(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1867,7 +1867,7 @@ public int som_kenobi_epo_qetora_handleBranch56(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1884,7 +1884,7 @@ public int som_kenobi_epo_qetora_handleBranch58(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1935,7 +1935,7 @@ public int som_kenobi_epo_qetora_handleBranch61(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2019,7 +2019,7 @@ public int som_kenobi_epo_qetora_handleBranch62(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2036,7 +2036,7 @@ public int som_kenobi_epo_qetora_handleBranch63(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_epo_qetora_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2053,7 +2053,7 @@ public int som_kenobi_epo_qetora_handleBranch65(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_ikt.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_ikt.java index 7f05df0cfc..32f5e182ff 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_ikt.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_ikt.java @@ -114,7 +114,7 @@ public int som_kenobi_ikt_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int som_kenobi_ikt_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int som_kenobi_ikt_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int som_kenobi_ikt_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int som_kenobi_ikt_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int som_kenobi_ikt_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int som_kenobi_ikt_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -369,7 +369,7 @@ public int som_kenobi_ikt_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int som_kenobi_ikt_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -494,7 +494,7 @@ public int som_kenobi_ikt_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int som_kenobi_ikt_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -585,7 +585,7 @@ public int som_kenobi_ikt_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int som_kenobi_ikt_handleBranch19(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -640,7 +640,7 @@ public int som_kenobi_ikt_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -690,7 +690,7 @@ public int som_kenobi_ikt_handleBranch23(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -742,7 +742,7 @@ public int som_kenobi_ikt_handleBranch24(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -781,7 +781,7 @@ public int som_kenobi_ikt_handleBranch25(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -819,7 +819,7 @@ public int som_kenobi_ikt_handleBranch26(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_ikt_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -835,7 +835,7 @@ public int som_kenobi_ikt_handleBranch27(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_menth_paul.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_menth_paul.java index 2c6f4f0361..1aeec7023b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_menth_paul.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_menth_paul.java @@ -115,7 +115,7 @@ public int som_kenobi_menth_paul_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -259,7 +259,7 @@ public int som_kenobi_menth_paul_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int som_kenobi_menth_paul_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -478,7 +478,7 @@ public int som_kenobi_menth_paul_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -516,7 +516,7 @@ public int som_kenobi_menth_paul_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -566,7 +566,7 @@ public int som_kenobi_menth_paul_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -604,7 +604,7 @@ public int som_kenobi_menth_paul_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int som_kenobi_menth_paul_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -681,7 +681,7 @@ public int som_kenobi_menth_paul_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -731,7 +731,7 @@ public int som_kenobi_menth_paul_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -769,7 +769,7 @@ public int som_kenobi_menth_paul_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -844,7 +844,7 @@ public int som_kenobi_menth_paul_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -882,7 +882,7 @@ public int som_kenobi_menth_paul_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -932,7 +932,7 @@ public int som_kenobi_menth_paul_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -970,7 +970,7 @@ public int som_kenobi_menth_paul_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1010,7 +1010,7 @@ public int som_kenobi_menth_paul_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1048,7 +1048,7 @@ public int som_kenobi_menth_paul_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1086,7 +1086,7 @@ public int som_kenobi_menth_paul_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1136,7 +1136,7 @@ public int som_kenobi_menth_paul_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1174,7 +1174,7 @@ public int som_kenobi_menth_paul_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_menth_paul_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1190,7 +1190,7 @@ public int som_kenobi_menth_paul_handleBranch36(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_moral_exec.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_moral_exec.java index 6dcd6259df..376427252f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_moral_exec.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_moral_exec.java @@ -125,7 +125,7 @@ public int som_kenobi_moral_exec_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -165,7 +165,7 @@ public int som_kenobi_moral_exec_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -181,7 +181,7 @@ public int som_kenobi_moral_exec_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -222,7 +222,7 @@ public int som_kenobi_moral_exec_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int som_kenobi_moral_exec_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int som_kenobi_moral_exec_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int som_kenobi_moral_exec_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -424,7 +424,7 @@ public int som_kenobi_moral_exec_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -475,7 +475,7 @@ public int som_kenobi_moral_exec_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -491,7 +491,7 @@ public int som_kenobi_moral_exec_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int som_kenobi_moral_exec_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -592,7 +592,7 @@ public int som_kenobi_moral_exec_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_exec_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int som_kenobi_moral_exec_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_moral_strike_leader.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_moral_strike_leader.java index dca884a1c3..9ae97716d2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_moral_strike_leader.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_moral_strike_leader.java @@ -90,7 +90,7 @@ public int som_kenobi_moral_strike_leader_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int som_kenobi_moral_strike_leader_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int som_kenobi_moral_strike_leader_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -252,7 +252,7 @@ public int som_kenobi_moral_strike_leader_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int som_kenobi_moral_strike_leader_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int som_kenobi_moral_strike_leader_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -436,7 +436,7 @@ public int som_kenobi_moral_strike_leader_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -475,7 +475,7 @@ public int som_kenobi_moral_strike_leader_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int som_kenobi_moral_strike_leader_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -532,7 +532,7 @@ public int som_kenobi_moral_strike_leader_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int som_kenobi_moral_strike_leader_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -622,7 +622,7 @@ public int som_kenobi_moral_strike_leader_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -671,7 +671,7 @@ public int som_kenobi_moral_strike_leader_handleBranch20(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -733,7 +733,7 @@ public int som_kenobi_moral_strike_leader_handleBranch21(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -817,7 +817,7 @@ public int som_kenobi_moral_strike_leader_handleBranch22(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -855,7 +855,7 @@ public int som_kenobi_moral_strike_leader_handleBranch23(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -894,7 +894,7 @@ public int som_kenobi_moral_strike_leader_handleBranch24(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -933,7 +933,7 @@ public int som_kenobi_moral_strike_leader_handleBranch25(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -950,7 +950,7 @@ public int som_kenobi_moral_strike_leader_handleBranch26(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_moral_strike_leader_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1002,7 +1002,7 @@ public int som_kenobi_moral_strike_leader_handleBranch28(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_obi_wan.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_obi_wan.java index d0ce185815..1997cfdd34 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_obi_wan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_obi_wan.java @@ -221,7 +221,7 @@ public int som_kenobi_obi_wan_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int som_kenobi_obi_wan_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -323,7 +323,7 @@ public int som_kenobi_obi_wan_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -362,7 +362,7 @@ public int som_kenobi_obi_wan_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int som_kenobi_obi_wan_handleBranch10(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -400,7 +400,7 @@ public int som_kenobi_obi_wan_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -474,7 +474,7 @@ public int som_kenobi_obi_wan_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -490,7 +490,7 @@ public int som_kenobi_obi_wan_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -510,7 +510,7 @@ public int som_kenobi_obi_wan_handleBranch17(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int som_kenobi_obi_wan_handleBranch19(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -600,7 +600,7 @@ public int som_kenobi_obi_wan_handleBranch20(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -620,7 +620,7 @@ public int som_kenobi_obi_wan_handleBranch22(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -713,7 +713,7 @@ public int som_kenobi_obi_wan_handleBranch24(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -786,7 +786,7 @@ public int som_kenobi_obi_wan_handleBranch25(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -825,7 +825,7 @@ public int som_kenobi_obi_wan_handleBranch26(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -864,7 +864,7 @@ public int som_kenobi_obi_wan_handleBranch27(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -884,7 +884,7 @@ public int som_kenobi_obi_wan_handleBranch28(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -923,7 +923,7 @@ public int som_kenobi_obi_wan_handleBranch30(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -970,7 +970,7 @@ public int som_kenobi_obi_wan_handleBranch31(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -990,7 +990,7 @@ public int som_kenobi_obi_wan_handleBranch32(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1073,7 +1073,7 @@ public int som_kenobi_obi_wan_handleBranch34(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1112,7 +1112,7 @@ public int som_kenobi_obi_wan_handleBranch35(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1151,7 +1151,7 @@ public int som_kenobi_obi_wan_handleBranch36(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1198,7 +1198,7 @@ public int som_kenobi_obi_wan_handleBranch37(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1218,7 +1218,7 @@ public int som_kenobi_obi_wan_handleBranch38(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1257,7 +1257,7 @@ public int som_kenobi_obi_wan_handleBranch40(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1296,7 +1296,7 @@ public int som_kenobi_obi_wan_handleBranch41(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1335,7 +1335,7 @@ public int som_kenobi_obi_wan_handleBranch42(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1355,7 +1355,7 @@ public int som_kenobi_obi_wan_handleBranch43(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1380,7 +1380,7 @@ public int som_kenobi_obi_wan_handleBranch45(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1499,7 +1499,7 @@ public int som_kenobi_obi_wan_handleBranch48(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1616,7 +1616,7 @@ public int som_kenobi_obi_wan_handleBranch49(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1665,7 +1665,7 @@ public int som_kenobi_obi_wan_handleBranch50(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1738,7 +1738,7 @@ public int som_kenobi_obi_wan_handleBranch51(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1777,7 +1777,7 @@ public int som_kenobi_obi_wan_handleBranch52(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1816,7 +1816,7 @@ public int som_kenobi_obi_wan_handleBranch53(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1854,7 +1854,7 @@ public int som_kenobi_obi_wan_handleBranch54(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1905,7 +1905,7 @@ public int som_kenobi_obi_wan_handleBranch55(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1978,7 +1978,7 @@ public int som_kenobi_obi_wan_handleBranch56(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2016,7 +2016,7 @@ public int som_kenobi_obi_wan_handleBranch57(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2062,7 +2062,7 @@ public int som_kenobi_obi_wan_handleBranch58(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2102,7 +2102,7 @@ public int som_kenobi_obi_wan_handleBranch59(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2140,7 +2140,7 @@ public int som_kenobi_obi_wan_handleBranch60(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2180,7 +2180,7 @@ public int som_kenobi_obi_wan_handleBranch61(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2219,7 +2219,7 @@ public int som_kenobi_obi_wan_handleBranch62(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2258,7 +2258,7 @@ public int som_kenobi_obi_wan_handleBranch63(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2296,7 +2296,7 @@ public int som_kenobi_obi_wan_handleBranch64(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2343,7 +2343,7 @@ public int som_kenobi_obi_wan_handleBranch65(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2363,7 +2363,7 @@ public int som_kenobi_obi_wan_handleBranch66(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2402,7 +2402,7 @@ public int som_kenobi_obi_wan_handleBranch68(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2531,7 +2531,7 @@ public int som_kenobi_obi_wan_handleBranch69(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2604,7 +2604,7 @@ public int som_kenobi_obi_wan_handleBranch70(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2643,7 +2643,7 @@ public int som_kenobi_obi_wan_handleBranch71(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2683,7 +2683,7 @@ public int som_kenobi_obi_wan_handleBranch72(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2721,7 +2721,7 @@ public int som_kenobi_obi_wan_handleBranch73(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2771,7 +2771,7 @@ public int som_kenobi_obi_wan_handleBranch74(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2844,7 +2844,7 @@ public int som_kenobi_obi_wan_handleBranch75(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2882,7 +2882,7 @@ public int som_kenobi_obi_wan_handleBranch76(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2928,7 +2928,7 @@ public int som_kenobi_obi_wan_handleBranch77(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2968,7 +2968,7 @@ public int som_kenobi_obi_wan_handleBranch78(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3006,7 +3006,7 @@ public int som_kenobi_obi_wan_handleBranch79(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3045,7 +3045,7 @@ public int som_kenobi_obi_wan_handleBranch80(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3083,7 +3083,7 @@ public int som_kenobi_obi_wan_handleBranch81(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3122,7 +3122,7 @@ public int som_kenobi_obi_wan_handleBranch82(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3160,7 +3160,7 @@ public int som_kenobi_obi_wan_handleBranch83(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3207,7 +3207,7 @@ public int som_kenobi_obi_wan_handleBranch84(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3226,7 +3226,7 @@ public int som_kenobi_obi_wan_handleBranch85(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3266,7 +3266,7 @@ public int som_kenobi_obi_wan_handleBranch87(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3305,7 +3305,7 @@ public int som_kenobi_obi_wan_handleBranch88(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_obi_wan_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3354,7 +3354,7 @@ public int som_kenobi_obi_wan_handleBranch89(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_pwwoz_pwwa.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_pwwoz_pwwa.java index 1df5774db1..e4c9d24487 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_pwwoz_pwwa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_pwwoz_pwwa.java @@ -95,7 +95,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -246,7 +246,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -566,7 +566,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -644,7 +644,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -675,7 +675,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -719,7 +719,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -797,7 +797,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -828,7 +828,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -906,7 +906,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -937,7 +937,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1022,7 +1022,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1061,7 +1061,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1100,7 +1100,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1150,7 +1150,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1180,7 +1180,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1220,7 +1220,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1260,7 +1260,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1311,7 +1311,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_pwwoz_pwwa_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1342,7 +1342,7 @@ public int som_kenobi_pwwoz_pwwa_handleBranch35(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_serpent_thief.java b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_serpent_thief.java index 9b3c15dfcc..3d57fc32da 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_serpent_thief.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_kenobi_serpent_thief.java @@ -105,7 +105,7 @@ public int som_kenobi_serpent_thief_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int som_kenobi_serpent_thief_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int som_kenobi_serpent_thief_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int som_kenobi_serpent_thief_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int som_kenobi_serpent_thief_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int som_kenobi_serpent_thief_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int som_kenobi_serpent_thief_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -456,7 +456,7 @@ public int som_kenobi_serpent_thief_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -473,7 +473,7 @@ public int som_kenobi_serpent_thief_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int som_kenobi_serpent_thief_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -599,7 +599,7 @@ public int som_kenobi_serpent_thief_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -638,7 +638,7 @@ public int som_kenobi_serpent_thief_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -688,7 +688,7 @@ public int som_kenobi_serpent_thief_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -720,7 +720,7 @@ public int som_kenobi_serpent_thief_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_kenobi_serpent_thief_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -759,7 +759,7 @@ public int som_kenobi_serpent_thief_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_mustafar_junk_dealer.java b/sku.0/sys.server/compiled/game/script/conversation/som_mustafar_junk_dealer.java index 063c2c2ac9..55f86c067c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_mustafar_junk_dealer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_mustafar_junk_dealer.java @@ -86,7 +86,7 @@ public int som_mustafar_junk_dealer_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_obi_wan_kenobi.java b/sku.0/sys.server/compiled/game/script/conversation/som_obi_wan_kenobi.java index 31f7f64977..2beeb7ac7f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_obi_wan_kenobi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_obi_wan_kenobi.java @@ -93,7 +93,7 @@ public int som_obi_wan_kenobi_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_obi_wan_kenobi_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -108,7 +108,7 @@ public int som_obi_wan_kenobi_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_obi_wan_kenobi_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int som_obi_wan_kenobi_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_obi_wan_kenobi_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int som_obi_wan_kenobi_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_obi_wan_kenobi_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int som_obi_wan_kenobi_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_pei_yi.java b/sku.0/sys.server/compiled/game/script/conversation/som_pei_yi.java index 7275642cdb..92ddde8b32 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_pei_yi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_pei_yi.java @@ -101,7 +101,7 @@ public int som_pei_yi_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_pei_yi_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int som_pei_yi_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_pei_yi_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -239,7 +239,7 @@ public int som_pei_yi_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_pei_yi_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int som_pei_yi_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_pei_yi_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int som_pei_yi_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_pei_yi_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -416,7 +416,7 @@ public int som_pei_yi_handleBranch11(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_pei_yi_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -475,7 +475,7 @@ public int som_pei_yi_handleBranch12(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_pei_yi_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -534,7 +534,7 @@ public int som_pei_yi_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_pei_yi_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int som_pei_yi_handleBranch14(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_pei_yi_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -625,7 +625,7 @@ public int som_pei_yi_handleBranch15(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/som_storm_lord_jural.java b/sku.0/sys.server/compiled/game/script/conversation/som_storm_lord_jural.java index a60d5f9772..ca4c70e77e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/som_storm_lord_jural.java +++ b/sku.0/sys.server/compiled/game/script/conversation/som_storm_lord_jural.java @@ -86,7 +86,7 @@ public int som_storm_lord_jural_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int som_storm_lord_jural_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int som_storm_lord_jural_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int som_storm_lord_jural_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int som_storm_lord_jural_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int som_storm_lord_jural_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int som_storm_lord_jural_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -359,7 +359,7 @@ public int som_storm_lord_jural_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int som_storm_lord_jural_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -435,7 +435,7 @@ public int som_storm_lord_jural_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -474,7 +474,7 @@ public int som_storm_lord_jural_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ public int som_storm_lord_jural_handleBranch24(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -552,7 +552,7 @@ public int som_storm_lord_jural_handleBranch25(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -591,7 +591,7 @@ public int som_storm_lord_jural_handleBranch26(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -629,7 +629,7 @@ public int som_storm_lord_jural_handleBranch27(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -668,7 +668,7 @@ public int som_storm_lord_jural_handleBranch28(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -707,7 +707,7 @@ public int som_storm_lord_jural_handleBranch29(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -746,7 +746,7 @@ public int som_storm_lord_jural_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -786,7 +786,7 @@ public int som_storm_lord_jural_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -825,7 +825,7 @@ public int som_storm_lord_jural_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -875,7 +875,7 @@ public int som_storm_lord_jural_handleBranch33(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int som_storm_lord_jural_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -903,7 +903,7 @@ public int som_storm_lord_jural_handleBranch34(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/space_duty_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/space_duty_vendor.java index b302fecc29..a457ab3a40 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/space_duty_vendor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/space_duty_vendor.java @@ -425,7 +425,7 @@ public int space_duty_vendor_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1759,7 +1759,7 @@ public int space_duty_vendor_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2285,7 +2285,7 @@ public int space_duty_vendor_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2310,7 +2310,7 @@ public int space_duty_vendor_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2335,7 +2335,7 @@ public int space_duty_vendor_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2360,7 +2360,7 @@ public int space_duty_vendor_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2385,7 +2385,7 @@ public int space_duty_vendor_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2410,7 +2410,7 @@ public int space_duty_vendor_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2435,7 +2435,7 @@ public int space_duty_vendor_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2460,7 +2460,7 @@ public int space_duty_vendor_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2485,7 +2485,7 @@ public int space_duty_vendor_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2571,7 +2571,7 @@ public int space_duty_vendor_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2586,7 +2586,7 @@ public int space_duty_vendor_handleBranch39(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2601,7 +2601,7 @@ public int space_duty_vendor_handleBranch42(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2773,7 +2773,7 @@ public int space_duty_vendor_handleBranch44(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2945,7 +2945,7 @@ public int space_duty_vendor_handleBranch45(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int space_duty_vendor_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3117,7 +3117,7 @@ public int space_duty_vendor_handleBranch46(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/stap_quest_jawa_droid.java b/sku.0/sys.server/compiled/game/script/conversation/stap_quest_jawa_droid.java index 8b752a9412..3aabec359b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/stap_quest_jawa_droid.java +++ b/sku.0/sys.server/compiled/game/script/conversation/stap_quest_jawa_droid.java @@ -166,7 +166,7 @@ public int stap_quest_jawa_droid_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_jawa_droid_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -204,7 +204,7 @@ public int stap_quest_jawa_droid_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_jawa_droid_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int stap_quest_jawa_droid_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_jawa_droid_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -282,7 +282,7 @@ public int stap_quest_jawa_droid_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_jawa_droid_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int stap_quest_jawa_droid_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/stap_quest_master_1.java b/sku.0/sys.server/compiled/game/script/conversation/stap_quest_master_1.java index 5b0f896355..2c7a84b6be 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/stap_quest_master_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/stap_quest_master_1.java @@ -42,7 +42,7 @@ public int stap_quest_master_1_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/stap_quest_master_2.java b/sku.0/sys.server/compiled/game/script/conversation/stap_quest_master_2.java index 3c72126266..8014322d76 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/stap_quest_master_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/stap_quest_master_2.java @@ -65,7 +65,7 @@ public int stap_quest_master_2_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_master_2_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -82,7 +82,7 @@ public int stap_quest_master_2_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/stap_quest_tk555.java b/sku.0/sys.server/compiled/game/script/conversation/stap_quest_tk555.java index c2174d9023..1602ad5e0a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/stap_quest_tk555.java +++ b/sku.0/sys.server/compiled/game/script/conversation/stap_quest_tk555.java @@ -80,7 +80,7 @@ public int stap_quest_tk555_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_tk555_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -119,7 +119,7 @@ public int stap_quest_tk555_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_tk555_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -190,7 +190,7 @@ public int stap_quest_tk555_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_tk555_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int stap_quest_tk555_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_tk555_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -246,7 +246,7 @@ public int stap_quest_tk555_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stap_quest_tk555_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -263,7 +263,7 @@ public int stap_quest_tk555_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_corellia_imperial_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_corellia_imperial_reward_npc.java index 12c0474440..dd7681c6c5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_corellia_imperial_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_corellia_imperial_reward_npc.java @@ -1342,7 +1342,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch2(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1357,7 +1357,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch3(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1372,7 +1372,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch5(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1387,7 +1387,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch7(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1402,7 +1402,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch9(obj_id pla return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1417,7 +1417,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch11(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1432,7 +1432,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch13(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1447,7 +1447,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch15(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1462,7 +1462,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch17(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1477,7 +1477,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch19(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1492,7 +1492,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch21(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1507,7 +1507,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch23(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1522,7 +1522,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch25(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1537,7 +1537,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch27(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1552,7 +1552,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch29(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1567,7 +1567,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch31(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1582,7 +1582,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch33(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1597,7 +1597,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch35(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1612,7 +1612,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch37(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1627,7 +1627,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch39(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1642,7 +1642,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch41(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1657,7 +1657,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch43(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1672,7 +1672,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch45(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1687,7 +1687,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch47(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1702,7 +1702,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch49(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1717,7 +1717,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch51(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1732,7 +1732,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch53(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1747,7 +1747,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch55(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1762,7 +1762,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch57(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1777,7 +1777,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch59(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1792,7 +1792,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch61(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1807,7 +1807,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch63(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_imperial_reward_npc_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1822,7 +1822,7 @@ public int static_gcw_base_corellia_imperial_reward_npc_handleBranch65(obj_id pl return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_corellia_rebel_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_corellia_rebel_reward_npc.java index 2054779af8..a0bc6feeb2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_corellia_rebel_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_corellia_rebel_reward_npc.java @@ -1342,7 +1342,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch2(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1357,7 +1357,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch3(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1372,7 +1372,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch5(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1387,7 +1387,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch7(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1402,7 +1402,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch9(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1417,7 +1417,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch11(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1432,7 +1432,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch13(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1447,7 +1447,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch15(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1462,7 +1462,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch17(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1477,7 +1477,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch19(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1492,7 +1492,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch21(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1507,7 +1507,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch23(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1522,7 +1522,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch25(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1537,7 +1537,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch27(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1552,7 +1552,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch29(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1567,7 +1567,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch31(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1582,7 +1582,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch33(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1597,7 +1597,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch35(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1612,7 +1612,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch37(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1627,7 +1627,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch39(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1642,7 +1642,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch41(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1657,7 +1657,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch43(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1672,7 +1672,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch45(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1687,7 +1687,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch47(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1702,7 +1702,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch49(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1717,7 +1717,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch51(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1732,7 +1732,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch53(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1747,7 +1747,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch55(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1762,7 +1762,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch57(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1777,7 +1777,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch59(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1792,7 +1792,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch61(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1807,7 +1807,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch63(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_corellia_rebel_reward_npc_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1822,7 +1822,7 @@ public int static_gcw_base_corellia_rebel_reward_npc_handleBranch65(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_naboo_imperial_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_naboo_imperial_reward_npc.java index 7f840e9f2e..29b947395c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_naboo_imperial_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_naboo_imperial_reward_npc.java @@ -1342,7 +1342,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch2(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1357,7 +1357,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch3(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1372,7 +1372,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch5(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1387,7 +1387,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch7(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1402,7 +1402,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch9(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1417,7 +1417,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch11(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1432,7 +1432,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch13(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1447,7 +1447,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch15(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1462,7 +1462,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch17(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1477,7 +1477,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch19(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1492,7 +1492,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch21(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1507,7 +1507,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch23(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1522,7 +1522,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch25(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1537,7 +1537,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch27(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1552,7 +1552,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch29(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1567,7 +1567,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch31(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1582,7 +1582,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch33(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1597,7 +1597,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch35(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1612,7 +1612,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch37(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1627,7 +1627,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch39(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1642,7 +1642,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch41(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1657,7 +1657,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch43(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1672,7 +1672,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch45(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1687,7 +1687,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch47(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1702,7 +1702,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch49(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1717,7 +1717,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch51(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1732,7 +1732,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch53(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1747,7 +1747,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch55(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1762,7 +1762,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch57(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1777,7 +1777,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch59(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1792,7 +1792,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch61(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1807,7 +1807,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch63(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_imperial_reward_npc_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1822,7 +1822,7 @@ public int static_gcw_base_naboo_imperial_reward_npc_handleBranch65(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_naboo_rebel_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_naboo_rebel_reward_npc.java index ea9e7af7d0..3069208f53 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_naboo_rebel_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_naboo_rebel_reward_npc.java @@ -1342,7 +1342,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch2(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1357,7 +1357,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch3(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1372,7 +1372,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch5(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1387,7 +1387,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch7(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1402,7 +1402,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch9(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1417,7 +1417,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch11(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1432,7 +1432,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch13(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1447,7 +1447,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch15(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1462,7 +1462,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch17(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1477,7 +1477,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch19(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1492,7 +1492,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch21(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1507,7 +1507,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch23(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1522,7 +1522,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch25(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1537,7 +1537,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch27(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1552,7 +1552,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch29(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1567,7 +1567,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch31(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1582,7 +1582,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch33(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1597,7 +1597,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch35(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1612,7 +1612,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch37(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1627,7 +1627,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch39(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1642,7 +1642,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch41(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1657,7 +1657,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch43(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1672,7 +1672,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch45(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1687,7 +1687,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch47(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1702,7 +1702,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch49(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1717,7 +1717,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch51(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1732,7 +1732,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch53(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1747,7 +1747,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch55(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1762,7 +1762,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch57(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1777,7 +1777,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch59(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1792,7 +1792,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch61(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1807,7 +1807,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch63(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_naboo_rebel_reward_npc_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1822,7 +1822,7 @@ public int static_gcw_base_naboo_rebel_reward_npc_handleBranch65(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_talus_imperial_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_talus_imperial_reward_npc.java index faaebfd9ea..ae42234500 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_talus_imperial_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_talus_imperial_reward_npc.java @@ -1274,7 +1274,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch2(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1289,7 +1289,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch3(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1304,7 +1304,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch5(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1319,7 +1319,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch7(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1334,7 +1334,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch9(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1349,7 +1349,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch11(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1364,7 +1364,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch13(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1379,7 +1379,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch15(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1394,7 +1394,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch17(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1409,7 +1409,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch19(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1424,7 +1424,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch21(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1439,7 +1439,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch23(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1454,7 +1454,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch25(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1469,7 +1469,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch27(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1484,7 +1484,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch29(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1499,7 +1499,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch31(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1514,7 +1514,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch33(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1529,7 +1529,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch35(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1544,7 +1544,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch37(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1559,7 +1559,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch39(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1574,7 +1574,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch41(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1589,7 +1589,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch43(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1604,7 +1604,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch45(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1619,7 +1619,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch47(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1634,7 +1634,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch49(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1649,7 +1649,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch51(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1664,7 +1664,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch53(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1679,7 +1679,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch55(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1694,7 +1694,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch57(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1709,7 +1709,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch59(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_imperial_reward_npc_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1724,7 +1724,7 @@ public int static_gcw_base_talus_imperial_reward_npc_handleBranch61(obj_id playe return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_talus_rebel_reward_npc.java b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_talus_rebel_reward_npc.java index 26a1a6798e..c7f9f340f7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_talus_rebel_reward_npc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/static_gcw_base_talus_rebel_reward_npc.java @@ -1274,7 +1274,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch2(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1289,7 +1289,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch3(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1304,7 +1304,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch5(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1319,7 +1319,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch7(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1334,7 +1334,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch9(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1349,7 +1349,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch11(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1364,7 +1364,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch13(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1379,7 +1379,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch15(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1394,7 +1394,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch17(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1409,7 +1409,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch19(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1424,7 +1424,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch21(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1439,7 +1439,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch23(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1454,7 +1454,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch25(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1469,7 +1469,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch27(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1484,7 +1484,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch29(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1499,7 +1499,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch31(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1514,7 +1514,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch33(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1529,7 +1529,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch35(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1544,7 +1544,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch37(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1559,7 +1559,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch39(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1574,7 +1574,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch41(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1589,7 +1589,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch43(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1604,7 +1604,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch45(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1619,7 +1619,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch47(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1634,7 +1634,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch49(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1649,7 +1649,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch51(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1664,7 +1664,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch53(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1679,7 +1679,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch55(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1694,7 +1694,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch57(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1709,7 +1709,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch59(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_gcw_base_talus_rebel_reward_npc_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1724,7 +1724,7 @@ public int static_gcw_base_talus_rebel_reward_npc_handleBranch61(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/static_quests_record_keeper_dantooine.java b/sku.0/sys.server/compiled/game/script/conversation/static_quests_record_keeper_dantooine.java index 8ae114140b..d1b9331b8b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/static_quests_record_keeper_dantooine.java +++ b/sku.0/sys.server/compiled/game/script/conversation/static_quests_record_keeper_dantooine.java @@ -113,7 +113,7 @@ public int static_quests_record_keeper_dantooine_handleBranch2(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int static_quests_record_keeper_dantooine_handleBranch3(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int static_quests_record_keeper_dantooine_handleBranch4(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -323,7 +323,7 @@ public int static_quests_record_keeper_dantooine_handleBranch5(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -561,7 +561,7 @@ public int static_quests_record_keeper_dantooine_handleBranch6(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -732,7 +732,7 @@ public int static_quests_record_keeper_dantooine_handleBranch7(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -903,7 +903,7 @@ public int static_quests_record_keeper_dantooine_handleBranch8(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -996,7 +996,7 @@ public int static_quests_record_keeper_dantooine_handleBranch9(obj_id player, ob return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1234,7 +1234,7 @@ public int static_quests_record_keeper_dantooine_handleBranch11(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1327,7 +1327,7 @@ public int static_quests_record_keeper_dantooine_handleBranch12(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int static_quests_record_keeper_dantooine_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1565,7 +1565,7 @@ public int static_quests_record_keeper_dantooine_handleBranch14(obj_id player, o return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_avatar_platform.java b/sku.0/sys.server/compiled/game/script/conversation/station_avatar_platform.java index befb0ae3ce..63039ca278 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_avatar_platform.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_avatar_platform.java @@ -61,7 +61,7 @@ public int station_avatar_platform_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_avatar_platform_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -88,7 +88,7 @@ public int station_avatar_platform_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_avatar_platform_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int station_avatar_platform_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_corellia.java b/sku.0/sys.server/compiled/game/script/conversation/station_corellia.java index 3687d3f18c..b11d0471f7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_corellia.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_corellia.java @@ -862,7 +862,7 @@ public int station_corellia_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1182,7 +1182,7 @@ public int station_corellia_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1502,7 +1502,7 @@ public int station_corellia_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1822,7 +1822,7 @@ public int station_corellia_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2142,7 +2142,7 @@ public int station_corellia_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2462,7 +2462,7 @@ public int station_corellia_handleBranch7(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2782,7 +2782,7 @@ public int station_corellia_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3160,7 +3160,7 @@ public int station_corellia_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3514,7 +3514,7 @@ public int station_corellia_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3552,7 +3552,7 @@ public int station_corellia_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3590,7 +3590,7 @@ public int station_corellia_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3628,7 +3628,7 @@ public int station_corellia_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3643,7 +3643,7 @@ public int station_corellia_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3997,7 +3997,7 @@ public int station_corellia_handleBranch23(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4035,7 +4035,7 @@ public int station_corellia_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4084,7 +4084,7 @@ public int station_corellia_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4110,7 +4110,7 @@ public int station_corellia_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4590,7 +4590,7 @@ public int station_corellia_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4615,7 +4615,7 @@ public int station_corellia_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4664,7 +4664,7 @@ public int station_corellia_handleBranch33(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4689,7 +4689,7 @@ public int station_corellia_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4714,7 +4714,7 @@ public int station_corellia_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4739,7 +4739,7 @@ public int station_corellia_handleBranch40(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5146,7 +5146,7 @@ public int station_corellia_handleBranch43(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5521,7 +5521,7 @@ public int station_corellia_handleBranch44(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5551,7 +5551,7 @@ public int station_corellia_handleBranch45(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5580,7 +5580,7 @@ public int station_corellia_handleBranch48(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5610,7 +5610,7 @@ public int station_corellia_handleBranch51(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5639,7 +5639,7 @@ public int station_corellia_handleBranch54(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5668,7 +5668,7 @@ public int station_corellia_handleBranch57(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5697,7 +5697,7 @@ public int station_corellia_handleBranch60(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5726,7 +5726,7 @@ public int station_corellia_handleBranch63(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5964,7 +5964,7 @@ public int station_corellia_handleBranch66(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5993,7 +5993,7 @@ public int station_corellia_handleBranch67(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6026,7 +6026,7 @@ public int station_corellia_handleBranch70(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6055,7 +6055,7 @@ public int station_corellia_handleBranch73(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6084,7 +6084,7 @@ public int station_corellia_handleBranch76(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6109,7 +6109,7 @@ public int station_corellia_handleBranch80(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6134,7 +6134,7 @@ public int station_corellia_handleBranch83(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_corellia_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6236,7 +6236,7 @@ public int station_corellia_handleBranch86(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_corellia_mining.java b/sku.0/sys.server/compiled/game/script/conversation/station_corellia_mining.java index 3e7270c23f..f0cf2f4f16 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_corellia_mining.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_corellia_mining.java @@ -34,7 +34,7 @@ public int station_corellia_mining_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_dantooine.java b/sku.0/sys.server/compiled/game/script/conversation/station_dantooine.java index 4974e310b6..11714d90a9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_dantooine.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_dantooine.java @@ -887,7 +887,7 @@ public int station_dantooine_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1201,7 +1201,7 @@ public int station_dantooine_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1439,7 +1439,7 @@ public int station_dantooine_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1753,7 +1753,7 @@ public int station_dantooine_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1991,7 +1991,7 @@ public int station_dantooine_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2305,7 +2305,7 @@ public int station_dantooine_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2543,7 +2543,7 @@ public int station_dantooine_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2857,7 +2857,7 @@ public int station_dantooine_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3095,7 +3095,7 @@ public int station_dantooine_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3409,7 +3409,7 @@ public int station_dantooine_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3647,7 +3647,7 @@ public int station_dantooine_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3961,7 +3961,7 @@ public int station_dantooine_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4199,7 +4199,7 @@ public int station_dantooine_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4513,7 +4513,7 @@ public int station_dantooine_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4827,7 +4827,7 @@ public int station_dantooine_handleBranch23(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5141,7 +5141,7 @@ public int station_dantooine_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5455,7 +5455,7 @@ public int station_dantooine_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5769,7 +5769,7 @@ public int station_dantooine_handleBranch26(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5852,7 +5852,7 @@ public int station_dantooine_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6166,7 +6166,7 @@ public int station_dantooine_handleBranch29(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6248,7 +6248,7 @@ public int station_dantooine_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6562,7 +6562,7 @@ public int station_dantooine_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6876,7 +6876,7 @@ public int station_dantooine_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6958,7 +6958,7 @@ public int station_dantooine_handleBranch33(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7153,7 +7153,7 @@ public int station_dantooine_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7178,7 +7178,7 @@ public int station_dantooine_handleBranch35(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7203,7 +7203,7 @@ public int station_dantooine_handleBranch38(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7228,7 +7228,7 @@ public int station_dantooine_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7253,7 +7253,7 @@ public int station_dantooine_handleBranch45(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7347,7 +7347,7 @@ public int station_dantooine_handleBranch48(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7443,7 +7443,7 @@ public int station_dantooine_handleBranch49(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7539,7 +7539,7 @@ public int station_dantooine_handleBranch51(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7785,7 +7785,7 @@ public int station_dantooine_handleBranch53(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7810,7 +7810,7 @@ public int station_dantooine_handleBranch54(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7835,7 +7835,7 @@ public int station_dantooine_handleBranch57(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7860,7 +7860,7 @@ public int station_dantooine_handleBranch60(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7966,7 +7966,7 @@ public int station_dantooine_handleBranch63(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8090,7 +8090,7 @@ public int station_dantooine_handleBranch65(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8115,7 +8115,7 @@ public int station_dantooine_handleBranch67(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8503,7 +8503,7 @@ public int station_dantooine_handleBranch71(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8638,7 +8638,7 @@ public int station_dantooine_handleBranch72(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8653,7 +8653,7 @@ public int station_dantooine_handleBranch85(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8967,7 +8967,7 @@ public int station_dantooine_handleBranch87(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9015,7 +9015,7 @@ public int station_dantooine_handleBranch88(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9040,7 +9040,7 @@ public int station_dantooine_handleBranch94(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9089,7 +9089,7 @@ public int station_dantooine_handleBranch98(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9148,7 +9148,7 @@ public int station_dantooine_handleBranch99(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9173,7 +9173,7 @@ public int station_dantooine_handleBranch100(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9221,7 +9221,7 @@ public int station_dantooine_handleBranch105(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9259,7 +9259,7 @@ public int station_dantooine_handleBranch106(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9308,7 +9308,7 @@ public int station_dantooine_handleBranch107(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dantooine_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9333,7 +9333,7 @@ public int station_dantooine_handleBranch108(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_dantooine_mining.java b/sku.0/sys.server/compiled/game/script/conversation/station_dantooine_mining.java index d75f76adf4..27e8e3abaf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_dantooine_mining.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_dantooine_mining.java @@ -34,7 +34,7 @@ public int station_dantooine_mining_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_dathomir.java b/sku.0/sys.server/compiled/game/script/conversation/station_dathomir.java index 9415250419..fde0619428 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_dathomir.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_dathomir.java @@ -911,7 +911,7 @@ public int station_dathomir_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -985,7 +985,7 @@ public int station_dathomir_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1079,7 +1079,7 @@ public int station_dathomir_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1138,7 +1138,7 @@ public int station_dathomir_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1266,7 +1266,7 @@ public int station_dathomir_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1360,7 +1360,7 @@ public int station_dathomir_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1895,7 +1895,7 @@ public int station_dathomir_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2430,7 +2430,7 @@ public int station_dathomir_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2879,7 +2879,7 @@ public int station_dathomir_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2928,7 +2928,7 @@ public int station_dathomir_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2953,7 +2953,7 @@ public int station_dathomir_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2978,7 +2978,7 @@ public int station_dathomir_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3003,7 +3003,7 @@ public int station_dathomir_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3028,7 +3028,7 @@ public int station_dathomir_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3053,7 +3053,7 @@ public int station_dathomir_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3157,7 +3157,7 @@ public int station_dathomir_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3575,7 +3575,7 @@ public int station_dathomir_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3600,7 +3600,7 @@ public int station_dathomir_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3625,7 +3625,7 @@ public int station_dathomir_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3650,7 +3650,7 @@ public int station_dathomir_handleBranch40(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3675,7 +3675,7 @@ public int station_dathomir_handleBranch43(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3779,7 +3779,7 @@ public int station_dathomir_handleBranch47(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4314,7 +4314,7 @@ public int station_dathomir_handleBranch48(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4453,7 +4453,7 @@ public int station_dathomir_handleBranch49(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4478,7 +4478,7 @@ public int station_dathomir_handleBranch50(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4503,7 +4503,7 @@ public int station_dathomir_handleBranch53(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4528,7 +4528,7 @@ public int station_dathomir_handleBranch56(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4588,7 +4588,7 @@ public int station_dathomir_handleBranch59(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4651,7 +4651,7 @@ public int station_dathomir_handleBranch61(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4714,7 +4714,7 @@ public int station_dathomir_handleBranch63(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4777,7 +4777,7 @@ public int station_dathomir_handleBranch64(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4806,7 +4806,7 @@ public int station_dathomir_handleBranch65(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5083,7 +5083,7 @@ public int station_dathomir_handleBranch69(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5143,7 +5143,7 @@ public int station_dathomir_handleBranch70(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5213,7 +5213,7 @@ public int station_dathomir_handleBranch72(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5273,7 +5273,7 @@ public int station_dathomir_handleBranch74(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5389,7 +5389,7 @@ public int station_dathomir_handleBranch76(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5450,7 +5450,7 @@ public int station_dathomir_handleBranch78(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5511,7 +5511,7 @@ public int station_dathomir_handleBranch80(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5626,7 +5626,7 @@ public int station_dathomir_handleBranch82(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6161,7 +6161,7 @@ public int station_dathomir_handleBranch86(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6265,7 +6265,7 @@ public int station_dathomir_handleBranch87(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6800,7 +6800,7 @@ public int station_dathomir_handleBranch88(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6949,7 +6949,7 @@ public int station_dathomir_handleBranch89(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7042,7 +7042,7 @@ public int station_dathomir_handleBranch92(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7577,7 +7577,7 @@ public int station_dathomir_handleBranch94(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8112,7 +8112,7 @@ public int station_dathomir_handleBranch95(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8216,7 +8216,7 @@ public int station_dathomir_handleBranch96(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8751,7 +8751,7 @@ public int station_dathomir_handleBranch97(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_dathomir_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8842,7 +8842,7 @@ public int station_dathomir_handleBranch98(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_endor.java b/sku.0/sys.server/compiled/game/script/conversation/station_endor.java index b4123390ab..e6ff36d078 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_endor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_endor.java @@ -811,7 +811,7 @@ public int station_endor_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -860,7 +860,7 @@ public int station_endor_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -886,7 +886,7 @@ public int station_endor_handleBranch4(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -911,7 +911,7 @@ public int station_endor_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1145,7 +1145,7 @@ public int station_endor_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1170,7 +1170,7 @@ public int station_endor_handleBranch11(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1195,7 +1195,7 @@ public int station_endor_handleBranch14(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1220,7 +1220,7 @@ public int station_endor_handleBranch17(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1245,7 +1245,7 @@ public int station_endor_handleBranch20(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1383,7 +1383,7 @@ public int station_endor_handleBranch24(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1885,7 +1885,7 @@ public int station_endor_handleBranch26(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2023,7 +2023,7 @@ public int station_endor_handleBranch27(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2525,7 +2525,7 @@ public int station_endor_handleBranch29(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2663,7 +2663,7 @@ public int station_endor_handleBranch30(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3165,7 +3165,7 @@ public int station_endor_handleBranch32(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3238,7 +3238,7 @@ public int station_endor_handleBranch33(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3266,7 +3266,7 @@ public int station_endor_handleBranch35(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_endor_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3368,7 +3368,7 @@ public int station_endor_handleBranch38(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_heroic_star_destroyer_hangar.java b/sku.0/sys.server/compiled/game/script/conversation/station_heroic_star_destroyer_hangar.java index b1bd0e6a01..aa780b7307 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_heroic_star_destroyer_hangar.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_heroic_star_destroyer_hangar.java @@ -79,7 +79,7 @@ public int station_heroic_star_destroyer_hangar_handleBranch2(obj_id player, obj return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_imperial_base.java b/sku.0/sys.server/compiled/game/script/conversation/station_imperial_base.java index 65687fd53a..2da79377cc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_imperial_base.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_imperial_base.java @@ -196,7 +196,7 @@ public int station_imperial_base_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int station_imperial_base_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int station_imperial_base_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -276,7 +276,7 @@ public int station_imperial_base_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int station_imperial_base_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -354,7 +354,7 @@ public int station_imperial_base_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -393,7 +393,7 @@ public int station_imperial_base_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int station_imperial_base_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -518,7 +518,7 @@ public int station_imperial_base_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int station_imperial_base_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -676,7 +676,7 @@ public int station_imperial_base_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -738,7 +738,7 @@ public int station_imperial_base_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -777,7 +777,7 @@ public int station_imperial_base_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -816,7 +816,7 @@ public int station_imperial_base_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -855,7 +855,7 @@ public int station_imperial_base_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -894,7 +894,7 @@ public int station_imperial_base_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -910,7 +910,7 @@ public int station_imperial_base_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -926,7 +926,7 @@ public int station_imperial_base_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -992,7 +992,7 @@ public int station_imperial_base_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1031,7 +1031,7 @@ public int station_imperial_base_handleBranch37(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1100,7 +1100,7 @@ public int station_imperial_base_handleBranch38(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_imperial_base_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1166,7 +1166,7 @@ public int station_imperial_base_handleBranch39(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_indie_slaver.java b/sku.0/sys.server/compiled/game/script/conversation/station_indie_slaver.java index 5f3cd5024f..2df9e6f5a9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_indie_slaver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_indie_slaver.java @@ -96,7 +96,7 @@ public int station_indie_slaver_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_indie_slaver_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -135,7 +135,7 @@ public int station_indie_slaver_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_indie_slaver_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int station_indie_slaver_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_indie_slaver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -224,7 +224,7 @@ public int station_indie_slaver_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_indie_slaver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int station_indie_slaver_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_indie_slaver_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -290,7 +290,7 @@ public int station_indie_slaver_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_indie_slaver_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int station_indie_slaver_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_indie_slaver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -344,7 +344,7 @@ public int station_indie_slaver_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_kashyyyk.java b/sku.0/sys.server/compiled/game/script/conversation/station_kashyyyk.java index 5a075875c7..501a991074 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_kashyyyk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_kashyyyk.java @@ -318,7 +318,7 @@ public int station_kashyyyk_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int station_kashyyyk_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -393,7 +393,7 @@ public int station_kashyyyk_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int station_kashyyyk_handleBranch6(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -501,7 +501,7 @@ public int station_kashyyyk_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -516,7 +516,7 @@ public int station_kashyyyk_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -530,7 +530,7 @@ public int station_kashyyyk_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -545,7 +545,7 @@ public int station_kashyyyk_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -843,7 +843,7 @@ public int station_kashyyyk_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -922,7 +922,7 @@ public int station_kashyyyk_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -981,7 +981,7 @@ public int station_kashyyyk_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1086,7 +1086,7 @@ public int station_kashyyyk_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1156,7 +1156,7 @@ public int station_kashyyyk_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1235,7 +1235,7 @@ public int station_kashyyyk_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1314,7 +1314,7 @@ public int station_kashyyyk_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1328,7 +1328,7 @@ public int station_kashyyyk_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1413,7 +1413,7 @@ public int station_kashyyyk_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1661,7 +1661,7 @@ public int station_kashyyyk_handleBranch35(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1675,7 +1675,7 @@ public int station_kashyyyk_handleBranch36(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1923,7 +1923,7 @@ public int station_kashyyyk_handleBranch38(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2171,7 +2171,7 @@ public int station_kashyyyk_handleBranch39(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2419,7 +2419,7 @@ public int station_kashyyyk_handleBranch40(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2619,7 +2619,7 @@ public int station_kashyyyk_handleBranch42(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2638,7 +2638,7 @@ public int station_kashyyyk_handleBranch43(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2815,7 +2815,7 @@ public int station_kashyyyk_handleBranch45(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2992,7 +2992,7 @@ public int station_kashyyyk_handleBranch47(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3203,7 +3203,7 @@ public int station_kashyyyk_handleBranch49(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3229,7 +3229,7 @@ public int station_kashyyyk_handleBranch50(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3406,7 +3406,7 @@ public int station_kashyyyk_handleBranch53(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3606,7 +3606,7 @@ public int station_kashyyyk_handleBranch55(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3666,7 +3666,7 @@ public int station_kashyyyk_handleBranch56(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3843,7 +3843,7 @@ public int station_kashyyyk_handleBranch57(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4190,7 +4190,7 @@ public int station_kashyyyk_handleBranch59(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4209,7 +4209,7 @@ public int station_kashyyyk_handleBranch60(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4257,7 +4257,7 @@ public int station_kashyyyk_handleBranch62(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4495,7 +4495,7 @@ public int station_kashyyyk_handleBranch67(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4524,7 +4524,7 @@ public int station_kashyyyk_handleBranch68(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4557,7 +4557,7 @@ public int station_kashyyyk_handleBranch71(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4586,7 +4586,7 @@ public int station_kashyyyk_handleBranch74(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4615,7 +4615,7 @@ public int station_kashyyyk_handleBranch77(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4860,7 +4860,7 @@ public int station_kashyyyk_handleBranch81(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4908,7 +4908,7 @@ public int station_kashyyyk_handleBranch82(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4923,7 +4923,7 @@ public int station_kashyyyk_handleBranch83(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4938,7 +4938,7 @@ public int station_kashyyyk_handleBranch86(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4987,7 +4987,7 @@ public int station_kashyyyk_handleBranch88(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5002,7 +5002,7 @@ public int station_kashyyyk_handleBranch89(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5122,7 +5122,7 @@ public int station_kashyyyk_handleBranch92(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5197,7 +5197,7 @@ public int station_kashyyyk_handleBranch94(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5317,7 +5317,7 @@ public int station_kashyyyk_handleBranch96(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_kashyyyk_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5437,7 +5437,7 @@ public int station_kashyyyk_handleBranch97(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_lok.java b/sku.0/sys.server/compiled/game/script/conversation/station_lok.java index 6796ab2020..cf8254cc03 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_lok.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_lok.java @@ -706,7 +706,7 @@ public int station_lok_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -785,7 +785,7 @@ public int station_lok_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -810,7 +810,7 @@ public int station_lok_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1044,7 +1044,7 @@ public int station_lok_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1069,7 +1069,7 @@ public int station_lok_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1094,7 +1094,7 @@ public int station_lok_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1119,7 +1119,7 @@ public int station_lok_handleBranch16(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1144,7 +1144,7 @@ public int station_lok_handleBranch19(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1196,7 +1196,7 @@ public int station_lok_handleBranch23(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1245,7 +1245,7 @@ public int station_lok_handleBranch24(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1274,7 +1274,7 @@ public int station_lok_handleBranch25(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1322,7 +1322,7 @@ public int station_lok_handleBranch29(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1360,7 +1360,7 @@ public int station_lok_handleBranch30(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1398,7 +1398,7 @@ public int station_lok_handleBranch31(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1447,7 +1447,7 @@ public int station_lok_handleBranch32(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1472,7 +1472,7 @@ public int station_lok_handleBranch33(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1524,7 +1524,7 @@ public int station_lok_handleBranch37(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1562,7 +1562,7 @@ public int station_lok_handleBranch38(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1611,7 +1611,7 @@ public int station_lok_handleBranch39(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1640,7 +1640,7 @@ public int station_lok_handleBranch40(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1674,7 +1674,7 @@ public int station_lok_handleBranch44(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_lok_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1754,7 +1754,7 @@ public int station_lok_handleBranch47(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_lok_mining.java b/sku.0/sys.server/compiled/game/script/conversation/station_lok_mining.java index 973cfb6af2..a24b1cf069 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_lok_mining.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_lok_mining.java @@ -34,7 +34,7 @@ public int station_lok_mining_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_naboo.java b/sku.0/sys.server/compiled/game/script/conversation/station_naboo.java index 079a9dab67..c7130364cb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_naboo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_naboo.java @@ -548,7 +548,7 @@ public int station_naboo_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -707,7 +707,7 @@ public int station_naboo_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1123,7 +1123,7 @@ public int station_naboo_handleBranch5(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1596,7 +1596,7 @@ public int station_naboo_handleBranch6(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1629,7 +1629,7 @@ public int station_naboo_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1662,7 +1662,7 @@ public int station_naboo_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1695,7 +1695,7 @@ public int station_naboo_handleBranch13(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1728,7 +1728,7 @@ public int station_naboo_handleBranch16(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1761,7 +1761,7 @@ public int station_naboo_handleBranch19(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1794,7 +1794,7 @@ public int station_naboo_handleBranch22(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1827,7 +1827,7 @@ public int station_naboo_handleBranch25(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1852,7 +1852,7 @@ public int station_naboo_handleBranch28(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1885,7 +1885,7 @@ public int station_naboo_handleBranch31(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2123,7 +2123,7 @@ public int station_naboo_handleBranch34(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2156,7 +2156,7 @@ public int station_naboo_handleBranch35(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2189,7 +2189,7 @@ public int station_naboo_handleBranch38(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2222,7 +2222,7 @@ public int station_naboo_handleBranch41(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2255,7 +2255,7 @@ public int station_naboo_handleBranch44(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2314,7 +2314,7 @@ public int station_naboo_handleBranch48(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2373,7 +2373,7 @@ public int station_naboo_handleBranch50(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2432,7 +2432,7 @@ public int station_naboo_handleBranch52(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2457,7 +2457,7 @@ public int station_naboo_handleBranch54(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_naboo_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2581,7 +2581,7 @@ public int station_naboo_handleBranch58(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_naboo_mining.java b/sku.0/sys.server/compiled/game/script/conversation/station_naboo_mining.java index 3e09052536..879729053d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_naboo_mining.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_naboo_mining.java @@ -34,7 +34,7 @@ public int station_naboo_mining_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_nova_orion.java b/sku.0/sys.server/compiled/game/script/conversation/station_nova_orion.java index 1e427efc95..c946160805 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_nova_orion.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_nova_orion.java @@ -185,7 +185,7 @@ public int station_nova_orion_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_nova_orion_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -423,7 +423,7 @@ public int station_nova_orion_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_nova_orion_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -452,7 +452,7 @@ public int station_nova_orion_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_nova_orion_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -485,7 +485,7 @@ public int station_nova_orion_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_nova_orion_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -518,7 +518,7 @@ public int station_nova_orion_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_nova_orion_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int station_nova_orion_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_ord_mantell.java b/sku.0/sys.server/compiled/game/script/conversation/station_ord_mantell.java index b8b039b987..921c99dca1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_ord_mantell.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_ord_mantell.java @@ -179,7 +179,7 @@ public int station_ord_mantell_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_ord_mantell_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int station_ord_mantell_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_ord_mantell_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -445,7 +445,7 @@ public int station_ord_mantell_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_ord_mantell_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -478,7 +478,7 @@ public int station_ord_mantell_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_ord_mantell_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -511,7 +511,7 @@ public int station_ord_mantell_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_ord_mantell_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -540,7 +540,7 @@ public int station_ord_mantell_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_ord_mantell_dungeon.java b/sku.0/sys.server/compiled/game/script/conversation/station_ord_mantell_dungeon.java index 5064029e29..a7c8b8db22 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_ord_mantell_dungeon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_ord_mantell_dungeon.java @@ -141,7 +141,7 @@ public int station_ord_mantell_dungeon_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_ord_mantell_dungeon_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int station_ord_mantell_dungeon_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_ord_mantell_dungeon_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -290,7 +290,7 @@ public int station_ord_mantell_dungeon_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_ord_mantell_dungeon_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int station_ord_mantell_dungeon_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_rebel_outpost.java b/sku.0/sys.server/compiled/game/script/conversation/station_rebel_outpost.java index 20607a39e2..e01335f97b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_rebel_outpost.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_rebel_outpost.java @@ -142,7 +142,7 @@ public int station_rebel_outpost_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int station_rebel_outpost_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int station_rebel_outpost_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int station_rebel_outpost_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int station_rebel_outpost_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int station_rebel_outpost_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -353,7 +353,7 @@ public int station_rebel_outpost_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -368,7 +368,7 @@ public int station_rebel_outpost_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ public int station_rebel_outpost_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -624,7 +624,7 @@ public int station_rebel_outpost_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -697,7 +697,7 @@ public int station_rebel_outpost_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -770,7 +770,7 @@ public int station_rebel_outpost_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -902,7 +902,7 @@ public int station_rebel_outpost_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -917,7 +917,7 @@ public int station_rebel_outpost_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -978,7 +978,7 @@ public int station_rebel_outpost_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1110,7 +1110,7 @@ public int station_rebel_outpost_handleBranch30(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1242,7 +1242,7 @@ public int station_rebel_outpost_handleBranch31(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1258,7 +1258,7 @@ public int station_rebel_outpost_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1324,7 +1324,7 @@ public int station_rebel_outpost_handleBranch35(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1363,7 +1363,7 @@ public int station_rebel_outpost_handleBranch38(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1432,7 +1432,7 @@ public int station_rebel_outpost_handleBranch39(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rebel_outpost_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1498,7 +1498,7 @@ public int station_rebel_outpost_handleBranch40(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_rodian_base.java b/sku.0/sys.server/compiled/game/script/conversation/station_rodian_base.java index b04c00d028..082dd486b7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_rodian_base.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_rodian_base.java @@ -96,7 +96,7 @@ public int station_rodian_base_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_base_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -157,7 +157,7 @@ public int station_rodian_base_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_base_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int station_rodian_base_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_base_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -257,7 +257,7 @@ public int station_rodian_base_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_base_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int station_rodian_base_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_base_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int station_rodian_base_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_base_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -350,7 +350,7 @@ public int station_rodian_base_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_rodian_tripp_base.java b/sku.0/sys.server/compiled/game/script/conversation/station_rodian_tripp_base.java index f5c3e5726e..d4f3983bfc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_rodian_tripp_base.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_rodian_tripp_base.java @@ -96,7 +96,7 @@ public int station_rodian_tripp_base_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_tripp_base_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int station_rodian_tripp_base_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_tripp_base_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int station_rodian_tripp_base_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_tripp_base_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int station_rodian_tripp_base_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_tripp_base_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int station_rodian_tripp_base_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_tripp_base_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int station_rodian_tripp_base_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_tripp_base_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int station_rodian_tripp_base_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rodian_tripp_base_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -389,7 +389,7 @@ public int station_rodian_tripp_base_handleBranch13(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_rori.java b/sku.0/sys.server/compiled/game/script/conversation/station_rori.java index 481d0c26ce..163523f475 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_rori.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_rori.java @@ -431,7 +431,7 @@ public int station_rori_handleBranch2(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -490,7 +490,7 @@ public int station_rori_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -549,7 +549,7 @@ public int station_rori_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -608,7 +608,7 @@ public int station_rori_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ public int station_rori_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int station_rori_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -830,7 +830,7 @@ public int station_rori_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1333,7 +1333,7 @@ public int station_rori_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1836,7 +1836,7 @@ public int station_rori_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2247,7 +2247,7 @@ public int station_rori_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2272,7 +2272,7 @@ public int station_rori_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2297,7 +2297,7 @@ public int station_rori_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2322,7 +2322,7 @@ public int station_rori_handleBranch23(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2347,7 +2347,7 @@ public int station_rori_handleBranch26(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2372,7 +2372,7 @@ public int station_rori_handleBranch29(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2397,7 +2397,7 @@ public int station_rori_handleBranch32(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2900,7 +2900,7 @@ public int station_rori_handleBranch35(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3092,7 +3092,7 @@ public int station_rori_handleBranch36(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3121,7 +3121,7 @@ public int station_rori_handleBranch37(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3150,7 +3150,7 @@ public int station_rori_handleBranch40(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3179,7 +3179,7 @@ public int station_rori_handleBranch43(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3208,7 +3208,7 @@ public int station_rori_handleBranch46(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3496,7 +3496,7 @@ public int station_rori_handleBranch49(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3525,7 +3525,7 @@ public int station_rori_handleBranch50(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3554,7 +3554,7 @@ public int station_rori_handleBranch53(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3583,7 +3583,7 @@ public int station_rori_handleBranch56(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3623,7 +3623,7 @@ public int station_rori_handleBranch59(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3716,7 +3716,7 @@ public int station_rori_handleBranch63(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4004,7 +4004,7 @@ public int station_rori_handleBranch64(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4040,7 +4040,7 @@ public int station_rori_handleBranch66(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4076,7 +4076,7 @@ public int station_rori_handleBranch70(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4112,7 +4112,7 @@ public int station_rori_handleBranch74(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4160,7 +4160,7 @@ public int station_rori_handleBranch78(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4209,7 +4209,7 @@ public int station_rori_handleBranch79(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4234,7 +4234,7 @@ public int station_rori_handleBranch80(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_rori_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4358,7 +4358,7 @@ public int station_rori_handleBranch84(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_talus.java b/sku.0/sys.server/compiled/game/script/conversation/station_talus.java index ae96f6a9b0..fe2c413d0e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_talus.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_talus.java @@ -297,7 +297,7 @@ public int station_talus_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int station_talus_handleBranch4(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -618,7 +618,7 @@ public int station_talus_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1041,7 +1041,7 @@ public int station_talus_handleBranch9(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1225,7 +1225,7 @@ public int station_talus_handleBranch10(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1258,7 +1258,7 @@ public int station_talus_handleBranch11(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1291,7 +1291,7 @@ public int station_talus_handleBranch14(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1324,7 +1324,7 @@ public int station_talus_handleBranch17(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1357,7 +1357,7 @@ public int station_talus_handleBranch20(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1595,7 +1595,7 @@ public int station_talus_handleBranch23(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1624,7 +1624,7 @@ public int station_talus_handleBranch24(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1653,7 +1653,7 @@ public int station_talus_handleBranch27(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1682,7 +1682,7 @@ public int station_talus_handleBranch30(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1711,7 +1711,7 @@ public int station_talus_handleBranch33(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1770,7 +1770,7 @@ public int station_talus_handleBranch38(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1819,7 +1819,7 @@ public int station_talus_handleBranch40(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1844,7 +1844,7 @@ public int station_talus_handleBranch41(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1869,7 +1869,7 @@ public int station_talus_handleBranch45(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1907,7 +1907,7 @@ public int station_talus_handleBranch48(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1945,7 +1945,7 @@ public int station_talus_handleBranch49(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1991,7 +1991,7 @@ public int station_talus_handleBranch50(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2037,7 +2037,7 @@ public int station_talus_handleBranch51(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2051,7 +2051,7 @@ public int station_talus_handleBranch53(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2349,7 +2349,7 @@ public int station_talus_handleBranch55(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2578,7 +2578,7 @@ public int station_talus_handleBranch56(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2603,7 +2603,7 @@ public int station_talus_handleBranch57(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2628,7 +2628,7 @@ public int station_talus_handleBranch60(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2653,7 +2653,7 @@ public int station_talus_handleBranch63(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2678,7 +2678,7 @@ public int station_talus_handleBranch66(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2703,7 +2703,7 @@ public int station_talus_handleBranch69(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2937,7 +2937,7 @@ public int station_talus_handleBranch72(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2962,7 +2962,7 @@ public int station_talus_handleBranch73(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2987,7 +2987,7 @@ public int station_talus_handleBranch76(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3012,7 +3012,7 @@ public int station_talus_handleBranch79(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3037,7 +3037,7 @@ public int station_talus_handleBranch82(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_talus_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3139,7 +3139,7 @@ public int station_talus_handleBranch86(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_tatooine.java b/sku.0/sys.server/compiled/game/script/conversation/station_tatooine.java index ad3603aac5..180e6ec4f2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_tatooine.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_tatooine.java @@ -639,7 +639,7 @@ public int station_tatooine_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -698,7 +698,7 @@ public int station_tatooine_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -723,7 +723,7 @@ public int station_tatooine_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1132,7 +1132,7 @@ public int station_tatooine_handleBranch8(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1541,7 +1541,7 @@ public int station_tatooine_handleBranch9(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1566,7 +1566,7 @@ public int station_tatooine_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1591,7 +1591,7 @@ public int station_tatooine_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1616,7 +1616,7 @@ public int station_tatooine_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1641,7 +1641,7 @@ public int station_tatooine_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1666,7 +1666,7 @@ public int station_tatooine_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1691,7 +1691,7 @@ public int station_tatooine_handleBranch25(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1716,7 +1716,7 @@ public int station_tatooine_handleBranch28(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1741,7 +1741,7 @@ public int station_tatooine_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1766,7 +1766,7 @@ public int station_tatooine_handleBranch34(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2000,7 +2000,7 @@ public int station_tatooine_handleBranch37(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2025,7 +2025,7 @@ public int station_tatooine_handleBranch38(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2050,7 +2050,7 @@ public int station_tatooine_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2075,7 +2075,7 @@ public int station_tatooine_handleBranch44(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2100,7 +2100,7 @@ public int station_tatooine_handleBranch47(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2159,7 +2159,7 @@ public int station_tatooine_handleBranch51(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2184,7 +2184,7 @@ public int station_tatooine_handleBranch53(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2310,7 +2310,7 @@ public int station_tatooine_handleBranch56(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_tatooine_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2412,7 +2412,7 @@ public int station_tatooine_handleBranch58(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_tatooine_mining.java b/sku.0/sys.server/compiled/game/script/conversation/station_tatooine_mining.java index ee68f5354f..653a442229 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_tatooine_mining.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_tatooine_mining.java @@ -34,7 +34,7 @@ public int station_tatooine_mining_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_yavin4.java b/sku.0/sys.server/compiled/game/script/conversation/station_yavin4.java index 1c366c0e9c..2b9c27b0b5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_yavin4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_yavin4.java @@ -971,7 +971,7 @@ public int station_yavin4_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1109,7 +1109,7 @@ public int station_yavin4_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1425,7 +1425,7 @@ public int station_yavin4_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2089,7 +2089,7 @@ public int station_yavin4_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2429,7 +2429,7 @@ public int station_yavin4_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2444,7 +2444,7 @@ public int station_yavin4_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3108,7 +3108,7 @@ public int station_yavin4_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3470,7 +3470,7 @@ public int station_yavin4_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3507,7 +3507,7 @@ public int station_yavin4_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4171,7 +4171,7 @@ public int station_yavin4_handleBranch14(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4488,7 +4488,7 @@ public int station_yavin4_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5152,7 +5152,7 @@ public int station_yavin4_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5468,7 +5468,7 @@ public int station_yavin4_handleBranch18(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6132,7 +6132,7 @@ public int station_yavin4_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6448,7 +6448,7 @@ public int station_yavin4_handleBranch21(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7112,7 +7112,7 @@ public int station_yavin4_handleBranch23(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7428,7 +7428,7 @@ public int station_yavin4_handleBranch24(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8092,7 +8092,7 @@ public int station_yavin4_handleBranch26(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8263,7 +8263,7 @@ public int station_yavin4_handleBranch27(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8927,7 +8927,7 @@ public int station_yavin4_handleBranch28(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9097,7 +9097,7 @@ public int station_yavin4_handleBranch29(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9761,7 +9761,7 @@ public int station_yavin4_handleBranch30(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9931,7 +9931,7 @@ public int station_yavin4_handleBranch31(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10595,7 +10595,7 @@ public int station_yavin4_handleBranch32(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10766,7 +10766,7 @@ public int station_yavin4_handleBranch33(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11430,7 +11430,7 @@ public int station_yavin4_handleBranch34(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11468,7 +11468,7 @@ public int station_yavin4_handleBranch35(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11639,7 +11639,7 @@ public int station_yavin4_handleBranch36(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12303,7 +12303,7 @@ public int station_yavin4_handleBranch37(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12474,7 +12474,7 @@ public int station_yavin4_handleBranch38(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13138,7 +13138,7 @@ public int station_yavin4_handleBranch39(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13488,7 +13488,7 @@ public int station_yavin4_handleBranch40(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13514,7 +13514,7 @@ public int station_yavin4_handleBranch41(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14178,7 +14178,7 @@ public int station_yavin4_handleBranch42(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14349,7 +14349,7 @@ public int station_yavin4_handleBranch43(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15013,7 +15013,7 @@ public int station_yavin4_handleBranch44(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15184,7 +15184,7 @@ public int station_yavin4_handleBranch45(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15848,7 +15848,7 @@ public int station_yavin4_handleBranch46(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16019,7 +16019,7 @@ public int station_yavin4_handleBranch47(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16683,7 +16683,7 @@ public int station_yavin4_handleBranch48(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -16854,7 +16854,7 @@ public int station_yavin4_handleBranch49(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -17518,7 +17518,7 @@ public int station_yavin4_handleBranch50(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18182,7 +18182,7 @@ public int station_yavin4_handleBranch51(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18321,7 +18321,7 @@ public int station_yavin4_handleBranch52(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18346,7 +18346,7 @@ public int station_yavin4_handleBranch53(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18371,7 +18371,7 @@ public int station_yavin4_handleBranch56(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18396,7 +18396,7 @@ public int station_yavin4_handleBranch59(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18630,7 +18630,7 @@ public int station_yavin4_handleBranch62(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18655,7 +18655,7 @@ public int station_yavin4_handleBranch63(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18680,7 +18680,7 @@ public int station_yavin4_handleBranch66(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18705,7 +18705,7 @@ public int station_yavin4_handleBranch69(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18730,7 +18730,7 @@ public int station_yavin4_handleBranch72(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -18911,7 +18911,7 @@ public int station_yavin4_handleBranch76(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19575,7 +19575,7 @@ public int station_yavin4_handleBranch78(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -19756,7 +19756,7 @@ public int station_yavin4_handleBranch80(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20420,7 +20420,7 @@ public int station_yavin4_handleBranch82(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20446,7 +20446,7 @@ public int station_yavin4_handleBranch86(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20495,7 +20495,7 @@ public int station_yavin4_handleBranch90(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -20676,7 +20676,7 @@ public int station_yavin4_handleBranch91(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21340,7 +21340,7 @@ public int station_yavin4_handleBranch93(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21355,7 +21355,7 @@ public int station_yavin4_handleBranch95(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -21536,7 +21536,7 @@ public int station_yavin4_handleBranch98(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22200,7 +22200,7 @@ public int station_yavin4_handleBranch100(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22260,7 +22260,7 @@ public int station_yavin4_handleBranch102(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22297,7 +22297,7 @@ public int station_yavin4_handleBranch103(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -22478,7 +22478,7 @@ public int station_yavin4_handleBranch108(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -23142,7 +23142,7 @@ public int station_yavin4_handleBranch110(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int station_yavin4_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -23222,7 +23222,7 @@ public int station_yavin4_handleBranch114(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/station_yavin4_mining.java b/sku.0/sys.server/compiled/game/script/conversation/station_yavin4_mining.java index 09b5672858..e1e7604425 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/station_yavin4_mining.java +++ b/sku.0/sys.server/compiled/game/script/conversation/station_yavin4_mining.java @@ -34,7 +34,7 @@ public int station_yavin4_mining_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/stormtrooper_leader_quarantine_zone.java b/sku.0/sys.server/compiled/game/script/conversation/stormtrooper_leader_quarantine_zone.java index 30442125e5..3fe90733c6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/stormtrooper_leader_quarantine_zone.java +++ b/sku.0/sys.server/compiled/game/script/conversation/stormtrooper_leader_quarantine_zone.java @@ -91,7 +91,7 @@ public int stormtrooper_leader_quarantine_zone_handleBranch1(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stormtrooper_leader_quarantine_zone_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int stormtrooper_leader_quarantine_zone_handleBranch2(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stormtrooper_leader_quarantine_zone_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int stormtrooper_leader_quarantine_zone_handleBranch3(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stormtrooper_leader_quarantine_zone_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int stormtrooper_leader_quarantine_zone_handleBranch4(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stormtrooper_leader_quarantine_zone_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int stormtrooper_leader_quarantine_zone_handleBranch5(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stormtrooper_leader_quarantine_zone_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int stormtrooper_leader_quarantine_zone_handleBranch6(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stormtrooper_leader_quarantine_zone_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int stormtrooper_leader_quarantine_zone_handleBranch7(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stormtrooper_leader_quarantine_zone_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int stormtrooper_leader_quarantine_zone_handleBranch9(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_one_computer.java b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_one_computer.java index e15a6f6a76..696854348f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_one_computer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_one_computer.java @@ -84,7 +84,7 @@ public int story_arc_chapter_one_computer_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -98,7 +98,7 @@ public int story_arc_chapter_one_computer_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int story_arc_chapter_one_computer_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int story_arc_chapter_one_computer_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int story_arc_chapter_one_computer_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int story_arc_chapter_one_computer_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int story_arc_chapter_one_computer_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int story_arc_chapter_one_computer_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int story_arc_chapter_one_computer_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -378,7 +378,7 @@ public int story_arc_chapter_one_computer_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -416,7 +416,7 @@ public int story_arc_chapter_one_computer_handleBranch14(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -454,7 +454,7 @@ public int story_arc_chapter_one_computer_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -492,7 +492,7 @@ public int story_arc_chapter_one_computer_handleBranch16(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -530,7 +530,7 @@ public int story_arc_chapter_one_computer_handleBranch17(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -568,7 +568,7 @@ public int story_arc_chapter_one_computer_handleBranch18(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -606,7 +606,7 @@ public int story_arc_chapter_one_computer_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -621,7 +621,7 @@ public int story_arc_chapter_one_computer_handleBranch20(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int story_arc_chapter_one_computer_handleBranch22(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -649,7 +649,7 @@ public int story_arc_chapter_one_computer_handleBranch24(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_computer_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -663,7 +663,7 @@ public int story_arc_chapter_one_computer_handleBranch26(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_one_milo.java b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_one_milo.java index e61ae9678e..b8b7d31a17 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_one_milo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_one_milo.java @@ -133,7 +133,7 @@ public int story_arc_chapter_one_milo_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int story_arc_chapter_one_milo_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -213,7 +213,7 @@ public int story_arc_chapter_one_milo_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int story_arc_chapter_one_milo_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int story_arc_chapter_one_milo_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -284,7 +284,7 @@ public int story_arc_chapter_one_milo_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -324,7 +324,7 @@ public int story_arc_chapter_one_milo_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -375,7 +375,7 @@ public int story_arc_chapter_one_milo_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int story_arc_chapter_one_milo_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int story_arc_chapter_one_milo_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -431,7 +431,7 @@ public int story_arc_chapter_one_milo_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int story_arc_chapter_one_milo_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -461,7 +461,7 @@ public int story_arc_chapter_one_milo_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -475,7 +475,7 @@ public int story_arc_chapter_one_milo_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int story_arc_chapter_one_milo_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -553,7 +553,7 @@ public int story_arc_chapter_one_milo_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int story_arc_chapter_one_milo_handleBranch31(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int story_arc_chapter_one_milo_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -703,7 +703,7 @@ public int story_arc_chapter_one_milo_handleBranch33(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -752,7 +752,7 @@ public int story_arc_chapter_one_milo_handleBranch34(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -791,7 +791,7 @@ public int story_arc_chapter_one_milo_handleBranch35(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -830,7 +830,7 @@ public int story_arc_chapter_one_milo_handleBranch36(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -880,7 +880,7 @@ public int story_arc_chapter_one_milo_handleBranch37(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_one_milo_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -906,7 +906,7 @@ public int story_arc_chapter_one_milo_handleBranch38(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_cobar.java b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_cobar.java index 080c67b205..e919763cf2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_cobar.java +++ b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_cobar.java @@ -60,7 +60,7 @@ public int story_arc_chapter_three_cobar_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_three_cobar_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -75,7 +75,7 @@ public int story_arc_chapter_three_cobar_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_pilot.java index a14b07f17e..166c37e0e4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_pilot.java @@ -96,7 +96,7 @@ public int story_arc_chapter_three_pilot_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_three_pilot_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int story_arc_chapter_three_pilot_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_three_pilot_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int story_arc_chapter_three_pilot_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_three_pilot_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -225,7 +225,7 @@ public int story_arc_chapter_three_pilot_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_three_pilot_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -252,7 +252,7 @@ public int story_arc_chapter_three_pilot_handleBranch7(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_scout.java b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_scout.java index 1a1e3370d0..36f6f4ca49 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_scout.java +++ b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_three_scout.java @@ -74,7 +74,7 @@ public int story_arc_chapter_three_scout_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_three_scout_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -124,7 +124,7 @@ public int story_arc_chapter_three_scout_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_three_scout_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int story_arc_chapter_three_scout_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_two_computer.java b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_two_computer.java index 1f646a9f86..9b16ecd9e3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_two_computer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/story_arc_chapter_two_computer.java @@ -77,7 +77,7 @@ public int story_arc_chapter_two_computer_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int story_arc_chapter_two_computer_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -105,7 +105,7 @@ public int story_arc_chapter_two_computer_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int story_arc_chapter_two_computer_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -181,7 +181,7 @@ public int story_arc_chapter_two_computer_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int story_arc_chapter_two_computer_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int story_arc_chapter_two_computer_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int story_arc_chapter_two_computer_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -310,7 +310,7 @@ public int story_arc_chapter_two_computer_handleBranch14(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int story_arc_chapter_two_computer_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int story_arc_chapter_two_computer_handleBranch16(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -424,7 +424,7 @@ public int story_arc_chapter_two_computer_handleBranch17(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int story_arc_chapter_two_computer_handleBranch18(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int story_arc_chapter_two_computer_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -515,7 +515,7 @@ public int story_arc_chapter_two_computer_handleBranch20(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_chapter_two_computer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int story_arc_chapter_two_computer_handleBranch22(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/story_arc_prelude_chivos.java b/sku.0/sys.server/compiled/game/script/conversation/story_arc_prelude_chivos.java index 321eef6403..75b4f8a3d0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/story_arc_prelude_chivos.java +++ b/sku.0/sys.server/compiled/game/script/conversation/story_arc_prelude_chivos.java @@ -113,7 +113,7 @@ public int story_arc_prelude_chivos_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int story_arc_prelude_chivos_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int story_arc_prelude_chivos_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int story_arc_prelude_chivos_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -243,7 +243,7 @@ public int story_arc_prelude_chivos_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int story_arc_prelude_chivos_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -332,7 +332,7 @@ public int story_arc_prelude_chivos_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -370,7 +370,7 @@ public int story_arc_prelude_chivos_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int story_arc_prelude_chivos_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int story_arc_prelude_chivos_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -487,7 +487,7 @@ public int story_arc_prelude_chivos_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -537,7 +537,7 @@ public int story_arc_prelude_chivos_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -563,7 +563,7 @@ public int story_arc_prelude_chivos_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int story_arc_prelude_chivos_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -628,7 +628,7 @@ public int story_arc_prelude_chivos_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -654,7 +654,7 @@ public int story_arc_prelude_chivos_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -693,7 +693,7 @@ public int story_arc_prelude_chivos_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -732,7 +732,7 @@ public int story_arc_prelude_chivos_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -772,7 +772,7 @@ public int story_arc_prelude_chivos_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -822,7 +822,7 @@ public int story_arc_prelude_chivos_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int story_arc_prelude_chivos_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -849,7 +849,7 @@ public int story_arc_prelude_chivos_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/storyteller_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/storyteller_vendor.java index 609cf789c3..cd6d723584 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/storyteller_vendor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/storyteller_vendor.java @@ -71,7 +71,7 @@ public int storyteller_vendor_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/striking_miners_nurfa.java b/sku.0/sys.server/compiled/game/script/conversation/striking_miners_nurfa.java index bf75568dc3..b9dcff5c08 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/striking_miners_nurfa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/striking_miners_nurfa.java @@ -78,7 +78,7 @@ public int striking_miners_nurfa_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_nurfa_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -95,7 +95,7 @@ public int striking_miners_nurfa_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_nurfa_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -110,7 +110,7 @@ public int striking_miners_nurfa_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_nurfa_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int striking_miners_nurfa_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_nurfa_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int striking_miners_nurfa_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_nurfa_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -228,7 +228,7 @@ public int striking_miners_nurfa_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_nurfa_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -268,7 +268,7 @@ public int striking_miners_nurfa_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_nurfa_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -284,7 +284,7 @@ public int striking_miners_nurfa_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/striking_miners_urst.java b/sku.0/sys.server/compiled/game/script/conversation/striking_miners_urst.java index 42bd750042..2d3e823f6d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/striking_miners_urst.java +++ b/sku.0/sys.server/compiled/game/script/conversation/striking_miners_urst.java @@ -50,7 +50,7 @@ public int striking_miners_urst_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_urst_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -64,7 +64,7 @@ public int striking_miners_urst_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_urst_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -103,7 +103,7 @@ public int striking_miners_urst_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_urst_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int striking_miners_urst_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_urst_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int striking_miners_urst_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int striking_miners_urst_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int striking_miners_urst_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/stuvany_inglen.java b/sku.0/sys.server/compiled/game/script/conversation/stuvany_inglen.java index 7aeaf69ccd..6cb0e45701 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/stuvany_inglen.java +++ b/sku.0/sys.server/compiled/game/script/conversation/stuvany_inglen.java @@ -262,7 +262,7 @@ public int stuvany_inglen_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -300,7 +300,7 @@ public int stuvany_inglen_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int stuvany_inglen_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int stuvany_inglen_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int stuvany_inglen_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int stuvany_inglen_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -447,7 +447,7 @@ public int stuvany_inglen_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -485,7 +485,7 @@ public int stuvany_inglen_handleBranch12(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int stuvany_inglen_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -539,7 +539,7 @@ public int stuvany_inglen_handleBranch16(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int stuvany_inglen_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -572,7 +572,7 @@ public int stuvany_inglen_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int stuvany_inglen_handleBranch22(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -648,7 +648,7 @@ public int stuvany_inglen_handleBranch23(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -686,7 +686,7 @@ public int stuvany_inglen_handleBranch24(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -724,7 +724,7 @@ public int stuvany_inglen_handleBranch25(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -739,7 +739,7 @@ public int stuvany_inglen_handleBranch26(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -777,7 +777,7 @@ public int stuvany_inglen_handleBranch29(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -792,7 +792,7 @@ public int stuvany_inglen_handleBranch30(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -806,7 +806,7 @@ public int stuvany_inglen_handleBranch33(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -844,7 +844,7 @@ public int stuvany_inglen_handleBranch35(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -882,7 +882,7 @@ public int stuvany_inglen_handleBranch36(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -920,7 +920,7 @@ public int stuvany_inglen_handleBranch37(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -958,7 +958,7 @@ public int stuvany_inglen_handleBranch38(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int stuvany_inglen_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -973,7 +973,7 @@ public int stuvany_inglen_handleBranch39(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/survivor_01.java b/sku.0/sys.server/compiled/game/script/conversation/survivor_01.java index 27d5443090..45075992a8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/survivor_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/survivor_01.java @@ -105,7 +105,7 @@ public int survivor_01_handleBranch1(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/survivor_02.java b/sku.0/sys.server/compiled/game/script/conversation/survivor_02.java index b28f69b3e6..45a7f40848 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/survivor_02.java +++ b/sku.0/sys.server/compiled/game/script/conversation/survivor_02.java @@ -39,7 +39,7 @@ public int survivor_02_handleBranch1(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_braedic_ekirk.java b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_braedic_ekirk.java index 7b32f53662..7b9980bcea 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_braedic_ekirk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_braedic_ekirk.java @@ -63,7 +63,7 @@ public int talus_dearic_coa_braedic_ekirk_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_braedic_ekirk_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -116,7 +116,7 @@ public int talus_dearic_coa_braedic_ekirk_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_braedic_ekirk_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int talus_dearic_coa_braedic_ekirk_handleBranch4(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_braedic_ekirk_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int talus_dearic_coa_braedic_ekirk_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_braedic_ekirk_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int talus_dearic_coa_braedic_ekirk_handleBranch9(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_braedic_ekirk_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int talus_dearic_coa_braedic_ekirk_handleBranch10(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_braedic_ekirk_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,7 +305,7 @@ public int talus_dearic_coa_braedic_ekirk_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_braedic_ekirk_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int talus_dearic_coa_braedic_ekirk_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_dathnaeya.java b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_dathnaeya.java index 374c3beaf7..cc8e38e9f1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_dathnaeya.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_dathnaeya.java @@ -231,7 +231,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -400,7 +400,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -664,7 +664,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -682,7 +682,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -723,7 +723,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -764,7 +764,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -781,7 +781,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -859,7 +859,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -900,7 +900,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -917,7 +917,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -959,7 +959,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -977,7 +977,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1054,7 +1054,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1095,7 +1095,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1112,7 +1112,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1154,7 +1154,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1171,7 +1171,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1317,7 +1317,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1333,7 +1333,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1456,7 +1456,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1494,7 +1494,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch33(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1508,7 +1508,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch34(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1546,7 +1546,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch36(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1560,7 +1560,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch37(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1612,7 +1612,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch40(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1628,7 +1628,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch42(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1643,7 +1643,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch44(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1742,7 +1742,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch46(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1876,7 +1876,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch47(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1928,7 +1928,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch48(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1982,7 +1982,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch49(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1998,7 +1998,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch50(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2051,7 +2051,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch53(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2067,7 +2067,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch55(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2119,7 +2119,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch57(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_dathnaeya_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2135,7 +2135,7 @@ public int talus_dearic_coa_dathnaeya_handleBranch59(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_galiir_ac_yandar.java b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_galiir_ac_yandar.java index a39a8593ba..bf9181f847 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_galiir_ac_yandar.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_galiir_ac_yandar.java @@ -69,7 +69,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -121,7 +121,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch3(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -233,7 +233,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch11(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch13(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -353,7 +353,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch14(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -406,7 +406,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch15(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -447,7 +447,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch16(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_galiir_ac_yandar_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -463,7 +463,7 @@ public int talus_dearic_coa_galiir_ac_yandar_handleBranch17(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_mark_hieks.java b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_mark_hieks.java index 3be625a5d0..a5be13c28c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_mark_hieks.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_mark_hieks.java @@ -129,7 +129,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -170,7 +170,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -322,7 +322,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -391,7 +391,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -515,7 +515,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -567,7 +567,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -619,7 +619,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_mark_hieks_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -688,7 +688,7 @@ public int talus_dearic_coa_mark_hieks_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_syirlabradawk.java b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_syirlabradawk.java index d20b0d6c25..a7e170bc97 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_syirlabradawk.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_syirlabradawk.java @@ -144,7 +144,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch3(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch8(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -289,7 +289,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch12(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -450,7 +450,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -468,7 +468,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -486,7 +486,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch18(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -502,7 +502,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch20(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -554,7 +554,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch22(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch23(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -646,7 +646,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch24(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -722,7 +722,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch25(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -739,7 +739,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch26(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -755,7 +755,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch28(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_syirlabradawk_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -771,7 +771,7 @@ public int talus_dearic_coa_syirlabradawk_handleBranch31(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_trezya_nenei.java b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_trezya_nenei.java index 7cced122ac..bfc9760c89 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_trezya_nenei.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_trezya_nenei.java @@ -81,7 +81,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -158,7 +158,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch5(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch7(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch11(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -325,7 +325,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -401,7 +401,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -441,7 +441,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch15(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -492,7 +492,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -580,7 +580,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch17(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -596,7 +596,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch18(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -673,7 +673,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -689,7 +689,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch21(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -705,7 +705,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch23(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_trezya_nenei_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -721,7 +721,7 @@ public int talus_dearic_coa_trezya_nenei_handleBranch26(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_vayde_quellim.java b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_vayde_quellim.java index 5578a8ee49..98610189b8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_vayde_quellim.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_coa_vayde_quellim.java @@ -107,7 +107,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch1(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch2(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch5(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch6(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -254,7 +254,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch7(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch11(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch13(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -375,7 +375,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch15(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -427,7 +427,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch16(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -491,7 +491,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch17(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -543,7 +543,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch18(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -559,7 +559,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch19(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_coa_vayde_quellim_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -611,7 +611,7 @@ public int talus_dearic_coa_vayde_quellim_handleBranch23(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_droid.java b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_droid.java index f4469fd4df..07e3b72ccf 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_droid.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_droid.java @@ -65,7 +65,7 @@ public int talus_dearic_droid_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_droid_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int talus_dearic_droid_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_droid_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int talus_dearic_droid_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_droid_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -181,7 +181,7 @@ public int talus_dearic_droid_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_droid_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int talus_dearic_droid_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_droid_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int talus_dearic_droid_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_jana.java b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_jana.java index d36d4f59c6..36285abc2f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_jana.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_dearic_jana.java @@ -82,7 +82,7 @@ public int talus_dearic_jana_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int talus_dearic_jana_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -138,7 +138,7 @@ public int talus_dearic_jana_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int talus_dearic_jana_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int talus_dearic_jana_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int talus_dearic_jana_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -342,7 +342,7 @@ public int talus_dearic_jana_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -382,7 +382,7 @@ public int talus_dearic_jana_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int talus_dearic_jana_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int talus_dearic_jana_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -502,7 +502,7 @@ public int talus_dearic_jana_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int talus_dearic_jana_handleBranch14(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -581,7 +581,7 @@ public int talus_dearic_jana_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -598,7 +598,7 @@ public int talus_dearic_jana_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -650,7 +650,7 @@ public int talus_dearic_jana_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -690,7 +690,7 @@ public int talus_dearic_jana_handleBranch19(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -730,7 +730,7 @@ public int talus_dearic_jana_handleBranch20(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -770,7 +770,7 @@ public int talus_dearic_jana_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_dearic_jana_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -809,7 +809,7 @@ public int talus_dearic_jana_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_agent.java b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_agent.java index e4aff44f05..5a062801ac 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_agent.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_agent.java @@ -184,7 +184,7 @@ public int talus_nashal_agent_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int talus_nashal_agent_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -247,7 +247,7 @@ public int talus_nashal_agent_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -293,7 +293,7 @@ public int talus_nashal_agent_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int talus_nashal_agent_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int talus_nashal_agent_handleBranch11(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int talus_nashal_agent_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -536,7 +536,7 @@ public int talus_nashal_agent_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -607,7 +607,7 @@ public int talus_nashal_agent_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int talus_nashal_agent_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -797,7 +797,7 @@ public int talus_nashal_agent_handleBranch16(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -916,7 +916,7 @@ public int talus_nashal_agent_handleBranch17(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -987,7 +987,7 @@ public int talus_nashal_agent_handleBranch18(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1106,7 +1106,7 @@ public int talus_nashal_agent_handleBranch19(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1121,7 +1121,7 @@ public int talus_nashal_agent_handleBranch22(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1160,7 +1160,7 @@ public int talus_nashal_agent_handleBranch24(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1175,7 +1175,7 @@ public int talus_nashal_agent_handleBranch25(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1190,7 +1190,7 @@ public int talus_nashal_agent_handleBranch27(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1204,7 +1204,7 @@ public int talus_nashal_agent_handleBranch29(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1219,7 +1219,7 @@ public int talus_nashal_agent_handleBranch31(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1257,7 +1257,7 @@ public int talus_nashal_agent_handleBranch35(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1295,7 +1295,7 @@ public int talus_nashal_agent_handleBranch36(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_agent_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1310,7 +1310,7 @@ public int talus_nashal_agent_handleBranch37(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_droid_head.java b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_droid_head.java index d08748e7fe..53072476cb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_droid_head.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_droid_head.java @@ -88,7 +88,7 @@ public int talus_nashal_droid_head_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_droid_head_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -136,7 +136,7 @@ public int talus_nashal_droid_head_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_droid_head_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -174,7 +174,7 @@ public int talus_nashal_droid_head_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_droid_head_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int talus_nashal_droid_head_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_droid_head_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int talus_nashal_droid_head_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_kiki.java b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_kiki.java index f43ddcd099..7233a2b2bd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_kiki.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_kiki.java @@ -77,7 +77,7 @@ public int talus_nashal_kiki_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_kiki_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int talus_nashal_kiki_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_kiki_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int talus_nashal_kiki_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_kiki_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int talus_nashal_kiki_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_kiki_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int talus_nashal_kiki_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_kiki_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -277,7 +277,7 @@ public int talus_nashal_kiki_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_kiki_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -316,7 +316,7 @@ public int talus_nashal_kiki_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_kiki_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int talus_nashal_kiki_handleBranch13(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_kiki_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -374,7 +374,7 @@ public int talus_nashal_kiki_handleBranch16(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_kiki_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -391,7 +391,7 @@ public int talus_nashal_kiki_handleBranch17(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_lika.java b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_lika.java index d999c3e05a..e98243c674 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_lika.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_lika.java @@ -53,7 +53,7 @@ public int talus_nashal_lika_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_lika_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -67,7 +67,7 @@ public int talus_nashal_lika_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_lika_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -105,7 +105,7 @@ public int talus_nashal_lika_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_lika_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int talus_nashal_lika_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_mother.java b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_mother.java index 43fe18561c..52ab0a79fe 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_mother.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_mother.java @@ -68,7 +68,7 @@ public int talus_nashal_mother_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_mother_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int talus_nashal_mother_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_mother_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -190,7 +190,7 @@ public int talus_nashal_mother_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_mother_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int talus_nashal_mother_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_mother_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int talus_nashal_mother_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_ravi.java b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_ravi.java index 91f33ffbb1..2206d89b61 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_ravi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_ravi.java @@ -69,7 +69,7 @@ public int talus_nashal_ravi_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_ravi_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -109,7 +109,7 @@ public int talus_nashal_ravi_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_ravi_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -150,7 +150,7 @@ public int talus_nashal_ravi_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_ravi_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int talus_nashal_ravi_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_ravi_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int talus_nashal_ravi_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_smuggler.java b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_smuggler.java index 663998b4d3..889514f68e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_smuggler.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_smuggler.java @@ -68,7 +68,7 @@ public int talus_nashal_smuggler_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_smuggler_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int talus_nashal_smuggler_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_smuggler_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int talus_nashal_smuggler_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_smuggler_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int talus_nashal_smuggler_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_smuggler_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -197,7 +197,7 @@ public int talus_nashal_smuggler_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_tika.java b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_tika.java index 962e8283a5..ad9aeea446 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_tika.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_tika.java @@ -78,7 +78,7 @@ public int talus_nashal_tika_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_tika_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -96,7 +96,7 @@ public int talus_nashal_tika_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_tika_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -137,7 +137,7 @@ public int talus_nashal_tika_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_tika_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int talus_nashal_tika_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int talus_nashal_tika_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int talus_nashal_tika_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_droid.java b/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_droid.java index 77a218f853..c76a0eeeee 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_droid.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_droid.java @@ -52,7 +52,7 @@ public int tat_icon_missingdroid_droid_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_droid_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -91,7 +91,7 @@ public int tat_icon_missingdroid_droid_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_droid_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int tat_icon_missingdroid_droid_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_droid_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -169,7 +169,7 @@ public int tat_icon_missingdroid_droid_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_droid_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -209,7 +209,7 @@ public int tat_icon_missingdroid_droid_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_droid_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -248,7 +248,7 @@ public int tat_icon_missingdroid_droid_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_droid_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int tat_icon_missingdroid_droid_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_farmer.java b/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_farmer.java index f53ea425c1..4524a44c49 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_farmer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_farmer.java @@ -188,7 +188,7 @@ public int tat_icon_missingdroid_farmer_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int tat_icon_missingdroid_farmer_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int tat_icon_missingdroid_farmer_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int tat_icon_missingdroid_farmer_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int tat_icon_missingdroid_farmer_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -357,7 +357,7 @@ public int tat_icon_missingdroid_farmer_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int tat_icon_missingdroid_farmer_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -412,7 +412,7 @@ public int tat_icon_missingdroid_farmer_handleBranch13(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int tat_icon_missingdroid_farmer_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int tat_icon_missingdroid_farmer_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -621,7 +621,7 @@ public int tat_icon_missingdroid_farmer_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -682,7 +682,7 @@ public int tat_icon_missingdroid_farmer_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -743,7 +743,7 @@ public int tat_icon_missingdroid_farmer_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -817,7 +817,7 @@ public int tat_icon_missingdroid_farmer_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -856,7 +856,7 @@ public int tat_icon_missingdroid_farmer_handleBranch23(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -895,7 +895,7 @@ public int tat_icon_missingdroid_farmer_handleBranch24(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -934,7 +934,7 @@ public int tat_icon_missingdroid_farmer_handleBranch25(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -973,7 +973,7 @@ public int tat_icon_missingdroid_farmer_handleBranch26(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_farmer_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -989,7 +989,7 @@ public int tat_icon_missingdroid_farmer_handleBranch27(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_jawa.java b/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_jawa.java index 9960a083f4..eadd51315b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_jawa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_jawa.java @@ -106,7 +106,7 @@ public int tat_icon_missingdroid_jawa_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int tat_icon_missingdroid_jawa_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int tat_icon_missingdroid_jawa_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int tat_icon_missingdroid_jawa_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -317,7 +317,7 @@ public int tat_icon_missingdroid_jawa_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int tat_icon_missingdroid_jawa_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int tat_icon_missingdroid_jawa_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -434,7 +434,7 @@ public int tat_icon_missingdroid_jawa_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -484,7 +484,7 @@ public int tat_icon_missingdroid_jawa_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int tat_icon_missingdroid_jawa_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -597,7 +597,7 @@ public int tat_icon_missingdroid_jawa_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -636,7 +636,7 @@ public int tat_icon_missingdroid_jawa_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -675,7 +675,7 @@ public int tat_icon_missingdroid_jawa_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -714,7 +714,7 @@ public int tat_icon_missingdroid_jawa_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -753,7 +753,7 @@ public int tat_icon_missingdroid_jawa_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -792,7 +792,7 @@ public int tat_icon_missingdroid_jawa_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -808,7 +808,7 @@ public int tat_icon_missingdroid_jawa_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int tat_icon_missingdroid_jawa_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -976,7 +976,7 @@ public int tat_icon_missingdroid_jawa_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_jawa_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1037,7 +1037,7 @@ public int tat_icon_missingdroid_jawa_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_lyrissa.java b/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_lyrissa.java index 37cfc3632d..ba79a595d5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_lyrissa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tat_icon_missingdroid_lyrissa.java @@ -184,7 +184,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch1(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -250,7 +250,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch4(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch6(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -340,7 +340,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch8(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -387,7 +387,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch9(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch10(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch13(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -478,7 +478,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch14(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -505,7 +505,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch16(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch19(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -583,7 +583,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch20(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch21(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -662,7 +662,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch22(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tat_icon_missingdroid_lyrissa_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -678,7 +678,7 @@ public int tat_icon_missingdroid_lyrissa_handleBranch23(obj_id player, obj_id np return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_porgryn_01.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_porgryn_01.java index 3588a76470..ceb6750b7f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_porgryn_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_porgryn_01.java @@ -407,7 +407,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch1(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -733,7 +733,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch2(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1059,7 +1059,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch3(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1385,7 +1385,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch4(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1711,7 +1711,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch5(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1725,7 +1725,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch7(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1739,7 +1739,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch9(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1809,7 +1809,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch11(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1880,7 +1880,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch13(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1940,7 +1940,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch14(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2011,7 +2011,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch15(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2092,7 +2092,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch16(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2207,7 +2207,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch17(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2288,7 +2288,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch18(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2369,7 +2369,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch20(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2450,7 +2450,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch21(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2520,7 +2520,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch22(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2545,7 +2545,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch23(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2639,7 +2639,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch24(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_porgryn_01_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2699,7 +2699,7 @@ public int tatooine_24_azure_cabal_porgryn_01_handleBranch25(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_propti_xaroon_01.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_propti_xaroon_01.java index 4eaaccd5f2..68dc38257d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_propti_xaroon_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_propti_xaroon_01.java @@ -198,7 +198,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch1(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch2(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch3(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -383,7 +383,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch4(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch5(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -456,7 +456,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch6(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -526,7 +526,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch8(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -586,7 +586,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch9(obj_id player, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -656,7 +656,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch10(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -795,7 +795,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch11(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -865,7 +865,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch12(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch14(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1005,7 +1005,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch15(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1075,7 +1075,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch17(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1147,7 +1147,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch18(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1209,7 +1209,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch20(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1271,7 +1271,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch21(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1322,7 +1322,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch22(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1338,7 +1338,7 @@ public int tatooine_24_azure_cabal_propti_xaroon_01_handleBranch23(obj_id player return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_tweego_01.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_tweego_01.java index 6dacdcbd45..195f55977c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_tweego_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_24_azure_cabal_tweego_01.java @@ -87,7 +87,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch2(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -173,7 +173,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch5(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch9(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch11(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch12(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch13(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch14(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch15(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -578,7 +578,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch16(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_24_azure_cabal_tweego_01_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -592,7 +592,7 @@ public int tatooine_24_azure_cabal_tweego_01_handleBranch17(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_anchorjobs_ordo.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_anchorjobs_ordo.java index 4f2d46575b..4ccaa8f32f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_anchorjobs_ordo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_anchorjobs_ordo.java @@ -112,7 +112,7 @@ public int tatooine_anchorjobs_ordo_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int tatooine_anchorjobs_ordo_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int tatooine_anchorjobs_ordo_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int tatooine_anchorjobs_ordo_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -521,7 +521,7 @@ public int tatooine_anchorjobs_ordo_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -582,7 +582,7 @@ public int tatooine_anchorjobs_ordo_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -607,7 +607,7 @@ public int tatooine_anchorjobs_ordo_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -677,7 +677,7 @@ public int tatooine_anchorjobs_ordo_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -702,7 +702,7 @@ public int tatooine_anchorjobs_ordo_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -773,7 +773,7 @@ public int tatooine_anchorjobs_ordo_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_anchorjobs_ordo_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -798,7 +798,7 @@ public int tatooine_anchorjobs_ordo_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_bestinejobs_jasha.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_bestinejobs_jasha.java index cecd2f2820..8106615612 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_bestinejobs_jasha.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_bestinejobs_jasha.java @@ -144,7 +144,7 @@ public int tatooine_bestinejobs_jasha_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_bestinejobs_jasha_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -316,7 +316,7 @@ public int tatooine_bestinejobs_jasha_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_bestinejobs_jasha_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -377,7 +377,7 @@ public int tatooine_bestinejobs_jasha_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_bestinejobs_jasha_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int tatooine_bestinejobs_jasha_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_bestinejobs_jasha_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int tatooine_bestinejobs_jasha_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_bestinejobs_jasha_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int tatooine_bestinejobs_jasha_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_bestinejobs_jasha_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -568,7 +568,7 @@ public int tatooine_bestinejobs_jasha_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_bestinejobs_jasha_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int tatooine_bestinejobs_jasha_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_aigorn.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_aigorn.java index 8be8401e5c..6ca855675f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_aigorn.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_aigorn.java @@ -150,7 +150,7 @@ public int tatooine_eisley_aigorn_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -166,7 +166,7 @@ public int tatooine_eisley_aigorn_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -205,7 +205,7 @@ public int tatooine_eisley_aigorn_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int tatooine_eisley_aigorn_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int tatooine_eisley_aigorn_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int tatooine_eisley_aigorn_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int tatooine_eisley_aigorn_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -399,7 +399,7 @@ public int tatooine_eisley_aigorn_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -438,7 +438,7 @@ public int tatooine_eisley_aigorn_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -477,7 +477,7 @@ public int tatooine_eisley_aigorn_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -492,7 +492,7 @@ public int tatooine_eisley_aigorn_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -542,7 +542,7 @@ public int tatooine_eisley_aigorn_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ public int tatooine_eisley_aigorn_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -677,7 +677,7 @@ public int tatooine_eisley_aigorn_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -716,7 +716,7 @@ public int tatooine_eisley_aigorn_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -755,7 +755,7 @@ public int tatooine_eisley_aigorn_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -794,7 +794,7 @@ public int tatooine_eisley_aigorn_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -810,7 +810,7 @@ public int tatooine_eisley_aigorn_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -849,7 +849,7 @@ public int tatooine_eisley_aigorn_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_aigorn_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -899,7 +899,7 @@ public int tatooine_eisley_aigorn_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_begol.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_begol.java index a70a4f7c1a..481bae5b57 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_begol.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_begol.java @@ -85,7 +85,7 @@ public int tatooine_eisley_begol_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -100,7 +100,7 @@ public int tatooine_eisley_begol_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int tatooine_eisley_begol_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -154,7 +154,7 @@ public int tatooine_eisley_begol_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int tatooine_eisley_begol_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int tatooine_eisley_begol_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -272,7 +272,7 @@ public int tatooine_eisley_begol_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int tatooine_eisley_begol_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int tatooine_eisley_begol_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -402,7 +402,7 @@ public int tatooine_eisley_begol_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -476,7 +476,7 @@ public int tatooine_eisley_begol_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -515,7 +515,7 @@ public int tatooine_eisley_begol_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -554,7 +554,7 @@ public int tatooine_eisley_begol_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int tatooine_eisley_begol_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -632,7 +632,7 @@ public int tatooine_eisley_begol_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -671,7 +671,7 @@ public int tatooine_eisley_begol_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -710,7 +710,7 @@ public int tatooine_eisley_begol_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -749,7 +749,7 @@ public int tatooine_eisley_begol_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -788,7 +788,7 @@ public int tatooine_eisley_begol_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_begol_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -804,7 +804,7 @@ public int tatooine_eisley_begol_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_brannix.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_brannix.java index 3858ee38c0..83fbfe8aa7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_brannix.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_brannix.java @@ -90,7 +90,7 @@ public int tatooine_eisley_brannix_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -129,7 +129,7 @@ public int tatooine_eisley_brannix_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int tatooine_eisley_brannix_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int tatooine_eisley_brannix_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int tatooine_eisley_brannix_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -273,7 +273,7 @@ public int tatooine_eisley_brannix_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int tatooine_eisley_brannix_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int tatooine_eisley_brannix_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -425,7 +425,7 @@ public int tatooine_eisley_brannix_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -464,7 +464,7 @@ public int tatooine_eisley_brannix_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int tatooine_eisley_brannix_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -553,7 +553,7 @@ public int tatooine_eisley_brannix_handleBranch16(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_brannix_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -580,7 +580,7 @@ public int tatooine_eisley_brannix_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_byxle.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_byxle.java index 39156e44cd..55a4f25358 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_byxle.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_byxle.java @@ -86,7 +86,7 @@ public int tatooine_eisley_byxle_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -124,7 +124,7 @@ public int tatooine_eisley_byxle_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -139,7 +139,7 @@ public int tatooine_eisley_byxle_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -177,7 +177,7 @@ public int tatooine_eisley_byxle_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int tatooine_eisley_byxle_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int tatooine_eisley_byxle_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int tatooine_eisley_byxle_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -281,7 +281,7 @@ public int tatooine_eisley_byxle_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int tatooine_eisley_byxle_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int tatooine_eisley_byxle_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int tatooine_eisley_byxle_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int tatooine_eisley_byxle_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -444,7 +444,7 @@ public int tatooine_eisley_byxle_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_byxle_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -459,7 +459,7 @@ public int tatooine_eisley_byxle_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_drixa.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_drixa.java index c2ed84c928..1779a9eac3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_drixa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_drixa.java @@ -81,7 +81,7 @@ public int tatooine_eisley_drixa_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_drixa_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int tatooine_eisley_drixa_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_drixa_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int tatooine_eisley_drixa_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_drixa_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int tatooine_eisley_drixa_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_drixa_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -274,7 +274,7 @@ public int tatooine_eisley_drixa_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_dunir.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_dunir.java index de9a3d490b..7f54ab4e64 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_dunir.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_dunir.java @@ -168,7 +168,7 @@ public int tatooine_eisley_dunir_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int tatooine_eisley_dunir_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int tatooine_eisley_dunir_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int tatooine_eisley_dunir_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -309,7 +309,7 @@ public int tatooine_eisley_dunir_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -323,7 +323,7 @@ public int tatooine_eisley_dunir_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int tatooine_eisley_dunir_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int tatooine_eisley_dunir_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -400,7 +400,7 @@ public int tatooine_eisley_dunir_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -473,7 +473,7 @@ public int tatooine_eisley_dunir_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -522,7 +522,7 @@ public int tatooine_eisley_dunir_handleBranch18(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int tatooine_eisley_dunir_handleBranch19(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int tatooine_eisley_dunir_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_dunir_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -625,7 +625,7 @@ public int tatooine_eisley_dunir_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_gendra.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_gendra.java index d79acab726..95223d29a7 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_gendra.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_gendra.java @@ -348,7 +348,7 @@ public int tatooine_eisley_gendra_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -453,7 +453,7 @@ public int tatooine_eisley_gendra_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ public int tatooine_eisley_gendra_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -641,7 +641,7 @@ public int tatooine_eisley_gendra_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -701,7 +701,7 @@ public int tatooine_eisley_gendra_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -795,7 +795,7 @@ public int tatooine_eisley_gendra_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -855,7 +855,7 @@ public int tatooine_eisley_gendra_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int tatooine_eisley_gendra_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1019,7 +1019,7 @@ public int tatooine_eisley_gendra_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1057,7 +1057,7 @@ public int tatooine_eisley_gendra_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1072,7 +1072,7 @@ public int tatooine_eisley_gendra_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1187,7 +1187,7 @@ public int tatooine_eisley_gendra_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1236,7 +1236,7 @@ public int tatooine_eisley_gendra_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1285,7 +1285,7 @@ public int tatooine_eisley_gendra_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1309,7 +1309,7 @@ public int tatooine_eisley_gendra_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1413,7 +1413,7 @@ public int tatooine_eisley_gendra_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1462,7 +1462,7 @@ public int tatooine_eisley_gendra_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1564,7 +1564,7 @@ public int tatooine_eisley_gendra_handleBranch28(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1624,7 +1624,7 @@ public int tatooine_eisley_gendra_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1649,7 +1649,7 @@ public int tatooine_eisley_gendra_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1751,7 +1751,7 @@ public int tatooine_eisley_gendra_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1855,7 +1855,7 @@ public int tatooine_eisley_gendra_handleBranch34(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1870,7 +1870,7 @@ public int tatooine_eisley_gendra_handleBranch36(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2076,7 +2076,7 @@ public int tatooine_eisley_gendra_handleBranch40(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2135,7 +2135,7 @@ public int tatooine_eisley_gendra_handleBranch41(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2184,7 +2184,7 @@ public int tatooine_eisley_gendra_handleBranch43(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2222,7 +2222,7 @@ public int tatooine_eisley_gendra_handleBranch44(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2236,7 +2236,7 @@ public int tatooine_eisley_gendra_handleBranch45(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2284,7 +2284,7 @@ public int tatooine_eisley_gendra_handleBranch48(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2299,7 +2299,7 @@ public int tatooine_eisley_gendra_handleBranch49(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2370,7 +2370,7 @@ public int tatooine_eisley_gendra_handleBranch51(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2474,7 +2474,7 @@ public int tatooine_eisley_gendra_handleBranch53(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_gendra_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2511,7 +2511,7 @@ public int tatooine_eisley_gendra_handleBranch55(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_jano.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_jano.java index 0e5c87b8ca..ef40f41a70 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_jano.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_jano.java @@ -84,7 +84,7 @@ public int tatooine_eisley_jano_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_jano_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int tatooine_eisley_jano_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_jano_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int tatooine_eisley_jano_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_kashi.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_kashi.java index 4cc2eb5608..b0a1612082 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_kashi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_kashi.java @@ -113,7 +113,7 @@ public int tatooine_eisley_kashi_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int tatooine_eisley_kashi_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -143,7 +143,7 @@ public int tatooine_eisley_kashi_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -184,7 +184,7 @@ public int tatooine_eisley_kashi_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int tatooine_eisley_kashi_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -262,7 +262,7 @@ public int tatooine_eisley_kashi_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -278,7 +278,7 @@ public int tatooine_eisley_kashi_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -328,7 +328,7 @@ public int tatooine_eisley_kashi_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -424,7 +424,7 @@ public int tatooine_eisley_kashi_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -474,7 +474,7 @@ public int tatooine_eisley_kashi_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -524,7 +524,7 @@ public int tatooine_eisley_kashi_handleBranch15(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -585,7 +585,7 @@ public int tatooine_eisley_kashi_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -611,7 +611,7 @@ public int tatooine_eisley_kashi_handleBranch17(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -661,7 +661,7 @@ public int tatooine_eisley_kashi_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -700,7 +700,7 @@ public int tatooine_eisley_kashi_handleBranch22(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -750,7 +750,7 @@ public int tatooine_eisley_kashi_handleBranch23(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -824,7 +824,7 @@ public int tatooine_eisley_kashi_handleBranch24(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -863,7 +863,7 @@ public int tatooine_eisley_kashi_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -902,7 +902,7 @@ public int tatooine_eisley_kashi_handleBranch26(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -918,7 +918,7 @@ public int tatooine_eisley_kashi_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_kashi_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -933,7 +933,7 @@ public int tatooine_eisley_kashi_handleBranch29(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_niko.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_niko.java index 633d3f4896..3fd88f1052 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_niko.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_niko.java @@ -138,7 +138,7 @@ public int tatooine_eisley_niko_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int tatooine_eisley_niko_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int tatooine_eisley_niko_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int tatooine_eisley_niko_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int tatooine_eisley_niko_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int tatooine_eisley_niko_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -321,7 +321,7 @@ public int tatooine_eisley_niko_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -359,7 +359,7 @@ public int tatooine_eisley_niko_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -397,7 +397,7 @@ public int tatooine_eisley_niko_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -436,7 +436,7 @@ public int tatooine_eisley_niko_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_niko_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int tatooine_eisley_niko_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_nogri.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_nogri.java index d0532d27d6..184e677560 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_nogri.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_nogri.java @@ -84,7 +84,7 @@ public int tatooine_eisley_nogri_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_nogri_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int tatooine_eisley_nogri_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_nogri_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int tatooine_eisley_nogri_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_nogri_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int tatooine_eisley_nogri_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_nogri_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int tatooine_eisley_nogri_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_nogri_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -308,7 +308,7 @@ public int tatooine_eisley_nogri_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_nogri_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int tatooine_eisley_nogri_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_nogri_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int tatooine_eisley_nogri_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_nogri_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -421,7 +421,7 @@ public int tatooine_eisley_nogri_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_purvis.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_purvis.java index dd99daf75a..06f008556d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_purvis.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_purvis.java @@ -227,7 +227,7 @@ public int tatooine_eisley_purvis_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int tatooine_eisley_purvis_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int tatooine_eisley_purvis_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -385,7 +385,7 @@ public int tatooine_eisley_purvis_handleBranch8(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -445,7 +445,7 @@ public int tatooine_eisley_purvis_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -528,7 +528,7 @@ public int tatooine_eisley_purvis_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -543,7 +543,7 @@ public int tatooine_eisley_purvis_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -592,7 +592,7 @@ public int tatooine_eisley_purvis_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -698,7 +698,7 @@ public int tatooine_eisley_purvis_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -781,7 +781,7 @@ public int tatooine_eisley_purvis_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -806,7 +806,7 @@ public int tatooine_eisley_purvis_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_purvis_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -855,7 +855,7 @@ public int tatooine_eisley_purvis_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_reimos.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_reimos.java index 8e1d373c14..6822de13a1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_reimos.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_reimos.java @@ -267,7 +267,7 @@ public int tatooine_eisley_reimos_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -282,7 +282,7 @@ public int tatooine_eisley_reimos_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int tatooine_eisley_reimos_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int tatooine_eisley_reimos_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int tatooine_eisley_reimos_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int tatooine_eisley_reimos_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -433,7 +433,7 @@ public int tatooine_eisley_reimos_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -471,7 +471,7 @@ public int tatooine_eisley_reimos_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -509,7 +509,7 @@ public int tatooine_eisley_reimos_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int tatooine_eisley_reimos_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -585,7 +585,7 @@ public int tatooine_eisley_reimos_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int tatooine_eisley_reimos_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -638,7 +638,7 @@ public int tatooine_eisley_reimos_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -676,7 +676,7 @@ public int tatooine_eisley_reimos_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -690,7 +690,7 @@ public int tatooine_eisley_reimos_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -728,7 +728,7 @@ public int tatooine_eisley_reimos_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -766,7 +766,7 @@ public int tatooine_eisley_reimos_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -804,7 +804,7 @@ public int tatooine_eisley_reimos_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -876,7 +876,7 @@ public int tatooine_eisley_reimos_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -914,7 +914,7 @@ public int tatooine_eisley_reimos_handleBranch26(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -952,7 +952,7 @@ public int tatooine_eisley_reimos_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -990,7 +990,7 @@ public int tatooine_eisley_reimos_handleBranch28(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1005,7 +1005,7 @@ public int tatooine_eisley_reimos_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1043,7 +1043,7 @@ public int tatooine_eisley_reimos_handleBranch31(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1081,7 +1081,7 @@ public int tatooine_eisley_reimos_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1119,7 +1119,7 @@ public int tatooine_eisley_reimos_handleBranch33(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1157,7 +1157,7 @@ public int tatooine_eisley_reimos_handleBranch34(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1172,7 +1172,7 @@ public int tatooine_eisley_reimos_handleBranch35(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1210,7 +1210,7 @@ public int tatooine_eisley_reimos_handleBranch37(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1224,7 +1224,7 @@ public int tatooine_eisley_reimos_handleBranch38(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1262,7 +1262,7 @@ public int tatooine_eisley_reimos_handleBranch40(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1311,7 +1311,7 @@ public int tatooine_eisley_reimos_handleBranch41(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1349,7 +1349,7 @@ public int tatooine_eisley_reimos_handleBranch42(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1398,7 +1398,7 @@ public int tatooine_eisley_reimos_handleBranch43(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1470,7 +1470,7 @@ public int tatooine_eisley_reimos_handleBranch44(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1508,7 +1508,7 @@ public int tatooine_eisley_reimos_handleBranch45(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1523,7 +1523,7 @@ public int tatooine_eisley_reimos_handleBranch46(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1561,7 +1561,7 @@ public int tatooine_eisley_reimos_handleBranch48(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1599,7 +1599,7 @@ public int tatooine_eisley_reimos_handleBranch49(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1648,7 +1648,7 @@ public int tatooine_eisley_reimos_handleBranch50(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1675,7 +1675,7 @@ public int tatooine_eisley_reimos_handleBranch51(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1714,7 +1714,7 @@ public int tatooine_eisley_reimos_handleBranch54(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1729,7 +1729,7 @@ public int tatooine_eisley_reimos_handleBranch55(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1767,7 +1767,7 @@ public int tatooine_eisley_reimos_handleBranch57(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1781,7 +1781,7 @@ public int tatooine_eisley_reimos_handleBranch58(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1819,7 +1819,7 @@ public int tatooine_eisley_reimos_handleBranch60(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1868,7 +1868,7 @@ public int tatooine_eisley_reimos_handleBranch61(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1917,7 +1917,7 @@ public int tatooine_eisley_reimos_handleBranch62(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1989,7 +1989,7 @@ public int tatooine_eisley_reimos_handleBranch63(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2038,7 +2038,7 @@ public int tatooine_eisley_reimos_handleBranch64(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2098,7 +2098,7 @@ public int tatooine_eisley_reimos_handleBranch65(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2124,7 +2124,7 @@ public int tatooine_eisley_reimos_handleBranch67(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2162,7 +2162,7 @@ public int tatooine_eisley_reimos_handleBranch68(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2200,7 +2200,7 @@ public int tatooine_eisley_reimos_handleBranch69(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2214,7 +2214,7 @@ public int tatooine_eisley_reimos_handleBranch70(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_reimos_v2.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_reimos_v2.java index 5d6e258cf3..8686652b33 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_reimos_v2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_reimos_v2.java @@ -102,7 +102,7 @@ public int tatooine_eisley_reimos_v2_handleBranch1(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -117,7 +117,7 @@ public int tatooine_eisley_reimos_v2_handleBranch3(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -132,7 +132,7 @@ public int tatooine_eisley_reimos_v2_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int tatooine_eisley_reimos_v2_handleBranch7(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int tatooine_eisley_reimos_v2_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int tatooine_eisley_reimos_v2_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int tatooine_eisley_reimos_v2_handleBranch12(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int tatooine_eisley_reimos_v2_handleBranch13(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int tatooine_eisley_reimos_v2_handleBranch14(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int tatooine_eisley_reimos_v2_handleBranch15(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int tatooine_eisley_reimos_v2_handleBranch16(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int tatooine_eisley_reimos_v2_handleBranch18(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_reimos_v2_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -418,7 +418,7 @@ public int tatooine_eisley_reimos_v2_handleBranch19(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_toggi.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_toggi.java index d7ac8a3270..0eec808c6a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_toggi.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_toggi.java @@ -40,7 +40,7 @@ public int tatooine_eisley_toggi_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_toggi_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -54,7 +54,7 @@ public int tatooine_eisley_toggi_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_tori.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_tori.java index f8e4c18009..125580e5b9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_tori.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_tori.java @@ -100,7 +100,7 @@ public int tatooine_eisley_tori_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -173,7 +173,7 @@ public int tatooine_eisley_tori_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int tatooine_eisley_tori_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int tatooine_eisley_tori_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int tatooine_eisley_tori_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int tatooine_eisley_tori_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -341,7 +341,7 @@ public int tatooine_eisley_tori_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int tatooine_eisley_tori_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int tatooine_eisley_tori_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -408,7 +408,7 @@ public int tatooine_eisley_tori_handleBranch13(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int tatooine_eisley_tori_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -495,7 +495,7 @@ public int tatooine_eisley_tori_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -534,7 +534,7 @@ public int tatooine_eisley_tori_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -583,7 +583,7 @@ public int tatooine_eisley_tori_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -655,7 +655,7 @@ public int tatooine_eisley_tori_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -694,7 +694,7 @@ public int tatooine_eisley_tori_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -708,7 +708,7 @@ public int tatooine_eisley_tori_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -746,7 +746,7 @@ public int tatooine_eisley_tori_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_tori_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -784,7 +784,7 @@ public int tatooine_eisley_tori_handleBranch24(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_wh_receptionist.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_wh_receptionist.java index c0483b16dd..9ee8c2a84d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_wh_receptionist.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_eisley_wh_receptionist.java @@ -40,7 +40,7 @@ public int tatooine_eisley_wh_receptionist_handleBranch1(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_eisley_wh_receptionist_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -54,7 +54,7 @@ public int tatooine_eisley_wh_receptionist_handleBranch3(obj_id player, obj_id n return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_ankwee.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_ankwee.java index 516d55de36..b0f604aeb1 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_ankwee.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_ankwee.java @@ -90,7 +90,7 @@ public int tatooine_entha_ankwee_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int tatooine_entha_ankwee_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int tatooine_entha_ankwee_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int tatooine_entha_ankwee_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -180,7 +180,7 @@ public int tatooine_entha_ankwee_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int tatooine_entha_ankwee_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int tatooine_entha_ankwee_handleBranch11(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int tatooine_entha_ankwee_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int tatooine_entha_ankwee_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -332,7 +332,7 @@ public int tatooine_entha_ankwee_handleBranch14(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_ankwee_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -348,7 +348,7 @@ public int tatooine_entha_ankwee_handleBranch16(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_draknus.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_draknus.java index 2e4faf66d9..4e2af7a5cb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_draknus.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_draknus.java @@ -132,7 +132,7 @@ public int tatooine_entha_draknus_handleBranch1(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int tatooine_entha_draknus_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -192,7 +192,7 @@ public int tatooine_entha_draknus_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int tatooine_entha_draknus_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int tatooine_entha_draknus_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int tatooine_entha_draknus_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int tatooine_entha_draknus_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int tatooine_entha_draknus_handleBranch12(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int tatooine_entha_draknus_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -352,7 +352,7 @@ public int tatooine_entha_draknus_handleBranch15(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -399,7 +399,7 @@ public int tatooine_entha_draknus_handleBranch17(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -418,7 +418,7 @@ public int tatooine_entha_draknus_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -490,7 +490,7 @@ public int tatooine_entha_draknus_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -509,7 +509,7 @@ public int tatooine_entha_draknus_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ public int tatooine_entha_draknus_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int tatooine_entha_draknus_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -555,7 +555,7 @@ public int tatooine_entha_draknus_handleBranch27(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int tatooine_entha_draknus_handleBranch29(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -615,7 +615,7 @@ public int tatooine_entha_draknus_handleBranch30(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -653,7 +653,7 @@ public int tatooine_entha_draknus_handleBranch32(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_draknus_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -667,7 +667,7 @@ public int tatooine_entha_draknus_handleBranch33(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid1.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid1.java index b673cba388..c1c080cb39 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid1.java @@ -61,7 +61,7 @@ public int tatooine_entha_race_droid1_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_race_droid1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int tatooine_entha_race_droid1_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_race_droid1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int tatooine_entha_race_droid1_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_race_droid1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int tatooine_entha_race_droid1_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid2.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid2.java index c7debb4d63..6ff9f56dd8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid2.java @@ -61,7 +61,7 @@ public int tatooine_entha_race_droid2_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_race_droid2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int tatooine_entha_race_droid2_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_race_droid2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int tatooine_entha_race_droid2_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_race_droid2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int tatooine_entha_race_droid2_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid3.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid3.java index 763723b0ca..e45fbf57b3 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_entha_race_droid3.java @@ -61,7 +61,7 @@ public int tatooine_entha_race_droid3_handleBranch1(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_race_droid3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -87,7 +87,7 @@ public int tatooine_entha_race_droid3_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_race_droid3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int tatooine_entha_race_droid3_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_entha_race_droid3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -126,7 +126,7 @@ public int tatooine_entha_race_droid3_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_jawadroid.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_jawadroid.java index b9e94f6778..d8d3e48132 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_jawadroid.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_jawadroid.java @@ -64,7 +64,7 @@ public int tatooine_espa_jawadroid_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_jawadroid_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -102,7 +102,7 @@ public int tatooine_espa_jawadroid_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_jawadroid_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -140,7 +140,7 @@ public int tatooine_espa_jawadroid_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_jawadroid_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -178,7 +178,7 @@ public int tatooine_espa_jawadroid_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_jawadroid_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -216,7 +216,7 @@ public int tatooine_espa_jawadroid_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_jawadroid_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -255,7 +255,7 @@ public int tatooine_espa_jawadroid_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_jawadroid_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -269,7 +269,7 @@ public int tatooine_espa_jawadroid_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_jawadroid_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int tatooine_espa_jawadroid_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_miner.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_miner.java index f564806908..b823fc0333 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_miner.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_miner.java @@ -60,7 +60,7 @@ public int tatooine_espa_miner_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_miner_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -75,7 +75,7 @@ public int tatooine_espa_miner_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_miner_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -89,7 +89,7 @@ public int tatooine_espa_miner_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_pah.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_pah.java index 98c97267cc..0887169f0a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_pah.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_pah.java @@ -67,7 +67,7 @@ public int tatooine_espa_pah_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pah_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -82,7 +82,7 @@ public int tatooine_espa_pah_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_peggin.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_peggin.java index 7272c34a5c..66b7a3af43 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_peggin.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_peggin.java @@ -44,7 +44,7 @@ public int tatooine_espa_peggin_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -116,7 +116,7 @@ public int tatooine_espa_peggin_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int tatooine_espa_peggin_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int tatooine_espa_peggin_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int tatooine_espa_peggin_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int tatooine_espa_peggin_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int tatooine_espa_peggin_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -297,7 +297,7 @@ public int tatooine_espa_peggin_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int tatooine_espa_peggin_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int tatooine_espa_peggin_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int tatooine_espa_peggin_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int tatooine_espa_peggin_handleBranch16(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -541,7 +541,7 @@ public int tatooine_espa_peggin_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -555,7 +555,7 @@ public int tatooine_espa_peggin_handleBranch19(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -593,7 +593,7 @@ public int tatooine_espa_peggin_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -607,7 +607,7 @@ public int tatooine_espa_peggin_handleBranch22(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -645,7 +645,7 @@ public int tatooine_espa_peggin_handleBranch24(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_peggin_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -659,7 +659,7 @@ public int tatooine_espa_peggin_handleBranch25(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_pilot.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_pilot.java index 155d0ba8f0..a3efd9b9ae 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_pilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_pilot.java @@ -68,7 +68,7 @@ public int tatooine_espa_pilot_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -106,7 +106,7 @@ public int tatooine_espa_pilot_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int tatooine_espa_pilot_handleBranch3(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -182,7 +182,7 @@ public int tatooine_espa_pilot_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -196,7 +196,7 @@ public int tatooine_espa_pilot_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -234,7 +234,7 @@ public int tatooine_espa_pilot_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int tatooine_espa_pilot_handleBranch8(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int tatooine_espa_pilot_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int tatooine_espa_pilot_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -409,7 +409,7 @@ public int tatooine_espa_pilot_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -447,7 +447,7 @@ public int tatooine_espa_pilot_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -485,7 +485,7 @@ public int tatooine_espa_pilot_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int tatooine_espa_pilot_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_pilot_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int tatooine_espa_pilot_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_syndil.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_syndil.java index 509da1bcf0..74efd82bbc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_syndil.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_syndil.java @@ -47,7 +47,7 @@ public int tatooine_espa_syndil_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -85,7 +85,7 @@ public int tatooine_espa_syndil_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -123,7 +123,7 @@ public int tatooine_espa_syndil_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -161,7 +161,7 @@ public int tatooine_espa_syndil_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int tatooine_espa_syndil_handleBranch6(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -237,7 +237,7 @@ public int tatooine_espa_syndil_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int tatooine_espa_syndil_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -313,7 +313,7 @@ public int tatooine_espa_syndil_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int tatooine_espa_syndil_handleBranch10(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int tatooine_espa_syndil_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_syndil_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -404,7 +404,7 @@ public int tatooine_espa_syndil_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_watto.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_watto.java index cd4e806865..41b5650978 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_watto.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_espa_watto.java @@ -431,7 +431,7 @@ public int tatooine_espa_watto_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -469,7 +469,7 @@ public int tatooine_espa_watto_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -519,7 +519,7 @@ public int tatooine_espa_watto_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -580,7 +580,7 @@ public int tatooine_espa_watto_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -653,7 +653,7 @@ public int tatooine_espa_watto_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -692,7 +692,7 @@ public int tatooine_espa_watto_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -706,7 +706,7 @@ public int tatooine_espa_watto_handleBranch11(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -755,7 +755,7 @@ public int tatooine_espa_watto_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -794,7 +794,7 @@ public int tatooine_espa_watto_handleBranch14(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -832,7 +832,7 @@ public int tatooine_espa_watto_handleBranch15(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -872,7 +872,7 @@ public int tatooine_espa_watto_handleBranch16(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -888,7 +888,7 @@ public int tatooine_espa_watto_handleBranch17(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -927,7 +927,7 @@ public int tatooine_espa_watto_handleBranch19(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -967,7 +967,7 @@ public int tatooine_espa_watto_handleBranch20(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1006,7 +1006,7 @@ public int tatooine_espa_watto_handleBranch21(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1045,7 +1045,7 @@ public int tatooine_espa_watto_handleBranch22(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1083,7 +1083,7 @@ public int tatooine_espa_watto_handleBranch23(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1097,7 +1097,7 @@ public int tatooine_espa_watto_handleBranch24(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1136,7 +1136,7 @@ public int tatooine_espa_watto_handleBranch26(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1174,7 +1174,7 @@ public int tatooine_espa_watto_handleBranch27(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1212,7 +1212,7 @@ public int tatooine_espa_watto_handleBranch28(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1251,7 +1251,7 @@ public int tatooine_espa_watto_handleBranch29(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1266,7 +1266,7 @@ public int tatooine_espa_watto_handleBranch30(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1305,7 +1305,7 @@ public int tatooine_espa_watto_handleBranch32(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1319,7 +1319,7 @@ public int tatooine_espa_watto_handleBranch33(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1357,7 +1357,7 @@ public int tatooine_espa_watto_handleBranch35(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1396,7 +1396,7 @@ public int tatooine_espa_watto_handleBranch36(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1411,7 +1411,7 @@ public int tatooine_espa_watto_handleBranch37(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1449,7 +1449,7 @@ public int tatooine_espa_watto_handleBranch39(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1488,7 +1488,7 @@ public int tatooine_espa_watto_handleBranch40(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1527,7 +1527,7 @@ public int tatooine_espa_watto_handleBranch41(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1543,7 +1543,7 @@ public int tatooine_espa_watto_handleBranch42(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1582,7 +1582,7 @@ public int tatooine_espa_watto_handleBranch44(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1597,7 +1597,7 @@ public int tatooine_espa_watto_handleBranch45(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1613,7 +1613,7 @@ public int tatooine_espa_watto_handleBranch47(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1652,7 +1652,7 @@ public int tatooine_espa_watto_handleBranch49(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1691,7 +1691,7 @@ public int tatooine_espa_watto_handleBranch50(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1705,7 +1705,7 @@ public int tatooine_espa_watto_handleBranch51(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1744,7 +1744,7 @@ public int tatooine_espa_watto_handleBranch53(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1783,7 +1783,7 @@ public int tatooine_espa_watto_handleBranch54(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1797,7 +1797,7 @@ public int tatooine_espa_watto_handleBranch55(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1836,7 +1836,7 @@ public int tatooine_espa_watto_handleBranch57(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1876,7 +1876,7 @@ public int tatooine_espa_watto_handleBranch58(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1891,7 +1891,7 @@ public int tatooine_espa_watto_handleBranch59(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1930,7 +1930,7 @@ public int tatooine_espa_watto_handleBranch61(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1969,7 +1969,7 @@ public int tatooine_espa_watto_handleBranch62(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2007,7 +2007,7 @@ public int tatooine_espa_watto_handleBranch63(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2045,7 +2045,7 @@ public int tatooine_espa_watto_handleBranch64(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2083,7 +2083,7 @@ public int tatooine_espa_watto_handleBranch65(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2122,7 +2122,7 @@ public int tatooine_espa_watto_handleBranch66(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2160,7 +2160,7 @@ public int tatooine_espa_watto_handleBranch67(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2199,7 +2199,7 @@ public int tatooine_espa_watto_handleBranch68(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2214,7 +2214,7 @@ public int tatooine_espa_watto_handleBranch69(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2228,7 +2228,7 @@ public int tatooine_espa_watto_handleBranch71(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2267,7 +2267,7 @@ public int tatooine_espa_watto_handleBranch73(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2284,7 +2284,7 @@ public int tatooine_espa_watto_handleBranch74(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2323,7 +2323,7 @@ public int tatooine_espa_watto_handleBranch76(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2337,7 +2337,7 @@ public int tatooine_espa_watto_handleBranch77(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2376,7 +2376,7 @@ public int tatooine_espa_watto_handleBranch79(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2390,7 +2390,7 @@ public int tatooine_espa_watto_handleBranch80(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2406,7 +2406,7 @@ public int tatooine_espa_watto_handleBranch82(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2445,7 +2445,7 @@ public int tatooine_espa_watto_handleBranch84(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2484,7 +2484,7 @@ public int tatooine_espa_watto_handleBranch85(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2522,7 +2522,7 @@ public int tatooine_espa_watto_handleBranch86(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2562,7 +2562,7 @@ public int tatooine_espa_watto_handleBranch87(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2577,7 +2577,7 @@ public int tatooine_espa_watto_handleBranch88(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2615,7 +2615,7 @@ public int tatooine_espa_watto_handleBranch90(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2630,7 +2630,7 @@ public int tatooine_espa_watto_handleBranch91(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2668,7 +2668,7 @@ public int tatooine_espa_watto_handleBranch93(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2706,7 +2706,7 @@ public int tatooine_espa_watto_handleBranch94(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2721,7 +2721,7 @@ public int tatooine_espa_watto_handleBranch95(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2760,7 +2760,7 @@ public int tatooine_espa_watto_handleBranch97(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2799,7 +2799,7 @@ public int tatooine_espa_watto_handleBranch98(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2838,7 +2838,7 @@ public int tatooine_espa_watto_handleBranch99(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2877,7 +2877,7 @@ public int tatooine_espa_watto_handleBranch100(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2915,7 +2915,7 @@ public int tatooine_espa_watto_handleBranch101(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2954,7 +2954,7 @@ public int tatooine_espa_watto_handleBranch102(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2968,7 +2968,7 @@ public int tatooine_espa_watto_handleBranch103(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3007,7 +3007,7 @@ public int tatooine_espa_watto_handleBranch105(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3056,7 +3056,7 @@ public int tatooine_espa_watto_handleBranch106(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3159,7 +3159,7 @@ public int tatooine_espa_watto_handleBranch107(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3328,7 +3328,7 @@ public int tatooine_espa_watto_handleBranch108(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3497,7 +3497,7 @@ public int tatooine_espa_watto_handleBranch112(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3535,7 +3535,7 @@ public int tatooine_espa_watto_handleBranch113(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3628,7 +3628,7 @@ public int tatooine_espa_watto_handleBranch114(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_espa_watto_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3797,7 +3797,7 @@ public int tatooine_espa_watto_handleBranch115(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_tier3.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_tier3.java index e08330d705..c015ad72cd 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_tier3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_tier3.java @@ -296,7 +296,7 @@ public int tatooine_imperial_tier3_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -336,7 +336,7 @@ public int tatooine_imperial_tier3_handleBranch7(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int tatooine_imperial_tier3_handleBranch8(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -395,7 +395,7 @@ public int tatooine_imperial_tier3_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int tatooine_imperial_tier3_handleBranch12(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -512,7 +512,7 @@ public int tatooine_imperial_tier3_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -542,7 +542,7 @@ public int tatooine_imperial_tier3_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -606,7 +606,7 @@ public int tatooine_imperial_tier3_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -670,7 +670,7 @@ public int tatooine_imperial_tier3_handleBranch21(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -700,7 +700,7 @@ public int tatooine_imperial_tier3_handleBranch22(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -786,7 +786,7 @@ public int tatooine_imperial_tier3_handleBranch27(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -860,7 +860,7 @@ public int tatooine_imperial_tier3_handleBranch28(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -899,7 +899,7 @@ public int tatooine_imperial_tier3_handleBranch29(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -938,7 +938,7 @@ public int tatooine_imperial_tier3_handleBranch34(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -977,7 +977,7 @@ public int tatooine_imperial_tier3_handleBranch35(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int tatooine_imperial_tier3_handleBranch36(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1127,7 +1127,7 @@ public int tatooine_imperial_tier3_handleBranch37(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1166,7 +1166,7 @@ public int tatooine_imperial_tier3_handleBranch38(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1205,7 +1205,7 @@ public int tatooine_imperial_tier3_handleBranch39(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1245,7 +1245,7 @@ public int tatooine_imperial_tier3_handleBranch40(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1284,7 +1284,7 @@ public int tatooine_imperial_tier3_handleBranch41(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1395,7 +1395,7 @@ public int tatooine_imperial_tier3_handleBranch42(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1434,7 +1434,7 @@ public int tatooine_imperial_tier3_handleBranch43(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1473,7 +1473,7 @@ public int tatooine_imperial_tier3_handleBranch44(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1512,7 +1512,7 @@ public int tatooine_imperial_tier3_handleBranch45(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1552,7 +1552,7 @@ public int tatooine_imperial_tier3_handleBranch46(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1591,7 +1591,7 @@ public int tatooine_imperial_tier3_handleBranch47(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1703,7 +1703,7 @@ public int tatooine_imperial_tier3_handleBranch48(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1742,7 +1742,7 @@ public int tatooine_imperial_tier3_handleBranch49(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1781,7 +1781,7 @@ public int tatooine_imperial_tier3_handleBranch50(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1821,7 +1821,7 @@ public int tatooine_imperial_tier3_handleBranch51(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1860,7 +1860,7 @@ public int tatooine_imperial_tier3_handleBranch52(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1899,7 +1899,7 @@ public int tatooine_imperial_tier3_handleBranch53(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1938,7 +1938,7 @@ public int tatooine_imperial_tier3_handleBranch54(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2077,7 +2077,7 @@ public int tatooine_imperial_tier3_handleBranch55(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2184,7 +2184,7 @@ public int tatooine_imperial_tier3_handleBranch56(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2292,7 +2292,7 @@ public int tatooine_imperial_tier3_handleBranch57(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2415,7 +2415,7 @@ public int tatooine_imperial_tier3_handleBranch58(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2512,7 +2512,7 @@ public int tatooine_imperial_tier3_handleBranch59(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2597,7 +2597,7 @@ public int tatooine_imperial_tier3_handleBranch60(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2648,7 +2648,7 @@ public int tatooine_imperial_tier3_handleBranch61(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2757,7 +2757,7 @@ public int tatooine_imperial_tier3_handleBranch62(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2866,7 +2866,7 @@ public int tatooine_imperial_tier3_handleBranch63(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2912,7 +2912,7 @@ public int tatooine_imperial_tier3_handleBranch64(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3010,7 +3010,7 @@ public int tatooine_imperial_tier3_handleBranch68(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3056,7 +3056,7 @@ public int tatooine_imperial_tier3_handleBranch69(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3118,7 +3118,7 @@ public int tatooine_imperial_tier3_handleBranch70(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3164,7 +3164,7 @@ public int tatooine_imperial_tier3_handleBranch71(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3215,7 +3215,7 @@ public int tatooine_imperial_tier3_handleBranch72(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3312,7 +3312,7 @@ public int tatooine_imperial_tier3_handleBranch73(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3374,7 +3374,7 @@ public int tatooine_imperial_tier3_handleBranch74(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3420,7 +3420,7 @@ public int tatooine_imperial_tier3_handleBranch75(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3466,7 +3466,7 @@ public int tatooine_imperial_tier3_handleBranch76(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3516,7 +3516,7 @@ public int tatooine_imperial_tier3_handleBranch77(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3591,7 +3591,7 @@ public int tatooine_imperial_tier3_handleBranch78(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3652,7 +3652,7 @@ public int tatooine_imperial_tier3_handleBranch79(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3775,7 +3775,7 @@ public int tatooine_imperial_tier3_handleBranch80(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3836,7 +3836,7 @@ public int tatooine_imperial_tier3_handleBranch81(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3959,7 +3959,7 @@ public int tatooine_imperial_tier3_handleBranch82(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4082,7 +4082,7 @@ public int tatooine_imperial_tier3_handleBranch83(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4166,7 +4166,7 @@ public int tatooine_imperial_tier3_handleBranch84(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4240,7 +4240,7 @@ public int tatooine_imperial_tier3_handleBranch85(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4289,7 +4289,7 @@ public int tatooine_imperial_tier3_handleBranch86(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4363,7 +4363,7 @@ public int tatooine_imperial_tier3_handleBranch87(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4423,7 +4423,7 @@ public int tatooine_imperial_tier3_handleBranch88(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4546,7 +4546,7 @@ public int tatooine_imperial_tier3_handleBranch89(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4675,7 +4675,7 @@ public int tatooine_imperial_tier3_handleBranch90(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4724,7 +4724,7 @@ public int tatooine_imperial_tier3_handleBranch91(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4807,7 +4807,7 @@ public int tatooine_imperial_tier3_handleBranch92(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4856,7 +4856,7 @@ public int tatooine_imperial_tier3_handleBranch93(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4928,7 +4928,7 @@ public int tatooine_imperial_tier3_handleBranch94(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4947,7 +4947,7 @@ public int tatooine_imperial_tier3_handleBranch95(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4966,7 +4966,7 @@ public int tatooine_imperial_tier3_handleBranch97(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5038,7 +5038,7 @@ public int tatooine_imperial_tier3_handleBranch99(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5087,7 +5087,7 @@ public int tatooine_imperial_tier3_handleBranch100(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5125,7 +5125,7 @@ public int tatooine_imperial_tier3_handleBranch101(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5174,7 +5174,7 @@ public int tatooine_imperial_tier3_handleBranch102(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5246,7 +5246,7 @@ public int tatooine_imperial_tier3_handleBranch103(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5295,7 +5295,7 @@ public int tatooine_imperial_tier3_handleBranch104(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5389,7 +5389,7 @@ public int tatooine_imperial_tier3_handleBranch105(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5472,7 +5472,7 @@ public int tatooine_imperial_tier3_handleBranch106(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5555,7 +5555,7 @@ public int tatooine_imperial_tier3_handleBranch107(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5638,7 +5638,7 @@ public int tatooine_imperial_tier3_handleBranch108(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5687,7 +5687,7 @@ public int tatooine_imperial_tier3_handleBranch109(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5770,7 +5770,7 @@ public int tatooine_imperial_tier3_handleBranch110(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5819,7 +5819,7 @@ public int tatooine_imperial_tier3_handleBranch111(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5891,7 +5891,7 @@ public int tatooine_imperial_tier3_handleBranch112(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5940,7 +5940,7 @@ public int tatooine_imperial_tier3_handleBranch113(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6023,7 +6023,7 @@ public int tatooine_imperial_tier3_handleBranch114(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6061,7 +6061,7 @@ public int tatooine_imperial_tier3_handleBranch115(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6144,7 +6144,7 @@ public int tatooine_imperial_tier3_handleBranch116(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6193,7 +6193,7 @@ public int tatooine_imperial_tier3_handleBranch117(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6310,7 +6310,7 @@ public int tatooine_imperial_tier3_handleBranch118(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6382,7 +6382,7 @@ public int tatooine_imperial_tier3_handleBranch119(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6431,7 +6431,7 @@ public int tatooine_imperial_tier3_handleBranch120(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6503,7 +6503,7 @@ public int tatooine_imperial_tier3_handleBranch121(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6541,7 +6541,7 @@ public int tatooine_imperial_tier3_handleBranch122(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6601,7 +6601,7 @@ public int tatooine_imperial_tier3_handleBranch123(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6650,7 +6650,7 @@ public int tatooine_imperial_tier3_handleBranch124(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6688,7 +6688,7 @@ public int tatooine_imperial_tier3_handleBranch128(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6748,7 +6748,7 @@ public int tatooine_imperial_tier3_handleBranch129(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6797,7 +6797,7 @@ public int tatooine_imperial_tier3_handleBranch130(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6835,7 +6835,7 @@ public int tatooine_imperial_tier3_handleBranch131(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6873,7 +6873,7 @@ public int tatooine_imperial_tier3_handleBranch132(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6922,7 +6922,7 @@ public int tatooine_imperial_tier3_handleBranch133(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6971,7 +6971,7 @@ public int tatooine_imperial_tier3_handleBranch134(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7043,7 +7043,7 @@ public int tatooine_imperial_tier3_handleBranch135(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7092,7 +7092,7 @@ public int tatooine_imperial_tier3_handleBranch136(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7164,7 +7164,7 @@ public int tatooine_imperial_tier3_handleBranch137(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7213,7 +7213,7 @@ public int tatooine_imperial_tier3_handleBranch138(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7330,7 +7330,7 @@ public int tatooine_imperial_tier3_handleBranch139(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7402,7 +7402,7 @@ public int tatooine_imperial_tier3_handleBranch140(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7440,7 +7440,7 @@ public int tatooine_imperial_tier3_handleBranch141(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7455,7 +7455,7 @@ public int tatooine_imperial_tier3_handleBranch142(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7493,7 +7493,7 @@ public int tatooine_imperial_tier3_handleBranch144(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7508,7 +7508,7 @@ public int tatooine_imperial_tier3_handleBranch145(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7546,7 +7546,7 @@ public int tatooine_imperial_tier3_handleBranch147(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7561,7 +7561,7 @@ public int tatooine_imperial_tier3_handleBranch148(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7647,7 +7647,7 @@ public int tatooine_imperial_tier3_handleBranch150(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7665,7 +7665,7 @@ public int tatooine_imperial_tier3_handleBranch151(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier3_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7679,7 +7679,7 @@ public int tatooine_imperial_tier3_handleBranch154(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_tier4.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_tier4.java index eba39346a2..0ff37bc75f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_tier4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_tier4.java @@ -408,7 +408,7 @@ public int tatooine_imperial_tier4_handleBranch3(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -446,7 +446,7 @@ public int tatooine_imperial_tier4_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int tatooine_imperial_tier4_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -490,7 +490,7 @@ public int tatooine_imperial_tier4_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -563,7 +563,7 @@ public int tatooine_imperial_tier4_handleBranch13(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -602,7 +602,7 @@ public int tatooine_imperial_tier4_handleBranch14(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -616,7 +616,7 @@ public int tatooine_imperial_tier4_handleBranch15(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -631,7 +631,7 @@ public int tatooine_imperial_tier4_handleBranch17(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -679,7 +679,7 @@ public int tatooine_imperial_tier4_handleBranch19(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -693,7 +693,7 @@ public int tatooine_imperial_tier4_handleBranch20(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -717,7 +717,7 @@ public int tatooine_imperial_tier4_handleBranch23(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int tatooine_imperial_tier4_handleBranch26(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -765,7 +765,7 @@ public int tatooine_imperial_tier4_handleBranch29(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -789,7 +789,7 @@ public int tatooine_imperial_tier4_handleBranch32(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -813,7 +813,7 @@ public int tatooine_imperial_tier4_handleBranch35(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -996,7 +996,7 @@ public int tatooine_imperial_tier4_handleBranch38(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1068,7 +1068,7 @@ public int tatooine_imperial_tier4_handleBranch39(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1140,7 +1140,7 @@ public int tatooine_imperial_tier4_handleBranch40(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1212,7 +1212,7 @@ public int tatooine_imperial_tier4_handleBranch41(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1285,7 +1285,7 @@ public int tatooine_imperial_tier4_handleBranch42(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1416,7 +1416,7 @@ public int tatooine_imperial_tier4_handleBranch43(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1604,7 +1604,7 @@ public int tatooine_imperial_tier4_handleBranch44(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1676,7 +1676,7 @@ public int tatooine_imperial_tier4_handleBranch45(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1715,7 +1715,7 @@ public int tatooine_imperial_tier4_handleBranch46(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1754,7 +1754,7 @@ public int tatooine_imperial_tier4_handleBranch47(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1770,7 +1770,7 @@ public int tatooine_imperial_tier4_handleBranch48(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1809,7 +1809,7 @@ public int tatooine_imperial_tier4_handleBranch50(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1847,7 +1847,7 @@ public int tatooine_imperial_tier4_handleBranch51(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1862,7 +1862,7 @@ public int tatooine_imperial_tier4_handleBranch52(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1934,7 +1934,7 @@ public int tatooine_imperial_tier4_handleBranch54(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1973,7 +1973,7 @@ public int tatooine_imperial_tier4_handleBranch55(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2012,7 +2012,7 @@ public int tatooine_imperial_tier4_handleBranch56(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2050,7 +2050,7 @@ public int tatooine_imperial_tier4_handleBranch57(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2089,7 +2089,7 @@ public int tatooine_imperial_tier4_handleBranch58(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2105,7 +2105,7 @@ public int tatooine_imperial_tier4_handleBranch59(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2121,7 +2121,7 @@ public int tatooine_imperial_tier4_handleBranch61(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2193,7 +2193,7 @@ public int tatooine_imperial_tier4_handleBranch63(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2231,7 +2231,7 @@ public int tatooine_imperial_tier4_handleBranch64(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2269,7 +2269,7 @@ public int tatooine_imperial_tier4_handleBranch65(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2307,7 +2307,7 @@ public int tatooine_imperial_tier4_handleBranch66(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2345,7 +2345,7 @@ public int tatooine_imperial_tier4_handleBranch67(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2360,7 +2360,7 @@ public int tatooine_imperial_tier4_handleBranch68(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2399,7 +2399,7 @@ public int tatooine_imperial_tier4_handleBranch70(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2437,7 +2437,7 @@ public int tatooine_imperial_tier4_handleBranch71(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2452,7 +2452,7 @@ public int tatooine_imperial_tier4_handleBranch72(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2525,7 +2525,7 @@ public int tatooine_imperial_tier4_handleBranch74(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2563,7 +2563,7 @@ public int tatooine_imperial_tier4_handleBranch75(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2579,7 +2579,7 @@ public int tatooine_imperial_tier4_handleBranch76(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2618,7 +2618,7 @@ public int tatooine_imperial_tier4_handleBranch78(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2656,7 +2656,7 @@ public int tatooine_imperial_tier4_handleBranch79(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2695,7 +2695,7 @@ public int tatooine_imperial_tier4_handleBranch80(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2733,7 +2733,7 @@ public int tatooine_imperial_tier4_handleBranch81(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2750,7 +2750,7 @@ public int tatooine_imperial_tier4_handleBranch82(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2938,7 +2938,7 @@ public int tatooine_imperial_tier4_handleBranch84(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3126,7 +3126,7 @@ public int tatooine_imperial_tier4_handleBranch85(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3314,7 +3314,7 @@ public int tatooine_imperial_tier4_handleBranch86(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3353,7 +3353,7 @@ public int tatooine_imperial_tier4_handleBranch87(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3439,7 +3439,7 @@ public int tatooine_imperial_tier4_handleBranch88(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3477,7 +3477,7 @@ public int tatooine_imperial_tier4_handleBranch93(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3515,7 +3515,7 @@ public int tatooine_imperial_tier4_handleBranch94(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3597,7 +3597,7 @@ public int tatooine_imperial_tier4_handleBranch95(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3683,7 +3683,7 @@ public int tatooine_imperial_tier4_handleBranch96(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3766,7 +3766,7 @@ public int tatooine_imperial_tier4_handleBranch97(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3815,7 +3815,7 @@ public int tatooine_imperial_tier4_handleBranch98(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3839,7 +3839,7 @@ public int tatooine_imperial_tier4_handleBranch99(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3863,7 +3863,7 @@ public int tatooine_imperial_tier4_handleBranch102(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_tier4_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3949,7 +3949,7 @@ public int tatooine_imperial_tier4_handleBranch105(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_1.java index f0af5e59ef..43d6520662 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_1.java @@ -587,7 +587,7 @@ public int tatooine_imperial_trainer_1_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int tatooine_imperial_trainer_1_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -670,7 +670,7 @@ public int tatooine_imperial_trainer_1_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int tatooine_imperial_trainer_1_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -984,7 +984,7 @@ public int tatooine_imperial_trainer_1_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -999,7 +999,7 @@ public int tatooine_imperial_trainer_1_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1111,7 +1111,7 @@ public int tatooine_imperial_trainer_1_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1151,7 +1151,7 @@ public int tatooine_imperial_trainer_1_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1190,7 +1190,7 @@ public int tatooine_imperial_trainer_1_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1229,7 +1229,7 @@ public int tatooine_imperial_trainer_1_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1269,7 +1269,7 @@ public int tatooine_imperial_trainer_1_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1308,7 +1308,7 @@ public int tatooine_imperial_trainer_1_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1324,7 +1324,7 @@ public int tatooine_imperial_trainer_1_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1364,7 +1364,7 @@ public int tatooine_imperial_trainer_1_handleBranch28(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1403,7 +1403,7 @@ public int tatooine_imperial_trainer_1_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1443,7 +1443,7 @@ public int tatooine_imperial_trainer_1_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1482,7 +1482,7 @@ public int tatooine_imperial_trainer_1_handleBranch31(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1624,7 +1624,7 @@ public int tatooine_imperial_trainer_1_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1639,7 +1639,7 @@ public int tatooine_imperial_trainer_1_handleBranch33(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1654,7 +1654,7 @@ public int tatooine_imperial_trainer_1_handleBranch35(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1669,7 +1669,7 @@ public int tatooine_imperial_trainer_1_handleBranch37(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1684,7 +1684,7 @@ public int tatooine_imperial_trainer_1_handleBranch39(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1837,7 +1837,7 @@ public int tatooine_imperial_trainer_1_handleBranch42(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1909,7 +1909,7 @@ public int tatooine_imperial_trainer_1_handleBranch43(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1996,7 +1996,7 @@ public int tatooine_imperial_trainer_1_handleBranch45(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2011,7 +2011,7 @@ public int tatooine_imperial_trainer_1_handleBranch46(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2026,7 +2026,7 @@ public int tatooine_imperial_trainer_1_handleBranch48(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2041,7 +2041,7 @@ public int tatooine_imperial_trainer_1_handleBranch51(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2151,7 +2151,7 @@ public int tatooine_imperial_trainer_1_handleBranch53(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2234,7 +2234,7 @@ public int tatooine_imperial_trainer_1_handleBranch54(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2283,7 +2283,7 @@ public int tatooine_imperial_trainer_1_handleBranch55(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2298,7 +2298,7 @@ public int tatooine_imperial_trainer_1_handleBranch56(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2313,7 +2313,7 @@ public int tatooine_imperial_trainer_1_handleBranch59(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2396,7 +2396,7 @@ public int tatooine_imperial_trainer_1_handleBranch61(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2456,7 +2456,7 @@ public int tatooine_imperial_trainer_1_handleBranch62(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2482,7 +2482,7 @@ public int tatooine_imperial_trainer_1_handleBranch63(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2497,7 +2497,7 @@ public int tatooine_imperial_trainer_1_handleBranch67(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2580,7 +2580,7 @@ public int tatooine_imperial_trainer_1_handleBranch69(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2629,7 +2629,7 @@ public int tatooine_imperial_trainer_1_handleBranch70(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2644,7 +2644,7 @@ public int tatooine_imperial_trainer_1_handleBranch71(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2659,7 +2659,7 @@ public int tatooine_imperial_trainer_1_handleBranch74(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2709,7 +2709,7 @@ public int tatooine_imperial_trainer_1_handleBranch76(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int tatooine_imperial_trainer_1_handleBranch77(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2914,7 +2914,7 @@ public int tatooine_imperial_trainer_1_handleBranch80(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2954,7 +2954,7 @@ public int tatooine_imperial_trainer_1_handleBranch81(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2969,7 +2969,7 @@ public int tatooine_imperial_trainer_1_handleBranch82(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3009,7 +3009,7 @@ public int tatooine_imperial_trainer_1_handleBranch84(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3024,7 +3024,7 @@ public int tatooine_imperial_trainer_1_handleBranch85(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3063,7 +3063,7 @@ public int tatooine_imperial_trainer_1_handleBranch87(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3078,7 +3078,7 @@ public int tatooine_imperial_trainer_1_handleBranch88(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3256,7 +3256,7 @@ public int tatooine_imperial_trainer_1_handleBranch90(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3365,7 +3365,7 @@ public int tatooine_imperial_trainer_1_handleBranch91(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3438,7 +3438,7 @@ public int tatooine_imperial_trainer_1_handleBranch92(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3453,7 +3453,7 @@ public int tatooine_imperial_trainer_1_handleBranch93(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3468,7 +3468,7 @@ public int tatooine_imperial_trainer_1_handleBranch95(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3507,7 +3507,7 @@ public int tatooine_imperial_trainer_1_handleBranch97(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3580,7 +3580,7 @@ public int tatooine_imperial_trainer_1_handleBranch98(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3595,7 +3595,7 @@ public int tatooine_imperial_trainer_1_handleBranch99(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3610,7 +3610,7 @@ public int tatooine_imperial_trainer_1_handleBranch101(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3683,7 +3683,7 @@ public int tatooine_imperial_trainer_1_handleBranch103(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3698,7 +3698,7 @@ public int tatooine_imperial_trainer_1_handleBranch104(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3713,7 +3713,7 @@ public int tatooine_imperial_trainer_1_handleBranch106(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3763,7 +3763,7 @@ public int tatooine_imperial_trainer_1_handleBranch108(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3790,7 +3790,7 @@ public int tatooine_imperial_trainer_1_handleBranch109(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3967,7 +3967,7 @@ public int tatooine_imperial_trainer_1_handleBranch112(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4006,7 +4006,7 @@ public int tatooine_imperial_trainer_1_handleBranch113(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4046,7 +4046,7 @@ public int tatooine_imperial_trainer_1_handleBranch114(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4085,7 +4085,7 @@ public int tatooine_imperial_trainer_1_handleBranch115(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4100,7 +4100,7 @@ public int tatooine_imperial_trainer_1_handleBranch116(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4139,7 +4139,7 @@ public int tatooine_imperial_trainer_1_handleBranch118(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4178,7 +4178,7 @@ public int tatooine_imperial_trainer_1_handleBranch119(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4218,7 +4218,7 @@ public int tatooine_imperial_trainer_1_handleBranch120(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4257,7 +4257,7 @@ public int tatooine_imperial_trainer_1_handleBranch121(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4272,7 +4272,7 @@ public int tatooine_imperial_trainer_1_handleBranch122(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4311,7 +4311,7 @@ public int tatooine_imperial_trainer_1_handleBranch124(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4350,7 +4350,7 @@ public int tatooine_imperial_trainer_1_handleBranch125(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4389,7 +4389,7 @@ public int tatooine_imperial_trainer_1_handleBranch126(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4429,7 +4429,7 @@ public int tatooine_imperial_trainer_1_handleBranch127(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4468,7 +4468,7 @@ public int tatooine_imperial_trainer_1_handleBranch128(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4483,7 +4483,7 @@ public int tatooine_imperial_trainer_1_handleBranch129(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4660,7 +4660,7 @@ public int tatooine_imperial_trainer_1_handleBranch131(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4773,7 +4773,7 @@ public int tatooine_imperial_trainer_1_handleBranch132(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4788,7 +4788,7 @@ public int tatooine_imperial_trainer_1_handleBranch133(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4803,7 +4803,7 @@ public int tatooine_imperial_trainer_1_handleBranch135(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4818,7 +4818,7 @@ public int tatooine_imperial_trainer_1_handleBranch137(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4845,7 +4845,7 @@ public int tatooine_imperial_trainer_1_handleBranch139(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5025,7 +5025,7 @@ public int tatooine_imperial_trainer_1_handleBranch142(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5040,7 +5040,7 @@ public int tatooine_imperial_trainer_1_handleBranch143(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5055,7 +5055,7 @@ public int tatooine_imperial_trainer_1_handleBranch145(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5070,7 +5070,7 @@ public int tatooine_imperial_trainer_1_handleBranch147(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5250,7 +5250,7 @@ public int tatooine_imperial_trainer_1_handleBranch149(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5359,7 +5359,7 @@ public int tatooine_imperial_trainer_1_handleBranch150(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5399,7 +5399,7 @@ public int tatooine_imperial_trainer_1_handleBranch151(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5414,7 +5414,7 @@ public int tatooine_imperial_trainer_1_handleBranch152(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5453,7 +5453,7 @@ public int tatooine_imperial_trainer_1_handleBranch154(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5469,7 +5469,7 @@ public int tatooine_imperial_trainer_1_handleBranch155(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5509,7 +5509,7 @@ public int tatooine_imperial_trainer_1_handleBranch157(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5524,7 +5524,7 @@ public int tatooine_imperial_trainer_1_handleBranch158(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5585,7 +5585,7 @@ public int tatooine_imperial_trainer_1_handleBranch160(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5624,7 +5624,7 @@ public int tatooine_imperial_trainer_1_handleBranch161(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5803,7 +5803,7 @@ public int tatooine_imperial_trainer_1_handleBranch165(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5842,7 +5842,7 @@ public int tatooine_imperial_trainer_1_handleBranch166(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5881,7 +5881,7 @@ public int tatooine_imperial_trainer_1_handleBranch167(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5921,7 +5921,7 @@ public int tatooine_imperial_trainer_1_handleBranch168(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5936,7 +5936,7 @@ public int tatooine_imperial_trainer_1_handleBranch169(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5976,7 +5976,7 @@ public int tatooine_imperial_trainer_1_handleBranch171(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6016,7 +6016,7 @@ public int tatooine_imperial_trainer_1_handleBranch172(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch173(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6056,7 +6056,7 @@ public int tatooine_imperial_trainer_1_handleBranch173(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch174(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6072,7 +6072,7 @@ public int tatooine_imperial_trainer_1_handleBranch174(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch176(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6111,7 +6111,7 @@ public int tatooine_imperial_trainer_1_handleBranch176(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6152,7 +6152,7 @@ public int tatooine_imperial_trainer_1_handleBranch177(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch178(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6168,7 +6168,7 @@ public int tatooine_imperial_trainer_1_handleBranch178(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch180(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6347,7 +6347,7 @@ public int tatooine_imperial_trainer_1_handleBranch180(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch181(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6489,7 +6489,7 @@ public int tatooine_imperial_trainer_1_handleBranch181(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6585,7 +6585,7 @@ public int tatooine_imperial_trainer_1_handleBranch182(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch183(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6646,7 +6646,7 @@ public int tatooine_imperial_trainer_1_handleBranch183(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch184(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6698,7 +6698,7 @@ public int tatooine_imperial_trainer_1_handleBranch184(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch185(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6803,7 +6803,7 @@ public int tatooine_imperial_trainer_1_handleBranch185(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch186(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6982,7 +6982,7 @@ public int tatooine_imperial_trainer_1_handleBranch186(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch187(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7054,7 +7054,7 @@ public int tatooine_imperial_trainer_1_handleBranch187(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch188(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7233,7 +7233,7 @@ public int tatooine_imperial_trainer_1_handleBranch188(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch190(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7307,7 +7307,7 @@ public int tatooine_imperial_trainer_1_handleBranch190(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch191(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7346,7 +7346,7 @@ public int tatooine_imperial_trainer_1_handleBranch191(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch192(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7385,7 +7385,7 @@ public int tatooine_imperial_trainer_1_handleBranch192(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch193(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7435,7 +7435,7 @@ public int tatooine_imperial_trainer_1_handleBranch193(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch194(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7486,7 +7486,7 @@ public int tatooine_imperial_trainer_1_handleBranch194(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch195(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7591,7 +7591,7 @@ public int tatooine_imperial_trainer_1_handleBranch195(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch196(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7770,7 +7770,7 @@ public int tatooine_imperial_trainer_1_handleBranch196(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch197(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7842,7 +7842,7 @@ public int tatooine_imperial_trainer_1_handleBranch197(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch198(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8021,7 +8021,7 @@ public int tatooine_imperial_trainer_1_handleBranch198(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch200(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8106,7 +8106,7 @@ public int tatooine_imperial_trainer_1_handleBranch200(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch201(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8167,7 +8167,7 @@ public int tatooine_imperial_trainer_1_handleBranch201(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch202(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8218,7 +8218,7 @@ public int tatooine_imperial_trainer_1_handleBranch202(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch203(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8323,7 +8323,7 @@ public int tatooine_imperial_trainer_1_handleBranch203(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch204(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8502,7 +8502,7 @@ public int tatooine_imperial_trainer_1_handleBranch204(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch205(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8574,7 +8574,7 @@ public int tatooine_imperial_trainer_1_handleBranch205(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch206(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8753,7 +8753,7 @@ public int tatooine_imperial_trainer_1_handleBranch206(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch209(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8792,7 +8792,7 @@ public int tatooine_imperial_trainer_1_handleBranch209(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch210(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8831,7 +8831,7 @@ public int tatooine_imperial_trainer_1_handleBranch210(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch211(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8881,7 +8881,7 @@ public int tatooine_imperial_trainer_1_handleBranch211(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_1_handleBranch212(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8977,7 +8977,7 @@ public int tatooine_imperial_trainer_1_handleBranch212(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_2.java index 4624956352..15a785c6ca 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_2.java @@ -387,7 +387,7 @@ public int tatooine_imperial_trainer_2_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int tatooine_imperial_trainer_2_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int tatooine_imperial_trainer_2_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int tatooine_imperial_trainer_2_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -523,7 +523,7 @@ public int tatooine_imperial_trainer_2_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -616,7 +616,7 @@ public int tatooine_imperial_trainer_2_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int tatooine_imperial_trainer_2_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -777,7 +777,7 @@ public int tatooine_imperial_trainer_2_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -815,7 +815,7 @@ public int tatooine_imperial_trainer_2_handleBranch16(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -853,7 +853,7 @@ public int tatooine_imperial_trainer_2_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -891,7 +891,7 @@ public int tatooine_imperial_trainer_2_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -930,7 +930,7 @@ public int tatooine_imperial_trainer_2_handleBranch19(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -944,7 +944,7 @@ public int tatooine_imperial_trainer_2_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1032,7 +1032,7 @@ public int tatooine_imperial_trainer_2_handleBranch22(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1137,7 +1137,7 @@ public int tatooine_imperial_trainer_2_handleBranch23(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1175,7 +1175,7 @@ public int tatooine_imperial_trainer_2_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1214,7 +1214,7 @@ public int tatooine_imperial_trainer_2_handleBranch25(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1263,7 +1263,7 @@ public int tatooine_imperial_trainer_2_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1368,7 +1368,7 @@ public int tatooine_imperial_trainer_2_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1406,7 +1406,7 @@ public int tatooine_imperial_trainer_2_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1444,7 +1444,7 @@ public int tatooine_imperial_trainer_2_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1483,7 +1483,7 @@ public int tatooine_imperial_trainer_2_handleBranch31(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1501,7 +1501,7 @@ public int tatooine_imperial_trainer_2_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1589,7 +1589,7 @@ public int tatooine_imperial_trainer_2_handleBranch34(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1694,7 +1694,7 @@ public int tatooine_imperial_trainer_2_handleBranch35(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1732,7 +1732,7 @@ public int tatooine_imperial_trainer_2_handleBranch36(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1770,7 +1770,7 @@ public int tatooine_imperial_trainer_2_handleBranch37(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1841,7 +1841,7 @@ public int tatooine_imperial_trainer_2_handleBranch38(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2034,7 +2034,7 @@ public int tatooine_imperial_trainer_2_handleBranch39(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2048,7 +2048,7 @@ public int tatooine_imperial_trainer_2_handleBranch40(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2062,7 +2062,7 @@ public int tatooine_imperial_trainer_2_handleBranch42(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2076,7 +2076,7 @@ public int tatooine_imperial_trainer_2_handleBranch44(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2217,7 +2217,7 @@ public int tatooine_imperial_trainer_2_handleBranch46(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2232,7 +2232,7 @@ public int tatooine_imperial_trainer_2_handleBranch47(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2247,7 +2247,7 @@ public int tatooine_imperial_trainer_2_handleBranch49(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2262,7 +2262,7 @@ public int tatooine_imperial_trainer_2_handleBranch51(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2277,7 +2277,7 @@ public int tatooine_imperial_trainer_2_handleBranch53(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2291,7 +2291,7 @@ public int tatooine_imperial_trainer_2_handleBranch56(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2330,7 +2330,7 @@ public int tatooine_imperial_trainer_2_handleBranch58(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2376,7 +2376,7 @@ public int tatooine_imperial_trainer_2_handleBranch59(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2414,7 +2414,7 @@ public int tatooine_imperial_trainer_2_handleBranch60(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2452,7 +2452,7 @@ public int tatooine_imperial_trainer_2_handleBranch61(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2490,7 +2490,7 @@ public int tatooine_imperial_trainer_2_handleBranch62(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2528,7 +2528,7 @@ public int tatooine_imperial_trainer_2_handleBranch63(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2577,7 +2577,7 @@ public int tatooine_imperial_trainer_2_handleBranch64(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2682,7 +2682,7 @@ public int tatooine_imperial_trainer_2_handleBranch65(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2697,7 +2697,7 @@ public int tatooine_imperial_trainer_2_handleBranch66(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2736,7 +2736,7 @@ public int tatooine_imperial_trainer_2_handleBranch68(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2774,7 +2774,7 @@ public int tatooine_imperial_trainer_2_handleBranch69(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2813,7 +2813,7 @@ public int tatooine_imperial_trainer_2_handleBranch70(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2851,7 +2851,7 @@ public int tatooine_imperial_trainer_2_handleBranch71(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2889,7 +2889,7 @@ public int tatooine_imperial_trainer_2_handleBranch72(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2906,7 +2906,7 @@ public int tatooine_imperial_trainer_2_handleBranch73(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2944,7 +2944,7 @@ public int tatooine_imperial_trainer_2_handleBranch75(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2983,7 +2983,7 @@ public int tatooine_imperial_trainer_2_handleBranch76(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2997,7 +2997,7 @@ public int tatooine_imperial_trainer_2_handleBranch77(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3036,7 +3036,7 @@ public int tatooine_imperial_trainer_2_handleBranch79(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3050,7 +3050,7 @@ public int tatooine_imperial_trainer_2_handleBranch80(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3090,7 +3090,7 @@ public int tatooine_imperial_trainer_2_handleBranch82(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3130,7 +3130,7 @@ public int tatooine_imperial_trainer_2_handleBranch83(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3169,7 +3169,7 @@ public int tatooine_imperial_trainer_2_handleBranch84(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3207,7 +3207,7 @@ public int tatooine_imperial_trainer_2_handleBranch85(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3267,7 +3267,7 @@ public int tatooine_imperial_trainer_2_handleBranch86(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3417,7 +3417,7 @@ public int tatooine_imperial_trainer_2_handleBranch87(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3467,7 +3467,7 @@ public int tatooine_imperial_trainer_2_handleBranch88(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3558,7 +3558,7 @@ public int tatooine_imperial_trainer_2_handleBranch89(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3574,7 +3574,7 @@ public int tatooine_imperial_trainer_2_handleBranch91(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3625,7 +3625,7 @@ public int tatooine_imperial_trainer_2_handleBranch93(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3685,7 +3685,7 @@ public int tatooine_imperial_trainer_2_handleBranch94(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3805,7 +3805,7 @@ public int tatooine_imperial_trainer_2_handleBranch95(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3844,7 +3844,7 @@ public int tatooine_imperial_trainer_2_handleBranch96(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3859,7 +3859,7 @@ public int tatooine_imperial_trainer_2_handleBranch97(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3933,7 +3933,7 @@ public int tatooine_imperial_trainer_2_handleBranch99(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3972,7 +3972,7 @@ public int tatooine_imperial_trainer_2_handleBranch100(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3987,7 +3987,7 @@ public int tatooine_imperial_trainer_2_handleBranch101(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4026,7 +4026,7 @@ public int tatooine_imperial_trainer_2_handleBranch103(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4041,7 +4041,7 @@ public int tatooine_imperial_trainer_2_handleBranch104(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4056,7 +4056,7 @@ public int tatooine_imperial_trainer_2_handleBranch106(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4206,7 +4206,7 @@ public int tatooine_imperial_trainer_2_handleBranch109(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4356,7 +4356,7 @@ public int tatooine_imperial_trainer_2_handleBranch110(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4517,7 +4517,7 @@ public int tatooine_imperial_trainer_2_handleBranch111(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4678,7 +4678,7 @@ public int tatooine_imperial_trainer_2_handleBranch112(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4839,7 +4839,7 @@ public int tatooine_imperial_trainer_2_handleBranch113(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4985,7 +4985,7 @@ public int tatooine_imperial_trainer_2_handleBranch114(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4999,7 +4999,7 @@ public int tatooine_imperial_trainer_2_handleBranch115(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5013,7 +5013,7 @@ public int tatooine_imperial_trainer_2_handleBranch117(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5051,7 +5051,7 @@ public int tatooine_imperial_trainer_2_handleBranch119(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5090,7 +5090,7 @@ public int tatooine_imperial_trainer_2_handleBranch120(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5104,7 +5104,7 @@ public int tatooine_imperial_trainer_2_handleBranch121(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5152,7 +5152,7 @@ public int tatooine_imperial_trainer_2_handleBranch123(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5190,7 +5190,7 @@ public int tatooine_imperial_trainer_2_handleBranch124(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5228,7 +5228,7 @@ public int tatooine_imperial_trainer_2_handleBranch125(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5242,7 +5242,7 @@ public int tatooine_imperial_trainer_2_handleBranch126(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_2b.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_2b.java index 012b269f98..84b5d1958c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_2b.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_imperial_trainer_2b.java @@ -383,7 +383,7 @@ public int tatooine_imperial_trainer_2b_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -465,7 +465,7 @@ public int tatooine_imperial_trainer_2b_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -504,7 +504,7 @@ public int tatooine_imperial_trainer_2b_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -542,7 +542,7 @@ public int tatooine_imperial_trainer_2b_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -580,7 +580,7 @@ public int tatooine_imperial_trainer_2b_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -597,7 +597,7 @@ public int tatooine_imperial_trainer_2b_handleBranch13(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -636,7 +636,7 @@ public int tatooine_imperial_trainer_2b_handleBranch15(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -653,7 +653,7 @@ public int tatooine_imperial_trainer_2b_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -693,7 +693,7 @@ public int tatooine_imperial_trainer_2b_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -732,7 +732,7 @@ public int tatooine_imperial_trainer_2b_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -771,7 +771,7 @@ public int tatooine_imperial_trainer_2b_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -810,7 +810,7 @@ public int tatooine_imperial_trainer_2b_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -849,7 +849,7 @@ public int tatooine_imperial_trainer_2b_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -864,7 +864,7 @@ public int tatooine_imperial_trainer_2b_handleBranch23(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -920,7 +920,7 @@ public int tatooine_imperial_trainer_2b_handleBranch25(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -992,7 +992,7 @@ public int tatooine_imperial_trainer_2b_handleBranch26(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1031,7 +1031,7 @@ public int tatooine_imperial_trainer_2b_handleBranch27(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1080,7 +1080,7 @@ public int tatooine_imperial_trainer_2b_handleBranch28(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1187,7 +1187,7 @@ public int tatooine_imperial_trainer_2b_handleBranch29(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1227,7 +1227,7 @@ public int tatooine_imperial_trainer_2b_handleBranch30(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1265,7 +1265,7 @@ public int tatooine_imperial_trainer_2b_handleBranch31(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1279,7 +1279,7 @@ public int tatooine_imperial_trainer_2b_handleBranch32(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1368,7 +1368,7 @@ public int tatooine_imperial_trainer_2b_handleBranch34(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1509,7 +1509,7 @@ public int tatooine_imperial_trainer_2b_handleBranch39(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1524,7 +1524,7 @@ public int tatooine_imperial_trainer_2b_handleBranch40(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1539,7 +1539,7 @@ public int tatooine_imperial_trainer_2b_handleBranch42(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1554,7 +1554,7 @@ public int tatooine_imperial_trainer_2b_handleBranch44(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1569,7 +1569,7 @@ public int tatooine_imperial_trainer_2b_handleBranch46(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1609,7 +1609,7 @@ public int tatooine_imperial_trainer_2b_handleBranch49(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1649,7 +1649,7 @@ public int tatooine_imperial_trainer_2b_handleBranch50(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1688,7 +1688,7 @@ public int tatooine_imperial_trainer_2b_handleBranch51(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1704,7 +1704,7 @@ public int tatooine_imperial_trainer_2b_handleBranch52(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1744,7 +1744,7 @@ public int tatooine_imperial_trainer_2b_handleBranch55(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1782,7 +1782,7 @@ public int tatooine_imperial_trainer_2b_handleBranch56(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1798,7 +1798,7 @@ public int tatooine_imperial_trainer_2b_handleBranch57(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1838,7 +1838,7 @@ public int tatooine_imperial_trainer_2b_handleBranch59(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1877,7 +1877,7 @@ public int tatooine_imperial_trainer_2b_handleBranch60(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1892,7 +1892,7 @@ public int tatooine_imperial_trainer_2b_handleBranch61(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1955,7 +1955,7 @@ public int tatooine_imperial_trainer_2b_handleBranch63(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1993,7 +1993,7 @@ public int tatooine_imperial_trainer_2b_handleBranch64(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2032,7 +2032,7 @@ public int tatooine_imperial_trainer_2b_handleBranch65(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2071,7 +2071,7 @@ public int tatooine_imperial_trainer_2b_handleBranch66(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2111,7 +2111,7 @@ public int tatooine_imperial_trainer_2b_handleBranch67(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2151,7 +2151,7 @@ public int tatooine_imperial_trainer_2b_handleBranch68(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2190,7 +2190,7 @@ public int tatooine_imperial_trainer_2b_handleBranch69(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2229,7 +2229,7 @@ public int tatooine_imperial_trainer_2b_handleBranch70(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2267,7 +2267,7 @@ public int tatooine_imperial_trainer_2b_handleBranch71(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2305,7 +2305,7 @@ public int tatooine_imperial_trainer_2b_handleBranch72(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2344,7 +2344,7 @@ public int tatooine_imperial_trainer_2b_handleBranch73(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_imperial_trainer_2b_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2359,7 +2359,7 @@ public int tatooine_imperial_trainer_2b_handleBranch74(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid1.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid1.java index 420d2a638e..aa2833908e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid1.java @@ -27,7 +27,7 @@ public int tatooine_jawa_droid1_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid2.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid2.java index d573efa3d1..ba2e9898ec 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid2.java @@ -27,7 +27,7 @@ public int tatooine_jawa_droid2_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid3.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid3.java index 90fc71e317..adccde3ad4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_jawa_droid3.java @@ -27,7 +27,7 @@ public int tatooine_jawa_droid3_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_contact.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_contact.java index fcfa5a8c75..e7cb84048b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_contact.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_contact.java @@ -73,7 +73,7 @@ public int tatooine_knives_contact_handleBranch2(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_contact_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -167,7 +167,7 @@ public int tatooine_knives_contact_handleBranch4(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_contact_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int tatooine_knives_contact_handleBranch5(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_contact_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int tatooine_knives_contact_handleBranch6(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_contact_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int tatooine_knives_contact_handleBranch9(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_contact_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -361,7 +361,7 @@ public int tatooine_knives_contact_handleBranch10(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_contact_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -420,7 +420,7 @@ public int tatooine_knives_contact_handleBranch11(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_fencing_keela.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_fencing_keela.java index 37040064e2..511fef1c38 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_fencing_keela.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_fencing_keela.java @@ -75,7 +75,7 @@ public int tatooine_knives_fencing_keela_handleBranch2(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_keela_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -90,7 +90,7 @@ public int tatooine_knives_fencing_keela_handleBranch3(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_fencing_valarian.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_fencing_valarian.java index 61877b19ab..269d052b97 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_fencing_valarian.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_fencing_valarian.java @@ -186,7 +186,7 @@ public int tatooine_knives_fencing_valarian_handleBranch1(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int tatooine_knives_fencing_valarian_handleBranch4(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int tatooine_knives_fencing_valarian_handleBranch7(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int tatooine_knives_fencing_valarian_handleBranch8(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -317,7 +317,7 @@ public int tatooine_knives_fencing_valarian_handleBranch11(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int tatooine_knives_fencing_valarian_handleBranch14(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -390,7 +390,7 @@ public int tatooine_knives_fencing_valarian_handleBranch16(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -415,7 +415,7 @@ public int tatooine_knives_fencing_valarian_handleBranch17(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -486,7 +486,7 @@ public int tatooine_knives_fencing_valarian_handleBranch20(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int tatooine_knives_fencing_valarian_handleBranch22(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -573,7 +573,7 @@ public int tatooine_knives_fencing_valarian_handleBranch23(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int tatooine_knives_fencing_valarian_handleBranch24(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int tatooine_knives_fencing_valarian_handleBranch26(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -696,7 +696,7 @@ public int tatooine_knives_fencing_valarian_handleBranch28(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -710,7 +710,7 @@ public int tatooine_knives_fencing_valarian_handleBranch29(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -760,7 +760,7 @@ public int tatooine_knives_fencing_valarian_handleBranch31(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -774,7 +774,7 @@ public int tatooine_knives_fencing_valarian_handleBranch32(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -788,7 +788,7 @@ public int tatooine_knives_fencing_valarian_handleBranch34(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -848,7 +848,7 @@ public int tatooine_knives_fencing_valarian_handleBranch36(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -874,7 +874,7 @@ public int tatooine_knives_fencing_valarian_handleBranch37(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -992,7 +992,7 @@ public int tatooine_knives_fencing_valarian_handleBranch40(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1032,7 +1032,7 @@ public int tatooine_knives_fencing_valarian_handleBranch42(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_fencing_valarian_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1048,7 +1048,7 @@ public int tatooine_knives_fencing_valarian_handleBranch43(obj_id player, obj_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_labria.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_labria.java index b0534ab64e..2a781b5bed 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_labria.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_labria.java @@ -92,7 +92,7 @@ public int tatooine_knives_labria_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_labria_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -120,7 +120,7 @@ public int tatooine_knives_labria_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_ind.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_ind.java index 14ccd47f70..33c5da221b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_ind.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_ind.java @@ -69,7 +69,7 @@ public int tatooine_knives_parry_ind_handleBranch2(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_ind_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -84,7 +84,7 @@ public int tatooine_knives_parry_ind_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_ind_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int tatooine_knives_parry_ind_handleBranch6(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_ind_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -195,7 +195,7 @@ public int tatooine_knives_parry_ind_handleBranch8(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_ind_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -302,7 +302,7 @@ public int tatooine_knives_parry_ind_handleBranch9(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_ind_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -353,7 +353,7 @@ public int tatooine_knives_parry_ind_handleBranch10(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_ind_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -368,7 +368,7 @@ public int tatooine_knives_parry_ind_handleBranch11(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_ind_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -418,7 +418,7 @@ public int tatooine_knives_parry_ind_handleBranch14(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_ind_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -468,7 +468,7 @@ public int tatooine_knives_parry_ind_handleBranch15(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_ind_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -518,7 +518,7 @@ public int tatooine_knives_parry_ind_handleBranch16(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_kcur.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_kcur.java index 46a192f6f5..e7578dd01d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_kcur.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_kcur.java @@ -138,7 +138,7 @@ public int tatooine_knives_parry_kcur_handleBranch3(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_kcur_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -163,7 +163,7 @@ public int tatooine_knives_parry_kcur_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_kcur_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -235,7 +235,7 @@ public int tatooine_knives_parry_kcur_handleBranch7(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_kcur_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -294,7 +294,7 @@ public int tatooine_knives_parry_kcur_handleBranch9(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_kcur_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -320,7 +320,7 @@ public int tatooine_knives_parry_kcur_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_larit.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_larit.java index 562288e980..ad209d5113 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_larit.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_larit.java @@ -100,7 +100,7 @@ public int tatooine_knives_parry_larit_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_larit_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int tatooine_knives_parry_larit_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_moa.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_moa.java index e5a5a5bc25..6102daa3c6 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_moa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_parry_moa.java @@ -100,7 +100,7 @@ public int tatooine_knives_parry_moa_handleBranch4(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_parry_moa_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int tatooine_knives_parry_moa_handleBranch5(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_thrust_kavas.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_thrust_kavas.java index ee327c8953..0b817c70ca 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_thrust_kavas.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_knives_thrust_kavas.java @@ -98,7 +98,7 @@ public int tatooine_knives_thrust_kavas_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -113,7 +113,7 @@ public int tatooine_knives_thrust_kavas_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int tatooine_knives_thrust_kavas_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -193,7 +193,7 @@ public int tatooine_knives_thrust_kavas_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -210,7 +210,7 @@ public int tatooine_knives_thrust_kavas_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -260,7 +260,7 @@ public int tatooine_knives_thrust_kavas_handleBranch10(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -335,7 +335,7 @@ public int tatooine_knives_thrust_kavas_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -385,7 +385,7 @@ public int tatooine_knives_thrust_kavas_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -414,7 +414,7 @@ public int tatooine_knives_thrust_kavas_handleBranch13(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -429,7 +429,7 @@ public int tatooine_knives_thrust_kavas_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -515,7 +515,7 @@ public int tatooine_knives_thrust_kavas_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -565,7 +565,7 @@ public int tatooine_knives_thrust_kavas_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -641,7 +641,7 @@ public int tatooine_knives_thrust_kavas_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -657,7 +657,7 @@ public int tatooine_knives_thrust_kavas_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -697,7 +697,7 @@ public int tatooine_knives_thrust_kavas_handleBranch23(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -759,7 +759,7 @@ public int tatooine_knives_thrust_kavas_handleBranch25(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -810,7 +810,7 @@ public int tatooine_knives_thrust_kavas_handleBranch26(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -860,7 +860,7 @@ public int tatooine_knives_thrust_kavas_handleBranch27(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int tatooine_knives_thrust_kavas_handleBranch28(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -950,7 +950,7 @@ public int tatooine_knives_thrust_kavas_handleBranch29(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_knives_thrust_kavas_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -965,7 +965,7 @@ public int tatooine_knives_thrust_kavas_handleBranch31(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_tier3.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_tier3.java index 267ea59010..d473708738 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_tier3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_tier3.java @@ -269,7 +269,7 @@ public int tatooine_privateer_tier3_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -295,7 +295,7 @@ public int tatooine_privateer_tier3_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -345,7 +345,7 @@ public int tatooine_privateer_tier3_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int tatooine_privateer_tier3_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -434,7 +434,7 @@ public int tatooine_privateer_tier3_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -450,7 +450,7 @@ public int tatooine_privateer_tier3_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int tatooine_privateer_tier3_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -528,7 +528,7 @@ public int tatooine_privateer_tier3_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int tatooine_privateer_tier3_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -617,7 +617,7 @@ public int tatooine_privateer_tier3_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int tatooine_privateer_tier3_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -650,7 +650,7 @@ public int tatooine_privateer_tier3_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -701,7 +701,7 @@ public int tatooine_privateer_tier3_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -717,7 +717,7 @@ public int tatooine_privateer_tier3_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -791,7 +791,7 @@ public int tatooine_privateer_tier3_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -807,7 +807,7 @@ public int tatooine_privateer_tier3_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -823,7 +823,7 @@ public int tatooine_privateer_tier3_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -862,7 +862,7 @@ public int tatooine_privateer_tier3_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -901,7 +901,7 @@ public int tatooine_privateer_tier3_handleBranch37(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -940,7 +940,7 @@ public int tatooine_privateer_tier3_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -979,7 +979,7 @@ public int tatooine_privateer_tier3_handleBranch39(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1052,7 +1052,7 @@ public int tatooine_privateer_tier3_handleBranch40(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1111,7 +1111,7 @@ public int tatooine_privateer_tier3_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1185,7 +1185,7 @@ public int tatooine_privateer_tier3_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1223,7 +1223,7 @@ public int tatooine_privateer_tier3_handleBranch43(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1262,7 +1262,7 @@ public int tatooine_privateer_tier3_handleBranch44(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1301,7 +1301,7 @@ public int tatooine_privateer_tier3_handleBranch45(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1341,7 +1341,7 @@ public int tatooine_privateer_tier3_handleBranch46(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1380,7 +1380,7 @@ public int tatooine_privateer_tier3_handleBranch47(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1418,7 +1418,7 @@ public int tatooine_privateer_tier3_handleBranch48(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1458,7 +1458,7 @@ public int tatooine_privateer_tier3_handleBranch49(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1496,7 +1496,7 @@ public int tatooine_privateer_tier3_handleBranch50(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1535,7 +1535,7 @@ public int tatooine_privateer_tier3_handleBranch51(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1574,7 +1574,7 @@ public int tatooine_privateer_tier3_handleBranch52(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1613,7 +1613,7 @@ public int tatooine_privateer_tier3_handleBranch53(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1633,7 +1633,7 @@ public int tatooine_privateer_tier3_handleBranch54(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1671,7 +1671,7 @@ public int tatooine_privateer_tier3_handleBranch56(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1710,7 +1710,7 @@ public int tatooine_privateer_tier3_handleBranch57(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1749,7 +1749,7 @@ public int tatooine_privateer_tier3_handleBranch58(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1788,7 +1788,7 @@ public int tatooine_privateer_tier3_handleBranch59(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1826,7 +1826,7 @@ public int tatooine_privateer_tier3_handleBranch60(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1864,7 +1864,7 @@ public int tatooine_privateer_tier3_handleBranch61(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1904,7 +1904,7 @@ public int tatooine_privateer_tier3_handleBranch62(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1942,7 +1942,7 @@ public int tatooine_privateer_tier3_handleBranch63(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1961,7 +1961,7 @@ public int tatooine_privateer_tier3_handleBranch64(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2001,7 +2001,7 @@ public int tatooine_privateer_tier3_handleBranch66(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2050,7 +2050,7 @@ public int tatooine_privateer_tier3_handleBranch67(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2124,7 +2124,7 @@ public int tatooine_privateer_tier3_handleBranch68(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2162,7 +2162,7 @@ public int tatooine_privateer_tier3_handleBranch69(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2201,7 +2201,7 @@ public int tatooine_privateer_tier3_handleBranch70(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2240,7 +2240,7 @@ public int tatooine_privateer_tier3_handleBranch71(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2279,7 +2279,7 @@ public int tatooine_privateer_tier3_handleBranch72(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2317,7 +2317,7 @@ public int tatooine_privateer_tier3_handleBranch73(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2356,7 +2356,7 @@ public int tatooine_privateer_tier3_handleBranch74(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2376,7 +2376,7 @@ public int tatooine_privateer_tier3_handleBranch75(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2416,7 +2416,7 @@ public int tatooine_privateer_tier3_handleBranch77(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2455,7 +2455,7 @@ public int tatooine_privateer_tier3_handleBranch78(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2494,7 +2494,7 @@ public int tatooine_privateer_tier3_handleBranch79(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2534,7 +2534,7 @@ public int tatooine_privateer_tier3_handleBranch80(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2572,7 +2572,7 @@ public int tatooine_privateer_tier3_handleBranch81(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2611,7 +2611,7 @@ public int tatooine_privateer_tier3_handleBranch82(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2649,7 +2649,7 @@ public int tatooine_privateer_tier3_handleBranch83(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2669,7 +2669,7 @@ public int tatooine_privateer_tier3_handleBranch84(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2743,7 +2743,7 @@ public int tatooine_privateer_tier3_handleBranch86(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2782,7 +2782,7 @@ public int tatooine_privateer_tier3_handleBranch87(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2821,7 +2821,7 @@ public int tatooine_privateer_tier3_handleBranch88(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2861,7 +2861,7 @@ public int tatooine_privateer_tier3_handleBranch89(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2900,7 +2900,7 @@ public int tatooine_privateer_tier3_handleBranch90(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2950,7 +2950,7 @@ public int tatooine_privateer_tier3_handleBranch91(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3034,7 +3034,7 @@ public int tatooine_privateer_tier3_handleBranch92(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3108,7 +3108,7 @@ public int tatooine_privateer_tier3_handleBranch93(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3148,7 +3148,7 @@ public int tatooine_privateer_tier3_handleBranch94(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3187,7 +3187,7 @@ public int tatooine_privateer_tier3_handleBranch95(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3225,7 +3225,7 @@ public int tatooine_privateer_tier3_handleBranch96(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3263,7 +3263,7 @@ public int tatooine_privateer_tier3_handleBranch97(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3302,7 +3302,7 @@ public int tatooine_privateer_tier3_handleBranch98(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3340,7 +3340,7 @@ public int tatooine_privateer_tier3_handleBranch99(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3378,7 +3378,7 @@ public int tatooine_privateer_tier3_handleBranch100(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3394,7 +3394,7 @@ public int tatooine_privateer_tier3_handleBranch101(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3433,7 +3433,7 @@ public int tatooine_privateer_tier3_handleBranch103(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3471,7 +3471,7 @@ public int tatooine_privateer_tier3_handleBranch104(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3509,7 +3509,7 @@ public int tatooine_privateer_tier3_handleBranch105(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3548,7 +3548,7 @@ public int tatooine_privateer_tier3_handleBranch106(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3586,7 +3586,7 @@ public int tatooine_privateer_tier3_handleBranch107(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3624,7 +3624,7 @@ public int tatooine_privateer_tier3_handleBranch108(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3640,7 +3640,7 @@ public int tatooine_privateer_tier3_handleBranch109(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3679,7 +3679,7 @@ public int tatooine_privateer_tier3_handleBranch111(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3728,7 +3728,7 @@ public int tatooine_privateer_tier3_handleBranch112(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3802,7 +3802,7 @@ public int tatooine_privateer_tier3_handleBranch113(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3841,7 +3841,7 @@ public int tatooine_privateer_tier3_handleBranch114(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3880,7 +3880,7 @@ public int tatooine_privateer_tier3_handleBranch115(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3918,7 +3918,7 @@ public int tatooine_privateer_tier3_handleBranch116(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3956,7 +3956,7 @@ public int tatooine_privateer_tier3_handleBranch117(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3995,7 +3995,7 @@ public int tatooine_privateer_tier3_handleBranch118(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4033,7 +4033,7 @@ public int tatooine_privateer_tier3_handleBranch119(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4071,7 +4071,7 @@ public int tatooine_privateer_tier3_handleBranch120(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4087,7 +4087,7 @@ public int tatooine_privateer_tier3_handleBranch121(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4126,7 +4126,7 @@ public int tatooine_privateer_tier3_handleBranch123(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4164,7 +4164,7 @@ public int tatooine_privateer_tier3_handleBranch124(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4202,7 +4202,7 @@ public int tatooine_privateer_tier3_handleBranch125(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4241,7 +4241,7 @@ public int tatooine_privateer_tier3_handleBranch126(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4279,7 +4279,7 @@ public int tatooine_privateer_tier3_handleBranch127(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4317,7 +4317,7 @@ public int tatooine_privateer_tier3_handleBranch128(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4333,7 +4333,7 @@ public int tatooine_privateer_tier3_handleBranch129(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4372,7 +4372,7 @@ public int tatooine_privateer_tier3_handleBranch131(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4410,7 +4410,7 @@ public int tatooine_privateer_tier3_handleBranch132(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4449,7 +4449,7 @@ public int tatooine_privateer_tier3_handleBranch133(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4488,7 +4488,7 @@ public int tatooine_privateer_tier3_handleBranch134(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4537,7 +4537,7 @@ public int tatooine_privateer_tier3_handleBranch135(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4611,7 +4611,7 @@ public int tatooine_privateer_tier3_handleBranch136(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4650,7 +4650,7 @@ public int tatooine_privateer_tier3_handleBranch137(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4689,7 +4689,7 @@ public int tatooine_privateer_tier3_handleBranch138(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4727,7 +4727,7 @@ public int tatooine_privateer_tier3_handleBranch139(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4765,7 +4765,7 @@ public int tatooine_privateer_tier3_handleBranch140(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4804,7 +4804,7 @@ public int tatooine_privateer_tier3_handleBranch141(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4842,7 +4842,7 @@ public int tatooine_privateer_tier3_handleBranch142(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4881,7 +4881,7 @@ public int tatooine_privateer_tier3_handleBranch143(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4897,7 +4897,7 @@ public int tatooine_privateer_tier3_handleBranch144(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4936,7 +4936,7 @@ public int tatooine_privateer_tier3_handleBranch146(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4974,7 +4974,7 @@ public int tatooine_privateer_tier3_handleBranch147(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5012,7 +5012,7 @@ public int tatooine_privateer_tier3_handleBranch148(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5051,7 +5051,7 @@ public int tatooine_privateer_tier3_handleBranch149(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5089,7 +5089,7 @@ public int tatooine_privateer_tier3_handleBranch150(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5128,7 +5128,7 @@ public int tatooine_privateer_tier3_handleBranch151(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5144,7 +5144,7 @@ public int tatooine_privateer_tier3_handleBranch152(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5217,7 +5217,7 @@ public int tatooine_privateer_tier3_handleBranch154(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5257,7 +5257,7 @@ public int tatooine_privateer_tier3_handleBranch155(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5296,7 +5296,7 @@ public int tatooine_privateer_tier3_handleBranch156(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5335,7 +5335,7 @@ public int tatooine_privateer_tier3_handleBranch157(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5375,7 +5375,7 @@ public int tatooine_privateer_tier3_handleBranch158(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5414,7 +5414,7 @@ public int tatooine_privateer_tier3_handleBranch159(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5453,7 +5453,7 @@ public int tatooine_privateer_tier3_handleBranch160(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5491,7 +5491,7 @@ public int tatooine_privateer_tier3_handleBranch161(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5530,7 +5530,7 @@ public int tatooine_privateer_tier3_handleBranch162(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5547,7 +5547,7 @@ public int tatooine_privateer_tier3_handleBranch163(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5586,7 +5586,7 @@ public int tatooine_privateer_tier3_handleBranch165(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5625,7 +5625,7 @@ public int tatooine_privateer_tier3_handleBranch166(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5663,7 +5663,7 @@ public int tatooine_privateer_tier3_handleBranch167(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5702,7 +5702,7 @@ public int tatooine_privateer_tier3_handleBranch168(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5741,7 +5741,7 @@ public int tatooine_privateer_tier3_handleBranch169(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch170(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5780,7 +5780,7 @@ public int tatooine_privateer_tier3_handleBranch170(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5818,7 +5818,7 @@ public int tatooine_privateer_tier3_handleBranch171(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5857,7 +5857,7 @@ public int tatooine_privateer_tier3_handleBranch172(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch173(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5874,7 +5874,7 @@ public int tatooine_privateer_tier3_handleBranch173(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch175(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5950,7 +5950,7 @@ public int tatooine_privateer_tier3_handleBranch175(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch176(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5989,7 +5989,7 @@ public int tatooine_privateer_tier3_handleBranch176(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6027,7 +6027,7 @@ public int tatooine_privateer_tier3_handleBranch177(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch178(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6065,7 +6065,7 @@ public int tatooine_privateer_tier3_handleBranch178(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch179(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6103,7 +6103,7 @@ public int tatooine_privateer_tier3_handleBranch179(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch180(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6142,7 +6142,7 @@ public int tatooine_privateer_tier3_handleBranch180(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch181(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6181,7 +6181,7 @@ public int tatooine_privateer_tier3_handleBranch181(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6219,7 +6219,7 @@ public int tatooine_privateer_tier3_handleBranch182(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch183(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6259,7 +6259,7 @@ public int tatooine_privateer_tier3_handleBranch183(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch184(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6298,7 +6298,7 @@ public int tatooine_privateer_tier3_handleBranch184(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch185(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6337,7 +6337,7 @@ public int tatooine_privateer_tier3_handleBranch185(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch186(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6353,7 +6353,7 @@ public int tatooine_privateer_tier3_handleBranch186(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch188(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6392,7 +6392,7 @@ public int tatooine_privateer_tier3_handleBranch188(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch189(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6430,7 +6430,7 @@ public int tatooine_privateer_tier3_handleBranch189(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch190(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6469,7 +6469,7 @@ public int tatooine_privateer_tier3_handleBranch190(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch191(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6508,7 +6508,7 @@ public int tatooine_privateer_tier3_handleBranch191(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch192(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6546,7 +6546,7 @@ public int tatooine_privateer_tier3_handleBranch192(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch193(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6585,7 +6585,7 @@ public int tatooine_privateer_tier3_handleBranch193(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch194(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6624,7 +6624,7 @@ public int tatooine_privateer_tier3_handleBranch194(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch195(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6663,7 +6663,7 @@ public int tatooine_privateer_tier3_handleBranch195(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch196(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6679,7 +6679,7 @@ public int tatooine_privateer_tier3_handleBranch196(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch198(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6752,7 +6752,7 @@ public int tatooine_privateer_tier3_handleBranch198(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch199(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6768,7 +6768,7 @@ public int tatooine_privateer_tier3_handleBranch199(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier3_handleBranch201(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6783,7 +6783,7 @@ public int tatooine_privateer_tier3_handleBranch201(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_tier4.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_tier4.java index c174885cf4..9016d10a60 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_tier4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_tier4.java @@ -463,7 +463,7 @@ public int tatooine_privateer_tier4_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -501,7 +501,7 @@ public int tatooine_privateer_tier4_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -527,7 +527,7 @@ public int tatooine_privateer_tier4_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -553,7 +553,7 @@ public int tatooine_privateer_tier4_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ public int tatooine_privateer_tier4_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -643,7 +643,7 @@ public int tatooine_privateer_tier4_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -682,7 +682,7 @@ public int tatooine_privateer_tier4_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -699,7 +699,7 @@ public int tatooine_privateer_tier4_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -772,7 +772,7 @@ public int tatooine_privateer_tier4_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -788,7 +788,7 @@ public int tatooine_privateer_tier4_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -827,7 +827,7 @@ public int tatooine_privateer_tier4_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -844,7 +844,7 @@ public int tatooine_privateer_tier4_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -919,7 +919,7 @@ public int tatooine_privateer_tier4_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -959,7 +959,7 @@ public int tatooine_privateer_tier4_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -999,7 +999,7 @@ public int tatooine_privateer_tier4_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1038,7 +1038,7 @@ public int tatooine_privateer_tier4_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1055,7 +1055,7 @@ public int tatooine_privateer_tier4_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1095,7 +1095,7 @@ public int tatooine_privateer_tier4_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1112,7 +1112,7 @@ public int tatooine_privateer_tier4_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1141,7 +1141,7 @@ public int tatooine_privateer_tier4_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1167,7 +1167,7 @@ public int tatooine_privateer_tier4_handleBranch35(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1192,7 +1192,7 @@ public int tatooine_privateer_tier4_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1265,7 +1265,7 @@ public int tatooine_privateer_tier4_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1279,7 +1279,7 @@ public int tatooine_privateer_tier4_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1317,7 +1317,7 @@ public int tatooine_privateer_tier4_handleBranch44(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1333,7 +1333,7 @@ public int tatooine_privateer_tier4_handleBranch45(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1359,7 +1359,7 @@ public int tatooine_privateer_tier4_handleBranch47(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1545,7 +1545,7 @@ public int tatooine_privateer_tier4_handleBranch50(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1618,7 +1618,7 @@ public int tatooine_privateer_tier4_handleBranch51(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1691,7 +1691,7 @@ public int tatooine_privateer_tier4_handleBranch52(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1801,7 +1801,7 @@ public int tatooine_privateer_tier4_handleBranch53(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1876,7 +1876,7 @@ public int tatooine_privateer_tier4_handleBranch54(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2007,7 +2007,7 @@ public int tatooine_privateer_tier4_handleBranch55(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2201,7 +2201,7 @@ public int tatooine_privateer_tier4_handleBranch56(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2274,7 +2274,7 @@ public int tatooine_privateer_tier4_handleBranch57(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2313,7 +2313,7 @@ public int tatooine_privateer_tier4_handleBranch58(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2352,7 +2352,7 @@ public int tatooine_privateer_tier4_handleBranch59(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2392,7 +2392,7 @@ public int tatooine_privateer_tier4_handleBranch60(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2430,7 +2430,7 @@ public int tatooine_privateer_tier4_handleBranch61(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2469,7 +2469,7 @@ public int tatooine_privateer_tier4_handleBranch62(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2507,7 +2507,7 @@ public int tatooine_privateer_tier4_handleBranch63(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2546,7 +2546,7 @@ public int tatooine_privateer_tier4_handleBranch64(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2562,7 +2562,7 @@ public int tatooine_privateer_tier4_handleBranch65(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2601,7 +2601,7 @@ public int tatooine_privateer_tier4_handleBranch67(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2641,7 +2641,7 @@ public int tatooine_privateer_tier4_handleBranch68(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2679,7 +2679,7 @@ public int tatooine_privateer_tier4_handleBranch69(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2718,7 +2718,7 @@ public int tatooine_privateer_tier4_handleBranch70(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2756,7 +2756,7 @@ public int tatooine_privateer_tier4_handleBranch71(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2795,7 +2795,7 @@ public int tatooine_privateer_tier4_handleBranch72(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2811,7 +2811,7 @@ public int tatooine_privateer_tier4_handleBranch73(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2884,7 +2884,7 @@ public int tatooine_privateer_tier4_handleBranch75(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2924,7 +2924,7 @@ public int tatooine_privateer_tier4_handleBranch76(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2963,7 +2963,7 @@ public int tatooine_privateer_tier4_handleBranch77(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3001,7 +3001,7 @@ public int tatooine_privateer_tier4_handleBranch78(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3040,7 +3040,7 @@ public int tatooine_privateer_tier4_handleBranch79(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3079,7 +3079,7 @@ public int tatooine_privateer_tier4_handleBranch80(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3118,7 +3118,7 @@ public int tatooine_privateer_tier4_handleBranch81(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3156,7 +3156,7 @@ public int tatooine_privateer_tier4_handleBranch82(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3195,7 +3195,7 @@ public int tatooine_privateer_tier4_handleBranch83(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3233,7 +3233,7 @@ public int tatooine_privateer_tier4_handleBranch84(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3249,7 +3249,7 @@ public int tatooine_privateer_tier4_handleBranch85(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3297,7 +3297,7 @@ public int tatooine_privateer_tier4_handleBranch87(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3336,7 +3336,7 @@ public int tatooine_privateer_tier4_handleBranch88(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3374,7 +3374,7 @@ public int tatooine_privateer_tier4_handleBranch89(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3413,7 +3413,7 @@ public int tatooine_privateer_tier4_handleBranch90(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3451,7 +3451,7 @@ public int tatooine_privateer_tier4_handleBranch91(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3467,7 +3467,7 @@ public int tatooine_privateer_tier4_handleBranch92(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3577,7 +3577,7 @@ public int tatooine_privateer_tier4_handleBranch94(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3616,7 +3616,7 @@ public int tatooine_privateer_tier4_handleBranch95(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3655,7 +3655,7 @@ public int tatooine_privateer_tier4_handleBranch96(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3694,7 +3694,7 @@ public int tatooine_privateer_tier4_handleBranch97(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3733,7 +3733,7 @@ public int tatooine_privateer_tier4_handleBranch98(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3749,7 +3749,7 @@ public int tatooine_privateer_tier4_handleBranch99(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3788,7 +3788,7 @@ public int tatooine_privateer_tier4_handleBranch101(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3826,7 +3826,7 @@ public int tatooine_privateer_tier4_handleBranch102(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3865,7 +3865,7 @@ public int tatooine_privateer_tier4_handleBranch103(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3904,7 +3904,7 @@ public int tatooine_privateer_tier4_handleBranch104(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3920,7 +3920,7 @@ public int tatooine_privateer_tier4_handleBranch105(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3958,7 +3958,7 @@ public int tatooine_privateer_tier4_handleBranch107(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3997,7 +3997,7 @@ public int tatooine_privateer_tier4_handleBranch108(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4036,7 +4036,7 @@ public int tatooine_privateer_tier4_handleBranch109(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4074,7 +4074,7 @@ public int tatooine_privateer_tier4_handleBranch110(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4113,7 +4113,7 @@ public int tatooine_privateer_tier4_handleBranch111(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4151,7 +4151,7 @@ public int tatooine_privateer_tier4_handleBranch112(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4190,7 +4190,7 @@ public int tatooine_privateer_tier4_handleBranch113(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4206,7 +4206,7 @@ public int tatooine_privateer_tier4_handleBranch114(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4281,7 +4281,7 @@ public int tatooine_privateer_tier4_handleBranch116(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4319,7 +4319,7 @@ public int tatooine_privateer_tier4_handleBranch117(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4357,7 +4357,7 @@ public int tatooine_privateer_tier4_handleBranch118(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4396,7 +4396,7 @@ public int tatooine_privateer_tier4_handleBranch119(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4435,7 +4435,7 @@ public int tatooine_privateer_tier4_handleBranch120(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4474,7 +4474,7 @@ public int tatooine_privateer_tier4_handleBranch121(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4524,7 +4524,7 @@ public int tatooine_privateer_tier4_handleBranch122(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4598,7 +4598,7 @@ public int tatooine_privateer_tier4_handleBranch123(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4636,7 +4636,7 @@ public int tatooine_privateer_tier4_handleBranch124(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4675,7 +4675,7 @@ public int tatooine_privateer_tier4_handleBranch125(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4691,7 +4691,7 @@ public int tatooine_privateer_tier4_handleBranch126(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4730,7 +4730,7 @@ public int tatooine_privateer_tier4_handleBranch128(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4768,7 +4768,7 @@ public int tatooine_privateer_tier4_handleBranch129(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4807,7 +4807,7 @@ public int tatooine_privateer_tier4_handleBranch130(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4823,7 +4823,7 @@ public int tatooine_privateer_tier4_handleBranch131(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4861,7 +4861,7 @@ public int tatooine_privateer_tier4_handleBranch133(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4900,7 +4900,7 @@ public int tatooine_privateer_tier4_handleBranch134(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4939,7 +4939,7 @@ public int tatooine_privateer_tier4_handleBranch135(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4978,7 +4978,7 @@ public int tatooine_privateer_tier4_handleBranch136(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5017,7 +5017,7 @@ public int tatooine_privateer_tier4_handleBranch137(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5056,7 +5056,7 @@ public int tatooine_privateer_tier4_handleBranch138(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5094,7 +5094,7 @@ public int tatooine_privateer_tier4_handleBranch139(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5133,7 +5133,7 @@ public int tatooine_privateer_tier4_handleBranch140(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5149,7 +5149,7 @@ public int tatooine_privateer_tier4_handleBranch141(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5343,7 +5343,7 @@ public int tatooine_privateer_tier4_handleBranch143(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5537,7 +5537,7 @@ public int tatooine_privateer_tier4_handleBranch144(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5731,7 +5731,7 @@ public int tatooine_privateer_tier4_handleBranch145(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch146(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5771,7 +5771,7 @@ public int tatooine_privateer_tier4_handleBranch146(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5810,7 +5810,7 @@ public int tatooine_privateer_tier4_handleBranch147(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5849,7 +5849,7 @@ public int tatooine_privateer_tier4_handleBranch148(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5888,7 +5888,7 @@ public int tatooine_privateer_tier4_handleBranch149(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5927,7 +5927,7 @@ public int tatooine_privateer_tier4_handleBranch150(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5966,7 +5966,7 @@ public int tatooine_privateer_tier4_handleBranch151(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6050,7 +6050,7 @@ public int tatooine_privateer_tier4_handleBranch152(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6137,7 +6137,7 @@ public int tatooine_privateer_tier4_handleBranch153(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6224,7 +6224,7 @@ public int tatooine_privateer_tier4_handleBranch154(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6263,7 +6263,7 @@ public int tatooine_privateer_tier4_handleBranch159(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6302,7 +6302,7 @@ public int tatooine_privateer_tier4_handleBranch160(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6385,7 +6385,7 @@ public int tatooine_privateer_tier4_handleBranch161(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6472,7 +6472,7 @@ public int tatooine_privateer_tier4_handleBranch162(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6521,7 +6521,7 @@ public int tatooine_privateer_tier4_handleBranch163(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6595,7 +6595,7 @@ public int tatooine_privateer_tier4_handleBranch164(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6634,7 +6634,7 @@ public int tatooine_privateer_tier4_handleBranch165(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6673,7 +6673,7 @@ public int tatooine_privateer_tier4_handleBranch166(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6691,7 +6691,7 @@ public int tatooine_privateer_tier4_handleBranch167(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6730,7 +6730,7 @@ public int tatooine_privateer_tier4_handleBranch169(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_tier4_handleBranch170(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6817,7 +6817,7 @@ public int tatooine_privateer_tier4_handleBranch170(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_1.java index c000f98a01..12d2a78441 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_1.java @@ -580,7 +580,7 @@ public int tatooine_privateer_trainer_1_handleBranch1(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -755,7 +755,7 @@ public int tatooine_privateer_trainer_1_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -931,7 +931,7 @@ public int tatooine_privateer_trainer_1_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1107,7 +1107,7 @@ public int tatooine_privateer_trainer_1_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1283,7 +1283,7 @@ public int tatooine_privateer_trainer_1_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1458,7 +1458,7 @@ public int tatooine_privateer_trainer_1_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1633,7 +1633,7 @@ public int tatooine_privateer_trainer_1_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1713,7 +1713,7 @@ public int tatooine_privateer_trainer_1_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1928,7 +1928,7 @@ public int tatooine_privateer_trainer_1_handleBranch12(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2130,7 +2130,7 @@ public int tatooine_privateer_trainer_1_handleBranch14(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2228,7 +2228,7 @@ public int tatooine_privateer_trainer_1_handleBranch15(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2326,7 +2326,7 @@ public int tatooine_privateer_trainer_1_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2377,7 +2377,7 @@ public int tatooine_privateer_trainer_1_handleBranch17(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2428,7 +2428,7 @@ public int tatooine_privateer_trainer_1_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2513,7 +2513,7 @@ public int tatooine_privateer_trainer_1_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2553,7 +2553,7 @@ public int tatooine_privateer_trainer_1_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2614,7 +2614,7 @@ public int tatooine_privateer_trainer_1_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2664,7 +2664,7 @@ public int tatooine_privateer_trainer_1_handleBranch23(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2725,7 +2725,7 @@ public int tatooine_privateer_trainer_1_handleBranch24(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2832,7 +2832,7 @@ public int tatooine_privateer_trainer_1_handleBranch25(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2881,7 +2881,7 @@ public int tatooine_privateer_trainer_1_handleBranch26(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2988,7 +2988,7 @@ public int tatooine_privateer_trainer_1_handleBranch27(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3060,7 +3060,7 @@ public int tatooine_privateer_trainer_1_handleBranch28(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3145,7 +3145,7 @@ public int tatooine_privateer_trainer_1_handleBranch32(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3184,7 +3184,7 @@ public int tatooine_privateer_trainer_1_handleBranch33(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3258,7 +3258,7 @@ public int tatooine_privateer_trainer_1_handleBranch34(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3297,7 +3297,7 @@ public int tatooine_privateer_trainer_1_handleBranch35(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3404,7 +3404,7 @@ public int tatooine_privateer_trainer_1_handleBranch36(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3474,7 +3474,7 @@ public int tatooine_privateer_trainer_1_handleBranch37(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3534,7 +3534,7 @@ public int tatooine_privateer_trainer_1_handleBranch40(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3559,7 +3559,7 @@ public int tatooine_privateer_trainer_1_handleBranch41(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4961,7 +4961,7 @@ public int tatooine_privateer_trainer_1_handleBranch52(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4977,7 +4977,7 @@ public int tatooine_privateer_trainer_1_handleBranch53(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6379,7 +6379,7 @@ public int tatooine_privateer_trainer_1_handleBranch55(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6395,7 +6395,7 @@ public int tatooine_privateer_trainer_1_handleBranch56(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7799,7 +7799,7 @@ public int tatooine_privateer_trainer_1_handleBranch58(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7818,7 +7818,7 @@ public int tatooine_privateer_trainer_1_handleBranch59(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9220,7 +9220,7 @@ public int tatooine_privateer_trainer_1_handleBranch61(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9240,7 +9240,7 @@ public int tatooine_privateer_trainer_1_handleBranch62(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9286,7 +9286,7 @@ public int tatooine_privateer_trainer_1_handleBranch64(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9325,7 +9325,7 @@ public int tatooine_privateer_trainer_1_handleBranch65(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9340,7 +9340,7 @@ public int tatooine_privateer_trainer_1_handleBranch66(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9378,7 +9378,7 @@ public int tatooine_privateer_trainer_1_handleBranch68(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9393,7 +9393,7 @@ public int tatooine_privateer_trainer_1_handleBranch69(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9524,7 +9524,7 @@ public int tatooine_privateer_trainer_1_handleBranch71(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9539,7 +9539,7 @@ public int tatooine_privateer_trainer_1_handleBranch72(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9554,7 +9554,7 @@ public int tatooine_privateer_trainer_1_handleBranch74(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9569,7 +9569,7 @@ public int tatooine_privateer_trainer_1_handleBranch76(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9584,7 +9584,7 @@ public int tatooine_privateer_trainer_1_handleBranch78(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9799,7 +9799,7 @@ public int tatooine_privateer_trainer_1_handleBranch80(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10014,7 +10014,7 @@ public int tatooine_privateer_trainer_1_handleBranch81(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10066,7 +10066,7 @@ public int tatooine_privateer_trainer_1_handleBranch82(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_1_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10281,7 +10281,7 @@ public int tatooine_privateer_trainer_1_handleBranch87(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_shamdon.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_shamdon.java index 4c2dd9866d..1c9167654c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_shamdon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_shamdon.java @@ -397,7 +397,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch4(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch5(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -498,7 +498,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch7(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -532,7 +532,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch8(obj_id player, obj_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch13(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -653,7 +653,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch14(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -679,7 +679,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch15(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -875,7 +875,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch22(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -925,7 +925,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch23(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1511,7 +1511,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch24(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1551,7 +1551,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch25(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1601,7 +1601,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch27(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2187,7 +2187,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch28(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2227,7 +2227,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch29(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2546,7 +2546,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch31(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2596,7 +2596,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch32(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3183,7 +3183,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch33(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3223,7 +3223,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch35(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3273,7 +3273,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch36(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3860,7 +3860,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch37(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3900,7 +3900,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch39(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3950,7 +3950,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch40(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4537,7 +4537,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch41(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4577,7 +4577,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch43(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4627,7 +4627,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch44(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4841,7 +4841,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch45(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4891,7 +4891,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch46(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5478,7 +5478,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch47(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5518,7 +5518,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch49(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5568,7 +5568,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch50(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6155,7 +6155,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch51(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6195,7 +6195,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch53(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6393,7 +6393,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch54(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6443,7 +6443,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch55(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7030,7 +7030,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch56(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7070,7 +7070,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch58(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7120,7 +7120,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch59(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7707,7 +7707,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch60(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7747,7 +7747,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch62(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7800,7 +7800,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch63(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7850,7 +7850,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch69(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7923,7 +7923,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch70(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7973,7 +7973,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch71(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8031,7 +8031,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch72(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8046,7 +8046,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch74(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8085,7 +8085,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch76(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8216,7 +8216,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch77(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8267,7 +8267,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch78(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8293,7 +8293,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch79(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8344,7 +8344,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch82(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8370,7 +8370,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch83(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8421,7 +8421,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch86(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8447,7 +8447,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch87(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8498,7 +8498,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch90(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8524,7 +8524,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch91(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8596,7 +8596,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch94(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_privateer_trainer_shamdon_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8636,7 +8636,7 @@ public int tatooine_privateer_trainer_shamdon_handleBranch95(obj_id player, obj_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_helper_1.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_helper_1.java index 90801cf007..ba822860ce 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_helper_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_helper_1.java @@ -50,7 +50,7 @@ public int tatooine_rebel_helper_1_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_tier3.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_tier3.java index 76dd382ca9..1d6f974e18 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_tier3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_tier3.java @@ -322,7 +322,7 @@ public int tatooine_rebel_tier3_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -337,7 +337,7 @@ public int tatooine_rebel_tier3_handleBranch5(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int tatooine_rebel_tier3_handleBranch9(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int tatooine_rebel_tier3_handleBranch12(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int tatooine_rebel_tier3_handleBranch15(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int tatooine_rebel_tier3_handleBranch18(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -490,7 +490,7 @@ public int tatooine_rebel_tier3_handleBranch21(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -529,7 +529,7 @@ public int tatooine_rebel_tier3_handleBranch26(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -568,7 +568,7 @@ public int tatooine_rebel_tier3_handleBranch27(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -607,7 +607,7 @@ public int tatooine_rebel_tier3_handleBranch28(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -691,7 +691,7 @@ public int tatooine_rebel_tier3_handleBranch29(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -798,7 +798,7 @@ public int tatooine_rebel_tier3_handleBranch30(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -872,7 +872,7 @@ public int tatooine_rebel_tier3_handleBranch31(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -910,7 +910,7 @@ public int tatooine_rebel_tier3_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -949,7 +949,7 @@ public int tatooine_rebel_tier3_handleBranch33(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -988,7 +988,7 @@ public int tatooine_rebel_tier3_handleBranch34(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1026,7 +1026,7 @@ public int tatooine_rebel_tier3_handleBranch35(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1064,7 +1064,7 @@ public int tatooine_rebel_tier3_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1113,7 +1113,7 @@ public int tatooine_rebel_tier3_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1188,7 +1188,7 @@ public int tatooine_rebel_tier3_handleBranch38(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1227,7 +1227,7 @@ public int tatooine_rebel_tier3_handleBranch39(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1243,7 +1243,7 @@ public int tatooine_rebel_tier3_handleBranch40(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1281,7 +1281,7 @@ public int tatooine_rebel_tier3_handleBranch42(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1320,7 +1320,7 @@ public int tatooine_rebel_tier3_handleBranch43(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1336,7 +1336,7 @@ public int tatooine_rebel_tier3_handleBranch44(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1375,7 +1375,7 @@ public int tatooine_rebel_tier3_handleBranch46(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1414,7 +1414,7 @@ public int tatooine_rebel_tier3_handleBranch47(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1452,7 +1452,7 @@ public int tatooine_rebel_tier3_handleBranch48(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1490,7 +1490,7 @@ public int tatooine_rebel_tier3_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1539,7 +1539,7 @@ public int tatooine_rebel_tier3_handleBranch50(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1613,7 +1613,7 @@ public int tatooine_rebel_tier3_handleBranch51(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1652,7 +1652,7 @@ public int tatooine_rebel_tier3_handleBranch52(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1668,7 +1668,7 @@ public int tatooine_rebel_tier3_handleBranch53(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1706,7 +1706,7 @@ public int tatooine_rebel_tier3_handleBranch55(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1745,7 +1745,7 @@ public int tatooine_rebel_tier3_handleBranch56(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1761,7 +1761,7 @@ public int tatooine_rebel_tier3_handleBranch57(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1870,7 +1870,7 @@ public int tatooine_rebel_tier3_handleBranch59(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1909,7 +1909,7 @@ public int tatooine_rebel_tier3_handleBranch60(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1948,7 +1948,7 @@ public int tatooine_rebel_tier3_handleBranch61(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1986,7 +1986,7 @@ public int tatooine_rebel_tier3_handleBranch62(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2035,7 +2035,7 @@ public int tatooine_rebel_tier3_handleBranch63(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2109,7 +2109,7 @@ public int tatooine_rebel_tier3_handleBranch64(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2148,7 +2148,7 @@ public int tatooine_rebel_tier3_handleBranch65(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2164,7 +2164,7 @@ public int tatooine_rebel_tier3_handleBranch66(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2202,7 +2202,7 @@ public int tatooine_rebel_tier3_handleBranch68(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2241,7 +2241,7 @@ public int tatooine_rebel_tier3_handleBranch69(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2257,7 +2257,7 @@ public int tatooine_rebel_tier3_handleBranch70(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2295,7 +2295,7 @@ public int tatooine_rebel_tier3_handleBranch72(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2334,7 +2334,7 @@ public int tatooine_rebel_tier3_handleBranch73(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2373,7 +2373,7 @@ public int tatooine_rebel_tier3_handleBranch74(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2411,7 +2411,7 @@ public int tatooine_rebel_tier3_handleBranch75(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2449,7 +2449,7 @@ public int tatooine_rebel_tier3_handleBranch76(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2498,7 +2498,7 @@ public int tatooine_rebel_tier3_handleBranch77(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2572,7 +2572,7 @@ public int tatooine_rebel_tier3_handleBranch78(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2611,7 +2611,7 @@ public int tatooine_rebel_tier3_handleBranch79(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2627,7 +2627,7 @@ public int tatooine_rebel_tier3_handleBranch80(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2665,7 +2665,7 @@ public int tatooine_rebel_tier3_handleBranch82(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2704,7 +2704,7 @@ public int tatooine_rebel_tier3_handleBranch83(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2720,7 +2720,7 @@ public int tatooine_rebel_tier3_handleBranch84(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2760,7 +2760,7 @@ public int tatooine_rebel_tier3_handleBranch86(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2799,7 +2799,7 @@ public int tatooine_rebel_tier3_handleBranch87(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2837,7 +2837,7 @@ public int tatooine_rebel_tier3_handleBranch88(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2875,7 +2875,7 @@ public int tatooine_rebel_tier3_handleBranch89(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2914,7 +2914,7 @@ public int tatooine_rebel_tier3_handleBranch90(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2963,7 +2963,7 @@ public int tatooine_rebel_tier3_handleBranch91(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3037,7 +3037,7 @@ public int tatooine_rebel_tier3_handleBranch92(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3076,7 +3076,7 @@ public int tatooine_rebel_tier3_handleBranch93(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3092,7 +3092,7 @@ public int tatooine_rebel_tier3_handleBranch94(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3131,7 +3131,7 @@ public int tatooine_rebel_tier3_handleBranch96(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3170,7 +3170,7 @@ public int tatooine_rebel_tier3_handleBranch97(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3186,7 +3186,7 @@ public int tatooine_rebel_tier3_handleBranch98(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3225,7 +3225,7 @@ public int tatooine_rebel_tier3_handleBranch100(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3263,7 +3263,7 @@ public int tatooine_rebel_tier3_handleBranch101(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3313,7 +3313,7 @@ public int tatooine_rebel_tier3_handleBranch102(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3396,7 +3396,7 @@ public int tatooine_rebel_tier3_handleBranch103(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3434,7 +3434,7 @@ public int tatooine_rebel_tier3_handleBranch104(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3473,7 +3473,7 @@ public int tatooine_rebel_tier3_handleBranch105(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3522,7 +3522,7 @@ public int tatooine_rebel_tier3_handleBranch106(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3596,7 +3596,7 @@ public int tatooine_rebel_tier3_handleBranch107(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3635,7 +3635,7 @@ public int tatooine_rebel_tier3_handleBranch108(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3651,7 +3651,7 @@ public int tatooine_rebel_tier3_handleBranch109(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3690,7 +3690,7 @@ public int tatooine_rebel_tier3_handleBranch111(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3729,7 +3729,7 @@ public int tatooine_rebel_tier3_handleBranch112(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3745,7 +3745,7 @@ public int tatooine_rebel_tier3_handleBranch113(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3784,7 +3784,7 @@ public int tatooine_rebel_tier3_handleBranch115(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3823,7 +3823,7 @@ public int tatooine_rebel_tier3_handleBranch116(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3861,7 +3861,7 @@ public int tatooine_rebel_tier3_handleBranch117(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3910,7 +3910,7 @@ public int tatooine_rebel_tier3_handleBranch118(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3984,7 +3984,7 @@ public int tatooine_rebel_tier3_handleBranch119(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4023,7 +4023,7 @@ public int tatooine_rebel_tier3_handleBranch120(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4039,7 +4039,7 @@ public int tatooine_rebel_tier3_handleBranch121(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4078,7 +4078,7 @@ public int tatooine_rebel_tier3_handleBranch123(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4117,7 +4117,7 @@ public int tatooine_rebel_tier3_handleBranch124(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4133,7 +4133,7 @@ public int tatooine_rebel_tier3_handleBranch125(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4229,7 +4229,7 @@ public int tatooine_rebel_tier3_handleBranch127(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4315,7 +4315,7 @@ public int tatooine_rebel_tier3_handleBranch128(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4354,7 +4354,7 @@ public int tatooine_rebel_tier3_handleBranch129(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4393,7 +4393,7 @@ public int tatooine_rebel_tier3_handleBranch130(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4432,7 +4432,7 @@ public int tatooine_rebel_tier3_handleBranch131(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4471,7 +4471,7 @@ public int tatooine_rebel_tier3_handleBranch132(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4510,7 +4510,7 @@ public int tatooine_rebel_tier3_handleBranch133(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4549,7 +4549,7 @@ public int tatooine_rebel_tier3_handleBranch134(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4588,7 +4588,7 @@ public int tatooine_rebel_tier3_handleBranch135(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4627,7 +4627,7 @@ public int tatooine_rebel_tier3_handleBranch136(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4643,7 +4643,7 @@ public int tatooine_rebel_tier3_handleBranch137(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4718,7 +4718,7 @@ public int tatooine_rebel_tier3_handleBranch139(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4757,7 +4757,7 @@ public int tatooine_rebel_tier3_handleBranch140(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4796,7 +4796,7 @@ public int tatooine_rebel_tier3_handleBranch141(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4835,7 +4835,7 @@ public int tatooine_rebel_tier3_handleBranch142(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4874,7 +4874,7 @@ public int tatooine_rebel_tier3_handleBranch143(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4913,7 +4913,7 @@ public int tatooine_rebel_tier3_handleBranch144(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4929,7 +4929,7 @@ public int tatooine_rebel_tier3_handleBranch145(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4968,7 +4968,7 @@ public int tatooine_rebel_tier3_handleBranch147(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5007,7 +5007,7 @@ public int tatooine_rebel_tier3_handleBranch148(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5046,7 +5046,7 @@ public int tatooine_rebel_tier3_handleBranch149(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5085,7 +5085,7 @@ public int tatooine_rebel_tier3_handleBranch150(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5101,7 +5101,7 @@ public int tatooine_rebel_tier3_handleBranch151(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch153(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5196,7 +5196,7 @@ public int tatooine_rebel_tier3_handleBranch153(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch154(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5235,7 +5235,7 @@ public int tatooine_rebel_tier3_handleBranch154(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5275,7 +5275,7 @@ public int tatooine_rebel_tier3_handleBranch155(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5315,7 +5315,7 @@ public int tatooine_rebel_tier3_handleBranch156(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5354,7 +5354,7 @@ public int tatooine_rebel_tier3_handleBranch157(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5393,7 +5393,7 @@ public int tatooine_rebel_tier3_handleBranch158(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5432,7 +5432,7 @@ public int tatooine_rebel_tier3_handleBranch159(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5470,7 +5470,7 @@ public int tatooine_rebel_tier3_handleBranch160(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5486,7 +5486,7 @@ public int tatooine_rebel_tier3_handleBranch161(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5619,7 +5619,7 @@ public int tatooine_rebel_tier3_handleBranch163(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5658,7 +5658,7 @@ public int tatooine_rebel_tier3_handleBranch164(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5697,7 +5697,7 @@ public int tatooine_rebel_tier3_handleBranch165(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5736,7 +5736,7 @@ public int tatooine_rebel_tier3_handleBranch166(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5775,7 +5775,7 @@ public int tatooine_rebel_tier3_handleBranch167(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5814,7 +5814,7 @@ public int tatooine_rebel_tier3_handleBranch168(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5830,7 +5830,7 @@ public int tatooine_rebel_tier3_handleBranch169(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5904,7 +5904,7 @@ public int tatooine_rebel_tier3_handleBranch171(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch172(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5944,7 +5944,7 @@ public int tatooine_rebel_tier3_handleBranch172(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch173(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5982,7 +5982,7 @@ public int tatooine_rebel_tier3_handleBranch173(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch174(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6022,7 +6022,7 @@ public int tatooine_rebel_tier3_handleBranch174(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch175(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6061,7 +6061,7 @@ public int tatooine_rebel_tier3_handleBranch175(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch176(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6100,7 +6100,7 @@ public int tatooine_rebel_tier3_handleBranch176(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch177(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6116,7 +6116,7 @@ public int tatooine_rebel_tier3_handleBranch177(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch179(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6154,7 +6154,7 @@ public int tatooine_rebel_tier3_handleBranch179(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch180(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6194,7 +6194,7 @@ public int tatooine_rebel_tier3_handleBranch180(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch181(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6233,7 +6233,7 @@ public int tatooine_rebel_tier3_handleBranch181(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6272,7 +6272,7 @@ public int tatooine_rebel_tier3_handleBranch182(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch183(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6288,7 +6288,7 @@ public int tatooine_rebel_tier3_handleBranch183(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch185(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6362,7 +6362,7 @@ public int tatooine_rebel_tier3_handleBranch185(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch186(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6400,7 +6400,7 @@ public int tatooine_rebel_tier3_handleBranch186(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch187(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6440,7 +6440,7 @@ public int tatooine_rebel_tier3_handleBranch187(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch188(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6479,7 +6479,7 @@ public int tatooine_rebel_tier3_handleBranch188(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch189(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6518,7 +6518,7 @@ public int tatooine_rebel_tier3_handleBranch189(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch190(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6534,7 +6534,7 @@ public int tatooine_rebel_tier3_handleBranch190(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch192(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6572,7 +6572,7 @@ public int tatooine_rebel_tier3_handleBranch192(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch193(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6612,7 +6612,7 @@ public int tatooine_rebel_tier3_handleBranch193(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch194(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6651,7 +6651,7 @@ public int tatooine_rebel_tier3_handleBranch194(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch195(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6690,7 +6690,7 @@ public int tatooine_rebel_tier3_handleBranch195(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch196(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6706,7 +6706,7 @@ public int tatooine_rebel_tier3_handleBranch196(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch198(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6799,7 +6799,7 @@ public int tatooine_rebel_tier3_handleBranch198(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch199(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6837,7 +6837,7 @@ public int tatooine_rebel_tier3_handleBranch199(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch200(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6876,7 +6876,7 @@ public int tatooine_rebel_tier3_handleBranch200(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch201(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6893,7 +6893,7 @@ public int tatooine_rebel_tier3_handleBranch201(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch203(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6978,7 +6978,7 @@ public int tatooine_rebel_tier3_handleBranch203(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch204(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7051,7 +7051,7 @@ public int tatooine_rebel_tier3_handleBranch204(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch205(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7090,7 +7090,7 @@ public int tatooine_rebel_tier3_handleBranch205(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch206(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7128,7 +7128,7 @@ public int tatooine_rebel_tier3_handleBranch206(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch207(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7167,7 +7167,7 @@ public int tatooine_rebel_tier3_handleBranch207(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch208(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7183,7 +7183,7 @@ public int tatooine_rebel_tier3_handleBranch208(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch210(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7221,7 +7221,7 @@ public int tatooine_rebel_tier3_handleBranch210(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch211(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7261,7 +7261,7 @@ public int tatooine_rebel_tier3_handleBranch211(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch212(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7301,7 +7301,7 @@ public int tatooine_rebel_tier3_handleBranch212(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch213(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7340,7 +7340,7 @@ public int tatooine_rebel_tier3_handleBranch213(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch214(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7378,7 +7378,7 @@ public int tatooine_rebel_tier3_handleBranch214(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch215(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7416,7 +7416,7 @@ public int tatooine_rebel_tier3_handleBranch215(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch216(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7431,7 +7431,7 @@ public int tatooine_rebel_tier3_handleBranch216(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch218(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7469,7 +7469,7 @@ public int tatooine_rebel_tier3_handleBranch218(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch219(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7508,7 +7508,7 @@ public int tatooine_rebel_tier3_handleBranch219(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch220(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7546,7 +7546,7 @@ public int tatooine_rebel_tier3_handleBranch220(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch221(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7585,7 +7585,7 @@ public int tatooine_rebel_tier3_handleBranch221(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch222(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7601,7 +7601,7 @@ public int tatooine_rebel_tier3_handleBranch222(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch224(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7674,7 +7674,7 @@ public int tatooine_rebel_tier3_handleBranch224(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch225(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7713,7 +7713,7 @@ public int tatooine_rebel_tier3_handleBranch225(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch226(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7751,7 +7751,7 @@ public int tatooine_rebel_tier3_handleBranch226(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch227(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7791,7 +7791,7 @@ public int tatooine_rebel_tier3_handleBranch227(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch228(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7807,7 +7807,7 @@ public int tatooine_rebel_tier3_handleBranch228(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch230(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7845,7 +7845,7 @@ public int tatooine_rebel_tier3_handleBranch230(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch231(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7884,7 +7884,7 @@ public int tatooine_rebel_tier3_handleBranch231(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch232(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7923,7 +7923,7 @@ public int tatooine_rebel_tier3_handleBranch232(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch233(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7939,7 +7939,7 @@ public int tatooine_rebel_tier3_handleBranch233(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch235(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8011,7 +8011,7 @@ public int tatooine_rebel_tier3_handleBranch235(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch236(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8027,7 +8027,7 @@ public int tatooine_rebel_tier3_handleBranch236(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier3_handleBranch238(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8043,7 +8043,7 @@ public int tatooine_rebel_tier3_handleBranch238(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_tier4.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_tier4.java index 813d73331b..25a80c9826 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_tier4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_tier4.java @@ -464,7 +464,7 @@ public int tatooine_rebel_tier4_handleBranch3(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int tatooine_rebel_tier4_handleBranch4(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -530,7 +530,7 @@ public int tatooine_rebel_tier4_handleBranch8(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -558,7 +558,7 @@ public int tatooine_rebel_tier4_handleBranch11(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -584,7 +584,7 @@ public int tatooine_rebel_tier4_handleBranch14(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -610,7 +610,7 @@ public int tatooine_rebel_tier4_handleBranch17(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -634,7 +634,7 @@ public int tatooine_rebel_tier4_handleBranch20(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -659,7 +659,7 @@ public int tatooine_rebel_tier4_handleBranch23(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -684,7 +684,7 @@ public int tatooine_rebel_tier4_handleBranch26(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -710,7 +710,7 @@ public int tatooine_rebel_tier4_handleBranch29(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -783,7 +783,7 @@ public int tatooine_rebel_tier4_handleBranch32(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -822,7 +822,7 @@ public int tatooine_rebel_tier4_handleBranch33(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -861,7 +861,7 @@ public int tatooine_rebel_tier4_handleBranch34(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -900,7 +900,7 @@ public int tatooine_rebel_tier4_handleBranch35(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -938,7 +938,7 @@ public int tatooine_rebel_tier4_handleBranch36(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -976,7 +976,7 @@ public int tatooine_rebel_tier4_handleBranch37(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1015,7 +1015,7 @@ public int tatooine_rebel_tier4_handleBranch38(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1053,7 +1053,7 @@ public int tatooine_rebel_tier4_handleBranch39(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1070,7 +1070,7 @@ public int tatooine_rebel_tier4_handleBranch40(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1108,7 +1108,7 @@ public int tatooine_rebel_tier4_handleBranch42(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1147,7 +1147,7 @@ public int tatooine_rebel_tier4_handleBranch43(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1186,7 +1186,7 @@ public int tatooine_rebel_tier4_handleBranch44(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1224,7 +1224,7 @@ public int tatooine_rebel_tier4_handleBranch45(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1263,7 +1263,7 @@ public int tatooine_rebel_tier4_handleBranch46(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1301,7 +1301,7 @@ public int tatooine_rebel_tier4_handleBranch47(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1340,7 +1340,7 @@ public int tatooine_rebel_tier4_handleBranch48(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1378,7 +1378,7 @@ public int tatooine_rebel_tier4_handleBranch49(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1395,7 +1395,7 @@ public int tatooine_rebel_tier4_handleBranch50(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1468,7 +1468,7 @@ public int tatooine_rebel_tier4_handleBranch52(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch53(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1506,7 +1506,7 @@ public int tatooine_rebel_tier4_handleBranch53(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1545,7 +1545,7 @@ public int tatooine_rebel_tier4_handleBranch54(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1584,7 +1584,7 @@ public int tatooine_rebel_tier4_handleBranch55(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1623,7 +1623,7 @@ public int tatooine_rebel_tier4_handleBranch56(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1661,7 +1661,7 @@ public int tatooine_rebel_tier4_handleBranch57(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1700,7 +1700,7 @@ public int tatooine_rebel_tier4_handleBranch58(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1720,7 +1720,7 @@ public int tatooine_rebel_tier4_handleBranch59(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1759,7 +1759,7 @@ public int tatooine_rebel_tier4_handleBranch61(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1799,7 +1799,7 @@ public int tatooine_rebel_tier4_handleBranch62(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1838,7 +1838,7 @@ public int tatooine_rebel_tier4_handleBranch63(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1877,7 +1877,7 @@ public int tatooine_rebel_tier4_handleBranch64(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1916,7 +1916,7 @@ public int tatooine_rebel_tier4_handleBranch65(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1955,7 +1955,7 @@ public int tatooine_rebel_tier4_handleBranch66(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1993,7 +1993,7 @@ public int tatooine_rebel_tier4_handleBranch67(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2032,7 +2032,7 @@ public int tatooine_rebel_tier4_handleBranch68(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2070,7 +2070,7 @@ public int tatooine_rebel_tier4_handleBranch69(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2090,7 +2090,7 @@ public int tatooine_rebel_tier4_handleBranch70(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2175,7 +2175,7 @@ public int tatooine_rebel_tier4_handleBranch72(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2214,7 +2214,7 @@ public int tatooine_rebel_tier4_handleBranch73(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2252,7 +2252,7 @@ public int tatooine_rebel_tier4_handleBranch74(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2291,7 +2291,7 @@ public int tatooine_rebel_tier4_handleBranch75(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2338,7 +2338,7 @@ public int tatooine_rebel_tier4_handleBranch76(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2377,7 +2377,7 @@ public int tatooine_rebel_tier4_handleBranch77(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2416,7 +2416,7 @@ public int tatooine_rebel_tier4_handleBranch78(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2454,7 +2454,7 @@ public int tatooine_rebel_tier4_handleBranch79(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2494,7 +2494,7 @@ public int tatooine_rebel_tier4_handleBranch80(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2511,7 +2511,7 @@ public int tatooine_rebel_tier4_handleBranch81(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2585,7 +2585,7 @@ public int tatooine_rebel_tier4_handleBranch83(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2624,7 +2624,7 @@ public int tatooine_rebel_tier4_handleBranch84(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2670,7 +2670,7 @@ public int tatooine_rebel_tier4_handleBranch85(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2709,7 +2709,7 @@ public int tatooine_rebel_tier4_handleBranch86(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2748,7 +2748,7 @@ public int tatooine_rebel_tier4_handleBranch87(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2787,7 +2787,7 @@ public int tatooine_rebel_tier4_handleBranch88(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2825,7 +2825,7 @@ public int tatooine_rebel_tier4_handleBranch89(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2842,7 +2842,7 @@ public int tatooine_rebel_tier4_handleBranch90(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2881,7 +2881,7 @@ public int tatooine_rebel_tier4_handleBranch92(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2920,7 +2920,7 @@ public int tatooine_rebel_tier4_handleBranch93(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2959,7 +2959,7 @@ public int tatooine_rebel_tier4_handleBranch94(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2997,7 +2997,7 @@ public int tatooine_rebel_tier4_handleBranch95(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3044,7 +3044,7 @@ public int tatooine_rebel_tier4_handleBranch96(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3083,7 +3083,7 @@ public int tatooine_rebel_tier4_handleBranch97(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3122,7 +3122,7 @@ public int tatooine_rebel_tier4_handleBranch98(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3160,7 +3160,7 @@ public int tatooine_rebel_tier4_handleBranch99(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3199,7 +3199,7 @@ public int tatooine_rebel_tier4_handleBranch100(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3216,7 +3216,7 @@ public int tatooine_rebel_tier4_handleBranch101(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3288,7 +3288,7 @@ public int tatooine_rebel_tier4_handleBranch103(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3338,7 +3338,7 @@ public int tatooine_rebel_tier4_handleBranch104(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3414,7 +3414,7 @@ public int tatooine_rebel_tier4_handleBranch105(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3452,7 +3452,7 @@ public int tatooine_rebel_tier4_handleBranch106(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3491,7 +3491,7 @@ public int tatooine_rebel_tier4_handleBranch107(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3529,7 +3529,7 @@ public int tatooine_rebel_tier4_handleBranch108(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3568,7 +3568,7 @@ public int tatooine_rebel_tier4_handleBranch109(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3606,7 +3606,7 @@ public int tatooine_rebel_tier4_handleBranch110(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3645,7 +3645,7 @@ public int tatooine_rebel_tier4_handleBranch111(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3683,7 +3683,7 @@ public int tatooine_rebel_tier4_handleBranch112(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch113(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3722,7 +3722,7 @@ public int tatooine_rebel_tier4_handleBranch113(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3763,7 +3763,7 @@ public int tatooine_rebel_tier4_handleBranch114(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3781,7 +3781,7 @@ public int tatooine_rebel_tier4_handleBranch115(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3819,7 +3819,7 @@ public int tatooine_rebel_tier4_handleBranch117(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3858,7 +3858,7 @@ public int tatooine_rebel_tier4_handleBranch118(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch119(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3896,7 +3896,7 @@ public int tatooine_rebel_tier4_handleBranch119(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch120(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3935,7 +3935,7 @@ public int tatooine_rebel_tier4_handleBranch120(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3973,7 +3973,7 @@ public int tatooine_rebel_tier4_handleBranch121(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4012,7 +4012,7 @@ public int tatooine_rebel_tier4_handleBranch122(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch123(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4053,7 +4053,7 @@ public int tatooine_rebel_tier4_handleBranch123(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch124(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4071,7 +4071,7 @@ public int tatooine_rebel_tier4_handleBranch124(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4110,7 +4110,7 @@ public int tatooine_rebel_tier4_handleBranch126(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4149,7 +4149,7 @@ public int tatooine_rebel_tier4_handleBranch127(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4188,7 +4188,7 @@ public int tatooine_rebel_tier4_handleBranch128(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4227,7 +4227,7 @@ public int tatooine_rebel_tier4_handleBranch129(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4244,7 +4244,7 @@ public int tatooine_rebel_tier4_handleBranch130(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4284,7 +4284,7 @@ public int tatooine_rebel_tier4_handleBranch132(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4323,7 +4323,7 @@ public int tatooine_rebel_tier4_handleBranch133(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4362,7 +4362,7 @@ public int tatooine_rebel_tier4_handleBranch134(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4401,7 +4401,7 @@ public int tatooine_rebel_tier4_handleBranch135(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4440,7 +4440,7 @@ public int tatooine_rebel_tier4_handleBranch136(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4479,7 +4479,7 @@ public int tatooine_rebel_tier4_handleBranch137(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4517,7 +4517,7 @@ public int tatooine_rebel_tier4_handleBranch138(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4556,7 +4556,7 @@ public int tatooine_rebel_tier4_handleBranch139(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4638,7 +4638,7 @@ public int tatooine_rebel_tier4_handleBranch140(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch141(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4730,7 +4730,7 @@ public int tatooine_rebel_tier4_handleBranch141(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch142(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4861,7 +4861,7 @@ public int tatooine_rebel_tier4_handleBranch142(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4876,7 +4876,7 @@ public int tatooine_rebel_tier4_handleBranch143(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4891,7 +4891,7 @@ public int tatooine_rebel_tier4_handleBranch145(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch147(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4906,7 +4906,7 @@ public int tatooine_rebel_tier4_handleBranch147(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch149(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4921,7 +4921,7 @@ public int tatooine_rebel_tier4_handleBranch149(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5013,7 +5013,7 @@ public int tatooine_rebel_tier4_handleBranch151(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5052,7 +5052,7 @@ public int tatooine_rebel_tier4_handleBranch156(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5090,7 +5090,7 @@ public int tatooine_rebel_tier4_handleBranch157(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5129,7 +5129,7 @@ public int tatooine_rebel_tier4_handleBranch158(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch159(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5211,7 +5211,7 @@ public int tatooine_rebel_tier4_handleBranch159(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5303,7 +5303,7 @@ public int tatooine_rebel_tier4_handleBranch160(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5388,7 +5388,7 @@ public int tatooine_rebel_tier4_handleBranch161(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5461,7 +5461,7 @@ public int tatooine_rebel_tier4_handleBranch162(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5500,7 +5500,7 @@ public int tatooine_rebel_tier4_handleBranch163(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5538,7 +5538,7 @@ public int tatooine_rebel_tier4_handleBranch164(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5553,7 +5553,7 @@ public int tatooine_rebel_tier4_handleBranch165(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5568,7 +5568,7 @@ public int tatooine_rebel_tier4_handleBranch167(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5618,7 +5618,7 @@ public int tatooine_rebel_tier4_handleBranch169(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch170(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5691,7 +5691,7 @@ public int tatooine_rebel_tier4_handleBranch170(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_tier4_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5783,7 +5783,7 @@ public int tatooine_rebel_tier4_handleBranch171(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_trainer_1.java index 42fd7e2187..eb0081529c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_trainer_1.java @@ -520,7 +520,7 @@ public int tatooine_rebel_trainer_1_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -698,7 +698,7 @@ public int tatooine_rebel_trainer_1_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -871,7 +871,7 @@ public int tatooine_rebel_trainer_1_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1044,7 +1044,7 @@ public int tatooine_rebel_trainer_1_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1217,7 +1217,7 @@ public int tatooine_rebel_trainer_1_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1395,7 +1395,7 @@ public int tatooine_rebel_trainer_1_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1573,7 +1573,7 @@ public int tatooine_rebel_trainer_1_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1715,7 +1715,7 @@ public int tatooine_rebel_trainer_1_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1812,7 +1812,7 @@ public int tatooine_rebel_trainer_1_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1910,7 +1910,7 @@ public int tatooine_rebel_trainer_1_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2050,7 +2050,7 @@ public int tatooine_rebel_trainer_1_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2300,7 +2300,7 @@ public int tatooine_rebel_trainer_1_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2550,7 +2550,7 @@ public int tatooine_rebel_trainer_1_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2690,7 +2690,7 @@ public int tatooine_rebel_trainer_1_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2940,7 +2940,7 @@ public int tatooine_rebel_trainer_1_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3190,7 +3190,7 @@ public int tatooine_rebel_trainer_1_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3288,7 +3288,7 @@ public int tatooine_rebel_trainer_1_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3428,7 +3428,7 @@ public int tatooine_rebel_trainer_1_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3678,7 +3678,7 @@ public int tatooine_rebel_trainer_1_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3928,7 +3928,7 @@ public int tatooine_rebel_trainer_1_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4068,7 +4068,7 @@ public int tatooine_rebel_trainer_1_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4318,7 +4318,7 @@ public int tatooine_rebel_trainer_1_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4568,7 +4568,7 @@ public int tatooine_rebel_trainer_1_handleBranch27(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4666,7 +4666,7 @@ public int tatooine_rebel_trainer_1_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4806,7 +4806,7 @@ public int tatooine_rebel_trainer_1_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5056,7 +5056,7 @@ public int tatooine_rebel_trainer_1_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5306,7 +5306,7 @@ public int tatooine_rebel_trainer_1_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5446,7 +5446,7 @@ public int tatooine_rebel_trainer_1_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5696,7 +5696,7 @@ public int tatooine_rebel_trainer_1_handleBranch33(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5946,7 +5946,7 @@ public int tatooine_rebel_trainer_1_handleBranch34(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6044,7 +6044,7 @@ public int tatooine_rebel_trainer_1_handleBranch35(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6184,7 +6184,7 @@ public int tatooine_rebel_trainer_1_handleBranch36(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6434,7 +6434,7 @@ public int tatooine_rebel_trainer_1_handleBranch37(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6684,7 +6684,7 @@ public int tatooine_rebel_trainer_1_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6824,7 +6824,7 @@ public int tatooine_rebel_trainer_1_handleBranch39(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7074,7 +7074,7 @@ public int tatooine_rebel_trainer_1_handleBranch40(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7324,7 +7324,7 @@ public int tatooine_rebel_trainer_1_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7402,7 +7402,7 @@ public int tatooine_rebel_trainer_1_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7583,7 +7583,7 @@ public int tatooine_rebel_trainer_1_handleBranch43(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7621,7 +7621,7 @@ public int tatooine_rebel_trainer_1_handleBranch45(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7637,7 +7637,7 @@ public int tatooine_rebel_trainer_1_handleBranch50(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7760,7 +7760,7 @@ public int tatooine_rebel_trainer_1_handleBranch52(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7778,7 +7778,7 @@ public int tatooine_rebel_trainer_1_handleBranch54(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7890,7 +7890,7 @@ public int tatooine_rebel_trainer_1_handleBranch56(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7951,7 +7951,7 @@ public int tatooine_rebel_trainer_1_handleBranch57(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8063,7 +8063,7 @@ public int tatooine_rebel_trainer_1_handleBranch58(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8175,7 +8175,7 @@ public int tatooine_rebel_trainer_1_handleBranch59(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8238,7 +8238,7 @@ public int tatooine_rebel_trainer_1_handleBranch61(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8300,7 +8300,7 @@ public int tatooine_rebel_trainer_1_handleBranch62(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8327,7 +8327,7 @@ public int tatooine_rebel_trainer_1_handleBranch64(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8434,7 +8434,7 @@ public int tatooine_rebel_trainer_1_handleBranch68(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8475,7 +8475,7 @@ public int tatooine_rebel_trainer_1_handleBranch69(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8502,7 +8502,7 @@ public int tatooine_rebel_trainer_1_handleBranch73(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8655,7 +8655,7 @@ public int tatooine_rebel_trainer_1_handleBranch76(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8695,7 +8695,7 @@ public int tatooine_rebel_trainer_1_handleBranch77(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8723,7 +8723,7 @@ public int tatooine_rebel_trainer_1_handleBranch81(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8752,7 +8752,7 @@ public int tatooine_rebel_trainer_1_handleBranch84(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8829,7 +8829,7 @@ public int tatooine_rebel_trainer_1_handleBranch87(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8857,7 +8857,7 @@ public int tatooine_rebel_trainer_1_handleBranch88(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8898,7 +8898,7 @@ public int tatooine_rebel_trainer_1_handleBranch93(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9148,7 +9148,7 @@ public int tatooine_rebel_trainer_1_handleBranch97(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9268,7 +9268,7 @@ public int tatooine_rebel_trainer_1_handleBranch98(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9397,7 +9397,7 @@ public int tatooine_rebel_trainer_1_handleBranch99(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9526,7 +9526,7 @@ public int tatooine_rebel_trainer_1_handleBranch101(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9655,7 +9655,7 @@ public int tatooine_rebel_trainer_1_handleBranch102(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9784,7 +9784,7 @@ public int tatooine_rebel_trainer_1_handleBranch103(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch105(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9913,7 +9913,7 @@ public int tatooine_rebel_trainer_1_handleBranch105(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10042,7 +10042,7 @@ public int tatooine_rebel_trainer_1_handleBranch106(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10264,7 +10264,7 @@ public int tatooine_rebel_trainer_1_handleBranch107(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10486,7 +10486,7 @@ public int tatooine_rebel_trainer_1_handleBranch108(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10708,7 +10708,7 @@ public int tatooine_rebel_trainer_1_handleBranch109(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch110(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10930,7 +10930,7 @@ public int tatooine_rebel_trainer_1_handleBranch110(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11060,7 +11060,7 @@ public int tatooine_rebel_trainer_1_handleBranch112(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11190,7 +11190,7 @@ public int tatooine_rebel_trainer_1_handleBranch114(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch115(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11320,7 +11320,7 @@ public int tatooine_rebel_trainer_1_handleBranch115(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch116(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11570,7 +11570,7 @@ public int tatooine_rebel_trainer_1_handleBranch116(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11689,7 +11689,7 @@ public int tatooine_rebel_trainer_1_handleBranch117(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11729,7 +11729,7 @@ public int tatooine_rebel_trainer_1_handleBranch118(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11759,7 +11759,7 @@ public int tatooine_rebel_trainer_1_handleBranch122(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11997,7 +11997,7 @@ public int tatooine_rebel_trainer_1_handleBranch126(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch127(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12126,7 +12126,7 @@ public int tatooine_rebel_trainer_1_handleBranch127(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12255,7 +12255,7 @@ public int tatooine_rebel_trainer_1_handleBranch128(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch129(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12384,7 +12384,7 @@ public int tatooine_rebel_trainer_1_handleBranch129(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch131(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12480,7 +12480,7 @@ public int tatooine_rebel_trainer_1_handleBranch131(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12576,7 +12576,7 @@ public int tatooine_rebel_trainer_1_handleBranch132(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch133(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12672,7 +12672,7 @@ public int tatooine_rebel_trainer_1_handleBranch133(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12802,7 +12802,7 @@ public int tatooine_rebel_trainer_1_handleBranch134(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -12932,7 +12932,7 @@ public int tatooine_rebel_trainer_1_handleBranch135(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch136(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13062,7 +13062,7 @@ public int tatooine_rebel_trainer_1_handleBranch136(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13300,7 +13300,7 @@ public int tatooine_rebel_trainer_1_handleBranch138(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch139(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13378,7 +13378,7 @@ public int tatooine_rebel_trainer_1_handleBranch139(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch140(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13405,7 +13405,7 @@ public int tatooine_rebel_trainer_1_handleBranch140(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch145(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13547,7 +13547,7 @@ public int tatooine_rebel_trainer_1_handleBranch145(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch148(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13563,7 +13563,7 @@ public int tatooine_rebel_trainer_1_handleBranch148(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch150(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13705,7 +13705,7 @@ public int tatooine_rebel_trainer_1_handleBranch150(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch151(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13817,7 +13817,7 @@ public int tatooine_rebel_trainer_1_handleBranch151(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13838,7 +13838,7 @@ public int tatooine_rebel_trainer_1_handleBranch152(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch155(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13859,7 +13859,7 @@ public int tatooine_rebel_trainer_1_handleBranch155(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch156(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -13880,7 +13880,7 @@ public int tatooine_rebel_trainer_1_handleBranch156(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch157(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14072,7 +14072,7 @@ public int tatooine_rebel_trainer_1_handleBranch157(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch158(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14098,7 +14098,7 @@ public int tatooine_rebel_trainer_1_handleBranch158(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch161(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14160,7 +14160,7 @@ public int tatooine_rebel_trainer_1_handleBranch161(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14222,7 +14222,7 @@ public int tatooine_rebel_trainer_1_handleBranch163(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14352,7 +14352,7 @@ public int tatooine_rebel_trainer_1_handleBranch164(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch165(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14482,7 +14482,7 @@ public int tatooine_rebel_trainer_1_handleBranch165(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14612,7 +14612,7 @@ public int tatooine_rebel_trainer_1_handleBranch166(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14685,7 +14685,7 @@ public int tatooine_rebel_trainer_1_handleBranch168(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14877,7 +14877,7 @@ public int tatooine_rebel_trainer_1_handleBranch169(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch170(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -14987,7 +14987,7 @@ public int tatooine_rebel_trainer_1_handleBranch170(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15016,7 +15016,7 @@ public int tatooine_rebel_trainer_1_handleBranch171(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch175(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15043,7 +15043,7 @@ public int tatooine_rebel_trainer_1_handleBranch175(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch178(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15081,7 +15081,7 @@ public int tatooine_rebel_trainer_1_handleBranch178(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch179(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15097,7 +15097,7 @@ public int tatooine_rebel_trainer_1_handleBranch179(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch181(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15228,7 +15228,7 @@ public int tatooine_rebel_trainer_1_handleBranch181(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch182(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15244,7 +15244,7 @@ public int tatooine_rebel_trainer_1_handleBranch182(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch184(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15260,7 +15260,7 @@ public int tatooine_rebel_trainer_1_handleBranch184(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch186(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15276,7 +15276,7 @@ public int tatooine_rebel_trainer_1_handleBranch186(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch188(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15292,7 +15292,7 @@ public int tatooine_rebel_trainer_1_handleBranch188(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch190(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15473,7 +15473,7 @@ public int tatooine_rebel_trainer_1_handleBranch190(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch191(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15654,7 +15654,7 @@ public int tatooine_rebel_trainer_1_handleBranch191(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch192(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15682,7 +15682,7 @@ public int tatooine_rebel_trainer_1_handleBranch192(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch196(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15768,7 +15768,7 @@ public int tatooine_rebel_trainer_1_handleBranch196(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_1_handleBranch197(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -15949,7 +15949,7 @@ public int tatooine_rebel_trainer_1_handleBranch197(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_trainer_2.java index 3d406dcb10..92e4f6ccbc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_rebel_trainer_2.java @@ -330,7 +330,7 @@ public int tatooine_rebel_trainer_2_handleBranch3(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -347,7 +347,7 @@ public int tatooine_rebel_trainer_2_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -375,7 +375,7 @@ public int tatooine_rebel_trainer_2_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -391,7 +391,7 @@ public int tatooine_rebel_trainer_2_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -431,7 +431,7 @@ public int tatooine_rebel_trainer_2_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int tatooine_rebel_trainer_2_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -740,7 +740,7 @@ public int tatooine_rebel_trainer_2_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -906,7 +906,7 @@ public int tatooine_rebel_trainer_2_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1072,7 +1072,7 @@ public int tatooine_rebel_trainer_2_handleBranch20(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1261,7 +1261,7 @@ public int tatooine_rebel_trainer_2_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1427,7 +1427,7 @@ public int tatooine_rebel_trainer_2_handleBranch23(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1593,7 +1593,7 @@ public int tatooine_rebel_trainer_2_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1759,7 +1759,7 @@ public int tatooine_rebel_trainer_2_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1925,7 +1925,7 @@ public int tatooine_rebel_trainer_2_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2067,7 +2067,7 @@ public int tatooine_rebel_trainer_2_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2233,7 +2233,7 @@ public int tatooine_rebel_trainer_2_handleBranch30(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2399,7 +2399,7 @@ public int tatooine_rebel_trainer_2_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_rebel_trainer_2_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2439,7 +2439,7 @@ public int tatooine_rebel_trainer_2_handleBranch33(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_tosche_sorna.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_tosche_sorna.java index 76092d4a58..fee1309ade 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_tosche_sorna.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_tosche_sorna.java @@ -48,7 +48,7 @@ public int tatooine_tosche_sorna_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_tosche_sorna_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -62,7 +62,7 @@ public int tatooine_tosche_sorna_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_tosche_sorna_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -101,7 +101,7 @@ public int tatooine_tosche_sorna_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_tosche_sorna_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -116,7 +116,7 @@ public int tatooine_tosche_sorna_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_tosche_sorna_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int tatooine_tosche_sorna_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_tosche_sorna_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -203,7 +203,7 @@ public int tatooine_tosche_sorna_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_tosche_sorna_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int tatooine_tosche_sorna_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_wald_customer.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_wald_customer.java index d42330bbb5..6ec871c9a8 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_wald_customer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_wald_customer.java @@ -158,7 +158,7 @@ public int tatooine_wald_customer_handleBranch2(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_customer_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -212,7 +212,7 @@ public int tatooine_wald_customer_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_customer_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -266,7 +266,7 @@ public int tatooine_wald_customer_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_customer_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int tatooine_wald_customer_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_customer_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -311,7 +311,7 @@ public int tatooine_wald_customer_handleBranch10(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_wald_firstquest.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_wald_firstquest.java index 67a6285f62..2465df6c03 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_wald_firstquest.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_wald_firstquest.java @@ -89,7 +89,7 @@ public int tatooine_wald_firstquest_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int tatooine_wald_firstquest_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -287,7 +287,7 @@ public int tatooine_wald_firstquest_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -386,7 +386,7 @@ public int tatooine_wald_firstquest_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -450,7 +450,7 @@ public int tatooine_wald_firstquest_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -514,7 +514,7 @@ public int tatooine_wald_firstquest_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -577,7 +577,7 @@ public int tatooine_wald_firstquest_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -640,7 +640,7 @@ public int tatooine_wald_firstquest_handleBranch16(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -703,7 +703,7 @@ public int tatooine_wald_firstquest_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -756,7 +756,7 @@ public int tatooine_wald_firstquest_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tatooine_wald_firstquest_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -772,7 +772,7 @@ public int tatooine_wald_firstquest_handleBranch19(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tour_aryon.java b/sku.0/sys.server/compiled/game/script/conversation/tour_aryon.java index 45af2fafae..cf0bbc0b9b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tour_aryon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tour_aryon.java @@ -498,7 +498,7 @@ public int tour_aryon_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -620,7 +620,7 @@ public int tour_aryon_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -728,7 +728,7 @@ public int tour_aryon_handleBranch14(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -832,7 +832,7 @@ public int tour_aryon_handleBranch17(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -870,7 +870,7 @@ public int tour_aryon_handleBranch18(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -919,7 +919,7 @@ public int tour_aryon_handleBranch19(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -989,7 +989,7 @@ public int tour_aryon_handleBranch20(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1166,7 +1166,7 @@ public int tour_aryon_handleBranch21(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1191,7 +1191,7 @@ public int tour_aryon_handleBranch22(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1216,7 +1216,7 @@ public int tour_aryon_handleBranch25(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1254,7 +1254,7 @@ public int tour_aryon_handleBranch29(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1292,7 +1292,7 @@ public int tour_aryon_handleBranch30(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1306,7 +1306,7 @@ public int tour_aryon_handleBranch31(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1354,7 +1354,7 @@ public int tour_aryon_handleBranch33(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1452,7 +1452,7 @@ public int tour_aryon_handleBranch34(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1629,7 +1629,7 @@ public int tour_aryon_handleBranch37(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1667,7 +1667,7 @@ public int tour_aryon_handleBranch38(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1705,7 +1705,7 @@ public int tour_aryon_handleBranch39(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch40(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1719,7 +1719,7 @@ public int tour_aryon_handleBranch40(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1767,7 +1767,7 @@ public int tour_aryon_handleBranch42(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tour_aryon_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1865,7 +1865,7 @@ public int tour_aryon_handleBranch43(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/trainer_beast_master.java b/sku.0/sys.server/compiled/game/script/conversation/trainer_beast_master.java index 38c1c83688..36644c6b13 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/trainer_beast_master.java +++ b/sku.0/sys.server/compiled/game/script/conversation/trainer_beast_master.java @@ -202,7 +202,7 @@ public int trainer_beast_master_handleBranch1(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trainer_beast_master_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int trainer_beast_master_handleBranch2(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trainer_beast_master_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -256,7 +256,7 @@ public int trainer_beast_master_handleBranch7(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/trehla_keelo.java b/sku.0/sys.server/compiled/game/script/conversation/trehla_keelo.java index 4d01afbb74..eaff584707 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/trehla_keelo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/trehla_keelo.java @@ -352,7 +352,7 @@ public int trehla_keelo_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -439,7 +439,7 @@ public int trehla_keelo_handleBranch2(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -489,7 +489,7 @@ public int trehla_keelo_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -565,7 +565,7 @@ public int trehla_keelo_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -641,7 +641,7 @@ public int trehla_keelo_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -690,7 +690,7 @@ public int trehla_keelo_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -739,7 +739,7 @@ public int trehla_keelo_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -801,7 +801,7 @@ public int trehla_keelo_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -829,7 +829,7 @@ public int trehla_keelo_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -905,7 +905,7 @@ public int trehla_keelo_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -944,7 +944,7 @@ public int trehla_keelo_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -983,7 +983,7 @@ public int trehla_keelo_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -997,7 +997,7 @@ public int trehla_keelo_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1106,7 +1106,7 @@ public int trehla_keelo_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1145,7 +1145,7 @@ public int trehla_keelo_handleBranch21(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1184,7 +1184,7 @@ public int trehla_keelo_handleBranch22(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1223,7 +1223,7 @@ public int trehla_keelo_handleBranch23(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1263,7 +1263,7 @@ public int trehla_keelo_handleBranch24(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1302,7 +1302,7 @@ public int trehla_keelo_handleBranch25(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1318,7 +1318,7 @@ public int trehla_keelo_handleBranch26(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1390,7 +1390,7 @@ public int trehla_keelo_handleBranch29(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1472,7 +1472,7 @@ public int trehla_keelo_handleBranch30(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1554,7 +1554,7 @@ public int trehla_keelo_handleBranch31(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1736,7 +1736,7 @@ public int trehla_keelo_handleBranch32(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1808,7 +1808,7 @@ public int trehla_keelo_handleBranch33(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1847,7 +1847,7 @@ public int trehla_keelo_handleBranch34(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1862,7 +1862,7 @@ public int trehla_keelo_handleBranch35(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1901,7 +1901,7 @@ public int trehla_keelo_handleBranch37(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1916,7 +1916,7 @@ public int trehla_keelo_handleBranch38(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1988,7 +1988,7 @@ public int trehla_keelo_handleBranch41(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2005,7 +2005,7 @@ public int trehla_keelo_handleBranch42(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2043,7 +2043,7 @@ public int trehla_keelo_handleBranch44(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2059,7 +2059,7 @@ public int trehla_keelo_handleBranch45(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2097,7 +2097,7 @@ public int trehla_keelo_handleBranch49(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2136,7 +2136,7 @@ public int trehla_keelo_handleBranch50(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2150,7 +2150,7 @@ public int trehla_keelo_handleBranch51(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2233,7 +2233,7 @@ public int trehla_keelo_handleBranch55(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2440,7 +2440,7 @@ public int trehla_keelo_handleBranch56(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2612,7 +2612,7 @@ public int trehla_keelo_handleBranch57(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2784,7 +2784,7 @@ public int trehla_keelo_handleBranch58(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3001,7 +3001,7 @@ public int trehla_keelo_handleBranch59(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3208,7 +3208,7 @@ public int trehla_keelo_handleBranch60(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3380,7 +3380,7 @@ public int trehla_keelo_handleBranch61(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch62(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3587,7 +3587,7 @@ public int trehla_keelo_handleBranch62(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch63(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3804,7 +3804,7 @@ public int trehla_keelo_handleBranch63(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch64(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4011,7 +4011,7 @@ public int trehla_keelo_handleBranch64(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4183,7 +4183,7 @@ public int trehla_keelo_handleBranch65(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch66(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4390,7 +4390,7 @@ public int trehla_keelo_handleBranch66(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4607,7 +4607,7 @@ public int trehla_keelo_handleBranch67(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4814,7 +4814,7 @@ public int trehla_keelo_handleBranch68(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4986,7 +4986,7 @@ public int trehla_keelo_handleBranch69(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch70(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5193,7 +5193,7 @@ public int trehla_keelo_handleBranch70(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch71(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5365,7 +5365,7 @@ public int trehla_keelo_handleBranch71(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5582,7 +5582,7 @@ public int trehla_keelo_handleBranch72(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch73(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5789,7 +5789,7 @@ public int trehla_keelo_handleBranch73(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5961,7 +5961,7 @@ public int trehla_keelo_handleBranch74(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6168,7 +6168,7 @@ public int trehla_keelo_handleBranch75(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6385,7 +6385,7 @@ public int trehla_keelo_handleBranch76(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6592,7 +6592,7 @@ public int trehla_keelo_handleBranch77(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6764,7 +6764,7 @@ public int trehla_keelo_handleBranch78(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -6971,7 +6971,7 @@ public int trehla_keelo_handleBranch79(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch80(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7188,7 +7188,7 @@ public int trehla_keelo_handleBranch80(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7395,7 +7395,7 @@ public int trehla_keelo_handleBranch81(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7567,7 +7567,7 @@ public int trehla_keelo_handleBranch82(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch83(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7774,7 +7774,7 @@ public int trehla_keelo_handleBranch83(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch84(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -7946,7 +7946,7 @@ public int trehla_keelo_handleBranch84(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8163,7 +8163,7 @@ public int trehla_keelo_handleBranch85(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8370,7 +8370,7 @@ public int trehla_keelo_handleBranch86(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8542,7 +8542,7 @@ public int trehla_keelo_handleBranch87(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch88(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8749,7 +8749,7 @@ public int trehla_keelo_handleBranch88(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch89(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -8966,7 +8966,7 @@ public int trehla_keelo_handleBranch89(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9173,7 +9173,7 @@ public int trehla_keelo_handleBranch90(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9345,7 +9345,7 @@ public int trehla_keelo_handleBranch91(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9552,7 +9552,7 @@ public int trehla_keelo_handleBranch92(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9769,7 +9769,7 @@ public int trehla_keelo_handleBranch93(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch94(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -9976,7 +9976,7 @@ public int trehla_keelo_handleBranch94(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch95(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10148,7 +10148,7 @@ public int trehla_keelo_handleBranch95(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10355,7 +10355,7 @@ public int trehla_keelo_handleBranch96(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch97(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10437,7 +10437,7 @@ public int trehla_keelo_handleBranch97(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch98(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10644,7 +10644,7 @@ public int trehla_keelo_handleBranch98(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10726,7 +10726,7 @@ public int trehla_keelo_handleBranch99(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch100(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -10933,7 +10933,7 @@ public int trehla_keelo_handleBranch100(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11015,7 +11015,7 @@ public int trehla_keelo_handleBranch101(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch102(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11222,7 +11222,7 @@ public int trehla_keelo_handleBranch102(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch103(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11296,7 +11296,7 @@ public int trehla_keelo_handleBranch103(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11310,7 +11310,7 @@ public int trehla_keelo_handleBranch104(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11324,7 +11324,7 @@ public int trehla_keelo_handleBranch106(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch108(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11506,7 +11506,7 @@ public int trehla_keelo_handleBranch108(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trehla_keelo_handleBranch111(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -11612,7 +11612,7 @@ public int trehla_keelo_handleBranch111(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/trial_foreman_koseyet.java b/sku.0/sys.server/compiled/game/script/conversation/trial_foreman_koseyet.java index 7e4693b46a..4de8ffad5e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/trial_foreman_koseyet.java +++ b/sku.0/sys.server/compiled/game/script/conversation/trial_foreman_koseyet.java @@ -102,7 +102,7 @@ public int trial_foreman_koseyet_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trial_foreman_koseyet_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -142,7 +142,7 @@ public int trial_foreman_koseyet_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trial_foreman_koseyet_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -156,7 +156,7 @@ public int trial_foreman_koseyet_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trial_foreman_koseyet_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -171,7 +171,7 @@ public int trial_foreman_koseyet_handleBranch5(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trial_foreman_koseyet_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -186,7 +186,7 @@ public int trial_foreman_koseyet_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/trial_volcano_autopilot.java b/sku.0/sys.server/compiled/game/script/conversation/trial_volcano_autopilot.java index 0f530cbf7b..43cffe7645 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/trial_volcano_autopilot.java +++ b/sku.0/sys.server/compiled/game/script/conversation/trial_volcano_autopilot.java @@ -33,7 +33,7 @@ public int trial_volcano_autopilot_handleBranch1(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/trig_longo.java b/sku.0/sys.server/compiled/game/script/conversation/trig_longo.java index 852d5e9475..febae7114d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/trig_longo.java +++ b/sku.0/sys.server/compiled/game/script/conversation/trig_longo.java @@ -136,7 +136,7 @@ public int trig_longo_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trig_longo_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -242,7 +242,7 @@ public int trig_longo_handleBranch5(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trig_longo_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -280,7 +280,7 @@ public int trig_longo_handleBranch6(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trig_longo_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -319,7 +319,7 @@ public int trig_longo_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trig_longo_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -368,7 +368,7 @@ public int trig_longo_handleBranch8(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trig_longo_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int trig_longo_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trig_longo_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -488,7 +488,7 @@ public int trig_longo_handleBranch10(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trig_longo_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -526,7 +526,7 @@ public int trig_longo_handleBranch12(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int trig_longo_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -564,7 +564,7 @@ public int trig_longo_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tusken_expert.java b/sku.0/sys.server/compiled/game/script/conversation/tusken_expert.java index 2ee7c1e9ea..7b63d35856 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tusken_expert.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tusken_expert.java @@ -158,7 +158,7 @@ public int tusken_expert_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tusken_giver.java b/sku.0/sys.server/compiled/game/script/conversation/tusken_giver.java index 7c0e6d3f9f..9c47de31cb 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tusken_giver.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tusken_giver.java @@ -84,7 +84,7 @@ public int tusken_giver_handleBranch2(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_giver_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -99,7 +99,7 @@ public int tusken_giver_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_giver_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -148,7 +148,7 @@ public int tusken_giver_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_giver_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -173,7 +173,7 @@ public int tusken_giver_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_giver_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -211,7 +211,7 @@ public int tusken_giver_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_giver_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -249,7 +249,7 @@ public int tusken_giver_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_giver_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -288,7 +288,7 @@ public int tusken_giver_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_giver_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int tusken_giver_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tusken_invasion_instance.java b/sku.0/sys.server/compiled/game/script/conversation/tusken_invasion_instance.java index 091a5db444..ad63c09026 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tusken_invasion_instance.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tusken_invasion_instance.java @@ -63,7 +63,7 @@ public int tusken_invasion_instance_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_invasion_instance_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -78,7 +78,7 @@ public int tusken_invasion_instance_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tusken_kav_golder.java b/sku.0/sys.server/compiled/game/script/conversation/tusken_kav_golder.java index 3b3fd9ebc7..9a06b66c5c 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tusken_kav_golder.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tusken_kav_golder.java @@ -72,7 +72,7 @@ public int tusken_kav_golder_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_kav_golder_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -97,7 +97,7 @@ public int tusken_kav_golder_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_kav_golder_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -122,7 +122,7 @@ public int tusken_kav_golder_handleBranch4(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tusken_kav_golder_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int tusken_kav_golder_handleBranch6(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tutorial_imperial_broker.java b/sku.0/sys.server/compiled/game/script/conversation/tutorial_imperial_broker.java index dcf6af55d7..7cc9286d5f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tutorial_imperial_broker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tutorial_imperial_broker.java @@ -166,7 +166,7 @@ public int tutorial_imperial_broker_handleBranch1(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int tutorial_imperial_broker_handleBranch2(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -339,7 +339,7 @@ public int tutorial_imperial_broker_handleBranch5(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -484,7 +484,7 @@ public int tutorial_imperial_broker_handleBranch6(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -547,7 +547,7 @@ public int tutorial_imperial_broker_handleBranch7(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -621,7 +621,7 @@ public int tutorial_imperial_broker_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -766,7 +766,7 @@ public int tutorial_imperial_broker_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -841,7 +841,7 @@ public int tutorial_imperial_broker_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -986,7 +986,7 @@ public int tutorial_imperial_broker_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1061,7 +1061,7 @@ public int tutorial_imperial_broker_handleBranch14(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1206,7 +1206,7 @@ public int tutorial_imperial_broker_handleBranch15(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1281,7 +1281,7 @@ public int tutorial_imperial_broker_handleBranch17(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1426,7 +1426,7 @@ public int tutorial_imperial_broker_handleBranch18(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1489,7 +1489,7 @@ public int tutorial_imperial_broker_handleBranch21(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1563,7 +1563,7 @@ public int tutorial_imperial_broker_handleBranch22(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1708,7 +1708,7 @@ public int tutorial_imperial_broker_handleBranch24(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1783,7 +1783,7 @@ public int tutorial_imperial_broker_handleBranch25(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1928,7 +1928,7 @@ public int tutorial_imperial_broker_handleBranch26(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2003,7 +2003,7 @@ public int tutorial_imperial_broker_handleBranch28(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2148,7 +2148,7 @@ public int tutorial_imperial_broker_handleBranch29(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2223,7 +2223,7 @@ public int tutorial_imperial_broker_handleBranch31(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2368,7 +2368,7 @@ public int tutorial_imperial_broker_handleBranch32(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2442,7 +2442,7 @@ public int tutorial_imperial_broker_handleBranch35(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2587,7 +2587,7 @@ public int tutorial_imperial_broker_handleBranch36(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2686,7 +2686,7 @@ public int tutorial_imperial_broker_handleBranch37(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2831,7 +2831,7 @@ public int tutorial_imperial_broker_handleBranch38(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2848,7 +2848,7 @@ public int tutorial_imperial_broker_handleBranch39(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2947,7 +2947,7 @@ public int tutorial_imperial_broker_handleBranch41(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3092,7 +3092,7 @@ public int tutorial_imperial_broker_handleBranch42(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3109,7 +3109,7 @@ public int tutorial_imperial_broker_handleBranch43(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch45(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3208,7 +3208,7 @@ public int tutorial_imperial_broker_handleBranch45(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3353,7 +3353,7 @@ public int tutorial_imperial_broker_handleBranch46(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tutorial_imperial_broker_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3370,7 +3370,7 @@ public int tutorial_imperial_broker_handleBranch47(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tyrena_lyman_zavala.java b/sku.0/sys.server/compiled/game/script/conversation/tyrena_lyman_zavala.java index 11d06f593d..63f7fa626b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tyrena_lyman_zavala.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tyrena_lyman_zavala.java @@ -101,7 +101,7 @@ public int tyrena_lyman_zavala_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tyrena_lyman_zavala_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -116,7 +116,7 @@ public int tyrena_lyman_zavala_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tyrena_lyman_zavala_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int tyrena_lyman_zavala_handleBranch7(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int tyrena_lyman_zavala_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int tyrena_lyman_zavala_handleBranch10(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/u13_boba_fett.java b/sku.0/sys.server/compiled/game/script/conversation/u13_boba_fett.java index 4a6101e10a..d14ef0feac 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/u13_boba_fett.java +++ b/sku.0/sys.server/compiled/game/script/conversation/u13_boba_fett.java @@ -55,7 +55,7 @@ public int u13_boba_fett_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/u13_horace_korr.java b/sku.0/sys.server/compiled/game/script/conversation/u13_horace_korr.java index e1faebd22b..01bd7ce0b2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/u13_horace_korr.java +++ b/sku.0/sys.server/compiled/game/script/conversation/u13_horace_korr.java @@ -53,7 +53,7 @@ public int u13_horace_korr_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_horace_korr_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -68,7 +68,7 @@ public int u13_horace_korr_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/u13_lieutenant_tarc.java b/sku.0/sys.server/compiled/game/script/conversation/u13_lieutenant_tarc.java index 2b60d9c207..8d31850a7e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/u13_lieutenant_tarc.java +++ b/sku.0/sys.server/compiled/game/script/conversation/u13_lieutenant_tarc.java @@ -127,7 +127,7 @@ public int u13_lieutenant_tarc_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_lieutenant_tarc_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -149,7 +149,7 @@ public int u13_lieutenant_tarc_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_lieutenant_tarc_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -164,7 +164,7 @@ public int u13_lieutenant_tarc_handleBranch6(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_lieutenant_tarc_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int u13_lieutenant_tarc_handleBranch9(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_lieutenant_tarc_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -217,7 +217,7 @@ public int u13_lieutenant_tarc_handleBranch12(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_lieutenant_tarc_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -232,7 +232,7 @@ public int u13_lieutenant_tarc_handleBranch13(obj_id player, obj_id npc, string_ return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/u13_wernell_covington.java b/sku.0/sys.server/compiled/game/script/conversation/u13_wernell_covington.java index a5f07244fc..d69fefaede 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/u13_wernell_covington.java +++ b/sku.0/sys.server/compiled/game/script/conversation/u13_wernell_covington.java @@ -77,7 +77,7 @@ public int u13_wernell_covington_handleBranch1(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_wernell_covington_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -92,7 +92,7 @@ public int u13_wernell_covington_handleBranch4(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_wernell_covington_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int u13_wernell_covington_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_wernell_covington_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -168,7 +168,7 @@ public int u13_wernell_covington_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_wernell_covington_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -218,7 +218,7 @@ public int u13_wernell_covington_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int u13_wernell_covington_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int u13_wernell_covington_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/vana_sage.java b/sku.0/sys.server/compiled/game/script/conversation/vana_sage.java index c8149ac08c..7be998e420 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/vana_sage.java +++ b/sku.0/sys.server/compiled/game/script/conversation/vana_sage.java @@ -113,7 +113,7 @@ public int vana_sage_handleBranch4(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int vana_sage_handleBranch7(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int vana_sage_handleBranch8(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -230,7 +230,7 @@ public int vana_sage_handleBranch9(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int vana_sage_handleBranch10(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -271,7 +271,7 @@ public int vana_sage_handleBranch12(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -367,7 +367,7 @@ public int vana_sage_handleBranch15(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -417,7 +417,7 @@ public int vana_sage_handleBranch16(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -513,7 +513,7 @@ public int vana_sage_handleBranch17(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -633,7 +633,7 @@ public int vana_sage_handleBranch18(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -672,7 +672,7 @@ public int vana_sage_handleBranch19(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -710,7 +710,7 @@ public int vana_sage_handleBranch20(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -759,7 +759,7 @@ public int vana_sage_handleBranch21(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -844,7 +844,7 @@ public int vana_sage_handleBranch22(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -860,7 +860,7 @@ public int vana_sage_handleBranch23(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -945,7 +945,7 @@ public int vana_sage_handleBranch25(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1041,7 +1041,7 @@ public int vana_sage_handleBranch26(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1091,7 +1091,7 @@ public int vana_sage_handleBranch27(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1187,7 +1187,7 @@ public int vana_sage_handleBranch28(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int vana_sage_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1307,7 +1307,7 @@ public int vana_sage_handleBranch29(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/victor_questn_capitol.java b/sku.0/sys.server/compiled/game/script/conversation/victor_questn_capitol.java index 9389a5a528..078eadfe0f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/victor_questn_capitol.java +++ b/sku.0/sys.server/compiled/game/script/conversation/victor_questn_capitol.java @@ -131,7 +131,7 @@ public int victor_questn_capitol_handleBranch3(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_questn_capitol_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -179,7 +179,7 @@ public int victor_questn_capitol_handleBranch7(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_questn_capitol_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int victor_questn_capitol_handleBranch8(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/victor_visalis.java b/sku.0/sys.server/compiled/game/script/conversation/victor_visalis.java index 6b02963fcd..837624c129 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/victor_visalis.java +++ b/sku.0/sys.server/compiled/game/script/conversation/victor_visalis.java @@ -586,7 +586,7 @@ public int victor_visalis_handleBranch1(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -637,7 +637,7 @@ public int victor_visalis_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -662,7 +662,7 @@ public int victor_visalis_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -721,7 +721,7 @@ public int victor_visalis_handleBranch14(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -754,7 +754,7 @@ public int victor_visalis_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1030,7 +1030,7 @@ public int victor_visalis_handleBranch20(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1054,7 +1054,7 @@ public int victor_visalis_handleBranch22(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1113,7 +1113,7 @@ public int victor_visalis_handleBranch25(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1138,7 +1138,7 @@ public int victor_visalis_handleBranch26(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1279,7 +1279,7 @@ public int victor_visalis_handleBranch41(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1395,7 +1395,7 @@ public int victor_visalis_handleBranch46(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1455,7 +1455,7 @@ public int victor_visalis_handleBranch47(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1537,7 +1537,7 @@ public int victor_visalis_handleBranch48(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1575,7 +1575,7 @@ public int victor_visalis_handleBranch49(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1635,7 +1635,7 @@ public int victor_visalis_handleBranch50(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1678,7 +1678,7 @@ public int victor_visalis_handleBranch51(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1727,7 +1727,7 @@ public int victor_visalis_handleBranch56(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1775,7 +1775,7 @@ public int victor_visalis_handleBranch57(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1813,7 +1813,7 @@ public int victor_visalis_handleBranch58(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1873,7 +1873,7 @@ public int victor_visalis_handleBranch59(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1916,7 +1916,7 @@ public int victor_visalis_handleBranch60(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch67(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1954,7 +1954,7 @@ public int victor_visalis_handleBranch67(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2014,7 +2014,7 @@ public int victor_visalis_handleBranch68(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2057,7 +2057,7 @@ public int victor_visalis_handleBranch69(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch74(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2106,7 +2106,7 @@ public int victor_visalis_handleBranch74(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2154,7 +2154,7 @@ public int victor_visalis_handleBranch75(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2192,7 +2192,7 @@ public int victor_visalis_handleBranch76(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2252,7 +2252,7 @@ public int victor_visalis_handleBranch77(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int victor_visalis_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2295,7 +2295,7 @@ public int victor_visalis_handleBranch78(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/village_whip.java b/sku.0/sys.server/compiled/game/script/conversation/village_whip.java index dcf0f79dee..534b0b3c87 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/village_whip.java +++ b/sku.0/sys.server/compiled/game/script/conversation/village_whip.java @@ -462,7 +462,7 @@ public int village_whip_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -500,7 +500,7 @@ public int village_whip_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int village_whip_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -587,7 +587,7 @@ public int village_whip_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -646,7 +646,7 @@ public int village_whip_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -705,7 +705,7 @@ public int village_whip_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -730,7 +730,7 @@ public int village_whip_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -834,7 +834,7 @@ public int village_whip_handleBranch24(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -893,7 +893,7 @@ public int village_whip_handleBranch25(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -952,7 +952,7 @@ public int village_whip_handleBranch26(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1022,7 +1022,7 @@ public int village_whip_handleBranch27(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1137,7 +1137,7 @@ public int village_whip_handleBranch28(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1241,7 +1241,7 @@ public int village_whip_handleBranch29(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1300,7 +1300,7 @@ public int village_whip_handleBranch30(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1325,7 +1325,7 @@ public int village_whip_handleBranch31(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1384,7 +1384,7 @@ public int village_whip_handleBranch35(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int village_whip_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1454,7 +1454,7 @@ public int village_whip_handleBranch38(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/water_treatment.java b/sku.0/sys.server/compiled/game/script/conversation/water_treatment.java index e88e4601be..6fa6db37e9 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/water_treatment.java +++ b/sku.0/sys.server/compiled/game/script/conversation/water_treatment.java @@ -140,7 +140,7 @@ public int water_treatment_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int water_treatment_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int water_treatment_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int water_treatment_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -231,7 +231,7 @@ public int water_treatment_handleBranch9(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -270,7 +270,7 @@ public int water_treatment_handleBranch13(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -286,7 +286,7 @@ public int water_treatment_handleBranch14(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -325,7 +325,7 @@ public int water_treatment_handleBranch18(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -364,7 +364,7 @@ public int water_treatment_handleBranch19(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -403,7 +403,7 @@ public int water_treatment_handleBranch20(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -442,7 +442,7 @@ public int water_treatment_handleBranch21(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int water_treatment_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -458,7 +458,7 @@ public int water_treatment_handleBranch22(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wookiee_sidequest.java b/sku.0/sys.server/compiled/game/script/conversation/wookiee_sidequest.java index c7312e82ef..2cc92e658a 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/wookiee_sidequest.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wookiee_sidequest.java @@ -608,7 +608,7 @@ public int wookiee_sidequest_handleBranch2(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -623,7 +623,7 @@ public int wookiee_sidequest_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -638,7 +638,7 @@ public int wookiee_sidequest_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -677,7 +677,7 @@ public int wookiee_sidequest_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -692,7 +692,7 @@ public int wookiee_sidequest_handleBranch8(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -740,7 +740,7 @@ public int wookiee_sidequest_handleBranch10(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -779,7 +779,7 @@ public int wookiee_sidequest_handleBranch11(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -794,7 +794,7 @@ public int wookiee_sidequest_handleBranch12(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -820,7 +820,7 @@ public int wookiee_sidequest_handleBranch15(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -846,7 +846,7 @@ public int wookiee_sidequest_handleBranch18(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1020,7 +1020,7 @@ public int wookiee_sidequest_handleBranch21(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1080,7 +1080,7 @@ public int wookiee_sidequest_handleBranch22(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1105,7 +1105,7 @@ public int wookiee_sidequest_handleBranch24(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1130,7 +1130,7 @@ public int wookiee_sidequest_handleBranch27(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1169,7 +1169,7 @@ public int wookiee_sidequest_handleBranch30(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1218,7 +1218,7 @@ public int wookiee_sidequest_handleBranch31(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1243,7 +1243,7 @@ public int wookiee_sidequest_handleBranch32(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1268,7 +1268,7 @@ public int wookiee_sidequest_handleBranch35(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1293,7 +1293,7 @@ public int wookiee_sidequest_handleBranch38(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch41(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1411,7 +1411,7 @@ public int wookiee_sidequest_handleBranch41(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1461,7 +1461,7 @@ public int wookiee_sidequest_handleBranch42(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch43(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1487,7 +1487,7 @@ public int wookiee_sidequest_handleBranch43(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1537,7 +1537,7 @@ public int wookiee_sidequest_handleBranch46(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1598,7 +1598,7 @@ public int wookiee_sidequest_handleBranch48(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1670,7 +1670,7 @@ public int wookiee_sidequest_handleBranch49(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1696,7 +1696,7 @@ public int wookiee_sidequest_handleBranch51(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch55(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1745,7 +1745,7 @@ public int wookiee_sidequest_handleBranch55(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wookiee_sidequest_handleBranch56(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1771,7 +1771,7 @@ public int wookiee_sidequest_handleBranch56(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/xandank_trophy.java b/sku.0/sys.server/compiled/game/script/conversation/xandank_trophy.java index b734340504..a814a7b594 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/xandank_trophy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/xandank_trophy.java @@ -51,7 +51,7 @@ public int xandank_trophy_handleBranch2(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int xandank_trophy_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -65,7 +65,7 @@ public int xandank_trophy_handleBranch4(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int xandank_trophy_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -104,7 +104,7 @@ public int xandank_trophy_handleBranch6(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int xandank_trophy_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int xandank_trophy_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int xandank_trophy_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -194,7 +194,7 @@ public int xandank_trophy_handleBranch8(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int xandank_trophy_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -221,7 +221,7 @@ public int xandank_trophy_handleBranch9(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_1_megan.java b/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_1_megan.java index 7e4e2b3d12..55a667986b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_1_megan.java +++ b/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_1_megan.java @@ -176,7 +176,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -191,7 +191,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -251,7 +251,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -300,7 +300,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -330,7 +330,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -437,7 +437,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -497,7 +497,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -523,7 +523,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch14(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -538,7 +538,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch17(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -586,7 +586,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -601,7 +601,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -628,7 +628,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -678,7 +678,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch27(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -773,7 +773,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch28(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -798,7 +798,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_megan_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -857,7 +857,7 @@ public int yavin_fallenstar_pt_1_megan_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_1_osae.java b/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_1_osae.java index 99e8644fdf..1ef95ecaf5 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_1_osae.java +++ b/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_1_osae.java @@ -229,7 +229,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -312,7 +312,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch6(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -375,7 +375,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch8(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -399,7 +399,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -424,7 +424,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -448,7 +448,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch15(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -509,7 +509,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch18(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -535,7 +535,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch20(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -559,7 +559,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch21(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -575,7 +575,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch24(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch26(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -731,7 +731,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch28(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -793,7 +793,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch29(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -819,7 +819,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch30(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -879,7 +879,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch32(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -983,7 +983,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch33(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch35(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1042,7 +1042,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch35(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_1_osae_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1067,7 +1067,7 @@ public int yavin_fallenstar_pt_1_osae_handleBranch36(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_2_soci.java b/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_2_soci.java index 9e7c9ca98f..a4cb25d2dc 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_2_soci.java +++ b/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_2_soci.java @@ -87,7 +87,7 @@ public int yavin_fallenstar_pt_2_soci_handleBranch2(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_2_soci_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int yavin_fallenstar_pt_2_soci_handleBranch4(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_2_soci_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ public int yavin_fallenstar_pt_2_soci_handleBranch5(obj_id player, obj_id npc, s return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_2_wuioe.java b/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_2_wuioe.java index bc8761ccd1..adb6595741 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_2_wuioe.java +++ b/sku.0/sys.server/compiled/game/script/conversation/yavin_fallenstar_pt_2_wuioe.java @@ -85,7 +85,7 @@ public int yavin_fallenstar_pt_2_wuioe_handleBranch2(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_2_wuioe_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -125,7 +125,7 @@ public int yavin_fallenstar_pt_2_wuioe_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_fallenstar_pt_2_wuioe_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -141,7 +141,7 @@ public int yavin_fallenstar_pt_2_wuioe_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/yavin_rebel_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/yavin_rebel_trainer_2.java index dcd1891fcb..67a6ae7458 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/yavin_rebel_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/yavin_rebel_trainer_2.java @@ -546,7 +546,7 @@ public int yavin_rebel_trainer_2_handleBranch2(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -570,7 +570,7 @@ public int yavin_rebel_trainer_2_handleBranch6(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -609,7 +609,7 @@ public int yavin_rebel_trainer_2_handleBranch9(obj_id player, obj_id npc, string return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -624,7 +624,7 @@ public int yavin_rebel_trainer_2_handleBranch10(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -680,7 +680,7 @@ public int yavin_rebel_trainer_2_handleBranch12(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -761,7 +761,7 @@ public int yavin_rebel_trainer_2_handleBranch13(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -823,7 +823,7 @@ public int yavin_rebel_trainer_2_handleBranch20(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -838,7 +838,7 @@ public int yavin_rebel_trainer_2_handleBranch21(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -900,7 +900,7 @@ public int yavin_rebel_trainer_2_handleBranch25(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -961,7 +961,7 @@ public int yavin_rebel_trainer_2_handleBranch27(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -986,7 +986,7 @@ public int yavin_rebel_trainer_2_handleBranch28(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1047,7 +1047,7 @@ public int yavin_rebel_trainer_2_handleBranch32(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1107,7 +1107,7 @@ public int yavin_rebel_trainer_2_handleBranch33(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1133,7 +1133,7 @@ public int yavin_rebel_trainer_2_handleBranch34(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch39(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1161,7 +1161,7 @@ public int yavin_rebel_trainer_2_handleBranch39(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch42(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1222,7 +1222,7 @@ public int yavin_rebel_trainer_2_handleBranch42(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch44(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1303,7 +1303,7 @@ public int yavin_rebel_trainer_2_handleBranch44(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch46(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1341,7 +1341,7 @@ public int yavin_rebel_trainer_2_handleBranch46(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1390,7 +1390,7 @@ public int yavin_rebel_trainer_2_handleBranch47(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch48(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1463,7 +1463,7 @@ public int yavin_rebel_trainer_2_handleBranch48(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1501,7 +1501,7 @@ public int yavin_rebel_trainer_2_handleBranch49(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1540,7 +1540,7 @@ public int yavin_rebel_trainer_2_handleBranch50(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch51(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1589,7 +1589,7 @@ public int yavin_rebel_trainer_2_handleBranch51(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1653,7 +1653,7 @@ public int yavin_rebel_trainer_2_handleBranch52(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch54(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1678,7 +1678,7 @@ public int yavin_rebel_trainer_2_handleBranch54(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch57(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1727,7 +1727,7 @@ public int yavin_rebel_trainer_2_handleBranch57(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch58(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1776,7 +1776,7 @@ public int yavin_rebel_trainer_2_handleBranch58(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch59(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1814,7 +1814,7 @@ public int yavin_rebel_trainer_2_handleBranch59(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch60(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1864,7 +1864,7 @@ public int yavin_rebel_trainer_2_handleBranch60(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch61(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1891,7 +1891,7 @@ public int yavin_rebel_trainer_2_handleBranch61(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch65(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1917,7 +1917,7 @@ public int yavin_rebel_trainer_2_handleBranch65(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch68(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2013,7 +2013,7 @@ public int yavin_rebel_trainer_2_handleBranch68(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch69(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2037,7 +2037,7 @@ public int yavin_rebel_trainer_2_handleBranch69(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch72(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2065,7 +2065,7 @@ public int yavin_rebel_trainer_2_handleBranch72(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch75(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2169,7 +2169,7 @@ public int yavin_rebel_trainer_2_handleBranch75(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch76(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2241,7 +2241,7 @@ public int yavin_rebel_trainer_2_handleBranch76(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch77(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2279,7 +2279,7 @@ public int yavin_rebel_trainer_2_handleBranch77(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch78(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2317,7 +2317,7 @@ public int yavin_rebel_trainer_2_handleBranch78(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch79(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2332,7 +2332,7 @@ public int yavin_rebel_trainer_2_handleBranch79(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch81(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2371,7 +2371,7 @@ public int yavin_rebel_trainer_2_handleBranch81(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch82(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2386,7 +2386,7 @@ public int yavin_rebel_trainer_2_handleBranch82(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch85(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2438,7 +2438,7 @@ public int yavin_rebel_trainer_2_handleBranch85(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch86(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2478,7 +2478,7 @@ public int yavin_rebel_trainer_2_handleBranch86(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch87(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2493,7 +2493,7 @@ public int yavin_rebel_trainer_2_handleBranch87(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch90(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2553,7 +2553,7 @@ public int yavin_rebel_trainer_2_handleBranch90(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch91(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2661,7 +2661,7 @@ public int yavin_rebel_trainer_2_handleBranch91(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch92(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2790,7 +2790,7 @@ public int yavin_rebel_trainer_2_handleBranch92(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch93(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2875,7 +2875,7 @@ public int yavin_rebel_trainer_2_handleBranch93(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch96(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2958,7 +2958,7 @@ public int yavin_rebel_trainer_2_handleBranch96(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch99(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3020,7 +3020,7 @@ public int yavin_rebel_trainer_2_handleBranch99(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch101(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3047,7 +3047,7 @@ public int yavin_rebel_trainer_2_handleBranch101(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch104(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3211,7 +3211,7 @@ public int yavin_rebel_trainer_2_handleBranch104(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch106(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3339,7 +3339,7 @@ public int yavin_rebel_trainer_2_handleBranch106(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch107(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3404,7 +3404,7 @@ public int yavin_rebel_trainer_2_handleBranch107(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch109(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3431,7 +3431,7 @@ public int yavin_rebel_trainer_2_handleBranch109(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch112(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3447,7 +3447,7 @@ public int yavin_rebel_trainer_2_handleBranch112(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch114(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3472,7 +3472,7 @@ public int yavin_rebel_trainer_2_handleBranch114(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch117(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3578,7 +3578,7 @@ public int yavin_rebel_trainer_2_handleBranch117(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch118(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3604,7 +3604,7 @@ public int yavin_rebel_trainer_2_handleBranch118(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch121(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3710,7 +3710,7 @@ public int yavin_rebel_trainer_2_handleBranch121(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch122(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3736,7 +3736,7 @@ public int yavin_rebel_trainer_2_handleBranch122(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch125(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3970,7 +3970,7 @@ public int yavin_rebel_trainer_2_handleBranch125(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch126(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -3987,7 +3987,7 @@ public int yavin_rebel_trainer_2_handleBranch126(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch128(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4004,7 +4004,7 @@ public int yavin_rebel_trainer_2_handleBranch128(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch130(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4021,7 +4021,7 @@ public int yavin_rebel_trainer_2_handleBranch130(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch132(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4038,7 +4038,7 @@ public int yavin_rebel_trainer_2_handleBranch132(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch134(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4238,7 +4238,7 @@ public int yavin_rebel_trainer_2_handleBranch134(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch135(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4437,7 +4437,7 @@ public int yavin_rebel_trainer_2_handleBranch135(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch137(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4643,7 +4643,7 @@ public int yavin_rebel_trainer_2_handleBranch137(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch138(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4690,7 +4690,7 @@ public int yavin_rebel_trainer_2_handleBranch138(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch143(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4794,7 +4794,7 @@ public int yavin_rebel_trainer_2_handleBranch143(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch144(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4875,7 +4875,7 @@ public int yavin_rebel_trainer_2_handleBranch144(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch152(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -4956,7 +4956,7 @@ public int yavin_rebel_trainer_2_handleBranch152(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch160(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5163,7 +5163,7 @@ public int yavin_rebel_trainer_2_handleBranch160(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch162(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5281,7 +5281,7 @@ public int yavin_rebel_trainer_2_handleBranch162(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch163(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5400,7 +5400,7 @@ public int yavin_rebel_trainer_2_handleBranch163(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch164(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5484,7 +5484,7 @@ public int yavin_rebel_trainer_2_handleBranch164(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch166(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5601,7 +5601,7 @@ public int yavin_rebel_trainer_2_handleBranch166(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch167(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5707,7 +5707,7 @@ public int yavin_rebel_trainer_2_handleBranch167(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch168(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5745,7 +5745,7 @@ public int yavin_rebel_trainer_2_handleBranch168(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch169(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5759,7 +5759,7 @@ public int yavin_rebel_trainer_2_handleBranch169(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int yavin_rebel_trainer_2_handleBranch171(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -5840,7 +5840,7 @@ public int yavin_rebel_trainer_2_handleBranch171(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/zahara_cody.java b/sku.0/sys.server/compiled/game/script/conversation/zahara_cody.java index 6ead653d2b..5ba2f2541e 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/zahara_cody.java +++ b/sku.0/sys.server/compiled/game/script/conversation/zahara_cody.java @@ -100,7 +100,7 @@ public int zahara_cody_handleBranch1(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -115,7 +115,7 @@ public int zahara_cody_handleBranch2(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int zahara_cody_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -145,7 +145,7 @@ public int zahara_cody_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -160,7 +160,7 @@ public int zahara_cody_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -175,7 +175,7 @@ public int zahara_cody_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int zahara_cody_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -252,7 +252,7 @@ public int zahara_cody_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -290,7 +290,7 @@ public int zahara_cody_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -328,7 +328,7 @@ public int zahara_cody_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -410,7 +410,7 @@ public int zahara_cody_handleBranch12(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -562,7 +562,7 @@ public int zahara_cody_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -600,7 +600,7 @@ public int zahara_cody_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -682,7 +682,7 @@ public int zahara_cody_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -834,7 +834,7 @@ public int zahara_cody_handleBranch16(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -916,7 +916,7 @@ public int zahara_cody_handleBranch17(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1068,7 +1068,7 @@ public int zahara_cody_handleBranch18(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1106,7 +1106,7 @@ public int zahara_cody_handleBranch19(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1188,7 +1188,7 @@ public int zahara_cody_handleBranch20(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1340,7 +1340,7 @@ public int zahara_cody_handleBranch21(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1422,7 +1422,7 @@ public int zahara_cody_handleBranch22(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int zahara_cody_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1574,7 +1574,7 @@ public int zahara_cody_handleBranch23(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { From aae953a7e1f7ca8d2e8dbde9053aee2f1027772d Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sun, 27 Jun 2021 01:46:50 -0400 Subject: [PATCH 024/107] Gender Enum Refactor --- .../script/ai/imperial_presence/harass.java | 22 +++--- .../compiled/game/script/ai/townperson.java | 4 +- .../compiled/game/script/base_class.java | 79 +++++++++---------- .../script/conversation/barn_ranchhand.java | 2 +- .../conversation/c_prof_ent_espacontact.java | 16 ++-- .../corellia_imperial_trainer_2.java | 2 +- ...ellia_privateer_retired_corsec_beggar.java | 2 +- .../corellia_privateer_trainer_2.java | 2 +- .../corellia_rebel_trainer_1.java | 2 +- .../conversation/dath_bh_wanted_list_01.java | 4 +- .../ep3_etyyy_pilot_etyyy_to_bocctyyy.java | 2 +- .../conversation/ep3_forest_dahlia.java | 4 +- .../game/script/conversation/ep3_kymayrr.java | 2 +- .../ep3_trandoshan_hssissk_zssik_06.java | 2 +- .../script/conversation/imperial_broker.java | 4 +- .../loveday_disillusion_mr_hate.java | 2 +- .../naboo_privateer_trainer_2.java | 2 +- .../naboo_privateer_trainer_3.java | 2 +- .../conversation/naboo_rebel_trainer_1.java | 2 +- .../conversation/rebel_master_trainer.java | 4 +- .../conversation/rodian_master_hunter.java | 2 +- .../conversation/talus_nashal_droid_head.java | 12 +-- .../tatooine_privateer_trainer_shamdon.java | 2 +- .../tutorial_imperial_broker.java | 4 +- .../item/ice_cream_fryer/ice_cream_fail.java | 8 +- .../ice_cream_fryer/ice_cream_nobuff.java | 8 +- .../compiled/game/script/item/spice.java | 8 +- .../script/item/wearable/senator_crate.java | 1 - .../game/script/library/consumable.java | 14 +--- .../compiled/game/script/library/npe.java | 4 +- .../game/script/library/performance.java | 4 +- .../compiled/game/script/library/stealth.java | 4 +- .../game/script/player/base/base_player.java | 8 +- .../game/script/player/live_conversions.java | 2 +- .../game/script/script_class_loader.java | 1 + .../script/systems/buff/buff_handler.java | 2 +- .../script/systems/npc_lair/npc_lair_ai.java | 2 +- .../test/qa_pilot_roadmap_tatooine_rebel.java | 2 +- .../theme_park/dathomir/aurilia/citizen.java | 14 +--- .../meatlump/hideout/angry_meatlump.java | 4 +- .../meatlump/hideout/meatlump_king.java | 2 +- .../script/theme_park/warren/trooper.java | 3 +- 42 files changed, 118 insertions(+), 154 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/ai/imperial_presence/harass.java b/sku.0/sys.server/compiled/game/script/ai/imperial_presence/harass.java index 9e5067d059..52cd817f28 100755 --- a/sku.0/sys.server/compiled/game/script/ai/imperial_presence/harass.java +++ b/sku.0/sys.server/compiled/game/script/ai/imperial_presence/harass.java @@ -552,7 +552,7 @@ public int handleScanComplete(obj_id self, dictionary params) throws Interrupted if (hasSkill(thisMember, "class_smuggler_phase1_novice") && thisMember != (target)) { if (ai_lib.checkForSmuggler(thisMember)) { chat.publicChat(self, target, new string_id(STF, "clean_target_" + getFactionName(self))); - if (getGender(self) == GENDER_MALE) { + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 0.0f); } removeTriggerVolume(VOL_DETAIN); @@ -566,7 +566,7 @@ public int handleScanComplete(obj_id self, dictionary params) throws Interrupted if (ai_lib.checkForSmuggler(target)) { chat.publicChat(self, target, new string_id(STF, "clean_target_" + getFactionName(self))); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 0.0f); } @@ -599,7 +599,7 @@ else if (playerLevel >= 25 && utils.checkBit(interests, gcw.INTEREST_FACTION) && else { chat.publicChat(self, target, new string_id(STF, "clean_target_" + getFactionName(self))); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 0.0f); } @@ -776,7 +776,7 @@ else if (isInFriendlyFaction(self, target)) money.requestPayment(target, self, FINE, "fine", null); CustomerServiceLog("CONTRABAND_SCANNING: ", "(" + target + ")" + getFirstName(target) + " was fined " + FINE + " credits"); utils.moneyOutMetric(self, money.ACCT_FINES, FINE); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 0.0f); } @@ -788,7 +788,7 @@ else if (isInFriendlyFaction(self, target)) chat.publicChat(self, target, new string_id(STF, "failure_to_pay_" + getFactionName(self))); penaltyAction(self, target, rating * 2); CustomerServiceLog("CONTRABAND_SCANNING: ", "(" + target + ")" + getFirstName(target) + " was fined " + rating * 2 + " Imperial Faction Points"); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 0.0f); } @@ -899,7 +899,7 @@ public int handleFineSui(obj_id self, dictionary params) throws InterruptedExcep money.requestPayment(target, self, FINE, "fine", null); CustomerServiceLog("CONTRABAND_SCANNING: ", "(" + target + ")" + getFirstName(target) + " was fined " + FINE + " credits"); utils.moneyOutMetric(self, money.ACCT_FINES, FINE); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 0.0f); } @@ -914,7 +914,7 @@ public int handleFineSui(obj_id self, dictionary params) throws InterruptedExcep chat.publicChat(self, target, new string_id(STF, "punish_" + getFactionName(self))); penaltyAction(self, target, rating * 2); CustomerServiceLog("CONTRABAND_SCANNING: ", "(" + target + ")" + getFirstName(target) + " was fined " + rating * 2 + " Imperial Faction Points"); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 0.0f); } @@ -929,7 +929,7 @@ public int handleFineSui(obj_id self, dictionary params) throws InterruptedExcep chat.publicChat(self, target, new string_id(STF, "punish_+" + getFactionName(self))); penaltyAction(self, target, rating * 2); CustomerServiceLog("CONTRABAND_SCANNING: ", "(" + target + ")" + getFirstName(target) + " was fined " + rating * 2 + " Imperial Faction Points"); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 0.0f); } @@ -945,7 +945,7 @@ public int handleJediMindTrick(obj_id self, dictionary params) throws Interrupte obj_id target = params.getObjId("target"); doAnimationAction(self, anims.PLAYER_WAVE_ON_DIRECTING); chat.publicChat(self, target, new string_id(STF, "dont_search")); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 2.0f); } @@ -958,7 +958,7 @@ public int handleJediMindTrickDark(obj_id self, dictionary params) throws Interr obj_id target = params.getObjId("target"); doAnimationAction(self, anims.PLAYER_STANDING_PLACATE); chat.publicChat(self, target, new string_id(STF, "dont_search_dark")); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 2.0f); } @@ -970,7 +970,7 @@ public int handleJediMindTrickNovice(obj_id self, dictionary params) throws Inte { obj_id target = params.getObjId("target"); chat.publicChat(self, target, new string_id(STF, "dont_search_novice")); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { playClientEffectLoc(target, "clienteffect/stormtrp_movealng.cef", getLocation(self), 2.0f); } diff --git a/sku.0/sys.server/compiled/game/script/ai/townperson.java b/sku.0/sys.server/compiled/game/script/ai/townperson.java index 3d577dbea2..490a912a1f 100755 --- a/sku.0/sys.server/compiled/game/script/ai/townperson.java +++ b/sku.0/sys.server/compiled/game/script/ai/townperson.java @@ -180,8 +180,8 @@ public int OnMovePathComplete(obj_id self) throws InterruptedException faceTo(self, listener); faceTo(listener, self); ai_lib.greet(self, listener); - ai_lib.doAction(self, "conversation_" + getGender(self)); - ai_lib.doAction(listener, "conversation_" + getGender(listener)); + ai_lib.doAction(self, "conversation_" + getGender(self).ordinal()); + ai_lib.doAction(listener, "conversation_" + getGender(listener).ordinal()); } messageTo(self, "handleEndSocializing", null, CONVO_LENGTH, isObjectPersisted(self)); return SCRIPT_CONTINUE; diff --git a/sku.0/sys.server/compiled/game/script/base_class.java b/sku.0/sys.server/compiled/game/script/base_class.java index ec98557465..f9c1a4678d 100755 --- a/sku.0/sys.server/compiled/game/script/base_class.java +++ b/sku.0/sys.server/compiled/game/script/base_class.java @@ -480,20 +480,38 @@ public static class waypoint_colors /** attrib_mod decay value indicating that we want to clear any attrib mods for an attribute * @see #addAttribModifier(obj_id, int, int, float, float, float) */ public static final float MOD_ANTIDOTE = -3.0f; - /** - * @} - * @defgroup genderConstants Gender constants from CreatureObjectTemplate.h - * @{ - */ - /** id for male gender - * @see #getGender(obj_id) */ - public static final int GENDER_MALE = 0; - /** id for female gender - * @see #getGender(obj_id) */ - public static final int GENDER_FEMALE = 1; - /** id for other gender - * @see #getGender(obj_id) */ - public static final int GENDER_OTHER = 2; + + /** + * ************************************************************ + * Methods relating to the Gender of a CreatureObject + * Must match to SRC SharedCreatureObjectTemplate.h + * ************************************************************ + */ + public enum Gender + { + MALE, + FEMALE, + OTHER + } + /** + * @return Gender of given Object + * Note: For CreatureObjects/PlayerObjects only, otherwise this will throw an error + */ + public static Gender getGender(obj_id target) + { + return Gender.values()[_getGender(getLongWithNull(target))]; + } + /** + * @return if target1 and target2 are the same gender + * Note: For CreatureObjects/PlayerObjects only, otherwise this will throw an error + */ + public static boolean isSameGender(obj_id target1, obj_id target2) + { + return getGender(target1) == getGender(target2); + } + private static native int _getGender(long target); + private static native boolean _isSameGender(long target1, long target2); //todo to be deprecated + /** * @} * @defgroup nicheConstants Niche constants from CreatureObjectTemplate.h @@ -9578,35 +9596,7 @@ public static String getChatName (obj_id target) * @return true if the name is reserved, false if it is OK */ public static native boolean isNameReserved(String name, String[] ignoreRules); -/*@}*/ - /** - * @defgroup objectInfoMethods Generic Object information methods - */ - /*@{*/ - - // object generic info methods - /** - * Returns the gender of an object. - * @param target the object - * @return the gender, or -1 on fail - */ - private static native int _getGender(long target); - public static int getGender(obj_id target) - { - return _getGender(getLongWithNull(target)); - } - /** - * Tests to see if two objects have the same gender. - * @param target1 the first object - * @param target2 the second object - * @return true if the objects are the same gender, false if not - */ - private static native boolean _isSameGender(long target1, long target2); - public static boolean isSameGender(obj_id target1, obj_id target2) - { - return _isSameGender(getLongWithNull(target1), getLongWithNull(target2)); - } /** * Tests to see if an object is a given niche. * @param target the object @@ -19221,8 +19211,13 @@ public static dictionary dataTableGetRow(String table, String row) private static native boolean _queueCommand(long actor, int commandHash, long target, String params, int priority); public static boolean queueCommand(obj_id actor, int commandHash, obj_id target, String params, int priority) { + //todo to be deprecated in place of queueCommand that takes string command name param so we can stop hard coding crcs that are hard to read return _queueCommand(getLongWithNull(actor), commandHash, getLongWithNull(target), params, priority); } + public static boolean queueCommand(obj_id actor, String commandName, obj_id target, String params, int priority) + { + return queueCommand(actor, getStringCrc(commandName), target, params, priority); + } /** * Clear a creature's command queue (only the clearable commands). diff --git a/sku.0/sys.server/compiled/game/script/conversation/barn_ranchhand.java b/sku.0/sys.server/compiled/game/script/conversation/barn_ranchhand.java index 37729c52a6..9a72b388b0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/barn_ranchhand.java +++ b/sku.0/sys.server/compiled/game/script/conversation/barn_ranchhand.java @@ -73,7 +73,7 @@ private void barn_ranchhand_action_displayBeast(obj_id player, obj_id npc) throw private String barn_ranchhand_tokenTO_barnOwnerName(obj_id player, obj_id npc) throws InterruptedException { String name = "Sir"; - if (getGender(player) == GENDER_FEMALE) + if (getGender(player) == Gender.FEMALE) { name = "Ma'am"; } diff --git a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_espacontact.java b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_espacontact.java index f3133130ec..c72d08560b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_espacontact.java +++ b/sku.0/sys.server/compiled/game/script/conversation/c_prof_ent_espacontact.java @@ -20,29 +20,29 @@ public boolean c_prof_ent_espacontact_condition_onQuestTaskMale(obj_id player, o { int questId1 = questGetQuestId("quest/c_prof_entertainer"); int espaContact = groundquests.getTaskId(questId1, "espaContact"); - int gender = getGender(player); - return (questIsTaskActive(questId1, espaContact, player) && (gender == GENDER_MALE)); + Gender gender = getGender(player); + return (questIsTaskActive(questId1, espaContact, player) && (gender == Gender.MALE)); } public boolean c_prof_ent_espacontact_condition_onQuestTaskFemale(obj_id player, obj_id npc) throws InterruptedException { int questId1 = questGetQuestId("quest/c_prof_entertainer"); int espaContact = groundquests.getTaskId(questId1, "espaContact"); - int gender = getGender(player); - return (questIsTaskActive(questId1, espaContact, player) && (gender == GENDER_FEMALE)); + Gender gender = getGender(player); + return (questIsTaskActive(questId1, espaContact, player) && (gender == Gender.FEMALE)); } public boolean c_prof_ent_espacontact_condition_taskDoneFemale(obj_id player, obj_id npc) throws InterruptedException { int questId1 = questGetQuestId("quest/c_prof_entertainer"); int espaContact = groundquests.getTaskId(questId1, "espaContact"); - int gender = getGender(player); - return (questIsTaskComplete(questId1, espaContact, player) && (gender == GENDER_FEMALE)); + Gender gender = getGender(player); + return (questIsTaskComplete(questId1, espaContact, player) && (gender == Gender.FEMALE)); } public boolean c_prof_ent_espacontact_condition_taskDoneMale(obj_id player, obj_id npc) throws InterruptedException { int questId1 = questGetQuestId("quest/c_prof_entertainer"); int espaContact = groundquests.getTaskId(questId1, "espaContact"); - int gender = getGender(player); - return (questIsTaskComplete(questId1, espaContact, player) && (gender == GENDER_MALE)); + Gender gender = getGender(player); + return (questIsTaskComplete(questId1, espaContact, player) && (gender == Gender.MALE)); } public void c_prof_ent_espacontact_action_forwardquest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_2.java index b8771d6021..df86e63eea 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_imperial_trainer_2.java @@ -212,7 +212,7 @@ public boolean corellia_imperial_trainer_2_condition_hasNegativeFaction(obj_id p } public boolean corellia_imperial_trainer_2_condition_hasNegativeFactionMale(obj_id player, obj_id npc) throws InterruptedException { - return ((factions.getFactionStanding(player, factions.FACTION_IMPERIAL) < 0.0f) && getGender(player) == GENDER_MALE); + return ((factions.getFactionStanding(player, factions.FACTION_IMPERIAL) < 0.0f) && getGender(player) == Gender.MALE); } public boolean corellia_imperial_trainer_2_condition_hasFailedOpening(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_retired_corsec_beggar.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_retired_corsec_beggar.java index 6cfe287ed0..891212d5e0 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_retired_corsec_beggar.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_retired_corsec_beggar.java @@ -43,7 +43,7 @@ public boolean corellia_privateer_retired_corsec_beggar_condition_isRebelPilot(o } public boolean corellia_privateer_retired_corsec_beggar_condition_isGenderMale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean corellia_privateer_retired_corsec_beggar_condition_hasCompletedQuestOne(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer_2.java index 97f942dd67..afede44551 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_privateer_trainer_2.java @@ -27,7 +27,7 @@ public boolean corellia_privateer_trainer_2_condition_canFlyNonTrackDuty(obj_id } public boolean corellia_privateer_trainer_2_condition_isMale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean corellia_privateer_trainer_2_condition_isOnQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_trainer_1.java index b54b705fad..674c6ccf03 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/corellia_rebel_trainer_1.java @@ -55,7 +55,7 @@ else if (!space_flags.isRebelPilot(player) && corellia_rebel_trainer_1_condition } public boolean corellia_rebel_trainer_1_condition_isGenderMale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean corellia_rebel_trainer_1_condition_hasCompletedQuestOne(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/dath_bh_wanted_list_01.java b/sku.0/sys.server/compiled/game/script/conversation/dath_bh_wanted_list_01.java index 930d2d4522..87055044c4 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/dath_bh_wanted_list_01.java +++ b/sku.0/sys.server/compiled/game/script/conversation/dath_bh_wanted_list_01.java @@ -125,7 +125,7 @@ public boolean dath_bh_wanted_list_01_condition_hasFailed_Quest_1(obj_id player, } public boolean dath_bh_wanted_list_01_condition_hasSkill_BOUNTY_HUNTER_isMale(obj_id player, obj_id npc) throws InterruptedException { - if (!hasSkill(player, "class_bountyhunter_phase1_novice") && (getGender(player) == GENDER_MALE)) + if (!hasSkill(player, "class_bountyhunter_phase1_novice") && (getGender(player) == Gender.MALE)) { return false; } @@ -136,7 +136,7 @@ public boolean dath_bh_wanted_list_01_condition_hasSkill_BOUNTY_HUNTER_isMale(ob } public boolean dath_bh_wanted_list_01_condition_isGender_MALE(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public void dath_bh_wanted_list_01_action_rememberPlayer(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_etyyy_to_bocctyyy.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_etyyy_to_bocctyyy.java index b7a9b33514..06fb38dc20 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_etyyy_to_bocctyyy.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_etyyy_pilot_etyyy_to_bocctyyy.java @@ -36,7 +36,7 @@ public boolean ep3_etyyy_pilot_etyyy_to_bocctyyy_condition_hasBocctyyyTicket(obj } public boolean ep3_etyyy_pilot_etyyy_to_bocctyyy_condition_isFemaleCharacter(obj_id player, obj_id npc) throws InterruptedException { - return getGender(player) == GENDER_FEMALE; + return getGender(player) == Gender.FEMALE; } public boolean ep3_etyyy_pilot_etyyy_to_bocctyyy_condition_tooManyInGroup(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_dahlia.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_dahlia.java index 9c5a5c305c..0cc4a6f5ca 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_dahlia.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_forest_dahlia.java @@ -27,11 +27,11 @@ public boolean ep3_forest_dahlia_condition_hasCompletedInitial(obj_id player, ob } public boolean ep3_forest_dahlia_condition_isFemale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_FEMALE); + return (getGender(player) == Gender.FEMALE); } public boolean ep3_forest_dahlia_condition_isMale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean ep3_forest_dahlia_condition_isTaskActiveOne(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_kymayrr.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_kymayrr.java index d7669243a9..a61cf62af2 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_kymayrr.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_kymayrr.java @@ -75,7 +75,7 @@ public void ep3_kymayrr_action_giveWookieeRageMedal(obj_id player, obj_id npc) t { badge.grantBadge(player, "bdg_kash_wookiee_rage"); } - if (getGender(player) == GENDER_MALE) + if (getGender(player) == Gender.MALE) { if (getSpecies(player) == SPECIES_ITHORIAN) { diff --git a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_hssissk_zssik_06.java b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_hssissk_zssik_06.java index a3c7443ebd..8281487f10 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_hssissk_zssik_06.java +++ b/sku.0/sys.server/compiled/game/script/conversation/ep3_trandoshan_hssissk_zssik_06.java @@ -54,7 +54,7 @@ public void ep3_trandoshan_hssissk_zssik_06_action_doSignal01(obj_id player, obj public void ep3_trandoshan_hssissk_zssik_06_action_doSignal02(obj_id player, obj_id npc) throws InterruptedException { groundquests.sendSignal(player, "rewardHssissk"); - if (getGender(player) == GENDER_MALE) + if (getGender(player) == Gender.MALE) { if (getSpecies(player) == SPECIES_ITHORIAN) { diff --git a/sku.0/sys.server/compiled/game/script/conversation/imperial_broker.java b/sku.0/sys.server/compiled/game/script/conversation/imperial_broker.java index 0f75b968ba..57401a7e4b 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/imperial_broker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/imperial_broker.java @@ -27,11 +27,11 @@ public boolean imperial_broker_condition_isImperialFaction(obj_id player, obj_id } public boolean imperial_broker_condition_isMaleImperialFaction(obj_id player, obj_id npc) throws InterruptedException { - return (imperial_broker_condition_isImperialFaction(player, npc) && (getGender(player) == GENDER_MALE)); + return (imperial_broker_condition_isImperialFaction(player, npc) && (getGender(player) == Gender.MALE)); } public boolean imperial_broker_condition_isMalePlayer(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean imperial_broker_condition_justSpokeToPlayer(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_hate.java b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_hate.java index 794b8540c3..3cfa39a73f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_hate.java +++ b/sku.0/sys.server/compiled/game/script/conversation/loveday_disillusion_mr_hate.java @@ -40,7 +40,7 @@ public void loveday_disillusion_mr_hate_action_taskSignal(obj_id player, obj_id public String loveday_disillusion_mr_hate_tokenTO_misterOrMiss(obj_id player, obj_id npc) throws InterruptedException { String title = "Mister"; - if (getGender(player) == GENDER_FEMALE) + if (getGender(player) == Gender.FEMALE) { title = "Miss"; } diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_2.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_2.java index 2f32742879..2753a7c349 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_2.java @@ -178,7 +178,7 @@ public boolean naboo_privateer_trainer_2_condition_onMyTrack(obj_id player, obj_ } public boolean naboo_privateer_trainer_2_condition_isGenderMale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean naboo_privateer_trainer_2_condition_canFlyNonTrackDuty(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_3.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_3.java index 309ddf9d68..9f480528da 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_privateer_trainer_3.java @@ -189,7 +189,7 @@ public boolean naboo_privateer_trainer_3_condition_WON_mission_1(obj_id player, } public boolean naboo_privateer_trainer_3_condition_isGenderMale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean naboo_privateer_trainer_3_condition_has_goBackToKyatt(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_trainer_1.java b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_trainer_1.java index 9399e82a6c..2fa477869f 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_trainer_1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/naboo_rebel_trainer_1.java @@ -39,7 +39,7 @@ public boolean naboo_rebel_trainer_1_condition_isImperialPilot(obj_id player, ob } public boolean naboo_rebel_trainer_1_condition_isGenderMale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean naboo_rebel_trainer_1_condition_hasCompletedQuestOne(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trainer.java b/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trainer.java index eb8537c32c..2a5af3af8d 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trainer.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rebel_master_trainer.java @@ -255,7 +255,7 @@ public void rebel_master_trainer_action_giveRewardTwoRebel(obj_id player, obj_id faceTo(npc, player); space_quest.giveReward(player, "destroy", "master_rebel_2", 50000, "object/tangible/wearables/helmet/helmet_fighter_rebel_ace.iff"); factions.addFactionStanding(player, factions.FACTION_REBEL, 400.0f); - if (getGender(player) == GENDER_MALE) + if (getGender(player) == Gender.MALE) { if (getSpecies(player) == SPECIES_ITHORIAN) { @@ -318,7 +318,7 @@ public void rebel_master_trainer_action_giveRewardTwoPriv(obj_id player, obj_id faceTo(npc, player); space_quest.giveReward(player, "destroy", "master_rebel_2", 50000, "object/tangible/wearables/helmet/helmet_fighter_privateer_ace.iff"); factions.addFactionStanding(player, factions.FACTION_REBEL, 400.0f); - if (getGender(player) == GENDER_MALE) + if (getGender(player) == Gender.MALE) { if (getSpecies(player) == SPECIES_ITHORIAN) { diff --git a/sku.0/sys.server/compiled/game/script/conversation/rodian_master_hunter.java b/sku.0/sys.server/compiled/game/script/conversation/rodian_master_hunter.java index dd364a0196..8b7795d235 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/rodian_master_hunter.java +++ b/sku.0/sys.server/compiled/game/script/conversation/rodian_master_hunter.java @@ -17,7 +17,7 @@ public boolean rodian_master_hunter_condition__defaultCondition(obj_id player, o } public boolean rodian_master_hunter_condition_isGenderMale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean rodian_master_hunter_condition_isSpeciesRodian(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_droid_head.java b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_droid_head.java index 53072476cb..62bc2a0056 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_droid_head.java +++ b/sku.0/sys.server/compiled/game/script/conversation/talus_nashal_droid_head.java @@ -30,17 +30,7 @@ public void talus_nashal_droid_head_action_signalPassword(obj_id player, obj_id } public String talus_nashal_droid_head_tokenTO_tokenGenderTitle(obj_id player, obj_id npc) throws InterruptedException { - int gender = getGender(player); - String title; - if (gender == GENDER_MALE) - { - title = "sir"; - } - else - { - title = "madam"; - } - return title; + return getGender(player) == Gender.MALE ? "sir" : "madam"; } public int talus_nashal_droid_head_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_shamdon.java b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_shamdon.java index 1c9167654c..091f390970 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_shamdon.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tatooine_privateer_trainer_shamdon.java @@ -34,7 +34,7 @@ public boolean tatooine_privateer_trainer_shamdon_condition_hasWonTransQuest(obj } public boolean tatooine_privateer_trainer_shamdon_condition_isMale(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean tatooine_privateer_trainer_shamdon_condition_isOnQuest(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/tutorial_imperial_broker.java b/sku.0/sys.server/compiled/game/script/conversation/tutorial_imperial_broker.java index 7cc9286d5f..e98ffdb851 100755 --- a/sku.0/sys.server/compiled/game/script/conversation/tutorial_imperial_broker.java +++ b/sku.0/sys.server/compiled/game/script/conversation/tutorial_imperial_broker.java @@ -27,11 +27,11 @@ public boolean tutorial_imperial_broker_condition_isImperialFaction(obj_id playe } public boolean tutorial_imperial_broker_condition_isMaleImperialFaction(obj_id player, obj_id npc) throws InterruptedException { - return (tutorial_imperial_broker_condition_isImperialFaction(player, npc) && (getGender(player) == GENDER_MALE)); + return (tutorial_imperial_broker_condition_isImperialFaction(player, npc) && (getGender(player) == Gender.MALE)); } public boolean tutorial_imperial_broker_condition_isMalePlayer(obj_id player, obj_id npc) throws InterruptedException { - return (getGender(player) == GENDER_MALE); + return (getGender(player) == Gender.MALE); } public boolean tutorial_imperial_broker_condition_justSpokeToPlayer(obj_id player, obj_id npc) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/item/ice_cream_fryer/ice_cream_fail.java b/sku.0/sys.server/compiled/game/script/item/ice_cream_fryer/ice_cream_fail.java index 48ee7910c7..cd9736555b 100755 --- a/sku.0/sys.server/compiled/game/script/item/ice_cream_fryer/ice_cream_fail.java +++ b/sku.0/sys.server/compiled/game/script/item/ice_cream_fryer/ice_cream_fail.java @@ -140,12 +140,12 @@ else if (hasObjVar(self, "filling_type") && hasObjVar(self, "filling_amount")) default: snd += "human_"; } - switch (getGender(player)) + if(getGender(player) == Gender.FEMALE) { - case GENDER_FEMALE: snd += "female_eat.cef"; - break; - default: + } + else + { snd += "male_eat.cef"; } playClientEffectLoc(player, snd, getLocation(player), getScale(player)); diff --git a/sku.0/sys.server/compiled/game/script/item/ice_cream_fryer/ice_cream_nobuff.java b/sku.0/sys.server/compiled/game/script/item/ice_cream_fryer/ice_cream_nobuff.java index 2bcb3004b7..c9559b7aef 100755 --- a/sku.0/sys.server/compiled/game/script/item/ice_cream_fryer/ice_cream_nobuff.java +++ b/sku.0/sys.server/compiled/game/script/item/ice_cream_fryer/ice_cream_nobuff.java @@ -140,12 +140,12 @@ else if (hasObjVar(self, "filling_type") && hasObjVar(self, "filling_amount")) default: snd += "human_"; } - switch (getGender(player)) + if(getGender(player) == Gender.FEMALE) { - case GENDER_FEMALE: snd += "female_eat.cef"; - break; - default: + } + else + { snd += "male_eat.cef"; } playClientEffectLoc(player, snd, getLocation(player), getScale(player)); diff --git a/sku.0/sys.server/compiled/game/script/item/spice.java b/sku.0/sys.server/compiled/game/script/item/spice.java index 25d0007bda..e5c8949dfc 100755 --- a/sku.0/sys.server/compiled/game/script/item/spice.java +++ b/sku.0/sys.server/compiled/game/script/item/spice.java @@ -145,12 +145,12 @@ public void comedere(obj_id self, obj_id player) throws InterruptedException default: snd += "human_"; } - switch (getGender(player)) + if(getGender(player) == Gender.FEMALE) { - case GENDER_FEMALE: snd += "female_eat.cef"; - break; - default: + } + else + { snd += "male_eat.cef"; } playClientEffectLoc(player, snd, getLocation(player), getScale(player)); diff --git a/sku.0/sys.server/compiled/game/script/item/wearable/senator_crate.java b/sku.0/sys.server/compiled/game/script/item/wearable/senator_crate.java index 948680faba..803c9deade 100755 --- a/sku.0/sys.server/compiled/game/script/item/wearable/senator_crate.java +++ b/sku.0/sys.server/compiled/game/script/item/wearable/senator_crate.java @@ -36,7 +36,6 @@ public void grantSenatorClothes(obj_id player) throws InterruptedException obj_id pInv = utils.getInventoryContainer(player); int pSpecies = getSpecies(player); String playerTemplate = getSkillTemplate(player); - int pGender = getGender(player); HashSet theSet = new HashSet(); if (pSpecies == SPECIES_WOOKIEE) { diff --git a/sku.0/sys.server/compiled/game/script/library/consumable.java b/sku.0/sys.server/compiled/game/script/library/consumable.java index 8b3fb0945d..30ac261cb4 100755 --- a/sku.0/sys.server/compiled/game/script/library/consumable.java +++ b/sku.0/sys.server/compiled/game/script/library/consumable.java @@ -465,21 +465,15 @@ else if (buff_type == 7) snd += "wookiee_"; break; } - int gender = getGender(player); - switch (gender) + if(getGender(player) == Gender.FEMALE) { - case GENDER_FEMALE: snd += "female_eat.cef"; - break; - case GENDER_MALE: - default: - snd += "male_eat.cef"; - break; } - if (!snd.equals("")) + else { - playClientEffectLoc(player, snd, getLocation(player), getScale(player)); + snd += "male_eat.cef"; } + playClientEffectLoc(player, snd, getLocation(player), getScale(player)); prose_package pp = prose.getPackage(PROSE_CONSUME_ITEM, player, item); sendSystemMessageProse(target, pp); } diff --git a/sku.0/sys.server/compiled/game/script/library/npe.java b/sku.0/sys.server/compiled/game/script/library/npe.java index f99f536731..0361b4b8ac 100755 --- a/sku.0/sys.server/compiled/game/script/library/npe.java +++ b/sku.0/sys.server/compiled/game/script/library/npe.java @@ -575,7 +575,7 @@ public static obj_id[] grantNewbArmor(obj_id player) throws InterruptedException { obj_id pInv = utils.getInventoryContainer(player); int pSpecies = getSpecies(player); - int pGender = getGender(player); + Gender pGender = getGender(player); HashSet theSet = new HashSet(); if (utils.isProfession(player, utils.FORCE_SENSITIVE)) { @@ -684,7 +684,7 @@ else if (utils.isProfession(player, utils.SPY)) } else if (utils.isProfession(player, utils.ENTERTAINER)) { - if (pGender == GENDER_MALE) + if (pGender == Gender.MALE) { theSet.add(static_item.createNewItemFunction("item_entertainer_shirt_02_01", pInv)); theSet.add(static_item.createNewItemFunction("item_entertainer_pants_02_01", pInv)); diff --git a/sku.0/sys.server/compiled/game/script/library/performance.java b/sku.0/sys.server/compiled/game/script/library/performance.java index 31de789ff7..2988046cda 100755 --- a/sku.0/sys.server/compiled/game/script/library/performance.java +++ b/sku.0/sys.server/compiled/game/script/library/performance.java @@ -3358,7 +3358,7 @@ public static boolean createHolographicBackup(obj_id actor) throws InterruptedEx } location myLoc = getLocation(actor); int species = getSpecies(actor); - int gender = getGender(actor); + Gender gender = getGender(actor); String template = "object/mobile/hologram/"; String speciesString = "human"; String genderString = "male"; @@ -3392,7 +3392,7 @@ public static boolean createHolographicBackup(obj_id actor) throws InterruptedEx speciesString = "sullustan"; break; } - if (gender == GENDER_FEMALE) + if (gender == Gender.FEMALE) { genderString = "female"; } diff --git a/sku.0/sys.server/compiled/game/script/library/stealth.java b/sku.0/sys.server/compiled/game/script/library/stealth.java index b20caa115a..7847c257ec 100755 --- a/sku.0/sys.server/compiled/game/script/library/stealth.java +++ b/sku.0/sys.server/compiled/game/script/library/stealth.java @@ -3356,7 +3356,7 @@ public static obj_id createDecoy(obj_id spy) throws InterruptedException { location myLoc = getLocation(spy); int species = getSpecies(spy); - int gender = getGender(spy); + Gender gender = getGender(spy); String template = "object/mobile/hologram/"; String speciesString = "human"; String genderString = "male"; @@ -3390,7 +3390,7 @@ public static obj_id createDecoy(obj_id spy) throws InterruptedException speciesString = "sullustan"; break; } - if (gender == GENDER_FEMALE) + if (gender == Gender.FEMALE) { genderString = "female"; } diff --git a/sku.0/sys.server/compiled/game/script/player/base/base_player.java b/sku.0/sys.server/compiled/game/script/player/base/base_player.java index 546770173f..e94db08c6c 100755 --- a/sku.0/sys.server/compiled/game/script/player/base/base_player.java +++ b/sku.0/sys.server/compiled/game/script/player/base/base_player.java @@ -1390,12 +1390,11 @@ public int OnLogin(obj_id self) throws InterruptedException chatEnterRoom("SWG." + getGalaxyName() + ".system"); chatEnterRoom("SWG." + getGalaxyName() + "." + getCurrentSceneName() + ".system"); float curScale = getScale(self); - int gender = getGender(self); int intSpecies = getSpecies(self); String species = utils.getPlayerSpeciesName(intSpecies); float min = 1.0f; float max = 1.0f; - if (gender == GENDER_MALE) + if (getGender(self) == Gender.MALE) { min = dataTableGetFloat("datatables/player/racial_scale.iff", species, "MALE_MIN"); max = dataTableGetFloat("datatables/player/racial_scale.iff", species, "MALE_MAX"); @@ -2063,7 +2062,7 @@ public int handleStatProfileSUI(obj_id self, dictionary params) throws Interrupt } String racial_tbl = "datatables/creation/racial_mods.iff"; int templateRow = 0; - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { templateRow = dataTableSearchColumnForString(template, 0, racial_tbl); } @@ -8722,10 +8721,9 @@ public int OnUploadCharacter(obj_id self, dictionary characterData) throws Inter public void createStartingEquipment(obj_id objPlayer) throws InterruptedException { obj_id playerInv = utils.getInventoryContainer(objPlayer); - int gender = getGender(objPlayer); int species = getSpecies(objPlayer); int idx = -1; - if (gender == GENDER_MALE) + if (getGender(objPlayer) == Gender.MALE) { if (species == SPECIES_HUMAN || species == SPECIES_ZABRAK || species == SPECIES_BOTHAN || species == SPECIES_MON_CALAMARI || species == SPECIES_RODIAN || species == SPECIES_TWILEK) { diff --git a/sku.0/sys.server/compiled/game/script/player/live_conversions.java b/sku.0/sys.server/compiled/game/script/player/live_conversions.java index 898011418a..2d9f963904 100755 --- a/sku.0/sys.server/compiled/game/script/player/live_conversions.java +++ b/sku.0/sys.server/compiled/game/script/player/live_conversions.java @@ -208,7 +208,7 @@ public void grantFemaleMasterPilotMedals(obj_id player) throws InterruptedExcept { return; } - if (getGender(player) != GENDER_MALE && getSpecies(player) != SPECIES_ITHORIAN) + if (getGender(player) != Gender.MALE && getSpecies(player) != SPECIES_ITHORIAN) { if (badge.hasBadge(player, "pilot_rebel_navy_naboo")) { diff --git a/sku.0/sys.server/compiled/game/script/script_class_loader.java b/sku.0/sys.server/compiled/game/script/script_class_loader.java index 9d9a0e35a3..1d4b719dec 100755 --- a/sku.0/sys.server/compiled/game/script/script_class_loader.java +++ b/sku.0/sys.server/compiled/game/script/script_class_loader.java @@ -344,6 +344,7 @@ private byte[] loadClassData(String name) throws ClassNotFoundException defaultLoad.add("script.base_class$attacker_results"); defaultLoad.add("script.base_class$defender_results"); defaultLoad.add("script.base_class$range_info"); + defaultLoad.add("script.base_class$Gender"); defaultLoad.add("script.collections"); defaultLoad.add("script.color"); defaultLoad.add("script.combat_engine"); diff --git a/sku.0/sys.server/compiled/game/script/systems/buff/buff_handler.java b/sku.0/sys.server/compiled/game/script/systems/buff/buff_handler.java index bf5f65d04e..26642a9a8f 100755 --- a/sku.0/sys.server/compiled/game/script/systems/buff/buff_handler.java +++ b/sku.0/sys.server/compiled/game/script/systems/buff/buff_handler.java @@ -3670,7 +3670,7 @@ public int costumeAddBuffHandler(obj_id self, String effectName, String subtype, return SCRIPT_CONTINUE; } String costume = dataTableGetString(DATATABLE_COSTUME, row, "APPEARANCE"); - if (getGender(self) == GENDER_FEMALE) + if (getGender(self) == Gender.FEMALE) { String female_costume = dataTableGetString(DATATABLE_COSTUME, row, "FEMALE_APPEARANCE"); if (female_costume != null && female_costume.length() > 0 && !female_costume.equals("none")) diff --git a/sku.0/sys.server/compiled/game/script/systems/npc_lair/npc_lair_ai.java b/sku.0/sys.server/compiled/game/script/systems/npc_lair/npc_lair_ai.java index fa460d8e8c..93a7a0cbd1 100755 --- a/sku.0/sys.server/compiled/game/script/systems/npc_lair/npc_lair_ai.java +++ b/sku.0/sys.server/compiled/game/script/systems/npc_lair/npc_lair_ai.java @@ -324,7 +324,7 @@ else if (ai_lib.aiGetNiche(self) == NICHE_NPC) case 2: case 3: case 4: - if (getGender(self) == GENDER_FEMALE) + if (getGender(self) == Gender.FEMALE) { ai_lib.setDefaultCalmMood(self, "themepark_oola"); } diff --git a/sku.0/sys.server/compiled/game/script/test/qa_pilot_roadmap_tatooine_rebel.java b/sku.0/sys.server/compiled/game/script/test/qa_pilot_roadmap_tatooine_rebel.java index 462ab20e49..ece692b69e 100755 --- a/sku.0/sys.server/compiled/game/script/test/qa_pilot_roadmap_tatooine_rebel.java +++ b/sku.0/sys.server/compiled/game/script/test/qa_pilot_roadmap_tatooine_rebel.java @@ -520,7 +520,7 @@ public boolean stepThroughPilot(obj_id self, int step) throws InterruptedExcepti { space_quest.giveReward(self, "destroy", "master_rebel_2", 50000, "object/tangible/wearables/helmet/helmet_fighter_rebel_ace.iff"); factions.addFactionStanding(self, factions.FACTION_REBEL, 400.0f); - if (getGender(self) == GENDER_MALE) + if (getGender(self) == Gender.MALE) { if (getSpecies(self) == SPECIES_ITHORIAN) { diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dathomir/aurilia/citizen.java b/sku.0/sys.server/compiled/game/script/theme_park/dathomir/aurilia/citizen.java index 5df4c5beae..ae9abe26bc 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dathomir/aurilia/citizen.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dathomir/aurilia/citizen.java @@ -151,18 +151,6 @@ public String chooseHeroicString(obj_id player) throws InterruptedException } public String getGenderString(obj_id player) throws InterruptedException { - String genderString = "it"; - int gender = getGender(player); - switch (gender) - { - case GENDER_FEMALE: - genderString = "she"; - break; - case GENDER_MALE: - default: - genderString = "he"; - break; - } - return genderString; + return getGender(player) == Gender.FEMALE ? "she" : "he"; } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/meatlump/hideout/angry_meatlump.java b/sku.0/sys.server/compiled/game/script/theme_park/meatlump/hideout/angry_meatlump.java index 2641717a9c..c96b95bbdf 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/meatlump/hideout/angry_meatlump.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/meatlump/hideout/angry_meatlump.java @@ -71,8 +71,8 @@ public int OnSawEmote(obj_id self, obj_id emoteSayer, String emoteSeen) throws I { string_id hintMsg = new string_id(STF, hintString); prose_package pp = prose.getPackage(hintMsg, emoteSayer, emoteSayer); - String pronounTO = getGender(self) == GENDER_MALE ? "he" : "she"; - String pronounTT = getGender(self) == GENDER_MALE ? "his" : "her"; + String pronounTO = getGender(self) == Gender.MALE ? "he" : "she"; + String pronounTT = getGender(self) == Gender.MALE ? "his" : "her"; prose.setTO(pp, pronounTO); prose.setTT(pp, pronounTT); chat.chat(emoteSayer, emoteSayer, chat.CHAT_EMOTE, null, pp); diff --git a/sku.0/sys.server/compiled/game/script/theme_park/meatlump/hideout/meatlump_king.java b/sku.0/sys.server/compiled/game/script/theme_park/meatlump/hideout/meatlump_king.java index fc07fe124f..cb983ebb50 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/meatlump/hideout/meatlump_king.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/meatlump/hideout/meatlump_king.java @@ -95,7 +95,7 @@ public void processKingReaction(obj_id self, obj_id player, int reactionType, St break; case CHAT: prose_package pp = prose.getPackage(new string_id("theme_park/corellia/quest", reaction), player, player); - String pronounTT = getGender(player) == GENDER_MALE ? "boy" : "girl"; + String pronounTT = getGender(player) == Gender.MALE ? "boy" : "girl"; prose.setTT(pp, pronounTT); chat.chat(self, player, chat.CHAT_SAY, null, pp); break; diff --git a/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java b/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java index 499c432e04..81b714c8b6 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/warren/trooper.java @@ -67,8 +67,7 @@ public int OnTriggerVolumeEntered(obj_id self, String volumeName, obj_id breache { if (rand(1, 10) == 1) { - int yourGender = getGender(breacher); - if (yourGender == GENDER_MALE) + if (getGender(breacher) == Gender.MALE) { chat.chat(self, new string_id(CONVO_FILE, "trooper_greeting_m")); } From 4edc48c21922d699e3a832d245924d38dcfe2b32 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sun, 27 Jun 2021 01:47:37 -0400 Subject: [PATCH 025/107] Missed one --- sku.0/sys.server/compiled/game/script/item/food.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/item/food.java b/sku.0/sys.server/compiled/game/script/item/food.java index d6221c3289..a14a5a3ee9 100755 --- a/sku.0/sys.server/compiled/game/script/item/food.java +++ b/sku.0/sys.server/compiled/game/script/item/food.java @@ -278,12 +278,12 @@ else if (hasObjVar(self, "filling_type") && hasObjVar(self, "filling_amount")) default: snd += "human_"; } - switch (getGender(player)) + if(getGender(player) == Gender.FEMALE) { - case GENDER_FEMALE: snd += "female_eat.cef"; - break; - default: + } + else + { snd += "male_eat.cef"; } playClientEffectLoc(player, snd, getLocation(player), getScale(player)); From 49e6b3a4b81091c83cdd6b47c066eb2381251c87 Mon Sep 17 00:00:00 2001 From: BloodCommando <49352765+BloodCommando@users.noreply.github.com> Date: Mon, 12 Jul 2021 15:27:53 -0400 Subject: [PATCH 026/107] Witches of Dathomir --- .../game/datatables/ai/ai_combat_profiles.tab | 1 + .../buildout/dathomir/dathomir_2_3_ws.tab | 3 + .../buildout/dathomir/dathomir_2_4_ws.tab | 1 + .../buildout/dathomir/dathomir_2_6.tab | 6 +- .../buildout/dathomir/dathomir_3_4_ws.tab | 1 + .../buildout/dathomir/dathomir_3_6.tab | 8 +- .../buildout/dathomir/dathomir_3_6_ws.tab | 3 +- .../buildout/dathomir/dathomir_4_5_ws.tab | 30 + .../buildout/dathomir/dathomir_4_7.tab | 2 + .../buildout/dathomir/dathomir_4_8_ws.tab | 11 +- .../buildout/dathomir/dathomir_5_5_ws.tab | 12 + .../buildout/dathomir/dathomir_5_6.tab | 1 + .../buildout/dathomir/dathomir_5_7_ws.tab | 3 +- .../buildout/dathomir/dathomir_7_5_ws.tab | 4 + .../game/datatables/city/decorations.tab | 27 + .../quest_completion_collections.tab | 25 + .../game/datatables/collection/rewards.tab | 29 + .../datatables/crafting/appearance_bonus.tab | 4 + .../datatables/crafting/weapon_appearance.tab | 25 + .../item/master_item/item_stats.tab | 85 + .../item/master_item/master_item.tab | 93 + .../item/master_item/weapon_stats.tab | 4 + .../datatables/item/vendor/wod_ns_vendor.tab | 30 + .../datatables/item/vendor/wod_sm_vendor.tab | 30 + .../game/datatables/mob/creatures.tab | 38 + .../npc_customization/dressed_species_w.tab | 23 +- .../spawning/dungeon/nightsister_fortress.tab | 49 +- .../dungeon/singing_mountain_stronghold.tab | 17 +- .../theme_park/wod_central_dath_cave.tab | 101 + .../spawning/theme_park/wod_herbs.tab | 207 ++ .../spawning/theme_park/wod_rancor_cave.tab | 42 + .../structure/player_structure_sign.tab | 4 +- .../datatables/structure/special_sign.tab | 2 + .../dathomir/spiderclan_breeding_cave.tpf | 26 +- .../object/building/general/rancor_cave_2.tpf | 26 +- .../building/general/wod_kwi_temple.tpf | 26 +- .../player/player_house_wod_ns_hut.tpf | 7 +- .../player/player_house_wod_sm_hut.tpf | 7 +- .../clothing_boots_nightsister_01.tpf | 64 + .../clothing_boots_singing_mtn_01.tpf | 64 + .../clothing_dress_nightsister_01.tpf | 56 + .../clothing/clothing_hat_nightsister_s01.tpf | 56 + .../clothing/clothing_hat_nightsister_s03.tpf | 56 + .../clothing/clothing_hat_singing_mtn_01.tpf | 56 + .../clothing/clothing_hat_singing_mtn_02.tpf | 56 + .../clothing_hat_singing_mtn_mask_01.tpf | 56 + .../clothing_pants_nightsister_01.tpf | 56 + .../clothing_pants_nightsister_02.tpf | 56 + .../clothing_shirt_nightsister_01.tpf | 56 + .../clothing_shirt_nightsister_02.tpf | 56 + .../clothing_shirt_nightsister_03.tpf | 56 + .../clothing_shirt_singing_mtn_01.tpf | 56 + .../clothing_shirt_singing_mtn_02.tpf | 56 + .../clothing_shirt_singing_mtn_03.tpf | 56 + .../clothing_skirt_singing_mtn_01.tpf | 56 + .../clothing_skirt_singing_mtn_02.tpf | 56 + .../clothing_skirt_singing_mtn_03.tpf | 56 + .../droid/cyborg_crafting_interface.tpf | 72 + .../city/wod_floating_stones_city.tpf | 56 + .../furniture/city/wod_ns_gate.tpf | 64 + .../furniture/city/wod_ns_wall.tpf | 48 + .../furniture/city/wod_sm_wall.tpf | 48 + .../furniture/city/wod_tower.tpf | 48 + .../furniture/city/wod_trilithon.tpf | 72 + .../wod_ns_potted_plant_schem_01.tpf | 56 + .../wod_ns_potted_plant_schem_02.tpf | 56 + .../wod_ns_potted_plant_schem_03.tpf | 56 + .../wod_ns_potted_plant_schem_04.tpf | 56 + .../wod_ns_potted_plant_schem_05.tpf | 56 + .../wod_ns_potted_plant_schem_06.tpf | 56 + .../wod_ns_potted_plant_schem_07.tpf | 56 + .../wod_ns_potted_plant_schem_08.tpf | 56 + .../wod_ns_potted_plant_schem_09.tpf | 56 + .../furniture/wod_potted_plant_schem_01.tpf | 56 + .../furniture/wod_potted_plant_schem_02.tpf | 56 + .../furniture/wod_potted_plant_schem_03.tpf | 56 + .../furniture/wod_potted_plant_schem_04.tpf | 56 + .../furniture/wod_potted_plant_schem_05.tpf | 56 + .../furniture/wod_potted_plant_schem_06.tpf | 56 + .../furniture/wod_potted_plant_schem_07.tpf | 56 + .../furniture/wod_potted_plant_schem_08.tpf | 56 + .../furniture/wod_potted_plant_schem_09.tpf | 56 + .../furniture/wod_pro_tree_01.tpf | 49 + .../furniture/wod_pro_tree_02.tpf | 49 + .../furniture/wod_pro_tree_03.tpf | 49 + .../furniture/wod_pro_tree_04.tpf | 49 + .../furniture/wod_pro_tree_05.tpf | 49 + .../furniture/wod_pro_tree_06.tpf | 49 + .../furniture/wod_pro_tree_07.tpf | 49 + .../furniture/wod_pro_tree_08.tpf | 49 + .../furniture/wod_pro_tree_09.tpf | 49 + .../furniture/wod_pro_tree_10.tpf | 49 + .../furniture/wod_pro_tree_11.tpf | 49 + .../furniture/wod_pro_tree_12.tpf | 49 + .../wod_sm_potted_plant_schem_01.tpf | 56 + .../wod_sm_potted_plant_schem_02.tpf | 56 + .../wod_sm_potted_plant_schem_03.tpf | 56 + .../wod_sm_potted_plant_schem_04.tpf | 56 + .../wod_sm_potted_plant_schem_05.tpf | 56 + .../wod_sm_potted_plant_schem_06.tpf | 56 + .../wod_sm_potted_plant_schem_07.tpf | 56 + .../wod_sm_potted_plant_schem_08.tpf | 56 + .../wod_sm_potted_plant_schem_09.tpf | 56 + .../furniture/wod_witch_banner_s01.tpf | 48 + .../furniture/wod_witch_banner_s02.tpf | 48 + .../furniture/wod_witch_banner_s03.tpf | 48 + .../item/theme_park/wod_crafting_alter_1.tpf | 48 + .../item/theme_park/wod_crafting_alter_2.tpf | 48 + .../item/theme_park/wod_crafting_alter_3.tpf | 48 + .../item/theme_park/wod_crafting_alter_4.tpf | 48 + .../item/theme_park/wod_crafting_template.tpf | 56 + .../draft_schematic/structure/wod_ns_hut.tpf | 72 + .../draft_schematic/structure/wod_sm_hut.tpf | 72 + .../weapon_appearance_wod_1h_scyth.tpf | 56 + .../weapon_appearance_wod_2h_sword.tpf | 74 + .../weapon_appearance_wod_polearm.tpf | 66 + .../weapon_appearance_wod_war_fan.tpf | 74 + ...sed_dathomir_spider_nightsister_matron.tpf | 13 + .../dressed_wod_clan_mother_amaya_kymeri.tpf | 11 + .../mobile/dressed_wod_ghost_clan_mother.tpf | 10 +- .../object/mobile/dressed_wod_omogg_rep.tpf | 10 +- .../game/object/mobile/dressed_wod_rubina.tpf | 9 + .../game/object/mobile/wod_outcast_1.tpf | 9 + .../game/object/mobile/wod_outcast_2.tpf | 9 + .../game/object/mobile/wod_outcast_3.tpf | 9 + .../game/object/mobile/wod_outcast_4.tpf | 9 + .../game/object/mobile/wod_outcast_5.tpf | 9 + .../game/object/mobile/wod_outcast_6.tpf | 9 + .../game/object/mobile/wod_outcast_7.tpf | 9 + .../object/mobile/wod_sm_rancor_handler.tpf | 10 +- .../dathomir/mtn_clan_pillar_s01.tpf | 2 +- .../tangible/content/wod_crafting_alter_1.tpf | 10 +- .../tangible/content/wod_crafting_alter_2.tpf | 10 +- .../tangible/content/wod_crafting_alter_3.tpf | 10 +- .../tangible/content/wod_crafting_alter_4.tpf | 10 +- .../content/wod_first_sister_altar.tpf | 8 +- .../content/wod_logic_unit_componenet.tpf | 10 +- .../content/wod_logic_unit_component.tpf | 8 + .../content/wod_second_sister_fire_1.tpf | 8 +- .../content/wod_second_sister_fire_2.tpf | 8 +- .../content/wod_second_sister_fire_3.tpf | 8 +- .../content/wod_second_sister_fire_4.tpf | 8 +- .../object/tangible/content/wod_stim_01.tpf | 8 +- .../object/tangible/content/wod_stim_02.tpf | 8 +- .../object/tangible/content/wod_stim_03.tpf | 8 +- .../object/tangible/content/wod_stim_04.tpf | 8 +- .../object/tangible/content/wod_token_1.tpf | 6 +- .../object/tangible/content/wod_token_2.tpf | 6 +- .../object/tangible/content/wod_token_3.tpf | 6 +- .../object/tangible/content/wod_token_4.tpf | 6 +- .../object/tangible/content/wod_token_5.tpf | 6 +- .../player_house_deed/wod_ns_hut_deed.tpf | 6 +- .../player_house_deed/wod_sm_hut_deed.tpf | 6 +- .../decorative/wod_floating_stones.tpf | 6 +- .../furniture/decorative/wod_ns_gate.tpf | 6 +- .../decorative/wod_ns_potted_plant_01.tpf | 7 +- .../decorative/wod_ns_potted_plant_02.tpf | 7 +- .../decorative/wod_ns_potted_plant_03.tpf | 7 +- .../decorative/wod_ns_potted_plant_04.tpf | 7 +- .../decorative/wod_ns_potted_plant_05.tpf | 7 +- .../decorative/wod_ns_potted_plant_06.tpf | 7 +- .../decorative/wod_ns_potted_plant_07.tpf | 7 +- .../decorative/wod_ns_potted_plant_08.tpf | 7 +- .../decorative/wod_ns_potted_plant_09.tpf | 7 +- .../furniture/decorative/wod_ns_wall.tpf | 6 +- .../decorative/wod_potted_plant_01.tpf | 6 +- .../decorative/wod_potted_plant_02.tpf | 6 +- .../decorative/wod_potted_plant_03.tpf | 6 +- .../decorative/wod_potted_plant_04.tpf | 6 +- .../decorative/wod_potted_plant_05.tpf | 6 +- .../decorative/wod_potted_plant_06.tpf | 6 +- .../decorative/wod_potted_plant_07.tpf | 6 +- .../decorative/wod_potted_plant_08.tpf | 6 +- .../decorative/wod_potted_plant_09.tpf | 6 +- .../decorative/wod_sm_potted_plant_01.tpf | 7 +- .../decorative/wod_sm_potted_plant_02.tpf | 7 +- .../decorative/wod_sm_potted_plant_03.tpf | 7 +- .../decorative/wod_sm_potted_plant_04.tpf | 7 +- .../decorative/wod_sm_potted_plant_05.tpf | 7 +- .../decorative/wod_sm_potted_plant_06.tpf | 7 +- .../decorative/wod_sm_potted_plant_07.tpf | 7 +- .../decorative/wod_sm_potted_plant_08.tpf | 7 +- .../decorative/wod_sm_potted_plant_09.tpf | 7 +- .../furniture/decorative/wod_sm_wall.tpf | 6 +- .../furniture/decorative/wod_tower.tpf | 6 +- .../furniture/decorative/wod_trilithon.tpf | 6 +- .../furniture/wod_themepark/data_cache.tpf | 7 +- .../wod_themepark/wod_pro_painting_ns_01.tpf | 7 + .../wod_themepark/wod_pro_painting_ns_02.tpf | 7 + .../wod_pro_painting_outcast.tpf | 7 + .../wod_pro_painting_scene_01.tpf | 7 + .../wod_pro_painting_scene_02.tpf | 7 + .../wod_pro_painting_scene_03.tpf | 7 + .../wod_pro_painting_scene_04.tpf | 7 + .../wod_themepark/wod_pro_painting_sm_01.tpf | 7 + .../wod_themepark/wod_pro_painting_sm_02.tpf | 7 + .../wod_themepark/wod_pro_seed_jar.tpf | 7 + .../wod_themepark/wod_pro_seed_jar_ns.tpf | 7 + .../wod_themepark/wod_pro_seed_jar_sm.tpf | 7 + .../wod_pro_toy_gaping_spider.tpf | 6 + .../wod_themepark/wod_pro_toy_malkloc.tpf | 6 + .../wod_themepark/wod_pro_toy_rancor.tpf | 6 + .../wod_pro_toy_reptilian_flyer.tpf | 6 + .../wod_themepark/wod_pro_toy_shear_mite.tpf | 6 + .../wod_themepark/wod_pro_tree_01.tpf | 9 + .../wod_themepark/wod_pro_tree_02.tpf | 9 + .../wod_themepark/wod_pro_tree_03.tpf | 9 + .../wod_themepark/wod_pro_tree_04.tpf | 9 + .../wod_themepark/wod_pro_tree_05.tpf | 9 + .../wod_themepark/wod_pro_tree_06.tpf | 9 + .../wod_themepark/wod_pro_tree_07.tpf | 9 + .../wod_themepark/wod_pro_tree_08.tpf | 9 + .../wod_themepark/wod_pro_tree_09.tpf | 9 + .../wod_themepark/wod_pro_tree_10.tpf | 9 + .../wod_themepark/wod_pro_tree_11.tpf | 9 + .../wod_themepark/wod_pro_tree_12.tpf | 9 + .../wod_themepark/wod_themepark_herb_01.tpf | 9 +- .../wod_themepark/wod_themepark_herb_02.tpf | 9 +- .../wod_themepark/wod_themepark_herb_03.tpf | 9 +- .../wod_themepark/wod_themepark_herb_04.tpf | 9 +- .../wod_themepark/wod_themepark_herb_05.tpf | 9 +- .../wod_themepark/wod_trampled_plant.tpf | 7 +- .../skillmod_wod_sm_banner_s01_sign.tpf | 8 +- .../skillmod_wod_sm_banner_s02_sign.tpf | 8 +- .../skillmod_wod_sm_banner_s03_sign.tpf | 8 +- .../skillmod/skillmod_wod_sm_hanging_sign.tpf | 7 +- .../skillmod_wod_sm_standing_sign.tpf | 7 +- .../tangible/quest/wod/wod_rancor_cage.tpf | 8 + .../tangible/quest/wod/wod_spider_eggs.tpf | 8 + .../event/wod_themepark_herb_spawner.tpf | 42 +- .../theme_park/wod/basket_rubina_ns.tpf | 7 + .../theme_park/wod/basket_rubina_sm.tpf | 7 + .../theme_park/wod/themepark_basket_ns.tpf | 6 + .../theme_park/wod/themepark_basket_sm.tpf | 6 + .../theme_park/wod/wod_crafting_alter.tpf | 6 +- .../theme_park/wod/wod_crafting_alter_key.tpf | 6 +- .../wod/wod_crafting_alter_key_1.tpf | 8 +- .../wod/wod_crafting_alter_key_2.tpf | 8 +- .../wod/wod_crafting_alter_key_3.tpf | 8 +- .../wod/wod_crafting_alter_key_4.tpf | 8 +- .../theme_park/wod/wod_crafting_template.tpf | 6 +- .../tangible/theme_park/wod/wod_egg.tpf | 6 +- .../theme_park/wod/wod_egg_stomped.tpf | 6 +- .../theme_park/wod/wod_rubina_chest.tpf | 6 +- .../theme_park/wod/wod_witch_banner_s01.tpf | 9 +- .../theme_park/wod/wod_witch_banner_s02.tpf | 9 +- .../theme_park/wod/wod_witch_banner_s03.tpf | 9 +- .../boots/wod_nightsister_boots_s01.tpf | 15 +- .../boots/wod_singing_mountain_clan_boots.tpf | 8 + .../bracelet/bracelet_wod_crafting_l.tpf | 8 +- .../dress/wod_nightsister_dress_s01.tpf | 28 +- .../wearables/hat/wod_nightsister_hat_s01.tpf | 28 + .../wearables/hat/wod_nightsister_hat_s03.tpf | 28 + .../hat/wod_singing_mountain_clan_hat_s01.tpf | 28 + .../hat/wod_singing_mountain_clan_hat_s02.tpf | 28 + .../wod_singing_mountain_clan_mask_s01.tpf | 28 + .../pants/wod_nightsister_pants_s01.tpf | 6 +- .../pants/wod_nightsister_pants_s02.tpf | 6 +- .../shirt/wod_nightsister_shirt_s01.tpf | 14 +- .../shirt/wod_nightsister_shirt_s02.tpf | 14 +- .../shirt/wod_nightsister_shirt_s03.tpf | 14 +- .../wod_singing_mountain_clan_shirt_s01.tpf | 14 + .../wod_singing_mountain_clan_shirt_s02.tpf | 14 + .../wod_singing_mountain_clan_shirt_s03.tpf | 14 + .../wod_singing_mountain_clan_skirt_s01.tpf | 28 + .../wod_singing_mountain_clan_skirt_s02.tpf | 28 + .../wod_singing_mountain_clan_skirt_s03.tpf | 28 + .../weapon/melee/2h_sword/2h_sword_wod.tpf | 12 + .../game/script/conversation/wod_azzenaj.java | 1119 +++++++ .../script/conversation/wod_first_sister.java | 152 + .../script/conversation/wod_gethzerion.java | 1250 ++++++++ .../script/conversation/wod_ghost_witch.java | 1461 +++++++++ .../game/script/conversation/wod_klee.java | 1250 ++++++++ .../game/script/conversation/wod_kyrisa.java | 445 +++ .../game/script/conversation/wod_leandra.java | 1119 +++++++ .../script/conversation/wod_ns_guide.java | 2374 ++++++++++++++ .../conversation/wod_ns_rancor_mistress.java | 1010 ++++++ .../wod_ns_rancor_tamer_diax.java | 522 ++++ .../game/script/conversation/wod_ns_sage.java | 1183 +++++++ .../script/conversation/wod_ns_vendor.java | 211 ++ .../conversation/wod_ns_witch_food.java | 377 +++ .../conversation/wod_ns_witch_herbs.java | 565 ++++ .../script/conversation/wod_omogg_rep.java | 570 ++++ .../script/conversation/wod_outcast1.java | 1406 +++++++++ .../script/conversation/wod_outcast2.java | 1404 +++++++++ .../script/conversation/wod_outcast3.java | 1404 +++++++++ .../script/conversation/wod_outcast4.java | 1404 +++++++++ .../script/conversation/wod_outcast5.java | 1404 +++++++++ .../script/conversation/wod_outcast6.java | 1404 +++++++++ .../script/conversation/wod_outcast7.java | 1404 +++++++++ .../script/conversation/wod_queen_mother.java | 361 +++ .../conversation/wod_rescue_initiate.java | 287 ++ .../game/script/conversation/wod_rubina.java | 2749 +++++++++++++++++ .../conversation/wod_second_sister.java | 152 + .../script/conversation/wod_sm_guide.java | 2340 ++++++++++++++ .../wod_sm_rancor_handler_izaryx.java | 1010 ++++++ .../wod_sm_rancor_tamer_zideera.java | 518 ++++ .../game/script/conversation/wod_sm_sage.java | 1183 +++++++ .../script/conversation/wod_sm_vendor.java | 211 ++ .../conversation/wod_sm_witch_food.java | 377 +++ .../conversation/wod_sm_witch_herbs.java | 565 ++++ .../script/conversation/wod_third_sister.java | 236 ++ .../compiled/game/script/library/trial.java | 9 +- .../script/quest/util/on_use_send_signal.java | 59 + .../specific_item/crafting_altar_repair.java | 90 + .../theme_park/wod/crafting_altar_item.java | 51 + .../theme_park/wod/crafting_altars.java | 139 + .../theme_park/wod/entertainer_rancor.java | 185 ++ .../wod/entertainer_rancor_area_trigger.java | 61 + .../theme_park/wod/first_sister_altar.java | 96 + .../theme_park/wod/herb_quest_object.java | 256 ++ .../script/theme_park/wod/herb_spawning.java | 111 + .../script/theme_park/wod/pro_seed_jar.java | 74 + .../theme_park/wod/pro_seed_jar_nsm.java | 68 + .../theme_park/wod/random_wod_token.java | 67 + .../theme_park/wod/rubina_basket_ns.java | 64 + .../theme_park/wod/rubina_basket_sm.java | 64 + .../theme_park/wod/second_sister_altar.java | 90 + .../wod/wod_mutant_rancor_combat.java | 229 ++ .../theme_park/wod/wod_razorangler_dna.java | 32 + .../theme_park/wod/wod_release_seed_jar.java | 82 + .../wod/wod_spider_queen_death.java | 40 + .../theme_park/wod/wod_spiderconsort_dna.java | 32 + .../theme_park/wod/wod_spiderqueen_dna.java | 32 + .../questlist/quest/wod_kyrisa_boss_fight.tab | 3 + .../quest/wod_kyrisa_boss_fight_ns.tab | 3 + .../questlist/quest/wod_left_behind.tab | 3 + .../questlist/quest/wod_ns_ghost_reward.tab | 3 + .../quest/wod_ns_repair_alter_01.tab | 3 + .../quest/wod_ns_repair_alter_02.tab | 3 + .../quest/wod_ns_repair_alter_03.tab | 3 + .../quest/wod_ns_repair_alter_04.tab | 3 + .../questlist/quest/wod_outcast_1.tab | 3 + .../questlist/quest/wod_outcast_2.tab | 3 + .../questlist/quest/wod_outcast_3.tab | 3 + .../questlist/quest/wod_outcast_4.tab | 3 + .../questlist/quest/wod_outcast_5.tab | 3 + .../questlist/quest/wod_outcast_6.tab | 3 + .../questlist/quest/wod_outcast_7.tab | 3 + .../quest/wod_prologue_herb_gathering.tab | 3 + .../quest/wod_prologue_kill_rancor.tab | 3 + .../quest/wod_prologue_kill_spider_clan.tab | 3 + .../quest/wod_prologue_walkabout_01.tab | 3 + .../quest/wod_prologue_walkabout_02.tab | 3 + .../quest/wod_queen_mother_boss_fight.tab | 3 + .../quest/wod_queen_mother_boss_fight_ns.tab | 3 + .../questlist/quest/wod_rubina_chest.tab | 3 + .../questlist/quest/wod_rubina_goto_ns.tab | 3 + .../questlist/quest/wod_rubina_goto_sm.tab | 3 + .../questlist/quest/wod_sister1.tab | 3 + .../questlist/quest/wod_sister2.tab | 3 + .../questlist/quest/wod_sister3.tab | 3 + .../questlist/quest/wod_sm_ghost_reward.tab | 3 + .../quest/wod_sm_repair_alter_01.tab | 3 + .../quest/wod_sm_repair_alter_02.tab | 3 + .../quest/wod_sm_repair_alter_03.tab | 3 + .../quest/wod_sm_repair_alter_04.tab | 3 + .../questlist/quest/wod_themepark_ehs_1.tab | 3 + .../wod_themepark_first_sister_boss_fight.tab | 3 + .../quest/wod_themepark_herb_gathering.tab | 3 + .../wod_themepark_herb_gathering_fail.tab | 3 + .../quest/wod_themepark_lost_e01.tab | 3 + .../quest/wod_themepark_lost_e02.tab | 3 + .../quest/wod_themepark_ns_ehs_1.tab | 3 + .../quest/wod_themepark_ns_fishing.tab | 3 + .../quest/wod_themepark_ns_herb_gathering.tab | 3 + .../quest/wod_themepark_ns_hunting.tab | 3 + .../quest/wod_themepark_ns_kill_clan.tab | 3 + .../wod_themepark_ns_kill_spiderclan.tab | 3 + .../quest/wod_themepark_ns_lost_e01.tab | 3 + .../quest/wod_themepark_ns_lost_e02.tab | 3 + .../quest/wod_themepark_ns_rancor_tamer.tab | 3 + .../quest/wod_themepark_ns_recon.tab | 3 + .../quest/wod_themepark_ns_whole_truth_01.tab | 3 + .../quest/wod_themepark_ns_whole_truth_02.tab | 3 + .../quest/wod_themepark_sm_fishing.tab | 3 + .../quest/wod_themepark_sm_hunting.tab | 3 + .../quest/wod_themepark_sm_kill_clan.tab | 3 + .../wod_themepark_sm_kill_spiderclan.tab | 3 + .../quest/wod_themepark_sm_rancor_tamer.tab | 3 + .../quest/wod_themepark_sm_recon.tab | 3 + .../quest/wod_themepark_sm_whole_truth_01.tab | 3 + .../quest/wod_themepark_sm_whole_truth_02.tab | 3 + .../questtask/quest/wod_kyrisa_boss_fight.tab | 8 + .../quest/wod_kyrisa_boss_fight_ns.tab | 8 + .../questtask/quest/wod_left_behind.tab | 7 + .../questtask/quest/wod_ns_ghost_reward.tab | 4 + .../quest/wod_ns_repair_alter_01.tab | 6 + .../quest/wod_ns_repair_alter_02.tab | 6 + .../quest/wod_ns_repair_alter_03.tab | 6 + .../quest/wod_ns_repair_alter_04.tab | 6 + .../questtask/quest/wod_outcast_1.tab | 11 + .../questtask/quest/wod_outcast_2.tab | 11 + .../questtask/quest/wod_outcast_3.tab | 11 + .../questtask/quest/wod_outcast_4.tab | 11 + .../questtask/quest/wod_outcast_5.tab | 11 + .../questtask/quest/wod_outcast_6.tab | 11 + .../questtask/quest/wod_outcast_7.tab | 11 + .../quest/wod_prologue_herb_gathering.tab | 17 + .../quest/wod_prologue_kill_rancor.tab | 10 + .../quest/wod_prologue_kill_spider_clan.tab | 10 + .../quest/wod_prologue_walkabout_01.tab | 13 + .../quest/wod_prologue_walkabout_02.tab | 14 + .../quest/wod_queen_mother_boss_fight.tab | 8 + .../quest/wod_queen_mother_boss_fight_ns.tab | 8 + .../questtask/quest/wod_rubina_chest.tab | 6 + .../questtask/quest/wod_rubina_goto_ns.tab | 4 + .../questtask/quest/wod_rubina_goto_sm.tab | 4 + .../questtask/quest/wod_sister1.tab | 9 + .../questtask/quest/wod_sister2.tab | 12 + .../questtask/quest/wod_sister3.tab | 8 + .../questtask/quest/wod_sm_ghost_reward.tab | 4 + .../quest/wod_sm_repair_alter_01.tab | 6 + .../quest/wod_sm_repair_alter_02.tab | 6 + .../quest/wod_sm_repair_alter_03.tab | 6 + .../quest/wod_sm_repair_alter_04.tab | 6 + .../questtask/quest/wod_themepark_ehs_1.tab | 9 + .../wod_themepark_first_sister_boss_fight.tab | 7 + .../quest/wod_themepark_herb_gathering.tab | 14 + .../wod_themepark_herb_gathering_fail.tab | 4 + .../quest/wod_themepark_lost_e01.tab | 10 + .../quest/wod_themepark_lost_e02.tab | 9 + .../quest/wod_themepark_ns_ehs_1.tab | 9 + .../quest/wod_themepark_ns_fishing.tab | 5 + .../quest/wod_themepark_ns_herb_gathering.tab | 14 + .../quest/wod_themepark_ns_hunting.tab | 5 + .../quest/wod_themepark_ns_kill_clan.tab | 5 + .../wod_themepark_ns_kill_spiderclan.tab | 5 + .../quest/wod_themepark_ns_lost_e01.tab | 10 + .../quest/wod_themepark_ns_lost_e02.tab | 9 + .../quest/wod_themepark_ns_rancor_tamer.tab | 7 + .../quest/wod_themepark_ns_recon.tab | 6 + .../quest/wod_themepark_ns_whole_truth_01.tab | 6 + .../quest/wod_themepark_ns_whole_truth_02.tab | 6 + .../quest/wod_themepark_sm_fishing.tab | 5 + .../quest/wod_themepark_sm_hunting.tab | 5 + .../quest/wod_themepark_sm_kill_clan.tab | 5 + .../wod_themepark_sm_kill_spiderclan.tab | 5 + .../quest/wod_themepark_sm_rancor_tamer.tab | 7 + .../quest/wod_themepark_sm_recon.tab | 6 + .../quest/wod_themepark_sm_whole_truth_01.tab | 6 + .../quest/wod_themepark_sm_whole_truth_02.tab | 6 + .../shared_spiderclan_breeding_cave.tpf | 13 +- .../building/general/shared_rancor_cave_2.tpf | 11 +- .../general/shared_wod_kwi_temple.tpf | 15 +- .../player/shared_player_house_wod_ns_hut.tpf | 20 +- .../player/shared_player_house_wod_sm_hut.tpf | 20 +- .../shared_clothing_boots_nightsister_01.tpf | 37 + .../shared_clothing_boots_singing_mtn_01.tpf | 37 + .../shared_clothing_dress_nightsister_01.tpf | 48 + .../shared_clothing_hat_nightsister_s01.tpf | 48 + .../shared_clothing_hat_nightsister_s03.tpf | 48 + .../shared_clothing_hat_singing_mtn_01.tpf | 36 + .../shared_clothing_hat_singing_mtn_02.tpf | 36 + ...hared_clothing_hat_singing_mtn_mask_01.tpf | 36 + .../shared_clothing_pants_nightsister_01.tpf | 48 + .../shared_clothing_pants_nightsister_02.tpf | 48 + .../shared_clothing_shirt_nightsister_01.tpf | 48 + .../shared_clothing_shirt_nightsister_02.tpf | 48 + .../shared_clothing_shirt_nightsister_03.tpf | 48 + .../shared_clothing_shirt_singing_mtn_01.tpf | 48 + .../shared_clothing_shirt_singing_mtn_02.tpf | 48 + .../shared_clothing_shirt_singing_mtn_03.tpf | 48 + .../shared_clothing_skirt_singing_mtn_01.tpf | 48 + .../shared_clothing_skirt_singing_mtn_02.tpf | 48 + .../shared_clothing_skirt_singing_mtn_03.tpf | 48 + .../shared_cyborg_crafting_interface.tpf | 37 + .../city/shared_wod_floating_stones_city.tpf | 34 + .../furniture/city/shared_wod_ns_gate.tpf | 35 + .../furniture/city/shared_wod_ns_wall.tpf | 33 + .../furniture/city/shared_wod_sm_wall.tpf | 33 + .../furniture/city/shared_wod_tower.tpf | 33 + .../furniture/city/shared_wod_trilithon.tpf | 36 + .../shared_wod_ns_potted_plant_schem_01.tpf | 34 + .../shared_wod_ns_potted_plant_schem_02.tpf | 34 + .../shared_wod_ns_potted_plant_schem_03.tpf | 34 + .../shared_wod_ns_potted_plant_schem_04.tpf | 34 + .../shared_wod_ns_potted_plant_schem_05.tpf | 34 + .../shared_wod_ns_potted_plant_schem_06.tpf | 34 + .../shared_wod_ns_potted_plant_schem_07.tpf | 34 + .../shared_wod_ns_potted_plant_schem_08.tpf | 34 + .../shared_wod_ns_potted_plant_schem_09.tpf | 34 + .../shared_wod_potted_plant_schem_01.tpf | 34 + .../shared_wod_potted_plant_schem_02.tpf | 34 + .../shared_wod_potted_plant_schem_03.tpf | 34 + .../shared_wod_potted_plant_schem_04.tpf | 34 + .../shared_wod_potted_plant_schem_05.tpf | 34 + .../shared_wod_potted_plant_schem_06.tpf | 34 + .../shared_wod_potted_plant_schem_07.tpf | 34 + .../shared_wod_potted_plant_schem_08.tpf | 34 + .../shared_wod_potted_plant_schem_09.tpf | 34 + .../furniture/shared_wod_pro_tree_01.tpf | 28 + .../furniture/shared_wod_pro_tree_02.tpf | 28 + .../furniture/shared_wod_pro_tree_03.tpf | 28 + .../furniture/shared_wod_pro_tree_04.tpf | 28 + .../furniture/shared_wod_pro_tree_05.tpf | 28 + .../furniture/shared_wod_pro_tree_06.tpf | 28 + .../furniture/shared_wod_pro_tree_07.tpf | 28 + .../furniture/shared_wod_pro_tree_08.tpf | 28 + .../furniture/shared_wod_pro_tree_09.tpf | 28 + .../furniture/shared_wod_pro_tree_10.tpf | 28 + .../furniture/shared_wod_pro_tree_11.tpf | 28 + .../furniture/shared_wod_pro_tree_12.tpf | 28 + .../shared_wod_sm_potted_plant_schem_01.tpf | 34 + .../shared_wod_sm_potted_plant_schem_02.tpf | 34 + .../shared_wod_sm_potted_plant_schem_03.tpf | 34 + .../shared_wod_sm_potted_plant_schem_04.tpf | 34 + .../shared_wod_sm_potted_plant_schem_05.tpf | 34 + .../shared_wod_sm_potted_plant_schem_06.tpf | 34 + .../shared_wod_sm_potted_plant_schem_07.tpf | 34 + .../shared_wod_sm_potted_plant_schem_08.tpf | 34 + .../shared_wod_sm_potted_plant_schem_09.tpf | 34 + .../furniture/shared_wod_witch_banner_s01.tpf | 33 + .../furniture/shared_wod_witch_banner_s02.tpf | 33 + .../furniture/shared_wod_witch_banner_s03.tpf | 33 + .../shared_wod_crafting_alter_1.tpf | 36 + .../shared_wod_crafting_alter_2.tpf | 37 + .../shared_wod_crafting_alter_3.tpf | 36 + .../shared_wod_crafting_alter_4.tpf | 37 + .../shared_wod_crafting_template.tpf | 38 + .../structure/shared_wod_ns_hut.tpf | 37 + .../structure/shared_wod_sm_hut.tpf | 37 + .../shared_weapon_appearance_wod_1h_scyth.tpf | 46 + .../shared_weapon_appearance_wod_2h_sword.tpf | 48 + .../shared_weapon_appearance_wod_polearm.tpf | 47 + .../shared_weapon_appearance_wod_war_fan.tpf | 48 + ...red_dressed_dathomir_sing_mt_clan_sage.tpf | 10 +- ...sed_dathomir_spider_nightsister_matron.tpf | 17 + ...d_dressed_wod_clan_mother_amaya_kymeri.tpf | 13 + .../shared_dressed_wod_ghost_clan_mother.tpf | 17 +- .../mobile/shared_dressed_wod_omogg_rep.tpf | 15 +- .../mobile/shared_dressed_wod_rubina.tpf | 14 + .../object/mobile/shared_wod_outcast_1.tpf | 17 + .../object/mobile/shared_wod_outcast_2.tpf | 17 + .../object/mobile/shared_wod_outcast_3.tpf | 17 + .../object/mobile/shared_wod_outcast_4.tpf | 17 + .../object/mobile/shared_wod_outcast_5.tpf | 17 + .../object/mobile/shared_wod_outcast_6.tpf | 17 + .../object/mobile/shared_wod_outcast_7.tpf | 17 + .../mobile/shared_wod_sm_rancor_handler.tpf | 17 +- .../dathomir/shared_mtn_clan_pillar_s01.tpf | 2 +- .../content/shared_wod_crafting_alter_1.tpf | 10 +- .../content/shared_wod_crafting_alter_2.tpf | 10 +- .../content/shared_wod_crafting_alter_3.tpf | 10 +- .../content/shared_wod_crafting_alter_4.tpf | 10 +- .../content/shared_wod_first_sister_altar.tpf | 10 +- .../shared_wod_logic_unit_componenet.tpf | 12 +- .../shared_wod_second_sister_fire_1.tpf | 11 +- .../shared_wod_second_sister_fire_2.tpf | 11 +- .../shared_wod_second_sister_fire_3.tpf | 11 +- .../shared_wod_second_sister_fire_4.tpf | 11 +- .../tangible/content/shared_wod_stim_01.tpf | 11 +- .../tangible/content/shared_wod_stim_02.tpf | 11 +- .../tangible/content/shared_wod_stim_03.tpf | 11 +- .../tangible/content/shared_wod_stim_04.tpf | 11 +- .../tangible/content/shared_wod_token_1.tpf | 10 +- .../tangible/content/shared_wod_token_2.tpf | 10 +- .../tangible/content/shared_wod_token_3.tpf | 10 +- .../tangible/content/shared_wod_token_4.tpf | 10 +- .../tangible/content/shared_wod_token_5.tpf | 10 +- .../shared_wod_ns_hut_deed.tpf | 10 +- .../shared_wod_sm_hut_deed.tpf | 10 +- .../decorative/shared_wod_floating_stones.tpf | 18 +- .../decorative/shared_wod_ns_gate.tpf | 18 +- .../shared_wod_ns_potted_plant_01.tpf | 17 +- .../shared_wod_ns_potted_plant_02.tpf | 17 +- .../shared_wod_ns_potted_plant_03.tpf | 17 +- .../shared_wod_ns_potted_plant_04.tpf | 17 +- .../shared_wod_ns_potted_plant_05.tpf | 17 +- .../shared_wod_ns_potted_plant_06.tpf | 17 +- .../shared_wod_ns_potted_plant_07.tpf | 17 +- .../shared_wod_ns_potted_plant_08.tpf | 17 +- .../shared_wod_ns_potted_plant_09.tpf | 17 +- .../decorative/shared_wod_ns_wall.tpf | 19 +- .../decorative/shared_wod_potted_plant_01.tpf | 18 +- .../decorative/shared_wod_potted_plant_02.tpf | 18 +- .../decorative/shared_wod_potted_plant_03.tpf | 18 +- .../decorative/shared_wod_potted_plant_04.tpf | 18 +- .../decorative/shared_wod_potted_plant_05.tpf | 18 +- .../decorative/shared_wod_potted_plant_06.tpf | 18 +- .../decorative/shared_wod_potted_plant_07.tpf | 18 +- .../decorative/shared_wod_potted_plant_08.tpf | 18 +- .../decorative/shared_wod_potted_plant_09.tpf | 18 +- .../decorative/shared_wod_sm_potted_plant.tpf | 13 +- .../shared_wod_sm_potted_plant_01.tpf | 17 +- .../shared_wod_sm_potted_plant_02.tpf | 17 +- .../shared_wod_sm_potted_plant_03.tpf | 17 +- .../shared_wod_sm_potted_plant_04.tpf | 17 +- .../shared_wod_sm_potted_plant_05.tpf | 17 +- .../shared_wod_sm_potted_plant_06.tpf | 17 +- .../shared_wod_sm_potted_plant_07.tpf | 17 +- .../shared_wod_sm_potted_plant_08.tpf | 17 +- .../shared_wod_sm_potted_plant_09.tpf | 17 +- .../decorative/shared_wod_sm_wall.tpf | 19 +- .../furniture/decorative/shared_wod_tower.tpf | 17 +- .../decorative/shared_wod_trilithon.tpf | 18 +- .../wod_themepark/shared_data_cache.tpf | 13 +- .../shared_wod_pro_painting_ns_01.tpf | 11 + .../shared_wod_pro_painting_ns_02.tpf | 11 + .../shared_wod_pro_painting_outcast.tpf | 11 + .../shared_wod_pro_painting_scene_01.tpf | 11 + .../shared_wod_pro_painting_scene_02.tpf | 11 + .../shared_wod_pro_painting_scene_03.tpf | 11 + .../shared_wod_pro_painting_scene_04.tpf | 11 + .../shared_wod_pro_painting_sm_01.tpf | 11 + .../shared_wod_pro_painting_sm_02.tpf | 11 + .../wod_themepark/shared_wod_pro_seed_jar.tpf | 10 + .../shared_wod_pro_seed_jar_ns.tpf | 11 + .../shared_wod_pro_seed_jar_sm.tpf | 11 + .../shared_wod_pro_toy_gaping_spider.tpf | 9 + .../shared_wod_pro_toy_malkloc.tpf | 9 + .../shared_wod_pro_toy_rancor.tpf | 9 + .../shared_wod_pro_toy_reptilian_flyer.tpf | 9 + .../shared_wod_pro_toy_shear_mite.tpf | 9 + .../wod_themepark/shared_wod_pro_tree_01.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_02.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_03.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_04.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_05.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_06.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_07.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_08.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_09.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_10.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_11.tpf | 16 + .../wod_themepark/shared_wod_pro_tree_12.tpf | 16 + .../shared_wod_themepark_herb_01.tpf | 16 +- .../shared_wod_themepark_herb_02.tpf | 16 +- .../shared_wod_themepark_herb_03.tpf | 12 +- .../shared_wod_themepark_herb_04.tpf | 15 +- .../shared_wod_themepark_herb_05.tpf | 15 +- .../shared_wod_trampled_plant.tpf | 14 +- ...shared_skillmod_wod_sm_banner_s01_sign.tpf | 7 +- ...shared_skillmod_wod_sm_banner_s02_sign.tpf | 7 +- ...shared_skillmod_wod_sm_banner_s03_sign.tpf | 7 +- .../shared_skillmod_wod_sm_hanging_sign.tpf | 6 +- .../shared_skillmod_wod_sm_standing_sign.tpf | 6 +- .../quest/wod/shared_wod_rancor_cage.tpf | 11 + .../quest/wod/shared_wod_spider_eggs.tpf | 11 + .../shared_wod_themepark_herb_spawner.tpf | 7 - .../wod/shared_basket_rubina_ns.tpf | 9 + .../wod/shared_basket_rubina_sm.tpf | 9 + .../wod/shared_wod_crafting_alter.tpf | 12 +- .../wod/shared_wod_crafting_alter_key.tpf | 14 +- .../wod/shared_wod_crafting_alter_key_1.tpf | 14 +- .../wod/shared_wod_crafting_alter_key_2.tpf | 14 +- .../wod/shared_wod_crafting_alter_key_3.tpf | 14 +- .../wod/shared_wod_crafting_alter_key_4.tpf | 14 +- .../wod/shared_wod_crafting_template.tpf | 10 +- .../theme_park/wod/shared_wod_egg.tpf | 11 +- .../theme_park/wod/shared_wod_egg_stomped.tpf | 11 +- .../wod/shared_wod_rubina_chest.tpf | 12 +- .../wod/shared_wod_witch_banner_s01.tpf | 12 +- .../wod/shared_wod_witch_banner_s02.tpf | 12 +- .../wod/shared_wod_witch_banner_s03.tpf | 12 +- .../shared_wod_nightsister_boots_s01.tpf | 12 +- ...shared_wod_singing_mountain_clan_boots.tpf | 12 + .../shared_bracelet_wod_crafting_l.tpf | 10 +- .../shared_wod_nightsister_dress_s01.tpf | 24 +- .../hat/shared_wod_nightsister_hat_s01.tpf | 28 + .../hat/shared_wod_nightsister_hat_s03.tpf | 28 + ...ared_wod_singing_mountain_clan_hat_s01.tpf | 28 + ...ared_wod_singing_mountain_clan_hat_s02.tpf | 28 + ...red_wod_singing_mountain_clan_mask_s01.tpf | 28 + .../shared_wod_nightsister_pants_s01.tpf | 12 +- .../shared_wod_nightsister_pants_s02.tpf | 12 +- .../shared_wod_nightsister_shirt_s01.tpf | 12 +- .../shared_wod_nightsister_shirt_s02.tpf | 12 +- .../shared_wod_nightsister_shirt_s03.tpf | 12 +- ...ed_wod_singing_mountain_clan_shirt_s01.tpf | 12 + ...ed_wod_singing_mountain_clan_shirt_s02.tpf | 12 + ...ed_wod_singing_mountain_clan_shirt_s03.tpf | 12 + ...ed_wod_singing_mountain_clan_skirt_s01.tpf | 28 + ...ed_wod_singing_mountain_clan_skirt_s02.tpf | 28 + ...ed_wod_singing_mountain_clan_skirt_s03.tpf | 28 + .../melee/2h_sword/shared_2h_sword_wod.tpf | 13 + .../polearm/shared_lance_wod_twin_blade.tpf | 6 +- .../melee/special/shared_wod_war_fan.tpf | 6 +- .../melee/sword/shared_sword_wod_scyth.tpf | 6 +- 679 files changed, 46425 insertions(+), 1514 deletions(-) create mode 100644 sku.0/sys.server/compiled/game/datatables/item/vendor/wod_ns_vendor.tab create mode 100644 sku.0/sys.server/compiled/game/datatables/item/vendor/wod_sm_vendor.tab create mode 100644 sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_central_dath_cave.tab create mode 100644 sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_herbs.tab create mode 100644 sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_rancor_cave.tab create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_boots_nightsister_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_boots_singing_mtn_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_dress_nightsister_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_nightsister_s01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_nightsister_s03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_mask_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_pants_nightsister_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_pants_nightsister_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/droid/cyborg_crafting_interface.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_floating_stones_city.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_ns_gate.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_ns_wall.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_sm_wall.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_tower.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_trilithon.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_04.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_05.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_06.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_07.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_08.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_09.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_04.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_05.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_06.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_07.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_08.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_09.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_04.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_05.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_06.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_07.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_08.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_09.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_10.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_11.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_12.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_04.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_05.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_06.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_07.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_08.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_09.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_1.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_2.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_3.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_4.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_template.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/structure/wod_ns_hut.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/structure/wod_sm_hut.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_1h_scyth.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_2h_sword.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_polearm.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_war_fan.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/dressed_dathomir_spider_nightsister_matron.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/dressed_wod_clan_mother_amaya_kymeri.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/dressed_wod_rubina.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/wod_outcast_1.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/wod_outcast_2.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/wod_outcast_3.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/wod_outcast_4.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/wod_outcast_5.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/wod_outcast_6.tpf create mode 100644 sku.0/sys.server/compiled/game/object/mobile/wod_outcast_7.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/content/wod_logic_unit_component.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_ns_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_ns_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_outcast.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_04.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_sm_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_sm_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_gaping_spider.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_malkloc.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_rancor.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_reptilian_flyer.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_shear_mite.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_04.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_05.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_06.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_07.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_08.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_09.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_10.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_11.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_12.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/quest/wod/wod_rancor_cage.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/quest/wod/wod_spider_eggs.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/basket_rubina_ns.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/basket_rubina_sm.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/themepark_basket_ns.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/themepark_basket_sm.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/boots/wod_singing_mountain_clan_boots.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_nightsister_hat_s01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_nightsister_hat_s03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_mask_s01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/weapon/melee/2h_sword/2h_sword_wod.tpf create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_azzenaj.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_first_sister.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_gethzerion.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_ghost_witch.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_klee.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_leandra.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_ns_guide.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_mistress.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_tamer_diax.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_ns_sage.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_ns_vendor.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_food.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_herbs.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_omogg_rep.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_outcast1.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_outcast2.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_outcast3.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_outcast4.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_outcast5.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_outcast6.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_outcast7.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_queen_mother.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_rescue_initiate.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_rubina.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_second_sister.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_sm_guide.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_handler_izaryx.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_tamer_zideera.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_sm_sage.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_sm_vendor.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_food.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_herbs.java create mode 100644 sku.0/sys.server/compiled/game/script/conversation/wod_third_sister.java create mode 100644 sku.0/sys.server/compiled/game/script/quest/util/on_use_send_signal.java create mode 100644 sku.0/sys.server/compiled/game/script/systems/crafting/item/specific_item/crafting_altar_repair.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/crafting_altar_item.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/crafting_altars.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/entertainer_rancor.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/entertainer_rancor_area_trigger.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/first_sister_altar.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/herb_quest_object.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/herb_spawning.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_nsm.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/random_wod_token.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/rubina_basket_ns.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/rubina_basket_sm.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/second_sister_altar.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/wod_mutant_rancor_combat.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/wod_razorangler_dna.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spider_queen_death.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spiderconsort_dna.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spiderqueen_dna.java create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_kyrisa_boss_fight.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_kyrisa_boss_fight_ns.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_left_behind.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_ghost_reward.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_03.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_04.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_1.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_2.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_3.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_4.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_5.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_6.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_7.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_herb_gathering.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_kill_rancor.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_kill_spider_clan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_walkabout_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_walkabout_02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_queen_mother_boss_fight.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_queen_mother_boss_fight_ns.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_chest.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_goto_ns.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_goto_sm.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister1.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister2.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister3.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_ghost_reward.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_03.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_04.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ehs_1.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_first_sister_boss_fight.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_herb_gathering.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_herb_gathering_fail.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_lost_e01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_lost_e02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_ehs_1.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_fishing.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_herb_gathering.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_hunting.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_kill_clan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_kill_spiderclan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_lost_e01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_lost_e02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_rancor_tamer.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_recon.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_whole_truth_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_whole_truth_02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_fishing.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_hunting.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_kill_clan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_kill_spiderclan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_rancor_tamer.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_recon.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_whole_truth_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_whole_truth_02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_kyrisa_boss_fight.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_kyrisa_boss_fight_ns.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_left_behind.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_ghost_reward.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_03.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_04.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_1.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_2.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_3.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_4.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_5.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_6.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_7.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_herb_gathering.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_kill_rancor.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_kill_spider_clan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_walkabout_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_walkabout_02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_queen_mother_boss_fight.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_queen_mother_boss_fight_ns.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_chest.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_goto_ns.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_goto_sm.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister1.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister2.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister3.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_ghost_reward.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_03.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_04.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ehs_1.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_first_sister_boss_fight.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_herb_gathering.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_herb_gathering_fail.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_lost_e01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_lost_e02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_ehs_1.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_fishing.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_herb_gathering.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_hunting.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_kill_clan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_kill_spiderclan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_lost_e01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_lost_e02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_rancor_tamer.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_recon.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_whole_truth_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_whole_truth_02.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_fishing.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_hunting.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_kill_clan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_kill_spiderclan.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_rancor_tamer.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_recon.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_whole_truth_01.tab create mode 100644 sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_whole_truth_02.tab create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_boots_nightsister_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_boots_singing_mtn_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_dress_nightsister_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_nightsister_s01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_nightsister_s03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_mask_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_pants_nightsister_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_pants_nightsister_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/droid/shared_cyborg_crafting_interface.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_floating_stones_city.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_ns_gate.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_ns_wall.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_sm_wall.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_tower.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_trilithon.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_04.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_05.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_06.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_07.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_08.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_09.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_04.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_05.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_06.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_07.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_08.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_09.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_04.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_05.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_06.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_07.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_08.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_09.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_10.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_11.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_12.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_04.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_05.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_06.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_07.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_08.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_09.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_1.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_2.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_3.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_4.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_template.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/structure/shared_wod_ns_hut.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/structure/shared_wod_sm_hut.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_1h_scyth.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_2h_sword.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_polearm.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_war_fan.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_dathomir_spider_nightsister_matron.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_clan_mother_amaya_kymeri.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_rubina.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_1.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_2.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_3.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_4.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_5.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_6.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_7.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_outcast.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_04.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_ns.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_sm.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_gaping_spider.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_malkloc.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_rancor.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_reptilian_flyer.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_shear_mite.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_04.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_05.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_06.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_07.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_08.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/quest/wod/shared_wod_rancor_cage.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/quest/wod/shared_wod_spider_eggs.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_basket_rubina_ns.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_basket_rubina_sm.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/boots/shared_wod_singing_mountain_clan_boots.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_nightsister_hat_s01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_nightsister_hat_s03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_mask_s01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s01.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s02.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s03.tpf create mode 100644 sku.0/sys.shared/compiled/game/object/weapon/melee/2h_sword/shared_2h_sword_wod.tpf diff --git a/sku.0/sys.server/compiled/game/datatables/ai/ai_combat_profiles.tab b/sku.0/sys.server/compiled/game/datatables/ai/ai_combat_profiles.tab index c83be123bd..9e3bbe1fe2 100755 --- a/sku.0/sys.server/compiled/game/datatables/ai/ai_combat_profiles.tab +++ b/sku.0/sys.server/compiled/game/datatables/ai/ai_combat_profiles.tab @@ -364,3 +364,4 @@ nyms_themepark_lapaz_boss sp_dm_8 16 100 sp_dot_1 4 100 sp_cc_dot 13 100 sp_ nyms_themepark_barnet_boss ig88_droideka_shield 6 100 bh_dread_strike_5 12 100 bh_dm_cc_2 12 100 of_del_ae_dm_3 12 100 bh_ae_dm_1 12 100 nyms_themepark_foreman_boss sm_dm_dot_1 8 100 me_dm_dot_1 10 100 me_dm_8 12 100 bm_kick_5 12 100 nyms_themepark_controller_boss bm_bolster_armor_5 8 100 bm_flank_3 10 100 bm_siphon_3 12 100 bm_slash_1 12 100 +wod_mutant_rancor_boss WoD - Mutant Rancor Boss bm_dampen_pain_5 2 100 once bm_stomp_5 4 100 bm_shaken_3 6 100 once bm_shaken_3 9 100 death_troopers_death_wing_afflict 12 100 diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_3_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_3_ws.tab index ebb646db07..752139d8f9 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_3_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_3_ws.tab @@ -57,3 +57,6 @@ i i h i f f f f f f f s p 9725895 0 object/building/endor/endor_forest_hut.iff 0 1098.16 7.98472 1321.97 0.917121 0 0.398609 0 $| 9725900 0 object/static/structure/general/skeleton_human_headandbody.iff 0 1097.48 10.5024 1321.38 0.698321 0.709467 0.0235494 -0.0919188 $| 9815401 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1920.622559 25.87797928 2006.863281 1 0 0 0 $| +-1205371134 0 object/tangible/ground_spawning/area_spawner.iff 0 1194.8184 6.4255624 1367.6431 0.81834 0 0.5747344 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|150.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|10|intSpawnSystem|0|1|registerWithController|0|1|strName|4|wod_malkloc_spawner|strSpawnerType|4|area|strSpawns|4|malkloc|$| +-1205371135 0 object/tangible/ground_spawning/area_spawner.iff 0 1302.6572 135.62029 1158.137 0.8380596 0 -0.5455789 0 systems.spawning.spawner_area fltMaxSpawnTime|2|300.000000|fltMinSpawnTime|2|120.000000|fltRadius|2|50.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|5|intSpawnSystem|0|1|registerWithController|0|1|strName|4|wod_reanimated_slave|strSpawnerType|4|area|strSpawns|4|wod_reanimated_slave|$| +-1205371136 0 object/tangible/ground_spawning/area_spawner.iff 0 1304.6572 135.62029 1160.137 0.8380596 0 -0.5455789 0 systems.spawning.spawner_area fltMaxSpawnTime|2|300.000000|fltMinSpawnTime|2|120.000000|fltRadius|2|50.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|5|intSpawnSystem|0|1|registerWithController|0|1|strName|4|wod_reanimated_witch|strSpawnerType|4|area|strSpawns|4|wod_reanimated_witch|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_4_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_4_ws.tab index 798858d305..0f9bc20c90 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_4_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_4_ws.tab @@ -90,3 +90,4 @@ i i h i f f f f f f f s p 9725921 0 object/static/structure/dantooine/dant_fire_pit.iff 0 1962.37 24.9641 1195.55 0.731689 0 -0.681638 0 $| 1105977 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1977.970703 24.22852707 1201.140381 1 0 0 0 $| 1105978 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1955.561523 25.08749771 1187.370117 1 0 0 0 $| +5655363 0 object/tangible/poi/base/poi_base_nosnap.iff 0 1990.1904 121.0 1951.777 0.9358382 0 0.35242987 0 theme_park.wod.entertainer_rancor_area_trigger wod.areaName|4|nsRancorFinished|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_6.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_6.tab index a04f7a7f5a..043680fed0 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_6.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_2_6.tab @@ -1,3 +1,3 @@ -server_template_crc cell_index px py pz qw qx qy qz scripts objvars -h i f f f f f f f s p -object/building/kashyyyk/thm_kash_rodian_bannerpole_s01.iff 0 0 195 0 0 0 0 0 +objid container server_template_crc cell_index px py pz qw qx qy qz scripts objvars +i i h i f f f f f f f s p +-1995511227 0 object/tangible/ground_spawning/area_spawner.iff 0 598.0991 -1.093196 1931.697 -0.18884143 0 0.9820055 0 systems.spawning.spawner_area fltMaxSpawnTime|2|60.000000|fltMinSpawnTime|2|20.000000|fltRadius|2|150.000000|intDefaultBehavior|0|0|intGoodLocationSpawner|0|0|intSpawnCount|0|7|intSpawnSystem|0|1|registerWithController|0|1|strName|4|mutant_rancor|strSpawnerType|4|area|strSpawns|4|mutant_rancor|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_4_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_4_ws.tab index c89e4db019..a1bbfaf89a 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_4_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_4_ws.tab @@ -36,6 +36,7 @@ i i h i f f f f f f f s p 189377 189372 object/cell/cell.iff 5 0 0 0 1 0 0 0 $| 189378 189372 object/cell/cell.iff 6 0 0 0 1 0 0 0 $| 189379 189372 object/cell/cell.iff 7 0 0 0 1 0 0 0 $| +-2 189379 object/tangible/ground_spawning/area_spawner.iff 7 -0.5383351 0.7598818 -51.91169 0.99963 0 -0.02737 0 systems.spawning.spawner_area fltMaxSpawnTime|2|2.000000|fltMinSpawnTime|2|1.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|wod_ns_vendor|strSpawnerType|4|area|strSpawns|4|wod_ns_vendor|$| 189380 189372 object/cell/cell.iff 8 0 0 0 1 0 0 0 $| 189381 189372 object/cell/cell.iff 9 0 0 0 1 0 0 0 $| 189382 189372 object/cell/cell.iff 10 0 0 0 1 0 0 0 $| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_6.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_6.tab index a04f7a7f5a..6d0c6274cd 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_6.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_6.tab @@ -1,3 +1,5 @@ -server_template_crc cell_index px py pz qw qx qy qz scripts objvars -h i f f f f f f f s p -object/building/kashyyyk/thm_kash_rodian_bannerpole_s01.iff 0 0 195 0 0 0 0 0 +objid container server_template_crc cell_index px py pz qw qx qy qz scripts objvars +i i h i f f f f f f f s p +-1599525695 0 object/tangible/ground_spawning/random_spawner.iff 0 920.8489 21.759626 1135.813 0.99836236 0 -0.057169475 0 systems.spawning.spawn_tangible spawn.object|4|object/tangible/theme_park/wod/basket_rubina_sm.iff|$| +-1599525696 0 object/tangible/ground_spawning/random_spawner.iff 0 917.1272 21.954918 1135.8625 0.9993231 0 -0.036728695 0 systems.spawning.spawn_tangible spawn.object|4|object/tangible/theme_park/wod/basket_rubina_ns.iff|$| +-1599525697 0 object/tangible/ground_spawning/random_spawner.iff 0 912.1272 21.954918 1130.8625 0.9993231 0 -0.036728695 0 systems.spawning.spawner_random_proxy fltMaxSpawnTime|0|10|fltMinSpawnTime|0|5|intSpawnCount|0|120|registerWithController|0|1|strName|4|randomHerbSpawner|strSpawnTable|4|datatables/spawning/theme_park/wod_herbs.iff|strSpawnType|4|random|strSpawns|4|object/tangible/spawning/event/wod_themepark_herb_spawner.iff|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_6_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_6_ws.tab index 2af524ad70..de24385db1 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_6_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_3_6_ws.tab @@ -14,6 +14,5 @@ i i h i f f f f f f f s p 9725713 0 object/static/item/item_bowl_shallow.iff 0 910.703 16.2644 1108.08 1 0 0 0 $| 9725721 0 object/static/structure/general/campfire_burnt.iff 0 910.675 16.5883 1108.05 1 0 0 0 $| 9725726 0 object/static/structure/general/streetlamp_small_red_style_01.iff 0 910.752 16.3813 1108.15 1 0 0 0 $| -1105989 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 918.57373 21.82620049 1136.126221 1 0 0 0 $| -1105990 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 910.498779 22.92370224 1137.802734 1 0 0 0 $| -1 0 object/tangible/poi/tatooine/explore_dathomir_sarlaac.iff 0 2008 19 1103 1 0 0 0 $| +-9725726 0 object/tangible/ground_spawning/area_spawner.iff 0 919.5 21 1136 1 0 1 0 systems.spawning.spawner_area fltMaxSpawnTime|2|1.000000|fltMinSpawnTime|2|0.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|wod_rubina|strSpawnerType|4|area|strSpawns|4|wod_rubina|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_5_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_5_ws.tab index 8cd585cd8e..7f1870bf38 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_5_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_5_ws.tab @@ -22,3 +22,33 @@ i i h i f f f f f f f s p -1 0 object/tangible/npc/storyline_npc/rebel_commander_spawner.iff 0 1999 142 86 1 0 0 0 $| -2 0 object/tangible/npc/rebel_recruiter_spawner.iff 0 1995.84 142 88.46 1 0 0 0 $| -3 0 object/tangible/ground_spawning/area_spawner.iff 0 2000 142 86 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|1.000000|fltMinSpawnTime|2|0.000000|fltRadius|2|3.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|3|intSpawnSystem|0|1|registerWithController|0|1|strName|4|rebel_trooper|strSpawnerType|4|area|strSpawns|4|rebel_trooper|$| +9725637 0 object/building/dathomir/spiderclan_breeding_cave.iff 0 1865.082 122.218 285.936 0.99357206 0 -0.11320315 0 theme_park.dungeon.generic_spawner spawn_table|4|datatables/spawning/theme_park/wod_central_dath_cave.iff|$| +9725638 9725637 object/cell/cell.iff 1 0 0 0 1 1.401298E-45 0 0 $| +9725639 9725637 object/cell/cell.iff 2 0 0 0 1 2.802597E-45 0 0 $| +9725640 9725637 object/cell/cell.iff 3 0 0 0 1 4.203895E-45 0 0 $| +9725641 9725637 object/cell/cell.iff 4 0 0 0 1 5.605194E-45 0 0 $| +9725642 9725637 object/cell/cell.iff 5 0 0 0 1 7.006492E-45 0 0 $| +9725643 9725637 object/cell/cell.iff 6 0 0 0 1 8.407791E-45 0 0 $| +9725644 9725637 object/cell/cell.iff 7 0 0 0 1 9.809089E-45 0 0 $| +9725654 9725637 object/cell/cell.iff 8 0 0 0 1 1.121039E-44 0 0 $| +9725655 9725637 object/cell/cell.iff 9 0 0 0 1 1.261169E-44 0 0 $| +9725656 9725637 object/cell/cell.iff 10 0 0 0 1 1.401298E-44 0 0 $| +9725657 9725637 object/cell/cell.iff 11 0 0 0 1 1.541428E-44 0 0 $| +9725659 9725637 object/cell/cell.iff 12 0 0 0 1 1.401298E-45 0 0 $| +9725660 9725637 object/cell/cell.iff 13 0 0 0 1 2.802597E-45 0 0 $| +9725661 9725637 object/cell/cell.iff 14 0 0 0 1 4.203895E-45 0 0 $| +9725667 9725637 object/cell/cell.iff 15 0 0 0 1 5.605194E-45 0 0 $| +9725673 9725637 object/cell/cell.iff 16 0 0 0 1 7.006492E-45 0 0 $| +9725685 9725637 object/cell/cell.iff 17 0 0 0 1 8.407791E-45 0 0 $| +9725686 9725637 object/cell/cell.iff 18 0 0 0 1 9.809089E-45 0 0 $| +9725688 9725637 object/cell/cell.iff 19 0 0 0 1 1.121039E-44 0 0 $| +9725689 9725637 object/cell/cell.iff 20 0 0 0 1 1.261169E-44 0 0 $| +9725695 9725637 object/cell/cell.iff 21 0 0 0 1 1.401298E-44 0 0 $| +9725697 9725637 object/cell/cell.iff 22 0 0 0 1 1.541428E-44 0 0 $| +9725698 9725637 object/cell/cell.iff 23 0 0 0 1 1.541428E-44 0 0 $| +9725700 9725637 object/cell/cell.iff 24 0 0 0 1 1.401298E-45 0 0 $| +9725701 9725637 object/cell/cell.iff 25 0 0 0 1 2.802597E-45 0 0 $| +9725702 9725637 object/cell/cell.iff 26 0 0 0 1 4.203895E-45 0 0 $| +9725703 9725637 object/cell/cell.iff 27 0 0 0 1 5.605194E-45 0 0 $| +9725704 9725637 object/cell/cell.iff 28 0 0 0 1 7.006492E-45 0 0 $| +9725708 9725637 object/cell/cell.iff 29 0 0 0 1 8.407791E-45 0 0 $| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7.tab index 4917a11712..e7a56c02b1 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7.tab @@ -2,3 +2,5 @@ objid container server_template_crc cell_index px py pz qw qx qy qz scripts objv i i h i f f f f f f f s p -43930000 0 object/tangible/buildout/buildout_placeholder_ring.iff 0 0 -195 0 1 0 0 0 $| -868970803 0 object/tangible/collection/plant_11.iff 0 1222.17 121 93.3105 1 0 0 0 systems.collections.consume_click collection.slotName|4|col_plant_01:plant_11|$| +-9725730 0 object/tangible/ground_spawning/area_spawner.iff 0 161.36182 124.20331 1627.0 0.75169384 0 -0.6595092 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000|fltMinSpawnTime|2|30.00|fltRadius|2|75.00|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|10|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_protector|strSpawnerType|4|area|strSpawns|4|spider_nightsister_protector|$| +-9725731 0 object/tangible/ground_spawning/area_spawner.iff 0 161.36182 124.20331 1627.0 0.75169384 0 -0.6595092 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000|fltMinSpawnTime|2|30.00|fltRadius|2|75.00|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|10|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_crawler|strSpawnerType|4|area|strSpawns|4|spider_nightsister_crawler|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_8_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_8_ws.tab index 757c9597e2..54efc275c6 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_8_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_8_ws.tab @@ -40,6 +40,7 @@ i i h i f f f f f f f s p 4335660 3695708 object/tangible/poi/spawnegg/interior_spawnegg.iff 7 -5.388915062 -64.11216736 -233.666275 1 0 0 0 intRandomYaw|0|1|$| 4335661 3695708 object/tangible/poi/spawnegg/interior_spawnegg.iff 7 -22.167099 -65.1757431 -247.6678162 1 0 0 0 intRandomYaw|0|1|$| 4335662 3695708 object/tangible/poi/spawnegg/interior_spawnegg.iff 7 -15.55769634 -63.22511673 -260.6945496 1 0 0 0 intRandomYaw|0|1|$| +-1478528366 3695708 object/tangible/ground_spawning/area_spawner.iff 7 -19.8 -63.6 -258.3 0.83867 0 -0.54464 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|wodquestobjective|strSpawnerType|4|area|strSpawns|4|spider_nightsister_obfuscatrix|$| 3695709 3695701 object/cell/cell.iff 8 0 0 0 1 0 0 0 $| 5755450 3695709 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 822.315308 115.1014099 131.012695 1 0 0 0 $| 7655394 3695709 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 823.428833 106.6372147 74.351074 1 0 0 0 $| @@ -66,11 +67,11 @@ i i h i f f f f f f f s p 3695712 3695701 object/cell/cell.iff 11 0 0 0 1 0 0 0 $| 5165592 3695712 object/tangible/container/loot/placable_loot_crate_skeleton_human.iff 11 -93.0786 -100.81 -95.9347 0.162602 -0.0254984 0.985919 -0.0295518 $| 5165593 3695712 object/tangible/container/loot/placable_loot_crate_skeleton_human.iff 11 -83.847 -99.7924 -94.2346 -0.0507745 0 0 0.99871 $| -4335676 3695712 object/tangible/poi/spawnegg/interior_spawnegg.iff 11 -94 -101.6 -112.9 1 0 0 0 intRandomYaw|0|1|$| -4335677 3695712 object/tangible/poi/spawnegg/interior_spawnegg.iff 11 -83.1 -100 -102 1 0 0 0 intRandomYaw|0|1|$| -4335678 3695712 object/tangible/poi/spawnegg/interior_spawnegg.iff 11 -91.3 -101.6 -112.9 1 0 0 0 intRandomYaw|0|1|$| -4335679 3695712 object/tangible/poi/spawnegg/interior_spawnegg.iff 11 -91.3 -99.7 -89.8 1 0 0 0 intRandomYaw|0|1|$| -4335680 3695712 object/tangible/poi/spawnegg/interior_spawnegg.iff 11 -88 -101.6 -112.9 1 0 0 0 intRandomYaw|0|1|$| +-1478528367 3695712 object/tangible/ground_spawning/area_spawner.iff 11 -82.3 -99.7 -93.0 0.12187 0 -0.99255 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|wodquestrescueinitiate|strSpawnerType|4|area|strSpawns|4|wod_rescue_initiate|$| +-1478528368 3695712 object/tangible/ground_spawning/area_spawner.iff 11 -79.7 -99.4 -93.6 0.35837 0 -0.93358 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_protector|strSpawnerType|4|area|strSpawns|4|spider_nightsister_protector|$| +-1478528369 3695712 object/tangible/ground_spawning/area_spawner.iff 11 -84.4 -99.9 -93.0 0.32557 0 0.94552 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_protector|strSpawnerType|4|area|strSpawns|4|spider_nightsister_protector|$| +-1478528370 3695712 object/tangible/ground_spawning/area_spawner.iff 11 -81.5 -99.5 -89.8 0.0349 0 -0.99939 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_sentinel|strSpawnerType|4|area|strSpawns|4|spider_nightsister_sentinel|$| +-1478528371 3695712 object/tangible/ground_spawning/area_spawner.iff 11 -83.2 -99.8 -95.9 0.12187 0 -0.99255 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_sentinel|strSpawnerType|4|area|strSpawns|4|spider_nightsister_sentinel|$| 5755450 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 822.315308 115.1014099 131.012695 1 0 0 0 $| 7655394 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 823.428833 106.6372147 74.351074 1 0 0 0 $| 7655395 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 865.092773 122.098175 136.138672 1 0 0 0 $| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_5_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_5_ws.tab index b4283e19f6..eea3c5201a 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_5_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_5_ws.tab @@ -3,3 +3,15 @@ i i h i f f f f f f f s p 1177363 0 object/building/endor/endor_tiki_torch.iff 0 863.694 132.235 1096.14 1 0 0 0 $| 9725613 0 object/tangible/camp/campfire_logs_ash.iff 0 868.106 132.004 1096.13 0.99959 -0.0198944 0.00539792 -0.0198944 $| 1177362 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 865.6707764 132.016098 1094.974731 1 0 0 0 $| +4115630 0 object/building/general/rancor_cave_2.iff 0 1778.21 62.4932 2018.32 0.4924232 0 0.87035596 0 theme_park.dungeon.generic_spawner spawn_table|4|datatables/spawning/theme_park/wod_rancor_cave.iff|$| +4115631 4115630 object/cell/cell.iff 1 0 0 0 1 1.401298E-45 0 0 $| +4115632 4115630 object/cell/cell.iff 2 0 0 0 1 2.802597E-45 0 0 $| +4115633 4115630 object/cell/cell.iff 3 0 0 0 1 4.203895E-45 0 0 $| +4115634 4115630 object/cell/cell.iff 4 0 0 0 1 5.605194E-45 0 0 $| +4115635 4115630 object/cell/cell.iff 5 0 0 0 1 7.006492E-45 0 0 $| +4115636 4115630 object/cell/cell.iff 6 0 0 0 1 8.407791E-45 0 0 $| +4115637 4115630 object/cell/cell.iff 7 0 0 0 1 9.809089E-45 0 0 $| +4115638 4115630 object/cell/cell.iff 8 0 0 0 1 1.121039E-44 0 0 $| +4115639 4115630 object/cell/cell.iff 9 0 0 0 1 1.261169E-44 0 0 $| +4115640 4115630 object/cell/cell.iff 10 0 0 0 1 1.401298E-44 0 0 $| +4115641 4115630 object/cell/cell.iff 11 0 0 0 1 1.541428E-44 0 0 $| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_6.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_6.tab index 48aa25b8b2..2328b02269 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_6.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_6.tab @@ -11,3 +11,4 @@ i i h i f f f f f f f s p -2136002785 0 object/static/structure/general/camp_lawn_chair_s01.iff 0 734.904 106.379 890.368 -0.677387 0 0.735628 0 $| -1644012811 0 object/tangible/ground_spawning/area_spawner.iff 0 736.251 107.232 893.376 0.220602 0 0.975364 0 systems.spawning.spawner_area fltMaxSpawnTime|2|360.000000|fltMinSpawnTime|2|180.000000|fltRadius|2|1.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|2|intSpawnSystem|0|1|registerWithController|0|1|strName|4|shadow_outlaw|strSpawnerType|4|area|strSpawns|4|shadow_outlaw|$| -1303866369 0 object/tangible/planet_map_location/city.iff 0 592.308 6.03961 1039.28 -0.165038 0 0.696135 0 $| +-1644012812 0 object/tangible/ground_spawning/area_spawner.iff 0 552 6 1026 1 0 1.0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|1.000000|fltMinSpawnTime|2|0.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|omogg_rep|strSpawnerType|4|area|strSpawns|4|wod_omogg_rep|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_7_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_7_ws.tab index 2a7886c7dd..ff190c1fad 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_7_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_5_7_ws.tab @@ -13,6 +13,7 @@ i i h i f f f f f f f s p 2665879 2665878 object/cell/cell.iff 1 0 0 0 1 0 0 0 $| 2665880 2665878 object/cell/cell.iff 2 0 0 0 1 0 0 0 $| 2665881 2665878 object/cell/cell.iff 3 0 0 0 1 0 0 0 $| +-2 2665881 object/tangible/ground_spawning/area_spawner.iff 3 -24.346132 2.0099995 11.141784 0.60377 0 0.79716 0 systems.spawning.spawner_area fltMaxSpawnTime|2|2.000000|fltMinSpawnTime|2|1.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|wod_sm_vendor|strSpawnerType|4|area|strSpawns|4|wod_sm_vendor|$| 2665882 2665878 object/cell/cell.iff 4 0 0 0 1 0 0 0 $| 2665883 2665878 object/cell/cell.iff 5 0 0 0 1 0 0 0 $| 2665884 2665878 object/cell/cell.iff 6 0 0 0 1 0 0 0 $| @@ -165,4 +166,4 @@ i i h i f f f f f f f s p 2666092 0 object/tangible/furniture/all/frn_all_tiki_torch_s1.iff 0 513.615 229.5 121.736 1 0 0 0 $| 5655352 0 object/static/structure/general/streetlamp_small_green_style_01.iff 0 496.442 239.711 37.3691 -0.00920357 0 0 0.999958 $| 5655362 0 object/static/structure/general/streetlamp_small_green_style_01.iff 0 609.687 282.362 238.159 -0.00388366 -0.38268 0.00160868 0.923871 $| --1 0 object/tangible/spawning/static_npc/herald_dathomir_nsister_cave_azzenaj.iff 0 533.26 229 141.61 0.544639035 0 -0.8386705679 0 $| +5655364 0 object/tangible/poi/base/poi_base_nosnap.iff 0 528.0 229.5 112.0 0.81786877 0 0.57540506 0 theme_park.wod.entertainer_rancor_area_trigger wod.areaName|4|smRancorFinished|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5_ws.tab index bf989ada4f..2810dae407 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5_ws.tab @@ -93,3 +93,7 @@ i i h i f f f f f f f s p 4335588 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1606.905273 122 1938.255127 1 0 0 0 $| 4335589 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1631.299805 125 1924.647461 1 0 0 0 $| -1 0 object/tangible/poi/tatooine/explore_dat_crashed_ship.iff 0 1601 122 1933 1 0 0 0 $| +9815359 0 object/building/general/wod_kwi_temple.iff 0 1124.1499 125.0 226.997 0.38267356 0 0.9238836 0 $| +9815360 9815359 object/cell/cell.iff 1 0 0 0 1 1.401298E-45 0 0 $| +9815361 9815359 object/cell/cell.iff 2 0 0 0 1 2.802597E-45 0 0 $| +9815362 9815361 object/tangible/furniture/wod_themepark/data_cache.iff 2 -0.3936987 -37.297607 8.471548 1 0 0 0 quest.task.ground.wave_event_controller $| diff --git a/sku.0/sys.server/compiled/game/datatables/city/decorations.tab b/sku.0/sys.server/compiled/game/datatables/city/decorations.tab index c8c51560d1..d7cca62ad5 100755 --- a/sku.0/sys.server/compiled/game/datatables/city/decorations.tab +++ b/sku.0/sys.server/compiled/game/datatables/city/decorations.tab @@ -47,3 +47,30 @@ object/tangible/furniture/city/flag_city_12.iff place_streetlamp object/tangible/holiday/empire_day/empire_day_imperial_banner.iff place_streetlamp object/tangible/holiday/empire_day/remembrance_day_rebel_banner.iff place_streetlamp object/tangible/tcg/series5/combine_object_itv_atat_head.iff place_statue +object/tangible/furniture/wod_themepark/wod_pro_tree_01.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_02.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_03.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_04.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_05.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_06.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_07.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_08.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_09.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_10.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_11.iff place_streetlamp +object/tangible/furniture/wod_themepark/wod_pro_tree_12.iff place_streetlamp +object/tangible/furniture/decorative/wod_floating_stones.iff place_streetlamp +object/tangible/furniture/decorative/wod_ns_gate.iff place_streetlamp +object/tangible/furniture/decorative/wod_ns_wall.iff place_streetlamp +object/tangible/furniture/decorative/wod_potted_plant_01.iff place_streetlamp +object/tangible/furniture/decorative/wod_potted_plant_02.iff place_streetlamp +object/tangible/furniture/decorative/wod_potted_plant_03.iff place_streetlamp +object/tangible/furniture/decorative/wod_potted_plant_04.iff place_streetlamp +object/tangible/furniture/decorative/wod_potted_plant_05.iff place_streetlamp +object/tangible/furniture/decorative/wod_potted_plant_06.iff place_streetlamp +object/tangible/furniture/decorative/wod_potted_plant_07.iff place_streetlamp +object/tangible/furniture/decorative/wod_potted_plant_08.iff place_streetlamp +object/tangible/furniture/decorative/wod_potted_plant_09.iff place_streetlamp +object/tangible/furniture/decorative/wod_sm_wall.iff place_streetlamp +object/tangible/furniture/decorative/wod_tower.iff place_streetlamp +object/tangible/furniture/decorative/wod_trilithon.iff place_streetlamp diff --git a/sku.0/sys.server/compiled/game/datatables/collection/quest_completion_collections.tab b/sku.0/sys.server/compiled/game/datatables/collection/quest_completion_collections.tab index 039df2dd6a..56f1eb193e 100755 --- a/sku.0/sys.server/compiled/game/datatables/collection/quest_completion_collections.tab +++ b/sku.0/sys.server/compiled/game/datatables/collection/quest_completion_collections.tab @@ -24,3 +24,28 @@ quest/gcw_defend_imperial_tower combat_defend_tower_imperial quest/gcw_defend_imperial_turret combat_defend_turret_imperial quest/gcw_destroy_barricade combat_destroy_barricade_rebel combat_destroy_barricade_imperial quest/gcw_destroy_turret combat_destroy_turret_rebel combat_destroy_turret_imperial +quest/wod_rubina_goto_ns wod_ns_trust wod_ns_trust wod_ns_trust +quest/wod_rubina_goto_sm wod_sm_trust wod_sm_trust wod_sm_trust +quest/wod_themepark_ns_herb_gathering wod_ns_herb_01 wod_ns_herb_01 wod_ns_herb_01 +quest/wod_themepark_herb_gathering wod_herb_01 wod_herb_01 wod_herb_01 +quest/wod_themepark_ns_rancor_tamer wod_ns_ent wod_ns_ent wod_ns_ent +quest/wod_themepark_sm_rancor_tamer wod_sm_ent wod_sm_ent wod_sm_ent +quest/wod_themepark_ns_hunting wod_ns_hunt wod_ns_hunt wod_ns_hunt +quest/wod_themepark_sm_hunting wod_sm_hunt wod_sm_hunt wod_sm_hunt +quest/wod_themepark_ns_fishing wod_ns_fish wod_ns_fish wod_ns_fish +quest/wod_themepark_sm_fishing wod_sm_fish wod_sm_fish wod_sm_fish +quest/wod_themepark_ns_whole_truth_02 wod_ns_rancor_quests wod_ns_rancor_quests wod_ns_rancor_quests +quest/wod_themepark_sm_whole_truth_02 wod_sm_rancor_quests wod_sm_rancor_quests wod_sm_rancor_quests +quest/wod_themepark_ns_ehs_1 wod_ns_spider_quests wod_ns_spider_quests wod_ns_spider_quests +quest/wod_themepark_ehs_1 wod_sm_spider_quests wod_sm_spider_quests wod_sm_spider_quests +quest/wod_ns_repair_alter_04 wod_ns_trader_quest wod_ns_trader_quest wod_ns_trader_quest +quest/wod_sm_repair_alter_04 wod_sm_trader_quest wod_sm_trader_quest wod_sm_trader_quest +quest/wod_ns_ghost_reward wod_ns_sisters wod_ns_sisters wod_ns_sisters +quest/wod_sm_ghost_reward wod_sm_sisters wod_sm_sisters wod_sm_sisters +quest/wod_kyrisa_boss_fight_ns wod_rancor_boss wod_rancor_boss wod_rancor_boss +quest/wod_kyrisa_boss_fight wod_rancor_boss wod_rancor_boss wod_rancor_boss +quest/wod_queen_mother_boss_fight_ns wod_spider_boss wod_spider_boss wod_spider_boss +quest/wod_queen_mother_boss_fight wod_spider_boss wod_spider_boss wod_spider_boss +quest/wod_sister1 wod_first_sister wod_first_sister wod_first_sister +quest/wod_sister2 wod_second_sister wod_second_sister wod_second_sister +quest/wod_sister3 wod_third_sister wod_third_sister wod_third_sister diff --git a/sku.0/sys.server/compiled/game/datatables/collection/rewards.tab b/sku.0/sys.server/compiled/game/datatables/collection/rewards.tab index d4333cb5fa..b7c1c852c1 100755 --- a/sku.0/sys.server/compiled/game/datatables/collection/rewards.tab +++ b/sku.0/sys.server/compiled/game/datatables/collection/rewards.tab @@ -502,3 +502,32 @@ col_rare_loot_five rare_loot_chest_quality_1 col_exceptional_loot_five rare_loot_chest_quality_2 col_legendary_loot_five rare_loot_chest_quality_3 col_esb_anniversary_30 item_esb_holocron_of_destiny +wod_prologue_herb_col item_wod_pro_herb_reward_jar_sm A seed jar SMC +wod_prologue_ns_herb_col item_wod_pro_herb_reward_jar_ns A seed jar NS +wod_prologue_kill_rancors_col item_wod_mutated_rancor_toy +wod_prologue_kill_spiders_col item_wod_gaping_spider_toy +wod_prologue_singing_outcasts_col item_painting_wod_sm_01 +wod_prologue_nightsister_outcasts_col item_painting_wod_ns_01 +wod_sm_trust_col bdg_wod_sm_trust +wod_ns_trust_col bdg_wod_ns_trust +wod_rancor_boss_col bdge_wod_rancor_boss +wod_spider_boss_col bdge_wod_spider_boss +wod_first_sister_col bdge_wod_sister_1 +wod_second_sister_col bdge_wod_sister_2 +wod_third_sister_col bdge_wod_sister_3 +wod_sm_sister_col bdge_wod_sm_3_sisters +wod_sm_rancor_quests_col bdg_wod_sm_rancor_quests +wod_sm_spider_quests_col bdg_wod_sm_spider_quests +wod_sm_ent_col bdg_wod_sm_entertainer +wod_sm_trader_quest_col bdg_wod_sm_trader +wod_sm_hunt_col bdg_wod_sm_hunting +wod_sm_fish_col bdg_wod_sm_fishing +wod_ns_sister_col bdge_wod_ns_3_sisters +wod_ns_rancor_quests_col bdg_wod_ns_rancor_quests +wod_ns_spider_quests_col bdg_wod_ns_spider_quests +wod_ns_ent_col bdg_wod_ns_entertainer +wod_ns_trader_quest_col bdg_wod_ns_trader +wod_ns_hunt_col bdg_wod_ns_hunting +wod_ns_fish_col bdg_wod_ns_fishing +wod_ns_herb_col item_wod_herb_reward_jar A seed jar NS +wod_herb_col item_wod_smc_herb_reward_jar A seed jar SMC diff --git a/sku.0/sys.server/compiled/game/datatables/crafting/appearance_bonus.tab b/sku.0/sys.server/compiled/game/datatables/crafting/appearance_bonus.tab index 4d6ae9c9ac..25f8e9e5b0 100755 --- a/sku.0/sys.server/compiled/game/datatables/crafting/appearance_bonus.tab +++ b/sku.0/sys.server/compiled/game/datatables/crafting/appearance_bonus.tab @@ -302,3 +302,7 @@ weapon_core_ranged_basic object/tangible/component/weapon/core/weapon_core_range weapon_core_ranged_standard object/tangible/component/weapon/core/weapon_core_ranged_standard.iff profession_wheel weapon_power_bit object/tangible/component/weapon/new_weapon/power_bit.iff profession_wheel weapon_appearance_rifle_deathtroopers object/weapon/ranged/rifle/rifle_deathtroopers.iff +weapon_appearance_wod_2h_sword object/weapon/melee/2h_sword/2h_sword_wod.iff 1 +weapon_appearance_wod_1h_scyth object/weapon/melee/sword/sword_wod_scyth.iff 1 +weapon_appearance_wod_polearm object/weapon/melee/polearm/lance_wod_twin_blade.iff 1 +weapon_appearance_wod_war_fan object/weapon/melee/special/wod_war_fan.iff 1 diff --git a/sku.0/sys.server/compiled/game/datatables/crafting/weapon_appearance.tab b/sku.0/sys.server/compiled/game/datatables/crafting/weapon_appearance.tab index 9717312bb3..1a9c21a7d7 100755 --- a/sku.0/sys.server/compiled/game/datatables/crafting/weapon_appearance.tab +++ b/sku.0/sys.server/compiled/game/datatables/crafting/weapon_appearance.tab @@ -2157,3 +2157,28 @@ slot resource 0 vibro_unit_and_power_cell_brack slot resource 0 grip_unit petrochem_inert_polymer 35 slot template 0 vibration_generator object/tangible/component/weapon/vibro_unit_base.iff 1 slot template 0 weapon_core object/tangible/component/weapon/core/weapon_core_melee_base.iff 1 +weapon melee weapon_appearance_wod_2h_sword systems.crafting.weapon.core.crafting_new_weapon_final 0 weapon 6 weapon_crafting object/weapon/melee/2h_sword/2h_sword_wod.iff object/weapon/melee/2h_sword/2h_sword_wod.iff 40 450 800 1100 0 0 0 0 0 0 kinetic none -1 -1 melee melee 1 1 100 100 5 sys.server/compiled/game/object/draft_schematic/weapon/appearance/ 0 62 0 50 +slot resource 0 grip_unit steel 20 +slot resource 0 strike_face copper 35 +slot resource 0 vibro_unit_and_power_cell_brackets petrochem_inert_polymer 45 +slot resource 0 power_cell_socket metal 15 +slot template 0 vibration_generator object/tangible/component/weapon/vibro_unit_base.iff 1 +slot template 0 weapon_core object/tangible/component/weapon/core/weapon_core_melee_base.iff 1 +weapon melee weapon_appearance_wod_1h_scyth systems.crafting.weapon.core.crafting_new_weapon_final 0 weapon 4 weapon_crafting object/weapon/melee/sword/sword_wod_scyth.iff object/weapon/melee/sword/sword_wod_scyth.iff 40 450 800 1100 0 0 0 0 0 0 kinetic none -1 -1 melee melee 1 1 100 100 5 sys.server/compiled/game/object/draft_schematic/weapon/appearance/ 0 62 0 50 +slot resource 0 sword_core_jacket steel 20 +slot resource 0 grip copper 35 +slot template 0 weapon_core object/tangible/component/weapon/core/weapon_core_melee_base.iff 1 +slot template 0 vibration_generator object/tangible/component/weapon/vibro_unit_base.iff 1 +weapon melee weapon_appearance_wod_polearm systems.crafting.weapon.core.crafting_new_weapon_final 0 weapon 5 weapon_crafting object/weapon/melee/polearm/lance_wod_twin_blade.iff object/weapon/melee/polearm/lance_wod_twin_blade.iff 40 450 800 1100 0 0 0 0 0 0 kinetic none -1 -1 melee melee 1 1 100 100 5 sys.server/compiled/game/object/draft_schematic/weapon/appearance/ 0 62 0 50 +slot resource 0 lance_shaft steel 20 +slot resource 0 vibro_unit_and_power_cell_brackets petrochem_inert_polymer 45 +slot resource 0 grip_unit copper 35 +slot template 0 vibration_generator object/tangible/component/weapon/vibro_unit_base.iff 1 +slot template 0 weapon_core object/tangible/component/weapon/core/weapon_core_melee_base.iff 1 +weapon melee weapon_appearance_wod_war_fan systems.crafting.weapon.core.crafting_new_weapon_final 0 weapon 6 weapon_crafting object/weapon/melee/special/wod_war_fan.iff object/weapon/melee/special/wod_war_fan.iff 40 450 800 1100 0 0 0 0 0 0 kinetic none -1 -1 melee melee 1 1 100 100 5 sys.server/compiled/game/object/draft_schematic/weapon/appearance/ 0 62 0 50 +slot resource 0 grip_unit metal 20 +slot resource 0 strike_face steel_carbonite 8 +slot resource 0 vibro_unit_and_power_cell_brackets iron 12 +slot resource 0 power_cell_socket copper 10 +slot template 0 vibration_generator object/tangible/component/weapon/vibro_unit_base.iff 1 +slot template 0 weapon_core object/tangible/component/weapon/core/weapon_core_melee_base.iff 1 diff --git a/sku.0/sys.server/compiled/game/datatables/item/master_item/item_stats.tab b/sku.0/sys.server/compiled/game/datatables/item/master_item/item_stats.tab index b82721d7c7..739086a4ac 100755 --- a/sku.0/sys.server/compiled/game/datatables/item/master_item/item_stats.tab +++ b/sku.0/sys.server/compiled/game/datatables/item/master_item/item_stats.tab @@ -4794,3 +4794,88 @@ item_band_set_trader_01_01 luck_modified=30,precision_modified=30,strength_modif item_ring_set_ent_01_01 strength_modified=30,agility_modified=30 int:item.set.set_id=130001 item_ring_set_trader_01_01 luck_modified=30,precision_modified=30,strength_modified=30 int:item.set.set_id=140001 rebel_trooper_hat_schematic string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_hat_rebel_trooper.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase4_master +item_wod_pro_tree_01_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_02_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_03_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_04_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_05_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_06_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_07_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_08_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_09_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_09.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_10_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_10.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_11_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_11.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_tree_12_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_12.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_pro_herb_reward_jar +item_wod_pro_herb_reward_jar_ns +item_wod_pro_herb_reward_jar_sm +item_painting_wod_scene_01 +item_painting_wod_scene_02 +item_painting_wod_scene_03 +item_painting_wod_scene_04 +item_painting_wod_sm_01 +item_painting_wod_sm_02 +item_painting_wod_ns_01 +item_painting_wod_ns_02 +item_painting_wod_outcast +item_wod_mutated_rancor_toy +item_wod_malkloc_toy +item_wod_gaping_spider_toy +item_wod_reptilian_flyer_toy +item_wod_shear_mite_toy +item_wod_token_1 +item_wod_token_2 +item_wod_token_3 +item_wod_token_4 +item_wod_token_5 +item_wod_token_temp +item_schematic_wod_sm_mask_01 string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_hat_singing_mtn_mask_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_herb_reward_jar +item_wod_crafting_holocron_01 crafting_critical_success_bonus=1 float:crafting_components.crafting_critical_success_bonus=1.0 +item_wod_ns_boots string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_boots_nightsister_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_shroud string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_dress_nightsister_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_pest_leggings string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_pants_nightsister_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_scou_leggings string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_pants_nightsister_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_wrap string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_shirt_nightsister_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_mantle string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_shirt_nightsister_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_havoc string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_shirt_nightsister_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_hood string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_hat_nightsister_s01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_tarn_shroud string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_hat_nightsister_s03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_salve int:healing.power=5000,int:healing.combat_level_required=80 +item_wod_ns_fruit gcw_stim_detect_hidden_01 wod_dath_buffs 1800 80 +item_wod_ns_root of_stimulator_1 wod_dath_buffs 1800 80 +item_wod_ns_gourd burstRun wod_dath_buffs 1800 80 +item_wod_ns_schematic_crafting string:loot_schematic.schematic=object/draft_schematic/droid/cyborg_crafting_interface.iff,int:loot_schematic.uses=1 +item_wod_ns_schematic_maiden string:loot_schematic.schematic=object/draft_schematic/furniture/wod_witch_banner_s01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_schematic_mother string:loot_schematic.schematic=object/draft_schematic/furniture/wod_witch_banner_s02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_schematic_crone string:loot_schematic.schematic=object/draft_schematic/furniture/wod_witch_banner_s03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_ns_schematic_tower string:loot_schematic.schematic=object/draft_schematic/furniture/city/wod_tower.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_ns_schematic_gate string:loot_schematic.schematic=object/draft_schematic/furniture/city/wod_ns_gate.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_ns_schematic_hut string:loot_schematic.schematic=object/draft_schematic/structure/wod_ns_hut.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_ns_schematic_fence string:loot_schematic.schematic=object/draft_schematic/furniture/city/wod_ns_wall.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_ns_sign_hanging special_sign_wod_hanging_sign=1 string:static_item=item_wod_ns_sign_hanging +item_wod_ns_sign_standing special_sign_wod_standing_sign=1 string:static_item=item_wod_ns_sign_standing +item_wod_ns_herb_reward_jar +item_wod_smc_boots string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_boots_singing_mtn_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_smc_wrap string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_shirt_singing_mtn_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_smc_shroud string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_shirt_singing_mtn_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_smc_mantle string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_shirt_singing_mtn_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_smc_skirt_1 string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_skirt_singing_mtn_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_smc_skirt_2 string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_skirt_singing_mtn_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_smc_skirt_3 string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_skirt_singing_mtn_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_smc_guard string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_hat_singing_mtn_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_smc_hood string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_hat_singing_mtn_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase1_novice +item_wod_smc_schematic_stones string:loot_schematic.schematic=object/draft_schematic/furniture/city/wod_floating_stones_city.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_smc_schematic_tril string:loot_schematic.schematic=object/draft_schematic/furniture/city/wod_trilithon.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_smc_schematic_hut string:loot_schematic.schematic=object/draft_schematic/structure/wod_sm_hut.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_smc_schematic_wall string:loot_schematic.schematic=object/draft_schematic/furniture/city/wod_sm_wall.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_wod_smc_herb_reward_jar +wod_potted_plant_schem_01 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +wod_potted_plant_schem_02 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +wod_potted_plant_schem_03 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +wod_potted_plant_schem_04 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +wod_potted_plant_schem_05 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +wod_potted_plant_schem_06 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +wod_potted_plant_schem_07 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +wod_potted_plant_schem_08 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +wod_potted_plant_schem_09 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_09.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice diff --git a/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab b/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab index 914cca5b0e..0d671ef1c4 100755 --- a/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab +++ b/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab @@ -8566,3 +8566,96 @@ armor_infiltrator_leggings_02 object/tangible/wearables/armor/infiltrator/armor_ armor_infiltrator_gloves_02 object/tangible/wearables/armor/infiltrator/armor_infiltrator_s02_gloves.iff armor 90 4 armor_infiltrator_boots_02 object/tangible/wearables/armor/infiltrator/armor_infiltrator_s02_boots.iff armor 90 4 armor_infiltrator_belt_02 object/tangible/wearables/armor/infiltrator/armor_infiltrator_s02_belt.iff armor 90 4 +weapon_sword_2h_wod_04_01 object/weapon/melee/2h_sword/2h_sword_wod.iff weapon 85 6 1000 Two Handed Athame +weapon_sword_1h_wod_04_01 object/weapon/melee/sword/sword_wod_scyth.iff weapon 85 6 1000 One Handed Boline +weapon_polearm_wod_04_01 object/weapon/melee/polearm/lance_wod_twin_blade.iff weapon 85 6 1000 1 Twin Bladed Glaive +weapon_war_fan_wod_04_01 object/weapon/melee/special/wod_war_fan.iff weapon 85 6 1000 Witches War Fan +item_wod_pro_tree_01_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 1 Tree 1 schematic +item_wod_pro_tree_02_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 2 Tree 2 schematic +item_wod_pro_tree_03_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 3 Tree 3 schematic +item_wod_pro_tree_04_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 4 Tree 4 schematic +item_wod_pro_tree_05_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Medium Tree 1 Tree 5 schematic +item_wod_pro_tree_06_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Medium Tree 2 Tree 6 schematic +item_wod_pro_tree_07_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Medium Tree 3 Tree 7 schematic +item_wod_pro_tree_08_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Medium Tree 4 Tree 8 schematic +item_wod_pro_tree_09_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Large Tree 1 Tree 9 schematic +item_wod_pro_tree_10_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Large Tree 2 Tree 10 schematic +item_wod_pro_tree_11_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Large Tree 3 Tree 11 schematic +item_wod_pro_tree_12_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Large Tree 4 Tree 12 schematic +item_wod_pro_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar.iff 1 1 WoD Prologue Seed Jar Seed jar that grants random small/medium tree schematic +item_wod_pro_herb_reward_jar_sm object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.iff 1 1 WoD Prologue Seed Jar NS Seed jar that grants random large tree schematic +item_wod_pro_herb_reward_jar_ns object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.iff 1 1 WoD Prologue Seed Jar SM Seed jar that grants random large tree schematic +item_painting_wod_scene_01 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_01.iff 1 1 Dathomir Scenery 1 Reward for quest outcasts +item_painting_wod_scene_02 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_02.iff 1 1 Dathomir Scenery 2 ^ +item_painting_wod_scene_03 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_03.iff 1 1 Dathomir Scenery 3 ^ +item_painting_wod_scene_04 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_04.iff 1 1 Dathomir Scenery 4 ^ +item_painting_wod_sm_01 object/tangible/furniture/wod_themepark/wod_pro_painting_sm_01.iff 1 1 Dathomir Tapestry SM 1 This is the collection reward +item_painting_wod_sm_02 object/tangible/furniture/wod_themepark/wod_pro_painting_sm_02.iff 1 1 Dathomir Tapestry SM 2 This is sold by the vendor +item_painting_wod_ns_01 object/tangible/furniture/wod_themepark/wod_pro_painting_ns_01.iff 1 1 Dathomir Tapestry NS 1 This is the collection reward +item_painting_wod_ns_02 object/tangible/furniture/wod_themepark/wod_pro_painting_ns_02.iff 1 1 Dathomir Tapestry NS 2 This is sold by the vendor +item_painting_wod_outcast object/tangible/furniture/wod_themepark/wod_pro_painting_outcast.iff 1 1 Dathomir Tapestry Outcast more info? +item_wod_mutated_rancor_toy object/tangible/furniture/wod_themepark/wod_pro_toy_rancor.iff 1 1 Rancor Toy +item_wod_malkloc_toy object/tangible/furniture/wod_themepark/wod_pro_toy_malkloc.iff 1 1 Malkloc Toy +item_wod_gaping_spider_toy object/tangible/furniture/wod_themepark/wod_pro_toy_gaping_spider.iff 1 1 Gaping Spider Toy +item_wod_reptilian_flyer_toy object/tangible/furniture/wod_themepark/wod_pro_toy_reptilian_flyer.iff 1 1 Reptilian Flyer Toy +item_wod_shear_mite_toy object/tangible/furniture/wod_themepark/wod_pro_toy_shear_mite.iff 1 1 Shear Mite Toy +item_wod_token_1 object/tangible/content/wod_token_1.iff 1 item.special.nomove,object.autostack,item.heroic_token 1 Dathomir Amber +item_wod_token_2 object/tangible/content/wod_token_2.iff 1 item.special.nomove,object.autostack,item.heroic_token 1 Spider Silk +item_wod_token_3 object/tangible/content/wod_token_3.iff 1 item.special.nomove,object.autostack,item.heroic_token 1 Rancor Teeth +item_wod_token_4 object/tangible/content/wod_token_4.iff 1 item.special.nomove,object.autostack,item.heroic_token 1 Whuffa Leather +item_wod_token_5 object/tangible/content/wod_token_5.iff 1 item.special.nomove,object.autostack,item.heroic_token 1 Rare Dried Herbs +item_wod_token_temp object/tangible/content/wod_token_1.iff 1 item.special.nomove,object.autostack,theme_park.wod.random_wod_token 1 A Random Valuable +item_schematic_wod_sm_mask_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Singing Mountain Clan Mask +item_wod_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.iff 1 theme_park.wod.wod_release_seed_jar 1 WoD Seed Jar Seed jar that grants random ? tree schematic +item_wod_crafting_holocron_01 object/tangible/theme_park/wod/wod_crafting_template.iff 1 1 Allya's Holocron Item that unlocks the crafting bracelet +item_wod_ns_boots object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_shroud object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_pest_leggings object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_scou_leggings object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_wrap object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_mantle object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_havoc object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_hood object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_tarn_shroud object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_salve object/tangible/content/wod_stim_01.iff 1 1 object.autostack,item.medicine.stimpack +item_wod_ns_fruit object/tangible/content/wod_stim_02.iff 1 1 object.autostack,item.buff_click_item +item_wod_ns_root object/tangible/content/wod_stim_03.iff 1 1 object.autostack,item.buff_click_item +item_wod_ns_gourd object/tangible/content/wod_stim_04.iff 1 1 object.autostack,item.buff_click_item +item_wod_ns_schematic_crafting object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_schematic_maiden object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_schematic_mother object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_schematic_crone object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_schematic_tower object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_schematic_gate object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_schematic_hut object/tangible/deed/player_house_deed/wod_ns_hut_deed.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_schematic_fence object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_ns_sign_hanging object/tangible/item/skillmod/skillmod_wod_sm_hanging_sign.iff systems.sign.special_sign 2 +item_wod_ns_sign_standing object/tangible/item/skillmod/skillmod_wod_sm_standing_sign.iff systems.sign.special_sign 2 +item_wod_ns_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.iff 1 theme_park.wod.wod_release_seed_jar 1 WoD Seed Jar Seed jar that grants random ? tree schematic +item_wod_smc_boots object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_wrap object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_shroud object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_mantle object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_skirt_1 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_skirt_2 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_skirt_3 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_guard object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_hood object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_schematic_stones object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_schematic_tril object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_schematic_hut object/tangible/deed/player_house_deed/wod_sm_hut_deed.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_schematic_wall object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +item_wod_smc_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.iff 1 theme_park.wod.wod_release_seed_jar 1 WoD Seed Jar Seed jar that grants random ? tree schematic +wod_potted_plant_schem_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +wod_potted_plant_schem_02 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +wod_potted_plant_schem_03 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +wod_potted_plant_schem_04 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +wod_potted_plant_schem_05 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +wod_potted_plant_schem_06 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +wod_potted_plant_schem_07 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +wod_potted_plant_schem_08 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +wod_potted_plant_schem_09 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic +weapon_sword_2h_wod_04_01 object/weapon/melee/2h_sword/2h_sword_wod.iff weapon 85 6 1000 Two Handed Athame +weapon_sword_1h_wod_04_01 object/weapon/melee/sword/sword_wod_scyth.iff weapon 85 6 1000 One Handed Boline +weapon_polearm_wod_04_01 object/weapon/melee/polearm/lance_wod_twin_blade.iff weapon 85 6 1000 1 Twin Bladed Glaive +weapon_war_fan_wod_04_01 object/weapon/melee/special/wod_war_fan.iff weapon 85 6 1000 Witches War Fan diff --git a/sku.0/sys.server/compiled/game/datatables/item/master_item/weapon_stats.tab b/sku.0/sys.server/compiled/game/datatables/item/master_item/weapon_stats.tab index 47ac18ffd3..bf9d2a40bc 100755 --- a/sku.0/sys.server/compiled/game/datatables/item/master_item/weapon_stats.tab +++ b/sku.0/sys.server/compiled/game/datatables/item/master_item/weapon_stats.tab @@ -325,3 +325,7 @@ weapon_rifle_legendary_t21 1 1000 550 1100 0 energy acid 30 80 1 100 0 64 int:w weapon_energy_lance_legendary 1 1000 800 1200 0 energy electric 50 100 1 100 0 5 int:wp.canBeDisMantled=1 lvl88 1100 1100 weapon_2h_sword_maul_legendary 1 1000 900 1350 0 energy acid 20 100 1 100 0 5 int:wp.canBeDisMantled=1 lvl88 1165 1165 weapon_stun_baton_legendary 1 1000 600 1300 0 energy electric 75 100 1 100 0 5 int:wp.canBeDisMantled=1 lvl88 1100 1100 +weapon_sword_2h_wod_04_01 1 1000 715 1005 0 kinetic acid 20 100 1 100 0 5 int:wp.canBeDisMantled=1 900 900 +weapon_sword_1h_wod_04_01 1 1000 730 900 0 kinetic acid 20 100 1 100 0 5 int:wp.canBeDisMantled=1 900 900 +weapon_polearm_wod_04_01 1 1000 700 1000 0 kinetic acid 20 100 1 100 0 5 int:wp.canBeDisMantled=1 890 890 +weapon_war_fan_wod_04_01 1 1000 700 1000 0 kinetic acid 20 100 1 100 0 5 int:wp.canBeDisMantled=1 890 890 diff --git a/sku.0/sys.server/compiled/game/datatables/item/vendor/wod_ns_vendor.tab b/sku.0/sys.server/compiled/game/datatables/item/vendor/wod_ns_vendor.tab new file mode 100644 index 0000000000..1e6717f4e0 --- /dev/null +++ b/sku.0/sys.server/compiled/game/datatables/item/vendor/wod_ns_vendor.tab @@ -0,0 +1,30 @@ +item cash token22 token23 token24 token25 token26 class script note +s[none] i[0] i[0] i[0] i[0] i[0] i[0] i[0] s c +item_color_crystal_02_33 25 5 5 5 5 0 +item_wod_ns_boots 6 4 0 +item_wod_ns_shroud 6 4 0 +item_wod_ns_pest_leggings 6 4 0 +item_wod_ns_scou_leggings 6 4 0 +item_wod_ns_wrap 6 4 0 +item_wod_ns_mantle 6 4 0 +item_wod_ns_havoc 6 4 0 +item_wod_ns_hood 6 2 4 0 +item_wod_ns_tarn_shroud 6 2 4 0 +item_wod_ns_salve 2 5 0 +item_wod_ns_fruit 2 5 0 +item_wod_ns_root 2 5 0 +item_wod_ns_gourd 2 5 0 +item_wod_ns_schematic_maiden 5 2 2 0 +item_wod_ns_schematic_mother 5 2 2 0 +item_wod_ns_schematic_crone 5 2 2 0 +item_wod_ns_schematic_tower 5 4 4 0 +item_wod_ns_schematic_gate 5 4 4 0 +weapon_sword_2h_wod_04_01 5 5 20 5 5 0 +weapon_sword_1h_wod_04_01 5 5 20 5 5 0 +weapon_polearm_wod_04_01 5 5 20 5 5 0 +weapon_war_fan_wod_04_01 5 5 20 5 5 0 +item_wod_ns_schematic_crafting 5 15 5 15 5 0 +item_painting_wod_ns_02 4 4 0 +item_wod_ns_schematic_hut 5 3 3 9 30 0 +item_wod_ns_sign_hanging 6 6 6 6 6 0 +item_wod_ns_sign_standing 6 6 6 6 6 0 diff --git a/sku.0/sys.server/compiled/game/datatables/item/vendor/wod_sm_vendor.tab b/sku.0/sys.server/compiled/game/datatables/item/vendor/wod_sm_vendor.tab new file mode 100644 index 0000000000..adc7bb452c --- /dev/null +++ b/sku.0/sys.server/compiled/game/datatables/item/vendor/wod_sm_vendor.tab @@ -0,0 +1,30 @@ +item cash token22 token23 token24 token25 token26 class script note +s[none] i[0] i[0] i[0] i[0] i[0] i[0] i[0] s c +item_color_crystal_02_34 25 5 5 5 5 0 +item_wod_smc_boots 6 4 0 +item_wod_smc_wrap 6 4 0 +item_wod_smc_shroud 6 4 0 +item_wod_smc_mantle 6 4 0 +item_wod_smc_skirt_1 6 4 0 +item_wod_smc_skirt_2 6 4 0 +item_wod_smc_skirt_3 6 4 0 +item_wod_smc_guard 6 2 4 0 +item_wod_smc_hood 6 2 4 0 +item_wod_ns_salve 2 5 0 +item_wod_ns_fruit 2 5 0 +item_wod_ns_root 2 5 0 +item_wod_ns_gourd 2 5 0 +item_wod_ns_schematic_maiden 5 2 2 0 +item_wod_ns_schematic_mother 5 2 2 0 +item_wod_ns_schematic_crone 5 2 2 0 +item_wod_smc_schematic_stones 5 4 4 0 +item_wod_smc_schematic_tril 5 4 4 0 +weapon_sword_2h_wod_04_01 5 5 20 5 5 0 +weapon_sword_1h_wod_04_01 5 5 20 5 5 0 +weapon_polearm_wod_04_01 5 5 20 5 5 0 +weapon_war_fan_wod_04_01 5 5 20 5 5 0 +item_wod_ns_schematic_crafting 5 15 5 15 5 0 +item_painting_wod_sm_02 4 4 0 +item_wod_smc_schematic_hut 5 3 3 9 30 0 +item_wod_ns_sign_hanging 6 6 6 6 6 0 +item_wod_ns_sign_standing 6 6 6 6 6 0 diff --git a/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab b/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab index 2227d7e74a..86b0dd02a1 100755 --- a/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab +++ b/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab @@ -6711,3 +6711,41 @@ binjinphant_mount 1 0 0 0 0 NORMAL global binjinphant_mount beast_master/bm_ reptilian_flier_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_reptilian_flier_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes whisper_bird_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_whisper_bird_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes snorbal_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_snorbal_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes +wod_omogg_rep 90 0 0 0 0 NORMAL global wod dressed_wod_omogg_rep.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_omogg_rep 0 0 +wod_rubina 90 0 0 0 0 NORMAL global wod dressed_wod_rubina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rubina 0 0 +wod_outcast_1 90 0 0 0 0 NORMAL global wod wod_outcast_1.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast1 0 0 +wod_outcast_2 90 0 0 0 0 NORMAL global wod wod_outcast_2.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast2 0 0 +wod_outcast_3 90 0 0 0 0 NORMAL global wod wod_outcast_3.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast3 0 0 +wod_outcast_4 90 0 0 0 0 NORMAL global wod wod_outcast_4.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast4 0 0 +wod_outcast_5 90 0 0 0 0 NORMAL global wod wod_outcast_5.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast5 0 0 +wod_outcast_6 90 0 0 0 0 NORMAL global wod wod_outcast_6.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast6 0 0 +wod_outcast_7 90 0 0 0 0 NORMAL global wod wod_outcast_7.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast7 0 0 +wod_gatekeeper_saik 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_guide 0 0 +wod_spellweaver_leandra 90 0 0 0 0 NORMAL global wod dressed_herald_dathomir_nsister_cave_leandra.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_leandra 0 0 +wod_satra_herbalist 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_herbs 0 0 +wod_ns_vendor 90 0 0 0 0 NORMAL global wod npc_dressed_wod_ns_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_ns_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_ns_vendor 0 0 +wod_culinarian_kais 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_obfuscatrix.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_food 0 0 +wod_rancor_fath 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_rancor_tamer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_mistress 0 0 +wod_tamer_diax 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_spellweaver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_tamer_diax 0 0 +wod_sage_num 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_sage 0 0 +wod_ghost_witch 90 0 0 0 0 NORMAL global wod dressed_wod_ghost_clan_mother.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ghost_witch 0 0 +wod_sm_food_vhaunda 90 0 0 0 0 NORMAL global wod dressed_vhaunda.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_food 0 0 +wod_sm_azzenaj 90 0 0 0 0 NORMAL global wod dressed_herald_dathomir_nsister_cave_azzenaj.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_azzenaj 0 0 +wod_sm_herbalist_telo 90 0 0 0 0 NORMAL global wod dressed_dathomir_sing_mt_clan_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_herbs 0 0 +wod_sm_vurlene 90 0 0 0 0 NORMAL global wod dressed_vurlene.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_guide 0 0 +wod_sm_rancor_handler_izaryx 90 0 0 0 0 NORMAL global wod dressed_izaryx.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_handler_izaryx 0 0 +wod_sm_rancor_tamer_zideera 90 0 0 0 0 NORMAL global wod wod_sm_rancor_handler.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_tamer_zideera 0 0 +wod_sm_sage_ha'zel 90 0 0 0 0 NORMAL global wod dressed_dathomir_sing_mt_clan_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_sage 0 0 +wod_sm_klee 90 0 0 0 0 NORMAL global wod dressed_aujante_klee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_klee 0 0 +wod_sm_vendor 90 0 0 0 0 NORMAL global wod dressed_wod_sm_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_sm_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_sm_vendor 0 0 +spider_nightsister_obfuscatrix 88 5 5 0 -2 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_spellweaver.iff 0 35 85 100 50 100 100 50 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 "col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03" 18 dath_spider npc "root_defense=100,snare_defense=100" force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant +wod_rescue_initiate 90 0 0 0 0 NORMAL global wod dressed_wod_gray_outcast_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rescue_initiate 0 0 +wod_spiderclan_matron 90 0 0 0 0 NORMAL global spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_matron.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_queen_mother 0 0 +wod_first_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_first_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_first_sister 0 0 +wod_second_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_second_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_second_sister 0 0 +wod_third_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_third_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_third_sister 0 0 +giant_whuffa_worm 91 0 0 0 0 ELITE dathomir wod whuffa_worm.iff 3 3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 0 0 +wod_reanimated_slave 90 0 0 0 0 NORMAL dathomir wod wod_reanimated_slave_all 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 "col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02" 18 nightsister npc "root_defense=100,snare_defense=100" force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant +wod_reanimated_witch 90 0 0 0 0 NORMAL dathomir wod wod_reanimated_witch_all 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 "col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02" 18 nightsister npc "root_defense=100,snare_defense=100" force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant +wod_kyrisa 90 0 0 0 0 NORMAL global wod kyrisa.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_kyrisa 0 0 +wod_mutant_rancor_boss 95 4 0 0 0 BOSS dathomir wod beast_master/bm_mutated_rancor.iff 1.5 1.5 16 50 65 0 100 100 100 0 0 2 0 defaultProfile 3 90 creature/worldboss:generic_boss 50 wod_mutant_rancor_boss carnivore 100 100 100 100 expertise_glancing_blow_reduction=100,expertise_glancing_blow_ranged=100 int:bm_doNotShowExamineInfo=1 theme_park.wod.wod_mutant_rancor_combat wod_mutant_rancor_boss wod_mutant_rancor_boss 18 9 instant diff --git a/sku.0/sys.server/compiled/game/datatables/npc_customization/dressed_species_w.tab b/sku.0/sys.server/compiled/game/datatables/npc_customization/dressed_species_w.tab index c946f98aab..af0908233e 100755 --- a/sku.0/sys.server/compiled/game/datatables/npc_customization/dressed_species_w.tab +++ b/sku.0/sys.server/compiled/game/datatables/npc_customization/dressed_species_w.tab @@ -1,8 +1,15 @@ -warren_imperial_officer warren_imperial_worker warren_irradiated_worker warren_scientist warren_teraud_loyalist warren_teraud_loyalist_cyborg weequay_thug -s s s s s s s -warren_imperial_officer_s01.iff warren_imperial_worker_s01.iff warren_irradiated_worker_s01.iff warren_scientist_s01.iff warren_teraud_loyalist_s01.iff warren_teraud_loyalist_cyborg_s01.iff dressed_tatooine_weequay_thug.iff -warren_imperial_officer_s02.iff warren_imperial_worker_s02.iff warren_irradiated_worker_s02.iff warren_scientist_s02.iff warren_teraud_loyalist_s02.iff warren_teraud_loyalist_cyborg_s02.iff dressed_tatooine_weequay_soldier.iff -warren_imperial_officer_s03.iff warren_imperial_worker_s03.iff warren_irradiated_worker_s03.iff warren_scientist_s03.iff warren_teraud_loyalist_s03.iff warren_teraud_loyalist_cyborg_s03.iff dressed_tatooine_weequay_zealot.iff - warren_imperial_worker_s04.iff warren_teraud_loyalist_s04.iff warren_teraud_loyalist_cyborg_s04.iff dressed_tatooine_weequay_champion.iff - warren_imperial_worker_s05.iff - warren_imperial_worker_s06.iff +warren_imperial_officer warren_imperial_worker warren_irradiated_worker warren_scientist warren_teraud_loyalist warren_teraud_loyalist_cyborg weequay_thug wod_reanimated_slave_all wod_reanimated_witch_all +s s s s s s s s s +warren_imperial_officer_s01.iff warren_imperial_worker_s01.iff warren_irradiated_worker_s01.iff warren_scientist_s01.iff warren_teraud_loyalist_s01.iff warren_teraud_loyalist_cyborg_s01.iff dressed_tatooine_weequay_thug.iff wod_reanimated_slave_01.iff wod_reanimated_witch_01.iff +warren_imperial_officer_s02.iff warren_imperial_worker_s02.iff warren_irradiated_worker_s02.iff warren_scientist_s02.iff warren_teraud_loyalist_s02.iff warren_teraud_loyalist_cyborg_s02.iff dressed_tatooine_weequay_soldier.iff wod_reanimated_slave_02.iff wod_reanimated_witch_02.iff +warren_imperial_officer_s03.iff warren_imperial_worker_s03.iff warren_irradiated_worker_s03.iff warren_scientist_s03.iff warren_teraud_loyalist_s03.iff warren_teraud_loyalist_cyborg_s03.iff dressed_tatooine_weequay_zealot.iff wod_reanimated_slave_03.iff wod_reanimated_witch_03.iff + warren_imperial_worker_s04.iff warren_teraud_loyalist_s04.iff warren_teraud_loyalist_cyborg_s04.iff dressed_tatooine_weequay_champion.iff wod_reanimated_slave_04.iff wod_reanimated_witch_04.iff + warren_imperial_worker_s05.iff wod_reanimated_slave_05.iff wod_reanimated_witch_05.iff + warren_imperial_worker_s06.iff wod_reanimated_slave_06.iff wod_reanimated_witch_06.iff + wod_reanimated_slave_07.iff wod_reanimated_witch_07.iff + wod_reanimated_slave_08.iff wod_reanimated_witch_08.iff + wod_reanimated_slave_09.iff wod_reanimated_witch_09.iff + wod_reanimated_slave_10.iff wod_reanimated_witch_10.iff + wod_reanimated_slave_11.iff wod_reanimated_witch_11.iff + wod_reanimated_slave_12.iff wod_reanimated_witch_12.iff + wod_reanimated_slave_13.iff wod_reanimated_witch_13.iff diff --git a/sku.0/sys.server/compiled/game/datatables/spawning/dungeon/nightsister_fortress.tab b/sku.0/sys.server/compiled/game/datatables/spawning/dungeon/nightsister_fortress.tab index b7a7954193..30a0f4fb16 100755 --- a/sku.0/sys.server/compiled/game/datatables/spawning/dungeon/nightsister_fortress.tab +++ b/sku.0/sys.server/compiled/game/datatables/spawning/dungeon/nightsister_fortress.tab @@ -1,18 +1,35 @@ spawns name room loc_x loc_y loc_z script yaw mood respawn_time spawn_objvar special_room special_room_script room_objvar room_objvar_name room_objvar_value s s s f f f s f s i s s s s s s -gethzerion Gethzerion r11 -0.99 7.22 -0.62 "npc.static_quest.quest_convo,theme_park.dungeon.generic_death" 107 string:quest_table=gethzerion -diax Diax r12 -19.61 7.22 -28.45 "npc.static_quest.quest_convo,theme_park.dungeon.generic_death" 167 string:quest_table=diax -fath_hray Fath H'ray r12 -12.37 7.22 -36.26 "npc.static_quest.quest_convo,theme_park.dungeon.generic_death" -1 string:quest_table=fath_hray -kais Kais r10 13.46 7.22 -15.88 "npc.static_quest.quest_convo,theme_park.dungeon.generic_death" -174 string:quest_table=kais -nightsister_elder r7 0.88 0.76 -54.46 theme_park.dungeon.generic_death -16 npc_meditate 900 -nightsister_initiate r12 -20.99 7.22 -20.79 theme_park.dungeon.generic_death -78 900 -nightsister_protector r5 12.61 0.76 -30.47 theme_park.dungeon.generic_death -20 npc_meditate 900 -nightsister_rancor_tamer r11 -7.46 7.22 -3.47 theme_park.dungeon.generic_death -118 900 -nightsister_ranger r12 -12.85 7.22 -12.47 theme_park.dungeon.generic_death 173 900 -nightsister_sentinal r10 7.57 7.22 -34.77 theme_park.dungeon.generic_death 23 900 -nightsister_spell_weaver r9 -6.5 7.22 -16.8 theme_park.dungeon.generic_death 148 900 -nightsister_stalker r11 10.56 7.22 -8.42 theme_park.dungeon.generic_death 124 900 -nightsister_protector world -3999 119 -65 npc.static_quest.quest_convo -110 string:quest_table=herald_dathomir_singing_vs_nightsister -herald_dathomir_leandra Spell Weaver Leandra world -4085 133.7 -210 npc.static_quest.quest_convo -150 string:quest_table=herald_dathomir_nsister_cave_leandra -nightsister_rancor_tamer world -4156 121 -83 npc.static_quest.quest_convo 160 string:quest_table=herald_dathomir_mutant_rancor_cave -baritha Baritha world -3976 131.5 -172 npc.static_quest.quest_convo -160 string:quest_table=baritha +gethzerion Gethzerion r11 -0.99 7.22 -0.62 conversation.wod_gethzerion,theme_park.dungeon.generic_death 107 +nightsister_initiate world -4081.126465 132.9358521 -207.0426788 theme_park.dungeon.generic_death 30 7200 int:ai.defaultCalmBehavior=1 +nightsister_protector world -3999 119 -65 npc.static_quest.quest_convo -110 string:quest_table=herald_dathomir_singing_vs_nightsister +wod_outcast_1 An Outcast Witch world 866.277 132.0246 1095.0505 conversation.wod_outcast1 -174.56596 int:ai.defaultCalmBehavior=1 +wod_outcast_2 An Outcast Witch world -1000 116.17361 862 conversation.wod_outcast2 32.16686 int:ai.defaultCalmBehavior=1 +wod_outcast_3 An Outcast Witch world -2597 131.29752 4952 conversation.wod_outcast3 28.321373 int:ai.defaultCalmBehavior=1 +wod_outcast_4 An Outcast Witch world 1482 131.74382 3515 conversation.wod_outcast4 19.035597 int:ai.defaultCalmBehavior=1 +wod_outcast_5 An Outcast Witch world 1125 135.00845 -1022 conversation.wod_outcast5 25.226618 int:ai.defaultCalmBehavior=1 +wod_outcast_6 An Outcast Witch world -856 146.71008 2788 conversation.wod_outcast6 -111.063484 int:ai.defaultCalmBehavior=1 +wod_outcast_7 An Outcast Witch world -7121 363.662 2933 conversation.wod_outcast7 -124.85187 int:ai.defaultCalmBehavior=1 +wod_gatekeeper_saik Gate Keeper Saik r3 1.3931111 0.75988567 -0.7967164 theme_park.dungeon.generic_death -11.953381 int:ai.defaultCalmBehavior=1 +wod_sage_num Sage N'um r5 13.300475 0.75988203 -34.42941 theme_park.dungeon.generic_death -15.611806 int:ai.defaultCalmBehavior=1 +wod_satra_herbalist Herbalist Satra r6 -11.426882 0.75988185 -12.260396 theme_park.dungeon.generic_death -157.06076 int:ai.defaultCalmBehavior=1 +wod_rancor_fath Fath H'ray r12 -14.2598915 7.219 -36.101273 theme_park.dungeon.generic_death -5.1062503 int:ai.defaultCalmBehavior=1 +wod_tamer_diax Rancor Tamer Diax r12 -14.684471 7.218993 -11.780023 theme_park.dungeon.generic_death 179.55952 int:ai.defaultCalmBehavior=1 +wod_spellweaver_leandra Spell Weaver Leandra r10 6.648637 7.2188106 -33.49846 theme_park.dungeon.generic_death 32.69432 int:ai.defaultCalmBehavior=1 +wod_culinarian_kais Culinarian Kais r10 13.2389 7.2188096 -15.182886 theme_park.dungeon.generic_death -173.10051 int:ai.defaultCalmBehavior=1 +wod_ghost_witch Ghost Witch world -6896.125 462.14615 -4853.2983 theme_park.dungeon.generic_death 112.27094 int:ai.defaultCalmBehavior=1 +object/static/structure/dathomir/nsister_tent_house_style_01.iff world -3572.0 88.32273 -6017.0 -78.82929 +object/tangible/content/wod_first_sister_altar.iff world -4841.0 135.60965 -2938.0 theme_park.wod.first_sister_altar 68.02103 string:quest_to_have=wod_sister1,string:task_to_have=useAltar,string:signal_to_send=usedAltar,int:locX=-4782,int:locY=128,int:locZ=-2951,string:toSpawn=wod_first_sister_aggro +object/tangible/content/wod_second_sister_fire_1.iff world -3545.0 94.51325 -6080.0 theme_park.wod.second_sister_altar -85.00924 string:quest_to_have=wod_sister2,string:task_to_have=fire1,string:signal_to_send=setFire1,string:string_to_use=poi/family_feud/template,string:string_to_use_1=m_incombat_4,int:locX=-3517,int:locY=92,int:locZ=-6049,string:toSpawn=wod_second_sister_aggro,string:task_to_have_done_1=fire2,string:task_to_have_done_2=fire3,string:task_to_have_done_3=fire4 +object/tangible/content/wod_second_sister_fire_2.iff world -3543.0 93.6719 -6047.0 theme_park.wod.second_sister_altar -85.00924 string:quest_to_have=wod_sister2,string:task_to_have=fire2,string:signal_to_send=setFire2,string:string_to_use=poi/family_feud/template,string:string_to_use_1=m_incombat_4,int:locX=-3517,int:locY=92,int:locZ=-6049,string:toSpawn=wod_second_sister_aggro,string:task_to_have_done_1=fire1,string:task_to_have_done_2=fire3,string:task_to_have_done_3=fire4 +object/tangible/content/wod_second_sister_fire_3.iff world -3494.0 88.81469 -6027.0 theme_park.wod.second_sister_altar -85.00924 string:quest_to_have=wod_sister2,string:task_to_have=fire3,string:signal_to_send=setFire3,string:string_to_use=poi/family_feud/template,string:string_to_use_1=m_incombat_4,int:locX=-3517,int:locY=92,int:locZ=-6049,string:toSpawn=wod_second_sister_aggro,string:task_to_have_done_1=fire1,string:task_to_have_done_2=fire2,string:task_to_have_done_3=fire4 +object/tangible/content/wod_second_sister_fire_4.iff world -3496.0 85.29405 -5993.0 theme_park.wod.second_sister_altar -25.713049 string:quest_to_have=wod_sister2,string:task_to_have=fire4,string:signal_to_send=setFire4,string:string_to_use=poi/family_feud/template,string:string_to_use_1=m_incombat_4,int:locX=-3517,int:locY=92,int:locZ=-6049,string:toSpawn=wod_second_sister_aggro,string:task_to_have_done_1=fire1,string:task_to_have_done_2=fire2,string:task_to_have_done_3=fire3 +object/tangible/content/wod_crafting_alter_1.iff world -1150.0 128.0 1281.0 87.58559 +object/tangible/content/wod_crafting_alter_2.iff world 1455.0 135.64557 1387.0 0.6163736 +object/tangible/content/wod_crafting_alter_3.iff world -6703.0 125.277466 3087.0 -0.79125154 +object/tangible/content/wod_crafting_alter_4.iff world 2774.0 15.230049 6466.0 -0.2633923 +object/tangible/furniture/wod_themepark/wod_trampled_plant.iff world -1316.0 17.326876 6163.0 quest.task.ground.retrieve_item_on_item 131.34946 +object/tangible/furniture/wod_themepark/wod_trampled_plant.iff world -1282.8782 28.92575 6185.163 63.783596 +object/tangible/furniture/wod_themepark/wod_trampled_plant.iff world -1250.7816 104.96915 6196.4775 71.3494 +object/tangible/furniture/wod_themepark/wod_trampled_plant.iff world -1211.0125 109.04584 6227.0566 37.566387 +object/tangible/theme_park/wod/themepark_basket_ns.iff r6 -12.385447 0.75988185 -29.433144 quest.util.on_use_send_signal -136.69283 string:quest_to_have=wod_themepark_ns_herb_gathering,string:task_to_have=storeNsHerbs,string:signal_to_send=hasStoredNsHerbs diff --git a/sku.0/sys.server/compiled/game/datatables/spawning/dungeon/singing_mountain_stronghold.tab b/sku.0/sys.server/compiled/game/datatables/spawning/dungeon/singing_mountain_stronghold.tab index be970ab824..990319a60d 100755 --- a/sku.0/sys.server/compiled/game/datatables/spawning/dungeon/singing_mountain_stronghold.tab +++ b/sku.0/sys.server/compiled/game/datatables/spawning/dungeon/singing_mountain_stronghold.tab @@ -1,12 +1,5 @@ spawns name room loc_x loc_y loc_z script convo_script yaw mood respawn_time spawn_objvar special_room special_room_script room_objvar room_objvar_name room_objvar_value room_objvar room_objvar_name room_objvar_value s s s f f f s s f s i s s s s s s s s s -aujante_klee Aujante K'lee throne 3.12 3.01 -4.95 "npc.static_quest.quest_convo,theme_park.dungeon.generic_death" -179 36000 string:quest_table=aujante_klee -singing_mtn_clan_rancor_tamer Izaryx healing -11.88 2.01 -3.48 "npc.static_quest.quest_convo,theme_park.dungeon.generic_death" -108 36000 string:quest_table=izaryx -singing_mtn_clan_initiate Zideera meditation -14.29 1.99 -21.06 "npc.static_quest.quest_convo,theme_park.dungeon.generic_death" -1 36000 string:quest_table=zideera -singing_mtn_clan_guardian Vurlene guard -12.62 2.01 9.1 "npc.static_quest.quest_convo,theme_park.dungeon.generic_death" -174 36000 string:quest_table=vurlene -singing_mtn_clan_huntress Vhaunda guard2 -22.3 2.01 5.05 "npc.static_quest.quest_convo,theme_park.dungeon.generic_death" -15 36000 string:quest_table=vhaunda -singing_mtn_clan_dragoon guard -12.78 2.38 4.47 theme_park.dungeon.generic_death 30 npc_meditate 36000 -singing_mtn_clan_scout guard -11.39 2.38 5.38 theme_park.dungeon.generic_death -50 conversation 36000 singing_mountain_clan_sentry guard -12.7 2.38 6.38 theme_park.dungeon.generic_death 120 36000 jabbas_palace_rancor Mau'fel healing -12.38 2.01 -5.48 "theme_park.dungeon.generic_death,theme_park.singing_mountain.pet_rancor" -100 36000 jabbas_palace_rancor Shando healing -13.38 2.01 -1.98 "theme_park.dungeon.generic_death,theme_park.singing_mountain.pet_rancor" -100 36000 @@ -20,4 +13,12 @@ singing_mtn_clan_slave craft3 26.02 2.01 -4.12 theme_park.dungeon.generic_death singing_mtn_clan_slave craft4 16.47 2.01 7.43 theme_park.dungeon.generic_death npc_angry 36000 singing_mountain_clan_sentry throne 4.5 2.01 -17.5 theme_park.dungeon.generic_death -10 npc_meditate 36000 singing_mountain_clan_sentry throne 0.5 2.01 -17.5 theme_park.dungeon.generic_death 10 npc_meditate 36000 -singing_mountain_clan_sentry throne 3.01 3.01 -5.01 theme_park.dungeon.generic_death 179 npc_meditate 36000 +wod_sm_food_vhaunda Culinarian Vhaunda guard2 -22.283422 2.0099998 5.0532966 theme_park.dungeon.generic_death -41.169926 int:ai.defaultCalmBehavior=1 +wod_sm_azzenaj Arch Witch Azzenaj guard -11.609017 2.01 13.857883 theme_park.dungeon.generic_death -164.84987 int:ai.defaultCalmBehavior=1 +wod_sm_herbalist_telo Herbalist Telo healing -25.944935 2.01 -7.286833 theme_park.dungeon.generic_death 1.5652878 int:ai.defaultCalmBehavior=1 +wod_sm_vurlene Vurlene guard -12.010837 2.0100002 9.415844 theme_park.dungeon.generic_death 102.34214 int:ai.defaultCalmBehavior=1 +wod_sm_rancor_handler_izaryx Rancor Handler Izaryx healing -11.8326 2.01 -3.4230864 theme_park.dungeon.generic_death -107.86086 int:ai.defaultCalmBehavior=1 +wod_sm_rancor_tamer_zideera Rancor Tamer Zideera healing -13.2336035 2.01 -8.719132 theme_park.dungeon.generic_death -83.28593 int:ai.defaultCalmBehavior=1 +wod_sm_sage_ha'zel Sage Ha'zel meditation -15.808351 2.1212907 -20.76408 theme_park.dungeon.generic_death 1.7353592 int:ai.defaultCalmBehavior=1 +wod_sm_klee Aujante K'Lee throne 2.9722767 3.01 -5.113325 theme_park.dungeon.generic_death 178.64482 int:ai.defaultCalmBehavior=1 +object/tangible/theme_park/wod/themepark_basket_sm.iff healing -28.823536 2.01 -4.1391716 quest.util.on_use_send_signal 72.706276 string:quest_to_have=wod_themepark_herb_gathering,string:task_to_have=storeHerbs,string:signal_to_send=hasStoredHerbs diff --git a/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_central_dath_cave.tab b/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_central_dath_cave.tab new file mode 100644 index 0000000000..ff22ba1fc7 --- /dev/null +++ b/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_central_dath_cave.tab @@ -0,0 +1,101 @@ +spawns room loc_x loc_y loc_z yaw script respawn_time spawn_objvar mood animation_mood special_room special_room_script room_objvar room_objvar_name room_objvar_value name +s s f f f f s i s s s s s s s s s +spider_nightsister_sentry r2 -14.838519 -29.09654 -33.385334 -53.08954 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_initiate r2 -17.537806 -29.306288 -33.202515 67.53581 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_initiate r2 -17.205635 -28.679144 -30.108088 158.23927 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r2 -6.866977 -30.1637 -49.198387 -55.434566 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r3 -31.316692 -29.797564 -50.57598 49.526447 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_sentry r3 -42.43186 -29.30634 -39.899567 -155.51778 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_stalker r3 -47.95222 -29.777843 -48.73805 64.90947 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_hunter r5 -78.48104 -30.480843 -41.24763 128.69289 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_sentry r5 -65.65359 -30.828724 -65.18469 5.5351043 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_protector r5 -68.996666 -30.946758 -63.772217 75.7905 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_stalker r5 -66.72285 -31.406284 -59.513153 150.92332 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r9 -71.6561 -37.900616 -102.97087 -3.0939534 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r9 -86.14829 -36.96998 -122.94469 -4.0322585 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_sentinel r9 -105.04434 -38.715435 -119.98336 69.3182 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_stalker r9 -104.87241 -39.44063 -116.9915 148.29669 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentinel r9 -100.83055 -39.44126 -116.54702 -132.25574 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_hunter r11 -100.60841 -38.882515 -88.71077 -142.95038 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_protector r11 -127.274475 -38.107353 -80.7686 98.675316 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_web_dancer r11 -126.572205 -37.985077 -78.638466 121.65611 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 themepark_oola +spider_nightsister_spell_weaver r11 -122.77769 -37.92762 -81.474266 -55.34279 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 entertained +cave_gaping_spider_recluse r6 -103.415855 -36.179264 -64.24413 -50.183 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r16 -103.35901 -42.36805 -34.94385 -96.0505 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_sentry r18 -136.67795 -53.890617 -10.15833 95.580864 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentinel r18 -135.4678 -54.201145 -13.330734 11.349443 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_stalker r16 -118.723816 -58.05081 -34.56948 24.762663 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentinel r16 -117.57732 -58.20845 -29.700891 176.15364 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_protector r16 -113.73605 -58.148865 -33.106606 -92.86169 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_hunter r16 -103.989365 -58.034298 -27.282087 -128.59897 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_hunter r19 15.551697 -21.56711 -17.136543 -83.125114 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_stalker r20 18.329002 -35.2037 -77.55061 7.859764 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r20 14.618012 -35.46097 -76.328835 70.61115 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_initiate r20 -7.6286445 -34.994904 -65.771126 -153.09883 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_protector r20 -10.103371 -34.80471 -68.528625 26.15068 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_initiate r20 -12.785834 -34.742847 -64.8173 114.134056 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r21 -30.89027 -35.601746 -66.06396 119.38698 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r22 -10.706525 -43.714428 -96.45058 -80.591774 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_sentinel r22 -39.607044 -44.542103 -112.40011 14.708215 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_initiate r22 -43.10178 -46.068874 -109.33075 90.96645 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentinel r22 -38.477432 -44.886875 -106.99373 -146.25089 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r9 -93.66729 -53.962635 -115.030304 55.88544 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_initiate r24 -128.69206 -60.15156 -138.89232 32.15529 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_protector r24 -127.95692 -60.276802 -134.50577 122.10818 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentry r24 -123.12223 -60.733173 -137.79561 -84.342834 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r9 -113.021935 -69.73618 -115.335266 89.74764 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r9 -112.1512 -69.64024 -109.22581 112.91588 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_hunter r9 -105.262024 -69.3889 -102.54641 176.23085 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r9 -83.64792 -72.159225 -104.96645 -135.83833 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r9 -74.22984 -71.18772 -105.0702 -113.98303 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_hunter r9 -71.59096 -70.79539 -115.011856 -80.30954 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r28 -44.406715 -66.69328 -156.20964 -144.18646 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_sentinel r28 -42.777042 -66.306145 -175.14963 -70.554085 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_hunter r28 -44.26905 -65.83874 -186.06139 -43.350296 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_stalker r28 -53.615356 -66.45922 -182.95862 -36.318073 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentinel r28 -56.392647 -66.134964 -179.37079 89.84131 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentry r28 -51.715645 -66.13352 -177.10756 -132.368 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_protector r28 -72.88046 -65.66847 -176.98602 49.32027 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_stalker r28 -78.92042 -66.098236 -174.87152 106.34961 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentry r28 -78.34545 -65.96345 -181.58545 39.18993 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentinel r28 -79.53477 -66.33051 -194.91803 43.035465 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +wod_spider_queen_consort r29 -57.92643 -66.297455 -235.822 3.2664342 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r25 -48.982944 -70.23601 -121.15623 -172.51172 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r22 -23.49811 -67.84935 -104.12286 -131.05263 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r26 -18.533884 -67.90919 -112.900345 -87.999054 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_sentry r26 3.5148075 -71.88771 -112.682755 -64.73699 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentinel r26 7.009002 -72.07941 -109.03262 -104.03867 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_sentinel r26 7.5650663 -71.97723 -111.91982 -65.58111 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r26 1.43739 -67.76972 -86.33967 169.00992 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r20 8.257795 -66.94841 -76.98654 -167.91547 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +wod_spiderclan_matron r27 29.264103 -66.78436 -71.65997 -83.77802 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +object/tangible/quest/wod/wod_spider_eggs.iff r27 34.473465 -67.110344 -91.47469 177.43417 quest.task.ground.wave_event_controller_npc 900 int:event_wave_controller=1 slime covered eggs +cave_gaping_spider_hunter r4 -67.67542 -45.622555 -14.502883 152.4784 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_protector r5 -64.02106 -47.171684 -38.0715 -53.034733 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_protector r5 -68.687164 -47.43473 -39.021526 51.45722 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_obfuscatrix r4 -67.578766 -46.902317 -33.967785 155.94919 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r5 -71.632034 -47.18776 -71.93185 -30.99188 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_hunter r6 -96.227196 -50.79718 -65.36555 50.70719 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r6 -98.02932 -51.723026 -56.72536 104.54738 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_obfuscatrix r6 -127.39762 -49.34222 -65.20947 -20.95537 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_obfuscatrix r6 -131.85533 -49.60353 -62.83161 83.63052 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_protector r6 -127.702545 -49.895836 -58.52228 -175.62988 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_recluse r8 -144.68417 -49.63053 -52.695877 98.91918 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_hunter r8 -135.96243 -49.19992 -40.48735 -164.74934 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r8 -158.55807 -50.19287 -39.09197 121.61881 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_hunter r8 -169.31111 -49.962658 -43.156776 131.374 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_obfuscatrix r10 -162.36382 -49.54891 -58.537315 -112.50296 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_obfuscatrix r10 -163.95972 -49.552914 -63.25921 -4.5402875 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +spider_nightsister_protector r10 -168.00536 -49.611446 -59.67578 91.32191 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +cave_gaping_spider_hunter r10 -161.1907 -50.054237 -79.59559 -96.18248 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r10 -170.19336 -49.668957 -87.955284 11.122728 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r12 -176.39601 -50.3098 -95.47383 -21.625381 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r12 -173.51907 -52.94913 -111.54603 17.78171 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r12 -145.15921 -53.673847 -107.83471 177.14565 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_queen r11 -142.37349 -54.010983 -81.007706 154.4456 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r11 -109.62216 -54.40246 -81.32546 -137.12038 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r11 -97.49817 -54.88704 -89.04934 -82.51196 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_hunter r14 -85.550064 -56.969437 -80.77056 -92.99485 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_recluse r14 -80.15693 -61.19691 -56.226063 178.36627 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +cave_gaping_spider_hunter r14 -88.79585 -56.979607 -39.828434 -72.82563 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +spider_nightsister_obfuscatrix r16 -111.81735 -58.2295 -31.012236 -129.29219 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 diff --git a/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_herbs.tab b/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_herbs.tab new file mode 100644 index 0000000000..e5c7271977 --- /dev/null +++ b/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_herbs.tab @@ -0,0 +1,207 @@ +loc_x loc_y loc_z yaw +f f f f +-3184 23 3211 169 +-3148 20 3210 -176 +-3147 22 3226 -5 +-3123 22 3204 69 +-3146 19 3183 93 +-3141 21 3163 149 +-3107 18 3175 -33 +-3084 28 3205 16 +-3067 29 3233 -89 +-3055 25 3201 146 +-3030 29 3200 -123 +-3006 29 3209 166 +-2987 29 3206 22 +-3028 25 3179 139 +-3049 24 3180 -59 +-3052 25 3189 109 +-3088 23 3186 -146 +-3115 22 3194 -28 +-3134 20 3171 -56 +-3125 19 3136 157 +-3103 16 3115 -83 +-3122 21 3097 -38 +-3126 22 3088 58 +-3136 22 3073 -153 +-3105 34 3078 13 +-3107 29 3069 -27 +-3116 30 3054 -36 +-3101 52 3008 4 +-3111 55 2976 93 +-3163 36 2929 75 +-3180 22 2923 84 +-3179 25 2904 -114 +-3201 25 2880 152 +-3223 26 2910 107 +-3237 29 2906 -135 +-3247 25 2924 -152 +-3261 25 2931 39 +-3265 34 2912 147 +-3244 37 2882 119 +-3233 36 2872 -8 +-3203 37 2855 -6 +-3183 29 2863 142 +-3286 30 2944 40 +-3307 44 2950 2 +-3320 44 3008 -17 +-3321 43 3055 -12 +-3304 31 3067 -110 +-3280 19 3090 74 +-3269 21 3118 -144 +-3277 32 3143 8 +-3561 36 3162 2 +-3249 39 3184 90 +-3230 27 3175 -17 +-3246 29 3163 -50 +-3245 38 3191 -46 +-3202 23 3202 -81 +-3205 36 3211 -144 +-3197 36 3226 -15 +-3179 33 3233 -178 +-3161 35 3241 89 +-3178 46 3248 -75 +-3136 46 3263 139 +-3097 36 3246 -103 +-3258 19 3099 86 +-3290 23 3074 23 +-4014 123 -77 164 +-4023 123 -81 -167 +-4063 125 -73 -7 +-4072 126 -77 -107 +-4076 130 -111 73 +-4090 130 -120 -116 +-4095 125 -82 4 +-4101 124 -56 107 +-4108 123 -54 91 +-4133 120 -47 -36 +-4142 120 -54 -29 +-4152 120 -52 141 +-4170 123 -69 111 +-4164 121 -82 112 +-4182 125 -85 -144 +-4172 121 -93 159 +-4184 124 -107 -6 +-4200 126 -114 127 +-4202 125 -132 70 +-4197 126 -142 -50 +-4163 121 -117 -38 +-4150 126 -139 9 +-4168 125 -138 -33 +-4191 126 -151 140 +-4156 128 -148 22 +-4134 130 -159 -19 +-4164 134 -182 73 +-4140 135 -197 -166 +-4132 133 -185 126 +-4102 128 -202 -151 +-4099 130 -186 137 +-4073 130 -149 169 +-4052 128 -135 145 +-4069 124 -200 19 +-4054 119 -202 -161 +-4086 127 -224 66 +-4074 123 -234 -62 +-4072 124 -252 -49 +-4066 123 -263 5 +-4026 120 -274 -160 +-4004 121 -290 -163 +-3975 122 -278 -49 +-3956 123 -278 178 +-3943 128 -235 160 +-3963 123 -245 67 +-3960 127 -228 -49 +-3945 129 -228 -162 +-3933 130 -219 -145 +-3925 130 -218 39 +-3964 131 -193 135 +-3942 130 -182 79 +-3958 131 -168 50 +-3955 129 -141 58 +-3967 132 -138 -8 +-3982 132 -153 131 +-4011 131 -151 -110 +-3996 131 -177 -170 +-3987 131 -119 37 +-3991 129 -101 -79 +-3994 126 -85 -175 +180 151 4043 34 +199 157 4051 1 +224 165 4058 -67 +246 169 4049 80 +273 185 4072 -139 +279 193 4083 10 +323 194 4070 159 +331 195 4070 53 +343 197 4076 -135 +366 206 4084 169 +375 216 4106 55 +400 212 4094 -122 +435 220 4121 125 +463 232 4132 -173 +477 228 4131 -129 +485 232 4138 65 +493 230 4128 44 +562 227 4142 66 +603 231 4154 73 +597 234 4173 28 +581 229 4215 -45 +599 243 4234 103 +591 254 4252 25 +604 256 4260 34 +589 266 4284 -89 +595 264 4302 36 +616 263 4317 143 +591 269 4313 163 +613 272 4335 -80 +601 277 4361 -178 +615 271 4385 128 +613 273 4405 81 +631 272 4402 -177 +620 270 4437 -32 +641 253 4483 -22 +640 259 4513 110 +626 249 4575 -27 +607 245 4612 -75 +583 252 4623 157 +591 251 4656 -129 +576 259 4674 -159 +556 258 4673 -4 +564 270 4699 40 +504 275 4736 103 +482 285 4748 -165 +465 298 4736 -151 +447 312 4737 -124 +433 318 4739 72 +408 341 4742 -90 +389 344 4747 -165 +373 337 4746 19 +360 337 4762 -113 +340 330 4764 127 +275 337 4751 32 +281 340 4741 31 +246 354 4728 -67 +206 371 4693 54 +213 372 4687 50 +177 375 4673 174 +172 383 4647 32 +-2601 131 4948 -57 +-2601 131 4948 -5 +-2597 129 4965 -134 +-2598 131 4952 114 +-2604 131 4959 -40 +-848 146 2796 -22 +-854 146 2793 85 +-858 146 2788 -175 +-845 146 2795 22 +-852 146 2782 132 +869 132 1097 -24 +872 131 1093 137 +862 132 1100 -75 +868 132 1104 116 +859 133 1109 -162 +1128 133 -1017 -38 +1130 134 -1017 176 +1123 134 -1020 -102 +1119 134 -1019 69 +1125 135 -1023 153 diff --git a/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_rancor_cave.tab b/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_rancor_cave.tab new file mode 100644 index 0000000000..653a1ad973 --- /dev/null +++ b/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_rancor_cave.tab @@ -0,0 +1,42 @@ +spawns room loc_x loc_y loc_z yaw script respawn_time spawn_objvar mood animation_mood special_room special_room_script room_objvar room_objvar_name room_objvar_value name +s s f f f f s i s s s s s s s s s +bull_rancor r2 -8.601428 -30.804699 -30.050392 168.0609 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +bull_rancor r3 -8.773282 -40.377964 -74.00169 -2.7895324 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +bull_rancor r3 10.08469 -40.407578 -77.78322 -46.77785 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +mutant_rancor r4 30.987892 -45.1194 -52.411663 -124.901 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r4 44.557434 -46.09163 -96.00456 -52.613297 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r4 31.869045 -45.31506 -99.373474 64.39554 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r5 -7.775675 -45.58035 -146.06969 27.483908 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r5 -10.2257185 -44.64295 -135.90567 123.38395 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +bull_rancor r5 65.13616 -46.42392 -125.28311 -135.56181 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +mutant_rancor r5 53.660378 -56.415306 -178.17778 -31.897173 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r5 62.111526 -57.66139 -171.04495 -68.80876 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r5 45.043747 -56.41123 -162.11993 152.33679 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r5 29.787474 -60.09413 -182.19386 23.757977 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r7 -3.5947478 -64.07635 -235.09232 -13.363343 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r7 -23.20766 -63.702675 -255.92416 12.677673 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r7 -12.271714 -65.06 -204.91145 -0.4544657 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +bull_rancor r8 -56.259617 -69.90387 -195.56255 32.800625 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +mutant_rancor r8 -57.19804 -68.82134 -166.29263 141.7156 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +bull_rancor r8 -94.99297 -73.69129 -170.22879 95.26433 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +mutant_rancor r8 -109.13508 -69.475555 -120.326744 165.84955 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +bull_rancor r8 -98.12561 -70.41599 -118.50827 177.53352 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +mutant_rancor r8 -88.87012 -70.0929 -120.475296 -157.7134 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r9 -58.175285 -70.141174 -83.921486 -151.09483 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r9 -43.538574 -69.98428 -85.21597 -143.86855 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r9 -65.71178 -68.32511 -106.71527 -48.704987 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r9 -53.527008 -68.605965 -96.753746 -92.26262 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r9 -14.307875 -68.92318 -96.35253 -94.83764 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r9 -43.056736 -69.45824 -110.93021 -72.1382 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r10 -19.982327 -79.477455 -143.03452 -56.011623 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r10 -27.313997 -79.95101 -148.0918 -38.419476 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +ancient_bull_rancor r10 -28.62353 -79.03438 -135.11885 161.72774 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +mutant_rancor r8 -98.52564 -69.492615 -96.1891 167.71294 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +mutant_rancor r8 -117.66265 -68.93914 -169.87744 97.14466 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +bull_rancor r8 -107.45582 -69.02593 -204.6095 89.402794 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +ancient_bull_rancor r5 24.986141 -51.253506 -141.47128 -21.8647 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +mutant_rancor r5 37.71992 -49.632626 -134.91286 -54.08176 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +bull_rancor r5 22.482597 -45.857426 -125.806305 48.529182 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +ancient_bull_rancor r4 40.524883 -45.925945 -64.20013 -46.749447 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +wod_kyrisa r11 -88.33893 -101.26351 -108.22034 167.01736 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 +object/tangible/quest/wod/wod_rancor_cage.iff r11 -95.22308 -100.6459 -92.409775 169.82025 quest.task.ground.wave_event_controller_npc 900 int:event_wave_controller=1 diff --git a/sku.0/sys.server/compiled/game/datatables/structure/player_structure_sign.tab b/sku.0/sys.server/compiled/game/datatables/structure/player_structure_sign.tab index b62abbb560..fcdfbd6b79 100755 --- a/sku.0/sys.server/compiled/game/datatables/structure/player_structure_sign.tab +++ b/sku.0/sys.server/compiled/game/datatables/structure/player_structure_sign.tab @@ -74,7 +74,7 @@ object/building/player/player_house_tcg_8_bespin_house.iff 0.75 3 -2.2 0 9.75 0 object/building/player/player_house_tcg_8_yoda_house.iff 4 2.8 7.8 180 10.5 2 8.75 210 X = right/left object/building/player/player_house_yt1300.iff -6.5 1.8 0 90 -7.2 -1.1 -1.1 90 Y = UP/DOWN object/building/player/player_house_tree_house_01.iff -6.5 5 12.5 180 9.75 0.7 7.3 0 Z = FORWARD/BACK -object/building/player/player_house_wod_ns_hut.iff -1.5 3 6.3 180 9 0.5 6.2 180 -object/building/player/player_house_wod_sm_hut.iff -1.9 3 5.4 180 9 0.5 6.2 180 +object/building/player/player_house_wod_ns_hut.iff 1.5 3 5.25 180 9 0.5 6.2 180 +object/building/player/player_house_wod_sm_hut.iff 1.49 3 6 180 9 0.5 6.2 180 object/building/player/player_house_jabbas_sail_barge.iff 1 3.3 -3.4 0 1.65 0.1 -4.8 0 object/building/player/player_house_tree_house_02.iff -6.5 5 12.5 180 9.75 0.7 7.3 0 diff --git a/sku.0/sys.server/compiled/game/datatables/structure/special_sign.tab b/sku.0/sys.server/compiled/game/datatables/structure/special_sign.tab index f22f7588ae..72238cca6d 100755 --- a/sku.0/sys.server/compiled/game/datatables/structure/special_sign.tab +++ b/sku.0/sys.server/compiled/game/datatables/structure/special_sign.tab @@ -16,3 +16,5 @@ special_sign_tcg_series5 object/tangible/tcg/series5/house_sign_tcg_standing.iff special_sign_tcg_series5 object/tangible/tcg/series5/house_sign_tcg_hanging.iff tcg:special_sign_tcg_series5_hanging_sign 1 special_sign_chronicle_master_standing_sign object/tangible/sign/player/pgc_sign_standing.iff player_structure:pgc_sign_standing standing 1 special_sign_chronicle_master_hanging_sign object/tangible/sign/player/pgc_sign_hanging.iff player_structure:pgc_sign_hanging 1 +special_sign_wod_standing_sign object/tangible/sign/player/wod_sm_standing_sign_01.iff player_structure:wod_sign_standing standing 1 +special_sign_wod_hanging_sign object/tangible/sign/player/wod_sm_hanging_sign_01.iff player_structure:wod_sign_hanging 1 diff --git a/sku.0/sys.server/compiled/game/object/building/dathomir/spiderclan_breeding_cave.tpf b/sku.0/sys.server/compiled/game/object/building/dathomir/spiderclan_breeding_cave.tpf index 31b9432d27..0a86a9a5b1 100755 --- a/sku.0/sys.server/compiled/game/object/building/dathomir/spiderclan_breeding_cave.tpf +++ b/sku.0/sys.server/compiled/game/object/building/dathomir/spiderclan_breeding_cave.tpf @@ -1,29 +1,11 @@ -// Filename: cave_02 -// Directory: object/building/general -// -// Description: -// -// -// Notes: -// -// -// Category: Building -// Sub-Category: Cave -// Classification: Null -// - @base object/building/base/base_cave.iff -@class building_object_template 0 - -@class tangible_object_template 0 - -@class object_template 1 - -sharedTemplate = "object/building/dathomir/shared_spiderclan_breeding_cave.iff" - +@class building_object_template 1 +@class tangible_object_template 4 +@class object_template 11 +sharedTemplate = "object/building/dathomir/shared_spiderclan_breeding_cave.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/building/general/rancor_cave_2.tpf b/sku.0/sys.server/compiled/game/object/building/general/rancor_cave_2.tpf index d1f7988830..368185ee68 100755 --- a/sku.0/sys.server/compiled/game/object/building/general/rancor_cave_2.tpf +++ b/sku.0/sys.server/compiled/game/object/building/general/rancor_cave_2.tpf @@ -1,29 +1,11 @@ -// Filename: cave_02 -// Directory: object/building/general -// -// Description: -// -// -// Notes: -// -// -// Category: Building -// Sub-Category: Cave -// Classification: Null -// - @base object/building/base/base_cave.iff -@class building_object_template 0 - -@class tangible_object_template 0 - -@class object_template 1 - -sharedTemplate = "object/building/general/shared_rancor_cave_2.iff" - +@class building_object_template 1 +@class tangible_object_template 4 +@class object_template 11 +sharedTemplate = "object/building/general/shared_rancor_cave_2.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/building/general/wod_kwi_temple.tpf b/sku.0/sys.server/compiled/game/object/building/general/wod_kwi_temple.tpf index 7fb3380d0b..d03b30e7a0 100755 --- a/sku.0/sys.server/compiled/game/object/building/general/wod_kwi_temple.tpf +++ b/sku.0/sys.server/compiled/game/object/building/general/wod_kwi_temple.tpf @@ -1,29 +1,11 @@ -// Filename: cave_02 -// Directory: object/building/general -// -// Description: -// -// -// Notes: -// -// -// Category: Building -// Sub-Category: Cave -// Classification: Null -// - @base object/building/base/base_cave.iff -@class building_object_template 0 - -@class tangible_object_template 0 - -@class object_template 1 - -sharedTemplate = "object/building/general/shared_wod_kwi_temple.iff" - +@class building_object_template 1 +@class tangible_object_template 4 +@class object_template 11 +sharedTemplate = "object/building/general/shared_wod_kwi_temple.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/building/player/player_house_wod_ns_hut.tpf b/sku.0/sys.server/compiled/game/object/building/player/player_house_wod_ns_hut.tpf index c77f33a29a..bc7b76674c 100755 --- a/sku.0/sys.server/compiled/game/object/building/player/player_house_wod_ns_hut.tpf +++ b/sku.0/sys.server/compiled/game/object/building/player/player_house_wod_ns_hut.tpf @@ -1,12 +1,11 @@ -// - @base object/building/base/base_player_building.iff @class building_object_template 1 + @class tangible_object_template 1 -@class object_template 3 +@class object_template 3 -sharedTemplate = "object/building/player/shared_player_house_wod_ns_hut.iff" +sharedTemplate = "object/building/player/shared_player_house_wod_ns_hut.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/building/player/player_house_wod_sm_hut.tpf b/sku.0/sys.server/compiled/game/object/building/player/player_house_wod_sm_hut.tpf index ef4d036122..1131176386 100755 --- a/sku.0/sys.server/compiled/game/object/building/player/player_house_wod_sm_hut.tpf +++ b/sku.0/sys.server/compiled/game/object/building/player/player_house_wod_sm_hut.tpf @@ -1,12 +1,11 @@ -// - @base object/building/base/base_player_building.iff @class building_object_template 1 + @class tangible_object_template 1 -@class object_template 3 +@class object_template 3 -sharedTemplate = "object/building/player/shared_player_house_wod_sm_hut.iff" +sharedTemplate = "object/building/player/shared_player_house_wod_sm_hut.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_boots_nightsister_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_boots_nightsister_01.tpf new file mode 100644 index 0000000000..f8ebfe8701 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_boots_nightsister_01.tpf @@ -0,0 +1,64 @@ +// ====================================================================== +// +// clothing_boots_nightsister_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/boots/wod_nightsister_boots_s01.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_leathery_dathomir", count=40]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_hardware", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_hardware", ingredient="fiberplast_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "sole", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "sole", ingredient="object/tangible/component/clothing/shoe_sole.iff", count=2]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "reinforcement", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "reinforcement", ingredient="object/tangible/component/clothing/reinforced_fiber_panels.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 25 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_boots_nightsister_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_boots_singing_mtn_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_boots_singing_mtn_01.tpf new file mode 100644 index 0000000000..baaa5fdc76 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_boots_singing_mtn_01.tpf @@ -0,0 +1,64 @@ +// ====================================================================== +// +// clothing_boots_singing_mtn_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/boots/wod_singing_mountain_clan_boots.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_bristley_dathomir", count=40]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_hardware", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_hardware", ingredient="fiberplast_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "sole", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "sole", ingredient="object/tangible/component/clothing/shoe_sole.iff", count=2]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "reinforcement", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "reinforcement", ingredient="object/tangible/component/clothing/reinforced_fiber_panels.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 25 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_boots_singing_mtn_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_dress_nightsister_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_dress_nightsister_01.tpf new file mode 100644 index 0000000000..5604828fec --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_dress_nightsister_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_dress_nightsister_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/dress/wod_nightsister_dress_s01.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim_and_binding", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim_and_binding", ingredient="hide_leathery_dathomir", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "extra_trim", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "extra_trim", ingredient="object/tangible/component/clothing/trim.iff", count=3]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "hardware", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "hardware", ingredient="metal", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "skirt", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "skirt", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=2]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 25 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_dress_nightsister_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_nightsister_s01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_nightsister_s01.tpf new file mode 100644 index 0000000000..b01d067c9c --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_nightsister_s01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_hat_nightsister_s01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/hat/wod_nightsister_hat_s01.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "shell", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "shell", ingredient="wood_deciduous_dathomir", count=40]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_weatherproofing", ingredient="petrochem_inert", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="crystalline_green_diamond", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 25 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_hat_nightsister_s01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_nightsister_s03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_nightsister_s03.tpf new file mode 100644 index 0000000000..4f437ea80d --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_nightsister_s03.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_hat_nightsister_s03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/hat/wod_nightsister_hat_s03.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "shell", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "shell", ingredient="softwood_evergreen_dathomir", count=40]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_weatherproofing", ingredient="petrochem_inert", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="armophous_bospridium", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 25 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_hat_nightsister_s03.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_01.tpf new file mode 100644 index 0000000000..23fba1abc7 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_hat_singing_mtn_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s01.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "shell", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "shell", ingredient="copper_platinite", count=40]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_weatherproofing", ingredient="petrochem_inert", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="aluminum", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 25 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_02.tpf new file mode 100644 index 0000000000..1e0c794115 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_02.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_hat_singing_mtn_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s02.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "shell", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "shell", ingredient="copper_thallium", count=40]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_weatherproofing", ingredient="petrochem_inert", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="fiberplast_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 25 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_02.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_mask_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_mask_01.tpf new file mode 100644 index 0000000000..1f93a91d34 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_hat_singing_mtn_mask_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_hat_singing_mtn_mask_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/hat/wod_singing_mountain_clan_mask_s01.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "shell", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "shell", ingredient="copper_diatium", count=40]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_weatherproofing", ingredient="petrochem_inert_polymer", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=2]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="hide_bristley_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 25 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_mask_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_pants_nightsister_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_pants_nightsister_01.tpf new file mode 100644 index 0000000000..db28e9ed21 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_pants_nightsister_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_pants_nightsister_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/pants/wod_nightsister_pants_s01.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_leathery_dathomir", count=15]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_reinforcement", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_reinforcement", ingredient="petrochem_inert", count=15]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "hardware", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "hardware", ingredient="object/tangible/component/clothing/metal_fasteners.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 17 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_pants_nightsister_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_pants_nightsister_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_pants_nightsister_02.tpf new file mode 100644 index 0000000000..c34c955caf --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_pants_nightsister_02.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_pants_nightsister_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/pants/wod_nightsister_pants_s02.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_leathery_dathomir", count=15]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_reinforcement", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_reinforcement", ingredient="petrochem_inert", count=15]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "hardware", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "hardware", ingredient="object/tangible/component/clothing/metal_fasteners.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 17 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_pants_nightsister_02.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_01.tpf new file mode 100644 index 0000000000..dfa95b0f62 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_shirt_nightsister_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/shirt/wod_nightsister_shirt_s01.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_leathery_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="fiberplast", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_hardware", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_hardware", ingredient="metal", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/reinforced_fiber_panels.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 21 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_shirt_nightsister_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_02.tpf new file mode 100644 index 0000000000..75b7bd50b2 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_02.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_shirt_nightsister_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/shirt/wod_nightsister_shirt_s02.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_leathery_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="fiberplast", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_hardware", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_hardware", ingredient="metal", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/reinforced_fiber_panels.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 21 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_shirt_nightsister_02.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_03.tpf new file mode 100644 index 0000000000..ffd991b296 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_nightsister_03.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_shirt_nightsister_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/shirt/wod_nightsister_shirt_s03.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_leathery_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="fiberplast", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_hardware", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_hardware", ingredient="metal", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/reinforced_fiber_panels.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 21 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_shirt_nightsister_03.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_01.tpf new file mode 100644 index 0000000000..dd223ea410 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_shirt_singing_mtn_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s01.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_leathery_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="fiberplast", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_hardware", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_hardware", ingredient="metal", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/reinforced_fiber_panels.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 21 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_02.tpf new file mode 100644 index 0000000000..37397a6219 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_02.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_shirt_singing_mtn_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s02.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_leathery_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="fiberplast", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_hardware", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_hardware", ingredient="metal", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/reinforced_fiber_panels.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 21 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_02.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_03.tpf new file mode 100644 index 0000000000..32d9153e5a --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_shirt_singing_mtn_03.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_shirt_singing_mtn_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s03.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "body", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "body", ingredient="hide_leathery_dathomir", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim", ingredient="fiberplast", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "binding_and_hardware", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "binding_and_hardware", ingredient="metal", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "liner", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "liner", ingredient="object/tangible/component/clothing/reinforced_fiber_panels.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 21 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_03.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_01.tpf new file mode 100644 index 0000000000..664769cff7 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_skirt_singing_mtn_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s01.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim_and_binding", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim_and_binding", ingredient="fiberplast_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "extra_trim", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "extra_trim", ingredient="object/tangible/component/clothing/trim.iff", count=2]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "hardware", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "hardware", ingredient="object/tangible/component/clothing/metal_fasteners.iff", count=4]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "skirt", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "skirt", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=3]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 16 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_02.tpf new file mode 100644 index 0000000000..c350d97057 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_02.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_skirt_singing_mtn_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s02.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim_and_binding", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim_and_binding", ingredient="fiberplast_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "extra_trim", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "extra_trim", ingredient="object/tangible/component/clothing/trim.iff", count=2]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "hardware", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "hardware", ingredient="object/tangible/component/clothing/metal_fasteners.iff", count=4]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "skirt", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "skirt", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=3]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 16 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_02.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_03.tpf new file mode 100644 index 0000000000..dc828a455c --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/clothing/clothing_skirt_singing_mtn_03.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// clothing_skirt_singing_mtn_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/clothing/base_clothing_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s03.iff" +slots = [ + [ + optional = false, + name = "craft_clothing_ingredients_n" "trim_and_binding", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_clothing_ingredients_n" "trim_and_binding", ingredient="fiberplast_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "extra_trim", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "extra_trim", ingredient="object/tangible/component/clothing/trim.iff", count=2]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "hardware", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "hardware", ingredient="object/tangible/component/clothing/metal_fasteners.iff", count=4]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_clothing_ingredients_n" "skirt", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_clothing_ingredients_n" "skirt", ingredient="object/tangible/component/clothing/synthetic_cloth.iff", count=3]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.clothing.skill.crafting_clothing_tailor_novice" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 25 +sharedTemplate = "object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_03.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/droid/cyborg_crafting_interface.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/droid/cyborg_crafting_interface.tpf new file mode 100644 index 0000000000..820a9f97cb --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/droid/cyborg_crafting_interface.tpf @@ -0,0 +1,72 @@ +// ====================================================================== +// +// cyborg_crafting_interface.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/droid/base_droid_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/wearables/bracelet/bracelet_wod_crafting_l.iff" +slots = [ + [ + optional = false, + name = "craft_droid_ingredients_n" "primary_frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_droid_ingredients_n" "primary_frame", ingredient="steel", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_droid_ingredients_n" "capacitor_bank", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_droid_ingredients_n" "capacitor_bank", ingredient="copper_desh", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_droid_ingredients_n" "shielding_and_insulation", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_droid_ingredients_n" "shielding_and_insulation", ingredient="petrochem_inert_polymer", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_droid_ingredients_n" "advanced_search_planning_circuit", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_droid_ingredients_n" "advanced_search_planning_circuit", ingredient="object/tangible/component/item/electronics_gp_module.iff", count=2]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_droid_ingredients_n" "search_parameter_storage_circuit", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_droid_ingredients_n" "search_parameter_storage_circuit", ingredient="object/tangible/component/item/electronics_memory_module.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = true, + name = "craft_item_ingredients_n" "alternate_logical_processor", + options = [ + [ingredientType=IT_templateGeneric, ingredients = [[name="craft_item_ingredients_n" "alternate_logical_processor", ingredient="object/tangible/theme_park/wod/wod_crafting_template.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.item.specific_item.crafting_wod_bracelet" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 35 +sharedTemplate = "object/draft_schematic/droid/shared_cyborg_crafting_interface.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_floating_stones_city.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_floating_stones_city.tpf new file mode 100644 index 0000000000..2a8f97415a --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_floating_stones_city.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_floating_stones_city.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_floating_stones.iff" +slots = [ + [ + optional = false, + name = "craft_structure_ingredients_n" "base", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "base", ingredient="ore_extrusive", count=2000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "holocron_pedestal_surface", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "holocron_pedestal_surface", ingredient="ore_intrusive", count=1000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "panels", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "panels", ingredient="ore_siliclastic", count=1000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "magnetic_reaction_mass", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "magnetic_reaction_mass", ingredient="gemstone_crystalline", count=500]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 20 +sharedTemplate = "object/draft_schematic/furniture/city/shared_wod_floating_stones_city.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_ns_gate.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_ns_gate.tpf new file mode 100644 index 0000000000..ef78d13f79 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_ns_gate.tpf @@ -0,0 +1,64 @@ +// ====================================================================== +// +// wod_ns_gate.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_gate.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "frame", ingredient="wood_deciduous_dathomir", count=2000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "paint", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "paint", ingredient="fruit_berries_dathomir", count=350]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "canvas", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "canvas", ingredient="hide_leathery_dathomir", count=350]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "post", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "post", ingredient="ore_sedimentary", count=200]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "binding", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "binding", ingredient="hide_leathery_dathomir", count=200]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 40 +sharedTemplate = "object/draft_schematic/furniture/city/shared_wod_ns_gate.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_ns_wall.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_ns_wall.tpf new file mode 100644 index 0000000000..32a884c067 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_ns_wall.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_ns_wall.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_wall.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "wall_section", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wall_section", ingredient="ore_igneous", count=2000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "post", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "post", ingredient="wood_deciduous_dathomir", count=1000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "binding", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "binding", ingredient="fiberplast_dathomir", count=500]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 20 +sharedTemplate = "object/draft_schematic/furniture/city/shared_wod_ns_wall.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_sm_wall.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_sm_wall.tpf new file mode 100644 index 0000000000..5df5437c73 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_sm_wall.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_sm_wall.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_wall.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "wall_section", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wall_section", ingredient="ore_igneous", count=2000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "base_structure_assembly", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "base_structure_assembly", ingredient="ore_carbonate", count=1000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "disc", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "disc", ingredient="iron", count=500]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 20 +sharedTemplate = "object/draft_schematic/furniture/city/shared_wod_sm_wall.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_tower.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_tower.tpf new file mode 100644 index 0000000000..231fd59a4b --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_tower.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_tower.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_tower.iff" +slots = [ + [ + optional = false, + name = "craft_structure_ingredients_n" "frame_and_walls", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "frame_and_walls", ingredient="ore_sedimentary", count=2000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "load_bearing_frame_and_reinforcement", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "load_bearing_frame_and_reinforcement", ingredient="wood_deciduous_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "roof", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "roof", ingredient="ore_siliclastic", count=500]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 20 +sharedTemplate = "object/draft_schematic/furniture/city/shared_wod_tower.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_trilithon.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_trilithon.tpf new file mode 100644 index 0000000000..a61359b59f --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/city/wod_trilithon.tpf @@ -0,0 +1,72 @@ +// ====================================================================== +// +// wod_trilithon.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_trilithon.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "post", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "post", ingredient="ore_igneous", count=2000]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "another_post", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "another_post", ingredient="fruit_berries_dathomir", count=350]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "lintel", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "lintel", ingredient="hide_leathery_dathomir", count=350]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "binding", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "binding", ingredient="ore_sedimentary", count=200]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "large_disc", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "large_disc", ingredient="hide_leathery_dathomir", count=200]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "small_disc", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "small_disc", ingredient="iron", count=500]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 40 +sharedTemplate = "object/draft_schematic/furniture/city/shared_wod_trilithon.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_01.tpf new file mode 100644 index 0000000000..9f1bcedbc0 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_ns_potted_plant_schem_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_potted_plant_01.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_02.tpf new file mode 100644 index 0000000000..ddbf2e55f0 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_02.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_ns_potted_plant_schem_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_potted_plant_02.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_02.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_03.tpf new file mode 100644 index 0000000000..d03874637a --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_03.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_ns_potted_plant_schem_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_potted_plant_03.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_03.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_04.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_04.tpf new file mode 100644 index 0000000000..a22d5d583f --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_04.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_ns_potted_plant_schem_04.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_potted_plant_04.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_04.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_05.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_05.tpf new file mode 100644 index 0000000000..f5ab2f5d33 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_05.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_ns_potted_plant_schem_05.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_potted_plant_05.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "base", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "base", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "mulch", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "mulch", ingredient="softwood_evergreen_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_05.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_06.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_06.tpf new file mode 100644 index 0000000000..1aa568c1f4 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_06.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_ns_potted_plant_schem_06.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_potted_plant_06.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_06.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_07.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_07.tpf new file mode 100644 index 0000000000..d78aadba83 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_07.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_ns_potted_plant_schem_07.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_potted_plant_07.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_07.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_08.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_08.tpf new file mode 100644 index 0000000000..79a8d9de16 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_08.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_ns_potted_plant_schem_08.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_potted_plant_08.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_08.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_09.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_09.tpf new file mode 100644 index 0000000000..5eed22d82d --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_09.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_ns_potted_plant_schem_09.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_ns_potted_plant_09.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_09.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_01.tpf new file mode 100644 index 0000000000..6fb389c927 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_potted_plant_schem_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_potted_plant_01.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_02.tpf new file mode 100644 index 0000000000..481067cd78 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_02.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_potted_plant_schem_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_potted_plant_02.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_02.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_03.tpf new file mode 100644 index 0000000000..105948c02c --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_03.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_potted_plant_schem_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_potted_plant_03.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_03.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_04.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_04.tpf new file mode 100644 index 0000000000..99ae0b6570 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_04.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_potted_plant_schem_04.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_potted_plant_04.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_04.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_05.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_05.tpf new file mode 100644 index 0000000000..f9b5a23907 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_05.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_potted_plant_schem_05.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_potted_plant_05.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "base", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "base", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "mulch", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "mulch", ingredient="softwood_evergreen_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_05.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_06.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_06.tpf new file mode 100644 index 0000000000..55ab8a38cc --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_06.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_potted_plant_schem_06.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_potted_plant_06.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_06.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_07.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_07.tpf new file mode 100644 index 0000000000..6ea2853caf --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_07.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_potted_plant_schem_07.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_potted_plant_07.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_07.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_08.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_08.tpf new file mode 100644 index 0000000000..8d26bd03ae --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_08.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_potted_plant_schem_08.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_potted_plant_08.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_08.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_09.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_09.tpf new file mode 100644 index 0000000000..3d411eba6b --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_09.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_potted_plant_schem_09.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_potted_plant_09.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_09.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_01.tpf new file mode 100644 index 0000000000..f3dd5ad6e8 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_01.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_01.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_01.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_02.tpf new file mode 100644 index 0000000000..7c1296d8ae --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_02.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_02.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_02.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_03.tpf new file mode 100644 index 0000000000..434b48d99f --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_03.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_03.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_03.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_04.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_04.tpf new file mode 100644 index 0000000000..176380c987 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_04.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_04.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_04.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_05.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_05.tpf new file mode 100644 index 0000000000..c22648bb46 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_05.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_05.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_05.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_06.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_06.tpf new file mode 100644 index 0000000000..5fcc19334e --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_06.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_06.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_06.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_07.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_07.tpf new file mode 100644 index 0000000000..1234ea43d7 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_07.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_07.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_07.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_08.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_08.tpf new file mode 100644 index 0000000000..df2165376b --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_08.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_08.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_08.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_09.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_09.tpf new file mode 100644 index 0000000000..df5f1246cf --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_09.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_09.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=39]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_09.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_10.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_10.tpf new file mode 100644 index 0000000000..e8fc4cd1c8 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_10.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_10.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=39]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_10.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_11.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_11.tpf new file mode 100644 index 0000000000..a8f9c03284 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_11.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_11.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=39]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_11.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_12.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_12.tpf new file mode 100644 index 0000000000..682844590b --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_12.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_12.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=39]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_12.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_01.tpf new file mode 100644 index 0000000000..a1ead7b2dc --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_01.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_sm_potted_plant_schem_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_potted_plant_01.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_02.tpf new file mode 100644 index 0000000000..f4419f2737 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_02.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_sm_potted_plant_schem_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_potted_plant_02.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_02.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_03.tpf new file mode 100644 index 0000000000..e59a4932c3 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_03.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_sm_potted_plant_schem_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_potted_plant_03.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_03.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_04.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_04.tpf new file mode 100644 index 0000000000..3bfe762cde --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_04.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_sm_potted_plant_schem_04.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_potted_plant_04.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "sealant", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "sealant", ingredient="softwood_evergreen_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_04.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_05.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_05.tpf new file mode 100644 index 0000000000..b734caf4ae --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_05.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_sm_potted_plant_schem_05.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_potted_plant_05.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "base", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "base", ingredient="ore_sedimentary", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable_greens_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "mulch", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "mulch", ingredient="softwood_evergreen_dathomir", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_05.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_06.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_06.tpf new file mode 100644 index 0000000000..ffbb3314ae --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_06.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_sm_potted_plant_schem_06.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_potted_plant_06.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_06.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_07.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_07.tpf new file mode 100644 index 0000000000..5b759c79ed --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_07.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_sm_potted_plant_schem_07.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_potted_plant_07.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_07.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_08.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_08.tpf new file mode 100644 index 0000000000..f041abce66 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_08.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_sm_potted_plant_schem_08.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_potted_plant_08.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_08.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_09.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_09.tpf new file mode 100644 index 0000000000..c854045847 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_09.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_sm_potted_plant_schem_09.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/decorative/wod_sm_potted_plant_09.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "staves", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "staves", ingredient="wood_deciduous_dathomir", count=75]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "hoops", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "hoops", ingredient="ore_igneous", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "fertilizer", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fertilizer", ingredient="vegetable", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 5 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_09.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s01.tpf new file mode 100644 index 0000000000..3188fa1863 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s01.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_witch_banner_s01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/item/skillmod/skillmod_wod_sm_banner_s01_sign.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "frame", ingredient="wood_deciduous_dathomir", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "paint", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "paint", ingredient="fruit_berries_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "canvas", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "canvas", ingredient="hide_leathery_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 29 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_witch_banner_s01.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s02.tpf new file mode 100644 index 0000000000..896c04956b --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s02.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_witch_banner_s02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/item/skillmod/skillmod_wod_sm_banner_s02_sign.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "frame", ingredient="wood_deciduous_dathomir", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "paint", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "paint", ingredient="fruit_berries_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "canvas", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "canvas", ingredient="hide_leathery_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 29 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_witch_banner_s02.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s03.tpf new file mode 100644 index 0000000000..c99ceb4ea7 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_witch_banner_s03.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_witch_banner_s03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/furniture/furniture_base.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/item/skillmod/skillmod_wod_sm_banner_s03_sign.iff" +slots = [ + [ + optional = false, + name = "craft_furniture_ingredients_n" "frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "frame", ingredient="wood_deciduous_dathomir", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "paint", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "paint", ingredient="fruit_berries_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_furniture_ingredients_n" "canvas", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "canvas", ingredient="hide_leathery_dathomir", count=50]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 29 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_witch_banner_s03.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_1.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_1.tpf new file mode 100644 index 0000000000..798378ff26 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_1.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_crafting_alter_1.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/item/base_item_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/theme_park/wod/wod_crafting_alter_key_1.iff" +slots = [ + [ + optional = false, + name = "craft_item_ingredients_n" "frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "frame", ingredient="steel", count=115]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "power_source", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "power_source", ingredient="gas_reactive", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "mechanics", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "mechanics", ingredient="copper", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.item.specific_item.crafting_altar_repair" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 30 +sharedTemplate = "object/draft_schematic/item/theme_park/shared_wod_crafting_alter_1.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_2.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_2.tpf new file mode 100644 index 0000000000..26210391f3 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_2.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_crafting_alter_2.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/item/base_item_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/theme_park/wod/wod_crafting_alter_key_2.iff" +slots = [ + [ + optional = false, + name = "craft_item_ingredients_n" "frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "frame", ingredient="iron", count=115]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "power_source", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "power_source", ingredient="gas_inert", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "mechanics", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "mechanics", ingredient="copper", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.item.specific_item.crafting_altar_repair" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 30 +sharedTemplate = "object/draft_schematic/item/theme_park/shared_wod_crafting_alter_2.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_3.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_3.tpf new file mode 100644 index 0000000000..311ccea217 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_3.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_crafting_alter_3.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/item/base_item_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/theme_park/wod/wod_crafting_alter_key_3.iff" +slots = [ + [ + optional = false, + name = "craft_item_ingredients_n" "frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "frame", ingredient="steel", count=115]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "power_source", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "power_source", ingredient="gas_reactive", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "mechanics", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "mechanics", ingredient="aluminum", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.item.specific_item.crafting_altar_repair" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 30 +sharedTemplate = "object/draft_schematic/item/theme_park/shared_wod_crafting_alter_3.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_4.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_4.tpf new file mode 100644 index 0000000000..29f75538e9 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_alter_4.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// wod_crafting_alter_4.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/item/base_item_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/theme_park/wod/wod_crafting_alter_key_4.iff" +slots = [ + [ + optional = false, + name = "craft_item_ingredients_n" "frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "frame", ingredient="iron", count=115]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "power_source", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "power_source", ingredient="gas_inert", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "mechanics", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "mechanics", ingredient="aluminum", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.item.specific_item.crafting_altar_repair" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 30 +sharedTemplate = "object/draft_schematic/item/theme_park/shared_wod_crafting_alter_4.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_template.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_template.tpf new file mode 100644 index 0000000000..dc72d7dd7a --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/item/theme_park/wod_crafting_template.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// wod_crafting_template.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/item/base_item_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/theme_park/wod/wod_crafting_template.iff" +slots = [ + [ + optional = false, + name = "craft_item_ingredients_n" "frame", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "frame", ingredient="metal", count=100]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "power_source", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "power_source", ingredient="gas", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "mechanics", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "mechanics", ingredient="copper", count=25]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_item_ingredients_n" "holocron", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_item_ingredients_n" "holocron", ingredient="gemstone_crystalline", count=70]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.crafting_base" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 30 +sharedTemplate = "object/draft_schematic/item/theme_park/shared_wod_crafting_template.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/structure/wod_ns_hut.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/structure/wod_ns_hut.tpf new file mode 100644 index 0000000000..d52db625cb --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/structure/wod_ns_hut.tpf @@ -0,0 +1,72 @@ +// ====================================================================== +// +// wod_ns_hut.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/structure/base_structure_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/deed/player_house_deed/wod_ns_hut_deed.iff" +slots = [ + [ + optional = false, + name = "craft_structure_ingredients_n" "base_structure_assembly", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "base_structure_assembly", ingredient="wood_deciduous_dathomir", count=300]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "frame_and_walls", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "frame_and_walls", ingredient="ore_siliclastic", count=700]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "foundation", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "foundation", ingredient="ore_igneous", count=500]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "lintel", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "lintel", ingredient="ore_extrusive", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "post", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "post", ingredient="ore_extrusive", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "another_post", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "another_post", ingredient="ore_extrusive", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.structure.specific_item.crafting_installation_structure" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 13 +sharedTemplate = "object/draft_schematic/structure/shared_wod_ns_hut.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/structure/wod_sm_hut.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/structure/wod_sm_hut.tpf new file mode 100644 index 0000000000..1403721ccb --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/structure/wod_sm_hut.tpf @@ -0,0 +1,72 @@ +// ====================================================================== +// +// wod_sm_hut.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/structure/base_structure_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/deed/player_house_deed/wod_sm_hut_deed.iff" +slots = [ + [ + optional = false, + name = "craft_structure_ingredients_n" "base_structure_assembly", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "base_structure_assembly", ingredient="wood_deciduous_dathomir", count=300]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "frame_and_walls", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "frame_and_walls", ingredient="ore_siliclastic", count=700]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "foundation", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "foundation", ingredient="ore_igneous", count=500]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "lintel", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "lintel", ingredient="ore_extrusive", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "post", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "post", ingredient="ore_extrusive", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_structure_ingredients_n" "another_post", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_structure_ingredients_n" "another_post", ingredient="ore_extrusive", count=30]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.structure.specific_item.crafting_installation_structure" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 13 +sharedTemplate = "object/draft_schematic/structure/shared_wod_sm_hut.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_1h_scyth.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_1h_scyth.tpf new file mode 100644 index 0000000000..dd4f17930f --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_1h_scyth.tpf @@ -0,0 +1,56 @@ +// ====================================================================== +// +// weapon_appearance_wod_1h_scyth.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/weapon/base_weapon_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/weapon/melee/sword/sword_wod_scyth.iff" +slots = [ + [ + optional = false, + name = "craft_weapon_ingredients_n" "sword_core_jacket", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "sword_core_jacket", ingredient="steel", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "grip", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "grip", ingredient="copper", count=35]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "weapon_core", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_weapon_ingredients_n" "weapon_core", ingredient="object/tangible/component/weapon/core/weapon_core_melee_base.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = true, + name = "craft_weapon_ingredients_n" "vibration_generator", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_weapon_ingredients_n" "vibration_generator", ingredient="object/tangible/component/weapon/vibro_unit_base.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.weapon.core.crafting_new_weapon_final" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 40 +sharedTemplate = "object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_1h_scyth.iff" +volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_2h_sword.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_2h_sword.tpf new file mode 100644 index 0000000000..4bce3bb730 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_2h_sword.tpf @@ -0,0 +1,74 @@ +// ====================================================================== +// +// weapon_appearance_wod_2h_sword.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/weapon/base_weapon_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +category = CT_weapon +craftedObjectTemplate = "object/weapon/melee/2h_sword/2h_sword_wod_sword.iff" +slots = [ + [ + optional = false, + name = "craft_weapon_ingredients_n" "grip_unit", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "grip_unit", ingredient="steel", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "strike_face", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "strike_face", ingredient="copper", count=35]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "vibro_unit_and_power_cell_brackets", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "vibro_unit_and_power_cell_brackets", ingredient="petrochem_inert_polymer", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "power_cell_socket", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "power_cell_socket", ingredient="metal", count=15]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = true, + name = "craft_weapon_ingredients_n" "vibration_generator", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_item_ingredients_n" "vibration_generator", ingredient="object/tangible/component/weapon/vibro_unit_base.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "weapon_core", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_item_ingredients_n" "weapon_core", ingredient="object/tangible/component/weapon/core/weapon_core_melee_base.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.weapon.core.crafting_new_weapon_final" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 40 +sharedTemplate = "object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_2h_sword.iff" +volume = 1 +xpPoints = [[type = XP_craftingWeapons, level = 0, value = 0]] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_polearm.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_polearm.tpf new file mode 100644 index 0000000000..2921bc88ea --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_polearm.tpf @@ -0,0 +1,66 @@ +// ====================================================================== +// +// weapon_appearance_wod_polearm.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/weapon/base_weapon_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +category = CT_weapon +craftedObjectTemplate = "object/weapon/melee/polearm/lance_wod_twin_blade.iff" +slots = [ + [ + optional = false, + name = "craft_weapon_ingredients_n" "lance_shaft", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "lance_shaft", ingredient="steel", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "grip_unit", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "grip_unit", ingredient="copper", count=35]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "vibro_unit_and_power_cell_brackets", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "vibro_unit_and_power_cell_brackets", ingredient="petrochem_inert_polymer", count=45]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = true, + name = "craft_weapon_ingredients_n" "vibration_generator", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_item_ingredients_n" "vibration_generator", ingredient="object/tangible/component/weapon/vibro_unit_base.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "weapon_core", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_item_ingredients_n" "weapon_core", ingredient="object/tangible/component/weapon/core/weapon_core_melee_base.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.weapon.core.crafting_new_weapon_final" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 40 +sharedTemplate = "object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_polearm.iff" +volume = 1 +xpPoints = [[type = XP_craftingWeapons, level = 0, value = 0]] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_war_fan.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_war_fan.tpf new file mode 100644 index 0000000000..cc5d959cc2 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/weapon/appearance/weapon_appearance_wod_war_fan.tpf @@ -0,0 +1,74 @@ +// ====================================================================== +// +// weapon_appearance_wod_war_fan.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/weapon/base_weapon_schematic.iff + +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +category = CT_weapon +craftedObjectTemplate = "object/weapon/melee/special/wod_war_fan.iff" +slots = [ + [ + optional = false, + name = "craft_weapon_ingredients_n" "grip_unit", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "grip_unit", ingredient="metal", count=20]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "strike_face", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "strike_face", ingredient="steel_carbonite", count=8]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "vibro_unit_and_power_cell_brackets", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "vibro_unit_and_power_cell_brackets", ingredient="iron", count=12]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "power_cell_socket", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_weapon_ingredients_n" "power_cell_socket", ingredient="copper", count=10]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = false, + name = "craft_weapon_ingredients_n" "weapon_core", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_weapon_ingredients_n" "weapon_core", ingredient="object/tangible/component/weapon/core/weapon_core_melee_base.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional = true, + name = "craft_weapon_ingredients_n" "vibration_generator", + options = [ + [ingredientType=IT_template, ingredients = [[name="craft_weapon_ingredients_n" "vibration_generator", ingredient="object/tangible/component/weapon/vibro_unit_base.iff", count=1]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] +skillCommands = ["unskilled"] +manufactureScripts = [ "systems.crafting.weapon.core.crafting_new_weapon_final" ] + +@class intangible_object_template 1 + +@class object_template 8 + +complexity = 40 +sharedTemplate = "object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_war_fan.iff" +volume = 1 +xpPoints = [[type = XP_craftingWeapons, level = 0, value = 0]] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/dressed_dathomir_spider_nightsister_matron.tpf b/sku.0/sys.server/compiled/game/object/mobile/dressed_dathomir_spider_nightsister_matron.tpf new file mode 100644 index 0000000000..eda7cdefed --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/dressed_dathomir_spider_nightsister_matron.tpf @@ -0,0 +1,13 @@ + +@base object/mobile/mobile.iff + +@class creature_object_template 2 + +nameGeneratorType = "human" + +@class tangible_object_template 0 + +@class object_template 0 + +sharedTemplate = "object/mobile/shared_dressed_dathomir_spider_nightsister_matron.iff" + diff --git a/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_clan_mother_amaya_kymeri.tpf b/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_clan_mother_amaya_kymeri.tpf new file mode 100644 index 0000000000..d899ef2b03 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_clan_mother_amaya_kymeri.tpf @@ -0,0 +1,11 @@ +@base object/mobile/mobile.iff + +@class creature_object_template 5 + + +@class tangible_object_template 4 + + +@class object_template 11 + +sharedTemplate = "object/mobile/shared_dressed_wod_clan_mother_amaya_kymeri.iff" diff --git a/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_ghost_clan_mother.tpf b/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_ghost_clan_mother.tpf index 60ddbdf929..7321a2df43 100755 --- a/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_ghost_clan_mother.tpf +++ b/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_ghost_clan_mother.tpf @@ -1,13 +1,11 @@ - @base object/mobile/mobile.iff -@class creature_object_template 2 - +@class creature_object_template 5 -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 0 -sharedTemplate = "object/mobile/shared_dressed_wod_ghost_clan_mother.iff" +@class object_template 11 +sharedTemplate = "object/mobile/shared_dressed_wod_ghost_clan_mother.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_omogg_rep.tpf b/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_omogg_rep.tpf index daf23c5cca..c8cc841283 100755 --- a/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_omogg_rep.tpf +++ b/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_omogg_rep.tpf @@ -1,13 +1,11 @@ - @base object/mobile/mobile.iff -@class creature_object_template 2 +@class creature_object_template 5 -nameGeneratorType = "human" -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 0 -sharedTemplate = "object/mobile/shared_dressed_wod_omogg_rep.iff" +@class object_template 11 +sharedTemplate = "object/mobile/shared_dressed_wod_omogg_rep.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_rubina.tpf b/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_rubina.tpf new file mode 100644 index 0000000000..8bd33bc015 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/dressed_wod_rubina.tpf @@ -0,0 +1,9 @@ +@base object/mobile/mobile.iff + +@class creature_object_template 2 + +@class tangible_object_template 0 + +@class object_template 0 + +sharedTemplate = "object/mobile/shared_dressed_wod_rubina.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_1.tpf b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_1.tpf new file mode 100644 index 0000000000..73ed99d55f --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_1.tpf @@ -0,0 +1,9 @@ +@base object/mobile/mobile.iff + +@class creature_object_template 2 + +@class tangible_object_template 0 + +@class object_template 0 + +sharedTemplate = "object/mobile/shared_wod_outcast_1.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_2.tpf b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_2.tpf new file mode 100644 index 0000000000..72e3f7a127 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_2.tpf @@ -0,0 +1,9 @@ +@base object/mobile/mobile.iff + +@class creature_object_template 2 + +@class tangible_object_template 0 + +@class object_template 0 + +sharedTemplate = "object/mobile/shared_wod_outcast_2.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_3.tpf b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_3.tpf new file mode 100644 index 0000000000..f2e9105dcd --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_3.tpf @@ -0,0 +1,9 @@ +@base object/mobile/mobile.iff + +@class creature_object_template 2 + +@class tangible_object_template 0 + +@class object_template 0 + +sharedTemplate = "object/mobile/shared_wod_outcast_3.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_4.tpf b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_4.tpf new file mode 100644 index 0000000000..2cd8d1a056 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_4.tpf @@ -0,0 +1,9 @@ +@base object/mobile/mobile.iff + +@class creature_object_template 2 + +@class tangible_object_template 0 + +@class object_template 0 + +sharedTemplate = "object/mobile/shared_wod_outcast_4.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_5.tpf b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_5.tpf new file mode 100644 index 0000000000..a8759703c0 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_5.tpf @@ -0,0 +1,9 @@ +@base object/mobile/mobile.iff + +@class creature_object_template 2 + +@class tangible_object_template 0 + +@class object_template 0 + +sharedTemplate = "object/mobile/shared_wod_outcast_5.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_6.tpf b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_6.tpf new file mode 100644 index 0000000000..edcb188cde --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_6.tpf @@ -0,0 +1,9 @@ +@base object/mobile/mobile.iff + +@class creature_object_template 2 + +@class tangible_object_template 0 + +@class object_template 0 + +sharedTemplate = "object/mobile/shared_wod_outcast_6.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_7.tpf b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_7.tpf new file mode 100644 index 0000000000..93ebe49ede --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/mobile/wod_outcast_7.tpf @@ -0,0 +1,9 @@ +@base object/mobile/mobile.iff + +@class creature_object_template 2 + +@class tangible_object_template 0 + +@class object_template 0 + +sharedTemplate = "object/mobile/shared_wod_outcast_7.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/mobile/wod_sm_rancor_handler.tpf b/sku.0/sys.server/compiled/game/object/mobile/wod_sm_rancor_handler.tpf index 41859981a8..623c84e8ed 100755 --- a/sku.0/sys.server/compiled/game/object/mobile/wod_sm_rancor_handler.tpf +++ b/sku.0/sys.server/compiled/game/object/mobile/wod_sm_rancor_handler.tpf @@ -1,11 +1,11 @@ - @base object/mobile/mobile.iff -@class creature_object_template 2 +@class creature_object_template 5 + -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 0 -sharedTemplate = "object/mobile/shared_wod_sm_rancor_handler.iff" +@class object_template 11 +sharedTemplate = "object/mobile/shared_wod_sm_rancor_handler.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/static/structure/dathomir/mtn_clan_pillar_s01.tpf b/sku.0/sys.server/compiled/game/object/static/structure/dathomir/mtn_clan_pillar_s01.tpf index 2865095c38..dd1ca9a3a4 100755 --- a/sku.0/sys.server/compiled/game/object/static/structure/dathomir/mtn_clan_pillar_s01.tpf +++ b/sku.0/sys.server/compiled/game/object/static/structure/dathomir/mtn_clan_pillar_s01.tpf @@ -9,4 +9,4 @@ sharedTemplate = "object/static/structure/dathomir/shared_mtn_clan_pillar_s01.iff" -updateRanges[UR_far] = 256 \ No newline at end of file +updateRanges[UR_far] = 256 diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_1.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_1.tpf index 6e73a35f8d..f109d0aff0 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_1.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_1.tpf @@ -1,10 +1,12 @@ - @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 +@class tangible_object_template 4 + -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/terminal/shared_wod_crafting_alter_1.iff" +sharedTemplate = "object/tangible/content/shared_wod_crafting_alter_1.iff" +scripts = +["theme_park.wod.crafting_altars"] +objvars = +["altar_number" = 1] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_2.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_2.tpf index 3f897ec648..cbade5dbd7 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_2.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_2.tpf @@ -1,10 +1,12 @@ - @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 +@class tangible_object_template 4 + -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/terminal/shared_wod_crafting_alter_2.iff" +sharedTemplate = "object/tangible/content/shared_wod_crafting_alter_2.iff" +scripts = +["theme_park.wod.crafting_altars"] +objvars = +["altar_number" = 2] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_3.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_3.tpf index 46167cc7f2..919794fbf6 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_3.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_3.tpf @@ -1,10 +1,12 @@ - @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 +@class tangible_object_template 4 + -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/terminal/shared_wod_crafting_alter_3.iff" +sharedTemplate = "object/tangible/content/shared_wod_crafting_alter_3.iff" +scripts = +["theme_park.wod.crafting_altars"] +objvars = +["altar_number" = 3] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_4.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_4.tpf index c7c2b14e1f..42b0553946 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_4.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_crafting_alter_4.tpf @@ -1,10 +1,12 @@ - @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 +@class tangible_object_template 4 + -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/terminal/shared_wod_crafting_alter_4.iff" +sharedTemplate = "object/tangible/content/shared_wod_crafting_alter_4.iff" +scripts = +["theme_park.wod.crafting_altars"] +objvars = +["altar_number" = 4] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_first_sister_altar.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_first_sister_altar.tpf index bd394827e3..a6df78e149 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_first_sister_altar.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_first_sister_altar.tpf @@ -1,10 +1,8 @@ - @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 - -@class object_template 2 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/terminal/shared_wod_first_sister_altar.iff" +@class object_template 11 +sharedTemplate = "object/tangible/content/shared_wod_first_sister_altar.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_logic_unit_componenet.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_logic_unit_componenet.tpf index c65c70ff16..9c6926a058 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_logic_unit_componenet.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_logic_unit_componenet.tpf @@ -1,10 +1,8 @@ +@base object/tangible/base/tangible_base.iff -@base object/tangible/terminal/base/base_terminal.iff +@class tangible_object_template 4 -@class tangible_object_template 0 - -@class object_template 2 - -sharedTemplate = "object/tangible/terminal/shared_wod_logic_unit_componenet" +@class object_template 11 +sharedTemplate = "object/tangible/content/shared_wod_logic_unit_componenet.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_logic_unit_component.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_logic_unit_component.tpf new file mode 100644 index 0000000000..9c6926a058 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_logic_unit_component.tpf @@ -0,0 +1,8 @@ +@base object/tangible/base/tangible_base.iff + +@class tangible_object_template 4 + + +@class object_template 11 + +sharedTemplate = "object/tangible/content/shared_wod_logic_unit_componenet.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_1.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_1.tpf index 7e5853ae94..09b4728f08 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_1.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_1.tpf @@ -1,10 +1,8 @@ - @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 - -@class object_template 2 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/terminal/shared_wod_second_sister_fire_1" +@class object_template 11 +sharedTemplate = "object/tangible/content/shared_wod_second_sister_fire_1.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_2.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_2.tpf index a8666d7571..39cb10ba77 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_2.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_2.tpf @@ -1,10 +1,8 @@ - @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 - -@class object_template 2 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/terminal/shared_wod_second_sister_fire_2" +@class object_template 11 +sharedTemplate = "object/tangible/content/shared_wod_second_sister_fire_2.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_3.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_3.tpf index 395b9c457a..fe449f595e 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_3.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_3.tpf @@ -1,10 +1,8 @@ - @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 - -@class object_template 2 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/terminal/shared_wod_second_sister_fire_3" +@class object_template 11 +sharedTemplate = "object/tangible/content/shared_wod_second_sister_fire_3.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_4.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_4.tpf index fd3b2825bb..414114a9f7 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_4.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_second_sister_fire_4.tpf @@ -1,10 +1,8 @@ - @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 - -@class object_template 2 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/terminal/shared_wod_second_sister_fire_4" +@class object_template 11 +sharedTemplate = "object/tangible/content/shared_wod_second_sister_fire_4.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_01.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_01.tpf index 07f706d25e..3ec4961a08 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_01.tpf @@ -1,6 +1,8 @@ @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 2 -@class object_template 5 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/content/shared_wod_stim_01.iff" + +@class object_template 11 + +sharedTemplate = "object/tangible/content/shared_wod_stim_01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_02.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_02.tpf index 73ecb5df00..652b9ff982 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_02.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_02.tpf @@ -1,6 +1,8 @@ @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 2 -@class object_template 5 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/content/shared_wod_stim_02.iff" + +@class object_template 11 + +sharedTemplate = "object/tangible/content/shared_wod_stim_02.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_03.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_03.tpf index c3a4112c15..5b0808377a 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_03.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_03.tpf @@ -1,6 +1,8 @@ @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 2 -@class object_template 5 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/content/shared_wod_stim_03.iff" + +@class object_template 11 + +sharedTemplate = "object/tangible/content/shared_wod_stim_03.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_04.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_04.tpf index df9dd202bd..6da207e010 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_04.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_stim_04.tpf @@ -1,6 +1,8 @@ @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 2 -@class object_template 5 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/content/shared_wod_stim_04.iff" + +@class object_template 11 + +sharedTemplate = "object/tangible/content/shared_wod_stim_04.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_1.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_1.tpf index 8d03528c78..4052a571d9 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_1.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_1.tpf @@ -1,6 +1,8 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 2 -@class object_template 5 +@class tangible_object_template 4 + + +@class object_template 11 sharedTemplate = "object/tangible/content/shared_wod_token_1.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_2.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_2.tpf index 2d7e66f47e..5597b55127 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_2.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_2.tpf @@ -1,6 +1,8 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 2 -@class object_template 5 +@class tangible_object_template 4 + + +@class object_template 11 sharedTemplate = "object/tangible/content/shared_wod_token_2.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_3.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_3.tpf index 07473c51a4..74c63a69bd 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_3.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_3.tpf @@ -1,6 +1,8 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 2 -@class object_template 5 +@class tangible_object_template 4 + + +@class object_template 11 sharedTemplate = "object/tangible/content/shared_wod_token_3.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_4.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_4.tpf index 7658d49a87..ed542d8eed 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_4.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_4.tpf @@ -1,6 +1,8 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 2 -@class object_template 5 +@class tangible_object_template 4 + + +@class object_template 11 sharedTemplate = "object/tangible/content/shared_wod_token_4.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_5.tpf b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_5.tpf index 1edce7e494..729322c022 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_5.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/content/wod_token_5.tpf @@ -1,6 +1,8 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 2 -@class object_template 5 +@class tangible_object_template 4 + + +@class object_template 11 sharedTemplate = "object/tangible/content/shared_wod_token_5.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/deed/player_house_deed/wod_ns_hut_deed.tpf b/sku.0/sys.server/compiled/game/object/tangible/deed/player_house_deed/wod_ns_hut_deed.tpf index c96f06ca2d..8de1a919a8 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/deed/player_house_deed/wod_ns_hut_deed.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/deed/player_house_deed/wod_ns_hut_deed.tpf @@ -1,18 +1,16 @@ - @base object/tangible/deed/base/base_deed.iff @class tangible_object_template 0 -@class object_template 7 +@class object_template 7 sharedTemplate = "object/tangible/deed/player_house_deed/shared_wod_ns_hut_deed.iff" - objvars = +[ "player_structure.deed.template" = "object/building/player/player_house_wod_ns_hut.iff", "player_structure.deed.buildtime" = 90, - "player_structure.deed.scene" = "corellia,talus,lok,naboo,dantooine,tatooine,rori"] + "player_structure.deed.scene" = "tatooine,lok,naboo,rori,corellia,talus,dantooine"] scripts = +[ "item.structure_deed.player_structure_deed"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/deed/player_house_deed/wod_sm_hut_deed.tpf b/sku.0/sys.server/compiled/game/object/tangible/deed/player_house_deed/wod_sm_hut_deed.tpf index 617bc37615..d19e5334c6 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/deed/player_house_deed/wod_sm_hut_deed.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/deed/player_house_deed/wod_sm_hut_deed.tpf @@ -1,18 +1,16 @@ - @base object/tangible/deed/base/base_deed.iff @class tangible_object_template 0 -@class object_template 7 +@class object_template 7 sharedTemplate = "object/tangible/deed/player_house_deed/shared_wod_sm_hut_deed.iff" - objvars = +[ "player_structure.deed.template" = "object/building/player/player_house_wod_sm_hut.iff", "player_structure.deed.buildtime" = 90, - "player_structure.deed.scene" = "corellia,talus,lok,naboo,dantooine,tatooine,rori"] + "player_structure.deed.scene" = "tatooine,lok,naboo,rori,corellia,talus,dantooine"] scripts = +[ "item.structure_deed.player_structure_deed"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_floating_stones.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_floating_stones.tpf index 4229d22bf1..d55a9cb924 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_floating_stones.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_floating_stones.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_floating_stones.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_gate.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_gate.tpf index e425d4e83c..577be5a564 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_gate.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_gate.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_gate.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_01.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_01.tpf index bb635569ba..a21cd6dc87 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_01.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_01.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_02.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_02.tpf index b07ba8dc59..2c92fd0bf1 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_02.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_02.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_02.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_02.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_03.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_03.tpf index e099d90104..7a21997f6c 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_03.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_03.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_03.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_03.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_04.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_04.tpf index 5814f60361..5673e20e05 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_04.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_04.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_04.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_04.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_05.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_05.tpf index 60b77292b2..b3897bce8a 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_05.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_05.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_05.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_05.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_06.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_06.tpf index 2d9adc1dc9..58e23d8e5b 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_06.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_06.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_06.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_06.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_07.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_07.tpf index a25eab22e4..dc2ab65b45 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_07.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_07.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_07.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_07.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_08.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_08.tpf index 90668b290f..d254228b17 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_08.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_08.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_08.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_08.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_09.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_09.tpf index 2e39421743..d241f031f2 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_09.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_potted_plant_09.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_09.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_potted_plant_09.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_wall.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_wall.tpf index e7cb2ef07d..2537904d3b 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_wall.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_ns_wall.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_ns_wall.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_01.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_01.tpf index 1782534cbe..0f13f9546a 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_01.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_potted_plant_01.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_02.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_02.tpf index 0de91bd574..e52bada0c0 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_02.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_02.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_potted_plant_02.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_03.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_03.tpf index 7d6f64b57c..a843ca1fea 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_03.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_03.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_potted_plant_03.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_04.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_04.tpf index bfe8151d78..6421cbfae1 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_04.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_04.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_potted_plant_04.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_05.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_05.tpf index 0486913775..0c40045d98 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_05.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_05.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_potted_plant_05.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_06.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_06.tpf index b7b33d5ae1..2822d2c0e6 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_06.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_06.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_potted_plant_06.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_07.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_07.tpf index e3d2b2e746..b2d6c8573e 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_07.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_07.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_potted_plant_07.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_08.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_08.tpf index 215ad52ccd..9f59fff392 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_08.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_08.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_potted_plant_08.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_09.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_09.tpf index bbb61a89dc..6292c415c5 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_09.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_potted_plant_09.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_potted_plant_09.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_01.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_01.tpf index 9b88a351b0..778fbcf720 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_01.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_01.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_02.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_02.tpf index 39f88b050d..97c0192371 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_02.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_02.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_02.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_02.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_03.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_03.tpf index 2cbac007b9..0e656502da 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_03.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_03.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_03.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_03.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_04.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_04.tpf index 9bb096aee1..3da33e5ad9 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_04.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_04.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_04.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_04.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_05.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_05.tpf index 4f96b2192f..da7a7a9332 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_05.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_05.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_05.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_05.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_06.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_06.tpf index 8a8756209a..b28c391f10 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_06.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_06.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_06.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_06.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_07.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_07.tpf index 06d1504909..1eebd170a6 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_07.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_07.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_07.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_07.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_08.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_08.tpf index ef0f1208ea..8309bc5fe7 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_08.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_08.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_08.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_08.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_09.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_09.tpf index 387ea06174..7866f6340e 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_09.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_potted_plant_09.tpf @@ -1,7 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 -sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_09.iff" +@class object_template 11 + +sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_potted_plant_09.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_wall.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_wall.tpf index c5e8163a73..75f1e18a51 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_wall.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_sm_wall.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_sm_wall.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_tower.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_tower.tpf index 03e203b063..daf57a7817 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_tower.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_tower.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_tower.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_trilithon.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_trilithon.tpf index e209d323d3..029e91fabd 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_trilithon.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/decorative/wod_trilithon.tpf @@ -1,7 +1,9 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 2 +@class tangible_object_template 4 -@class object_template 3 + +@class object_template 11 sharedTemplate = "object/tangible/furniture/decorative/shared_wod_trilithon.iff" +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/data_cache.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/data_cache.tpf index 62934b2c82..b5f2eaf14e 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/data_cache.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/data_cache.tpf @@ -1,9 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/furniture/wod_themepark/shared_data_cache.iff" - +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_data_cache.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_ns_01.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_ns_01.tpf new file mode 100644 index 0000000000..c8705f9e43 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_ns_01.tpf @@ -0,0 +1,7 @@ +@base object/tangible/furniture/base/furniture_base.iff + +@class tangible_object_template 1 + +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_ns_02.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_ns_02.tpf new file mode 100644 index 0000000000..0dad418c25 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_ns_02.tpf @@ -0,0 +1,7 @@ +@base object/tangible/furniture/base/furniture_base.iff + +@class tangible_object_template 1 + +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_02.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_outcast.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_outcast.tpf new file mode 100644 index 0000000000..7d856b4fbd --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_outcast.tpf @@ -0,0 +1,7 @@ +@base object/tangible/furniture/base/furniture_base.iff + +@class tangible_object_template 1 + +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_painting_outcast.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_01.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_01.tpf new file mode 100644 index 0000000000..87fd5d45f2 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_01.tpf @@ -0,0 +1,7 @@ +@base object/tangible/furniture/base/furniture_base.iff + +@class tangible_object_template 1 + +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_02.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_02.tpf new file mode 100644 index 0000000000..8fbea5afa2 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_02.tpf @@ -0,0 +1,7 @@ +@base object/tangible/furniture/base/furniture_base.iff + +@class tangible_object_template 1 + +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_02.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_03.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_03.tpf new file mode 100644 index 0000000000..cb269d654e --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_03.tpf @@ -0,0 +1,7 @@ +@base object/tangible/furniture/base/furniture_base.iff + +@class tangible_object_template 1 + +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_03.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_04.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_04.tpf new file mode 100644 index 0000000000..bd8ba45827 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_scene_04.tpf @@ -0,0 +1,7 @@ +@base object/tangible/furniture/base/furniture_base.iff + +@class tangible_object_template 1 + +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_04.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_sm_01.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_sm_01.tpf new file mode 100644 index 0000000000..c8ddc8bd24 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_sm_01.tpf @@ -0,0 +1,7 @@ +@base object/tangible/furniture/base/furniture_base.iff + +@class tangible_object_template 1 + +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_sm_02.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_sm_02.tpf new file mode 100644 index 0000000000..48f6faf46b --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_painting_sm_02.tpf @@ -0,0 +1,7 @@ +@base object/tangible/furniture/base/furniture_base.iff + +@class tangible_object_template 1 + +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_02.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar.tpf new file mode 100644 index 0000000000..eeb0bd3505 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar.tpf @@ -0,0 +1,7 @@ +@base object/tangible/terminal/base/base_terminal.iff +@class tangible_object_template 0 +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar.iff" +scripts = +["theme_park.wod.pro_seed_jar"] +moveFlags = [ MF_player ] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.tpf new file mode 100644 index 0000000000..1f6752622a --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.tpf @@ -0,0 +1,7 @@ +@base object/tangible/terminal/base/base_terminal.iff +@class tangible_object_template 0 +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_ns.iff" +scripts = +["theme_park.wod.pro_seed_jar_nsm"] +moveFlags = [ MF_player ] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.tpf new file mode 100644 index 0000000000..8f9e9be84e --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.tpf @@ -0,0 +1,7 @@ +@base object/tangible/terminal/base/base_terminal.iff +@class tangible_object_template 0 +@class object_template 2 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_sm.iff" +scripts = +["theme_park.wod.pro_seed_jar_nsm"] +moveFlags = [ MF_player ] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_gaping_spider.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_gaping_spider.tpf new file mode 100644 index 0000000000..96ec2b768c --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_gaping_spider.tpf @@ -0,0 +1,6 @@ +@base object/tangible/base/tangible_base.iff + +@class tangible_object_template 2 +@class object_template 5 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_toy_gaping_spider.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_malkloc.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_malkloc.tpf new file mode 100644 index 0000000000..b8047cf318 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_malkloc.tpf @@ -0,0 +1,6 @@ +@base object/tangible/base/tangible_base.iff + +@class tangible_object_template 2 +@class object_template 5 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_toy_malkloc.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_rancor.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_rancor.tpf new file mode 100644 index 0000000000..7175c5bf98 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_rancor.tpf @@ -0,0 +1,6 @@ +@base object/tangible/base/tangible_base.iff + +@class tangible_object_template 2 +@class object_template 5 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_toy_rancor.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_reptilian_flyer.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_reptilian_flyer.tpf new file mode 100644 index 0000000000..6077c3cd54 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_reptilian_flyer.tpf @@ -0,0 +1,6 @@ +@base object/tangible/base/tangible_base.iff + +@class tangible_object_template 2 +@class object_template 5 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_toy_reptilian_flyer.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_shear_mite.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_shear_mite.tpf new file mode 100644 index 0000000000..becac25430 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_toy_shear_mite.tpf @@ -0,0 +1,6 @@ +@base object/tangible/base/tangible_base.iff + +@class tangible_object_template 2 +@class object_template 5 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_toy_shear_mite.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_01.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_01.tpf new file mode 100644 index 0000000000..ea906bb956 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_01.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_01.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_02.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_02.tpf new file mode 100644 index 0000000000..84317b478f --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_02.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_02.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_03.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_03.tpf new file mode 100644 index 0000000000..12cf0fa18b --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_03.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_03.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_04.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_04.tpf new file mode 100644 index 0000000000..0ba6d37ff8 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_04.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_04.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_05.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_05.tpf new file mode 100644 index 0000000000..cc32bf03de --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_05.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_05.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_06.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_06.tpf new file mode 100644 index 0000000000..ec23eea0ca --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_06.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_06.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_07.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_07.tpf new file mode 100644 index 0000000000..012a52216e --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_07.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_07.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_08.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_08.tpf new file mode 100644 index 0000000000..5ef31b91d3 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_08.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_08.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_09.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_09.tpf new file mode 100644 index 0000000000..c7aa832723 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_09.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_10.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_10.tpf new file mode 100644 index 0000000000..2757004017 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_10.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_11.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_11.tpf new file mode 100644 index 0000000000..d353c2e56c --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_11.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_12.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_12.tpf new file mode 100644 index 0000000000..285906c034 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_12.tpf @@ -0,0 +1,9 @@ +@base object/tangible/furniture/city/city_furniture.iff + +@class tangible_object_template 1 + +@class object_template 3 + +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.iff" + +scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_01.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_01.tpf index 02de7344db..f9ebec0dc1 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_01.tpf @@ -1,10 +1,7 @@ - @base object/tangible/terminal/base/base_terminal.iff - @class tangible_object_template 0 - @class object_template 2 -sharedTemplate = "object/tangible/terminal/shared_wod_themepark_herb_01.iff" - - +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_01.iff" +objvars = +["herb_type" = 1] +scripts = +["theme_park.wod.herb_quest_object"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_02.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_02.tpf index 30af9c5f54..a94e864cfb 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_02.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_02.tpf @@ -1,10 +1,7 @@ - @base object/tangible/terminal/base/base_terminal.iff - @class tangible_object_template 0 - @class object_template 2 -sharedTemplate = "object/tangible/terminal/shared_wod_themepark_herb_02.iff" - - +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_02.iff" +objvars = +["herb_type" = 2] +scripts = +["theme_park.wod.herb_quest_object"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_03.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_03.tpf index aee4215c3d..c09bf2da0a 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_03.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_03.tpf @@ -1,10 +1,7 @@ - @base object/tangible/terminal/base/base_terminal.iff - @class tangible_object_template 0 - @class object_template 2 -sharedTemplate = "object/tangible/terminal/shared_wod_themepark_herb_03.iff" - - +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_03.iff" +objvars = +["herb_type" = 3] +scripts = +["theme_park.wod.herb_quest_object"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_04.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_04.tpf index e5edc85c8f..43bb665652 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_04.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_04.tpf @@ -1,10 +1,7 @@ - @base object/tangible/terminal/base/base_terminal.iff - @class tangible_object_template 0 - @class object_template 2 -sharedTemplate = "object/tangible/terminal/shared_wod_themepark_herb_04.iff" - - +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_04.iff" +objvars = +["herb_type" = 4] +scripts = +["theme_park.wod.herb_quest_object"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_05.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_05.tpf index 0e1d275b47..bebfa3b5fb 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_05.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_themepark_herb_05.tpf @@ -1,10 +1,7 @@ - @base object/tangible/terminal/base/base_terminal.iff - @class tangible_object_template 0 - @class object_template 2 -sharedTemplate = "object/tangible/terminal/shared_wod_themepark_herb_05.iff" - - +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_05.iff" +objvars = +["herb_type" = 5] +scripts = +["theme_park.wod.herb_quest_object"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_trampled_plant.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_trampled_plant.tpf index 6d7ab09f6c..3e4d7d82ba 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_trampled_plant.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_trampled_plant.tpf @@ -1,9 +1,8 @@ @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_trampled_plant" - +sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_trampled_plant.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s01_sign.tpf b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s01_sign.tpf index f4cb175a1f..cf723410c5 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s01_sign.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s01_sign.tpf @@ -1,9 +1,11 @@ - @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 sharedTemplate = "object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s01_sign.iff" + +//scripts = +["systems.sign.special_sign"] //disable for now - only works via static items?! +//objvars = +["special_sign_wod_hanging_sign_sm_1"=1] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s02_sign.tpf b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s02_sign.tpf index 16ed762424..dbf507d8c7 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s02_sign.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s02_sign.tpf @@ -1,9 +1,11 @@ - @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 sharedTemplate = "object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s02_sign.iff" + +//scripts = +["systems.sign.special_sign"] //disable for now - only works via static items?! +//objvars = +["special_sign_wod_hanging_sign_sm_2"=1] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s03_sign.tpf b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s03_sign.tpf index bc4ae6621f..5d57bd821e 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s03_sign.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_banner_s03_sign.tpf @@ -1,9 +1,11 @@ - @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 sharedTemplate = "object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s03_sign.iff" + +//scripts = +["systems.sign.special_sign"] //disable for now - only works via static items?! +//objvars = +["special_sign_wod_hanging_sign_sm_1"=3] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_hanging_sign.tpf b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_hanging_sign.tpf index 6cd64005c9..6286effbf3 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_hanging_sign.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_hanging_sign.tpf @@ -1,9 +1,8 @@ - @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/item/skillmod/shared_skillmod_wod_sm_hanging_sign.iff" +sharedTemplate = "object/tangible/item/skillmod/shared_skillmod_wod_sm_hanging_sign.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_standing_sign.tpf b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_standing_sign.tpf index 370ebfaf7a..6e83e32675 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_standing_sign.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/item/skillmod/skillmod_wod_sm_standing_sign.tpf @@ -1,9 +1,8 @@ - @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/item/skillmod/shared_skillmod_wod_sm_standing_sign.iff" +sharedTemplate = "object/tangible/item/skillmod/shared_skillmod_wod_sm_standing_sign.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/quest/wod/wod_rancor_cage.tpf b/sku.0/sys.server/compiled/game/object/tangible/quest/wod/wod_rancor_cage.tpf new file mode 100644 index 0000000000..a17458c18c --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/quest/wod/wod_rancor_cage.tpf @@ -0,0 +1,8 @@ +@base object/tangible/loot/base/loot_base.iff + +@class tangible_object_template 4 + + +@class object_template 11 + +sharedTemplate = "object/tangible/quest/wod/shared_wod_rancor_cage.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/quest/wod/wod_spider_eggs.tpf b/sku.0/sys.server/compiled/game/object/tangible/quest/wod/wod_spider_eggs.tpf new file mode 100644 index 0000000000..6a5e58645c --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/quest/wod/wod_spider_eggs.tpf @@ -0,0 +1,8 @@ +@base object/tangible/loot/base/loot_base.iff + +@class tangible_object_template 4 + + +@class object_template 11 + +sharedTemplate = "object/tangible/quest/wod/shared_wod_spider_eggs.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/spawning/event/wod_themepark_herb_spawner.tpf b/sku.0/sys.server/compiled/game/object/tangible/spawning/event/wod_themepark_herb_spawner.tpf index 21cd8fcd04..7f1cb940e4 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/spawning/event/wod_themepark_herb_spawner.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/spawning/event/wod_themepark_herb_spawner.tpf @@ -1,38 +1,8 @@ -// Created by CBarnes 01/2004 -// @base object/tangible/base/tangible_base.iff +@class tangible_object_template 0 +@class object_template 5 -@class tangible_object_template 3 - - combatSkeleton = CS_none - - triggerVolumes = [ ] - - -@class object_template 8 - -updateRanges[UR_far] = 1024 - -sharedTemplate = "object/tangible/spawning/event/shared_wod_themepark_herb_spawner.iff" - - complexity = 0 - - tintIndex = 0 - - invulnerable = true - - visibleFlags = [ VF_gm ] - deleteFlags = [ DF_gm ] - - - objvars = [ ] - contents = [ ] - xpPoints = [ ] - - persistByDefault = false - - -moveFlags = [ MF_gm ] -objvars = ["strSpawns"="gcw_imperial_sentry","strSpawnerType"="area","registerWithController"=1,"strName"="spawner","intSpawnCount"=1,"intSpawnSystem"=1,"intGoodLocationSpawner"=0,"intDefaultBehavior"=1,"fltRadius"=0.000000,"fltMinSpawnTime"=0.000000,"fltMaxSpawnTime"=0.000000] - -scripts = ["systems.spawning.spawner_area"] +sharedTemplate = "object/tangible/spawning/event/shared_nym_themepark_weed_spawner.iff" +invulnerable = true +visibleFlags = [ VF_gm ] +scripts = ["theme_park.wod.herb_spawning"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/basket_rubina_ns.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/basket_rubina_ns.tpf new file mode 100644 index 0000000000..d9793d8750 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/basket_rubina_ns.tpf @@ -0,0 +1,7 @@ +@base object/tangible/terminal/base/base_terminal.iff + +@class tangible_object_template 0 +@class object_template 2 + +sharedTemplate = "object/tangible/theme_park/wod/shared_basket_rubina_ns.iff" +scripts = +["theme_park.wod.rubina_basket_ns"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/basket_rubina_sm.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/basket_rubina_sm.tpf new file mode 100644 index 0000000000..b6efb1ccae --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/basket_rubina_sm.tpf @@ -0,0 +1,7 @@ +@base object/tangible/terminal/base/base_terminal.iff + +@class tangible_object_template 0 +@class object_template 2 + +sharedTemplate = "object/tangible/theme_park/wod/shared_basket_rubina_sm.iff" +scripts = +["theme_park.wod.rubina_basket_sm"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/themepark_basket_ns.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/themepark_basket_ns.tpf new file mode 100644 index 0000000000..5173c061c9 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/themepark_basket_ns.tpf @@ -0,0 +1,6 @@ +@base object/tangible/terminal/base/base_terminal.iff + +@class tangible_object_template 0 +@class object_template 2 + +sharedTemplate = "object/tangible/theme_park/wod/shared_basket_rubina_ns.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/themepark_basket_sm.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/themepark_basket_sm.tpf new file mode 100644 index 0000000000..c8f32ed69a --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/themepark_basket_sm.tpf @@ -0,0 +1,6 @@ +@base object/tangible/terminal/base/base_terminal.iff + +@class tangible_object_template 0 +@class object_template 2 + +sharedTemplate = "object/tangible/theme_park/wod/shared_basket_rubina_sm.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter.tpf index 7690b058cc..b293362405 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter.tpf @@ -1,8 +1,8 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_alter.iff" +sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_alter.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key.tpf index a9925c57f0..474e19e037 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key.tpf @@ -1,8 +1,8 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_alter_key.iff" +sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_alter_key.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_1.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_1.tpf index d8325b6dfa..4f0913456c 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_1.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_1.tpf @@ -1,8 +1,12 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_alter_key_1.iff" + +scripts = +["theme_park.wod.crafting_altar_item"] + +objvars = +["wod.altarNumber" = "1"] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_2.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_2.tpf index 715feaba16..5a8a24f66c 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_2.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_2.tpf @@ -1,8 +1,12 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_alter_key_2.iff" + +scripts = +["theme_park.wod.crafting_altar_item"] + +objvars = +["wod.altarNumber" = "2"] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_3.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_3.tpf index ad145be267..45b046839d 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_3.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_3.tpf @@ -1,8 +1,12 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_alter_key_3.iff" + +scripts = +["theme_park.wod.crafting_altar_item"] + +objvars = +["wod.altarNumber" = "3"] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_4.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_4.tpf index 8caa5c53b2..33439d67f3 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_4.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_alter_key_4.tpf @@ -1,8 +1,12 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_alter_key_4.iff" + +scripts = +["theme_park.wod.crafting_altar_item"] + +objvars = +["wod.altarNumber" = "4"] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_template.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_template.tpf index 1dcaedd723..754a284e86 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_template.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_crafting_template.tpf @@ -1,8 +1,8 @@ @base object/tangible/base/tangible_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_template.iff" +sharedTemplate = "object/tangible/theme_park/wod/shared_wod_crafting_template.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_egg.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_egg.tpf index a817b4745d..510fd45924 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_egg.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_egg.tpf @@ -1,8 +1,8 @@ @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/theme_park/wod/shared_wod_egg.iff" +sharedTemplate = "object/tangible/theme_park/wod/shared_wod_egg.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_egg_stomped.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_egg_stomped.tpf index 9360713840..af19d6ffcf 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_egg_stomped.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_egg_stomped.tpf @@ -1,8 +1,8 @@ @base object/tangible/loot/base/loot_base.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/theme_park/wod/shared_wod_egg_stomped.iff" +sharedTemplate = "object/tangible/theme_park/wod/shared_wod_egg_stomped.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_rubina_chest.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_rubina_chest.tpf index 1c9729d5a0..c00437d3eb 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_rubina_chest.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_rubina_chest.tpf @@ -1,8 +1,8 @@ @base object/tangible/terminal/base/base_terminal.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 -sharedTemplate = "object/tangible/theme_park/wod/shared_wod_rubina_chest.iff" +sharedTemplate = "object/tangible/theme_park/wod/shared_wod_rubina_chest.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s01.tpf index 4835dd3e7d..f7b3d50b27 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s01.tpf @@ -1,11 +1,8 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 1 - -@class object_template 2 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/theme_park/wod/shared_wod_witch_banner_s01.iff" +@class object_template 11 +sharedTemplate = "object/tangible/theme_park/wod/shared_wod_witch_banner_s01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s02.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s02.tpf index 1c3f637ad0..b37c84b469 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s02.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s02.tpf @@ -1,11 +1,8 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 1 - -@class object_template 2 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/theme_park/wod/shared_wod_witch_banner_s02.iff" +@class object_template 11 +sharedTemplate = "object/tangible/theme_park/wod/shared_wod_witch_banner_s02.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s03.tpf b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s03.tpf index 1ff4213f0a..e6865f845f 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s03.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/theme_park/wod/wod_witch_banner_s03.tpf @@ -1,11 +1,8 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/furniture_base.iff -@class tangible_object_template 1 - -@class object_template 2 +@class tangible_object_template 4 -sharedTemplate = "object/tangible/theme_park/wod/shared_wod_witch_banner_s03.iff" +@class object_template 11 +sharedTemplate = "object/tangible/theme_park/wod/shared_wod_witch_banner_s03.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/boots/wod_nightsister_boots_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/boots/wod_nightsister_boots_s01.tpf index 349406d647..072b8bda4d 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/wearables/boots/wod_nightsister_boots_s01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/boots/wod_nightsister_boots_s01.tpf @@ -1,15 +1,8 @@ +@base object/tangible/wearables/base/base_shoes.iff -@base object/tangible/wearables/base/wearables_base.iff - -@class tangible_object_template 0 - - -@class object_template 2 - -sharedTemplate = "object/tangible/wearables/boots/shared_wod_nightsister_boots_s01.iff" - - - +@class tangible_object_template 4 +@class object_template 11 +sharedTemplate = "object/tangible/wearables/boots/shared_wod_nightsister_boots_s01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/boots/wod_singing_mountain_clan_boots.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/boots/wod_singing_mountain_clan_boots.tpf new file mode 100644 index 0000000000..50af3bb761 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/boots/wod_singing_mountain_clan_boots.tpf @@ -0,0 +1,8 @@ +@base object/tangible/wearables/base/base_shoes.iff + +@class tangible_object_template 4 + + +@class object_template 11 + +sharedTemplate = "object/tangible/wearables/boots/shared_wod_singing_mountain_clan_boots.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/bracelet/bracelet_wod_crafting_l.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/bracelet/bracelet_wod_crafting_l.tpf index 933df16710..348971cbfa 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/wearables/bracelet/bracelet_wod_crafting_l.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/bracelet/bracelet_wod_crafting_l.tpf @@ -1,10 +1,8 @@ - @base object/tangible/wearables/base/wearables_base.iff -@class tangible_object_template 0 - +@class tangible_object_template 4 -@class object_template 2 -sharedTemplate = "object/tangible/wearables/bracelet/shared_bracelet_wod_crafting_l.iff" +@class object_template 11 +sharedTemplate = "object/tangible/wearables/bracelet/shared_bracelet_wod_crafting_l.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/dress/wod_nightsister_dress_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/dress/wod_nightsister_dress_s01.tpf index 821bd483c4..dbb4667dad 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/wearables/dress/wod_nightsister_dress_s01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/dress/wod_nightsister_dress_s01.tpf @@ -1,28 +1,8 @@ -// Filename: nightsister_dress_s01 -// Directory: object/tangible/wearables/nightsister_dress -// -// Description: -// -// -// Notes: -// -// -// Category: Null -// Sub-Category: Null -// Classification: Null -// - -@base object/tangible/wearables/skirt/skirt_base.iff - -@class tangible_object_template 0 - - -@class object_template 2 - -sharedTemplate = "object/tangible/wearables/dress/shared_wod_nightsister_dress_s01.iff" - - +@base object/tangible/wearables/base/base_skirt.iff +@class tangible_object_template 4 +@class object_template 11 +sharedTemplate = "object/tangible/wearables/dress/shared_wod_nightsister_dress_s01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_nightsister_hat_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_nightsister_hat_s01.tpf new file mode 100644 index 0000000000..d873cb57c7 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_nightsister_hat_s01.tpf @@ -0,0 +1,28 @@ +// Filename: nightsister_hat_s01 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/wearables_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/hat/shared_wod_nightsister_hat_s01.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_nightsister_hat_s03.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_nightsister_hat_s03.tpf new file mode 100644 index 0000000000..94d88a2dec --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_nightsister_hat_s03.tpf @@ -0,0 +1,28 @@ +// Filename: nightsister_hat_s03 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/wearables_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/hat/shared_wod_nightsister_hat_s03.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s01.tpf new file mode 100644 index 0000000000..647d20bf79 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s01.tpf @@ -0,0 +1,28 @@ +// Filename: nightsister_hat_s01 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/wearables_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s01.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s02.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s02.tpf new file mode 100644 index 0000000000..dfd639e8df --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_hat_s02.tpf @@ -0,0 +1,28 @@ +// Filename: nightsister_hat_s01 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/wearables_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s02.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_mask_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_mask_s01.tpf new file mode 100644 index 0000000000..2cab830276 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/hat/wod_singing_mountain_clan_mask_s01.tpf @@ -0,0 +1,28 @@ +// Filename: nightsister_hat_s01 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/wearables_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/hat/shared_wod_singing_mountain_clan_mask_s01.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/pants/wod_nightsister_pants_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/pants/wod_nightsister_pants_s01.tpf index e96357b5cf..a9b25cc7b0 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/wearables/pants/wod_nightsister_pants_s01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/pants/wod_nightsister_pants_s01.tpf @@ -1,8 +1,8 @@ -@base object/tangible/wearables/base/wearables_base.iff +@base object/tangible/wearables/base/base_pants.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 sharedTemplate = "object/tangible/wearables/pants/shared_wod_nightsister_pants_s01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/pants/wod_nightsister_pants_s02.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/pants/wod_nightsister_pants_s02.tpf index e84a2924d6..19f67d6a81 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/wearables/pants/wod_nightsister_pants_s02.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/pants/wod_nightsister_pants_s02.tpf @@ -1,8 +1,8 @@ -@base object/tangible/wearables/base/wearables_base.iff +@base object/tangible/wearables/base/base_pants.iff -@class tangible_object_template 0 +@class tangible_object_template 4 -@class object_template 2 +@class object_template 11 sharedTemplate = "object/tangible/wearables/pants/shared_wod_nightsister_pants_s02.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s01.tpf index 24cb8b32b2..b10f7ebe8d 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s01.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s01.tpf @@ -1,14 +1,8 @@ -@base object/tangible/wearables/base/wearables_base.iff - -@class tangible_object_template 0 - - -@class object_template 2 - -sharedTemplate = "object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s01.iff" - - +@base object/tangible/wearables/base/base_shirt.iff +@class tangible_object_template 4 +@class object_template 11 +sharedTemplate = "object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s01.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s02.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s02.tpf index efb440e05b..68dd1f8cfb 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s02.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s02.tpf @@ -1,14 +1,8 @@ -@base object/tangible/wearables/base/wearables_base.iff - -@class tangible_object_template 0 - - -@class object_template 2 - -sharedTemplate = "object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s02.iff" - - +@base object/tangible/wearables/base/base_shirt.iff +@class tangible_object_template 4 +@class object_template 11 +sharedTemplate = "object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s02.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s03.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s03.tpf index 70129f5e83..e5675397af 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s03.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_nightsister_shirt_s03.tpf @@ -1,14 +1,8 @@ -@base object/tangible/wearables/base/wearables_base.iff - -@class tangible_object_template 0 - - -@class object_template 2 - -sharedTemplate = "object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s03.iff" - - +@base object/tangible/wearables/base/base_shirt.iff +@class tangible_object_template 4 +@class object_template 11 +sharedTemplate = "object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s03.iff" \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s01.tpf new file mode 100644 index 0000000000..fd1b8c6cf8 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s01.tpf @@ -0,0 +1,14 @@ +@base object/tangible/wearables/base/wearables_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s01.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s02.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s02.tpf new file mode 100644 index 0000000000..06f3326fc5 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s02.tpf @@ -0,0 +1,14 @@ +@base object/tangible/wearables/base/wearables_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s02.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s03.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s03.tpf new file mode 100644 index 0000000000..c242feefe6 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/shirt/wod_singing_mountain_clan_shirt_s03.tpf @@ -0,0 +1,14 @@ +@base object/tangible/wearables/base/wearables_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s03.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s01.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s01.tpf new file mode 100644 index 0000000000..0c19b631f0 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s01.tpf @@ -0,0 +1,28 @@ +// Filename: singing_mountain_clan_skirt_s01 +// Directory: object/tangible/wearables/singing_mountain_clan_skirt +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/skirt/skirt_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s01.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s02.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s02.tpf new file mode 100644 index 0000000000..a1444e7df1 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s02.tpf @@ -0,0 +1,28 @@ +// Filename: singing_mountain_clan_skirt_s02 +// Directory: object/tangible/wearables/singing_mountain_clan_skirt +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/skirt/skirt_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s02.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s03.tpf b/sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s03.tpf new file mode 100644 index 0000000000..30323655c9 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/tangible/wearables/skirt/wod_singing_mountain_clan_skirt_s03.tpf @@ -0,0 +1,28 @@ +// Filename: singing_mountain_clan_skirt_s03 +// Directory: object/tangible/wearables/singing_mountain_clan_skirt +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/skirt/skirt_base.iff + +@class tangible_object_template 0 + + +@class object_template 2 + +sharedTemplate = "object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s03.iff" + + + + + + diff --git a/sku.0/sys.server/compiled/game/object/weapon/melee/2h_sword/2h_sword_wod.tpf b/sku.0/sys.server/compiled/game/object/weapon/melee/2h_sword/2h_sword_wod.tpf new file mode 100644 index 0000000000..7308d56fa6 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/weapon/melee/2h_sword/2h_sword_wod.tpf @@ -0,0 +1,12 @@ +// This file ws written by the template editor @ 5:16:45 PM - Fri Sep 27 2002 + +@base object/weapon/melee/2h_sword/base/2h_sword_base.iff + +@class weapon_object_template 11 + +@class tangible_object_template 3 + +@class object_template 10 + +sharedTemplate = "object/weapon/melee/2h_sword/shared_2h_sword_wod.iff" + diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_azzenaj.java b/sku.0/sys.server/compiled/game/script/conversation/wod_azzenaj.java new file mode 100644 index 0000000000..f54522fb8e --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_azzenaj.java @@ -0,0 +1,1119 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_azzenaj extends script.base_script +{ + public wod_azzenaj() + { + } + public static String c_stringFile = "conversation/wod_azzenaj"; + public boolean wod_azzenaj_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_azzenaj_condition_IsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > -1) + { + return true; + } + return false; + } + public boolean wod_azzenaj_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < 0) && (status > -8)) + { + return true; + } + return false; + } + public boolean wod_azzenaj_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm")) && (!groundquests.hasCompletedQuest(player, "wod_themepark_lost_e01"))) + { + return true; + } + return false; + } + public boolean wod_azzenaj_condition_onReturnLostISM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_lost_e01", "returnAzz"); + } + public boolean wod_azzenaj_condition_onReturnLostIISM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_lost_e02", "returnAzz2"); + } + public boolean wod_azzenaj_condition_hasQuestActiveI(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_lost_e01"); + } + public boolean wod_azzenaj_condition_hasQuestActiveII(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_lost_e02"); + } + public boolean wod_azzenaj_condition_hasQuestActiveIII(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ehs_1"); + } + public boolean wod_azzenaj_condition_completedQuestLostISM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_lost_e01"); + } + public boolean wod_azzenaj_condition_completedQuestLostIISM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_lost_e02"); + } + public boolean wod_azzenaj_condition_hasQuestActiveIV(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_queen_mother_boss_fight"); + } + public boolean wod_azzenaj_condition_onReturnHateSistersSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ehs_1", "goBackAzz"); + } + public boolean wod_azzenaj_condition_completedQuestHatesSistersSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_ehs_1"); + } + public void wod_azzenaj_action_sendReturnedSignalLostISM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedAzz"); + } + public void wod_azzenaj_action_sendReturnedSignalLostIISM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedAzz2"); + } + public void wod_azzenaj_action_grantTPLostISM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_lost_e01"); + } + public void wod_azzenaj_action_grantTPLostIISM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_lost_e02"); + } + public void wod_azzenaj_action_grantTPHateSistersSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_ehs_1"); + } + public void wod_azzenaj_action_grantTPQueenBossFightSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.clearQuest(player, "quest/wod_queen_mother_boss_fight"); + groundquests.grantQuest(player, "quest/wod_queen_mother_boss_fight"); + } + public void wod_azzenaj_action_sendReturnedSignalHateSistersSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasComeBack"); + } + public int wod_azzenaj_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_16")) + { + wod_azzenaj_action_sendReturnedSignalLostISM(player, npc); + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 23); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_51"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_42")) + { + wod_azzenaj_action_sendReturnedSignalLostIISM(player, npc); + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_92"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_94")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_65")) + { + wod_azzenaj_action_sendReturnedSignalHateSistersSM(player, npc); + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_111"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_113"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_113")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_115"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_117"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_113")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_115"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_117"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_117")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_119"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_121"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_125"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_121")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + wod_azzenaj_action_grantTPQueenBossFightSM(player, npc); + string_id message = new string_id(c_stringFile, "s_123"); + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_125")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_127"); + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_94")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_98")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_100"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_102"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_102")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_104"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_106"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_106")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + wod_azzenaj_action_grantTPHateSistersSM(player, npc); + string_id message = new string_id(c_stringFile, "s_108"); + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_51"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + wod_azzenaj_action_grantTPLostIISM(player, npc); + string_id message = new string_id(c_stringFile, "s_59"); + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 27); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_74")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_78"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_80"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 28); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_azzenaj_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_80")) + { + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + wod_azzenaj_action_grantTPLostISM(player, npc); + string_id message = new string_id(c_stringFile, "s_84"); + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_azzenaj"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_azzenaj"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_azzenaj_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_4"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_6"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_onReturnLostISM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_15"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_16"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 3); + npcStartConversation(player, npc, "wod_azzenaj", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_onReturnLostIISM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_40"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 5); + npcStartConversation(player, npc, "wod_azzenaj", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_onReturnHateSistersSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_63"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_65"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 7); + npcStartConversation(player, npc, "wod_azzenaj", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_hasQuestActiveI(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_35"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_hasQuestActiveII(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_hasQuestActiveIII(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_85"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_hasQuestActiveIV(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_81"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_completedQuestHatesSistersSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_111"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_113"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 13); + npcStartConversation(player, npc, "wod_azzenaj", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_completedQuestLostIISM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_92"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 18); + npcStartConversation(player, npc, "wod_azzenaj", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_completedQuestLostISM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 23); + npcStartConversation(player, npc, "wod_azzenaj", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_azzenaj.branchId", 26); + npcStartConversation(player, npc, "wod_azzenaj", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_azzenaj_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_90"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_azzenaj")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_azzenaj.branchId"); + if (branchId == 3 && wod_azzenaj_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_azzenaj_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_azzenaj_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_azzenaj_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_azzenaj_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_azzenaj_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_azzenaj_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_azzenaj_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_azzenaj_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_azzenaj_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 19 && wod_azzenaj_handleBranch19(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_azzenaj_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_azzenaj_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 23 && wod_azzenaj_handleBranch23(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_azzenaj_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 26 && wod_azzenaj_handleBranch26(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 27 && wod_azzenaj_handleBranch27(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 28 && wod_azzenaj_handleBranch28(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_azzenaj.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_first_sister.java b/sku.0/sys.server/compiled/game/script/conversation/wod_first_sister.java new file mode 100644 index 0000000000..73ea1329f1 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_first_sister.java @@ -0,0 +1,152 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_first_sister extends script.base_script +{ + public wod_first_sister() + { + } + public static String c_stringFile = "conversation/wod_first_sister"; + public boolean wod_first_sister_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_first_sister_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sister1", "killSister1"); + } + public void wod_first_sister_action_sendSignalTPSister1(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_first_sister_aggro"); + } + public void wod_first_sister_action_aggroSister(obj_id player, obj_id npc) throws InterruptedException + { + setInvulnerable(npc, false); + startCombat(npc, player); + clearCondition(npc, CONDITION_CONVERSABLE); + } + public int wod_first_sister_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_8")) + { + wod_first_sister_action_sendSignalTPSister1(player, npc); + if (wod_first_sister_condition__defaultCondition(player, npc)) + { + wod_first_sister_action_aggroSister(player, npc); + string_id message = new string_id(c_stringFile, "s_10"); + utils.removeScriptVar(player, "conversation.wod_first_sister.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_first_sister"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_first_sister"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_first_sister_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_6"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_first_sister_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_8"); + } + utils.setScriptVar(player, "conversation.wod_first_sister.branchId", 1); + npcStartConversation(player, npc, "wod_first_sister", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_first_sister_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_9"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_first_sister")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_first_sister.branchId"); + if (branchId == 1 && wod_first_sister_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_first_sister.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_gethzerion.java b/sku.0/sys.server/compiled/game/script/conversation/wod_gethzerion.java new file mode 100644 index 0000000000..699d6653a6 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_gethzerion.java @@ -0,0 +1,1250 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_gethzerion extends script.base_script +{ + public wod_gethzerion() + { + } + public static String c_stringFile = "conversation/wod_gethzerion"; + public boolean wod_gethzerion_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_gethzerion_condition_IsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < 1) + { + return true; + } + return false; + } + public boolean wod_gethzerion_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 0) && (status < 8)) + { + return true; + } + return false; + } + public boolean wod_gethzerion_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_themepark_ns_kill_clan"), player) && questIsQuestActive(questGetQuestId("quest/wod_themepark_ns_kill_spiderclan"), player) && (questIsQuestActive(questGetQuestId("quest/wod_themepark_ns_recon"), player) || questIsQuestComplete(questGetQuestId("quest/wod_themepark_ns_recon"), player)); + } + public boolean wod_gethzerion_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns"))) + { + return true; + } + return false; + } + public boolean wod_gethzerion_condition_onReturnKillClanNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_kill_clan", "returnNight"); + } + public boolean wod_gethzerion_condition_onReturnKillSpiderclanNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_kill_spiderclan", "returnNight"); + } + public boolean wod_gethzerion_condition_onReturnGhostRewardNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_ns_ghost_reward", "returnFromRecon"); + } + public boolean wod_gethzerion_condition_hasFinishedRecon(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 7) && questIsQuestActive(questGetQuestId("quest/wod_rubina_chest"), player)) + { + return false; + } + if ((status > 7) && !groundquests.hasCompletedQuest(player, "wod_rubina_chest") && groundquests.hasCompletedQuest(player, "wod_ns_ghost_reward")) + { + return true; + } + return false; + } + public boolean wod_gethzerion_condition_hasNotFinishedRecon(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 7) && questIsQuestActive(questGetQuestId("quest/wod_themepark_ns_recon"), player)) + { + return false; + } + if ((status > 7) && !groundquests.hasCompletedQuest(player, "wod_themepark_ns_recon")) + { + return true; + } + return false; + } + public boolean wod_gethzerion_condition_QuestClanAlreadyActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_themepark_ns_kill_clan"), player); + } + public boolean wod_gethzerion_condition_QuestSpiderclanAlreadyActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_themepark_ns_kill_spiderclan"), player); + } + public void wod_gethzerion_action_sendReturnedSignalGhostRewardNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedFromRecon"); + } + public void wod_gethzerion_action_sendReturnedSignalKillSpiderclanNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedNightSpider"); + } + public void wod_gethzerion_action_sendReturnedSignalKillClanNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedNight"); + } + public void wod_gethzerion_action_grantTPRubinaChestNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_rubina_chest"); + } + public void wod_gethzerion_action_grantTPReconNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_ns_recon"); + } + public void wod_gethzerion_action_grantTPKillSpiderclanNS(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_ns_kill_spiderclan")) + { + groundquests.clearQuest(player, "quest/wod_themepark_ns_kill_spiderclan"); + } + groundquests.grantQuest(player, "quest/wod_themepark_ns_kill_spiderclan"); + } + public void wod_gethzerion_action_grantTPKillClanNS(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_ns_kill_clan")) + { + groundquests.clearQuest(player, "quest/wod_themepark_ns_kill_clan"); + } + groundquests.grantQuest(player, "quest/wod_themepark_ns_kill_clan"); + } + public int wod_gethzerion_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_56")) + { + wod_gethzerion_action_sendReturnedSignalKillClanNS(player, npc); + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_gethzerion_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_44")) + { + wod_gethzerion_action_sendReturnedSignalKillSpiderclanNS(player, npc); + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_46"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_gethzerion_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_50")) + { + wod_gethzerion_action_sendReturnedSignalGhostRewardNS(player, npc); + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_gethzerion_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_20")) + { + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_22"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_24"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_28"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 11); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_30")) + { + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_32"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_38"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_40")) + { + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_67")) + { + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_69"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_71"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_gethzerion_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_24")) + { + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + wod_gethzerion_action_grantTPKillClanNS(player, npc); + string_id message = new string_id(c_stringFile, "s_26"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_28")) + { + if (wod_gethzerion_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_16"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnKillClanNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_54"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_56"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 3); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnKillSpiderclanNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnGhostRewardNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (!wod_gethzerion_condition_QuestClanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (!wod_gethzerion_condition_QuestSpiderclanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_gethzerion_condition_hasNotFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_gethzerion_condition_hasFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_65"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_gethzerion_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_34")) + { + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + wod_gethzerion_action_grantTPKillSpiderclanNS(player, npc); + string_id message = new string_id(c_stringFile, "s_36"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_38")) + { + if (wod_gethzerion_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_16"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnKillClanNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_54"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_56"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 3); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnKillSpiderclanNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnGhostRewardNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (!wod_gethzerion_condition_QuestClanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (!wod_gethzerion_condition_QuestSpiderclanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_gethzerion_condition_hasNotFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_gethzerion_condition_hasFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_65"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_gethzerion_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + wod_gethzerion_action_grantTPReconNS(player, npc); + string_id message = new string_id(c_stringFile, "s_51"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_55")) + { + if (wod_gethzerion_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_16"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnKillClanNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_54"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_56"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 3); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnKillSpiderclanNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnGhostRewardNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (!wod_gethzerion_condition_QuestClanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (!wod_gethzerion_condition_QuestSpiderclanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_gethzerion_condition_hasNotFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_gethzerion_condition_hasFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_65"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_gethzerion_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_71")) + { + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + wod_gethzerion_action_grantTPRubinaChestNS(player, npc); + string_id message = new string_id(c_stringFile, "s_73"); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_gethzerion"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_gethzerion"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_gethzerion_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_16"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnKillClanNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_54"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_56"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 3); + npcStartConversation(player, npc, "wod_gethzerion", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnKillSpiderclanNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 5); + npcStartConversation(player, npc, "wod_gethzerion", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_onReturnGhostRewardNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 7); + npcStartConversation(player, npc, "wod_gethzerion", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (!wod_gethzerion_condition_QuestClanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (!wod_gethzerion_condition_QuestSpiderclanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_gethzerion_condition_hasNotFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_gethzerion_condition_hasFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_gethzerion.branchId", 10); + npcStartConversation(player, npc, "wod_gethzerion", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_gethzerion_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_65"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_gethzerion")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_gethzerion.branchId"); + if (branchId == 3 && wod_gethzerion_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_gethzerion_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_gethzerion_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_gethzerion_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_gethzerion_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_gethzerion_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_gethzerion_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_gethzerion_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_gethzerion.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ghost_witch.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ghost_witch.java new file mode 100644 index 0000000000..3d1b24c81b --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ghost_witch.java @@ -0,0 +1,1461 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_ghost_witch extends script.base_script +{ + public wod_ghost_witch() + { + } + public static String c_stringFile = "conversation/wod_ghost_witch"; + public boolean wod_ghost_witch_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_ghost_witch_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_sister1"), player) || questIsQuestActive(questGetQuestId("quest/wod_sister2"), player) || questIsQuestActive(questGetQuestId("quest/wod_sister3"), player); + } + public boolean wod_ghost_witch_condition_onReturnTPRecon(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_recon", "ghostSpeak") || groundquests.isTaskActive(player, "wod_themepark_sm_recon", "ghostSpeak") || groundquests.hasCompletedQuest(player, "wod_themepark_ns_recon") || groundquests.hasCompletedQuest(player, "wod_themepark_sm_recon"); + } + public boolean wod_ghost_witch_condition_onReturnTPSister3(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sister3", "returnGhost"); + } + public boolean wod_ghost_witch_condition_onReturnTPSister2(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sister2", "returnGhost"); + } + public boolean wod_ghost_witch_condition_onReturnTPSister1(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sister1", "returnGhost"); + } + public boolean wod_ghost_witch_condition_completedTPSister3NS(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 7) && (groundquests.hasCompletedQuest(player, "wod_sister3"))) + { + return true; + } + return false; + } + public boolean wod_ghost_witch_condition_completedTPSister3SM(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < -7) && (groundquests.hasCompletedQuest(player, "wod_sister3"))) + { + return true; + } + return false; + } + public boolean wod_ghost_witch_condition_completedTPSister2(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_sister2"); + } + public boolean wod_ghost_witch_condition_completedTPSister1(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_sister1"); + } + public boolean wod_ghost_witch_condition_completedTPAllSisters(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_sister3") && (groundquests.isTaskActive(player, "wod_ns_ghost_reward", "returnFromRecon") || groundquests.hasCompletedQuest(player, "wod_ns_ghost_reward") || groundquests.isTaskActive(player, "wod_sm_ghost_reward", "returnFromRecon") || groundquests.hasCompletedQuest(player, "wod_sm_ghost_reward")); + } + public boolean wod_ghost_witch_condition_finishedThirdGrantReturn(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_sister3") && (!questIsQuestActive(questGetQuestId("quest/wod_ns_ghost_reward"), player) || !questIsQuestActive(questGetQuestId("quest/wod_sm_ghost_reward"), player)); + } + public void wod_ghost_witch_action_sendReturnedSignalTPSister1(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.sendSignal(player, "hasReturned"); + } + public void wod_ghost_witch_action_sendReturnedSignalTPSister2(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.sendSignal(player, "hasReturned"); + } + public void wod_ghost_witch_action_sendReturnedSignalTPSister3(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.sendSignal(player, "hasReturned"); + } + public void wod_ghost_witch_action_grantTPSister1(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.grantQuest(player, "quest/wod_sister1"); + groundquests.sendSignal(player, "hasSpokenGhost"); + } + public void wod_ghost_witch_action_grantTPSister3(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.grantQuest(player, "quest/wod_sister3"); + } + public void wod_ghost_witch_action_grantTPSister2(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.grantQuest(player, "quest/wod_sister2"); + } + public void wod_ghost_witch_action_grantTPGhostRewardNS(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.grantQuest(player, "quest/wod_ns_ghost_reward"); + } + public void wod_ghost_witch_action_grantTPGhostRewardSM(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.grantQuest(player, "quest/wod_sm_ghost_reward"); + } + public void wod_ghost_witch_action_sendReturnedSignalReconTPNS(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.sendSignal(player, "hasSpokenGhost"); + } + public int wod_ghost_witch_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_70")) + { + wod_ghost_witch_action_sendReturnedSignalTPSister1(player, npc); + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_72"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_102"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_102")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_104"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_106"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_86")) + { + wod_ghost_witch_action_sendReturnedSignalTPSister2(player, npc); + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_92"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_94")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + wod_ghost_witch_action_grantTPSister3(player, npc); + string_id message = new string_id(c_stringFile, "s_97"); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_98")) + { + wod_ghost_witch_action_sendReturnedSignalTPSister3(player, npc); + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_119"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_123"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 8); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_123")) + { + if (wod_ghost_witch_condition_completedTPSister3NS(player, npc)) + { + wod_ghost_witch_action_grantTPGhostRewardNS(player, npc); + string_id message = new string_id(c_stringFile, "s_125"); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_completedTPSister3SM(player, npc)) + { + wod_ghost_witch_action_grantTPGhostRewardSM(player, npc); + string_id message = new string_id(c_stringFile, "s_127"); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_123")) + { + if (wod_ghost_witch_condition_completedTPSister3NS(player, npc)) + { + wod_ghost_witch_action_grantTPGhostRewardNS(player, npc); + string_id message = new string_id(c_stringFile, "s_125"); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_completedTPSister3SM(player, npc)) + { + wod_ghost_witch_action_grantTPGhostRewardSM(player, npc); + string_id message = new string_id(c_stringFile, "s_127"); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_112")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_85"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_116"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_116")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_104"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_120"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_120")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_122"); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_94")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + wod_ghost_witch_action_grantTPSister3(player, npc); + string_id message = new string_id(c_stringFile, "s_97"); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_102")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_104"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_106"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_106")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + wod_ghost_witch_action_grantTPSister2(player, npc); + string_id message = new string_id(c_stringFile, "s_108"); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_ghost_witch_action_sendReturnedSignalReconTPNS(player, npc); + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_41"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_43"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 22); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_43")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 23); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_49"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_53"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 25); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_57"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_59"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 26); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_59")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_61"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 27); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_65"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 28); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_67")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_71"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 29); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_74")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 30); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_78")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_80"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 31); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_82")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_85"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_89"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 32); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_89")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_91"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_95"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 33); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_95")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_101"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_105"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 34); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ghost_witch_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_105")) + { + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + wod_ghost_witch_action_grantTPSister1(player, npc); + string_id message = new string_id(c_stringFile, "s_109"); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_ghost_witch"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_ghost_witch"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_ghost_witch_condition_completedTPAllSisters(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_113"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_onReturnTPSister1(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_68"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_70"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 2); + npcStartConversation(player, npc, "wod_ghost_witch", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_onReturnTPSister2(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_84"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 4); + npcStartConversation(player, npc, "wod_ghost_witch", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_onReturnTPSister3(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 6); + npcStartConversation(player, npc, "wod_ghost_witch", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_finishedThirdGrantReturn(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_119"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_123"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 8); + npcStartConversation(player, npc, "wod_ghost_witch", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_110"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_112"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 11); + npcStartConversation(player, npc, "wod_ghost_witch", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_completedTPSister2(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_92"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 15); + npcStartConversation(player, npc, "wod_ghost_witch", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_completedTPSister1(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_72"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_102"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 17); + npcStartConversation(player, npc, "wod_ghost_witch", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition_onReturnTPRecon(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_33"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + utils.setScriptVar(player, "conversation.wod_ghost_witch.branchId", 20); + npcStartConversation(player, npc, "wod_ghost_witch", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ghost_witch_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_115"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_ghost_witch")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_ghost_witch.branchId"); + if (branchId == 2 && wod_ghost_witch_handleBranch2(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_ghost_witch_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_ghost_witch_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_ghost_witch_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_ghost_witch_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_ghost_witch_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_ghost_witch_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_ghost_witch_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_ghost_witch_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_ghost_witch_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_ghost_witch_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_ghost_witch_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_ghost_witch_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_ghost_witch_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_ghost_witch_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 22 && wod_ghost_witch_handleBranch22(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 23 && wod_ghost_witch_handleBranch23(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_ghost_witch_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 25 && wod_ghost_witch_handleBranch25(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 26 && wod_ghost_witch_handleBranch26(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 27 && wod_ghost_witch_handleBranch27(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 28 && wod_ghost_witch_handleBranch28(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 29 && wod_ghost_witch_handleBranch29(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 30 && wod_ghost_witch_handleBranch30(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 31 && wod_ghost_witch_handleBranch31(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 32 && wod_ghost_witch_handleBranch32(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 33 && wod_ghost_witch_handleBranch33(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 34 && wod_ghost_witch_handleBranch34(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_ghost_witch.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_klee.java b/sku.0/sys.server/compiled/game/script/conversation/wod_klee.java new file mode 100644 index 0000000000..fb2702dab4 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_klee.java @@ -0,0 +1,1250 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_klee extends script.base_script +{ + public wod_klee() + { + } + public static String c_stringFile = "conversation/wod_klee"; + public boolean wod_klee_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_klee_condition_IsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > -1) + { + return true; + } + return false; + } + public boolean wod_klee_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < 0) && (status > -8)) + { + return true; + } + return false; + } + public boolean wod_klee_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_themepark_sm_kill_clan"), player) && questIsQuestActive(questGetQuestId("quest/wod_themepark_sm_kill_spiderclan"), player) && (questIsQuestActive(questGetQuestId("quest/wod_themepark_sm_recon"), player) || questIsQuestComplete(questGetQuestId("quest/wod_themepark_sm_recon"), player)); + } + public boolean wod_klee_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm"))) + { + return true; + } + return false; + } + public boolean wod_klee_condition_onReturnKillClanSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_sm_kill_clan", "returnSing"); + } + public boolean wod_klee_condition_onReturnKillSpiderclanSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_sm_kill_spiderclan", "returnSing"); + } + public boolean wod_klee_condition_onReturnGhostRewardSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sm_ghost_reward", "returnFromRecon"); + } + public boolean wod_klee_condition_hasFinishedRecon(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < -7) && questIsQuestActive(questGetQuestId("quest/wod_rubina_chest"), player)) + { + return false; + } + if ((status < -7) && !groundquests.hasCompletedQuest(player, "wod_rubina_chest") && groundquests.hasCompletedQuest(player, "wod_sm_ghost_reward")) + { + return true; + } + return false; + } + public boolean wod_klee_condition_hasNotFinishedRecon(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < -7) && questIsQuestActive(questGetQuestId("quest/wod_themepark_sm_recon"), player)) + { + return false; + } + if ((status < -7) && !groundquests.hasCompletedQuest(player, "wod_themepark_sm_recon")) + { + return true; + } + return false; + } + public boolean wod_klee_condition_QuestSpiderclanAlreadyActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_themepark_sm_kill_spiderclan"), player); + } + public boolean wod_klee_condition_QuestClanAlreadyActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_themepark_sm_kill_clan"), player); + } + public void wod_klee_action_sendReturnedSignalKillClanSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedSing"); + } + public void wod_klee_action_sendReturnedSignalKillSpiderclanSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedSingSpider"); + } + public void wod_klee_action_sendReturnedSignalGhostRewardSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedFromRecon"); + } + public void wod_klee_action_grantTPKillClanSM(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_sm_kill_clan")) + { + groundquests.clearQuest(player, "quest/wod_themepark_sm_kill_clan"); + } + groundquests.grantQuest(player, "quest/wod_themepark_sm_kill_clan"); + } + public void wod_klee_action_grantTPKillSpiderclanSM(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_sm_kill_spiderclan")) + { + groundquests.clearQuest(player, "quest/wod_themepark_sm_kill_spiderclan"); + } + groundquests.grantQuest(player, "quest/wod_themepark_sm_kill_spiderclan"); + } + public void wod_klee_action_grantTPReconSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_sm_recon"); + } + public void wod_klee_action_grantTPRubinaChestSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_rubina_chest"); + } + public int wod_klee_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_50")) + { + wod_klee_action_sendReturnedSignalKillClanSM(player, npc); + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_klee_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_44")) + { + wod_klee_action_sendReturnedSignalKillSpiderclanSM(player, npc); + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_klee_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_64")) + { + wod_klee_action_sendReturnedSignalGhostRewardSM(player, npc); + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_klee_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_20")) + { + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_22"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_24"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_28"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 11); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_30")) + { + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_32"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_38"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_40")) + { + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_67")) + { + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_69"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_71"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_klee_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_24")) + { + if (wod_klee_condition__defaultCondition(player, npc)) + { + wod_klee_action_grantTPKillSpiderclanSM(player, npc); + string_id message = new string_id(c_stringFile, "s_26"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_28")) + { + if (wod_klee_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnKillClanSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 3); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnKillSpiderclanSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnGhostRewardSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_63"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_64"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (!wod_klee_condition_QuestSpiderclanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (!wod_klee_condition_QuestClanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_klee_condition_hasNotFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_klee_condition_hasFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_klee_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_34")) + { + if (wod_klee_condition__defaultCondition(player, npc)) + { + wod_klee_action_grantTPKillClanSM(player, npc); + string_id message = new string_id(c_stringFile, "s_36"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_38")) + { + if (wod_klee_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnKillClanSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 3); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnKillSpiderclanSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnGhostRewardSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_63"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_64"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (!wod_klee_condition_QuestSpiderclanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (!wod_klee_condition_QuestClanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_klee_condition_hasNotFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_klee_condition_hasFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_klee_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_klee_condition__defaultCondition(player, npc)) + { + wod_klee_action_grantTPReconSM(player, npc); + string_id message = new string_id(c_stringFile, "s_51"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_54")) + { + if (wod_klee_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnKillClanSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 3); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnKillSpiderclanSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnGhostRewardSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_63"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_64"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (!wod_klee_condition_QuestSpiderclanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (!wod_klee_condition_QuestClanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_klee_condition_hasNotFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_klee_condition_hasFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_klee_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_71")) + { + if (wod_klee_condition__defaultCondition(player, npc)) + { + wod_klee_action_grantTPRubinaChestSM(player, npc); + string_id message = new string_id(c_stringFile, "s_73"); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_klee"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_klee"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_klee_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnKillClanSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 3); + npcStartConversation(player, npc, "wod_klee", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnKillSpiderclanSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 5); + npcStartConversation(player, npc, "wod_klee", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_onReturnGhostRewardSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_63"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_klee_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_64"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 7); + npcStartConversation(player, npc, "wod_klee", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_klee_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (!wod_klee_condition_QuestSpiderclanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (!wod_klee_condition_QuestClanAlreadyActive(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_klee_condition_hasNotFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_klee_condition_hasFinishedRecon(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_klee.branchId", 10); + npcStartConversation(player, npc, "wod_klee", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_klee_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_klee")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_klee.branchId"); + if (branchId == 3 && wod_klee_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_klee_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_klee_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_klee_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_klee_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_klee_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_klee_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_klee_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_klee.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java b/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java new file mode 100644 index 0000000000..8251a91539 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java @@ -0,0 +1,445 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.trial; +import script.library.utils; + +public class wod_kyrisa extends script.base_script +{ + public wod_kyrisa() + { + } + public static String c_stringFile = "conversation/wod_kyrisa"; + public boolean wod_kyrisa_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_kyrisa_condition_onReturnKyrisaBossFight(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_kyrisa_boss_fight", "challengeKyrisa") || groundquests.isTaskActive(player, "wod_kyrisa_boss_fight_ns", "challengeKyrisa"); + } + public boolean wod_kyrisa_condition_onReturnWholeTruthII(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_whole_truth_02", "findCause") || groundquests.isTaskActive(player, "wod_themepark_sm_whole_truth_02", "findCause"); + } + public boolean wod_kyrisa_condition_bossCurrentlyBusy(obj_id player, obj_id npc) throws InterruptedException + { + obj_id[] objects = trial.getObjectsInDungeonWithObjVar(npc, "event_wave_controller"); + if (objects.length < 1) + { + return true; + } + int wave = utils.getIntScriptVar(objects[0], "waveEventCurrentWave"); + return wave > 0; + } + public boolean wod_kyrisa_condition_playerHasNoGroup(obj_id player, obj_id npc) throws InterruptedException + { + obj_id groupid = getGroupObject(player); + if (isValidId(groupid)) + { + return false; + } + return true; + } + public boolean wod_kyrisa_condition_hasQuestAndGroup(obj_id player, obj_id npc) throws InterruptedException + { + if (wod_kyrisa_condition_playerHasNoGroup(player, npc)) + { + return false; + } + if (wod_kyrisa_condition_bossCurrentlyBusy(player, npc)) + { + return false; + } + return groundquests.isTaskActive(player, "wod_kyrisa_boss_fight", "challengeKyrisa") || groundquests.isTaskActive(player, "wod_kyrisa_boss_fight_ns", "challengeKyrisa"); + } + public void wod_kyrisa_action_sendReturnedSignalWholeTruthII(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.sendSignal(player, "foundCause"); + } + public void wod_kyrisa_action_sendReturnedSignalKyrisaChallenged(obj_id player, obj_id npc) throws InterruptedException + { + obj_id[] objects = trial.getObjectsInDungeonWithObjVar(npc, "event_wave_controller"); + if (objects.length < 1) + { + return; + } + faceTo(npc, player); + groundquests.sendSignal(player, "challengedKyrisa"); + obj_id myGroup = getGroupObject(player); + if (isValidId(myGroup)) + { + obj_id[] members = getGroupMemberIds(myGroup); + for (int i = 0; i < members.length; i++) + { + if (!isIdValid(members[i]) || !exists(members[i])) + { + continue; + } + if (getDistance(members[i], npc) > 200) + { + continue; + } + if (groundquests.isTaskActive(members[i], "wod_kyrisa_boss_fight", "challengeKyrisa") || groundquests.isTaskActive(members[i], "wod_kyrisa_boss_fight_ns", "challengeKyrisa")) + { + groundquests.sendSignal(members[i], "challengedKyrisa"); + } + } + } + dictionary dict = new dictionary(); + dict.put("player", player); + messageTo(objects[0], "waveEventControllerNPCStart", dict, 0, false); + } + public int wod_kyrisa_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_7")) + { + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_9"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_11"); + } + utils.setScriptVar(player, "conversation.wod_kyrisa.branchId", 2); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_kyrisa_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_11")) + { + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_13"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_15"); + } + utils.setScriptVar(player, "conversation.wod_kyrisa.branchId", 3); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_kyrisa_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_15")) + { + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + utils.setScriptVar(player, "conversation.wod_kyrisa.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_kyrisa_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_20")) + { + wod_kyrisa_action_sendReturnedSignalWholeTruthII(player, npc); + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_22"); + utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_kyrisa_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + utils.setScriptVar(player, "conversation.wod_kyrisa.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_kyrisa_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_30")) + { + if (wod_kyrisa_condition_playerHasNoGroup(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_32"); + utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_kyrisa_condition_bossCurrentlyBusy(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_34"); + utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_kyrisa_condition_hasQuestAndGroup(player, npc)) + { + wod_kyrisa_action_sendReturnedSignalKyrisaChallenged(player, npc); + string_id message = new string_id(c_stringFile, "s_36"); + utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_kyrisa"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_kyrisa"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_kyrisa_condition_onReturnWholeTruthII(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_7"); + } + utils.setScriptVar(player, "conversation.wod_kyrisa.branchId", 1); + npcStartConversation(player, npc, "wod_kyrisa", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_kyrisa_condition_onReturnKyrisaBossFight(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_24"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + utils.setScriptVar(player, "conversation.wod_kyrisa.branchId", 6); + npcStartConversation(player, npc, "wod_kyrisa", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_kyrisa_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_35"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_kyrisa")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_kyrisa.branchId"); + if (branchId == 1 && wod_kyrisa_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 2 && wod_kyrisa_handleBranch2(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_kyrisa_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_kyrisa_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_kyrisa_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_kyrisa_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_leandra.java b/sku.0/sys.server/compiled/game/script/conversation/wod_leandra.java new file mode 100644 index 0000000000..5ac2ea772d --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_leandra.java @@ -0,0 +1,1119 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_leandra extends script.base_script +{ + public wod_leandra() + { + } + public static String c_stringFile = "conversation/wod_leandra"; + public boolean wod_leandra_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_leandra_condition_IsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < 1) + { + return true; + } + return false; + } + public boolean wod_leandra_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 0) && (status < 8)) + { + return true; + } + return false; + } + public boolean wod_leandra_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns")) && (!groundquests.hasCompletedQuest(player, "wod_themepark_ns_lost_e01"))) + { + return true; + } + return false; + } + public boolean wod_leandra_condition_onReturnLostINS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_lost_e01", "returnLean"); + } + public boolean wod_leandra_condition_onReturnLostIINS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_lost_e02", "returnLean2"); + } + public boolean wod_leandra_condition_hasQuestActiveIV(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_queen_mother_boss_fight_ns"); + } + public boolean wod_leandra_condition_hasQuestActiveI(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_lost_e01"); + } + public boolean wod_leandra_condition_hasQuestActiveII(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_lost_e02"); + } + public boolean wod_leandra_condition_hasQuestActiveIII(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_ehs_1"); + } + public boolean wod_leandra_condition_completedQuestLostINS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_ns_lost_e01"); + } + public boolean wod_leandra_condition_completedQuestLostIINS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_ns_lost_e02"); + } + public boolean wod_leandra_condition_onReturnHateSistersNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_ehs_1", "goBackLean"); + } + public boolean wod_leandra_condition_completedQuestHateSistersNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_ns_ehs_1"); + } + public void wod_leandra_action_sendReturnedSignalLostINS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedLean"); + } + public void wod_leandra_action_sendReturnedSignalLostIINS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedLean2"); + } + public void wod_leandra_action_grantTPLostINS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_ns_lost_e01"); + } + public void wod_leandra_action_grantTPLostIINS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_ns_lost_e02"); + } + public void wod_leandra_action_grantTPHateSistersNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_ns_ehs_1"); + } + public void wod_leandra_action_grantTPQueenBossFightNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.clearQuest(player, "quest/wod_queen_mother_boss_fight_ns"); + groundquests.grantQuest(player, "quest/wod_queen_mother_boss_fight_ns"); + } + public void wod_leandra_action_sendReturnedSignalHateSistersNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasComeBack"); + } + public int wod_leandra_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_42")) + { + wod_leandra_action_sendReturnedSignalLostINS(player, npc); + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 23); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_51"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_40")) + { + wod_leandra_action_sendReturnedSignalLostIINS(player, npc); + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_79"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_84"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_84")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_87"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_89"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_85")) + { + wod_leandra_action_sendReturnedSignalHateSistersNS(player, npc); + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_102"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_104"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_104")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_106"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_108"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_104")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_106"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_108"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_108")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_110"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_112"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_116"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_112")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + wod_leandra_action_grantTPQueenBossFightNS(player, npc); + string_id message = new string_id(c_stringFile, "s_114"); + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_116")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_118"); + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_84")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_87"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_89"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_89")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_91"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_93"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_93")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_95"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_97"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_97")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + wod_leandra_action_grantTPHateSistersNS(player, npc); + string_id message = new string_id(c_stringFile, "s_99"); + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_51"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + wod_leandra_action_grantTPLostIINS(player, npc); + string_id message = new string_id(c_stringFile, "s_59"); + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_64")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_68"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 27); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_68")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 28); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_leandra_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_72")) + { + if (wod_leandra_condition__defaultCondition(player, npc)) + { + wod_leandra_action_grantTPLostINS(player, npc); + string_id message = new string_id(c_stringFile, "s_76"); + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_leandra"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_leandra"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_leandra_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_14"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_13"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_onReturnLostINS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 3); + npcStartConversation(player, npc, "wod_leandra", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_onReturnLostIINS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 5); + npcStartConversation(player, npc, "wod_leandra", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_onReturnHateSistersNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_83"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_85"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 7); + npcStartConversation(player, npc, "wod_leandra", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_hasQuestActiveI(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_41"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_hasQuestActiveII(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_hasQuestActiveIII(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_81"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_hasQuestActiveIV(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_135"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_completedQuestHateSistersNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_102"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_104"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 13); + npcStartConversation(player, npc, "wod_leandra", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_completedQuestLostIINS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_79"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_84"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 18); + npcStartConversation(player, npc, "wod_leandra", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_completedQuestLostINS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 23); + npcStartConversation(player, npc, "wod_leandra", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_leandra_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_64"); + } + utils.setScriptVar(player, "conversation.wod_leandra.branchId", 26); + npcStartConversation(player, npc, "wod_leandra", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_leandra_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_80"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_leandra")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_leandra.branchId"); + if (branchId == 3 && wod_leandra_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_leandra_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_leandra_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_leandra_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_leandra_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_leandra_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_leandra_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_leandra_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_leandra_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_leandra_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 19 && wod_leandra_handleBranch19(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_leandra_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_leandra_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 23 && wod_leandra_handleBranch23(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_leandra_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 26 && wod_leandra_handleBranch26(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 27 && wod_leandra_handleBranch27(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 28 && wod_leandra_handleBranch28(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_leandra.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_guide.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_guide.java new file mode 100644 index 0000000000..431d891afe --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_guide.java @@ -0,0 +1,2374 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.content; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_ns_guide extends script.base_script +{ + public wod_ns_guide() + { + } + public static String c_stringFile = "conversation/wod_ns_guide"; + public boolean wod_ns_guide_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_ns_guide_condition_onReturnGoToNS(obj_id player, obj_id npc) throws InterruptedException + { + return (groundquests.isTaskActive(player, "wod_rubina_goto_ns", "arrived") || groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns")); + } + public boolean wod_ns_guide_condition_IsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < 1) + { + return true; + } + return false; + } + public boolean wod_ns_guide_condition_GoToNSFinished(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.isTaskActive(player, "wod_rubina_goto_ns", "arrived") || groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns"))) + { + return true; + } + return false; + } + public boolean wod_ns_guide_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 0) && (status < 8)) + { + return true; + } + return false; + } + public boolean wod_ns_guide_condition_IsEntertainer(obj_id player, obj_id npc) throws InterruptedException + { + if (content.isEntertainer(player)) + { + return true; + } + return false; + } + public boolean wod_ns_guide_condition_IsTrader(obj_id player, obj_id npc) throws InterruptedException + { + if (content.isCrafter(player)) + { + return true; + } + return false; + } + public void wod_ns_guide_action_SendReturnedSignalGoToNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "arrivedNs"); + } + public int wod_ns_guide_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_14")) + { + wod_ns_guide_action_SendReturnedSignalGoToNS(player, npc); + if (wod_ns_guide_condition_GoToNSFinished(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_16"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_22"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_111"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_18")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_20"); + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_22")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_24"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_ns_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_ns_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_62"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_111")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_112"); + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_34")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_38"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_62")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_82")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_84"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_94")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_48")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_24"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_ns_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_ns_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_62"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_57")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_20"); + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_34")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_38"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_62")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_82")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_84"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_94")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_38")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_40"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 11); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_50")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_57")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_44"); + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_48")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_24"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_ns_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_ns_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_62"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_34")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_38"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_62")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_82")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_84"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_94")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_60"); + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_68"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_70"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_70")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_72"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_74")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_78")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_80"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_ns_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_ns_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_62"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_34")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_38"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_62")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_82")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_84"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_94")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_86")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_88"); + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_90")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_92"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_ns_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_ns_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_62"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_34")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_38"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_62")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_82")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_84"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_94")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_98")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_20"); + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_48")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_24"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_ns_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_ns_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_62"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_guide_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_34")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_38"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_62")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_82")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_84"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_94")) + { + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_ns_guide"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_ns_guide"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_ns_guide_condition_IsSM(player, npc)) + { + doAnimationAction(npc, "dismiss"); + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_guide_condition_IsIndifferent(player, npc)) + { + doAnimationAction(npc, "point_away"); + string_id message = new string_id(c_stringFile, "s_8"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_guide_condition_onReturnGoToNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_12"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_14"); + } + utils.setScriptVar(player, "conversation.wod_ns_guide.branchId", 3); + npcStartConversation(player, npc, "wod_ns_guide", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_103"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_ns_guide")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_ns_guide.branchId"); + if (branchId == 3 && wod_ns_guide_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_ns_guide_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_ns_guide_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_ns_guide_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_ns_guide_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_ns_guide_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_ns_guide_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_ns_guide_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_ns_guide_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_ns_guide_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_ns_guide_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_ns_guide_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_ns_guide_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_ns_guide_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 23 && wod_ns_guide_handleBranch23(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_ns_guide_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 26 && wod_ns_guide_handleBranch26(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_ns_guide.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_mistress.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_mistress.java new file mode 100644 index 0000000000..4a93e69d23 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_mistress.java @@ -0,0 +1,1010 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_ns_rancor_mistress extends script.base_script +{ + public wod_ns_rancor_mistress() + { + } + public static String c_stringFile = "conversation/wod_ns_rancor_mistress"; + public boolean wod_ns_rancor_mistress_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_ns_rancor_mistress_condition_IsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < 1) + { + return true; + } + return false; + } + public boolean wod_ns_rancor_mistress_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 0) && (status < 8)) + { + return true; + } + return false; + } + public boolean wod_ns_rancor_mistress_condition_hasQuestActiveI(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_whole_truth_01"); + } + public boolean wod_ns_rancor_mistress_condition_hasQuestActiveII(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_whole_truth_02"); + } + public boolean wod_ns_rancor_mistress_condition_hasQuestActiveIII(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_kyrisa_boss_fight_ns"); + } + public boolean wod_ns_rancor_mistress_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns")) && (!groundquests.hasCompletedQuest(player, "wod_themepark_ns_whole_truth_01"))) + { + return true; + } + return false; + } + public boolean wod_ns_rancor_mistress_condition_onReturnTruthINS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_whole_truth_01", "returnMistress"); + } + public boolean wod_ns_rancor_mistress_condition_onReturnTruthIINS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_whole_truth_02", "returnMistress2"); + } + public boolean wod_ns_rancor_mistress_condition_completedQuestTruthINS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_ns_whole_truth_01"); + } + public boolean wod_ns_rancor_mistress_condition_completedQuestTruthIINS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_ns_whole_truth_02"); + } + public void wod_ns_rancor_mistress_action_sendReturnedSignalTruthINS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedMistress"); + } + public void wod_ns_rancor_mistress_action_sendReturnedSignalTruthIINS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedMistress2"); + } + public void wod_ns_rancor_mistress_action_grantTPTruthINS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_ns_whole_truth_01"); + } + public void wod_ns_rancor_mistress_action_grantTPTruthIINS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_ns_whole_truth_02"); + } + public void wod_ns_rancor_mistress_action_grantTPKyrisaBossFightNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.clearQuest(player, "quest/wod_kyrisa_boss_fight_ns"); + groundquests.grantQuest(player, "quest/wod_kyrisa_boss_fight_ns"); + } + public int wod_ns_rancor_mistress_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + wod_ns_rancor_mistress_action_sendReturnedSignalTruthINS(player, npc); + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_59"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_62"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_62")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + wod_ns_rancor_mistress_action_grantTPTruthIINS(player, npc); + string_id message = new string_id(c_stringFile, "s_64"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_60")) + { + wod_ns_rancor_mistress_action_sendReturnedSignalTruthIINS(player, npc); + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_72"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_74")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_83")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_84"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_85")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_86"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_68")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_74")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_78")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + wod_ns_rancor_mistress_action_grantTPKyrisaBossFightNS(player, npc); + string_id message = new string_id(c_stringFile, "s_80"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_62")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + wod_ns_rancor_mistress_action_grantTPTruthIINS(player, npc); + string_id message = new string_id(c_stringFile, "s_64"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_37")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_39"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_41"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_41")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_45"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_45")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_51"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_53"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 22); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_53")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_56"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_61"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 23); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_61")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_65"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_69"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_69")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_73"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_77"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 25); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_mistress_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_77")) + { + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + wod_ns_rancor_mistress_action_grantTPTruthINS(player, npc); + string_id message = new string_id(c_stringFile, "s_81"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_ns_rancor_mistress"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_ns_rancor_mistress"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_ns_rancor_mistress_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_4"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_32"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition_onReturnTruthINS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_25"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 3); + npcStartConversation(player, npc, "wod_ns_rancor_mistress", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition_onReturnTruthIINS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_60"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 5); + npcStartConversation(player, npc, "wod_ns_rancor_mistress", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition_hasQuestActiveI(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_13"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_83"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 7); + npcStartConversation(player, npc, "wod_ns_rancor_mistress", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition_hasQuestActiveII(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_54"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_85"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 9); + npcStartConversation(player, npc, "wod_ns_rancor_mistress", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition_hasQuestActiveIII(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_68"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 11); + npcStartConversation(player, npc, "wod_ns_rancor_mistress", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition_completedQuestTruthIINS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_72"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 13); + npcStartConversation(player, npc, "wod_ns_rancor_mistress", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition_completedQuestTruthINS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_59"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_62"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 16); + npcStartConversation(player, npc, "wod_ns_rancor_mistress", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_35"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_37"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId", 18); + npcStartConversation(player, npc, "wod_ns_rancor_mistress", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_mistress_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_88"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_ns_rancor_mistress")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + if (branchId == 3 && wod_ns_rancor_mistress_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_ns_rancor_mistress_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_ns_rancor_mistress_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_ns_rancor_mistress_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_ns_rancor_mistress_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_ns_rancor_mistress_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_ns_rancor_mistress_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_ns_rancor_mistress_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_ns_rancor_mistress_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_ns_rancor_mistress_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_ns_rancor_mistress_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 19 && wod_ns_rancor_mistress_handleBranch19(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_ns_rancor_mistress_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_ns_rancor_mistress_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 22 && wod_ns_rancor_mistress_handleBranch22(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 23 && wod_ns_rancor_mistress_handleBranch23(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_ns_rancor_mistress_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 25 && wod_ns_rancor_mistress_handleBranch25(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_mistress.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_tamer_diax.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_tamer_diax.java new file mode 100644 index 0000000000..aa13189c2f --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_tamer_diax.java @@ -0,0 +1,522 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.content; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_ns_rancor_tamer_diax extends script.base_script +{ + public wod_ns_rancor_tamer_diax() + { + } + public static String c_stringFile = "conversation/wod_ns_rancor_tamer_diax"; + public boolean wod_ns_rancor_tamer_diax_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_ns_rancor_tamer_diax_condition_IsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < 1) + { + return true; + } + return false; + } + public boolean wod_ns_rancor_tamer_diax_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 0) && (status < 8)) + { + return true; + } + return false; + } + public boolean wod_ns_rancor_tamer_diax_condition_IsNoEntertainer(obj_id player, obj_id npc) throws InterruptedException + { + if (content.isEntertainer(player)) + { + return false; + } + return true; + } + public boolean wod_ns_rancor_tamer_diax_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns"))) + { + groundquests.clearQuest(player, "quest/wod_themepark_ns_rancor_tamer"); + return true; + } + return false; + } + public boolean wod_ns_rancor_tamer_diax_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_themepark_sm_rancor_tamer"), player) || questIsQuestActive(questGetQuestId("quest/wod_themepark_ns_rancor_tamer"), player); + } + public boolean wod_ns_rancor_tamer_diax_condition_hasCompletedTamerNS(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_themepark_ns_rancor_tamer"))) + { + groundquests.clearQuest(player, "quest/wod_themepark_ns_rancor_tamer"); + return true; + } + return false; + } + public void wod_ns_rancor_tamer_diax_action_grantTPTamerNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_ns_rancor_tamer"); + attachScript(player, "theme_park.wod.entertainer_rancor"); + } + public String wod_ns_rancor_tamer_diax_tokenTO_playerName(obj_id player, obj_id npc) throws InterruptedException + { + return new String(); + } + public int wod_ns_rancor_tamer_diax_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_40")) + { + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + wod_ns_rancor_tamer_diax_action_grantTPTamerNS(player, npc); + string_id message = new string_id(c_stringFile, "s_42"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_44")) + { + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_tamer_diax_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_18")) + { + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_20"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_22"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_tamer_diax_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_22")) + { + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_24"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_tamer_diax_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId", 11); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_tamer_diax_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_30")) + { + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_32"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_tamer_diax_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_34")) + { + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_rancor_tamer_diax_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + wod_ns_rancor_tamer_diax_action_grantTPTamerNS(player, npc); + string_id message = new string_id(c_stringFile, "s_43"); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_ns_rancor_tamer_diax"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_ns_rancor_tamer_diax"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_ns_rancor_tamer_diax_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_tamer_diax_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_tamer_diax_condition_IsNoEntertainer(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_9"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_tamer_diax_condition_hasCompletedTamerNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId", 4); + prose_package pp = new prose_package(); + pp.stringId = message; + pp.actor.set(player); + pp.target.set(npc); + npcStartConversation(player, npc, "wod_ns_rancor_tamer_diax", null, pp, responses); + } + else + { + prose_package pp = new prose_package(); + pp.stringId = message; + pp.actor.set(player); + pp.target.set(npc); + chat.chat(npc, player, null, null, pp); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_tamer_diax_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_46"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_tamer_diax_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_16"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId", 8); + prose_package pp = new prose_package(); + pp.stringId = message; + pp.actor.set(player); + pp.target.set(npc); + npcStartConversation(player, npc, "wod_ns_rancor_tamer_diax", null, pp, responses); + } + else + { + prose_package pp = new prose_package(); + pp.stringId = message; + pp.actor.set(player); + pp.target.set(npc); + chat.chat(npc, player, null, null, pp); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_rancor_tamer_diax_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_ns_rancor_tamer_diax")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + if (branchId == 4 && wod_ns_rancor_tamer_diax_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_ns_rancor_tamer_diax_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_ns_rancor_tamer_diax_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_ns_rancor_tamer_diax_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_ns_rancor_tamer_diax_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_ns_rancor_tamer_diax_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_ns_rancor_tamer_diax_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_ns_rancor_tamer_diax.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_sage.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_sage.java new file mode 100644 index 0000000000..ea74bd67bb --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_sage.java @@ -0,0 +1,1183 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.content; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_ns_sage extends script.base_script +{ + public wod_ns_sage() + { + } + public static String c_stringFile = "conversation/wod_ns_sage"; + public boolean wod_ns_sage_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_ns_sage_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns")) && (!groundquests.hasCompletedQuest(player, "wod_ns_repair_alter_01"))) + { + return true; + } + return false; + } + public boolean wod_ns_sage_condition_onReturnAlter01NS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_ns_repair_alter_01", "returnToSage"); + } + public boolean wod_ns_sage_condition_onReturnAlter02NS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_ns_repair_alter_02", "returnToSage"); + } + public boolean wod_ns_sage_condition_onReturnAlter04NS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_ns_repair_alter_04", "returnToSage"); + } + public boolean wod_ns_sage_condition_onReturnAlter03NS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_ns_repair_alter_03", "returnToSage"); + } + public boolean wod_ns_sage_condition_IsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < 1) + { + return true; + } + return false; + } + public boolean wod_ns_sage_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 0) && (status < 8)) + { + return true; + } + return false; + } + public boolean wod_ns_sage_condition_IsNoTrader(obj_id player, obj_id npc) throws InterruptedException + { + if (content.isCrafter(player)) + { + return false; + } + return true; + } + public boolean wod_ns_sage_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_ns_repair_alter_01"), player) || questIsQuestActive(questGetQuestId("quest/wod_ns_repair_alter_02"), player) || questIsQuestActive(questGetQuestId("quest/wod_ns_repair_alter_03"), player) || questIsQuestActive(questGetQuestId("quest/wod_ns_repair_alter_04"), player) || questIsQuestActive(questGetQuestId("quest/wod_sm_repair_alter_01"), player) || questIsQuestActive(questGetQuestId("quest/wod_sm_repair_alter_02"), player) || questIsQuestActive(questGetQuestId("quest/wod_sm_repair_alter_03"), player) || questIsQuestActive(questGetQuestId("quest/wod_sm_repair_alter_04"), player); + } + public boolean wod_ns_sage_condition_hasCompletedAlter04NS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_ns_repair_alter_04", "returnToSage") || groundquests.hasCompletedQuest(player, "wod_ns_repair_alter_04"); + } + public boolean wod_ns_sage_condition_hasCompletedAlter03NS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_ns_repair_alter_03", "returnToSage") || groundquests.hasCompletedQuest(player, "wod_ns_repair_alter_03"); + } + public boolean wod_ns_sage_condition_hasCompletedAlter02NS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_ns_repair_alter_02", "returnToSage") || groundquests.hasCompletedQuest(player, "wod_ns_repair_alter_02"); + } + public boolean wod_ns_sage_condition_hasCompletedAlter01NS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_ns_repair_alter_01", "returnToSage") || groundquests.hasCompletedQuest(player, "wod_ns_repair_alter_01"); + } + public void wod_ns_sage_action_grantTPAlter01NS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_ns_repair_alter_01"); + } + public void wod_ns_sage_action_grantTPAlter02NS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_ns_repair_alter_02"); + } + public void wod_ns_sage_action_grantTPAlter03NS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_ns_repair_alter_03"); + } + public void wod_ns_sage_action_grantTPAlter04NS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_ns_repair_alter_04"); + } + public void wod_ns_sage_action_sendReturnedSignalAlter01NS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToSage"); + } + public void wod_ns_sage_action_sendReturnedSignalAlter02NS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToSage"); + } + public void wod_ns_sage_action_sendReturnedSignalAlter03NS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToSage"); + } + public void wod_ns_sage_action_sendReturnedSignalAlter04NS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToSage"); + } + public int wod_ns_sage_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_ns_sage_action_sendReturnedSignalAlter01NS(player, npc); + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_74"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_76"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_80"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_76")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + wod_ns_sage_action_grantTPAlter02NS(player, npc); + string_id message = new string_id(c_stringFile, "s_67"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_80")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_82"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_114")) + { + wod_ns_sage_action_sendReturnedSignalAlter02NS(player, npc); + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_94"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_87"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_91"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_87")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + wod_ns_sage_action_grantTPAlter03NS(player, npc); + string_id message = new string_id(c_stringFile, "s_89"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_91")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_93"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_115")) + { + wod_ns_sage_action_sendReturnedSignalAlter03NS(player, npc); + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_125"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_129"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_137"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_129")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + wod_ns_sage_action_grantTPAlter04NS(player, npc); + string_id message = new string_id(c_stringFile, "s_133"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_137")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_139"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_116")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_148"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_150"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 11); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_150")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + wod_ns_sage_action_sendReturnedSignalAlter04NS(player, npc); + string_id message = new string_id(c_stringFile, "s_152"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_99")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_101"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_103"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_103")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_105"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_107"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_107")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_109"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_129")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + wod_ns_sage_action_grantTPAlter04NS(player, npc); + string_id message = new string_id(c_stringFile, "s_133"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_137")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_139"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_87")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + wod_ns_sage_action_grantTPAlter03NS(player, npc); + string_id message = new string_id(c_stringFile, "s_89"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_91")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_93"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_76")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + wod_ns_sage_action_grantTPAlter02NS(player, npc); + string_id message = new string_id(c_stringFile, "s_67"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_80")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_82"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_53")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_55"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 28); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_57")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_59"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_61"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_69"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 29); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_61")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_63"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_65"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 30); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_69")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_71"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_sage_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_65")) + { + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + wod_ns_sage_action_grantTPAlter01NS(player, npc); + string_id message = new string_id(c_stringFile, "s_67"); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_ns_sage"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_ns_sage"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_ns_sage_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_IsNoTrader(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_14"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_onReturnAlter01NS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 4); + npcStartConversation(player, npc, "wod_ns_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_onReturnAlter02NS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_110"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_114"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 6); + npcStartConversation(player, npc, "wod_ns_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_onReturnAlter03NS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_111"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_115"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 8); + npcStartConversation(player, npc, "wod_ns_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_onReturnAlter04NS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_112"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_116"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 10); + npcStartConversation(player, npc, "wod_ns_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_99"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 13); + npcStartConversation(player, npc, "wod_ns_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_hasCompletedAlter04NS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_113"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_hasCompletedAlter03NS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_125"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_129"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_137"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 18); + npcStartConversation(player, npc, "wod_ns_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_hasCompletedAlter02NS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_94"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_87"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_91"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 21); + npcStartConversation(player, npc, "wod_ns_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_hasCompletedAlter01NS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_74"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_76"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_80"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 24); + npcStartConversation(player, npc, "wod_ns_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_49"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_53"); + } + utils.setScriptVar(player, "conversation.wod_ns_sage.branchId", 27); + npcStartConversation(player, npc, "wod_ns_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_97"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_ns_sage")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_ns_sage.branchId"); + if (branchId == 4 && wod_ns_sage_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_ns_sage_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_ns_sage_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_ns_sage_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_ns_sage_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_ns_sage_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_ns_sage_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_ns_sage_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_ns_sage_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_ns_sage_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_ns_sage_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_ns_sage_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_ns_sage_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_ns_sage_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 27 && wod_ns_sage_handleBranch27(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 28 && wod_ns_sage_handleBranch28(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 29 && wod_ns_sage_handleBranch29(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 30 && wod_ns_sage_handleBranch30(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_ns_sage.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_vendor.java new file mode 100644 index 0000000000..cb1262c967 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_vendor.java @@ -0,0 +1,211 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_ns_vendor extends script.base_script +{ + public wod_ns_vendor() + { + } + public static String c_stringFile = "conversation/wod_ns_vendor"; + public boolean wod_ns_vendor_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_ns_vendor_condition_IsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < 1) + { + return true; + } + return false; + } + public boolean wod_ns_vendor_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 0) && (status < 8)) + { + return true; + } + return false; + } + public boolean wod_ns_vendor_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns"))) + { + return true; + } + return false; + } + public void wod_ns_vendor_action_wod_ns_vendor_action_showTokenVendorUI(obj_id player, obj_id npc) throws InterruptedException + { + dictionary d = new dictionary(); + d.put("player", player); + messageTo(npc, "showInventorySUI", d, 0, false); + return; + } + public int wod_ns_vendor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_11")) + { + wod_ns_vendor_action_wod_ns_vendor_action_showTokenVendorUI(player, npc); + if (wod_ns_vendor_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_13"); + utils.removeScriptVar(player, "conversation.wod_ns_vendor.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_15")) + { + if (wod_ns_vendor_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + utils.removeScriptVar(player, "conversation.wod_ns_vendor.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_ns_vendor"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_ns_vendor"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_ns_vendor_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_vendor_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_vendor_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_9"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_vendor_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_vendor_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_11"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_15"); + } + utils.setScriptVar(player, "conversation.wod_ns_vendor.branchId", 3); + npcStartConversation(player, npc, "wod_ns_vendor", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_vendor_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_17"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_ns_vendor")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_ns_vendor.branchId"); + if (branchId == 3 && wod_ns_vendor_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_ns_vendor.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_food.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_food.java new file mode 100644 index 0000000000..340b131ef4 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_food.java @@ -0,0 +1,377 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_ns_witch_food extends script.base_script +{ + public wod_ns_witch_food() + { + } + public static String c_stringFile = "conversation/wod_ns_witch_food"; + public boolean wod_ns_witch_food_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_ns_witch_food_condition_IsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < 1) + { + return true; + } + return false; + } + public boolean wod_ns_witch_food_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 0) && (status < 8)) + { + return true; + } + return false; + } + public boolean wod_ns_witch_food_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns"))) + { + return true; + } + return false; + } + public boolean wod_ns_witch_food_condition_QuestIsActiveNSFishing(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_fishing"); + } + public boolean wod_ns_witch_food_condition_QuestIsActiveNSHunting(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_hunting"); + } + public boolean wod_ns_witch_food_condition_QuestIsActiveSMHunting(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_sm_hunting"); + } + public boolean wod_ns_witch_food_condition_QuestIsActiveSMFishing(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_sm_fishing"); + } + public boolean wod_ns_witch_food_condition_OnReturnHuntingNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_hunting", "Returntons"); + } + public boolean wod_ns_witch_food_condition_OnReturnFishingNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_fishing", "Returntons"); + } + public void wod_ns_witch_food_action_sendReturnedSignalHuntingNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "huntingReturnedNs"); + } + public void wod_ns_witch_food_action_sendReturnedSignalFighingNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "fishingReturnedNs"); + } + public void wod_ns_witch_food_action_grantTPHuntingNS(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_ns_hunting")) + { + groundquests.clearQuest(player, "quest/wod_themepark_ns_hunting"); + } + groundquests.grantQuest(player, "quest/wod_themepark_ns_hunting"); + } + public void wod_ns_witch_food_action_grantTPFishingNS(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_ns_fishing")) + { + groundquests.clearQuest(player, "quest/wod_themepark_ns_fishing"); + } + groundquests.grantQuest(player, "quest/wod_themepark_ns_fishing"); + } + public int wod_ns_witch_food_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_30")) + { + wod_ns_witch_food_action_sendReturnedSignalHuntingNS(player, npc); + if (wod_ns_witch_food_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_35"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_witch_food_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_30")) + { + wod_ns_witch_food_action_sendReturnedSignalFighingNS(player, npc); + if (wod_ns_witch_food_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_35"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_witch_food_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_16")) + { + if (wod_ns_witch_food_condition_QuestIsActiveSMHunting(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_food_condition_QuestIsActiveNSHunting(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_20"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_food_condition__defaultCondition(player, npc)) + { + wod_ns_witch_food_action_grantTPHuntingNS(player, npc); + string_id message = new string_id(c_stringFile, "s_22"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_24")) + { + if (wod_ns_witch_food_condition_QuestIsActiveSMFishing(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_26"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_food_condition_QuestIsActiveNSFishing(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_food_condition__defaultCondition(player, npc)) + { + wod_ns_witch_food_action_grantTPFishingNS(player, npc); + string_id message = new string_id(c_stringFile, "s_33"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_ns_witch_food"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_ns_witch_food"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_ns_witch_food_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_food_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_food_condition_OnReturnHuntingNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_food_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_food.branchId", 3); + npcStartConversation(player, npc, "wod_ns_witch_food", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_food_condition_OnReturnFishingNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_32"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_food_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_food.branchId", 5); + npcStartConversation(player, npc, "wod_ns_witch_food", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_food_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_14"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_food_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_witch_food_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_16"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_24"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_food.branchId", 7); + npcStartConversation(player, npc, "wod_ns_witch_food", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_food_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_ns_witch_food")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + if (branchId == 3 && wod_ns_witch_food_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_ns_witch_food_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_ns_witch_food_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_ns_witch_food.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_herbs.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_herbs.java new file mode 100644 index 0000000000..5a108301ea --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_herbs.java @@ -0,0 +1,565 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_ns_witch_herbs extends script.base_script +{ + public wod_ns_witch_herbs() + { + } + public static String c_stringFile = "conversation/wod_ns_witch_herbs"; + public boolean wod_ns_witch_herbs_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_ns_witch_herbs_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 0) && (status < 8)) + { + return true; + } + return false; + } + public boolean wod_ns_witch_herbs_condition_IsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < 1) + { + return true; + } + return false; + } + public boolean wod_ns_witch_herbs_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns"))) + { + return true; + } + return false; + } + public boolean wod_ns_witch_herbs_condition_onReturnTPHerbsNSOnce(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_herb_gathering", "returnForTreat"); + } + public boolean wod_ns_witch_herbs_condition_QuestIsActiveTPHerbsNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_herb_gathering") || groundquests.isQuestActive(player, "wod_themepark_sm_herb_gathering"); + } + public boolean wod_ns_witch_herbs_condition_hasAlreadyCompletedOnceTPHerbsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns")) && ((hasObjVar(player, "wod_themepark_ns_herbs"))))) + { + return true; + } + return false; + } + public boolean wod_ns_witch_herbs_condition_onReturnTPHerbsNS(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_themepark_ns_herbs")) && (groundquests.isTaskActive(player, "wod_themepark_ns_herb_gathering", "returnForTreat"))) + { + return true; + } + return false; + } + public void wod_ns_witch_herbs_action_sendSignalReturnedTPHerbsNSOnce(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_themepark_ns_herbs")) + { + setObjVar(player, "wod_themepark_ns_herbs", 1); + } + groundquests.sendSignal(player, "hasBeenGivenNsTreat"); + } + public void wod_ns_witch_herbs_action_grantTPHerbsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_ns_herb_gathering")) + { + groundquests.clearQuest(player, "quest/wod_themepark_ns_herb_gathering"); + } + groundquests.grantQuest(player, "quest/wod_themepark_ns_herb_gathering"); + } + public void wod_ns_witch_herbs_action_sendSignalReturnedTPHerbsNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasBeenGivenNsTreat"); + } + public int wod_ns_witch_herbs_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_50")) + { + wod_ns_witch_herbs_action_sendSignalReturnedTPHerbsNS(player, npc); + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_51"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_witch_herbs_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_23")) + { + wod_ns_witch_herbs_action_sendSignalReturnedTPHerbsNSOnce(player, npc); + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_30"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_witch_herbs_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_27")) + { + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_witch_herbs_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_19")) + { + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + wod_ns_witch_herbs_action_grantTPHerbsNS(player, npc); + string_id message = new string_id(c_stringFile, "s_21"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_26")) + { + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_31"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_witch_herbs_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_herbs.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_witch_herbs_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_41"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_43"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_herbs.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_witch_herbs_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_43")) + { + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_herbs.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_ns_witch_herbs_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + wod_ns_witch_herbs_action_grantTPHerbsNS(player, npc); + string_id message = new string_id(c_stringFile, "s_52"); + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_ns_witch_herbs"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_ns_witch_herbs"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_ns_witch_herbs_condition_IsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_14"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_herbs_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_13"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_herbs_condition_onReturnTPHerbsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_49"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_50"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_herbs.branchId", 3); + npcStartConversation(player, npc, "wod_ns_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_herbs_condition_onReturnTPHerbsNSOnce(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_22"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_23"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_herbs.branchId", 5); + npcStartConversation(player, npc, "wod_ns_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_herbs_condition_QuestIsActiveTPHerbsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_25"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_27"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_herbs.branchId", 7); + npcStartConversation(player, npc, "wod_ns_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_herbs_condition_hasAlreadyCompletedOnceTPHerbsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_17"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_19"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_herbs.branchId", 9); + npcStartConversation(player, npc, "wod_ns_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_herbs_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_33"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + utils.setScriptVar(player, "conversation.wod_ns_witch_herbs.branchId", 12); + npcStartConversation(player, npc, "wod_ns_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_ns_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_54"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_ns_witch_herbs")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + if (branchId == 3 && wod_ns_witch_herbs_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_ns_witch_herbs_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_ns_witch_herbs_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_ns_witch_herbs_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_ns_witch_herbs_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_ns_witch_herbs_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_ns_witch_herbs_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_ns_witch_herbs_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_ns_witch_herbs.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_omogg_rep.java b/sku.0/sys.server/compiled/game/script/conversation/wod_omogg_rep.java new file mode 100644 index 0000000000..1b01f4e9f3 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_omogg_rep.java @@ -0,0 +1,570 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_omogg_rep extends script.base_script +{ + public wod_omogg_rep() + { + } + public static String c_stringFile = "conversation/wod_omogg_rep"; + public boolean wod_omogg_rep_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_omogg_rep_condition_onReturn1(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_prologue_walkabout_01", "returnToRep01"); + } + public boolean wod_omogg_rep_condition_onReturn2(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_prologue_walkabout_02", "returnToRep02"); + } + public boolean wod_omogg_rep_condition_finishedQuest1(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_prologue_walkabout_01"); + } + public boolean wod_omogg_rep_condition_onQuests(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_prologue_walkabout_01") || groundquests.isQuestActive(player, "wod_prologue_walkabout_02"); + } + public boolean wod_omogg_rep_condition_finishedQuest2(obj_id player, obj_id npc) throws InterruptedException + { + int questId = questGetQuestId("quest/wod_prologue_walkabout_02"); + int returned2Id = groundquests.getTaskId(questId, "returnToRep02"); + return questIsTaskComplete(questId, returned2Id, player); + } + public boolean wod_omogg_rep_condition_canGrantQuest1(obj_id player, obj_id npc) throws InterruptedException + { + return !groundquests.isQuestActive(player, "wod_prologue_walkabout_01") && !groundquests.hasCompletedQuest(player, "wod_prologue_walkabout_01"); + } + public void wod_omogg_rep_action_grantFirstQuest(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "wod_prologue_walkabout_01"); + } + public void wod_omogg_rep_action_grantSecondQuest(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "wod_prologue_walkabout_02"); + } + public void wod_omogg_rep_action_sendReturnedSignal1(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToRep01"); + } + public void wod_omogg_rep_action_sendReturnedSignal2(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToRep02"); + } + public int wod_omogg_rep_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_21"))//Easy credits? Excuse me if I'm a little skeptical. + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_26");//All I need is for you to take a quick trip out to a couple of scenic spots not too far away. I'm collecting pictures, sales material actually, for the planet. I need pictures that will make Dathomir look like a beautiful and peaceful planet. + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_28");//Dathomir? Beautiful? Peaceful? + } + utils.setScriptVar(player, "conversation.wod_omogg_rep.branchId", 2); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_omogg_rep_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_28"))//Dathomir? Beautiful? Peaceful? + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_30");//It's just a little harmless marketing. + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_32");//Why not? I'll take the job. + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_38");//I think I'll pass. Sounds like trouble. + } + utils.setScriptVar(player, "conversation.wod_omogg_rep.branchId", 3); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_omogg_rep_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_32"))//Why not? I'll take the job. + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + wod_omogg_rep_action_grantFirstQuest(player, npc); + string_id message = new string_id(c_stringFile, "s_34");//Perfect. Your first stop will be some local waterfalls. + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_38"))//I think I'll pass. Sounds like trouble. + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_40");//That's a shame. For some reason it's hard to find wildlife photographers here on Dathomir. I wonder why? + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_omogg_rep_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_12"))//I got the holograms. + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + wod_omogg_rep_action_sendReturnedSignal1(player, npc); + string_id message = new string_id(c_stringFile, "s_13");//Great. I hope there'll be enough holograms without monsters, witches and other horrors to put together a good looking brochure. + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35");//Well, good luck. + } + utils.setScriptVar(player, "conversation.wod_omogg_rep.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_omogg_rep_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35"))//Well, good luck. + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36");//Wait, I think I'll need some more pictures. Interested in a second trip? + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44");//Yeah, why not? + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48");//Not right now, maybe later. + } + utils.setScriptVar(player, "conversation.wod_omogg_rep.branchId", 8); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_omogg_rep_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_44"))//Yeah, why not? + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + wod_omogg_rep_action_grantSecondQuest(player, npc); + string_id message = new string_id(c_stringFile, "s_46");//Great. Your first stop will be northwest of here. + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_48"))//Not right now, maybe later. + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50");//Maybe later, then. + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_omogg_rep_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_24"))//Here's the holograms I recorded. + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + wod_omogg_rep_action_sendReturnedSignal2(player, npc); + string_id message = new string_id(c_stringFile, "s_25");//Not bad. We might be able to use some of these. + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_omogg_rep_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_44"))//Yeah, why not? + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + wod_omogg_rep_action_grantSecondQuest(player, npc); + string_id message = new string_id(c_stringFile, "s_46");//Great. Your first stop will be northwest of here. + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_48"))//Not right now, maybe later. + { + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50");//Maybe later, then. + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_omogg_rep"); + } + setCondition(self, CONDITION_CONVERSABLE); + setCondition(self, CONDITION_INTERESTING); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + setCondition(self, CONDITION_INTERESTING); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + setCondition(self, CONDITION_INTERESTING); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_omogg_rep"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_omogg_rep_condition_canGrantQuest1(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_19");//Hey you! Are you interested in making some easy credits? + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_21");//Easy credits? Excuse me if I'm a little skeptical. + } + utils.setScriptVar(player, "conversation.wod_omogg_rep.branchId", 1); + npcStartConversation(player, npc, "wod_omogg_rep", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_omogg_rep_condition_onReturn1(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_6");//You're back. + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_12");//I got the holograms. + } + utils.setScriptVar(player, "conversation.wod_omogg_rep.branchId", 6); + npcStartConversation(player, npc, "wod_omogg_rep", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_omogg_rep_condition_onReturn2(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_23");//Welcome back. + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_24");//Here's the holograms I recorded. + } + utils.setScriptVar(player, "conversation.wod_omogg_rep.branchId", 11); + npcStartConversation(player, npc, "wod_omogg_rep", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_omogg_rep_condition_finishedQuest2(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_4");//Thank you for your work. I don't have anything else for you to do, I need to get back to Coronet and get these holograms edited. + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_omogg_rep_condition_onQuests(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_17");//You still have work to do. Return here when you got the pictures. + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_omogg_rep_condition_finishedQuest1(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42");//So are you ready for another little trip? + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44");//Yeah, why not? + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_48");//Not right now, maybe later. + } + utils.setScriptVar(player, "conversation.wod_omogg_rep.branchId", 15); + npcStartConversation(player, npc, "wod_omogg_rep", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_omogg_rep_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52");//I don't have anything to talk to you about. + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_omogg_rep")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_omogg_rep.branchId"); + if (branchId == 1 && wod_omogg_rep_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 2 && wod_omogg_rep_handleBranch2(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_omogg_rep_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_omogg_rep_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_omogg_rep_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_omogg_rep_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_omogg_rep_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_omogg_rep_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_omogg_rep.branchId"); + return SCRIPT_CONTINUE; + } +} \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast1.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast1.java new file mode 100644 index 0000000000..ccfd36fe88 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast1.java @@ -0,0 +1,1406 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_outcast1 extends script.base_script +{ + public wod_outcast1() + { + } + public static String c_stringFile = "conversation/wod_outcast1"; + public boolean wod_outcast1_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast1_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_outcast_1", "talkOutcastNightsister"); + } + public boolean wod_outcast1_condition_condition0002(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast1_condition_condition0003(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast1_condition_condition0004(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast1_condition_condition0005(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast1_condition_leansSM(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) < 0); + } + public boolean wod_outcast1_condition_leansNS(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) > 0); + } + public boolean wod_outcast1_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + utils.removeScriptVar(npc, "lean." + player); + return questIsQuestActive(questGetQuestId("quest/wod_outcast_1"), player) && groundquests.isTaskActive(player, "wod_outcast_1", "talkOutcastNightsister"); + } + public void wod_outcast1_action_sendOutcastNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_nightsister_win"); + groundquests.failTask(player, "quest/wod_outcast_1", "talkOutcastSinging"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast1_action_sendOutcastSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_singing_win"); + groundquests.failTask(player, "quest/wod_outcast_1", "talkOutcastNightsister"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast1_action_leanNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, 1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) + 1); + } + } + public void wod_outcast1_action_leanSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, -1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) - 1); + } + } + public int wod_outcast1_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_46")) + { + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_9")) + { + if (wod_outcast1_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_13"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_13")) + { + wod_outcast1_action_leanSM(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_18")) + { + wod_outcast1_action_leanNS(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast1_action_leanNS(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast1_action_leanSM(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_53"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast1_action_leanNS(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast1_action_leanSM(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast1_action_leanNS(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast1_action_leanSM(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_54")) + { + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_56"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast1_action_leanSM(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast1_action_leanNS(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_57"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast1_action_leanSM(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast1_action_leanNS(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast1_action_leanSM(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast1_action_leanNS(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast1_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast1_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast1_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast1_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast1_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast1_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + wod_outcast1_action_sendOutcastSM(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + wod_outcast1_action_sendOutcastSM(player, npc); + string_id message = new string_id(c_stringFile, "s_68"); + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_72")) + { + wod_outcast1_action_sendOutcastNS(player, npc); + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + wod_outcast1_action_sendOutcastNS(player, npc); + string_id message = new string_id(c_stringFile, "s_74"); + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public static int lean = 0; + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_outcast1"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_outcast1"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (!wod_outcast1_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_46"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 1); + npcStartConversation(player, npc, "wod_outcast1", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast1_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_9"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 3); + npcStartConversation(player, npc, "wod_outcast1", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast1_condition_condition0003(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 9); + npcStartConversation(player, npc, "wod_outcast1", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast1_condition_condition0004(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_33"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 14); + npcStartConversation(player, npc, "wod_outcast1", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast1_condition_condition0005(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast1_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast1.branchId", 17); + npcStartConversation(player, npc, "wod_outcast1", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_outcast1")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_outcast1.branchId"); + if (branchId == 1 && wod_outcast1_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_outcast1_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_outcast1_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_outcast1_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_outcast1_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_outcast1_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_outcast1_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_outcast1_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_outcast1_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_outcast1_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_outcast1_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_outcast1_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_outcast1_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_outcast1_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_outcast1_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_outcast1_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_outcast1_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_outcast1_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_outcast1.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast2.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast2.java new file mode 100644 index 0000000000..cd674df4ee --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast2.java @@ -0,0 +1,1404 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_outcast2 extends script.base_script +{ + public wod_outcast2() + { + } + public static String c_stringFile = "conversation/wod_outcast2"; + public boolean wod_outcast2_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast2_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_outcast_2", "talkOutcastNightsister"); + } + public boolean wod_outcast2_condition_condition0002(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast2_condition_condition0003(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast2_condition_condition0004(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast2_condition_condition0005(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast2_condition_leansSM(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) < 0); + } + public boolean wod_outcast2_condition_leansNS(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) > 0); + } + public boolean wod_outcast2_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + utils.removeScriptVar(npc, "lean." + player); + return questIsQuestActive(questGetQuestId("quest/wod_outcast_2"), player) && groundquests.isTaskActive(player, "wod_outcast_2", "talkOutcastNightsister"); + } + public void wod_outcast2_action_sendOutcastNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_nightsister_win"); + groundquests.failTask(player, "quest/wod_outcast_2", "talkOutcastSinging"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast2_action_sendOutcastSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_singing_win"); + groundquests.failTask(player, "quest/wod_outcast_2", "talkOutcastNightsister"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast2_action_leanNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, 1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) + 1); + } + } + public void wod_outcast2_action_leanSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, -1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) - 1); + } + } + public int wod_outcast2_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_46")) + { + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_9")) + { + if (wod_outcast2_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_13"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_13")) + { + wod_outcast2_action_leanNS(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_18")) + { + wod_outcast2_action_leanSM(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast2_action_leanNS(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast2_action_leanSM(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_53"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast2_action_leanNS(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast2_action_leanSM(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast2_action_leanNS(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast2_action_leanSM(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_54")) + { + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_56"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast2_action_leanSM(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast2_action_leanNS(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_57"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast2_action_leanSM(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast2_action_leanNS(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast2_action_leanSM(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast2_action_leanNS(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast2_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast2_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast2_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast2_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast2_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast2_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + wod_outcast2_action_sendOutcastSM(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_68"); + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast2_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_72")) + { + wod_outcast2_action_sendOutcastNS(player, npc); + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_74"); + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public static int lean = 0; + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_outcast2"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_outcast2"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (!wod_outcast2_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_46"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 1); + npcStartConversation(player, npc, "wod_outcast2", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast2_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_9"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 3); + npcStartConversation(player, npc, "wod_outcast2", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast2_condition_condition0003(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 9); + npcStartConversation(player, npc, "wod_outcast2", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast2_condition_condition0004(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_33"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 14); + npcStartConversation(player, npc, "wod_outcast2", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast2_condition_condition0005(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast2_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast2.branchId", 17); + npcStartConversation(player, npc, "wod_outcast2", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_outcast2")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_outcast2.branchId"); + if (branchId == 1 && wod_outcast2_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_outcast2_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_outcast2_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_outcast2_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_outcast2_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_outcast2_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_outcast2_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_outcast2_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_outcast2_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_outcast2_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_outcast2_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_outcast2_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_outcast2_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_outcast2_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_outcast2_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_outcast2_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_outcast2_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_outcast2_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_outcast2.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast3.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast3.java new file mode 100644 index 0000000000..91070bd881 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast3.java @@ -0,0 +1,1404 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_outcast3 extends script.base_script +{ + public wod_outcast3() + { + } + public static String c_stringFile = "conversation/wod_outcast3"; + public boolean wod_outcast3_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast3_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_outcast_3", "talkOutcastNightsister"); + } + public boolean wod_outcast3_condition_condition0002(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast3_condition_condition0003(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast3_condition_condition0004(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast3_condition_condition0005(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast3_condition_leansSM(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) < 0); + } + public boolean wod_outcast3_condition_leansNS(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) > 0); + } + public boolean wod_outcast3_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + utils.removeScriptVar(npc, "lean." + player); + return questIsQuestActive(questGetQuestId("quest/wod_outcast_3"), player) && groundquests.isTaskActive(player, "wod_outcast_3", "talkOutcastNightsister"); + } + public void wod_outcast3_action_sendOutcastNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_nightsister_win"); + groundquests.failTask(player, "quest/wod_outcast_3", "talkOutcastSinging"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast3_action_sendOutcastSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_singing_win"); + groundquests.failTask(player, "quest/wod_outcast_3", "talkOutcastNightsister"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast3_action_leanNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, 1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) + 1); + } + } + public void wod_outcast3_action_leanSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, -1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) - 1); + } + } + public int wod_outcast3_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_46")) + { + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_9")) + { + if (wod_outcast3_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_13"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_13")) + { + wod_outcast3_action_leanNS(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_18")) + { + wod_outcast3_action_leanSM(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast3_action_leanSM(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast3_action_leanNS(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_53"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast3_action_leanSM(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast3_action_leanNS(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast3_action_leanSM(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast3_action_leanNS(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_54")) + { + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_56"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast3_action_leanNS(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast3_action_leanSM(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_57"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast3_action_leanNS(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast3_action_leanSM(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast3_action_leanNS(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast3_action_leanSM(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast3_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast3_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast3_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast3_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast3_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast3_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + wod_outcast3_action_sendOutcastSM(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_68"); + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_72")) + { + wod_outcast3_action_sendOutcastNS(player, npc); + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_74"); + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public static int lean = 0; + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_outcast3"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_outcast3"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (!wod_outcast3_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_46"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 1); + npcStartConversation(player, npc, "wod_outcast3", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast3_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_9"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 3); + npcStartConversation(player, npc, "wod_outcast3", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast3_condition_condition0003(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 9); + npcStartConversation(player, npc, "wod_outcast3", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast3_condition_condition0004(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_33"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 14); + npcStartConversation(player, npc, "wod_outcast3", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast3_condition_condition0005(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast3_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast3.branchId", 17); + npcStartConversation(player, npc, "wod_outcast3", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_outcast3")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_outcast3.branchId"); + if (branchId == 1 && wod_outcast3_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_outcast3_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_outcast3_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_outcast3_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_outcast3_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_outcast3_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_outcast3_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_outcast3_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_outcast3_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_outcast3_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_outcast3_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_outcast3_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_outcast3_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_outcast3_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_outcast3_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_outcast3_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_outcast3_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_outcast3_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_outcast3.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast4.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast4.java new file mode 100644 index 0000000000..e52937ab5c --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast4.java @@ -0,0 +1,1404 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_outcast4 extends script.base_script +{ + public wod_outcast4() + { + } + public static String c_stringFile = "conversation/wod_outcast4"; + public boolean wod_outcast4_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast4_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_outcast_4", "talkOutcastNightsister"); + } + public boolean wod_outcast4_condition_condition0002(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast4_condition_condition0003(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast4_condition_condition0004(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast4_condition_condition0005(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast4_condition_leansSM(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) < 0); + } + public boolean wod_outcast4_condition_leansNS(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) > 0); + } + public boolean wod_outcast4_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + utils.removeScriptVar(npc, "lean." + player); + return questIsQuestActive(questGetQuestId("quest/wod_outcast_4"), player) && groundquests.isTaskActive(player, "wod_outcast_4", "talkOutcastNightsister"); + } + public void wod_outcast4_action_sendOutcastNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_nightsister_win"); + groundquests.failTask(player, "quest/wod_outcast_4", "talkOutcastSinging"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast4_action_sendOutcastSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_singing_win"); + groundquests.failTask(player, "quest/wod_outcast_4", "talkOutcastNightsister"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast4_action_leanNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, 1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) + 1); + } + } + public void wod_outcast4_action_leanSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, -1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) - 1); + } + } + public int wod_outcast4_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_46")) + { + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_9")) + { + if (wod_outcast4_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_13"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_13")) + { + wod_outcast4_action_leanNS(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_18")) + { + wod_outcast4_action_leanSM(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast4_action_leanNS(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast4_action_leanSM(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_53"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast4_action_leanNS(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast4_action_leanSM(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast4_action_leanNS(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast4_action_leanSM(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_54")) + { + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_56"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast4_action_leanNS(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast4_action_leanSM(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_57"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast4_action_leanNS(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast4_action_leanSM(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast4_action_leanNS(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast4_action_leanSM(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast4_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast4_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast4_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast4_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast4_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast4_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + wod_outcast4_action_sendOutcastSM(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_68"); + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast4_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_72")) + { + wod_outcast4_action_sendOutcastNS(player, npc); + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_74"); + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public static int lean = 0; + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_outcast4"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_outcast4"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (!wod_outcast4_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_46"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 1); + npcStartConversation(player, npc, "wod_outcast4", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast4_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_9"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 3); + npcStartConversation(player, npc, "wod_outcast4", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast4_condition_condition0003(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 9); + npcStartConversation(player, npc, "wod_outcast4", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast4_condition_condition0004(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_33"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 14); + npcStartConversation(player, npc, "wod_outcast4", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast4_condition_condition0005(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast4_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast4.branchId", 17); + npcStartConversation(player, npc, "wod_outcast4", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_outcast4")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_outcast4.branchId"); + if (branchId == 1 && wod_outcast4_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_outcast4_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_outcast4_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_outcast4_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_outcast4_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_outcast4_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_outcast4_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_outcast4_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_outcast4_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_outcast4_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_outcast4_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_outcast4_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_outcast4_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_outcast4_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_outcast4_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_outcast4_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_outcast4_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_outcast4_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_outcast4.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast5.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast5.java new file mode 100644 index 0000000000..7b03fa5367 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast5.java @@ -0,0 +1,1404 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_outcast5 extends script.base_script +{ + public wod_outcast5() + { + } + public static String c_stringFile = "conversation/wod_outcast5"; + public boolean wod_outcast5_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast5_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_outcast_5", "talkOutcastNightsister"); + } + public boolean wod_outcast5_condition_condition0002(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast5_condition_condition0003(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast5_condition_condition0004(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast5_condition_condition0005(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast5_condition_leansSM(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) < 0); + } + public boolean wod_outcast5_condition_leansNS(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) > 0); + } + public boolean wod_outcast5_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + utils.removeScriptVar(npc, "lean." + player); + return questIsQuestActive(questGetQuestId("quest/wod_outcast_5"), player) && groundquests.isTaskActive(player, "wod_outcast_5", "talkOutcastNightsister"); + } + public void wod_outcast5_action_sendOutcastNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_nightsister_win"); + groundquests.failTask(player, "quest/wod_outcast_5", "talkOutcastSinging"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast5_action_sendOutcastSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_singing_win"); + groundquests.failTask(player, "quest/wod_outcast_5", "talkOutcastNightsister"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast5_action_leanNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, 1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) + 1); + } + } + public void wod_outcast5_action_leanSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, -1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) - 1); + } + } + public int wod_outcast5_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_46")) + { + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_9")) + { + if (wod_outcast5_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_13"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_13")) + { + wod_outcast5_action_leanSM(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_18")) + { + wod_outcast5_action_leanNS(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast5_action_leanSM(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast5_action_leanNS(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_53"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast5_action_leanSM(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast5_action_leanNS(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast5_action_leanSM(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast5_action_leanNS(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_54")) + { + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_56"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast5_action_leanSM(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast5_action_leanNS(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_57"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast5_action_leanSM(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast5_action_leanNS(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast5_action_leanSM(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast5_action_leanNS(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast5_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast5_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast5_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast5_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast5_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast5_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + wod_outcast5_action_sendOutcastSM(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_68"); + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast5_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_72")) + { + wod_outcast5_action_sendOutcastNS(player, npc); + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_74"); + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public static int lean = 0; + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_outcast5"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_outcast5"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (!wod_outcast5_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_46"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 1); + npcStartConversation(player, npc, "wod_outcast5", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast5_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_9"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 3); + npcStartConversation(player, npc, "wod_outcast5", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast5_condition_condition0003(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 9); + npcStartConversation(player, npc, "wod_outcast5", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast5_condition_condition0004(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_33"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 14); + npcStartConversation(player, npc, "wod_outcast5", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast5_condition_condition0005(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast5_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast5.branchId", 17); + npcStartConversation(player, npc, "wod_outcast5", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_outcast5")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_outcast5.branchId"); + if (branchId == 1 && wod_outcast5_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_outcast5_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_outcast5_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_outcast5_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_outcast5_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_outcast5_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_outcast5_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_outcast5_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_outcast5_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_outcast5_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_outcast5_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_outcast5_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_outcast5_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_outcast5_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_outcast5_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_outcast5_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_outcast5_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_outcast5_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_outcast5.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast6.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast6.java new file mode 100644 index 0000000000..8762864493 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast6.java @@ -0,0 +1,1404 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_outcast6 extends script.base_script +{ + public wod_outcast6() + { + } + public static String c_stringFile = "conversation/wod_outcast6"; + public boolean wod_outcast6_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast6_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_outcast_6", "talkOutcastNightsister"); + } + public boolean wod_outcast6_condition_condition0002(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast6_condition_condition0003(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast6_condition_condition0004(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast6_condition_condition0005(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast6_condition_leansSM(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) < 0); + } + public boolean wod_outcast6_condition_leansNS(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) > 0); + } + public boolean wod_outcast6_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + utils.removeScriptVar(npc, "lean." + player); + return questIsQuestActive(questGetQuestId("quest/wod_outcast_6"), player) && groundquests.isTaskActive(player, "wod_outcast_6", "talkOutcastNightsister"); + } + public void wod_outcast6_action_sendOutcastNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_nightsister_win"); + groundquests.failTask(player, "quest/wod_outcast_6", "talkOutcastSinging"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast6_action_sendOutcastSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_singing_win"); + groundquests.failTask(player, "quest/wod_outcast_6", "talkOutcastNightsister"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast6_action_leanNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, 1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) + 1); + } + } + public void wod_outcast6_action_leanSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, -1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) - 1); + } + } + public int wod_outcast6_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_46")) + { + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_9")) + { + if (wod_outcast6_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_13"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_13")) + { + wod_outcast6_action_leanNS(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_18")) + { + wod_outcast6_action_leanSM(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast6_action_leanNS(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast6_action_leanSM(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_53"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast6_action_leanNS(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast6_action_leanSM(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast6_action_leanNS(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast6_action_leanSM(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_54")) + { + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_56"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast6_action_leanSM(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast6_action_leanNS(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_57"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast6_action_leanSM(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast6_action_leanNS(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast6_action_leanSM(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast6_action_leanNS(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast6_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast6_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast6_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast6_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast6_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast6_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + wod_outcast6_action_sendOutcastSM(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_68"); + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast6_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_72")) + { + wod_outcast6_action_sendOutcastNS(player, npc); + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_74"); + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public static int lean = 0; + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_outcast6"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_outcast6"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (!wod_outcast6_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_46"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 1); + npcStartConversation(player, npc, "wod_outcast6", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast6_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_9"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 3); + npcStartConversation(player, npc, "wod_outcast6", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast6_condition_condition0003(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 9); + npcStartConversation(player, npc, "wod_outcast6", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast6_condition_condition0004(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_33"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 14); + npcStartConversation(player, npc, "wod_outcast6", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast6_condition_condition0005(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast6_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast6.branchId", 17); + npcStartConversation(player, npc, "wod_outcast6", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_outcast6")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_outcast6.branchId"); + if (branchId == 1 && wod_outcast6_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_outcast6_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_outcast6_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_outcast6_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_outcast6_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_outcast6_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_outcast6_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_outcast6_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_outcast6_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_outcast6_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_outcast6_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_outcast6_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_outcast6_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_outcast6_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_outcast6_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_outcast6_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_outcast6_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_outcast6_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_outcast6.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast7.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast7.java new file mode 100644 index 0000000000..c4f31bff22 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast7.java @@ -0,0 +1,1404 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_outcast7 extends script.base_script +{ + public wod_outcast7() + { + } + public static String c_stringFile = "conversation/wod_outcast7"; + public boolean wod_outcast7_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast7_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_outcast_7", "talkOutcastNightsister"); + } + public boolean wod_outcast7_condition_condition0002(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast7_condition_condition0003(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast7_condition_condition0004(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast7_condition_condition0005(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_outcast7_condition_leansSM(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) < 0); + } + public boolean wod_outcast7_condition_leansNS(obj_id player, obj_id npc) throws InterruptedException + { + return (utils.getIntScriptVar(npc, "lean." + player) > 0); + } + public boolean wod_outcast7_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + utils.removeScriptVar(npc, "lean." + player); + return questIsQuestActive(questGetQuestId("quest/wod_outcast_7"), player) && groundquests.isTaskActive(player, "wod_outcast_7", "talkOutcastNightsister"); + } + public void wod_outcast7_action_sendOutcastNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_nightsister_win"); + groundquests.failTask(player, "quest/wod_outcast_7", "talkOutcastSinging"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast7_action_sendOutcastSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_singing_win"); + groundquests.failTask(player, "quest/wod_outcast_7", "talkOutcastNightsister"); + utils.removeScriptVar(npc, "lean." + player); + } + public void wod_outcast7_action_leanNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, 1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) + 1); + } + } + public void wod_outcast7_action_leanSM(obj_id player, obj_id npc) throws InterruptedException + { + if (!utils.hasScriptVar(npc, "lean." + player)) + { + utils.setScriptVar(npc, "lean." + player, -1); + } + else + { + utils.setScriptVar(npc, "lean." + player, utils.getIntScriptVar(npc, "lean." + player) - 1); + } + } + public int wod_outcast7_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_46")) + { + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_9")) + { + if (wod_outcast7_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_13"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_13")) + { + wod_outcast7_action_leanSM(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_18")) + { + wod_outcast7_action_leanNS(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_52"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast7_action_leanSM(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast7_action_leanNS(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_53"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast7_action_leanSM(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast7_action_leanNS(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_35")) + { + wod_outcast7_action_leanSM(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_54"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_36")) + { + wod_outcast7_action_leanNS(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_54")) + { + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_56"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast7_action_leanNS(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast7_action_leanSM(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_57"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast7_action_leanNS(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast7_action_leanSM(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_outcast7_action_leanNS(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_42")) + { + wod_outcast7_action_leanSM(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_58"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast7_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast7_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast7_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast7_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_outcast7_condition_leansSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast7_condition_leansNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + wod_outcast7_action_sendOutcastSM(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_68"); + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_outcast7_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_72")) + { + wod_outcast7_action_sendOutcastNS(player, npc); + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_74"); + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public static int lean = 0; + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_outcast7"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_outcast7"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (!wod_outcast7_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_46"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 1); + npcStartConversation(player, npc, "wod_outcast7", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_outcast7_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_9"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 3); + npcStartConversation(player, npc, "wod_outcast7", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast7_condition_condition0003(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_35"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 9); + npcStartConversation(player, npc, "wod_outcast7", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast7_condition_condition0004(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_33"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_42"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 14); + npcStartConversation(player, npc, "wod_outcast7", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_outcast7_condition_condition0005(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_outcast7_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_outcast7.branchId", 17); + npcStartConversation(player, npc, "wod_outcast7", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_outcast7")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_outcast7.branchId"); + if (branchId == 1 && wod_outcast7_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_outcast7_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_outcast7_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_outcast7_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_outcast7_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_outcast7_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_outcast7_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_outcast7_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_outcast7_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_outcast7_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_outcast7_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_outcast7_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_outcast7_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_outcast7_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_outcast7_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_outcast7_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_outcast7_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_outcast7_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_outcast7.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_queen_mother.java b/sku.0/sys.server/compiled/game/script/conversation/wod_queen_mother.java new file mode 100644 index 0000000000..63743b8325 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_queen_mother.java @@ -0,0 +1,361 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.trial; +import script.library.utils; + +public class wod_queen_mother extends script.base_script +{ + public wod_queen_mother() + { + } + public static String c_stringFile = "conversation/wod_queen_mother"; + public boolean wod_queen_mother_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_queen_mother_condition_spiderBossCurrentlyBusy(obj_id player, obj_id npc) throws InterruptedException + { + obj_id[] objects = trial.getObjectsInDungeonWithObjVar(npc, "event_wave_controller"); + if (objects.length < 1) + { + return true; + } + int wave = utils.getIntScriptVar(objects[0], "waveEventCurrentWave"); + return wave > 0; + } + public boolean wod_queen_mother_condition_hasQuestAndGroupSpiderBoss(obj_id player, obj_id npc) throws InterruptedException + { + if (wod_queen_mother_condition_playerHasNoGroupSpiderBoss(player, npc)) + { + return false; + } + if (wod_queen_mother_condition_spiderBossCurrentlyBusy(player, npc)) + { + return false; + } + return groundquests.isTaskActive(player, "wod_queen_mother_boss_fight", "challengeMatron") || groundquests.isTaskActive(player, "wod_queen_mother_boss_fight_ns", "challengeMatron"); + } + public boolean wod_queen_mother_condition_onReturnSpiderBossFight(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_queen_mother_boss_fight", "challengeMatron") || groundquests.isTaskActive(player, "wod_queen_mother_boss_fight_ns", "challengeMatron"); + } + public boolean wod_queen_mother_condition_onReturnEverybodyHatesSpiderclan(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ehs_1", "findSecret") || groundquests.isTaskActive(player, "wod_themepark_ns_ehs_1", "findSecret"); + } + public boolean wod_queen_mother_condition_playerHasNoGroupSpiderBoss(obj_id player, obj_id npc) throws InterruptedException + { + obj_id groupid = getGroupObject(player); + if (isValidId(groupid)) + { + return false; + } + return true; + } + public void wod_queen_mother_action_sendReturnedSignalSpiderBossFight(obj_id player, obj_id npc) throws InterruptedException + { + obj_id[] objects = trial.getObjectsInDungeonWithObjVar(npc, "event_wave_controller"); + if (objects.length < 1) + { + return; + } + faceTo(npc, player); + groundquests.sendSignal(player, "challengedMatron"); + obj_id myGroup = getGroupObject(player); + if (isValidId(myGroup)) + { + obj_id[] members = getGroupMemberIds(myGroup); + for (int i = 0; i < members.length; i++) + { + if (!isIdValid(members[i]) || !exists(members[i])) + { + continue; + } + if (getDistance(members[i], npc) > 200) + { + continue; + } + if (groundquests.isTaskActive(members[i], "wod_queen_mother_boss_fight", "challengeMatron") || groundquests.isTaskActive(members[i], "wod_queen_mother_boss_fight_ns", "challengeMatron")) + { + groundquests.sendSignal(members[i], "challengedMatron"); + } + } + } + dictionary dict = new dictionary(); + dict.put("player", player); + messageTo(objects[0], "waveEventControllerNPCStart", dict, 0, false); + } + public void wod_queen_mother_action_sendReturnedSignalEverybodyHatesSpiderclan(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.sendSignal(player, "foundSecret"); + } + public int wod_queen_mother_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_25")) + { + wod_queen_mother_action_sendReturnedSignalEverybodyHatesSpiderclan(player, npc); + if (wod_queen_mother_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_26"); + utils.removeScriptVar(player, "conversation.wod_queen_mother.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_queen_mother_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_12")) + { + if (wod_queen_mother_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_15"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_queen_mother_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_16"); + } + utils.setScriptVar(player, "conversation.wod_queen_mother.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_queen_mother.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_queen_mother_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_16")) + { + if (wod_queen_mother_condition_playerHasNoGroupSpiderBoss(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_queen_mother_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + utils.setScriptVar(player, "conversation.wod_queen_mother.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_queen_mother.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_queen_mother_condition_spiderBossCurrentlyBusy(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + utils.removeScriptVar(player, "conversation.wod_queen_mother.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_queen_mother_condition_hasQuestAndGroupSpiderBoss(player, npc)) + { + wod_queen_mother_action_sendReturnedSignalSpiderBossFight(player, npc); + string_id message = new string_id(c_stringFile, "s_30"); + utils.removeScriptVar(player, "conversation.wod_queen_mother.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_queen_mother_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_20")) + { + if (wod_queen_mother_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_23"); + utils.removeScriptVar(player, "conversation.wod_queen_mother.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_queen_mother"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_queen_mother"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_queen_mother_condition_onReturnEverybodyHatesSpiderclan(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_24"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_queen_mother_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_25"); + } + utils.setScriptVar(player, "conversation.wod_queen_mother.branchId", 1); + npcStartConversation(player, npc, "wod_queen_mother", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_queen_mother_condition_onReturnSpiderBossFight(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_10"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_queen_mother_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_12"); + } + utils.setScriptVar(player, "conversation.wod_queen_mother.branchId", 3); + npcStartConversation(player, npc, "wod_queen_mother", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_queen_mother_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_31"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_queen_mother")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_queen_mother.branchId"); + if (branchId == 1 && wod_queen_mother_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_queen_mother_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_queen_mother_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_queen_mother_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_queen_mother.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_rescue_initiate.java b/sku.0/sys.server/compiled/game/script/conversation/wod_rescue_initiate.java new file mode 100644 index 0000000000..2935025d97 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_rescue_initiate.java @@ -0,0 +1,287 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_rescue_initiate extends script.base_script +{ + public wod_rescue_initiate() + { + } + public static String c_stringFile = "conversation/wod_rescue_initiate"; + public boolean wod_rescue_initiate_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_rescue_initiate_condition_onReturnLostNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_ns_lost_e02", "freeInitiate"); + } + public boolean wod_rescue_initiate_condition_onReturnLostSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_lost_e02", "freeInitiate"); + } + public void wod_rescue_initiate_action_sendReturnedSignal(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.sendSignal(player, "isFree"); + } + public void wod_rescue_initiate_action_sendReturnedSignal2(obj_id player, obj_id npc) throws InterruptedException + { + faceTo(npc, player); + groundquests.sendSignal(player, "isFree"); + } + public int wod_rescue_initiate_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_6")) + { + if (wod_rescue_initiate_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_8"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rescue_initiate_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_10"); + } + utils.setScriptVar(player, "conversation.wod_rescue_initiate.branchId", 2); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rescue_initiate.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rescue_initiate_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_10")) + { + if (wod_rescue_initiate_condition__defaultCondition(player, npc)) + { + wod_rescue_initiate_action_sendReturnedSignal(player, npc); + string_id message = new string_id(c_stringFile, "s_12"); + utils.removeScriptVar(player, "conversation.wod_rescue_initiate.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rescue_initiate_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_16")) + { + if (wod_rescue_initiate_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rescue_initiate_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_20"); + } + utils.setScriptVar(player, "conversation.wod_rescue_initiate.branchId", 5); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rescue_initiate.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rescue_initiate_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_20")) + { + if (wod_rescue_initiate_condition__defaultCondition(player, npc)) + { + wod_rescue_initiate_action_sendReturnedSignal2(player, npc); + string_id message = new string_id(c_stringFile, "s_22"); + utils.removeScriptVar(player, "conversation.wod_rescue_initiate.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_rescue_initiate"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_rescue_initiate"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_rescue_initiate_condition_onReturnLostSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_4"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rescue_initiate_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_6"); + } + utils.setScriptVar(player, "conversation.wod_rescue_initiate.branchId", 1); + npcStartConversation(player, npc, "wod_rescue_initiate", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rescue_initiate_condition_onReturnLostNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_14"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rescue_initiate_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_16"); + } + utils.setScriptVar(player, "conversation.wod_rescue_initiate.branchId", 4); + npcStartConversation(player, npc, "wod_rescue_initiate", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rescue_initiate_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_24"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_rescue_initiate")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_rescue_initiate.branchId"); + if (branchId == 1 && wod_rescue_initiate_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 2 && wod_rescue_initiate_handleBranch2(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_rescue_initiate_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_rescue_initiate_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_rescue_initiate.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_rubina.java b/sku.0/sys.server/compiled/game/script/conversation/wod_rubina.java new file mode 100644 index 0000000000..8970a05207 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_rubina.java @@ -0,0 +1,2749 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_rubina extends script.base_script +{ + public wod_rubina() + { + } + public static String c_stringFile = "conversation/wod_rubina"; + public boolean wod_rubina_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_rubina_condition_onReturnWalkabout2(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_prologue_walkabout_02", "speakWithRubina"); + } + public boolean wod_rubina_condition_walkabout2Finished(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + setObjVar(player, "wod_prologue_quests", 0); + } + else + { + if (getIntObjVar(player, "wod_prologue_quests") > 8) + { + setObjVar(player, "wod_prologue_quests", 8); + } + if (getIntObjVar(player, "wod_prologue_quests") < -8) + { + setObjVar(player, "wod_prologue_quests", -8); + } + } + if (questIsQuestComplete(questGetQuestId("quest/wod_prologue_kill_rancor"), player)) + { + groundquests.clearQuest(player, "quest/wod_prologue_kill_rancor"); + } + if (questIsQuestComplete(questGetQuestId("quest/wod_prologue_kill_spider_clan"), player)) + { + groundquests.clearQuest(player, "quest/wod_prologue_kill_spider_clan"); + } + if (questIsQuestComplete(questGetQuestId("quest/wod_prologue_herb_gathering"), player)) + { + groundquests.clearQuest(player, "quest/wod_prologue_herb_gathering"); + } + if (questIsQuestComplete(questGetQuestId("quest/wod_outcast_1"), player)) + { + groundquests.clearQuest(player, "quest/wod_outcast_1"); + } + if (questIsQuestComplete(questGetQuestId("quest/wod_outcast_2"), player)) + { + groundquests.clearQuest(player, "quest/wod_outcast_2"); + } + if (questIsQuestComplete(questGetQuestId("quest/wod_outcast_3"), player)) + { + groundquests.clearQuest(player, "quest/wod_outcast_3"); + } + if (questIsQuestComplete(questGetQuestId("quest/wod_outcast_4"), player)) + { + groundquests.clearQuest(player, "quest/wod_outcast_4"); + } + if (questIsQuestComplete(questGetQuestId("quest/wod_outcast_5"), player)) + { + groundquests.clearQuest(player, "quest/wod_outcast_5"); + } + if (questIsQuestComplete(questGetQuestId("quest/wod_outcast_6"), player)) + { + groundquests.clearQuest(player, "quest/wod_outcast_6"); + } + if (questIsQuestComplete(questGetQuestId("quest/wod_outcast_7"), player)) + { + groundquests.clearQuest(player, "quest/wod_outcast_7"); + } + return questIsQuestComplete(questGetQuestId("quest/wod_prologue_walkabout_02"), player); + } + public boolean wod_rubina_condition_oneQuestComplete(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status == 1 || status == -1) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_SMSlight(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < -1) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_NSSlight(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > 1) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_SMMost(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < -4) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_NSMost(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > 4) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_SMFull(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status < -7) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_NSFull(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > 7) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_onReturnHerbsNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_prologue_herb_gathering", "returnForTreatNightsister"); + } + public boolean wod_rubina_condition_onReturnRancorNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_prologue_kill_rancor", "waitForRubinaNightsisterRancor") || groundquests.isTaskActive(player, "wod_prologue_kill_spider_clan", "waitForRubinaNightsisterSpider"); + } + public boolean wod_rubina_condition_zeroQuestComplete(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status == 0) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_onReturnWisdomSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_outcast_1", "talkRubinaSinging") || groundquests.isTaskActive(player, "wod_outcast_2", "talkRubinaSinging") || groundquests.isTaskActive(player, "wod_outcast_3", "talkRubinaSinging") || groundquests.isTaskActive(player, "wod_outcast_4", "talkRubinaSinging") || groundquests.isTaskActive(player, "wod_outcast_5", "talkRubinaSinging") || groundquests.isTaskActive(player, "wod_outcast_6", "talkRubinaSinging") || groundquests.isTaskActive(player, "wod_outcast_7", "talkRubinaSinging"); + } + public boolean wod_rubina_condition_onReturnHerbsSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_prologue_herb_gathering", "returnForTreatSinging"); + } + public boolean wod_rubina_condition_onReturnWisdomNS(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_outcast_1", "talkRubinaNightsister") || groundquests.isTaskActive(player, "wod_outcast_2", "talkRubinaNightsister") || groundquests.isTaskActive(player, "wod_outcast_3", "talkRubinaNightsister") || groundquests.isTaskActive(player, "wod_outcast_4", "talkRubinaNightsister") || groundquests.isTaskActive(player, "wod_outcast_5", "talkRubinaNightsister") || groundquests.isTaskActive(player, "wod_outcast_6", "talkRubinaNightsister") || groundquests.isTaskActive(player, "wod_outcast_7", "talkRubinaNightsister"); + } + public boolean wod_rubina_condition_onReturnRancorSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_prologue_kill_rancor", "waitForRubinaSingingRancor") || groundquests.isTaskActive(player, "wod_prologue_kill_spider_clan", "waitForRubinaSingingSpider"); + } + public boolean wod_rubina_condition_hasQuestsActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_prologue_kill_rancor"), player) || questIsQuestActive(questGetQuestId("quest/wod_prologue_kill_spider_clan"), player) || questIsQuestActive(questGetQuestId("quest/wod_prologue_herb_gathering"), player) || questIsQuestActive(questGetQuestId("quest/wod_outcast_1"), player) || questIsQuestActive(questGetQuestId("quest/wod_outcast_2"), player) || questIsQuestActive(questGetQuestId("quest/wod_outcast_3"), player) || questIsQuestActive(questGetQuestId("quest/wod_outcast_4"), player) || questIsQuestActive(questGetQuestId("quest/wod_outcast_5"), player) || questIsQuestActive(questGetQuestId("quest/wod_outcast_6"), player) || questIsQuestActive(questGetQuestId("quest/wod_outcast_7"), player); + } + public boolean wod_rubina_condition_readyToGoNS(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status > 7) && (!groundquests.hasCompletedQuest(player, "wod_rubina_goto_ns"))) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_readyToGoSM(obj_id player, obj_id npc) throws InterruptedException + { + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < -7) && (!groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm"))) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_onReturnChest(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.isTaskActive(player, "wod_rubina_chest", "giveCylinder")) + { + return true; + } + else if (groundquests.hasCompletedQuest(player, "wod_rubina_chest") && !groundquests.hasCompletedQuest(player, "wod_left_behind") && !questIsQuestActive(questGetQuestId("quest/wod_left_behind"), player)) + { + return true; + } + return false; + } + public boolean wod_rubina_condition_onReturnLeftBehind(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_left_behind", "giveCache"); + } + public void wod_rubina_action_sendReturnedSignalWalkabout2(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "speakWithRubina"); + } + public void wod_rubina_action_grantPrologueHerbs(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_prologue_herb_gathering"); + } + public void wod_rubina_action_grantPrologueEnemies(obj_id player, obj_id npc) throws InterruptedException + { + int rng = rand(0, 100); + if (rng > 50) + { + groundquests.grantQuest(player, "quest/wod_prologue_kill_rancor"); + } + else + { + groundquests.grantQuest(player, "quest/wod_prologue_kill_spider_clan"); + } + } + public void wod_rubina_action_grantPrologueWisdom(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_outcast_" + rand(1, 7)); + } + public void wod_rubina_action_sendReturnedRancorNS(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.isTaskActive(player, "wod_prologue_kill_rancor", "waitForRubinaNightsisterRancor")) + { + groundquests.sendSignal(player, "waitForRubinaNightsisterRancor"); + setObjVar(player, "wod_prologue_quests", getIntObjVar(player, "wod_prologue_quests") + 1); + modifyCollectionSlotValue(player, "wod_prologue_kill_rancors_01", 1); + } + if (groundquests.isTaskActive(player, "wod_prologue_kill_spider_clan", "waitForRubinaNightsisterSpider")) + { + groundquests.sendSignal(player, "waitForRubinaNightsisterSpider"); + setObjVar(player, "wod_prologue_quests", getIntObjVar(player, "wod_prologue_quests") + 1); + modifyCollectionSlotValue(player, "wod_prologue_kill_spiders_01", 1); + } + } + public void wod_rubina_action_sendReturnedRancorSM(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.isTaskActive(player, "wod_prologue_kill_rancor", "waitForRubinaSingingRancor")) + { + groundquests.sendSignal(player, "waitForRubinaSingingRancor"); + setObjVar(player, "wod_prologue_quests", getIntObjVar(player, "wod_prologue_quests") - 1); + modifyCollectionSlotValue(player, "wod_prologue_kill_rancors_01", 1); + } + if (groundquests.isTaskActive(player, "wod_prologue_kill_spider_clan", "waitForRubinaSingingSpider")) + { + groundquests.sendSignal(player, "waitForRubinaSingingSpider"); + setObjVar(player, "wod_prologue_quests", getIntObjVar(player, "wod_prologue_quests") - 1); + modifyCollectionSlotValue(player, "wod_prologue_kill_spiders_01", 1); + } + } + public void wod_rubina_action_sendReturnedHerbsNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "selectBasketNightsister"); + setObjVar(player, "wod_prologue_quests", getIntObjVar(player, "wod_prologue_quests") + 1); + modifyCollectionSlotValue(player, "wod_prologue_ns_herb_01", 1); + } + public void wod_rubina_action_sendReturnedHerbsSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "selectBasketSiging"); + setObjVar(player, "wod_prologue_quests", getIntObjVar(player, "wod_prologue_quests") - 1); + modifyCollectionSlotValue(player, "wod_prologue_herb_01", 1); + } + public void wod_rubina_action_sendReturnedWisdomNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_nightsister_win_2"); + setObjVar(player, "wod_prologue_quests", getIntObjVar(player, "wod_prologue_quests") + 1); + modifyCollectionSlotValue(player, "wod_prologue_nightsister_outcasts_01", 1); + } + public void wod_rubina_action_sendReturnedWisdomSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_outcast_singing_win_2"); + setObjVar(player, "wod_prologue_quests", getIntObjVar(player, "wod_prologue_quests") - 1); + modifyCollectionSlotValue(player, "wod_prologue_singing_outcasts_01", 1); + } + public void wod_rubina_action_grantGoToNS(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_rubina_goto_ns"); + } + public void wod_rubina_action_grantGoToSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_rubina_goto_sm"); + } + public void wod_rubina_action_sendReturnedSignalChest(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasGivenCylinder"); + } + public void wod_rubina_action_grantLeftBehind(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_left_behind"); + } + public void wod_rubina_action_sendReturnedSignalLeftBehind(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "gaveCache"); + } + public float wod_rubina_tokenDF_tokenDF0001(obj_id player, obj_id npc) throws InterruptedException + { + return 0.f; + } + public int wod_rubina_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_6")) + { + wod_rubina_action_sendReturnedSignalWalkabout2(player, npc); + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_8"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + wod_rubina_action_sendReturnedHerbsNS(player, npc); + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_151"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_64")) + { + wod_rubina_action_sendReturnedHerbsSM(player, npc); + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_152"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_67")) + { + wod_rubina_action_sendReturnedRancorNS(player, npc); + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_153"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_68")) + { + wod_rubina_action_sendReturnedRancorSM(player, npc); + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_154"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_140")) + { + wod_rubina_action_sendReturnedWisdomNS(player, npc); + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_155"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_139")) + { + wod_rubina_action_sendReturnedWisdomSM(player, npc); + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_156"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_188")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_189"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_190"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_190")) + { + wod_rubina_action_sendReturnedSignalChest(player, npc); + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_191"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_197"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 17); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_197")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + wod_rubina_action_grantLeftBehind(player, npc); + string_id message = new string_id(c_stringFile, "s_199"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_200")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_201"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_202"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_202")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_203"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_204"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_204")) + { + wod_rubina_action_sendReturnedSignalLeftBehind(player, npc); + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_205"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_45")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_148"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_145"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_149"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 25); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_100")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_102"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + boolean hasResponse5 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse5 = true; + } + boolean hasResponse6 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse6 = true; + } + boolean hasResponse7 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse7 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_104"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_116"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_120"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_124"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_128"); + } + if (hasResponse5) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_132"); + } + if (hasResponse6) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_136"); + } + if (hasResponse7) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_146"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 36); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_158")) + { + if (wod_rubina_condition_readyToGoNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_172"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_174"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_178"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 47); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_readyToGoSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_180"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_182"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_186"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 50); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_SMFull(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_170"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_NSFull(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_173"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_SMMost(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_177"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_NSMost(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_181"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_SMSlight(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_185"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_NSSlight(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_193"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_oneQuestComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_196"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_zeroQuestComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_206"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_51"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_53"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_73"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_85"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 26); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_148")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + wod_rubina_action_grantPrologueHerbs(player, npc); + string_id message = new string_id(c_stringFile, "s_71"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_145")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + wod_rubina_action_grantPrologueEnemies(player, npc); + string_id message = new string_id(c_stringFile, "s_83"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_149")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + wod_rubina_action_grantPrologueWisdom(player, npc); + string_id message = new string_id(c_stringFile, "s_95"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_53")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_55"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 27); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_73")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_75"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_77"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 30); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_85")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_87"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_89"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 33); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_57")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_59"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_69"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 28); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_69")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + wod_rubina_action_grantPrologueHerbs(player, npc); + string_id message = new string_id(c_stringFile, "s_71"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_77")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_79"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_81"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 31); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_81")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + wod_rubina_action_grantPrologueEnemies(player, npc); + string_id message = new string_id(c_stringFile, "s_83"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_89")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_91"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_93"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 34); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_93")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + wod_rubina_action_grantPrologueWisdom(player, npc); + string_id message = new string_id(c_stringFile, "s_95"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_104")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_106"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_108"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 37); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_116")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_118"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_120")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_122"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_124")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_126"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_128")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_130"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_132")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_134"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_136")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_142"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_146")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_150"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_108")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_110"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_112"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 38); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_112")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_114"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_174")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + wod_rubina_action_grantGoToNS(player, npc); + string_id message = new string_id(c_stringFile, "s_176"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_178")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_207"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_45"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_100"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_158"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_45")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_148"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_145"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_149"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 25); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_100")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_102"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + boolean hasResponse5 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse5 = true; + } + boolean hasResponse6 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse6 = true; + } + boolean hasResponse7 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse7 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_104"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_116"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_120"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_124"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_128"); + } + if (hasResponse5) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_132"); + } + if (hasResponse6) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_136"); + } + if (hasResponse7) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_146"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 36); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_158")) + { + if (wod_rubina_condition_readyToGoNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_172"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_174"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_178"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 47); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_readyToGoSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_180"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_182"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_186"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 50); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_SMFull(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_170"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_NSFull(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_173"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_SMMost(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_177"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_NSMost(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_181"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_SMSlight(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_185"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_NSSlight(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_193"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_oneQuestComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_196"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_zeroQuestComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_206"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_182")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + wod_rubina_action_grantGoToSM(player, npc); + string_id message = new string_id(c_stringFile, "s_184"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_186")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_208"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_45"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_100"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_158"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_rubina_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_45")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_148"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_145"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_149"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 25); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_100")) + { + if (wod_rubina_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_102"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + boolean hasResponse5 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse5 = true; + } + boolean hasResponse6 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse6 = true; + } + boolean hasResponse7 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse7 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_104"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_116"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_120"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_124"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_128"); + } + if (hasResponse5) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_132"); + } + if (hasResponse6) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_136"); + } + if (hasResponse7) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_146"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 36); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_158")) + { + if (wod_rubina_condition_readyToGoNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_172"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_174"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_178"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 47); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_readyToGoSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_180"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_182"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_186"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 50); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_SMFull(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_170"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_NSFull(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_173"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_SMMost(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_177"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_NSMost(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_181"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_SMSlight(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_185"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_NSSlight(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_193"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_oneQuestComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_196"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_zeroQuestComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_206"); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_rubina"); + } + setCondition(self, CONDITION_CONVERSABLE); + setCondition(self, CONDITION_INTERESTING); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + setCondition(self, CONDITION_INTERESTING); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + setCondition(self, CONDITION_INTERESTING); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + setCondition(self, CONDITION_INTERESTING); + detachScript(self, "conversation.wod_rubina"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_rubina_condition_onReturnWalkabout2(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_4"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_6"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 1); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_onReturnHerbsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_61"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 3); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_onReturnHerbsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_64"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 5); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_onReturnRancorNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_65"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_67"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 7); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_onReturnRancorSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_68"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 9); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_onReturnWisdomNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_137"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_140"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 11); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_onReturnWisdomSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_138"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_139"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 13); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_onReturnChest(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_187"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_188"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 15); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_onReturnLeftBehind(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_195"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_200"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 19); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_hasQuestsActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_143"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_rubina_condition_walkabout2Finished(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_rubina_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_45"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_100"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_158"); + } + utils.setScriptVar(player, "conversation.wod_rubina.branchId", 24); + npcStartConversation(player, npc, "wod_rubina", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (!wod_rubina_condition_walkabout2Finished(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_210"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_rubina")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_rubina.branchId"); + if (branchId == 1 && wod_rubina_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_rubina_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_rubina_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_rubina_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_rubina_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_rubina_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_rubina_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_rubina_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_rubina_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_rubina_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 19 && wod_rubina_handleBranch19(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_rubina_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_rubina_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_rubina_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 25 && wod_rubina_handleBranch25(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 26 && wod_rubina_handleBranch26(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 27 && wod_rubina_handleBranch27(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 28 && wod_rubina_handleBranch28(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 30 && wod_rubina_handleBranch30(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 31 && wod_rubina_handleBranch31(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 33 && wod_rubina_handleBranch33(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 34 && wod_rubina_handleBranch34(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 36 && wod_rubina_handleBranch36(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 37 && wod_rubina_handleBranch37(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 38 && wod_rubina_handleBranch38(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 47 && wod_rubina_handleBranch47(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 49 && wod_rubina_handleBranch49(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 50 && wod_rubina_handleBranch50(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 52 && wod_rubina_handleBranch52(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_rubina.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_second_sister.java b/sku.0/sys.server/compiled/game/script/conversation/wod_second_sister.java new file mode 100644 index 0000000000..d9be48be61 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_second_sister.java @@ -0,0 +1,152 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_second_sister extends script.base_script +{ + public wod_second_sister() + { + } + public static String c_stringFile = "conversation/wod_second_sister"; + public boolean wod_second_sister_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_second_sister_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sister2", "killSister2"); + } + public void wod_second_sister_action_sendSignalTPSister2(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_second_sister_aggro"); + } + public void wod_second_sister_action_aggroSister(obj_id player, obj_id npc) throws InterruptedException + { + setInvulnerable(npc, false); + startCombat(npc, player); + clearCondition(npc, CONDITION_CONVERSABLE); + } + public int wod_second_sister_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_8")) + { + wod_second_sister_action_sendSignalTPSister2(player, npc); + if (wod_second_sister_condition__defaultCondition(player, npc)) + { + wod_second_sister_action_aggroSister(player, npc); + string_id message = new string_id(c_stringFile, "s_10"); + utils.removeScriptVar(player, "conversation.wod_second_sister.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_second_sister"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_second_sister"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_second_sister_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_6"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_second_sister_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_8"); + } + utils.setScriptVar(player, "conversation.wod_second_sister.branchId", 1); + npcStartConversation(player, npc, "wod_second_sister", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_second_sister_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_9"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_second_sister")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_second_sister.branchId"); + if (branchId == 1 && wod_second_sister_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_second_sister.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_guide.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_guide.java new file mode 100644 index 0000000000..cccc76d639 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_guide.java @@ -0,0 +1,2340 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.content; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_sm_guide extends script.base_script +{ + public wod_sm_guide() + { + } + public static String c_stringFile = "conversation/wod_sm_guide"; + public boolean wod_sm_guide_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_sm_guide_condition_onReturnGoToSM(obj_id player, obj_id npc) throws InterruptedException + { + return (groundquests.isTaskActive(player, "wod_rubina_goto_sm", "arrived") || groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm")); + } + public boolean wod_sm_guide_condition_GoToSMFinished(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.isTaskActive(player, "wod_rubina_goto_sm", "arrived") || groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm"))) + { + return true; + } + return false; + } + public boolean wod_sm_guide_condition_IsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > -1) + { + return true; + } + return false; + } + public boolean wod_sm_guide_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < 0) && (status > -8)) + { + return true; + } + return false; + } + public boolean wod_sm_guide_condition_IsTrader(obj_id player, obj_id npc) throws InterruptedException + { + if (content.isCrafter(player)) + { + return true; + } + return false; + } + public boolean wod_sm_guide_condition_IsEntertainer(obj_id player, obj_id npc) throws InterruptedException + { + if (content.isEntertainer(player)) + { + return true; + } + return false; + } + public void wod_sm_guide_action_SendReturnedSignalGoToSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "arrivedSm"); + } + public int wod_sm_guide_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_14")) + { + wod_sm_guide_action_SendReturnedSignalGoToSM(player, npc); + if (wod_sm_guide_condition_GoToSMFinished(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_16"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_21"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_113"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 4); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_18")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_54"); + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_21")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_23"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_sm_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_sm_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_25"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_32"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_43"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_113")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_114"); + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_25")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_27"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_29"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_32")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_34"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_43")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_74")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_86")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_88"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 22); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_29")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_23"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_sm_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_sm_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_25"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_32"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_43"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_25")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_27"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_29"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_32")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_34"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_43")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_74")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_86")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_88"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 22); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_36")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_23"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_sm_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_sm_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_25"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_32"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_43"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_39")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_41"); + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_25")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_27"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_29"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_32")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_34"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_43")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_74")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_86")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_88"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 22); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_49"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_55"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_58"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_58")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_60"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_62"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_62")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_64"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_66"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_70"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_66")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_23"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_sm_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_sm_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_25"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_32"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_43"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_70")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_72"); + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_25")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_27"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_29"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_32")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_34"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_43")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_74")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_86")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_88"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 22); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_78")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_114"); + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_82")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_23"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_sm_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_sm_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_25"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_32"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_43"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_25")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_27"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_29"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_32")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_34"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_43")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_74")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_86")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_88"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 22); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_90")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_114"); + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_94")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_98"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_102"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_98")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_114"); + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_102")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_23"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + boolean hasResponse2 = false; + if (wod_sm_guide_condition_IsTrader(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse2 = true; + } + boolean hasResponse3 = false; + if (wod_sm_guide_condition_IsEntertainer(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse3 = true; + } + boolean hasResponse4 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse4 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_25"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_32"); + } + if (hasResponse2) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_43"); + } + if (hasResponse3) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_74"); + } + if (hasResponse4) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_86"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 6); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_guide_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_25")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_27"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_29"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 7); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_32")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_34"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_43")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_74")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_86")) + { + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_88"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_90"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_94"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 22); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_sm_guide"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_sm_guide"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_sm_guide_condition_IsNS(player, npc)) + { + doAnimationAction(npc, "dismiss"); + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_guide_condition_IsIndifferent(player, npc)) + { + doAnimationAction(npc, "point_away"); + string_id message = new string_id(c_stringFile, "s_8"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_guide_condition_onReturnGoToSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_12"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_14"); + } + utils.setScriptVar(player, "conversation.wod_sm_guide.branchId", 3); + npcStartConversation(player, npc, "wod_sm_guide", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_guide_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_103"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_sm_guide")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_sm_guide.branchId"); + if (branchId == 3 && wod_sm_guide_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_sm_guide_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_sm_guide_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_sm_guide_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_sm_guide_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_sm_guide_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_sm_guide_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_sm_guide_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_sm_guide_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_sm_guide_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_sm_guide_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_sm_guide_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 17 && wod_sm_guide_handleBranch17(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 19 && wod_sm_guide_handleBranch19(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_sm_guide_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 22 && wod_sm_guide_handleBranch22(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_sm_guide_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 26 && wod_sm_guide_handleBranch26(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_sm_guide.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_handler_izaryx.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_handler_izaryx.java new file mode 100644 index 0000000000..b47084e3c9 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_handler_izaryx.java @@ -0,0 +1,1010 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_sm_rancor_handler_izaryx extends script.base_script +{ + public wod_sm_rancor_handler_izaryx() + { + } + public static String c_stringFile = "conversation/wod_sm_rancor_handler_izaryx"; + public boolean wod_sm_rancor_handler_izaryx_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_sm_rancor_handler_izaryx_condition_IsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > -1) + { + return true; + } + return false; + } + public boolean wod_sm_rancor_handler_izaryx_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < 0) && (status > -8)) + { + return true; + } + return false; + } + public boolean wod_sm_rancor_handler_izaryx_condition_hasQuestActiveI(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_sm_whole_truth_01"); + } + public boolean wod_sm_rancor_handler_izaryx_condition_hasQuestActiveII(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_sm_whole_truth_02"); + } + public boolean wod_sm_rancor_handler_izaryx_condition_hasQuestActiveIII(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_kyrisa_boss_fight"); + } + public boolean wod_sm_rancor_handler_izaryx_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm")) && (!groundquests.hasCompletedQuest(player, "wod_themepark_sm_whole_truth_01"))) + { + return true; + } + return false; + } + public boolean wod_sm_rancor_handler_izaryx_condition_onReturnTruthISM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_sm_whole_truth_01", "returnTamer"); + } + public boolean wod_sm_rancor_handler_izaryx_condition_onReturnTruthIISM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_sm_whole_truth_02", "returnTamer2"); + } + public boolean wod_sm_rancor_handler_izaryx_condition_completedQuestTruthISM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_sm_whole_truth_01"); + } + public boolean wod_sm_rancor_handler_izaryx_condition_completedQuestTruthIISM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.hasCompletedQuest(player, "wod_themepark_sm_whole_truth_02"); + } + public void wod_sm_rancor_handler_izaryx_action_sendReturnedSignalTruthISM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedTamer"); + } + public void wod_sm_rancor_handler_izaryx_action_sendReturnedSignalTruthIISM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasReturnedTamer2"); + } + public void wod_sm_rancor_handler_izaryx_action_grantTPTruthISM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_sm_whole_truth_01"); + } + public void wod_sm_rancor_handler_izaryx_action_grantTPTruthIISM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_sm_whole_truth_02"); + } + public void wod_sm_rancor_handler_izaryx_action_grantTPKyrisaBossFightSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.clearQuest(player, "quest/wod_kyrisa_boss_fight"); + groundquests.grantQuest(player, "quest/wod_kyrisa_boss_fight"); + } + public int wod_sm_rancor_handler_izaryx_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_24")) + { + wod_sm_rancor_handler_izaryx_action_sendReturnedSignalTruthISM(player, npc); + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_25"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_64"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 16); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_64")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + wod_sm_rancor_handler_izaryx_action_grantTPTruthIISM(player, npc); + string_id message = new string_id(c_stringFile, "s_67"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_68")) + { + wod_sm_rancor_handler_izaryx_action_sendReturnedSignalTruthIISM(player, npc); + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_86"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_78")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_80"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_46")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_49"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_58")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_60"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_72")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_74"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_78")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_80"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_82"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_82")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + wod_sm_rancor_handler_izaryx_action_grantTPKyrisaBossFightSM(player, npc); + string_id message = new string_id(c_stringFile, "s_84"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_64")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + wod_sm_rancor_handler_izaryx_action_grantTPTruthIISM(player, npc); + string_id message = new string_id(c_stringFile, "s_67"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_36")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 19); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_40")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_42"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 20); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_44")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_51"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_51")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_53"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_55"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 22); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_55")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_59"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_63"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 23); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_63")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_69"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_73"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_73")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_77"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_81"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 25); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_handler_izaryx_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_81")) + { + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + wod_sm_rancor_handler_izaryx_action_grantTPTruthISM(player, npc); + string_id message = new string_id(c_stringFile, "s_85"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_sm_rancor_handler_izaryx"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_sm_rancor_handler_izaryx"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_sm_rancor_handler_izaryx_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_4"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_6"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition_onReturnTruthISM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_23"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_24"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 3); + npcStartConversation(player, npc, "wod_sm_rancor_handler_izaryx", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition_onReturnTruthIISM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_66"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_68"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 5); + npcStartConversation(player, npc, "wod_sm_rancor_handler_izaryx", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition_hasQuestActiveI(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_45"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_46"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 7); + npcStartConversation(player, npc, "wod_sm_rancor_handler_izaryx", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition_hasQuestActiveII(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_56"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_58"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 9); + npcStartConversation(player, npc, "wod_sm_rancor_handler_izaryx", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition_hasQuestActiveIII(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_70"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_72"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 11); + npcStartConversation(player, npc, "wod_sm_rancor_handler_izaryx", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition_completedQuestTruthIISM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_76"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_78"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 13); + npcStartConversation(player, npc, "wod_sm_rancor_handler_izaryx", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition_completedQuestTruthISM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_62"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_64"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 16); + npcStartConversation(player, npc, "wod_sm_rancor_handler_izaryx", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_34"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_36"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId", 18); + npcStartConversation(player, npc, "wod_sm_rancor_handler_izaryx", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_handler_izaryx_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_88"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_sm_rancor_handler_izaryx")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + if (branchId == 3 && wod_sm_rancor_handler_izaryx_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 4 && wod_sm_rancor_handler_izaryx_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_sm_rancor_handler_izaryx_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_sm_rancor_handler_izaryx_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_sm_rancor_handler_izaryx_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_sm_rancor_handler_izaryx_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_sm_rancor_handler_izaryx_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_sm_rancor_handler_izaryx_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_sm_rancor_handler_izaryx_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 16 && wod_sm_rancor_handler_izaryx_handleBranch16(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_sm_rancor_handler_izaryx_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 19 && wod_sm_rancor_handler_izaryx_handleBranch19(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 20 && wod_sm_rancor_handler_izaryx_handleBranch20(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_sm_rancor_handler_izaryx_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 22 && wod_sm_rancor_handler_izaryx_handleBranch22(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 23 && wod_sm_rancor_handler_izaryx_handleBranch23(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_sm_rancor_handler_izaryx_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 25 && wod_sm_rancor_handler_izaryx_handleBranch25(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_handler_izaryx.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_tamer_zideera.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_tamer_zideera.java new file mode 100644 index 0000000000..73a3a2ca01 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_tamer_zideera.java @@ -0,0 +1,518 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.content; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_sm_rancor_tamer_zideera extends script.base_script +{ + public wod_sm_rancor_tamer_zideera() + { + } + public static String c_stringFile = "conversation/wod_sm_rancor_tamer_zideera"; + public boolean wod_sm_rancor_tamer_zideera_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_sm_rancor_tamer_zideera_condition_IsNoEntertainer(obj_id player, obj_id npc) throws InterruptedException + { + if (content.isEntertainer(player)) + { + return false; + } + return true; + } + public boolean wod_sm_rancor_tamer_zideera_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < 0) && (status > -8)) + { + return true; + } + return false; + } + public boolean wod_sm_rancor_tamer_zideera_condition_IsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > -1) + { + return true; + } + return false; + } + public boolean wod_sm_rancor_tamer_zideera_condition_hasCompletedTamerSM(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_themepark_sm_rancor_tamer"))) + { + groundquests.clearQuest(player, "quest/wod_themepark_sm_rancor_tamer"); + return true; + } + return false; + } + public boolean wod_sm_rancor_tamer_zideera_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm"))) + { + groundquests.clearQuest(player, "quest/wod_themepark_sm_rancor_tamer"); + return true; + } + return false; + } + public boolean wod_sm_rancor_tamer_zideera_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_themepark_sm_rancor_tamer"), player) || questIsQuestActive(questGetQuestId("quest/wod_themepark_ns_rancor_tamer"), player); + } + public void wod_sm_rancor_tamer_zideera_action_grantTPTamerSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_themepark_sm_rancor_tamer"); + attachScript(player, "theme_park.wod.entertainer_rancor"); + } + public int wod_sm_rancor_tamer_zideera_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_40")) + { + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + wod_sm_rancor_tamer_zideera_action_grantTPTamerSM(player, npc); + string_id message = new string_id(c_stringFile, "s_42"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_44")) + { + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_46"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_tamer_zideera_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_18")) + { + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_20"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_22"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId", 9); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_tamer_zideera_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_22")) + { + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_24"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_26"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId", 10); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_tamer_zideera_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_26")) + { + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId", 11); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_tamer_zideera_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_30")) + { + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_32"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId", 12); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_tamer_zideera_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_34")) + { + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_rancor_tamer_zideera_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + wod_sm_rancor_tamer_zideera_action_grantTPTamerSM(player, npc); + string_id message = new string_id(c_stringFile, "s_43"); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_sm_rancor_tamer_zideera"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_sm_rancor_tamer_zideera"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_sm_rancor_tamer_zideera_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_6"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_tamer_zideera_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_8"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_tamer_zideera_condition_IsNoEntertainer(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_10"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_tamer_zideera_condition_hasCompletedTamerSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId", 4); + prose_package pp = new prose_package(); + pp.stringId = message; + pp.actor.set(player); + pp.target.set(npc); + npcStartConversation(player, npc, "wod_sm_rancor_tamer_zideera", null, pp, responses); + } + else + { + prose_package pp = new prose_package(); + pp.stringId = message; + pp.actor.set(player); + pp.target.set(npc); + chat.chat(npc, player, null, null, pp); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_tamer_zideera_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_49"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_tamer_zideera_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_16"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId", 8); + prose_package pp = new prose_package(); + pp.stringId = message; + pp.actor.set(player); + pp.target.set(npc); + npcStartConversation(player, npc, "wod_sm_rancor_tamer_zideera", null, pp, responses); + } + else + { + prose_package pp = new prose_package(); + pp.stringId = message; + pp.actor.set(player); + pp.target.set(npc); + chat.chat(npc, player, null, null, pp); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_rancor_tamer_zideera_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_47"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_sm_rancor_tamer_zideera")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + if (branchId == 4 && wod_sm_rancor_tamer_zideera_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_sm_rancor_tamer_zideera_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_sm_rancor_tamer_zideera_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_sm_rancor_tamer_zideera_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_sm_rancor_tamer_zideera_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_sm_rancor_tamer_zideera_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_sm_rancor_tamer_zideera_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_sm_rancor_tamer_zideera.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_sage.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_sage.java new file mode 100644 index 0000000000..f832a92df7 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_sage.java @@ -0,0 +1,1183 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.content; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_sm_sage extends script.base_script +{ + public wod_sm_sage() + { + } + public static String c_stringFile = "conversation/wod_sm_sage"; + public boolean wod_sm_sage_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_sm_sage_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm")) && (!groundquests.hasCompletedQuest(player, "wod_sm_repair_alter_01"))) + { + return true; + } + return false; + } + public boolean wod_sm_sage_condition_onReturnAlter01SM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sm_repair_alter_01", "returnToSage"); + } + public boolean wod_sm_sage_condition_onReturnAlter02SM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sm_repair_alter_02", "returnToSage"); + } + public boolean wod_sm_sage_condition_onReturnAlter03SM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sm_repair_alter_03", "returnToSage"); + } + public boolean wod_sm_sage_condition_onReturnAlter04SM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sm_repair_alter_04", "returnToSage"); + } + public boolean wod_sm_sage_condition_IsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > -1) + { + return true; + } + return false; + } + public boolean wod_sm_sage_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < 0) && (status > -8)) + { + return true; + } + return false; + } + public boolean wod_sm_sage_condition_IsNoTrader(obj_id player, obj_id npc) throws InterruptedException + { + if (content.isCrafter(player)) + { + return false; + } + return true; + } + public boolean wod_sm_sage_condition_hasQuestActive(obj_id player, obj_id npc) throws InterruptedException + { + return questIsQuestActive(questGetQuestId("quest/wod_ns_repair_alter_01"), player) || questIsQuestActive(questGetQuestId("quest/wod_ns_repair_alter_02"), player) || questIsQuestActive(questGetQuestId("quest/wod_ns_repair_alter_03"), player) || questIsQuestActive(questGetQuestId("quest/wod_ns_repair_alter_04"), player) || questIsQuestActive(questGetQuestId("quest/wod_sm_repair_alter_01"), player) || questIsQuestActive(questGetQuestId("quest/wod_sm_repair_alter_02"), player) || questIsQuestActive(questGetQuestId("quest/wod_sm_repair_alter_03"), player) || questIsQuestActive(questGetQuestId("quest/wod_sm_repair_alter_04"), player); + } + public boolean wod_sm_sage_condition_hasCompletedAlter04SM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sm_repair_alter_04", "returnToSage") || groundquests.hasCompletedQuest(player, "wod_sm_repair_alter_04"); + } + public boolean wod_sm_sage_condition_hasCompletedAlter03SM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sm_repair_alter_03", "returnToSage") || groundquests.hasCompletedQuest(player, "wod_sm_repair_alter_03"); + } + public boolean wod_sm_sage_condition_hasCompletedAlter02SM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sm_repair_alter_02", "returnToSage") || groundquests.hasCompletedQuest(player, "wod_sm_repair_alter_02"); + } + public boolean wod_sm_sage_condition_hasCompletedAlter01SM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sm_repair_alter_01", "returnToSage") || groundquests.hasCompletedQuest(player, "wod_sm_repair_alter_01"); + } + public void wod_sm_sage_action_grantTPAlter01SM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_sm_repair_alter_01"); + } + public void wod_sm_sage_action_grantTPAlter02SM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_sm_repair_alter_02"); + } + public void wod_sm_sage_action_grantTPAlter03SM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_sm_repair_alter_03"); + } + public void wod_sm_sage_action_grantTPAlter04SM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.grantQuest(player, "quest/wod_sm_repair_alter_04"); + } + public void wod_sm_sage_action_sendReturnedSignalAlter01SM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToSage"); + } + public void wod_sm_sage_action_sendReturnedSignalAlter02SM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToSage"); + } + public void wod_sm_sage_action_sendReturnedSignalAlter03SM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToSage"); + } + public void wod_sm_sage_action_sendReturnedSignalAlter04SM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "returnToSage"); + } + public int wod_sm_sage_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + wod_sm_sage_action_sendReturnedSignalAlter01SM(player, npc); + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_77"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_79"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_83"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 24); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_79")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + wod_sm_sage_action_grantTPAlter02SM(player, npc); + string_id message = new string_id(c_stringFile, "s_67"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_83")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_85"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_114")) + { + wod_sm_sage_action_sendReturnedSignalAlter02SM(player, npc); + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_89"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_91"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_95"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 21); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_91")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + wod_sm_sage_action_grantTPAlter03SM(player, npc); + string_id message = new string_id(c_stringFile, "s_93"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_95")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_101"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_115")) + { + wod_sm_sage_action_sendReturnedSignalAlter03SM(player, npc); + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_107"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_117"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_125"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 18); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_117")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + wod_sm_sage_action_grantTPAlter04SM(player, npc); + string_id message = new string_id(c_stringFile, "s_121"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_125")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_129"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_116")) + { + wod_sm_sage_action_sendReturnedSignalAlter04SM(player, npc); + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_128"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_130"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 11); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_130")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_132"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_100")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_102"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_104"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_104")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_106"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_108"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_108")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_67"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_117")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + wod_sm_sage_action_grantTPAlter04SM(player, npc); + string_id message = new string_id(c_stringFile, "s_121"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_125")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_129"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_91")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + wod_sm_sage_action_grantTPAlter03SM(player, npc); + string_id message = new string_id(c_stringFile, "s_93"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_95")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_101"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_79")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + wod_sm_sage_action_grantTPAlter02SM(player, npc); + string_id message = new string_id(c_stringFile, "s_67"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_83")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_85"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_53")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_55"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_57"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 28); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_57")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_59"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_61"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_69"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 29); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_61")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_63"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_65"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 30); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_69")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_71"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_sage_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_65")) + { + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + wod_sm_sage_action_grantTPAlter01SM(player, npc); + string_id message = new string_id(c_stringFile, "s_67"); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_sm_sage"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_sm_sage"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_sm_sage_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_IsNoTrader(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_14"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_onReturnAlter01SM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_37"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 4); + npcStartConversation(player, npc, "wod_sm_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_onReturnAlter02SM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_111"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_114"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 6); + npcStartConversation(player, npc, "wod_sm_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_onReturnAlter03SM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_112"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_115"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 8); + npcStartConversation(player, npc, "wod_sm_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_onReturnAlter04SM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_113"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_116"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 10); + npcStartConversation(player, npc, "wod_sm_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_hasQuestActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_98"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_100"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 13); + npcStartConversation(player, npc, "wod_sm_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_hasCompletedAlter04SM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_96"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_hasCompletedAlter03SM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_107"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_117"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_125"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 18); + npcStartConversation(player, npc, "wod_sm_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_hasCompletedAlter02SM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_89"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_91"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_95"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 21); + npcStartConversation(player, npc, "wod_sm_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_hasCompletedAlter01SM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_77"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_79"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_83"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 24); + npcStartConversation(player, npc, "wod_sm_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_49"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_53"); + } + utils.setScriptVar(player, "conversation.wod_sm_sage.branchId", 27); + npcStartConversation(player, npc, "wod_sm_sage", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_sage_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_97"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_sm_sage")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_sm_sage.branchId"); + if (branchId == 4 && wod_sm_sage_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_sm_sage_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 6 && wod_sm_sage_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_sm_sage_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 8 && wod_sm_sage_handleBranch8(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_sm_sage_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 10 && wod_sm_sage_handleBranch10(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 11 && wod_sm_sage_handleBranch11(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_sm_sage_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_sm_sage_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_sm_sage_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 18 && wod_sm_sage_handleBranch18(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 21 && wod_sm_sage_handleBranch21(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 24 && wod_sm_sage_handleBranch24(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 27 && wod_sm_sage_handleBranch27(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 28 && wod_sm_sage_handleBranch28(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 29 && wod_sm_sage_handleBranch29(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 30 && wod_sm_sage_handleBranch30(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_sm_sage.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_vendor.java new file mode 100644 index 0000000000..a84ff02eb9 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_vendor.java @@ -0,0 +1,211 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_sm_vendor extends script.base_script +{ + public wod_sm_vendor() + { + } + public static String c_stringFile = "conversation/wod_sm_vendor"; + public boolean wod_sm_vendor_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_sm_vendor_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < 0) && (status > -8)) + { + return true; + } + return false; + } + public boolean wod_sm_vendor_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm"))) + { + return true; + } + return false; + } + public boolean wod_sm_vendor_condition_IsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > -1) + { + return true; + } + return false; + } + public void wod_sm_vendor_action_showTokenVendorUI(obj_id player, obj_id npc) throws InterruptedException + { + dictionary d = new dictionary(); + d.put("player", player); + messageTo(npc, "showInventorySUI", d, 0, false); + return; + } + public int wod_sm_vendor_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_11")) + { + if (wod_sm_vendor_condition__defaultCondition(player, npc)) + { + wod_sm_vendor_action_showTokenVendorUI(player, npc); + string_id message = new string_id(c_stringFile, "s_13"); + utils.removeScriptVar(player, "conversation.wod_sm_vendor.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_15")) + { + if (wod_sm_vendor_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_18"); + utils.removeScriptVar(player, "conversation.wod_sm_vendor.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_sm_vendor"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_sm_vendor"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_sm_vendor_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_vendor_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_vendor_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_9"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_vendor_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_vendor_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_11"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_15"); + } + utils.setScriptVar(player, "conversation.wod_sm_vendor.branchId", 3); + npcStartConversation(player, npc, "wod_sm_vendor", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_vendor_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_17"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_sm_vendor")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_sm_vendor.branchId"); + if (branchId == 3 && wod_sm_vendor_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_sm_vendor.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_food.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_food.java new file mode 100644 index 0000000000..2b6667f5dc --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_food.java @@ -0,0 +1,377 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_sm_witch_food extends script.base_script +{ + public wod_sm_witch_food() + { + } + public static String c_stringFile = "conversation/wod_sm_witch_food"; + public boolean wod_sm_witch_food_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_sm_witch_food_condition_IsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > -1) + { + return true; + } + return false; + } + public boolean wod_sm_witch_food_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < 0) && (status > -8)) + { + return true; + } + return false; + } + public boolean wod_sm_witch_food_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm"))) + { + return true; + } + return false; + } + public boolean wod_sm_witch_food_condition_QuestIsActiveSMFishing(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_sm_fishing"); + } + public boolean wod_sm_witch_food_condition_QuestIsActiveSMHunting(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_sm_hunting"); + } + public boolean wod_sm_witch_food_condition_QuestIsActiveNSFishing(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_fishing"); + } + public boolean wod_sm_witch_food_condition_QuestIsActiveNSHunting(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_hunting"); + } + public boolean wod_sm_witch_food_condition_OnReturnFishingSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_sm_fishing", "Returntosm"); + } + public boolean wod_sm_witch_food_condition_OnReturnHuntingSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_sm_hunting", "Returntosm"); + } + public void wod_sm_witch_food_action_grantTPHuntingSM(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_sm_hunting")) + { + groundquests.clearQuest(player, "quest/wod_themepark_sm_hunting"); + } + groundquests.grantQuest(player, "quest/wod_themepark_sm_hunting"); + } + public void wod_sm_witch_food_action_grantTPFishingSM(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_sm_fishing")) + { + groundquests.clearQuest(player, "quest/wod_themepark_sm_fishing"); + } + groundquests.grantQuest(player, "quest/wod_themepark_sm_fishing"); + } + public void wod_sm_witch_food_action_sendReturnedSignalHuntingSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "huntingReturnedSm"); + } + public void wod_sm_witch_food_action_sendReturnedSignalFishingSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "fishingReturnedSm"); + } + public int wod_sm_witch_food_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_30")) + { + wod_sm_witch_food_action_sendReturnedSignalHuntingSM(player, npc); + if (wod_sm_witch_food_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_35"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_witch_food_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_34")) + { + wod_sm_witch_food_action_sendReturnedSignalFishingSM(player, npc); + if (wod_sm_witch_food_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_35"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_witch_food_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_16")) + { + if (wod_sm_witch_food_condition_QuestIsActiveNSHunting(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_food_condition_QuestIsActiveSMHunting(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_20"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_food_condition__defaultCondition(player, npc)) + { + wod_sm_witch_food_action_grantTPHuntingSM(player, npc); + string_id message = new string_id(c_stringFile, "s_22"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_24")) + { + if (wod_sm_witch_food_condition_QuestIsActiveNSFishing(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_11"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_food_condition_QuestIsActiveSMFishing(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_food_condition__defaultCondition(player, npc)) + { + wod_sm_witch_food_action_grantTPFishingSM(player, npc); + string_id message = new string_id(c_stringFile, "s_33"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_sm_witch_food"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_sm_witch_food"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_sm_witch_food_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_5"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_food_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_7"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_food_condition_OnReturnHuntingSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_28"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_food_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_30"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_food.branchId", 3); + npcStartConversation(player, npc, "wod_sm_witch_food", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_food_condition_OnReturnFishingSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_32"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_food_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_food.branchId", 5); + npcStartConversation(player, npc, "wod_sm_witch_food", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_food_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_14"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_food_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_witch_food_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_16"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_24"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_food.branchId", 7); + npcStartConversation(player, npc, "wod_sm_witch_food", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_food_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_sm_witch_food")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + if (branchId == 3 && wod_sm_witch_food_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_sm_witch_food_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_sm_witch_food_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_sm_witch_food.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_herbs.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_herbs.java new file mode 100644 index 0000000000..0f48832b6c --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_herbs.java @@ -0,0 +1,565 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_sm_witch_herbs extends script.base_script +{ + public wod_sm_witch_herbs() + { + } + public static String c_stringFile = "conversation/wod_sm_witch_herbs"; + public boolean wod_sm_witch_herbs_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_sm_witch_herbs_condition_IsNS(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if (status > -1) + { + return true; + } + return false; + } + public boolean wod_sm_witch_herbs_condition_IsIndifferent(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_prologue_quests")) + { + return false; + } + int status = getIntObjVar(player, "wod_prologue_quests"); + if ((status < 0) && (status > -8)) + { + return true; + } + return false; + } + public boolean wod_sm_witch_herbs_condition_QuestIsActiveTPHerbsSM(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isQuestActive(player, "wod_themepark_ns_herb_gathering") || groundquests.isQuestActive(player, "wod_themepark_sm_herb_gathering"); + } + public boolean wod_sm_witch_herbs_condition_onReturnTPHerbsSMOnce(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_themepark_herb_gathering", "returnForTreat"); + } + public boolean wod_sm_witch_herbs_condition_hasPreqComplete(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm"))) + { + return true; + } + return false; + } + public boolean wod_sm_witch_herbs_condition_hasAlreadyCompletedOnce(obj_id player, obj_id npc) throws InterruptedException + { + if (((hasObjVar(player, "wod_prologue_quests")) && (groundquests.hasCompletedQuest(player, "wod_rubina_goto_sm")) && ((hasObjVar(player, "wod_themepark_sm_herbs"))))) + { + return true; + } + return false; + } + public boolean wod_sm_witch_herbs_condition_onReturnTPHerbsSM(obj_id player, obj_id npc) throws InterruptedException + { + if ((hasObjVar(player, "wod_themepark_sm_herbs")) && (groundquests.isTaskActive(player, "wod_themepark_herb_gathering", "returnForTreat"))) + { + return true; + } + return false; + } + public void wod_sm_witch_herbs_action_sendReturnedSignalTPHerbsSMOnce(obj_id player, obj_id npc) throws InterruptedException + { + if (!hasObjVar(player, "wod_themepark_sm_herbs")) + { + setObjVar(player, "wod_themepark_sm_herbs", 1); + } + groundquests.sendSignal(player, "hasBeenGivenTreat"); + } + public void wod_sm_witch_herbs_action_grantTPHerbsSM(obj_id player, obj_id npc) throws InterruptedException + { + if (groundquests.hasCompletedQuest(player, "wod_themepark_herb_gathering")) + { + groundquests.clearQuest(player, "quest/wod_themepark_herb_gathering"); + } + groundquests.grantQuest(player, "quest/wod_themepark_herb_gathering"); + } + public void wod_sm_witch_herbs_action_sendReturnedSignalTPHerbsSM(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "hasBeenGivenTreat"); + } + public int wod_sm_witch_herbs_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_49")) + { + wod_sm_witch_herbs_action_sendReturnedSignalTPHerbsSM(player, npc); + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_50"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_witch_herbs_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_18")) + { + wod_sm_witch_herbs_action_sendReturnedSignalTPHerbsSMOnce(player, npc); + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_19"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_witch_herbs_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_34")) + { + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_36"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_witch_herbs_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_40")) + { + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + wod_sm_witch_herbs_action_grantTPHerbsSM(player, npc); + string_id message = new string_id(c_stringFile, "s_42"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + if (response.equals("s_44")) + { + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_46"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_witch_herbs_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_27")) + { + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_29"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_31"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_herbs.branchId", 13); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_witch_herbs_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_31")) + { + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_35"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_39"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_herbs.branchId", 14); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_witch_herbs_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_39")) + { + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_43"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_47"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_herbs.branchId", 15); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_sm_witch_herbs_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_47")) + { + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + wod_sm_witch_herbs_action_grantTPHerbsSM(player, npc); + string_id message = new string_id(c_stringFile, "s_52"); + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_sm_witch_herbs"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_sm_witch_herbs"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_sm_witch_herbs_condition_IsNS(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_15"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_herbs_condition_IsIndifferent(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_14"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_herbs_condition_onReturnTPHerbsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_48"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_49"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_herbs.branchId", 3); + npcStartConversation(player, npc, "wod_sm_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_herbs_condition_onReturnTPHerbsSMOnce(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_13"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_18"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_herbs.branchId", 5); + npcStartConversation(player, npc, "wod_sm_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_herbs_condition_QuestIsActiveTPHerbsSM(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_32"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_34"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_herbs.branchId", 7); + npcStartConversation(player, npc, "wod_sm_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_herbs_condition_hasAlreadyCompletedOnce(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_38"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + boolean hasResponse1 = false; + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse1 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_40"); + } + if (hasResponse1) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_44"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_herbs.branchId", 9); + npcStartConversation(player, npc, "wod_sm_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_herbs_condition_hasPreqComplete(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_25"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_27"); + } + utils.setScriptVar(player, "conversation.wod_sm_witch_herbs.branchId", 12); + npcStartConversation(player, npc, "wod_sm_witch_herbs", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_sm_witch_herbs_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_54"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_sm_witch_herbs")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + if (branchId == 3 && wod_sm_witch_herbs_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 5 && wod_sm_witch_herbs_handleBranch5(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 7 && wod_sm_witch_herbs_handleBranch7(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 9 && wod_sm_witch_herbs_handleBranch9(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 12 && wod_sm_witch_herbs_handleBranch12(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 13 && wod_sm_witch_herbs_handleBranch13(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 14 && wod_sm_witch_herbs_handleBranch14(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 15 && wod_sm_witch_herbs_handleBranch15(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_sm_witch_herbs.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_third_sister.java b/sku.0/sys.server/compiled/game/script/conversation/wod_third_sister.java new file mode 100644 index 0000000000..932878f98f --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_third_sister.java @@ -0,0 +1,236 @@ +package script.conversation; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.chat; +import script.library.conversation; +import script.library.groundquests; +import script.library.utils; + +public class wod_third_sister extends script.base_script +{ + public wod_third_sister() + { + } + public static String c_stringFile = "conversation/wod_third_sister"; + public boolean wod_third_sister_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException + { + return true; + } + public boolean wod_third_sister_condition_talkTaskActive(obj_id player, obj_id npc) throws InterruptedException + { + return groundquests.isTaskActive(player, "wod_sister3", "killSister3"); + } + public void wod_third_sister_action_sendSignalTPSister3(obj_id player, obj_id npc) throws InterruptedException + { + groundquests.sendSignal(player, "wod_third_sister_aggro"); + } + public void wod_third_sister_action_aggroSister(obj_id player, obj_id npc) throws InterruptedException + { + setInvulnerable(npc, false); + startCombat(npc, player); + clearCondition(npc, CONDITION_CONVERSABLE); + } + public int wod_third_sister_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_8")) + { + if (wod_third_sister_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_10"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_third_sister_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_12"); + } + utils.setScriptVar(player, "conversation.wod_third_sister.branchId", 2); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_third_sister.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_third_sister_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_12")) + { + if (wod_third_sister_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_14"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_third_sister_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_16"); + } + utils.setScriptVar(player, "conversation.wod_third_sister.branchId", 3); + npcSpeak(player, message); + npcSetConversationResponses(player, responses); + } + else + { + utils.removeScriptVar(player, "conversation.wod_third_sister.branchId"); + npcEndConversationWithMessage(player, message); + } + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int wod_third_sister_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException + { + if (response.equals("s_16")) + { + wod_third_sister_action_sendSignalTPSister3(player, npc); + if (wod_third_sister_condition__defaultCondition(player, npc)) + { + wod_third_sister_action_aggroSister(player, npc); + string_id message = new string_id(c_stringFile, "s_18"); + utils.removeScriptVar(player, "conversation.wod_third_sister.branchId"); + npcEndConversationWithMessage(player, message); + return SCRIPT_CONTINUE; + } + } + return SCRIPT_DEFAULT; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + if ((!isTangible(self)) || (isPlayer(self))) + { + detachScript(self, "conversation.wod_third_sister"); + } + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnAttach(obj_id self) throws InterruptedException + { + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException + { + int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); + menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); + menuInfoData.setServerNotify(false); + setCondition(self, CONDITION_CONVERSABLE); + return SCRIPT_CONTINUE; + } + public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException + { + clearCondition(self, CONDITION_CONVERSABLE); + detachScript(self, "conversation.wod_third_sister"); + return SCRIPT_CONTINUE; + } + public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException + { + Object[] objects = new Object[responses.length]; + System.arraycopy(responses, 0, objects, 0, responses.length); + return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); + } + public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException + { + obj_id npc = self; + if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) + { + return SCRIPT_OVERRIDE; + } + if (wod_third_sister_condition_talkTaskActive(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_6"); + int numberOfResponses = 0; + boolean hasResponse = false; + boolean hasResponse0 = false; + if (wod_third_sister_condition__defaultCondition(player, npc)) + { + ++numberOfResponses; + hasResponse = true; + hasResponse0 = true; + } + if (hasResponse) + { + int responseIndex = 0; + string_id responses[] = new string_id[numberOfResponses]; + if (hasResponse0) + { + responses[responseIndex++] = new string_id(c_stringFile, "s_8"); + } + utils.setScriptVar(player, "conversation.wod_third_sister.branchId", 1); + npcStartConversation(player, npc, "wod_third_sister", message, responses); + } + else + { + chat.chat(npc, player, message); + } + return SCRIPT_CONTINUE; + } + if (wod_third_sister_condition__defaultCondition(player, npc)) + { + string_id message = new string_id(c_stringFile, "s_17"); + chat.chat(npc, player, message); + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); + return SCRIPT_CONTINUE; + } + public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException + { + if (!conversationId.equals("wod_third_sister")) + { + return SCRIPT_CONTINUE; + } + obj_id npc = self; + int branchId = utils.getIntScriptVar(player, "conversation.wod_third_sister.branchId"); + if (branchId == 1 && wod_third_sister_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 2 && wod_third_sister_handleBranch2(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + if (branchId == 3 && wod_third_sister_handleBranch3(player, npc, response) == SCRIPT_CONTINUE) + { + return SCRIPT_CONTINUE; + } + chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); + utils.removeScriptVar(player, "conversation.wod_third_sister.branchId"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/library/trial.java b/sku.0/sys.server/compiled/game/script/library/trial.java index 9cf509fee5..fe8942cafb 100755 --- a/sku.0/sys.server/compiled/game/script/library/trial.java +++ b/sku.0/sys.server/compiled/game/script/library/trial.java @@ -279,9 +279,14 @@ public trial() "item_gcw_imperial_token", "item_token_duty_space_01_01", "item_imperial_station_token_01_01", - "item_rebel_station_token_01_01" + "item_rebel_station_token_01_01", + "item_wod_token_1", + "item_wod_token_2", + "item_wod_token_3", + "item_wod_token_4", + "item_wod_token_5" }; - public static final int NUM_HEROIC_TOKEN_TYPES = 22; + public static final int NUM_HEROIC_TOKEN_TYPES = 27; public static final String KIMARU_HATE_LIST = "kimaru_hate_list"; public static final String WP_DATA = "nearPoint"; public static final String PROT_CHILD = "protected_data"; diff --git a/sku.0/sys.server/compiled/game/script/quest/util/on_use_send_signal.java b/sku.0/sys.server/compiled/game/script/quest/util/on_use_send_signal.java new file mode 100644 index 0000000000..2aad2df18a --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/quest/util/on_use_send_signal.java @@ -0,0 +1,59 @@ +package script.quest.util; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.groundquests; + +public class on_use_send_signal extends script.base_script +{ + public on_use_send_signal() + { + } + public static string_id SID_MNU_USE = new string_id("pet/pet_menu", "menu_store"); + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (hasObjVar(self, "string_to_use") && hasObjVar(self, "string_to_use_1")) + { + SID_MNU_USE = new string_id(getStringObjVar(self, "string_to_use"), getStringObjVar(self, "string_to_use_1")); + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (hasObjVar(self, "quest_to_have") && hasObjVar(self, "signal_to_send") && hasObjVar(self, "task_to_have")) + { + if (groundquests.isTaskActive(player, getStringObjVar(self, "quest_to_have"), getStringObjVar(self, "task_to_have"))) + { + groundquests.sendSignal(player, getStringObjVar(self, "signal_to_send")); + } + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/systems/crafting/item/specific_item/crafting_altar_repair.java b/sku.0/sys.server/compiled/game/script/systems/crafting/item/specific_item/crafting_altar_repair.java new file mode 100644 index 0000000000..eac0c18c1c --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/systems/crafting/item/specific_item/crafting_altar_repair.java @@ -0,0 +1,90 @@ +package script.systems.crafting.item.specific_item; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.utils; +import script.library.craftinglib; + +public class crafting_altar_repair extends script.systems.crafting.item.crafting_base_station +{ + public crafting_altar_repair() + { + } + public static final String VERSION = "v0.00.00"; + public static final String[] REQUIRED_SKILLS = + { + "crafting_artisan_novice" + }; + public static final String[] ASSEMBLY_SKILL_MODS = + { + "general_assembly" + }; + public static final String[] EXPERIMENT_SKILL_MODS = + { + "general_experimentation" + }; + public static final resource_weight[] OBJ_ASSEMBLY_ATTRIBUTE_RESOURCES = + { + new resource_weight("wod_crafting_1", new resource_weight.weight[] + { + new resource_weight.weight(craftinglib.RESOURCE_QUALITY, 1) + }), + new resource_weight("wod_crafting_2", new resource_weight.weight[] + { + new resource_weight.weight(craftinglib.RESOURCE_QUALITY, 1) + }), + new resource_weight("wod_crafting_3", new resource_weight.weight[] + { + new resource_weight.weight(craftinglib.RESOURCE_QUALITY, 1) + }), + new resource_weight("wod_crafting_4", new resource_weight.weight[] + { + new resource_weight.weight(craftinglib.RESOURCE_QUALITY, 1) + }) + }; + public static final resource_weight[] OBJ_MAX_ATTRIBUTE_RESOURCES = + { + new resource_weight("wod_crafting_1", new resource_weight.weight[] + { + new resource_weight.weight(craftinglib.RESOURCE_QUALITY, 1) + }), + new resource_weight("wod_crafting_2", new resource_weight.weight[] + { + new resource_weight.weight(craftinglib.RESOURCE_QUALITY, 1) + }), + new resource_weight("wod_crafting_3", new resource_weight.weight[] + { + new resource_weight.weight(craftinglib.RESOURCE_QUALITY, 1) + }), + new resource_weight("wod_crafting_4", new resource_weight.weight[] + { + new resource_weight.weight(craftinglib.RESOURCE_QUALITY, 1) + }) + }; + public String[] getRequiredSkills() throws InterruptedException + { + return REQUIRED_SKILLS; + } + public String[] getAssemblySkillMods() throws InterruptedException + { + return ASSEMBLY_SKILL_MODS; + } + public String[] getExperimentSkillMods() throws InterruptedException + { + return EXPERIMENT_SKILL_MODS; + } + public resource_weight[] getResourceMaxResourceWeights() throws InterruptedException + { + return OBJ_MAX_ATTRIBUTE_RESOURCES; + } + public resource_weight[] getAssemblyResourceWeights() throws InterruptedException + { + return OBJ_ASSEMBLY_ATTRIBUTE_RESOURCES; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/crafting_altar_item.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/crafting_altar_item.java new file mode 100644 index 0000000000..eb18f1df19 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/crafting_altar_item.java @@ -0,0 +1,51 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.utils; + +public class crafting_altar_item extends script.base_script +{ + public crafting_altar_item() + { + } + public int OnGetAttributes(obj_id self, obj_id player, String[] names, String[] attribs) throws InterruptedException + { + int idx = utils.getValidAttributeIndex(names); + if (idx == -1) + { + return SCRIPT_CONTINUE; + } + String altarNumber = getStringObjVar(self, "wod.altarNumber"); + String attrib1 = Float.toString(Math.round(getFloatObjVar(self, "crafting_components.wod_crafting_1"))); + String attrib2 = Float.toString(Math.round(getFloatObjVar(self, "crafting_components.wod_crafting_2"))); + String attrib3 = Float.toString(Math.round(getFloatObjVar(self, "crafting_components.wod_crafting_3"))); + String attrib4 = ""; + boolean showAttrib4 = hasObjVar(self, "crafting_components.wod_crafting_4"); + if (showAttrib4) + { + attrib4 = Float.toString(Math.round(getFloatObjVar(self, "crafting_components.wod_crafting_4"))); + } + names[idx] = "wod_altar_" + altarNumber + "_1"; + attribs[idx] = attrib1; + idx++; + names[idx] = "wod_altar_" + altarNumber + "_2"; + attribs[idx] = attrib2; + idx++; + names[idx] = "wod_altar_" + altarNumber + "_3"; + attribs[idx] = attrib3; + if (showAttrib4) + { + idx++; + names[idx] = "wod_altar_" + altarNumber + "_4"; + attribs[idx] = attrib4; + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/crafting_altars.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/crafting_altars.java new file mode 100644 index 0000000000..e92dce3bb8 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/crafting_altars.java @@ -0,0 +1,139 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.groundquests; +import script.library.utils; + +public class crafting_altars extends script.base_script +{ + public crafting_altars() + { + } + public static final string_id schematicGranted = new string_id("theme_park/wod", "schematic_learned_altar"); + public static final string_id noAltarItem = new string_id("theme_park/wod", "no_altar_item"); + public static final string_id noRepair = new string_id("theme_park/wod", "no_repair"); + public static final string_id notValidItem = new string_id("theme_park/wod", "not_a_valid_key"); + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + mi.addRootMenu(menu_info_types.ITEM_USE, new string_id("", "")); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (item == menu_info_types.ITEM_USE) + { + if (hasObjVar(self, "altar_number")) + { + int altarNumber = getIntObjVar(self, "altar_number"); + if (groundquests.isTaskActive(player, "wod_ns_repair_alter_0" + altarNumber, "investigateAltar") || groundquests.isTaskActive(player, "wod_sm_repair_alter_0" + altarNumber, "investigateAltar")) + { + groundquests.sendSignal(player, "activateAltar"); + if (!hasSchematic(player, "object/draft_schematic/item/theme_park/wod_crafting_alter_" + altarNumber + ".iff")) + { + grantSchematic(player, "object/draft_schematic/item/theme_park/wod_crafting_alter_" + altarNumber + ".iff"); + sendSystemMessage(player, schematicGranted); + } + } + else if (groundquests.isTaskActive(player, "wod_ns_repair_alter_0" + altarNumber, "repairAltar") || groundquests.isTaskActive(player, "wod_sm_repair_alter_0" + altarNumber, "repairAltar")) + { + obj_id itemWeGot = utils.getItemPlayerHasByTemplate(player, "object/tangible/theme_park/wod/wod_crafting_alter_key_" + altarNumber + ".iff"); + if (isValidId(itemWeGot)) + { + checkItem(player, itemWeGot, altarNumber); + } + else + { + sendSystemMessage(player, noAltarItem); + } + } + } + } + return SCRIPT_CONTINUE; + } + public int OnAboutToReceiveItem(obj_id self, obj_id srcContainer, obj_id transferer, obj_id item) throws InterruptedException + { + int altarNumber = getIntObjVar(self, "altar_number"); + if (groundquests.isTaskActive(transferer, "wod_ns_repair_alter_0" + altarNumber, "repairAltar") || groundquests.isTaskActive(transferer, "wod_sm_repair_alter_0" + altarNumber, "repairAltar")) + { + if (getTemplateName(item) == "object/tangible/theme_park/wod/wod_crafting_alter_key_" + altarNumber + ".iff") + { + checkItem(transferer, item, altarNumber); + } + else + { + sendSystemMessage(transferer, notValidItem); + } + } + return SCRIPT_OVERRIDE; + } + public void checkItem(obj_id player, obj_id itemToCheck, int altarNumber) throws InterruptedException + { + int value1 = Math.round(getFloatObjVar(itemToCheck, "crafting_components.wod_crafting_1")); + int value2 = Math.round(getFloatObjVar(itemToCheck, "crafting_components.wod_crafting_2")); + int value3 = Math.round(getFloatObjVar(itemToCheck, "crafting_components.wod_crafting_3")); + int value4 = 0; + boolean hasValue4 = hasObjVar(itemToCheck, "crafting_components.wod_crafting_4"); + if (hasValue4) + { + value4 = Math.round(getFloatObjVar(itemToCheck, "crafting_components.wod_crafting_4")); + } + int toCompare1 = 3; + int toCompare2 = 3; + int toCompare3 = 6; + int toCompare4 = 0; + if (altarNumber == 2) + { + toCompare1 = 3; + toCompare2 = 3; + toCompare3 = 3; + toCompare4 = 3; + } + else if (altarNumber == 3) + { + toCompare1 = 3; + toCompare2 = 6; + toCompare3 = 3; + toCompare4 = 0; + } + else if (altarNumber == 4) + { + toCompare1 = 6; + toCompare2 = 2; + toCompare3 = 2; + toCompare4 = 2; + } + debugSpeakMsg(player, "values: 1;" + value1 + ";" + toCompare1 + ", 2;" + value2 + ";" + toCompare2 + ", 3;" + value3 + ";" + toCompare3 + ", 4;" + value4 + ";" + toCompare4); + if (value1 >= toCompare1 && value2 >= toCompare2 && value3 >= toCompare3 && value4 >= toCompare4) + { + groundquests.sendSignal(player, "repairedAltar"); + destroyObject(itemToCheck); + } + else + { + sendSystemMessage(player, noRepair); + } + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/entertainer_rancor.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/entertainer_rancor.java new file mode 100644 index 0000000000..782106e8ad --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/entertainer_rancor.java @@ -0,0 +1,185 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.attrib; +import script.library.groundquests; +import script.library.utils; + +public class entertainer_rancor extends script.base_script +{ + public entertainer_rancor() + { + } + public static final boolean debug = false; + public static final String creatureTypesToLookFor = "gnarled_rancor,rancor,rancor_pygmy,rancor_youth"; + public static final String SYSTEM_MESSAGES = "theme_park/wod"; + public int OnAttach(obj_id self) throws InterruptedException + { + utils.removeScriptVar(self, "wod_entertainer_rancor_following"); + return SCRIPT_CONTINUE; + } + public int OnChangedPosture(obj_id self, int before, int after) throws InterruptedException + { + if (after == POSTURE_SKILL_ANIMATING) + { + if (!utils.hasScriptVar(self, "wod_entertainer_rancor_following")) + { + messageTo(self, "checkForRancors", null, 5.0f, false); + } + } + return SCRIPT_CONTINUE; + } + public int checkForRancors(obj_id self, dictionary params) throws InterruptedException + { + obj_id[] creaturesNearMe = getCreaturesInRange(self, 10.0f); + if (creaturesNearMe == null || creaturesNearMe.length == 0) + { + if (debug) + { + sendSystemMessageTestingOnly(self, "No creatures in range"); + } + return SCRIPT_CONTINUE; + } + if (debug) + { + sendSystemMessageTestingOnly(self, "Number of creatures in range: " + creaturesNearMe.length); + } + if (utils.hasScriptVar(self, "wod_entertainer_rancor_following")) + { + obj_id targetRancor = utils.getObjIdScriptVar(self, "wod_entertainer_rancor_following"); + if (utils.hasScriptVar(targetRancor, "wod_angery")) + { + sendSystemMessage(self, new string_id(SYSTEM_MESSAGES, "renew_control")); + utils.removeScriptVar(targetRancor, "wod_angery"); + return SCRIPT_CONTINUE; + } + } + for (int i = 0; i < creaturesNearMe.length; i++) + { + if (hasObjVar(creaturesNearMe[i], "creature_type")) + { + String creatureType = getStringObjVar(creaturesNearMe[i], "creature_type"); + if (debug) + { + sendSystemMessageTestingOnly(self, "Creatures " + i + " type: " + creatureType); + } + if (debug) + { + sendSystemMessageTestingOnly(self, "Creatures " + i + " creatureTypesToLookFor contains creatureType: " + (creatureTypesToLookFor.indexOf(creatureType) != -1)); + } + if (creatureTypesToLookFor.indexOf(creatureType) != -1) + { + if (!ai_lib.isInCombat(creaturesNearMe[i]) && !ai_lib.isAiDead(creaturesNearMe[i])) + { + controlRancor(self, creaturesNearMe[i]); + return SCRIPT_CONTINUE; + } + } + } + } + return SCRIPT_CONTINUE; + } + public void controlRancor(obj_id self, obj_id targetRancor) throws InterruptedException + { + utils.setScriptVar(targetRancor, "wod_rancor_followingPlayer", self); + utils.setScriptVar(self, "wod_entertainer_rancor_following", targetRancor); + setInvulnerable(targetRancor, true); + pvpSetPermanentPersonalEnemyFlag(self, targetRancor); + ai_lib.aiFollow(targetRancor, self); + sendSystemMessage(self, new string_id(SYSTEM_MESSAGES, "got_control")); + setAttributeAttained(targetRancor, attrib.BEAST); + messageTo(self, "rancorUpdate", null, 60.0f, false); + messageTo(self, "rancorControlUpdate", null, 150.0f, false); + } + public int rancorUpdate(obj_id self, dictionary params) throws InterruptedException + { + if (debug) + { + sendSystemMessageTestingOnly(self, "wod entertainer script: rancorUpdate"); + } + messageTo(self, "rancorUpdate", null, 60.0f, false); + int messageToSend = rand(1, 4); + sendSystemMessage(self, new string_id(SYSTEM_MESSAGES, "rancor_flavor_" + messageToSend)); + obj_id targetRancor = utils.getObjIdScriptVar(self, "wod_entertainer_rancor_following"); + if (!groundquests.isQuestActive(self, "wod_themepark_ns_rancor_tamer") && !groundquests.isQuestActive(self, "wod_themepark_sm_rancor_tamer")) + { + if (debug) + { + sendSystemMessageTestingOnly(self, "wod entertainer script: removing script, quest not active"); + } + detachScript(self, "theme_park.wod.entertainer_rancor"); + } + if (!isValidId(targetRancor) || !exists(targetRancor)) + { + if (debug) + { + sendSystemMessageTestingOnly(self, "wod entertainer script: removing scriptvar, rancor does not exist"); + } + utils.removeScriptVar(self, "wod_entertainer_rancor_following"); + } + return SCRIPT_CONTINUE; + } + public int rancorControlUpdate(obj_id self, dictionary params) throws InterruptedException + { + if (debug) + { + sendSystemMessageTestingOnly(self, "wod entertainer script: rancorControlUpdate"); + } + messageTo(self, "rancorControlUpdate", null, 150.0f, false); + obj_id targetRancor = utils.getObjIdScriptVar(self, "wod_entertainer_rancor_following"); + int rancorCheck = rand(0, 100); + if (rancorCheck < 50) + { + sendSystemMessage(self, new string_id(SYSTEM_MESSAGES, "control_warning")); + utils.setScriptVar(targetRancor, "wod_angery", 1); + messageTo(self, "angryRancorAngery", null, 25.0f, false); + } + return SCRIPT_CONTINUE; + } + public int angryRancorAngery(obj_id self, dictionary params) throws InterruptedException + { + if (debug) + { + sendSystemMessageTestingOnly(self, "wod entertainer script: angryRancorAngery"); + } + obj_id targetRancor = utils.getObjIdScriptVar(self, "wod_entertainer_rancor_following"); + if (utils.hasScriptVar(targetRancor, "wod_angery")) + { + setInvulnerable(targetRancor, false); + addHate(targetRancor, self, 5000.0f); + } + return SCRIPT_CONTINUE; + } + public int nsRancorFinished(obj_id self, dictionary params) throws InterruptedException + { + if (debug) + { + sendSystemMessageTestingOnly(self, "wod entertainer script: nsRancorFinished"); + } + sendSystemMessage(self, new string_id(SYSTEM_MESSAGES, "rancor_returned_ns")); + groundquests.sendSignal(self, "returnedNsRancor"); + utils.removeScriptVar(self, "wod_entertainer_rancor_following"); + detachScript(self, "theme_park.wod.entertainer_rancor"); + return SCRIPT_CONTINUE; + } + public int smRancorFinished(obj_id self, dictionary params) throws InterruptedException + { + if (debug) + { + sendSystemMessageTestingOnly(self, "wod entertainer script: nsRancorFinished"); + } + sendSystemMessage(self, new string_id(SYSTEM_MESSAGES, "rancor_returned_sm")); + groundquests.sendSignal(self, "returnedSmRancor"); + utils.removeScriptVar(self, "wod_entertainer_rancor_following"); + detachScript(self, "theme_park.wod.entertainer_rancor"); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/entertainer_rancor_area_trigger.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/entertainer_rancor_area_trigger.java new file mode 100644 index 0000000000..d465247fc3 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/entertainer_rancor_area_trigger.java @@ -0,0 +1,61 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.attrib; +import script.library.utils; + +public class entertainer_rancor_area_trigger extends script.base_script +{ + public entertainer_rancor_area_trigger() + { + } + public static final boolean debug = false; + public int OnAttach(obj_id self) throws InterruptedException + { + createTriggerVolume("wod_rancor_area", 15, true); + setAttributeInterested(self, attrib.BEAST); + return SCRIPT_CONTINUE; + } + public int OnInitialize(obj_id self) throws InterruptedException + { + createTriggerVolume("wod_rancor_area", 15, true); + setAttributeInterested(self, attrib.BEAST); + return SCRIPT_CONTINUE; + } + public int OnTriggerVolumeEntered(obj_id self, String volumeName, obj_id who) throws InterruptedException + { + if (debug) + { + debugSpeakMsg(self, "ermahgerd " + who + " entered"); + } + String placeWeAre = "nsRancorFinished"; + placeWeAre = getStringObjVar(self, "wod.areaName"); + if (debug) + { + sendSystemMessageTestingOnly(who, "you entered " + volumeName); + } + if (volumeName.equals("wod_rancor_area")) + { + if (utils.hasScriptVar(who, "wod_rancor_followingPlayer")) + { + obj_id rancorIsFollowing = utils.getObjIdScriptVar(who, "wod_rancor_followingPlayer"); + if (debug) + { + sendSystemMessageTestingOnly(rancorIsFollowing, "your rancor following you entered " + volumeName); + } + messageTo(rancorIsFollowing, placeWeAre, null, 1.0f, false); + ai_lib.aiStopFollowing(who); + messageTo(who, "corpseCleanup", null, 5.0f, false); + } + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/first_sister_altar.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/first_sister_altar.java new file mode 100644 index 0000000000..f23ad84245 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/first_sister_altar.java @@ -0,0 +1,96 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.groundquests; +import script.library.create; +import script.library.ai_lib; + +public class first_sister_altar extends script.base_script +{ + public first_sister_altar() + { + } + public static string_id SID_MNU_USE = new string_id("pet/pet_menu", "menu_store"); + public static final string_id TOO_SOON_REUSE = new string_id("spam", "snowball_not_ready"); + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (hasObjVar(self, "string_to_use") && hasObjVar(self, "string_to_use_1")) + { + SID_MNU_USE = new string_id(getStringObjVar(self, "string_to_use"), getStringObjVar(self, "string_to_use_1")); + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (hasObjVar(self, "quest_to_have") && hasObjVar(self, "signal_to_send") && hasObjVar(self, "task_to_have") && hasObjVar(self, "locX") && hasObjVar(self, "locY") && hasObjVar(self, "locZ") && hasObjVar(self, "toSpawn")) + { + if (groundquests.isTaskActive(player, getStringObjVar(self, "quest_to_have"), getStringObjVar(self, "task_to_have")) || !groundquests.hasCompletedTask(player, getStringObjVar(self, "quest_to_have"), "killSister1")) + { + if (hasObjVar(player, "wod.altarTimeout")) + { + sendSystemMessage(player, TOO_SOON_REUSE); + return SCRIPT_CONTINUE; + } + obj_id[] targets = getNPCsInRange(getLocation(self), 100); + if (targets != null && targets.length > 0) + { + for (int i = 0; i < targets.length; i++) + { + if (hasObjVar(targets[i], "rescuer") && getObjIdObjVar(targets[i], "rescuer") == player) + { + return SCRIPT_CONTINUE; + } + } + } + location loc = new location(getIntObjVar(self, "locX"), getIntObjVar(self, "locY"), getIntObjVar(self, "locZ")); + obj_id mob = create.object(getStringObjVar(self, "toSpawn"), loc, 92); + if (!isValidId(mob) || !exists(mob)) + { + return SCRIPT_CONTINUE; + } + setObjVar(mob, "rescuer", player); + ai_lib.aiFollow(mob, player); + groundquests.sendSignal(player, getStringObjVar(self, "signal_to_send")); + setObjVar(player, "wod.altarTimeout", 1); + messageTo(player, "resetWoDAltarTimeOut", null, 3.0f, false); + } + } + return SCRIPT_CONTINUE; + } + public int resetWoDAltarTimeOut(obj_id self, obj_id player, dictionary params) throws InterruptedException + { + if (hasObjVar(player, "wod.altarTimeout")) + { + removeObjVar(player, "wod.altarTimeout"); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/herb_quest_object.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/herb_quest_object.java new file mode 100644 index 0000000000..1f55d60d07 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/herb_quest_object.java @@ -0,0 +1,256 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.buff; +import script.library.collection; +import script.library.colors; +import script.library.create; +import script.library.factions; +import script.library.groundquests; +import script.library.holiday; +import script.library.money; +import script.library.pclib; +import script.library.pet_lib; +import script.library.prose; +import script.library.static_item; +import script.library.stealth; +import script.library.sui; +import script.library.trial; +import script.library.utils; + +public class herb_quest_object extends script.base_script +{ + public herb_quest_object() + { + } + public static final String QUEST_NAME = "wod_prologue_herb_gathering"; + public static final String QUEST_NAME_TWO = "wod_themepark_ns_herb_gathering"; + public static final String QUEST_NAME_THREE = "wod_themepark_herb_gathering"; + public static final String THEMEPARK = "theme_park_wod/messages"; + public static final string_id SID_NOT_WHILE_MOUNTED = new string_id(THEMEPARK, "gather_herb_not_while_mounted"); + public static final string_id SID_ZIP_BAR = new string_id(THEMEPARK, "herb_zip_bar"); + public static final string_id SID_ZIP_BAR_1 = new string_id(THEMEPARK, "herb_zip_bar_rinor"); + public static final string_id SID_ZIP_BAR_2 = new string_id(THEMEPARK, "herb_zip_bar_red"); + public static final string_id SID_ZIP_BAR_3 = new string_id(THEMEPARK, "herb_zip_bar_grey"); + public static final string_id SID_ZIP_BAR_4 = new string_id(THEMEPARK, "herb_zip_bar_ongmuel"); + public static final string_id SID_ZIP_BAR_5 = new string_id(THEMEPARK, "herb_zip_bar_lesset"); + public static final string_id SID_CHA_CHING = new string_id(THEMEPARK, "extra_credit_herbs"); + public static final string_id SID_MNU_USE = new string_id(THEMEPARK, "gather_herb"); + public static final string_id SID_NOT_SURE_HOW_DESTROY = new string_id(THEMEPARK, "herb_not_sure_what_to_do"); + public static final string_id SID_DONT_NEED_HERB = new string_id(THEMEPARK, "dont_need_herb"); + public static final string_id SID_ALRDY_COMPLETED_QUEST = new string_id(THEMEPARK, "herb_already_completed_quest"); + public static final int COUNTDOWN_TIMER = 3; + public static final int CASH_AMOUNT = 25; + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (!hasObjVar(self, "herb_type")) + { + return SCRIPT_CONTINUE; + } + int mnu2 = mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (!hasObjVar(self, "herb_type")) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (pet_lib.isMounted(player)) + { + sendSystemMessage(player, SID_NOT_WHILE_MOUNTED); + return SCRIPT_CONTINUE; + } + if (!groundquests.isTaskActive(player, QUEST_NAME, "gatherHerbs") && !groundquests.isTaskActive(player, QUEST_NAME_TWO, "gatherHerbs") && !groundquests.isTaskActive(player, QUEST_NAME_THREE, "gatherHerbs")) + { + sendSystemMessage(player, SID_NOT_SURE_HOW_DESTROY); + CustomerServiceLog("wod_themepark", "herb_quest_object.OnObjectMenuSelect() Player: " + player + " did not have the quest wod_*_herb_gathering needed for this collection. canister: (" + self); + return SCRIPT_CONTINUE; + } + int herbType = getIntObjVar(self, "herb_type"); + if (herbType < 0) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.OnObjectMenuSelect() herb: " + self + " did not have a valid herb type var"); + return SCRIPT_CONTINUE; + } + string_id zipBar = SID_ZIP_BAR; + switch (herbType) + { + case 1: + zipBar = SID_ZIP_BAR_1; + break; + case 2: + zipBar = SID_ZIP_BAR_2; + break; + case 3: + zipBar = SID_ZIP_BAR_3; + break; + case 4: + zipBar = SID_ZIP_BAR_4; + break; + case 5: + zipBar = SID_ZIP_BAR_5; + break; + default: + break; + } + int startTime = 0; + int range = 3; + int flags = 0; + flags |= sui.CD_EVENT_INCAPACITATE; + flags |= sui.CD_EVENT_DAMAGED; + stealth.testInvisNonCombatAction(player, self); + int countdownSui = sui.smartCountdownTimerSUI(self, player, "quest_countdown_timer", zipBar, startTime, COUNTDOWN_TIMER, "handleObjectSwapTimer", range, flags); + CustomerServiceLog("wod_themepark", "herb_quest_object.OnObjectMenuSelect() Player: " + player + " is destroying WoD Herb: " + self); + return SCRIPT_CONTINUE; + } + public int handleObjectSwapTimer(obj_id self, dictionary params) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (params == null || params.equals("")) + { + return SCRIPT_CONTINUE; + } + int pid = params.getInt("id"); + obj_id player = params.getObjId("player"); + if (!isIdValid(player) || !exists(player)) + { + return SCRIPT_CONTINUE; + } + int bp = sui.getIntButtonPressed(params); + if (bp == sui.BP_CANCEL) + { + detachScript(player, sui.COUNTDOWNTIMER_PLAYER_SCRIPT); + CustomerServiceLog("wod_themepark", "herb_quest_object.handleObjectSwapTimer() cancelled"); + return SCRIPT_CONTINUE; + } + else if (bp == sui.BP_REVERT) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.handleObjectSwapTimer() Player: " + player + " failed to destroy the canister because the player moved or was disrupted. Deposit: " + self); + int event = params.getInt("event"); + if (event == sui.CD_EVENT_LOCOMOTION) + { + sendSystemMessage(player, new string_id("quest/groundquests", "countdown_interrupted_locomotion")); + } + else if (event == sui.CD_EVENT_INCAPACITATE) + { + sendSystemMessage(player, new string_id("quest/groundquests", "countdown_interrupted_incapacitated")); + } + else if (event == sui.CD_EVENT_DAMAGED) + { + sendSystemMessage(player, new string_id("quest/groundquests", "countdown_interrupted_damaged")); + } + return SCRIPT_CONTINUE; + } + if (!hasObjVar(player, sui.COUNTDOWNTIMER_SUI_VAR)) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.handleObjectSwapTimer() no countdowntimer"); + return SCRIPT_CONTINUE; + } + int test_pid = getIntObjVar(player, sui.COUNTDOWNTIMER_SUI_VAR); + if (pid != test_pid) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.handleObjectSwapTimer() pid != test_pid"); + return SCRIPT_CONTINUE; + } + forceCloseSUIPage(pid); + detachScript(player, sui.COUNTDOWNTIMER_PLAYER_SCRIPT); + if (!groundquests.isTaskActive(player, QUEST_NAME, "gatherHerbs") && !groundquests.isTaskActive(player, QUEST_NAME_TWO, "gatherHerbs") && !groundquests.isTaskActive(player, QUEST_NAME_THREE, "gatherHerbs")) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.handleObjectSwapTimer() Player: " + player + " did not have the quest wod_*_herb_gathering needed for this collection. canister: (" + self); + return SCRIPT_CONTINUE; + } + int herbType = getIntObjVar(self, "herb_type"); + if (herbType < 0) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.OnObjectMenuSelect() herb: " + self + " did not have a valid herb type var"); + return SCRIPT_CONTINUE; + } + String questTask = getStringObjVar(self, "taskName"); + String questSignal = getStringObjVar(self, "signalName"); + if (questTask == null || questTask.length() <= 0) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.OnObjectMenuSelect() Player: " + player + " could not attain a valid quest task off the herb object: " + self); + return SCRIPT_CONTINUE; + } + if (questSignal == null || questSignal.length() <= 0) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.OnObjectMenuSelect() Player: " + player + " could not attain a valid quest signal off the herb object: " + self); + return SCRIPT_CONTINUE; + } + if (groundquests.isTaskActive(player, QUEST_NAME, questTask) || groundquests.isTaskActive(player, QUEST_NAME_TWO, questTask) || groundquests.isTaskActive(player, QUEST_NAME_THREE, questTask)) + { + groundquests.sendSignal(player, questSignal); + } + else + { + sendSystemMessage(player, SID_DONT_NEED_HERB); + if (!utils.hasScriptVar(player, "commPlayerherbs")) + { + String npc = "object/mobile/dressed_gray_witch.iff"; + if (groundquests.isQuestActive(player, QUEST_NAME_TWO)) + { + npc = "object/mobile/dressed_dathomir_nightsister_herbalist.iff"; + } + if (groundquests.isQuestActive(player, QUEST_NAME_THREE)) + { + npc = "object/mobile/dressed_dathomir_sing_mt_clan_herbalist.iff"; + } + String sound = "sound/sys_comm_generic.snd"; + prose_package pp = new prose_package(); + prose.setStringId(pp, new string_id("theme_park_wod/messages", "extra_credit_herbs")); + commPlayers(player, npc, sound, 10f, player, pp); + utils.setScriptVar(player, "commPlayerherbs", true); + } + money.bankTo(money.ACCT_NEW_PLAYER_QUESTS, player, CASH_AMOUNT); + play2dNonLoopingSound(player, groundquests.MUSIC_QUEST_RECEIVED_CREDITS); + } + messageTo(self, "destroySelf", null, 0, false); + return SCRIPT_CONTINUE; + } + public int destroySelf(obj_id self, dictionary params) throws InterruptedException + { + if (!hasObjVar(self, "mySpawner")) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.destroySelf() The herb: " + self + " did not have a parent objvar. The parent cannot be told to destroy self."); + } + obj_id parent = getObjIdObjVar(self, "mySpawner"); + if (!isValidId(parent)) + { + CustomerServiceLog("wod_themepark", "herb_quest_object.destroySelf() The herb: " + self + " did not have a valid parent objvar. The parent may already be destroyed."); + } + messageTo(parent, "destroySelf", null, 0, false); + destroyObject(self); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/herb_spawning.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/herb_spawning.java new file mode 100644 index 0000000000..3504316d67 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/herb_spawning.java @@ -0,0 +1,111 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.create; + +public class herb_spawning extends script.base_script +{ + public herb_spawning() + { + } + public static final String[] HERBS = + { + "object/tangible/furniture/wod_themepark/wod_themepark_herb_01.iff", + "object/tangible/furniture/wod_themepark/wod_themepark_herb_02.iff", + "object/tangible/furniture/wod_themepark/wod_themepark_herb_03.iff", + "object/tangible/furniture/wod_themepark/wod_themepark_herb_04.iff", + "object/tangible/furniture/wod_themepark/wod_themepark_herb_05.iff" + }; + public int OnAttach(obj_id self) throws InterruptedException + { + CustomerServiceLog("wod_themepark", "herb_spawning.OnAttach() Initializing spawning functionality for spawner: " + self); + messageTo(self, "spawnObject", null, 1, false); + return SCRIPT_CONTINUE; + } + public int spawnObject(obj_id self, dictionary params) throws InterruptedException + { + if (hasObjVar(self, "child")) + { + return SCRIPT_CONTINUE; + } + CustomerServiceLog("wod_themepark", "herb_spawning.spawnObject() Spawning functionality is initialized for spawner: " + self); + obj_id parentObject = getObjIdObjVar(self, "objParent"); + if (!isValidId(parentObject)) + { + CustomerServiceLog("wod_themepark", "herb_spawning.spawnObject() Master Object does not exist"); + return SCRIPT_CONTINUE; + } + int randomSpawnObject = rand(0, 4); + if (randomSpawnObject < 0) + { + randomSpawnObject = 0; + } + obj_id object = obj_id.NULL_ID; + String signalName = ""; + String taskName = ""; + switch (randomSpawnObject) + { + case 0: + object = create.object(HERBS[randomSpawnObject], getLocation(self)); + signalName = "rinorLeavesFound"; + taskName = "rinorLeaves"; + break; + case 1: + object = create.object(HERBS[randomSpawnObject], getLocation(self)); + signalName = "redWeedLeavesFound"; + taskName = "redWeedLeaves"; + break; + case 2: + object = create.object(HERBS[randomSpawnObject], getLocation(self)); + signalName = "greyBushLeavesFound"; + taskName = "greyBushLeaves"; + break; + case 3: + object = create.object(HERBS[randomSpawnObject], getLocation(self)); + signalName = "ongmuelPlantLeavesFound"; + taskName = "ongmuelPlantLeaves"; + break; + case 4: + object = create.object(HERBS[randomSpawnObject], getLocation(self)); + signalName = "lessetPlantLeavesFound"; + taskName = "lessetPlantLeaves"; + break; + default: + object = create.object(HERBS[0], getLocation(self)); + break; + } + if (!isValidId(object) || !exists(object)) + { + CustomerServiceLog("wod_themepark", "herb_spawning.spawnObject() object: " + object + " could not be found. Critical failure. Aborting."); + return SCRIPT_CONTINUE; + } + CustomerServiceLog("wod_themepark", "herb_spawning.spawnObject() Mob: " + object + " WAS SUCCESSFULLY CREATED for spawner: " + self); + setObjVar(object, "mySpawner", self); + setObjVar(object, "parentNode", parentObject); + setObjVar(object, "objParent", parentObject); + setObjVar(object, "signalName", signalName); + setObjVar(object, "taskName", taskName); + setObjVar(self, "child", object); + return SCRIPT_CONTINUE; + } + public int destroySelf(obj_id self, dictionary params) throws InterruptedException + { + if (hasObjVar(self, "child")) + { + obj_id child = getObjIdObjVar(self, "child"); + if (isValidId(child) && exists(child)) + { + destroyObject(child); + } + } + destroyObject(self); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar.java new file mode 100644 index 0000000000..2e3f8c11e9 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar.java @@ -0,0 +1,74 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; +import script.library.utils; + +public class pro_seed_jar extends script.base_script +{ + public pro_seed_jar() + { + } + public static final string_id SID_MNU_USE = new string_id("spam", "open"); + public static final string_id SID_SYS_NOT_IN_INV = new string_id("encoded_disk/message_fragment", "sys_not_in_inv"); + public static final String[] TREES = + { + "item_wod_pro_tree_01_schematic", + "item_wod_pro_tree_02_schematic", + "item_wod_pro_tree_03_schematic", + "item_wod_pro_tree_04_schematic", + "item_wod_pro_tree_05_schematic", + "item_wod_pro_tree_06_schematic", + "item_wod_pro_tree_07_schematic", + "item_wod_pro_tree_08_schematic" + }; + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (!utils.isNestedWithin(self, player)) + { + return SCRIPT_CONTINUE; + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (!utils.isNestedWithin(self, player)) + { + return SCRIPT_CONTINUE; + } + if (item == menu_info_types.ITEM_USE) + { + int treeSelect = rand(0, 7); + obj_id createdSchematic = static_item.createNewItemFunction(TREES[treeSelect], player); + if (isIdValid(createdSchematic)) + { + destroyObject(self); + } + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_nsm.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_nsm.java new file mode 100644 index 0000000000..4641aaa163 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_nsm.java @@ -0,0 +1,68 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; + +public class pro_seed_jar_nsm extends script.base_script +{ + public pro_seed_jar_nsm() + { + } + public static final string_id SID_MNU_USE = new string_id("spam", "open"); + public static final string_id SID_SYS_NOT_IN_INV = new string_id("spam", "cannot_use_not_in_inv"); + public static final String[] TREES = + { + "item_wod_pro_tree_09_schematic", + "item_wod_pro_tree_10_schematic", + "item_wod_pro_tree_11_schematic", + "item_wod_pro_tree_12_schematic" + }; + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + obj_id inventory = getObjectInSlot(player, "inventory"); + if (!contains(inventory, self)) + { + sendSystemMessage(player, SID_SYS_NOT_IN_INV); + return SCRIPT_CONTINUE; + } + int treeSelect = rand(0, 3); + obj_id createdSchematic = static_item.createNewItemFunction(TREES[treeSelect], player); + if (isIdValid(createdSchematic)) + { + destroyObject(self); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/random_wod_token.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/random_wod_token.java new file mode 100644 index 0000000000..73988b064a --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/random_wod_token.java @@ -0,0 +1,67 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; +import script.library.utils; + +public class random_wod_token extends script.base_script +{ + public random_wod_token() + { + } + public int OnAttach(obj_id self) throws InterruptedException + { + messageTo(self, "createRandomObject", null, 1, false); + return SCRIPT_CONTINUE; + } + public int OnAboutToBeTransferred(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + messageTo(self, "createRandomObject", null, 5, false); + return SCRIPT_CONTINUE; + } + public int OnTransferred(obj_id self, obj_id sourceContainer, obj_id destContainer, obj_id transferer) throws InterruptedException + { + messageTo(self, "createRandomObject", null, 5, false); + return SCRIPT_CONTINUE; + } + public int createRandomObject(obj_id self, dictionary params) throws InterruptedException + { + obj_id player = getContainedBy(self); + if (!isPlayer(player)) + { + player = getContainedBy(player); + if (!isPlayer(player)) + { + return SCRIPT_CONTINUE; + } + } + if (hasObjVar(self, "wod.itemAlreadyCreated")) + { + destroyObject(self); + return SCRIPT_CONTINUE; + } + if (!isValidId(self) || !exists(self) || !isValidId(player) || !exists(player)) + { + return SCRIPT_CONTINUE; + } + int amountToCreate = getCount(self); + if (amountToCreate == 0) + { + amountToCreate = 1; + } + utils.setObjVar(self, "wod.itemAlreadyCreated", 1); + for (int i = 0; i < amountToCreate; i++) + { + static_item.createNewItemFunction("item_wod_token_" + rand(1, 5), utils.getInventoryContainer(player)); + } + destroyObject(self); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/rubina_basket_ns.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/rubina_basket_ns.java new file mode 100644 index 0000000000..0d13db284d --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/rubina_basket_ns.java @@ -0,0 +1,64 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.groundquests; + +public class rubina_basket_ns extends script.base_script +{ + public rubina_basket_ns() + { + } + public static final string_id SID_MNU_USE = new string_id("pet/pet_menu", "menu_store"); + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (!(groundquests.isTaskActive(player, "quest/wod_prologue_kill_spider_clan", "useNightsisterBasketSpider") || groundquests.isTaskActive(player, "quest/wod_prologue_kill_rancor", "nightsisterBasketRancor") || groundquests.isTaskActive(player, "quest/wod_prologue_herb_gathering", "storeHerbsNightsister"))) + { + return SCRIPT_CONTINUE; + } + if (groundquests.isTaskActive(player, "quest/wod_prologue_kill_spider_clan", "useNightsisterBasketSpider")) + { + groundquests.sendSignal(player, "useNightsisterBasketSpider"); + } + if (groundquests.isTaskActive(player, "quest/wod_prologue_kill_rancor", "nightsisterBasketRancor")) + { + groundquests.sendSignal(player, "useNightsisterBasketRancor"); + } + if (groundquests.isTaskActive(player, "quest/wod_prologue_herb_gathering", "storeHerbsNightsister")) + { + groundquests.sendSignal(player, "storeHerbsNightsister"); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/rubina_basket_sm.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/rubina_basket_sm.java new file mode 100644 index 0000000000..a78b71026d --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/rubina_basket_sm.java @@ -0,0 +1,64 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.groundquests; + +public class rubina_basket_sm extends script.base_script +{ + public rubina_basket_sm() + { + } + public static final string_id SID_MNU_USE = new string_id("pet/pet_menu", "menu_store"); + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (!(groundquests.isTaskActive(player, "quest/wod_prologue_kill_spider_clan", "useSingingBasketSpider") || groundquests.isTaskActive(player, "quest/wod_prologue_kill_rancor", "singingBasketRancor") || groundquests.isTaskActive(player, "quest/wod_prologue_herb_gathering", "storeHerbsSinging"))) + { + return SCRIPT_CONTINUE; + } + if (groundquests.isTaskActive(player, "quest/wod_prologue_kill_spider_clan", "useSingingBasketSpider")) + { + groundquests.sendSignal(player, "useSingingBasketSpider"); + } + if (groundquests.isTaskActive(player, "quest/wod_prologue_kill_rancor", "singingBasketRancor")) + { + groundquests.sendSignal(player, "useSingingBasketRancor"); + } + if (groundquests.isTaskActive(player, "quest/wod_prologue_herb_gathering", "storeHerbsSinging")) + { + groundquests.sendSignal(player, "storeHerbsSinging"); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/second_sister_altar.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/second_sister_altar.java new file mode 100644 index 0000000000..622b5f08ff --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/second_sister_altar.java @@ -0,0 +1,90 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.groundquests; +import script.library.create; +import script.library.ai_lib; + +public class second_sister_altar extends script.base_script +{ + public second_sister_altar() + { + } + public static string_id SID_MNU_USE = new string_id("pet/pet_menu", "menu_store"); + public static final string_id TOO_SOON_REUSE = new string_id("spam", "snowball_not_ready"); + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (hasObjVar(self, "string_to_use") && hasObjVar(self, "string_to_use_1")) + { + SID_MNU_USE = new string_id(getStringObjVar(self, "string_to_use"), getStringObjVar(self, "string_to_use_1")); + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + if (hasObjVar(self, "quest_to_have") && hasObjVar(self, "signal_to_send") && hasObjVar(self, "task_to_have") && hasObjVar(self, "locX") && hasObjVar(self, "locY") && hasObjVar(self, "locZ") && hasObjVar(self, "toSpawn") && hasObjVar(self, "task_to_have_done_1") && hasObjVar(self, "task_to_have_done_2") && hasObjVar(self, "task_to_have_done_3")) + { + if (groundquests.hasCompletedTask(player, getStringObjVar(self, "quest_to_have"), getStringObjVar(self, "task_to_have_done_1")) && groundquests.hasCompletedTask(player, getStringObjVar(self, "quest_to_have"), getStringObjVar(self, "task_to_have_done_2")) && groundquests.hasCompletedTask(player, getStringObjVar(self, "quest_to_have"), getStringObjVar(self, "task_to_have_done_3"))) + { + if (groundquests.isTaskActive(player, getStringObjVar(self, "quest_to_have"), getStringObjVar(self, "task_to_have")) || !groundquests.hasCompletedTask(player, getStringObjVar(self, "quest_to_have"), "killSister2")) + { + obj_id[] targets = getNPCsInRange(getLocation(self), 100); + if (targets != null && targets.length > 0) + { + for (int i = 0; i < targets.length; i++) + { + if (hasObjVar(targets[i], "rescuer") && getObjIdObjVar(targets[i], "rescuer") == player) + { + return SCRIPT_CONTINUE; + } + } + } + location loc = new location(getIntObjVar(self, "locX"), getIntObjVar(self, "locY"), getIntObjVar(self, "locZ")); + obj_id mob = create.object(getStringObjVar(self, "toSpawn"), loc, 92); + if (!isValidId(mob) || !exists(mob)) + { + return SCRIPT_CONTINUE; + } + setObjVar(mob, "rescuer", player); + ai_lib.aiFollow(mob, player); + playClientEffectLoc(self, "appearance/pt_wod_big_fire.prt", getLocation(self), 0.4f); + groundquests.sendSignal(player, getStringObjVar(self, "signal_to_send")); + } + } + else if (groundquests.isTaskActive(player, getStringObjVar(self, "quest_to_have"), getStringObjVar(self, "task_to_have"))) + { + playClientEffectLoc(self, "appearance/pt_wod_big_fire.prt", getLocation(self), 0.4f); + groundquests.sendSignal(player, getStringObjVar(self, "signal_to_send")); + } + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_mutant_rancor_combat.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_mutant_rancor_combat.java new file mode 100644 index 0000000000..2932b59b26 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_mutant_rancor_combat.java @@ -0,0 +1,229 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.ai_lib; +import script.library.beast_lib; +import script.library.buff; +import script.library.chat; +import script.library.combat; +import script.library.create; +import script.library.group; +import script.library.prose; +import script.library.static_item; +import script.library.trial; +import script.library.utils; + +public class wod_mutant_rancor_combat extends script.base_script +{ + public wod_mutant_rancor_combat() + { + } + public static final String NS_BICEP_SCHEMATIC = "item_wod_bossloot_ns_bracer"; + public static final String SMC_BICEP_SCHEMATIC = "item_wod_bossloot_smc_bicep_"; + public static final String SMC_BRACER_SCHEMATIC = "item_wod_bossloot_smc_bracer_"; + public static final int MAX_DISTANCE = 104; + public static final int REPEAT_TIME = 45; + public static final int OFFSET_TIME = 15; + public static final int HP_WOD_RANCOR = 618125; + public static int buffStartTime = 0; + public int OnAttach(obj_id self) throws InterruptedException + { + trial.setHp(self, HP_WOD_RANCOR); + applySkillStatisticModifier(self, "expertise_glancing_blow_reduction", 100); + return SCRIPT_CONTINUE; + } + public int OnEnteredCombat(obj_id self) throws InterruptedException + { + buff.applyBuff(self, "open_balance_buff", -1.0f); + obj_id[] players = getPlayerCreaturesInRange(self, 250.0f); + if (players != null && players.length > 0) + { + for (int i = 0; i < players.length; i++) + { + obj_id player = players[i]; + if (isIdValid(player) && exists(player) && !isIncapacitated(player) && !isDead(player)) + { + addHate(self, player, 1000.0f); + startCombat(self, player); + } + } + } + messageTo(self, "checkCombatStatus", null, REPEAT_TIME + ((rand(0, OFFSET_TIME) + OFFSET_TIME) - OFFSET_TIME), false); + return SCRIPT_CONTINUE; + } + public int OnCreatureDamaged(obj_id self, obj_id attacker, obj_id wpn, int[] damage) throws InterruptedException + { + if (hasObjVar(self, "buffStartTime")) + { + buffStartTime = getIntObjVar(self, "buffStartTime"); + } + int buffTime = getGameTime() - buffStartTime; + int randomTime = REPEAT_TIME + ((rand(0, OFFSET_TIME) + OFFSET_TIME) - OFFSET_TIME); + float healthPercent = (float)getAttrib(self, HEALTH) / (float)getMaxAttrib(self, HEALTH); + if (healthPercent <= 0.67f && healthPercent > 0.20f) + { + int randBuff = rand(1, 4); + if (!hasObjVar(self, "scaleOne")) + { + float mutationScaleOne = (float)(getScale(self) * 1.4); + setScale(self, mutationScaleOne); + setYaw(self, rand(0.0f, 360.0f)); + setObjVar(self, "scaleOne", true); + } + if (randBuff == 1 && buffTime > randomTime) + { + buff.applyBuff(self, "kun_twin_ranged_shield", 45.0f); + setObjVar(self, "buffStartTime", getGameTime()); + buff.removeBuff(self, "hoth_atat_shield"); + buff.removeBuff(self, "sher_kar_rage"); + buff.removeBuff(self, "kun_twin_bonus"); + } + if (randBuff == 2 && buffTime > randomTime) + { + buff.applyBuff(self, "hoth_atat_shield", 45.0f); + setObjVar(self, "buffStartTime", getGameTime()); + buff.removeBuff(self, "kun_twin_ranged_shield"); + buff.removeBuff(self, "sher_kar_rage"); + buff.removeBuff(self, "kun_twin_bonus"); + } + if (randBuff == 3 && buffTime > randomTime) + { + buff.applyBuff(self, "sher_kar_rage", 45.0f); + setObjVar(self, "buffStartTime", getGameTime()); + buff.removeBuff(self, "kun_twin_ranged_shield"); + buff.removeBuff(self, "hoth_atat_shield"); + buff.removeBuff(self, "kun_twin_bonus"); + } + if (randBuff == 4 && buffTime > randomTime) + { + buff.applyBuff(self, "kun_twin_bonus", 45.0f); + setObjVar(self, "buffStartTime", getGameTime()); + buff.removeBuff(self, "kun_twin_ranged_shield"); + buff.removeBuff(self, "hoth_atat_shield"); + buff.removeBuff(self, "sher_kar_rage"); + } + } + if (healthPercent <= 0.20f) + { + if (buffTime > randomTime) + { + buff.applyBuff(self, "open_balance_buff", 30.0f); + setObjVar(self, "buffStartTime", getGameTime()); + } + if (!hasObjVar(self, "scaleTwo")) + { + float mutationScaleTwo = (float)(getScale(self) * 1.9); + setScale(self, mutationScaleTwo); + setYaw(self, rand(0.0f, 360.0f)); + setObjVar(self, "scaleTwo", true); + } + } + return SCRIPT_CONTINUE; + } + public int checkCombatStatus(obj_id self, dictionary params) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (ai_lib.isDead(self)) + { + return SCRIPT_CONTINUE; + } + if (ai_lib.isInCombat(self)) + { + CustomerServiceLog("wod_themepark", "wod_mutant_rancor_combat.checkCombatStatus(): Boss Mob: " + self + " is already in combat."); + return SCRIPT_CONTINUE; + } + obj_id parent = getObjIdObjVar(self, "parent"); + if (isIdValid(parent)) + { + if (getRandomCombatTarget(self, parent)) + { + return SCRIPT_CONTINUE; + } + dictionary webster = trial.getSessionDict(parent); + messageTo(parent, "defaultEventReset", webster, 2, false); + } + messageTo(self, "checkCombatStatus", null, REPEAT_TIME + (rand(0, OFFSET_TIME + OFFSET_TIME) - OFFSET_TIME), false); + return SCRIPT_CONTINUE; + } + public boolean getRandomCombatTarget(obj_id self, obj_id parent) throws InterruptedException + { + if (!isIdValid(self) || !exists(self)) + { + CustomerServiceLog("wod_themepark", "wod_mutant_rancor_combat.getRandomCombatTarget() FAILED to find self."); + return false; + } + obj_id[] targets = trial.getValidTargetsInRadiusIgnoreLOS(self, MAX_DISTANCE); + if (targets == null || targets.length == 0) + { + CustomerServiceLog("wod_themepark", "wod_mutant_rancor_combat.getRandomCombatTarget() no targets for boss (" + self + ") is: " + MAX_DISTANCE); + dictionary webster = trial.getSessionDict(parent); + messageTo(parent, "defaultEventReset", webster, 2, false); + return false; + } + obj_id playerEnemy = utils.getObjIdScriptVar(self, "waveEventPlayer"); + if (!isIdValid(playerEnemy) || !exists(playerEnemy)) + { + CustomerServiceLog("wod_themepark", "wod_mutant_rancor_combat.getRandomCombatTarget() Mob found player but player was not part of owners group."); + return false; + } + for (int i = 0; i < targets.length; i++) + { + if (!isIdValid(targets[i])) + { + continue; + } + if (!group.inSameGroup(targets[i], playerEnemy)) + { + CustomerServiceLog("wod_themepark", "boss_fight_functionality.getRandomCombatTarget(): Player " + targets[i] + " was found as an invalid target."); + continue; + } + startCombat(self, targets[i]); + CustomerServiceLog("wod_themepark", "boss_fight_functionality.getRandomCombatTarget(): Player " + targets[i] + " was found as a valid target. Boss Mob: " + self + " attacking player."); + return true; + } + CustomerServiceLog("wod_themepark", "boss_fight_functionality.OnIncapacitateTarget(): Boss Mob: " + self + " failed to find a player to attack from player: " + playerEnemy + " group."); + dictionary webster = trial.getSessionDict(parent); + messageTo(parent, "defaultEventReset", webster, 2, false); + return false; + } + public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException + { + obj_id inv = utils.getInventoryContainer(self); + int lootChance = rand(1, 100); + if (lootChance <= 5) + { + static_item.createNewItemFunction(NS_BICEP_SCHEMATIC, inv); + } + if (lootChance > 5 && lootChance <= 20) + { + int leftOrRight = rand(0, 1); + String toAppend = "l"; + if (leftOrRight == 1) + { + toAppend = "r"; + } + static_item.createNewItemFunction(SMC_BICEP_SCHEMATIC + toAppend, inv); + } + if (lootChance > 20 && lootChance <= 35) + { + int leftOrRight = rand(0, 1); + String toAppend = "l"; + if (leftOrRight == 1) + { + toAppend = "r"; + } + static_item.createNewItemFunction(SMC_BRACER_SCHEMATIC + toAppend, inv); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_razorangler_dna.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_razorangler_dna.java new file mode 100644 index 0000000000..85958da511 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_razorangler_dna.java @@ -0,0 +1,32 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; +import script.library.utils; + +public class wod_razorangler_dna extends script.base_script +{ + public wod_razorangler_dna() + { + } + public static final String DNA_LOOT_ITEM = "item_razor_angler_dna"; + public static final int DNA_LOOT_CHANCE = 15; + public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException + { + int chanceDna = rand(1, 100); + if (chanceDna > DNA_LOOT_CHANCE) + { + return SCRIPT_CONTINUE; + } + obj_id inv = utils.getInventoryContainer(self); + obj_id dna = static_item.createNewItemFunction(DNA_LOOT_ITEM, inv); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar.java new file mode 100644 index 0000000000..3fb5707a61 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar.java @@ -0,0 +1,82 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; + +public class wod_release_seed_jar extends script.base_script +{ + public wod_release_seed_jar() + { + } + public static final string_id SID_MNU_USE = new string_id("spam", "open"); + public static final string_id SID_SYS_NOT_IN_INV = new string_id("spam", "cannot_use_not_in_inv"); + public static final String[] TREES = + { + "item_wod_pro_tree_09_schematic", + "item_wod_pro_tree_10_schematic", + "item_wod_pro_tree_11_schematic", + "item_wod_pro_tree_12_schematic", + "wod_potted_plant_scem_01", + "wod_potted_plant_scem_02", + "wod_potted_plant_scem_03", + "wod_potted_plant_scem_04", + "wod_potted_plant_scem_05", + "wod_potted_plant_scem_06", + "wod_potted_plant_scem_07", + "wod_potted_plant_scem_08", + "wod_potted_plant_scem_09" + }; + public int OnAttach(obj_id self) throws InterruptedException + { + detachScript(self, "theme_park.wod.pro_seed_jar_nsm"); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + obj_id inventory = getObjectInSlot(player, "inventory"); + if (!contains(inventory, self)) + { + sendSystemMessage(player, SID_SYS_NOT_IN_INV); + return SCRIPT_CONTINUE; + } + int treeSelect = rand(0, 12); + obj_id createdSchematic = static_item.createNewItemFunction(TREES[treeSelect], player); + if (isIdValid(createdSchematic)) + { + destroyObject(self); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spider_queen_death.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spider_queen_death.java new file mode 100644 index 0000000000..29128910c3 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spider_queen_death.java @@ -0,0 +1,40 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.create; +import script.library.utils; +import script.library.ai_lib; +import script.library.money; +import script.library.loot; +import script.library.jedi; +import script.library.static_item; + +public class wod_spider_queen_death extends script.base_script +{ + public wod_spider_queen_death() + { + } + public static final String NS_BACKPACK_SCHEMATIC = "item_wod_bossloot_ns_backpack"; + public static final String SMC_BACKPACK_SCHEMATIC = "item_wod_bossloot_smc_backpack"; + public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException + { + obj_id inv = utils.getInventoryContainer(self); + int lootChance = rand(1, 100); + if (lootChance <= 15) + { + static_item.createNewItemFunction(NS_BACKPACK_SCHEMATIC, inv); + } + if (lootChance > 15 && lootChance <= 30) + { + static_item.createNewItemFunction(SMC_BACKPACK_SCHEMATIC, inv); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spiderconsort_dna.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spiderconsort_dna.java new file mode 100644 index 0000000000..b027efd834 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spiderconsort_dna.java @@ -0,0 +1,32 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; +import script.library.utils; + +public class wod_spiderconsort_dna extends script.base_script +{ + public wod_spiderconsort_dna() + { + } + public static final String DNA_LOOT_ITEM = "item_spiderclan_consort_dna"; + public static final int DNA_LOOT_CHANCE = 15; + public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException + { + int chanceDna = rand(1, 100); + if (chanceDna > DNA_LOOT_CHANCE) + { + return SCRIPT_CONTINUE; + } + obj_id inv = utils.getInventoryContainer(self); + obj_id dna = static_item.createNewItemFunction(DNA_LOOT_ITEM, inv); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spiderqueen_dna.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spiderqueen_dna.java new file mode 100644 index 0000000000..1540c5fd42 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_spiderqueen_dna.java @@ -0,0 +1,32 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; +import script.library.utils; + +public class wod_spiderqueen_dna extends script.base_script +{ + public wod_spiderqueen_dna() + { + } + public static final String DNA_LOOT_ITEM = "item_spiderclan_queen_dna"; + public static final int DNA_LOOT_CHANCE = 15; + public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException + { + int chanceDna = rand(1, 100); + if (chanceDna > DNA_LOOT_CHANCE) + { + return SCRIPT_CONTINUE; + } + obj_id inv = utils.getInventoryContainer(self); + obj_id dna = static_item.createNewItemFunction(DNA_LOOT_ITEM, inv); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_kyrisa_boss_fight.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_kyrisa_boss_fight.tab new file mode 100644 index 0000000000..58ec237dfa --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_kyrisa_boss_fight.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 group @quest/ground/wod_kyrisa_boss_fight:journal_entry_title @quest/ground/wod_kyrisa_boss_fight:journal_entry_description @quest/ground/wod_kyrisa_boss_fight:category 1 @quest/ground/wod_kyrisa_boss_fight:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 4000 item_wod_token_3 6 item_wod_token_temp 3 0 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_kyrisa_boss_fight_ns.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_kyrisa_boss_fight_ns.tab new file mode 100644 index 0000000000..348e0eb43d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_kyrisa_boss_fight_ns.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 group @quest/ground/wod_kyrisa_boss_fight_ns:journal_entry_title @quest/ground/wod_kyrisa_boss_fight_ns:journal_entry_description @quest/ground/wod_kyrisa_boss_fight_ns:category 1 @quest/ground/wod_kyrisa_boss_fight_ns:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 4000 item_wod_token_3 6 item_wod_token_temp 3 0 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_left_behind.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_left_behind.tab new file mode 100644 index 0000000000..b1a60317a2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_left_behind.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_left_behind:journal_entry_title @quest/ground/wod_left_behind:journal_entry_description @quest/ground/wod_left_behind:category 1 @quest/ground/wod_left_behind:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_painting_wod_outcast 1 item_wod_token_4 3 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_ghost_reward.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_ghost_reward.tab new file mode 100644 index 0000000000..05d206db4c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_ghost_reward.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_ns_ghost_reward:journal_entry_title @quest/ground/wod_ns_ghost_reward:journal_entry_description @quest/ground/wod_ns_ghost_reward:category 1 @quest/ground/wod_ns_ghost_reward:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_1 3 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_01.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_01.tab new file mode 100644 index 0000000000..d50fd4e73f --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_01.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_ns_repair_alter_01:journal_entry_title @quest/ground/wod_ns_repair_alter_01:journal_entry_description @quest/ground/wod_ns_repair_alter_01:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_4 4 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_02.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_02.tab new file mode 100644 index 0000000000..172be95fdd --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_02.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_ns_repair_alter_02:journal_entry_title @quest/ground/wod_ns_repair_alter_02:journal_entry_description @quest/ground/wod_ns_repair_alter_02:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_4 4 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_03.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_03.tab new file mode 100644 index 0000000000..1b2c3d6273 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_03.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_ns_repair_alter_03:journal_entry_title @quest/ground/wod_ns_repair_alter_03:journal_entry_description @quest/ground/wod_ns_repair_alter_03:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 4 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_04.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_04.tab new file mode 100644 index 0000000000..450b98d7ab --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_ns_repair_alter_04.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_ns_repair_alter_04:journal_entry_title @quest/ground/wod_ns_repair_alter_04:journal_entry_description @quest/ground/wod_ns_repair_alter_04:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 4 item_wod_token_temp 3 item_wod_crafting_holocron_01 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_1.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_1.tab new file mode 100644 index 0000000000..d7c5810a2d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_1.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_outcast_1:journal_entry_title @quest/ground/wod_outcast_1:journal_entry_description @quest/ground/wod_outcast_1:category 1 @quest/ground/wod_outcast_1:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 item_painting_wod_scene_01 1 item_painting_wod_scene_02 1 item_painting_wod_scene_03 1 item_painting_wod_scene_04 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_2.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_2.tab new file mode 100644 index 0000000000..bc5c64f484 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_2.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_outcast_2:journal_entry_title @quest/ground/wod_outcast_2:journal_entry_description @quest/ground/wod_outcast_2:category 1 @quest/ground/wod_outcast_2:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 item_painting_wod_scene_01 1 item_painting_wod_scene_02 1 item_painting_wod_scene_03 1 item_painting_wod_scene_04 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_3.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_3.tab new file mode 100644 index 0000000000..4ec74f4e4b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_3.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_outcast_3:journal_entry_title @quest/ground/wod_outcast_3:journal_entry_description @quest/ground/wod_outcast_3:category 1 @quest/ground/wod_outcast_3:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 item_painting_wod_scene_01 1 item_painting_wod_scene_02 1 item_painting_wod_scene_03 1 item_painting_wod_scene_04 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_4.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_4.tab new file mode 100644 index 0000000000..3f11eef0ba --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_4.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_outcast_4:journal_entry_title @quest/ground/wod_outcast_4:journal_entry_description @quest/ground/wod_outcast_4:category 1 @quest/ground/wod_outcast_4:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 item_painting_wod_scene_01 1 item_painting_wod_scene_02 1 item_painting_wod_scene_03 1 item_painting_wod_scene_04 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_5.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_5.tab new file mode 100644 index 0000000000..d6c600c2f7 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_5.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_outcast_5:journal_entry_title @quest/ground/wod_outcast_5:journal_entry_description @quest/ground/wod_outcast_5:category 1 @quest/ground/wod_outcast_5:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 item_painting_wod_scene_01 1 item_painting_wod_scene_02 1 item_painting_wod_scene_03 1 item_painting_wod_scene_04 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_6.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_6.tab new file mode 100644 index 0000000000..2226ec0a04 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_6.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_outcast_6:journal_entry_title @quest/ground/wod_outcast_6:journal_entry_description @quest/ground/wod_outcast_6:category 1 @quest/ground/wod_outcast_6:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 item_painting_wod_scene_01 1 item_painting_wod_scene_02 1 item_painting_wod_scene_03 1 item_painting_wod_scene_04 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_7.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_7.tab new file mode 100644 index 0000000000..dc5c650c26 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_outcast_7.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_outcast_7:journal_entry_title @quest/ground/wod_outcast_7:journal_entry_description @quest/ground/wod_outcast_7:category 1 @quest/ground/wod_outcast_7:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 item_painting_wod_scene_01 1 item_painting_wod_scene_02 1 item_painting_wod_scene_03 1 item_painting_wod_scene_04 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_herb_gathering.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_herb_gathering.tab new file mode 100644 index 0000000000..4f7844abb5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_herb_gathering.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_prologue_herb_gathering:journal_entry_title @quest/ground/wod_prologue_herb_gathering:journal_entry_description @quest/ground/wod_prologue_herb_gathering:category 1 @quest/ground/wod_prologue_herb_gathering:journal_entry_completion_summary 0 0 0 0 0 0 1 1 0 2000 item_wod_pro_herb_reward_jar 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 100 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_kill_rancor.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_kill_rancor.tab new file mode 100644 index 0000000000..bfb6ee6ee6 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_kill_rancor.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_prologue_kill_rancor:journal_entry_title @quest/ground/wod_prologue_kill_rancor:journal_entry_description @quest/ground/wod_prologue_kill_rancor:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 item_wod_malkloc_toy 1 item_wod_shear_mite_toy 1 item_wod_reptilian_flyer_toy 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_kill_spider_clan.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_kill_spider_clan.tab new file mode 100644 index 0000000000..f8720cc3da --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_kill_spider_clan.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_prologue_kill_spider_clan:journal_entry_title @quest/ground/wod_prologue_kill_spider_clan:journal_entry_description @quest/ground/wod_prologue_kill_spider_clan:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 item_wod_malkloc_toy 1 item_wod_shear_mite_toy 1 item_wod_reptilian_flyer_toy 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_walkabout_01.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_walkabout_01.tab new file mode 100644 index 0000000000..65980f6854 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_walkabout_01.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +80 -1 solo @quest/ground/wod_prologue_walkabout_01:journal_entry_title @quest/ground/wod_prologue_walkabout_01:journal_entry_description @quest/ground/wod_prologue_walkabout_01:category 1 @quest/ground/wod_prologue_walkabout_01:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_walkabout_02.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_walkabout_02.tab new file mode 100644 index 0000000000..1a6d15f795 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_prologue_walkabout_02.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +80 -1 solo @quest/ground/wod_prologue_walkabout_02:journal_entry_title @quest/ground/wod_prologue_walkabout_02:journal_entry_description @quest/ground/wod_prologue_walkabout_02:category 1 @quest/ground/wod_prologue_walkabout_02:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_queen_mother_boss_fight.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_queen_mother_boss_fight.tab new file mode 100644 index 0000000000..3efd583607 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_queen_mother_boss_fight.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 group @quest/ground/wod_queen_mother_boss_fight:journal_entry_title @quest/ground/wod_queen_mother_boss_fight:journal_entry_description @quest/ground/wod_queen_mother_boss_fight:category 1 @quest/ground/wod_queen_mother_boss_fight:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 4000 item_wod_token_2 6 item_wod_token_temp 3 0 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_queen_mother_boss_fight_ns.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_queen_mother_boss_fight_ns.tab new file mode 100644 index 0000000000..7362ca979e --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_queen_mother_boss_fight_ns.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 group @quest/ground/wod_queen_mother_boss_fight_ns:journal_entry_title @quest/ground/wod_queen_mother_boss_fight_ns:journal_entry_description @quest/ground/wod_queen_mother_boss_fight_ns:category 1 @quest/ground/wod_queen_mother_boss_fight_ns:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 4000 item_wod_token_2 6 item_wod_token_temp 3 0 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_chest.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_chest.tab new file mode 100644 index 0000000000..9d44e94f9b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_chest.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_rubina_chest:journal_entry_title @quest/ground/wod_rubina_chest:journal_entry_description @quest/ground/wod_rubina_chest:category 1 @quest/ground/wod_rubina_chest:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_goto_ns.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_goto_ns.tab new file mode 100644 index 0000000000..43d0a7af37 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_goto_ns.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_rubina_goto_ns:journal_entry_title @quest/ground/wod_rubina_goto_ns:journal_entry_description @quest/ground/wod_rubina_goto_ns:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_goto_sm.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_goto_sm.tab new file mode 100644 index 0000000000..bae86d8ced --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_rubina_goto_sm.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_rubina_goto_sm:journal_entry_title @quest/ground/wod_rubina_goto_sm:journal_entry_description @quest/ground/wod_rubina_goto_sm:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister1.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister1.tab new file mode 100644 index 0000000000..36996c4a8b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister1.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_sister1:journal_entry_title @quest/ground/wod_sister1:journal_entry_description @quest/ground/wod_sister1:category 1 @quest/ground/wod_sister1:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_1 4 item_wod_token_temp 4 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister2.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister2.tab new file mode 100644 index 0000000000..da075931c1 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister2.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_sister2:journal_entry_title @quest/ground/wod_sister2:journal_entry_description @quest/ground/wod_sister2:category 1 @quest/ground/wod_sister2:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_1 4 item_wod_token_temp 4 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister3.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister3.tab new file mode 100644 index 0000000000..6ab133cd9a --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sister3.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_sister3:journal_entry_title @quest/ground/wod_sister3:journal_entry_description @quest/ground/wod_sister3:category 1 @quest/ground/wod_sister3:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_schematic_wod_sm_mask_01 1 item_wod_token_1 6 item_wod_token_temp 4 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_ghost_reward.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_ghost_reward.tab new file mode 100644 index 0000000000..e5b1317932 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_ghost_reward.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_sm_ghost_reward:journal_entry_title @quest/ground/wod_sm_ghost_reward:journal_entry_description @quest/ground/wod_sm_ghost_reward:category 1 @quest/ground/wod_sm_ghost_reward:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_1 3 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_01.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_01.tab new file mode 100644 index 0000000000..063b7f4f20 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_01.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_sm_repair_alter_01:journal_entry_title @quest/ground/wod_sm_repair_alter_01:journal_entry_description @quest/ground/wod_sm_repair_alter_01:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_4 4 item_wod_token_temp 2 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_02.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_02.tab new file mode 100644 index 0000000000..8c6fb83008 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_02.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_sm_repair_alter_02:journal_entry_title @quest/ground/wod_sm_repair_alter_02:journal_entry_description @quest/ground/wod_sm_repair_alter_02:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_4 4 item_wod_token_temp 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_03.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_03.tab new file mode 100644 index 0000000000..0e916ca307 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_03.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_sm_repair_alter_03:journal_entry_title @quest/ground/wod_sm_repair_alter_03:journal_entry_description @quest/ground/wod_sm_repair_alter_03:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 4 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_04.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_04.tab new file mode 100644 index 0000000000..5d5d13499e --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_sm_repair_alter_04.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_sm_repair_alter_04:journal_entry_title @quest/ground/wod_sm_repair_alter_04:journal_entry_description @quest/ground/wod_sm_repair_alter_04:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 4 item_wod_token_temp 3 item_wod_crafting_holocron_01 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ehs_1.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ehs_1.tab new file mode 100644 index 0000000000..91bdd588bf --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ehs_1.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_ehs_1:journal_entry_title @quest/ground/wod_themepark_ehs_1:journal_entry_description @quest/ground/wod_themepark_ehs_1:category 1 @quest/ground/wod_themepark_ehs_1:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 3 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_first_sister_boss_fight.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_first_sister_boss_fight.tab new file mode 100644 index 0000000000..b1501ae4ad --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_first_sister_boss_fight.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 group @quest/ground/wod_themepark_first_sister_boss_fight:journal_entry_title @quest/ground/wod_themepark_first_sister_boss_fight:journal_entry_description @quest/ground/wod_themepark_first_sister_boss_fight:category 1 @quest/ground/wod_themepark_first_sister_boss_fight:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 4000 item_outbreak_undead_blackwing_crystal 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_herb_gathering.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_herb_gathering.tab new file mode 100644 index 0000000000..54a1b598fb --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_herb_gathering.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 1 solo @quest/ground/wod_themepark_herb_gathering:journal_entry_title @quest/ground/wod_themepark_herb_gathering:journal_entry_description @quest/ground/wod_themepark_herb_gathering:category 1 @quest/ground/wod_themepark_herb_gathering:journal_entry_completion_summary 0 0 0 0 0 0 1 1 0 0 item_wod_smc_herb_reward_jar 2 item_wod_token_temp 2 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 100 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_herb_gathering_fail.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_herb_gathering_fail.tab new file mode 100644 index 0000000000..832ee6b8ab --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_herb_gathering_fail.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +1 -1 solo @quest/ground/wod_themepark_herb_gathering_fail:journal_entry_title @quest/ground/wod_themepark_herb_gathering_fail:journal_entry_description @quest/ground/wod_themepark_herb_gathering_fail:category 1 @quest/ground/wod_themepark_herb_gathering_fail:journal_entry_completion_summary 0 quest_general 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_lost_e01.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_lost_e01.tab new file mode 100644 index 0000000000..1e75fb85b9 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_lost_e01.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_lost_e01:journal_entry_title @quest/ground/wod_themepark_lost_e01:journal_entry_description @quest/ground/wod_themepark_lost_e01:category 1 @quest/ground/wod_themepark_lost_e01:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 2 item_wod_token_temp 2 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_lost_e02.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_lost_e02.tab new file mode 100644 index 0000000000..a3cc1622bb --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_lost_e02.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_lost_e02:journal_entry_title @quest/ground/wod_themepark_lost_e02:journal_entry_description @quest/ground/wod_themepark_lost_e02:category 1 @quest/ground/wod_themepark_lost_e02:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 3 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_ehs_1.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_ehs_1.tab new file mode 100644 index 0000000000..8d9f9da46d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_ehs_1.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_ns_ehs_1:journal_entry_title @quest/ground/wod_themepark_ns_ehs_1:journal_entry_description @quest/ground/wod_themepark_ns_ehs_1:category 1 @quest/ground/wod_themepark_ns_ehs_1:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 3 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_fishing.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_fishing.tab new file mode 100644 index 0000000000..8e0da8782d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_fishing.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 1 solo @quest/ground/wod_themepark_ns_fishing:journal_entry_title @quest/ground/wod_themepark_ns_fishing:journal_entry_description @quest/ground/wod_themepark_ns_fishing:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 0 1 1 item_wod_token_1 3 item_wod_token_2 3 item_wod_token_3 3 item_wod_token_4 3 item_wod_token_5 3 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_herb_gathering.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_herb_gathering.tab new file mode 100644 index 0000000000..ea2ae3b1c7 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_herb_gathering.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +5 -1 solo @quest/ground/wod_themepark_ns_herb_gathering:journal_entry_title @quest/ground/wod_themepark_ns_herb_gathering:journal_entry_description @quest/ground/wod_themepark_ns_herb_gathering:category 1 @quest/ground/wod_themepark_ns_herb_gathering:journal_entry_completion_summary 0 0 0 0 0 0 1 1 0 0 item_wod_ns_herb_reward_jar 2 item_wod_token_temp 2 1 0 0 0 0 0 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 100 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_hunting.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_hunting.tab new file mode 100644 index 0000000000..853bd1d6f0 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_hunting.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_themepark_ns_hunting:journal_entry_title @quest/ground/wod_themepark_ns_hunting:journal_entry_description @quest/ground/wod_themepark_ns_hunting:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_4 1 item_wod_token_temp 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_kill_clan.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_kill_clan.tab new file mode 100644 index 0000000000..5bd44c0430 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_kill_clan.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_ns_kill_clan:journal_entry_title @quest/ground/wod_themepark_ns_kill_clan:journal_entry_description @quest/ground/wod_themepark_ns_kill_clan:category 1 @quest/ground/wod_themepark_ns_kill_clan:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 0 1 1 item_wod_token_1 3 item_wod_token_2 3 item_wod_token_3 3 item_wod_token_4 3 item_wod_token_5 3 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_kill_spiderclan.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_kill_spiderclan.tab new file mode 100644 index 0000000000..7130cb7537 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_kill_spiderclan.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_ns_kill_spiderclan:journal_entry_title @quest/ground/wod_themepark_ns_kill_spiderclan:journal_entry_description @quest/ground/wod_themepark_ns_kill_spiderclan:category 1 @quest/ground/wod_themepark_ns_kill_spiderclan:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 2 1 1 item_wod_token_1 3 item_wod_token_2 3 item_wod_token_3 3 item_wod_token_4 3 item_wod_token_5 3 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_lost_e01.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_lost_e01.tab new file mode 100644 index 0000000000..a876920462 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_lost_e01.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_ns_lost_e01:journal_entry_title @quest/ground/wod_themepark_ns_lost_e01:journal_entry_description @quest/ground/wod_themepark_ns_lost_e01:category 1 @quest/ground/wod_themepark_ns_lost_e01:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 2 item_wod_token_temp 2 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_lost_e02.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_lost_e02.tab new file mode 100644 index 0000000000..7d5ceac696 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_lost_e02.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_ns_lost_e02:journal_entry_title @quest/ground/wod_themepark_ns_lost_e02:journal_entry_description @quest/ground/wod_themepark_ns_lost_e02:category 1 @quest/ground/wod_themepark_ns_lost_e02:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_2 3 item_wod_token_temp 3 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_rancor_tamer.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_rancor_tamer.tab new file mode 100644 index 0000000000..266d8b7c65 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_rancor_tamer.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_themepark_ns_rancor_tamer:journal_entry_title @quest/ground/wod_themepark_ns_rancor_tamer:journal_entry_description @quest/ground/wod_themepark_ns_rancor_tamer:category 1 0 quest_social 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_1 2 item_wod_token_2 2 item_wod_token_temp 2 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_recon.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_recon.tab new file mode 100644 index 0000000000..4e7a6e0a3b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_recon.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_ns_recon:journal_entry_title @quest/ground/wod_themepark_ns_recon:journal_entry_description @quest/ground/wod_themepark_ns_recon:category 1 @quest/ground/wod_themepark_ns_recon:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_whole_truth_01.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_whole_truth_01.tab new file mode 100644 index 0000000000..e621365649 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_whole_truth_01.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_ns_whole_truth_01:journal_entry_title @quest/ground/wod_themepark_ns_whole_truth_01:journal_entry_description @quest/ground/wod_themepark_ns_whole_truth_01:category 1 @quest/ground/wod_themepark_ns_whole_truth_01:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_3 4 item_wod_token_temp 4 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_whole_truth_02.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_whole_truth_02.tab new file mode 100644 index 0000000000..68e71368bc --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_ns_whole_truth_02.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_ns_whole_truth_02:journal_entry_title @quest/ground/wod_themepark_ns_whole_truth_02:journal_entry_description @quest/ground/wod_themepark_ns_whole_truth_02:category 1 @quest/ground/wod_themepark_ns_whole_truth_02:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_3 4 item_wod_token_temp 4 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_fishing.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_fishing.tab new file mode 100644 index 0000000000..f4360953f2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_fishing.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 1 solo @quest/ground/wod_themepark_sm_fishing:journal_entry_title @quest/ground/wod_themepark_sm_fishing:journal_entry_description @quest/ground/wod_themepark_sm_fishing:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 0 1 1 item_wod_token_1 3 item_wod_token_2 3 item_wod_token_3 3 item_wod_token_4 3 item_wod_token_5 3 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_hunting.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_hunting.tab new file mode 100644 index 0000000000..32a4fad559 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_hunting.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_themepark_sm_hunting:journal_entry_title @quest/ground/wod_themepark_sm_hunting:journal_entry_description @quest/ground/wod_themepark_sm_hunting:category 1 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_4 1 item_wod_token_temp 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_kill_clan.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_kill_clan.tab new file mode 100644 index 0000000000..bd5fd90d86 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_kill_clan.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_sm_kill_clan:journal_entry_title @quest/ground/wod_themepark_sm_kill_clan:journal_entry_description @quest/ground/wod_themepark_sm_kill_clan:category 1 @quest/ground/wod_themepark_sm_kill_clan:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 0 1 1 item_wod_token_1 3 item_wod_token_2 3 item_wod_token_3 3 item_wod_token_4 3 item_wod_token_5 3 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_kill_spiderclan.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_kill_spiderclan.tab new file mode 100644 index 0000000000..d7360da0dc --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_kill_spiderclan.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_sm_kill_spiderclan:journal_entry_title @quest/ground/wod_themepark_sm_kill_spiderclan:journal_entry_description @quest/ground/wod_themepark_sm_kill_spiderclan:category 1 @quest/ground/wod_themepark_sm_kill_spiderclan:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 2 1 1 item_wod_token_1 3 item_wod_token_2 3 item_wod_token_3 3 item_wod_token_4 3 item_wod_token_5 3 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_rancor_tamer.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_rancor_tamer.tab new file mode 100644 index 0000000000..ba9940e12b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_rancor_tamer.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +85 -1 solo @quest/ground/wod_themepark_sm_rancor_tamer:journal_entry_title @quest/ground/wod_themepark_sm_rancor_tamer:journal_entry_description @quest/ground/wod_themepark_sm_rancor_tamer:category 1 0 quest_social 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_1 2 item_wod_token_2 2 item_wod_token_temp 2 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_recon.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_recon.tab new file mode 100644 index 0000000000..0afb70c546 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_recon.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_sm_recon:journal_entry_title @quest/ground/wod_themepark_sm_recon:journal_entry_description @quest/ground/wod_themepark_sm_recon:category 1 @quest/ground/wod_themepark_sm_recon:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_whole_truth_01.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_whole_truth_01.tab new file mode 100644 index 0000000000..21eff88d92 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_whole_truth_01.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_sm_whole_truth_01:journal_entry_title @quest/ground/wod_themepark_sm_whole_truth_01:journal_entry_description @quest/ground/wod_themepark_sm_whole_truth_01:category 1 @quest/ground/wod_themepark_sm_whole_truth_01:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_3 4 item_wod_token_temp 4 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_whole_truth_02.tab b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_whole_truth_02.tab new file mode 100644 index 0000000000..993c75904e --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questlist/quest/wod_themepark_sm_whole_truth_02.tab @@ -0,0 +1,3 @@ +LEVEL TIER TYPE JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION CATEGORY VISIBLE JOURNAL_ENTRY_COMPLETION_SUMMARY PREREQUISITE_QUESTS EXCLUSION_QUESTS ALLOW_REPEATS QUEST_REWARD_EXPERIENCE_TYPE QUEST_REWARD_EXPERIENCE_AMOUNT QUEST_REWARD_FACTION_NAME QUEST_REWARD_FACTION_AMOUNT GRANT_GCW QUEST_GCW_REWARD_OVERWRITE_AMOUNT QUEST_GCW_REWARD_OVERWRITE_SF_MODIFIER QUEST_GCW_REBEL_REWARD_LOOT_NAME QUEST_REWARD_REBEL_LOOT_COUNT QUEST_GCW_IMPERIAL_REWARD_LOOT_NAME QUEST_REWARD_IMPERIAL_LOOT_COUNT QUEST_GCW_REWARD_COUNT_SF_MULTIPLIER QUEST_REWARD_BANK_CREDITS QUEST_REWARD_LOOT_NAME QUEST_REWARD_LOOT_COUNT QUEST_REWARD_LOOT_NAME_2 QUEST_REWARD_LOOT_COUNT_2 QUEST_REWARD_LOOT_NAME_3 QUEST_REWARD_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME QUEST_REWARD_EXCLUSIVE_LOOT_COUNT QUEST_REWARD_EXCLUSIVE_LOOT_NAME_2 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_2 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_3 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_3 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_4 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_4 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_5 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_5 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_6 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_6 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_7 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_7 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_8 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_8 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_9 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_9 QUEST_REWARD_EXCLUSIVE_LOOT_NAME_10 QUEST_REWARD_EXCLUSIVE_LOOT_COUNT_10 QUEST_REWARD_ITEM QUEST_REWARD_COUNT QUEST_REWARD_WEAPON QUEST_REWARD_COUNT_WEAPON QUEST_REWARD_SPEED QUEST_REWARD_DAMAGE QUEST_REWARD_EFFICIENCY QUEST_REWARD_ELEMENTAL_VALUE QUEST_REWARD_ARMOR QUEST_REWARD_COUNT_ARMOR QUEST_REWARD_QUALITY REWARD_BADGE QUEST_PENALTY_FACTION_NAME QUEST_PENALTY_FACTION_AMOUNT TARGET PARAMETER COMPLETE_WHEN_TASKS_COMPLETE CONDITIONAL_QUEST_GRANT_QUEST CONDITIONAL_QUEST_GRANT_QUEST_LIST_OF_COMPLETED_QUESTS +i i s s s s b s s s b s i s i b i i s i s i i i s i s i s i s i s i s i s i s i s i s i s i s i s i s i s i S S S S s i i s s i s s b s s +90 -1 solo @quest/ground/wod_themepark_sm_whole_truth_02:journal_entry_title @quest/ground/wod_themepark_sm_whole_truth_02:journal_entry_description @quest/ground/wod_themepark_sm_whole_truth_02:category 1 @quest/ground/wod_themepark_sm_whole_truth_02:journal_entry_completion_summary 0 quest_combat 0 Rebel 0 0 0 0 1 1 0 0 item_wod_token_3 4 item_wod_token_temp 4 1 1 1 1 1 1 1 1 1 1 1 1 1 0.1 0.1 0.1 0.1 1 1 Rebel 0 1 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_kyrisa_boss_fight.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_kyrisa_boss_fight.tab new file mode 100644 index 0000000000..2d5ae04bd9 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_kyrisa_boss_fight.tab @@ -0,0 +1,8 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z SERVER_TEMPLATE RETRIEVE_MENU_TEXT START_MESSAGE PRIMARY_TARGET_WAVE_1 UTTERANCE_WAVE_1 RADIUS_WAVE_1 GUARDS_SPAWNED_WAVE_1 NUM_GUARDS_WAVE_1 DELAY_WAVE_1 PRIMARY_TARGET_WAVE_2 UTTERANCE_WAVE_2 RADIUS_WAVE_2 GUARDS_SPAWNED_WAVE_2 NUM_GUARDS_WAVE_2 DELAY_WAVE_2 PRIMARY_TARGET_WAVE_3 UTTERANCE_WAVE_3 RADIUS_WAVE_3 GUARDS_SPAWNED_WAVE_3 NUM_GUARDS_WAVE_3 DELAY_WAVE_3 PRIMARY_TARGET_WAVE_4 UTTERANCE_WAVE_4 RADIUS_WAVE_4 GUARDS_SPAWNED_WAVE_4 NUM_GUARDS_WAVE_4 DELAY_WAVE_4 PRIMARY_TARGET_WAVE_5 UTTERANCE_WAVE_5 RADIUS_WAVE_5 GUARDS_SPAWNED_WAVE_5 NUM_GUARDS_WAVE_5 DELAY_WAVE_5 PRIMARY_TARGET_WAVE_6 UTTERANCE_WAVE_6 RADIUS_WAVE_6 GUARDS_SPAWNED_WAVE_6 NUM_GUARDS_WAVE_6 DELAY_WAVE_6 +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f s s s s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i +quest.task.ground.go_to_location @quest/ground/wod_kyrisa_boss_fight:task00_journal_entry_title @quest/ground/wod_kyrisa_boss_fight:task00_journal_entry_description 1 0 1 goToTerminal 0 0 none none 1 1 1 dathomir 1823 42 1993 @quest/ground/wod_kyrisa_boss_fight:task00_waypoint_name 0 0.0 0.0 0.0 3 0 +quest.task.ground.wait_for_signal @quest/ground/wod_kyrisa_boss_fight:task01_journal_entry_title @quest/ground/wod_kyrisa_boss_fight:task01_journal_entry_description 1 0 2,4 challengeKyrisa 0 0 none none 1 1 1 dathomir 1726 -36 2141 dathomir r11 @quest/ground/wod_kyrisa_boss_fight:task01_waypoint_name 0 0.0 0.0 0.0 0 challengedKyrisa 1 0 0 0 0 0 +quest.task.ground.wave_event_player @quest/ground/wod_kyrisa_boss_fight:task02_journal_entry_title @quest/ground/wod_kyrisa_boss_fight:task02_journal_entry_description 1 0 3 defeatRancor 0 sound/music_become_jedi.snd 0 none none 1 1 1 dathomir 1731 -36 2145 @quest/ground/wod_kyrisa_boss_fight:task02_waypoint_name 0 0.0 0.0 0.0 0 object/tangible/quest/wod/wod_rancor_cage.iff @quest/ground/wod_kyrisa_boss_fight:task02_start_message wod_mutant_rancor_boss 3 0 3 1.0 0 0 1.0 0 0 1.0 0 0 1.0 0 0 1.0 0 0 +quest.task.ground.complete_quest 0 0 success 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal 0 0 5 failSignal 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 playerFailedBoss 1 0 0 0 0 0 +quest.task.ground.clear_quest 0 0 failed 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_kyrisa_boss_fight_ns.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_kyrisa_boss_fight_ns.tab new file mode 100644 index 0000000000..35bb6f3a3d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_kyrisa_boss_fight_ns.tab @@ -0,0 +1,8 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z SERVER_TEMPLATE RETRIEVE_MENU_TEXT START_MESSAGE PRIMARY_TARGET_WAVE_1 UTTERANCE_WAVE_1 RADIUS_WAVE_1 GUARDS_SPAWNED_WAVE_1 NUM_GUARDS_WAVE_1 DELAY_WAVE_1 PRIMARY_TARGET_WAVE_2 UTTERANCE_WAVE_2 RADIUS_WAVE_2 GUARDS_SPAWNED_WAVE_2 NUM_GUARDS_WAVE_2 DELAY_WAVE_2 PRIMARY_TARGET_WAVE_3 UTTERANCE_WAVE_3 RADIUS_WAVE_3 GUARDS_SPAWNED_WAVE_3 NUM_GUARDS_WAVE_3 DELAY_WAVE_3 PRIMARY_TARGET_WAVE_4 UTTERANCE_WAVE_4 RADIUS_WAVE_4 GUARDS_SPAWNED_WAVE_4 NUM_GUARDS_WAVE_4 DELAY_WAVE_4 PRIMARY_TARGET_WAVE_5 UTTERANCE_WAVE_5 RADIUS_WAVE_5 GUARDS_SPAWNED_WAVE_5 NUM_GUARDS_WAVE_5 DELAY_WAVE_5 PRIMARY_TARGET_WAVE_6 UTTERANCE_WAVE_6 RADIUS_WAVE_6 GUARDS_SPAWNED_WAVE_6 NUM_GUARDS_WAVE_6 DELAY_WAVE_6 +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f s s s s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i +quest.task.ground.go_to_location @quest/ground/wod_kyrisa_boss_fight_ns:task00_journal_entry_title @quest/ground/wod_kyrisa_boss_fight_ns:task00_journal_entry_description 1 0 1 goToTerminal 0 0 none none 1 1 1 dathomir 1823 42 1993 @quest/ground/wod_kyrisa_boss_fight_ns:task00_waypoint_name 0 0.0 0.0 0.0 3 0 +quest.task.ground.wait_for_signal @quest/ground/wod_kyrisa_boss_fight_ns:task01_journal_entry_title @quest/ground/wod_kyrisa_boss_fight_ns:task01_journal_entry_description 1 0 2,4 challengeKyrisa 0 0 none none 1 1 1 dathomir 1726 -36 2141 dathomir r11 @quest/ground/wod_kyrisa_boss_fight_ns:task01_waypoint_name 0 0.0 0.0 0.0 0 challengedKyrisa 1 0 0 0 0 0 +quest.task.ground.wave_event_player @quest/ground/wod_kyrisa_boss_fight_ns:task02_journal_entry_title @quest/ground/wod_kyrisa_boss_fight_ns:task02_journal_entry_description 1 0 3 defeatRancor 0 sound/music_become_jedi.snd 0 none none 1 1 1 dathomir 1731 -36 2145 @quest/ground/wod_kyrisa_boss_fight_ns:task02_waypoint_name 0 0.0 0.0 0.0 0 object/tangible/quest/wod/wod_rancor_cage.iff @quest/ground/wod_kyrisa_boss_fight_ns:task02_start_message wod_mutant_rancor_boss 3 0 3 1.0 0 0 1.0 0 0 1.0 0 0 1.0 0 0 1.0 0 0 +quest.task.ground.complete_quest 0 0 success 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal 0 0 5 failSignal 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 playerFailedBoss 1 0 0 0 0 0 +quest.task.ground.clear_quest 0 0 failed 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_left_behind.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_left_behind.tab new file mode 100644 index 0000000000..4393542515 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_left_behind.tab @@ -0,0 +1,7 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SERVER_TEMPLATE RETRIEVE_MENU_TEXT START_MESSAGE PRIMARY_TARGET_WAVE_1 UTTERANCE_WAVE_1 RADIUS_WAVE_1 GUARDS_SPAWNED_WAVE_1 NUM_GUARDS_WAVE_1 DELAY_WAVE_1 PRIMARY_TARGET_WAVE_2 UTTERANCE_WAVE_2 RADIUS_WAVE_2 GUARDS_SPAWNED_WAVE_2 NUM_GUARDS_WAVE_2 DELAY_WAVE_2 PRIMARY_TARGET_WAVE_3 UTTERANCE_WAVE_3 RADIUS_WAVE_3 GUARDS_SPAWNED_WAVE_3 NUM_GUARDS_WAVE_3 DELAY_WAVE_3 PRIMARY_TARGET_WAVE_4 UTTERANCE_WAVE_4 RADIUS_WAVE_4 GUARDS_SPAWNED_WAVE_4 NUM_GUARDS_WAVE_4 DELAY_WAVE_4 PRIMARY_TARGET_WAVE_5 UTTERANCE_WAVE_5 RADIUS_WAVE_5 GUARDS_SPAWNED_WAVE_5 NUM_GUARDS_WAVE_5 DELAY_WAVE_5 PRIMARY_TARGET_WAVE_6 UTTERANCE_WAVE_6 RADIUS_WAVE_6 GUARDS_SPAWNED_WAVE_6 NUM_GUARDS_WAVE_6 DELAY_WAVE_6 SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_left_behind:task00_journal_entry_title @quest/ground/wod_left_behind:task00_journal_entry_description 1 0 1 findTemple 0 0 none none 1 1 1 dathomir 5269 121 165 @quest/ground/wod_left_behind:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wave_event_player @quest/ground/wod_left_behind:task01_journal_entry_title @quest/ground/wod_left_behind:task01_journal_entry_description 1 0 2 getCache 0 0 none none 1 1 1 dathomir 5227 87 223 dathomir hall1 @quest/ground/wod_left_behind:task01_waypoint_name 0 0.0 0.0 0.0 0 object/tangible/furniture/wod_themepark/data_cache.iff @quest/ground/wod_left_behind:task01_retrieve_menu_text @quest/ground/wod_left_behind:task01_start_message giant_whuffa_worm 5 0 0 1.0 0 0 1.0 0 0 1.0 0 0 1.0 0 0 1.0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_left_behind:task02_journal_entry_title @quest/ground/wod_left_behind:task02_journal_entry_description 1 0 3 returnCache 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_left_behind:task02_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_left_behind:task03_journal_entry_title @quest/ground/wod_left_behind:task03_journal_entry_description 1 0 4 giveCache 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_left_behind:task03_waypoint_name 0 0.0 0.0 0.0 0 gaveCache 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_ghost_reward.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_ghost_reward.tab new file mode 100644 index 0000000000..4e1e8cf645 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_ghost_reward.tab @@ -0,0 +1,4 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_ns_ghost_reward:task00_journal_entry_title @quest/ground/wod_ns_ghost_reward:task00_journal_entry_description 1 0 1 returnFromRecon 0 0 none none 1 1 1 dathomir -4087 137 -135 default r11 @quest/ground/wod_ns_ghost_reward:task00_waypoint_name 0 0 0 0 hasReturnedFromRecon 1 0 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_01.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_01.tab new file mode 100644 index 0000000000..481d9b0607 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_01.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_01:task00_journal_entry_title @quest/ground/wod_ns_repair_alter_01:task00_journal_entry_description 1 0 1 investigateAltar 0 0 none none 1 1 1 dathomir -1150 128 1281 @quest/ground/wod_ns_repair_alter_01:task00_waypoint_name 0 0.0 0.0 0.0 activateAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_01:task01_journal_entry_title @quest/ground/wod_ns_repair_alter_01:task01_journal_entry_description 1 0 2 repairAltar 0 0 none none 1 1 1 dathomir -1150 128 1281 @quest/ground/wod_ns_repair_alter_01:task01_waypoint_name 0 0.0 0.0 0.0 repairedAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_01:task02_journal_entry_title @quest/ground/wod_ns_repair_alter_01:task02_journal_entry_description 1 0 3 returnToSage 0 0 none none 1 1 1 dathomir -4002 0.0 -58 @quest/ground/wod_ns_repair_alter_01:task02_waypoint_name 0 0.0 0.0 0.0 returnToSage 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_ns_repair_alter_01:task03_journal_entry_title @quest/ground/wod_ns_repair_alter_01:task03_journal_entry_description 1 0 altarRepaired 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_02.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_02.tab new file mode 100644 index 0000000000..e1ebb9e23b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_02.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_02:task00_journal_entry_title @quest/ground/wod_ns_repair_alter_02:task00_journal_entry_description 1 0 1 investigateAltar 0 0 none none 1 1 1 dathomir 1455 135 1387 @quest/ground/wod_ns_repair_alter_02:task00_waypoint_name 0 0.0 0.0 0.0 activateAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_02:task01_journal_entry_title @quest/ground/wod_ns_repair_alter_02:task01_journal_entry_description 1 0 2 repairAltar 0 0 none none 1 1 1 dathomir 1455 135 1387 @quest/ground/wod_ns_repair_alter_02:task01_waypoint_name 0 0.0 0.0 0.0 repairedAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_02:task02_journal_entry_title @quest/ground/wod_ns_repair_alter_02:task02_journal_entry_description 1 0 3 returnToSage 0 0 none none 1 1 1 dathomir -4002 0.0 -58 @quest/ground/wod_ns_repair_alter_02:task02_waypoint_name 0 0.0 0.0 0.0 returnToSage 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_ns_repair_alter_02:task03_journal_entry_title @quest/ground/wod_ns_repair_alter_02:task03_journal_entry_description 1 0 altarRepaired 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_03.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_03.tab new file mode 100644 index 0000000000..c4a0f30f4b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_03.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_03:task00_journal_entry_title @quest/ground/wod_ns_repair_alter_03:task00_journal_entry_description 1 0 1 investigateAltar 0 0 none none 1 1 1 dathomir -6703 125 3087 @quest/ground/wod_ns_repair_alter_03:task00_waypoint_name 0 0.0 0.0 0.0 activateAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_03:task01_journal_entry_title @quest/ground/wod_ns_repair_alter_03:task01_journal_entry_description 1 0 2 repairAltar 0 0 none none 1 1 1 dathomir -6703 125 3087 @quest/ground/wod_ns_repair_alter_03:task01_waypoint_name 0 0.0 0.0 0.0 repairedAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_03:task02_journal_entry_title @quest/ground/wod_ns_repair_alter_03:task02_journal_entry_description 1 0 3 returnToSage 0 0 none none 1 1 1 dathomir -4002 0.0 -58 @quest/ground/wod_ns_repair_alter_03:task02_waypoint_name 0 0.0 0.0 0.0 returnToSage 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_ns_repair_alter_03:task03_journal_entry_title @quest/ground/wod_ns_repair_alter_03:task03_journal_entry_description 1 0 altarRepaired 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_04.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_04.tab new file mode 100644 index 0000000000..7ce48346ab --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_ns_repair_alter_04.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_04:task00_journal_entry_title @quest/ground/wod_ns_repair_alter_04:task00_journal_entry_description 1 0 1 investigateAltar 0 0 none none 1 1 1 dathomir 2774 15 6466 @quest/ground/wod_ns_repair_alter_04:task00_waypoint_name 0 0.0 0.0 0.0 activateAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_04:task01_journal_entry_title @quest/ground/wod_ns_repair_alter_04:task01_journal_entry_description 1 0 2 repairAltar 0 0 none none 1 1 1 dathomir 2774 15 6466 @quest/ground/wod_ns_repair_alter_04:task01_waypoint_name 0 0.0 0.0 0.0 repairedAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_ns_repair_alter_04:task02_journal_entry_title @quest/ground/wod_ns_repair_alter_04:task02_journal_entry_description 1 0 3 returnToSage 0 0 none none 1 1 1 dathomir -4002 0.0 -58 @quest/ground/wod_ns_repair_alter_04:task02_waypoint_name 0 0.0 0.0 0.0 returnToSage 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_ns_repair_alter_04:task03_journal_entry_title @quest/ground/wod_ns_repair_alter_04:task03_journal_entry_description 1 0 altarRepaired 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_1.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_1.tab new file mode 100644 index 0000000000..7716bc985e --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_1.tab @@ -0,0 +1,11 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_outcast_1:task00_journal_entry_title @quest/ground/wod_outcast_1:task00_journal_entry_description 1 0 1,5 gotoOutcast 0 0 none none 1 1 1 dathomir 866 132 1095 @quest/ground/wod_outcast_1:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_1:task01_journal_entry_title @quest/ground/wod_outcast_1:task01_journal_entry_description 0 0 2 talkOutcastNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_1:task02_journal_entry_title @quest/ground/wod_outcast_1:task02_journal_entry_description 1 0 3 gotoRubina2 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_1:task02_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_1:task03_journal_entry_title @quest/ground/wod_outcast_1:task03_journal_entry_description 0 0 4 talkRubinaNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_1:task04_journal_entry_title @quest/ground/wod_outcast_1:task04_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_1:task05_journal_entry_title @quest/ground/wod_outcast_1:task05_journal_entry_description 1 0 6 talkOutcastSinging 0 0 none none 1 1 1 dathomir 866 132 1095 @quest/ground/wod_outcast_1:task05_waypoint_name 0 0.0 0.0 0.0 0 wod_outcast_singing_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_1:task06_journal_entry_title @quest/ground/wod_outcast_1:task06_journal_entry_description 1 0 7 gotoRubina1 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_1:task06_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_1:task07_journal_entry_title @quest/ground/wod_outcast_1:task07_journal_entry_description 0 0 8 talkRubinaSinging 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_singing_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_1:task08_journal_entry_title @quest/ground/wod_outcast_1:task08_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_2.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_2.tab new file mode 100644 index 0000000000..9f063eb8d6 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_2.tab @@ -0,0 +1,11 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_outcast_2:task00_journal_entry_title @quest/ground/wod_outcast_2:task00_journal_entry_description 1 0 1,5 gotoOutcast 0 0 none none 1 1 1 dathomir -1000 116 862 @quest/ground/wod_outcast_2:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_2:task01_journal_entry_title @quest/ground/wod_outcast_2:task01_journal_entry_description 0 0 2 talkOutcastNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_2:task02_journal_entry_title @quest/ground/wod_outcast_2:task02_journal_entry_description 1 0 3 gotoRubina2 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_2:task02_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_2:task03_journal_entry_title @quest/ground/wod_outcast_2:task03_journal_entry_description 0 0 4 talkRubinaNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_2:task04_journal_entry_title @quest/ground/wod_outcast_2:task04_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_2:task05_journal_entry_title @quest/ground/wod_outcast_2:task05_journal_entry_description 1 0 6 talkOutcastSinging 0 0 none none 1 1 1 dathomir -1000 116 862 @quest/ground/wod_outcast_2:task05_waypoint_name 0 0.0 0.0 0.0 0 wod_outcast_singing_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_2:task06_journal_entry_title @quest/ground/wod_outcast_2:task06_journal_entry_description 1 0 7 gotoRubina1 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_2:task06_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_2:task07_journal_entry_title @quest/ground/wod_outcast_2:task07_journal_entry_description 0 0 8 talkRubinaSinging 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_singing_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_2:task08_journal_entry_title @quest/ground/wod_outcast_2:task08_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_3.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_3.tab new file mode 100644 index 0000000000..068b4776ff --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_3.tab @@ -0,0 +1,11 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_outcast_3:task00_journal_entry_title @quest/ground/wod_outcast_3:task00_journal_entry_description 1 0 1,5 gotoOutcast 0 0 none none 1 1 1 dathomir -2597 131 4952 @quest/ground/wod_outcast_3:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_3:task01_journal_entry_title @quest/ground/wod_outcast_3:task01_journal_entry_description 0 0 2 talkOutcastNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_3:task02_journal_entry_title @quest/ground/wod_outcast_3:task02_journal_entry_description 1 0 3 gotoRubina2 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_3:task02_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_3:task03_journal_entry_title @quest/ground/wod_outcast_3:task03_journal_entry_description 0 0 4 talkRubinaNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_3:task04_journal_entry_title @quest/ground/wod_outcast_3:task04_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_3:task05_journal_entry_title @quest/ground/wod_outcast_3:task05_journal_entry_description 1 0 6 talkOutcastSinging 0 0 none none 1 1 1 dathomir -2597 131 4952 @quest/ground/wod_outcast_3:task05_waypoint_name 0 0.0 0.0 0.0 0 wod_outcast_singing_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_3:task06_journal_entry_title @quest/ground/wod_outcast_3:task06_journal_entry_description 1 0 7 gotoRubina1 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_3:task06_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_3:task07_journal_entry_title @quest/ground/wod_outcast_3:task07_journal_entry_description 0 0 8 talkRubinaSinging 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_singing_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_3:task08_journal_entry_title @quest/ground/wod_outcast_3:task08_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_4.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_4.tab new file mode 100644 index 0000000000..e1fa50a8bd --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_4.tab @@ -0,0 +1,11 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_outcast_4:task00_journal_entry_title @quest/ground/wod_outcast_4:task00_journal_entry_description 1 0 1,5 gotoOutcast 0 0 none none 1 1 1 dathomir 1482 131 3515 @quest/ground/wod_outcast_4:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_4:task01_journal_entry_title @quest/ground/wod_outcast_4:task01_journal_entry_description 0 0 2 talkOutcastNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_4:task02_journal_entry_title @quest/ground/wod_outcast_4:task02_journal_entry_description 1 0 3 gotoRubina2 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_4:task02_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_4:task03_journal_entry_title @quest/ground/wod_outcast_4:task03_journal_entry_description 0 0 4 talkRubinaNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_4:task04_journal_entry_title @quest/ground/wod_outcast_4:task04_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_4:task05_journal_entry_title @quest/ground/wod_outcast_4:task05_journal_entry_description 1 0 6 talkOutcastSinging 0 0 none none 1 1 1 dathomir 1482 131 3515 @quest/ground/wod_outcast_4:task05_waypoint_name 0 0.0 0.0 0.0 0 wod_outcast_singing_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_4:task06_journal_entry_title @quest/ground/wod_outcast_4:task06_journal_entry_description 1 0 7 gotoRubina1 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_4:task06_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_4:task07_journal_entry_title @quest/ground/wod_outcast_4:task07_journal_entry_description 0 0 8 talkRubinaSinging 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_singing_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_4:task08_journal_entry_title @quest/ground/wod_outcast_4:task08_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_5.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_5.tab new file mode 100644 index 0000000000..025c6df024 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_5.tab @@ -0,0 +1,11 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_outcast_5:task00_journal_entry_title @quest/ground/wod_outcast_5:task00_journal_entry_description 1 0 1,5 gotoOutcast 0 0 none none 1 1 1 dathomir 1125 135 -1022 @quest/ground/wod_outcast_5:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_5:task01_journal_entry_title @quest/ground/wod_outcast_5:task01_journal_entry_description 0 0 2 talkOutcastNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_5:task02_journal_entry_title @quest/ground/wod_outcast_5:task02_journal_entry_description 1 0 3 gotoRubina2 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_5:task02_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_5:task03_journal_entry_title @quest/ground/wod_outcast_5:task03_journal_entry_description 0 0 4 talkRubinaNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_5:task04_journal_entry_title @quest/ground/wod_outcast_5:task04_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_5:task05_journal_entry_title @quest/ground/wod_outcast_5:task05_journal_entry_description 1 0 6 talkOutcastSinging 0 0 none none 1 1 1 dathomir 1125 135 -1022 @quest/ground/wod_outcast_5:task05_waypoint_name 0 0.0 0.0 0.0 0 wod_outcast_singing_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_5:task06_journal_entry_title @quest/ground/wod_outcast_5:task06_journal_entry_description 1 0 7 gotoRubina1 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_5:task06_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_5:task07_journal_entry_title @quest/ground/wod_outcast_5:task07_journal_entry_description 0 0 8 talkRubinaSinging 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_singing_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_5:task08_journal_entry_title @quest/ground/wod_outcast_5:task08_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_6.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_6.tab new file mode 100644 index 0000000000..2764c2ffa2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_6.tab @@ -0,0 +1,11 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_outcast_6:task00_journal_entry_title @quest/ground/wod_outcast_6:task00_journal_entry_description 1 0 1,5 gotoOutcast 0 0 none none 1 1 1 dathomir -856 147 2788 @quest/ground/wod_outcast_6:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_6:task01_journal_entry_title @quest/ground/wod_outcast_6:task01_journal_entry_description 0 0 2 talkOutcastNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_6:task02_journal_entry_title @quest/ground/wod_outcast_6:task02_journal_entry_description 1 0 3 gotoRubina2 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_6:task02_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_6:task03_journal_entry_title @quest/ground/wod_outcast_6:task03_journal_entry_description 0 0 4 talkRubinaNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_6:task04_journal_entry_title @quest/ground/wod_outcast_6:task04_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_6:task05_journal_entry_title @quest/ground/wod_outcast_6:task05_journal_entry_description 1 0 6 talkOutcastSinging 0 0 none none 1 1 1 dathomir -856 147 2788 0 0.0 0.0 0.0 0 wod_outcast_singing_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_6:task06_journal_entry_title @quest/ground/wod_outcast_6:task06_journal_entry_description 1 0 7 gotoRubina1 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_6:task06_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_6:task07_journal_entry_title @quest/ground/wod_outcast_6:task07_journal_entry_description 0 0 8 talkRubinaSinging 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_singing_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_6:task08_journal_entry_title @quest/ground/wod_outcast_6:task08_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_7.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_7.tab new file mode 100644 index 0000000000..56ae1fc6ef --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_outcast_7.tab @@ -0,0 +1,11 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_outcast_7:task00_journal_entry_title @quest/ground/wod_outcast_7:task00_journal_entry_description 1 0 1,5 gotoOutcast 0 0 none none 1 1 1 dathomir -7121 364 2933 @quest/ground/wod_outcast_7:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_7:task01_journal_entry_title @quest/ground/wod_outcast_7:task01_journal_entry_description 0 0 2 talkOutcastNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_7:task02_journal_entry_title @quest/ground/wod_outcast_7:task02_journal_entry_description 1 0 3 gotoRubina2 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_7:task02_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_7:task03_journal_entry_title @quest/ground/wod_outcast_7:task03_journal_entry_description 0 0 4 talkRubinaNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_nightsister_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_7:task04_journal_entry_title @quest/ground/wod_outcast_7:task04_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_7:task05_journal_entry_title @quest/ground/wod_outcast_7:task05_journal_entry_description 1 0 6 talkOutcastSinging 0 0 none none 1 1 1 dathomir -7121 364 2933 @quest/ground/wod_outcast_7:task05_waypoint_name 0 0.0 0.0 0.0 0 wod_outcast_singing_win 1 0 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_outcast_7:task06_journal_entry_title @quest/ground/wod_outcast_7:task06_journal_entry_description 1 0 7 gotoRubina1 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_outcast_7:task06_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_outcast_7:task07_journal_entry_title @quest/ground/wod_outcast_7:task07_journal_entry_description 0 0 8 talkRubinaSinging 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 wod_outcast_singing_win_2 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_outcast_7:task08_journal_entry_title @quest/ground/wod_outcast_7:task08_journal_entry_description 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_herb_gathering.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_herb_gathering.tab new file mode 100644 index 0000000000..a5366de485 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_herb_gathering.tab @@ -0,0 +1,17 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT TASK_QUEST_NAME_1 TASK_TASK_NAME_1 TASK_DISPLAY_STRING_1 TASK_QUEST_NAME_2 TASK_TASK_NAME_2 TASK_DISPLAY_STRING_2 TASK_QUEST_NAME_3 TASK_TASK_NAME_3 TASK_DISPLAY_STRING_3 TASK_QUEST_NAME_4 TASK_TASK_NAME_4 TASK_DISPLAY_STRING_4 TASK_QUEST_NAME_5 TASK_TASK_NAME_5 TASK_DISPLAY_STRING_5 TASK_QUEST_NAME_6 TASK_TASK_NAME_6 TASK_DISPLAY_STRING_6 COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i s s s s s s s s s s s s s s s s s s s s +quest.task.ground.nothing 0 0 1,2,3,4,5,6 nothingTask 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_herb_gathering:task01_journal_entry_title @quest/ground/wod_prologue_herb_gathering:task01_journal_entry_description 1 0 rinorLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 rinorLeavesFound 3 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_herb_gathering:task02_journal_entry_title @quest/ground/wod_prologue_herb_gathering:task02_journal_entry_description 1 0 redWeedLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 redWeedLeavesFound 3 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_herb_gathering:task03_journal_entry_title @quest/ground/wod_prologue_herb_gathering:task03_journal_entry_description 1 0 greyBushLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 greyBushLeavesFound 3 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_herb_gathering:task04_journal_entry_title @quest/ground/wod_prologue_herb_gathering:task04_journal_entry_description 1 0 ongmuelPlantLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 ongmuelPlantLeavesFound 3 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_herb_gathering:task05_journal_entry_title @quest/ground/wod_prologue_herb_gathering:task05_journal_entry_description 1 0 lessetPlantLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 lessetPlantLeavesFound 3 0 0 0 0 0 0 +quest.task.ground.wait_for_tasks @quest/ground/wod_prologue_herb_gathering:task06_journal_entry_title @quest/ground/wod_prologue_herb_gathering:task06_journal_entry_description 1 0 7 14 gatherHerbs 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 quest/wod_prologue_herb_gathering lessetPlantLeaves @quest/ground/wod_prologue_herb_gathering:task06_task_display_string_1 quest/wod_prologue_herb_gathering ongmuelPlantLeaves @quest/ground/wod_prologue_herb_gathering:task06_task_display_string_2 quest/wod_prologue_herb_gathering greyBushLeaves @quest/ground/wod_prologue_herb_gathering:task06_task_display_string_3 quest/wod_prologue_herb_gathering redWeedLeaves @quest/ground/wod_prologue_herb_gathering:task06_task_display_string_4 quest/wod_prologue_herb_gathering rinorLeaves @quest/ground/wod_prologue_herb_gathering:task06_task_display_string_5 +quest.task.ground.comm_player 0 0 8,11 comm 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_prologue_herb_gathering:task07_comm_message_text object/mobile/dressed_gray_witch.iff +quest.task.ground.wait_for_signal 0 0 9 storeHerbsNightsister 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 storeHerbsNightsister 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_herb_gathering:task09_journal_entry_title @quest/ground/wod_prologue_herb_gathering:task09_journal_entry_description 1 0 10 returnForTreatNightsister 0 0 none none 1 1 1 dathomir -3177 21 3183 @quest/ground/wod_prologue_herb_gathering:task09_waypoint_name 0 0.0 0.0 0.0 selectBasketNightsister 1 0 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 finish 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_herb_gathering:task11_journal_entry_title @quest/ground/wod_prologue_herb_gathering:task11_journal_entry_description 1 0 12 storeHerbsSinging 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_prologue_herb_gathering:task11_waypoint_name 0 0.0 0.0 0.0 storeHerbsSinging 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_herb_gathering:task12_journal_entry_title @quest/ground/wod_prologue_herb_gathering:task12_journal_entry_description 1 0 13 returnForTreatSinging 0 0 none none 1 1 1 -3177 21 3183 @quest/ground/wod_prologue_herb_gathering:task12_waypoint_name 0 0.0 0.0 0.0 selectBasketSiging 1 0 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 finish 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.clear_quest 0 0 0 0 none none quest/wod_themepark_herb_gathering_fail 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_kill_rancor.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_kill_rancor.tab new file mode 100644 index 0000000000..703350b31c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_kill_rancor.tab @@ -0,0 +1,10 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION LOOT_ITEM_NAME LOOT_ITEMS_REQUIRED LOOT_DROP_PERCENT GUARANTEED_SUCCESS_MIN GUARANTEED_SUCCESS_MAX REWARD_CREDITS TIMER_AMOUNT RADIUS SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s s i i i i i i s s i b s s s s f f f +quest.task.ground.destroy_multi_and_loot @quest/ground/wod_prologue_kill_rancor:task00_journal_entry_title @quest/ground/wod_prologue_kill_rancor:task00_journal_entry_description 1 0 1 killRancor 0 0 none none 1 1 1 dathomir -5536 0 3968 @quest/ground/wod_prologue_kill_rancor:task00_waypoint_name 0 0.0 0.0 0.0 mutant_rancor Rancor Teeth 5 75 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_prologue_kill_rancor:task01_journal_entry_title @quest/ground/wod_prologue_kill_rancor:task01_journal_entry_description 1 0 2,5 gotoRubina 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_prologue_kill_rancor:task01_waypoint_name 0 0.0 0.0 0.0 0 10.0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_kill_rancor:task02_journal_entry_title @quest/ground/wod_prologue_kill_rancor:task02_journal_entry_description 0 0 3 singingBasketRancor 0 0 none none 1 1 0 dathomir -3177 21 3184 @quest/ground/wod_prologue_kill_rancor:task02_waypoint_name 0 0.0 0.0 0.0 0 useSingingBasketRancor 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_kill_rancor:task03_journal_entry_title @quest/ground/wod_prologue_kill_rancor:task03_journal_entry_description 1 0 4 waitForRubinaSingingRancor 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_prologue_kill_rancor:task03_waypoint_name 0 0.0 0.0 0.0 0 waitForRubinaSingingRancor 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_prologue_kill_rancor:task04_journal_entry_title @quest/ground/wod_prologue_kill_rancor:task04_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_kill_rancor:task05_journal_entry_title @quest/ground/wod_prologue_kill_rancor:task05_journal_entry_description 1 0 6 nightsisterBasketRancor 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_prologue_kill_rancor:task05_waypoint_name 0 0.0 0.0 0.0 0 useNightsisterBasketRancor 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_kill_rancor:task06_journal_entry_title @quest/ground/wod_prologue_kill_rancor:task06_journal_entry_description 1 0 7 waitForRubinaNightsisterRancor 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_prologue_kill_rancor:task06_waypoint_name 0 0.0 0.0 0.0 0 waitForRubinaNightsisterRancor 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_prologue_kill_rancor:task07_journal_entry_title @quest/ground/wod_prologue_kill_rancor:task07_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_kill_spider_clan.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_kill_spider_clan.tab new file mode 100644 index 0000000000..36a03c08b2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_kill_spider_clan.tab @@ -0,0 +1,10 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION LOOT_ITEM_NAME LOOT_ITEMS_REQUIRED LOOT_DROP_PERCENT GUARANTEED_SUCCESS_MIN GUARANTEED_SUCCESS_MAX REWARD_CREDITS TIMER_AMOUNT RADIUS SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s s i i i i i i s s i b s s s s f f f +quest.task.ground.destroy_multi_and_loot @quest/ground/wod_prologue_kill_spider_clan:task00_journal_entry_title @quest/ground/wod_prologue_kill_spider_clan:task00_journal_entry_description 1 0 1 KillSpiderClan 0 0 none none 1 1 1 dathomir -1887 0 5723 @quest/ground/wod_prologue_kill_spider_clan:task00_waypoint_name 0 0.0 0.0 0.0 spider_nightsister Spider Clan Emblem 5 50 0 0 0 0 +quest.task.ground.go_to_location @quest/ground/wod_prologue_kill_spider_clan:task01_journal_entry_title @quest/ground/wod_prologue_kill_spider_clan:task01_journal_entry_description 1 0 2,5 gotoRubina 0 0 none none 1 1 1 dathomir -3177 22 3184 @quest/ground/wod_prologue_kill_spider_clan:task01_waypoint_name 0 0.0 0.0 0.0 0 10.0 +quest.task.ground.wait_for_signal 0 0 3 useNightsisterBasketSpider 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 useNightsisterBasketSpider 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_kill_spider_clan:task03_journal_entry_title @quest/ground/wod_prologue_kill_spider_clan:task03_journal_entry_description 1 0 4 waitForRubinaNightsisterSpider 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_prologue_kill_spider_clan:task03_waypoint_name 0 0.0 0.0 0.0 0 waitForRubinaNightsisterSpider 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_prologue_kill_spider_clan:task04_journal_entry_title @quest/ground/wod_prologue_kill_spider_clan:task04_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_kill_spider_clan:task05_journal_entry_title @quest/ground/wod_prologue_kill_spider_clan:task05_journal_entry_description 1 0 6 useSingingBasketSpider 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_prologue_kill_spider_clan:task05_waypoint_name 0 0.0 0.0 0.0 0 useSingingBasketSpider 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_kill_spider_clan:task06_journal_entry_title @quest/ground/wod_prologue_kill_spider_clan:task06_journal_entry_description 1 0 7 waitForRubinaSingingSpider 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_prologue_kill_spider_clan:task06_waypoint_name 0 0.0 0.0 0.0 0 waitForRubinaSingingSpider 1 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_prologue_kill_spider_clan:task07_journal_entry_title @quest/ground/wod_prologue_kill_spider_clan:task07_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_walkabout_01.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_walkabout_01.tab new file mode 100644 index 0000000000..766d00317f --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_walkabout_01.tab @@ -0,0 +1,13 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z MIN_TIME MAX_TIME +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s i b s s s s f f f i i +quest.task.ground.nothing 0 0 1 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.go_to_location @quest/ground/wod_prologue_walkabout_01:task01_journal_entry_title @quest/ground/wod_prologue_walkabout_01:task01_journal_entry_description 1 0 2 0 0 none none 1 1 1 dathomir 3055 19 1366 @quest/ground/wod_prologue_walkabout_01:task01_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 3,9 repCom1 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_prologue_walkabout_01:task02_comm_message_text object/mobile/dressed_wod_omogg_rep.iff +quest.task.ground.go_to_location @quest/ground/wod_prologue_walkabout_01:task03_journal_entry_title @quest/ground/wod_prologue_walkabout_01:task03_journal_entry_description 1 0 4 0 0 none none 1 1 1 dathomir 4747 115 2399 @quest/ground/wod_prologue_walkabout_01:task03_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 5 comm2 0 sound/pl_force_illusion.snd 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_prologue_walkabout_01:task04_comm_message_text object/mobile/dressed_gray_witch.iff +quest.task.ground.go_to_location @quest/ground/wod_prologue_walkabout_01:task05_journal_entry_title @quest/ground/wod_prologue_walkabout_01:task05_journal_entry_description 1 0 6 0 0 none none 1 1 1 dathomir 5702 122 1937 @quest/ground/wod_prologue_walkabout_01:task05_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 7 comm3 0 sound/pl_force_illusion.snd 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_prologue_walkabout_01:task06_comm_message_text object/mobile/dressed_gray_witch.iff +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_walkabout_01:task07_journal_entry_title @quest/ground/wod_prologue_walkabout_01:task07_journal_entry_description 1 0 8 returnToRep01 0 0 none none 1 1 1 dathomir 552 6 3074 @quest/ground/wod_prologue_walkabout_01:task07_waypoint_name 0 0.0 0.0 0.0 0 returnToRep01 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.timer 0 0 10 waitTen 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 10 10 +quest.task.ground.comm_player 0 0 comm1 0 sound/pl_force_illusion.snd 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_prologue_walkabout_01:task10_comm_message_text object/mobile/dressed_gray_witch.iff diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_walkabout_02.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_walkabout_02.tab new file mode 100644 index 0000000000..53f9cc8955 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_prologue_walkabout_02.tab @@ -0,0 +1,14 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s i b s s s s f f f +quest.task.ground.nothing 0 0 1 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.go_to_location @quest/ground/wod_prologue_walkabout_02:task01_journal_entry_title @quest/ground/wod_prologue_walkabout_02:task01_journal_entry_description 1 0 2 0 0 none none 1 1 1 dathomir -800 124 4123 @quest/ground/wod_prologue_walkabout_02:task01_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 3 comm1 0 sound/pl_force_illusion.snd 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_prologue_walkabout_02:task02_comm_message_text object/mobile/dressed_gray_witch.iff +quest.task.ground.go_to_location @quest/ground/wod_prologue_walkabout_02:task03_journal_entry_title @quest/ground/wod_prologue_walkabout_02:task03_journal_entry_description 1 0 4 0 0 none none 1 1 1 dathomir -1800 36 5104 @quest/ground/wod_prologue_walkabout_02:task03_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 5 comm2 0 sound/pl_force_illusion.snd 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_prologue_walkabout_02:task04_comm_message_text object/mobile/dressed_gray_witch.iff +quest.task.ground.go_to_location @quest/ground/wod_prologue_walkabout_02:task05_journal_entry_title @quest/ground/wod_prologue_walkabout_02:task05_journal_entry_description 1 0 6 0 0 none none 1 1 1 dathomir -4128 149 115 @quest/ground/wod_prologue_walkabout_02:task05_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 7 comm3 0 sound/pl_force_illusion.snd 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_prologue_walkabout_02:task06_comm_message_text object/mobile/dressed_gray_witch.iff +quest.task.ground.go_to_location @quest/ground/wod_prologue_walkabout_02:task07_journal_entry_title @quest/ground/wod_prologue_walkabout_02:task07_journal_entry_description 1 0 8 0 0 none none 1 1 1 dathomir 558 6 3073 @quest/ground/wod_prologue_walkabout_02:task07_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_walkabout_02:task08_journal_entry_title @quest/ground/wod_prologue_walkabout_02:task08_journal_entry_description 1 0 9 returnToRep02 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 returnToRep02 1 0 0 0 0 0 +quest.task.ground.comm_player 0 0 10 comm4 0 sound/pl_force_illusion.snd 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_prologue_walkabout_02:task09_comm_message_text object/mobile/dressed_gray_witch.iff +quest.task.ground.wait_for_signal @quest/ground/wod_prologue_walkabout_02:task10_journal_entry_title @quest/ground/wod_prologue_walkabout_02:task10_journal_entry_description 1 0 11 speakWithRubina 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_prologue_walkabout_02:task10_waypoint_name 0 0 0 0 0 speakWithRubina 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 finish 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_queen_mother_boss_fight.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_queen_mother_boss_fight.tab new file mode 100644 index 0000000000..d941539af9 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_queen_mother_boss_fight.tab @@ -0,0 +1,8 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z SERVER_TEMPLATE RETRIEVE_MENU_TEXT START_MESSAGE PRIMARY_TARGET_WAVE_1 UTTERANCE_WAVE_1 RADIUS_WAVE_1 GUARDS_SPAWNED_WAVE_1 NUM_GUARDS_WAVE_1 DELAY_WAVE_1 PRIMARY_TARGET_WAVE_2 UTTERANCE_WAVE_2 RADIUS_WAVE_2 GUARDS_SPAWNED_WAVE_2 NUM_GUARDS_WAVE_2 DELAY_WAVE_2 PRIMARY_TARGET_WAVE_3 UTTERANCE_WAVE_3 RADIUS_WAVE_3 GUARDS_SPAWNED_WAVE_3 NUM_GUARDS_WAVE_3 DELAY_WAVE_3 PRIMARY_TARGET_WAVE_4 UTTERANCE_WAVE_4 RADIUS_WAVE_4 GUARDS_SPAWNED_WAVE_4 NUM_GUARDS_WAVE_4 DELAY_WAVE_4 PRIMARY_TARGET_WAVE_5 UTTERANCE_WAVE_5 RADIUS_WAVE_5 GUARDS_SPAWNED_WAVE_5 NUM_GUARDS_WAVE_5 DELAY_WAVE_5 PRIMARY_TARGET_WAVE_6 UTTERANCE_WAVE_6 RADIUS_WAVE_6 GUARDS_SPAWNED_WAVE_6 NUM_GUARDS_WAVE_6 DELAY_WAVE_6 +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f s s s s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i +quest.task.ground.go_to_location @quest/ground/wod_queen_mother_boss_fight:task00_journal_entry_title @quest/ground/wod_queen_mother_boss_fight:task00_journal_entry_description 1 0 1 goToTerminal 0 0 none none 1 1 1 dathomir -190 114 308 @quest/ground/wod_queen_mother_boss_fight:task00_waypoint_name 0 0.0 0.0 0.0 3 0 +quest.task.ground.wait_for_signal @quest/ground/wod_queen_mother_boss_fight:task01_journal_entry_title @quest/ground/wod_queen_mother_boss_fight:task01_journal_entry_description 1 0 2,4 challengeMatron 0 0 none none 1 1 1 dathomir -137 55 227 dathomir r27 @quest/ground/wod_queen_mother_boss_fight:task01_waypoint_name 0 0.0 0.0 0.0 0 challengedMatron 1 0 0 0 0 0 +quest.task.ground.wave_event_player @quest/ground/wod_queen_mother_boss_fight:task02_journal_entry_title @quest/ground/wod_queen_mother_boss_fight:task02_journal_entry_description 1 0 3 defeatQueen 0 sound/music_become_jedi.snd 0 none none 1 1 1 dathomir -114 54 209 dathomir r27 @quest/ground/wod_queen_mother_boss_fight:task02_waypoint_name 0 0.0 0.0 0.0 0 object/tangible/quest/wod/wod_spider_eggs.iff @quest/ground/wod_queen_mother_boss_fight:task02_start_message wod_spider_queen_boss @quest/ground/wod_queen_mother_boss_fight:task02_utterance_wave_1 15 wod_spider_queen_guard 3 3 1 0 3 3 3 3 1.0 0 0 1.0 0 0 1.0 0 0 +quest.task.ground.complete_quest 0 0 success 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal 0 0 5 failSignal 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 playerFailedBoss 1 0 0 0 0 0 +quest.task.ground.clear_quest 0 0 failed 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_queen_mother_boss_fight_ns.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_queen_mother_boss_fight_ns.tab new file mode 100644 index 0000000000..f8312761e5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_queen_mother_boss_fight_ns.tab @@ -0,0 +1,8 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z SERVER_TEMPLATE RETRIEVE_MENU_TEXT START_MESSAGE PRIMARY_TARGET_WAVE_1 UTTERANCE_WAVE_1 RADIUS_WAVE_1 GUARDS_SPAWNED_WAVE_1 NUM_GUARDS_WAVE_1 DELAY_WAVE_1 PRIMARY_TARGET_WAVE_2 UTTERANCE_WAVE_2 RADIUS_WAVE_2 GUARDS_SPAWNED_WAVE_2 NUM_GUARDS_WAVE_2 DELAY_WAVE_2 PRIMARY_TARGET_WAVE_3 UTTERANCE_WAVE_3 RADIUS_WAVE_3 GUARDS_SPAWNED_WAVE_3 NUM_GUARDS_WAVE_3 DELAY_WAVE_3 PRIMARY_TARGET_WAVE_4 UTTERANCE_WAVE_4 RADIUS_WAVE_4 GUARDS_SPAWNED_WAVE_4 NUM_GUARDS_WAVE_4 DELAY_WAVE_4 PRIMARY_TARGET_WAVE_5 UTTERANCE_WAVE_5 RADIUS_WAVE_5 GUARDS_SPAWNED_WAVE_5 NUM_GUARDS_WAVE_5 DELAY_WAVE_5 PRIMARY_TARGET_WAVE_6 UTTERANCE_WAVE_6 RADIUS_WAVE_6 GUARDS_SPAWNED_WAVE_6 NUM_GUARDS_WAVE_6 DELAY_WAVE_6 +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f s s s s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i +quest.task.ground.go_to_location @quest/ground/wod_queen_mother_boss_fight_ns:task00_journal_entry_title @quest/ground/wod_queen_mother_boss_fight_ns:task00_journal_entry_description 1 0 1 goToTerminal 0 0 none none 1 1 1 dathomir -190 114 308 @quest/ground/wod_queen_mother_boss_fight_ns:task00_waypoint_name 0 0.0 0.0 0.0 3 0 +quest.task.ground.wait_for_signal @quest/ground/wod_queen_mother_boss_fight_ns:task01_journal_entry_title @quest/ground/wod_queen_mother_boss_fight_ns:task01_journal_entry_description 1 0 2,4 challengeMatron 0 0 none none 1 1 1 dathomir -137 55 227 dathomir r27 @quest/ground/wod_queen_mother_boss_fight_ns:task01_waypoint_name 0 0.0 0.0 0.0 0 challengedMatron 1 0 0 0 0 0 +quest.task.ground.wave_event_player @quest/ground/wod_queen_mother_boss_fight_ns:task02_journal_entry_title @quest/ground/wod_queen_mother_boss_fight_ns:task02_journal_entry_description 1 0 3 defeatQueen 0 sound/music_become_jedi.snd 0 none none 1 1 1 dathomir -114 54 209 dathomir r27 @quest/ground/wod_queen_mother_boss_fight_ns:task02_waypoint_name 0 0.0 0.0 0.0 0 object/tangible/quest/wod/wod_spider_eggs.iff @quest/ground/wod_queen_mother_boss_fight_ns:task02_start_message wod_spider_queen_boss @quest/ground/wod_queen_mother_boss_fight_ns:task02_utterance_wave_1 15 wod_spider_queen_guard 3 3 0 0 3 0 3 3 1.0 0 0 1.0 0 0 1.0 0 0 +quest.task.ground.complete_quest 0 0 success 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal 0 0 5 failSignal 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 playerFailedBoss 1 0 0 0 0 0 +quest.task.ground.clear_quest 0 0 failed 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_chest.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_chest.tab new file mode 100644 index 0000000000..87e28555e7 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_chest.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s i s i b s s s s f f f +quest.task.ground.comm_player 0 0 1 comm1 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_rubina_chest:task00_comm_message_text object/mobile/dressed_gray_witch.iff +quest.task.ground.go_to_location @quest/ground/wod_rubina_chest:task01_journal_entry_title @quest/ground/wod_rubina_chest:task01_journal_entry_description 1 0 2 deliverRubina 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_rubina_chest:task01_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_rubina_chest:task02_journal_entry_title @quest/ground/wod_rubina_chest:task02_journal_entry_description 1 0 3 giveCylinder 0 0 none none 1 1 1 dathomir -3177 21 3184 @quest/ground/wod_rubina_chest:task02_waypoint_name 0 0.0 0.0 0.0 0 hasGivenCylinder 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_goto_ns.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_goto_ns.tab new file mode 100644 index 0000000000..ba2a211c13 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_goto_ns.tab @@ -0,0 +1,4 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_rubina_goto_ns:task00_journal_entry_title @quest/ground/wod_rubina_goto_ns:task00_journal_entry_description 1 0 1 arrived 0 0 none none 1 1 1 dathomir -4067 123 -113 default r3 @quest/ground/wod_rubina_goto_ns:task00_waypoint_name 0 -4067 123 -113 @quest/ground/wod_rubina_goto_ns:task00_entrance_waypoint_name arrivedNs 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_rubina_goto_ns:task01_journal_entry_title @quest/ground/wod_rubina_goto_ns:task01_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_goto_sm.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_goto_sm.tab new file mode 100644 index 0000000000..618353d7b8 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_rubina_goto_sm.tab @@ -0,0 +1,4 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_rubina_goto_sm:task00_journal_entry_title @quest/ground/wod_rubina_goto_sm:task00_journal_entry_description 1 0 1 arrived 0 0 none none 1 1 1 dathomir 158 432 4518 dathomir guard @quest/ground/wod_rubina_goto_sm:task00_waypoint_name 0 158 432 4518 @quest/ground/wod_rubina_goto_sm:task00_entrance_waypoint_name arrivedSm 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_rubina_goto_sm:task01_journal_entry_title @quest/ground/wod_rubina_goto_sm:task01_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister1.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister1.tab new file mode 100644 index 0000000000..2781de0a3c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister1.tab @@ -0,0 +1,9 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION LOOT_ITEM_NAME LOOT_ITEMS_REQUIRED LOOT_DROP_PERCENT GUARANTEED_SUCCESS_MIN GUARANTEED_SUCCESS_MAX REWARD_CREDITS SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z COUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s s i i i i i s i b s s s s f f f i s s +quest.task.ground.go_to_location @quest/ground/wod_sister1:task00_journal_entry_title @quest/ground/wod_sister1:task00_journal_entry_description 1 0 1 findHut 0 0 none none 1 1 1 dathomir -5039 8 -2768 @quest/ground/wod_sister1:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.destroy_multi_and_loot @quest/ground/wod_sister1:task01_journal_entry_title @quest/ground/wod_sister1:task01_journal_entry_description 1 0 2 huntMalkloc 0 0 none none 1 1 1 dathomir -5039 8 -2768 @quest/ground/wod_sister1:task01_waypoint_name 0 0.0 0.0 0.0 0 malkloc Fresh Meat 5 75 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sister1:task02_journal_entry_title @quest/ground/wod_sister1:task02_journal_entry_description 1 0 3 useAltar 0 0 none none 1 1 1 dathomir -4841 135 -2938 @quest/ground/wod_sister1:task02_waypoint_name 0 0.0 0.0 0.0 0 usedAltar 1 0 0 0 0 0 +quest.task.ground.destroy_multi @quest/ground/wod_sister1:task03_journal_entry_title @quest/ground/wod_sister1:task03_journal_entry_description 1 0 4 killSister1 0 0 none none 1 1 1 dathomir -4782 128 -2951 @quest/ground/wod_sister1:task03_waypoint_name 0 0.0 0.0 0.0 0 wod_first_sister_aggro 0 1 +quest.task.ground.comm_player 0 0 5 ghostComm 0 0 none none 1 1 0 dathomir -6895.10009765625 461.869995117188 -4853.72998046875 @quest/ground/wod_sister1:task04_waypoint_name 0 0.0 0.0 0.0 @quest/ground/wod_sister1:task04_comm_message_text object/mobile/dressed_wod_ghost_guide_comm.iff +quest.task.ground.wait_for_signal @quest/ground/wod_sister1:task05_journal_entry_title @quest/ground/wod_sister1:task05_journal_entry_description 1 0 6 returnGhost 0 0 none none 1 1 1 dathomir -6895.10009765625 461.869995117188 -4853.72998046875 @quest/ground/wod_sister1:task05_waypoint_name 0 0.0 0.0 0.0 0 hasReturned 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister2.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister2.tab new file mode 100644 index 0000000000..bad76ae9e8 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister2.tab @@ -0,0 +1,12 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TASK_QUEST_NAME_1 TASK_TASK_NAME_1 TASK_DISPLAY_STRING_1 TASK_QUEST_NAME_2 TASK_TASK_NAME_2 TASK_DISPLAY_STRING_2 TASK_QUEST_NAME_3 TASK_TASK_NAME_3 TASK_DISPLAY_STRING_3 TASK_QUEST_NAME_4 TASK_TASK_NAME_4 TASK_DISPLAY_STRING_4 TASK_QUEST_NAME_5 TASK_TASK_NAME_5 TASK_DISPLAY_STRING_5 TASK_QUEST_NAME_6 TASK_TASK_NAME_6 TASK_DISPLAY_STRING_6 TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f s s s s s s s s s s s s s s s s s s s s s i i s s +quest.task.ground.go_to_location @quest/ground/wod_sister2:task00_journal_entry_title @quest/ground/wod_sister2:task00_journal_entry_description 1 0 1,2,3,4,5 findVillage 0 0 none none 1 1 1 dathomir -3572 88 -6017 @quest/ground/wod_sister2:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sister2:task01_journal_entry_title @quest/ground/wod_sister2:task01_journal_entry_description 1 0 fire4 0 0 none none 1 1 0 dathomir 0.0 0.0 0.0 0 0.0 0.0 0.0 0 setFire4 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sister2:task02_journal_entry_title @quest/ground/wod_sister2:task02_journal_entry_description 1 0 fire3 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 setFire3 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sister2:task03_journal_entry_title @quest/ground/wod_sister2:task03_journal_entry_description 1 0 fire2 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 setFire2 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sister2:task04_journal_entry_title @quest/ground/wod_sister2:task04_journal_entry_description 1 0 fire1 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 setFire1 1 0 0 0 0 0 +quest.task.ground.wait_for_tasks @quest/ground/wod_sister2:task05_journal_entry_title @quest/ground/wod_sister2:task05_journal_entry_description 1 0 6 fireFire 0 0 none none 1 1 1 dathomir -3572 88 -6017 @quest/ground/wod_sister2:task05_waypoint_name 0 0.0 0.0 0.0 0 quest/wod_sister2 fire1 @quest/ground/wod_sister2:task05_task_display_string_1 quest/wod_sister2 fire2 @quest/ground/wod_sister2:task05_task_display_string_2 quest/wod_sister2 fire3 @quest/ground/wod_sister2:task05_task_display_string_3 quest/wod_sister2 fire4 @quest/ground/wod_sister2:task05_task_display_string_4 +quest.task.ground.destroy_multi @quest/ground/wod_sister2:task06_journal_entry_title @quest/ground/wod_sister2:task06_journal_entry_description 1 0 7 killSister2 0 0 none none 1 1 1 dathomir -3517 92 -6050 @quest/ground/wod_sister2:task06_waypoint_name 0 0.0 0.0 0.0 0 wod_second_sister_aggro 1 0 +quest.task.ground.comm_player 0 0 8 ghostComm 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_sister2:task07_comm_message_text object/mobile/dressed_wod_ghost_guide_comm.iff +quest.task.ground.wait_for_signal @quest/ground/wod_sister2:task08_journal_entry_title @quest/ground/wod_sister2:task08_journal_entry_description 1 0 9 returnGhost 0 0 none none 1 1 1 dathomir -6895.10009765625 461.869995117188 -4853.72998046875 @quest/ground/wod_sister2:task08_waypoint_name 0 0.0 0.0 0.0 0 hasReturned 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister3.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister3.tab new file mode 100644 index 0000000000..2663db978c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sister3.tab @@ -0,0 +1,8 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z CREATURE_TYPE COUNT MIN_DISTANCE MAX_DISTANCE RELATIVE_OFFSET_X RELATIVE_OFFSET_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s i i s s s i b s s s s f f f s i i i s s +quest.task.ground.go_to_location @quest/ground/wod_sister3:task00_journal_entry_title @quest/ground/wod_sister3:task00_journal_entry_description 1 0 1,2 findSister3 0 0 none none 1 1 1 dathomir -3255 30 -3703 @quest/ground/wod_sister3:task00_waypoint_name 0 0 0 0 10 0 +quest.task.ground.encounter @quest/ground/event_cantina_bossk_1:task02_journal_entry_title @quest/ground/event_cantina_bossk_1:task02_journal_entry_description 0 0 valarianAmbush 0 0 none none 1 1 0 tatooine 0 0 0 0 0 0 0 wod_third_sister_aggro 1 5 5 0 0 +quest.task.ground.destroy_multi @quest/ground/wod_sister3:task01_journal_entry_title @quest/ground/wod_sister3:task01_journal_entry_description 1 0 3 killSister3 0 0 none none 1 1 1 dathomir -3227 29 -3707 @quest/ground/wod_sister3:task01_waypoint_name 0 0 0 0 0 wod_third_sister_aggro 1 0 +quest.task.ground.comm_player 0 0 4 ghostComm 0 0 none none 1 1 0 tatooine 0 0 0 0 0 0 0 @quest/ground/wod_sister3:task02_comm_message_text object/mobile/dressed_wod_ghost_guide_comm.iff +quest.task.ground.wait_for_signal @quest/ground/wod_sister3:task03_journal_entry_title @quest/ground/wod_sister3:task03_journal_entry_description 1 0 5 returnGhost 0 0 none none 1 1 1 dathomir -6895.100098 461.8699951 -4853.72998 @quest/ground/wod_sister3:task03_waypoint_name 0 0 0 0 0 hasReturned 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0 0 0 0 0 0 0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_ghost_reward.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_ghost_reward.tab new file mode 100644 index 0000000000..e80ca573d6 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_ghost_reward.tab @@ -0,0 +1,4 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_sm_ghost_reward:task00_journal_entry_title @quest/ground/wod_sm_ghost_reward:task00_journal_entry_description 1 0 1 returnFromRecon 0 0 none none 1 1 1 dathomir 167 433 4484 dathomir throne @quest/ground/wod_sm_ghost_reward:task00_waypoint_name 0 0 0 0 hasReturnedFromRecon 1 0 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_01.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_01.tab new file mode 100644 index 0000000000..20d922d813 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_01.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_01:task00_journal_entry_title @quest/ground/wod_sm_repair_alter_01:task00_journal_entry_description 1 0 1 investigateAltar 0 0 none none 1 1 1 dathomir -1150 128 1281 @quest/ground/wod_sm_repair_alter_01:task00_waypoint_name 0 0.0 0.0 0.0 activateAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_01:task01_journal_entry_title @quest/ground/wod_sm_repair_alter_01:task01_journal_entry_description 1 0 2 repairAltar 0 0 none none 1 1 1 dathomir -1150 128 1281 @quest/ground/wod_sm_repair_alter_01:task01_waypoint_name 0 0.0 0.0 0.0 repairedAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_01:task02_journal_entry_title @quest/ground/wod_sm_repair_alter_01:task02_journal_entry_description 1 0 3 returnToSage 0 0 none none 1 1 1 dathomir 156 430 4527 @quest/ground/wod_sm_repair_alter_01:task02_waypoint_name 0 0.0 0.0 0.0 returnToSage 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_sm_repair_alter_01:task03_journal_entry_title @quest/ground/wod_sm_repair_alter_01:task03_journal_entry_description 1 0 altarRepaired 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_02.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_02.tab new file mode 100644 index 0000000000..3741b58546 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_02.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_02:task00_journal_entry_title @quest/ground/wod_sm_repair_alter_02:task00_journal_entry_description 1 0 1 investigateAltar 0 0 none none 1 1 1 dathomir 1455 135 1387 @quest/ground/wod_sm_repair_alter_02:task00_waypoint_name 0 0.0 0.0 0.0 activateAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_02:task01_journal_entry_title @quest/ground/wod_sm_repair_alter_02:task01_journal_entry_description 1 0 2 repairAltar 0 0 none none 1 1 1 dathomir 1455 135 1387 @quest/ground/wod_sm_repair_alter_02:task01_waypoint_name 0 0.0 0.0 0.0 repairedAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_02:task02_journal_entry_title @quest/ground/wod_sm_repair_alter_02:task02_journal_entry_description 1 0 3 returnToSage 0 0 none none 1 1 1 dathomir 156 430 4527 @quest/ground/wod_sm_repair_alter_02:task02_waypoint_name 0 0.0 0.0 0.0 returnToSage 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_sm_repair_alter_02:task03_journal_entry_title @quest/ground/wod_sm_repair_alter_02:task03_journal_entry_description 1 0 altarRepaired 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_03.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_03.tab new file mode 100644 index 0000000000..1f11d5e960 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_03.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_03:task00_journal_entry_title @quest/ground/wod_sm_repair_alter_03:task00_journal_entry_description 1 0 1 investigateAltar 0 0 none none 1 1 1 dathomir -6703 125 3087 @quest/ground/wod_sm_repair_alter_03:task00_waypoint_name 0 0.0 0.0 0.0 activateAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_03:task01_journal_entry_title @quest/ground/wod_sm_repair_alter_03:task01_journal_entry_description 1 0 2 repairAltar 0 0 none none 1 1 1 dathomir -6703 125 3087 @quest/ground/wod_sm_repair_alter_03:task01_waypoint_name 0 0.0 0.0 0.0 repairedAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_03:task02_journal_entry_title @quest/ground/wod_sm_repair_alter_03:task02_journal_entry_description 1 0 3 returnToSage 0 0 none none 1 1 1 dathomir 156 430 4527 @quest/ground/wod_sm_repair_alter_03:task02_waypoint_name 0 0.0 0.0 0.0 returnToSage 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_sm_repair_alter_03:task03_journal_entry_title @quest/ground/wod_sm_repair_alter_03:task03_journal_entry_description 1 0 altarRepaired 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_04.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_04.tab new file mode 100644 index 0000000000..f5d9e03977 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_sm_repair_alter_04.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_04:task00_journal_entry_title @quest/ground/wod_sm_repair_alter_04:task00_journal_entry_description 1 0 1 investigateAltar 0 0 none none 1 1 1 dathomir 2774 15 6466 @quest/ground/wod_sm_repair_alter_04:task00_waypoint_name 0 0.0 0.0 0.0 activateAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_04:task01_journal_entry_title @quest/ground/wod_sm_repair_alter_04:task01_journal_entry_description 1 0 2 repairAltar 0 0 none none 1 1 1 dathomir 2774 15 6466 @quest/ground/wod_sm_repair_alter_04:task01_waypoint_name 0 0.0 0.0 0.0 repairedAltar 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_sm_repair_alter_04:task02_journal_entry_title @quest/ground/wod_sm_repair_alter_04:task02_journal_entry_description 1 0 3 returnToSage 0 0 none none 1 1 1 dathomir 156 430 4527 @quest/ground/wod_sm_repair_alter_04:task02_waypoint_name 0 0 0 0 returnToSage 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_sm_repair_alter_04:task03_journal_entry_title @quest/ground/wod_sm_repair_alter_04:task03_journal_entry_description 1 0 altarRepaired 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ehs_1.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ehs_1.tab new file mode 100644 index 0000000000..417f57e68e --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ehs_1.tab @@ -0,0 +1,9 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s s s i i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_ehs_1:task00_journal_entry_title @quest/ground/wod_themepark_ehs_1:task00_journal_entry_description 1 0 1 findCave 0 0 none none 1 1 1 dathomir -190 114 308 @quest/ground/wod_themepark_ehs_1:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 2 comAzz1 0 0 none none 1 1 0 dathomir -190 114 308 @quest/ground/wod_themepark_ehs_1:task01_waypoint_name 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ehs_1:task01_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_azzenaj.iff +quest.task.ground.destroy_multi @quest/ground/wod_themepark_ehs_1:task02_journal_entry_title @quest/ground/wod_themepark_ehs_1:task02_journal_entry_description 1 0 3 killObfuscatrix 0 0 none none 1 1 1 dathomir -190 114 308 @quest/ground/wod_themepark_ehs_1:task02_waypoint_name 0 0.0 0.0 0.0 0 spider_nightsister_obfuscatrix 6 0 +quest.task.ground.comm_player 0 0 4 commAzz2 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ehs_1:task03_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_azzenaj.iff +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ehs_1:task04_journal_entry_title @quest/ground/wod_themepark_ehs_1:task04_journal_entry_description 1 0 5 findSecret 0 0 none none 1 1 1 dathomir -190 114 308 @quest/ground/wod_themepark_ehs_1:task04_waypoint_name 0 0.0 0.0 0.0 0 foundSecret 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ehs_1:task05_journal_entry_title @quest/ground/wod_themepark_ehs_1:task05_journal_entry_description 1 0 6 goBackAzz 0 0 none none 1 1 1 dathomir 149 432 4501.5 dathomir guard @quest/ground/wod_themepark_ehs_1:task05_waypoint_name 0 0.0 0.0 0.0 0 hasComeBack 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_first_sister_boss_fight.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_first_sister_boss_fight.tab new file mode 100644 index 0000000000..a72fe49763 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_first_sister_boss_fight.tab @@ -0,0 +1,7 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SERVER_TEMPLATE RETRIEVE_MENU_TEXT START_MESSAGE PRIMARY_TARGET_WAVE_1 UTTERANCE_WAVE_1 RADIUS_WAVE_1 GUARDS_SPAWNED_WAVE_1 NUM_GUARDS_WAVE_1 DELAY_WAVE_1 PRIMARY_TARGET_WAVE_2 UTTERANCE_WAVE_2 RADIUS_WAVE_2 GUARDS_SPAWNED_WAVE_2 NUM_GUARDS_WAVE_2 DELAY_WAVE_2 PRIMARY_TARGET_WAVE_3 UTTERANCE_WAVE_3 RADIUS_WAVE_3 GUARDS_SPAWNED_WAVE_3 NUM_GUARDS_WAVE_3 DELAY_WAVE_3 PRIMARY_TARGET_WAVE_4 UTTERANCE_WAVE_4 RADIUS_WAVE_4 GUARDS_SPAWNED_WAVE_4 NUM_GUARDS_WAVE_4 DELAY_WAVE_4 PRIMARY_TARGET_WAVE_5 UTTERANCE_WAVE_5 RADIUS_WAVE_5 GUARDS_SPAWNED_WAVE_5 NUM_GUARDS_WAVE_5 DELAY_WAVE_5 PRIMARY_TARGET_WAVE_6 UTTERANCE_WAVE_6 RADIUS_WAVE_6 GUARDS_SPAWNED_WAVE_6 NUM_GUARDS_WAVE_6 DELAY_WAVE_6 SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i s s f s i i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_first_sister_boss_fight:task00_journal_entry_title @quest/ground/wod_themepark_first_sister_boss_fight:task00_journal_entry_description 1 0 1,3 goToTerminal 0 0 none none 1 1 1 dathomir 0 0 0 @quest/ground/wod_themepark_first_sister_boss_fight:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.wave_event_player @quest/ground/wod_themepark_first_sister_boss_fight:task01_journal_entry_title @quest/ground/wod_themepark_first_sister_boss_fight:task01_journal_entry_description 1 0 2 defeatFirstSister 0 sound/music_become_jedi.snd 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 object/mobile/dressed_gray_witch.iff @quest/ground/wod_themepark_first_sister_boss_fight:task01_start_message wod_first_sister 3 0 3 1.0 0 0 1.0 0 0 1.0 0 0 1.0 0 0 1.0 0 0 +quest.task.ground.complete_quest 0 0 success 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal 0 0 4 failSignal 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 playerFailedBoss 1 0 0 0 0 0 +quest.task.ground.clear_quest 0 0 failed 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_herb_gathering.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_herb_gathering.tab new file mode 100644 index 0000000000..ec0f85731a --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_herb_gathering.tab @@ -0,0 +1,14 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT TASK_QUEST_NAME_1 TASK_TASK_NAME_1 TASK_DISPLAY_STRING_1 TASK_QUEST_NAME_2 TASK_TASK_NAME_2 TASK_DISPLAY_STRING_2 TASK_QUEST_NAME_3 TASK_TASK_NAME_3 TASK_DISPLAY_STRING_3 TASK_QUEST_NAME_4 TASK_TASK_NAME_4 TASK_DISPLAY_STRING_4 TASK_QUEST_NAME_5 TASK_TASK_NAME_5 TASK_DISPLAY_STRING_5 TASK_QUEST_NAME_6 TASK_TASK_NAME_6 TASK_DISPLAY_STRING_6 COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i s s s s s s s s s s s s s s s s s s s s +quest.task.ground.nothing 0 0 1,2,3,4,5,6 nothingTask 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_herb_gathering:task01_journal_entry_title @quest/ground/wod_themepark_herb_gathering:task01_journal_entry_description 1 0 rinorLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 rinorLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_herb_gathering:task02_journal_entry_title @quest/ground/wod_themepark_herb_gathering:task02_journal_entry_description 1 0 redWeedLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 redWeedLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_herb_gathering:task03_journal_entry_title @quest/ground/wod_themepark_herb_gathering:task03_journal_entry_description 1 0 greyBushLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 greyBushLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_herb_gathering:task04_journal_entry_title @quest/ground/wod_themepark_herb_gathering:task04_journal_entry_description 1 0 ongmuelPlantLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 ongmuelPlantLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_herb_gathering:task05_journal_entry_title @quest/ground/wod_themepark_herb_gathering:task05_journal_entry_description 1 0 lessetPlantLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 lessetPlantLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_tasks @quest/ground/wod_themepark_herb_gathering:task06_journal_entry_title @quest/ground/wod_themepark_herb_gathering:task06_journal_entry_description 1 0 7 11 gatherHerbs 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 quest/wod_themepark_herb_gathering lessetPlantLeaves @quest/ground/wod_themepark_herb_gathering:task06_task_display_string_1 quest/wod_themepark_herb_gathering ongmuelPlantLeaves @quest/ground/wod_themepark_herb_gathering:task06_task_display_string_2 quest/wod_themepark_herb_gathering greyBushLeaves @quest/ground/wod_themepark_herb_gathering:task06_task_display_string_3 quest/wod_themepark_herb_gathering redWeedLeaves @quest/ground/wod_themepark_herb_gathering:task06_task_display_string_4 quest/wod_themepark_herb_gathering rinorLeaves @quest/ground/wod_themepark_herb_gathering:task06_task_display_string_5 +quest.task.ground.comm_player 0 0 8 comm 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_themepark_herb_gathering:task07_comm_message_text object/mobile/dressed_dathomir_sing_mt_clan_herbalist.iff +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_herb_gathering:task08_journal_entry_title @quest/ground/wod_themepark_herb_gathering:task08_journal_entry_description 1 0 9 storeHerbs 0 0 none none 1 1 1 dathomir 135 432 4479 dathomir healing @quest/ground/wod_themepark_herb_gathering:task08_waypoint_name 0 0.0 0.0 0.0 hasStoredHerbs 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_herb_gathering:task09_journal_entry_title @quest/ground/wod_themepark_herb_gathering:task09_journal_entry_description 1 0 10 returnForTreat 0 0 none none 1 1 1 dathomir 139 432 4476 dathomir healing @quest/ground/wod_themepark_herb_gathering:task09_waypoint_name 0 0.0 0.0 0.0 hasBeenGivenTreat 1 0 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 finish 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.clear_quest 0 0 0 0 none none quest/wod_themepark_herb_gathering_fail 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_herb_gathering_fail.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_herb_gathering_fail.tab new file mode 100644 index 0000000000..99d1086f16 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_herb_gathering_fail.tab @@ -0,0 +1,4 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_herb_gathering_fail:task00_journal_entry_title @quest/ground/wod_themepark_herb_gathering_fail:task00_journal_entry_description 1 0 1 failedHerbGathering 0 0 none none 1 1 1 dathomir 464 23 4966 @quest/ground/wod_themepark_herb_gathering_fail:task00_waypoint_name 0 0.0 0.0 0.0 hasFailedHerbGathering 2 0 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_lost_e01.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_lost_e01.tab new file mode 100644 index 0000000000..8cdf31836a --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_lost_e01.tab @@ -0,0 +1,10 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE SERVER_TEMPLATE NUM_REQUIRED ITEM_NAME DROP_PERCENT GUARANTEED_SUCCESS_MIN GUARANTEED_SUCCESS_MAX COUNTDOWN_TIMER RETRIEVE_MENU_TEXT SIGNAL_NAME WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s i s i i i i s s b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_lost_e01:task00_journal_entry_title @quest/ground/wod_themepark_lost_e01:task00_journal_entry_description 1 0 1 findScene 0 0 none none 1 1 1 dathomir -1408 8 5638 @quest/ground/wod_themepark_lost_e01:task00_waypoint_name 0 0.0 0.0 0.0 30 0 +quest.task.ground.comm_player 0 0 2 comAzz1 0 0 none none 1 1 0 dathomir -1408 8 5638 @quest/ground/wod_themepark_lost_e01:task01_waypoint_name 0 0.0 0.0 0.0 @quest/ground/wod_themepark_lost_e01:task01_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_azzenaj.iff +quest.task.ground.go_to_location @quest/ground/wod_themepark_lost_e01:task02_journal_entry_title @quest/ground/wod_themepark_lost_e01:task02_journal_entry_description 1 0 3 findClue 0 0 none none 1 1 1 dathomir -1316 17 6163 @quest/ground/wod_themepark_lost_e01:task02_waypoint_name 0 0.0 0.0 0.0 5 0 +quest.task.ground.retrieve_item @quest/ground/wod_themepark_lost_e01:task03_journal_entry_title @quest/ground/wod_themepark_lost_e01:task03_journal_entry_description 1 0 4 studyScene 0 0 none none 1 1 1 dathomir -1316 17 6163 @quest/ground/wod_themepark_lost_e01:task03_waypoint_name 0 0.0 0.0 0.0 0 object/tangible/furniture/wod_themepark/wod_trampled_plant.iff 1 @quest/ground/wod_themepark_lost_e01:task03_item_name 100 0 0 5 @quest/ground/wod_themepark_lost_e01:task03_retrieve_menu_text +quest.task.ground.comm_player 0 0 5 comAzz2 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_themepark_lost_e01:task04_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_azzenaj.iff +quest.task.ground.go_to_location @quest/ground/wod_themepark_lost_e01:task05_journal_entry_title @quest/ground/wod_themepark_lost_e01:task05_journal_entry_description 1 0 6 findCave 0 0 none none 1 1 1 dathomir -1217 120 6261 @quest/ground/wod_themepark_lost_e01:task05_waypoint_name 0 0.0 0.0 0.0 3 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_lost_e01:task06_journal_entry_title @quest/ground/wod_themepark_lost_e01:task06_journal_entry_description 1 0 7 returnAzz 0 0 none none 1 1 1 dathomir 149 432 4501.5 dathomir guard @quest/ground/wod_themepark_lost_e01:task06_waypoint_name 0 0.0 0.0 0.0 0 1 hasReturnedAzz 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 completeQuest 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_lost_e02.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_lost_e02.tab new file mode 100644 index 0000000000..3e6c93dec5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_lost_e02.tab @@ -0,0 +1,9 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s i i i s s s i b s s s s f f f +quest.task.ground.destroy_multi @quest/ground/wod_themepark_lost_e02:task00_journal_entry_title @quest/ground/wod_themepark_lost_e02:task00_journal_entry_description 1 0 1 killObfuscatrix 0 0 none none 1 1 1 dathomir -1217 120 6261 @quest/ground/wod_themepark_lost_e02:task00_waypoint_name 0 0.0 0.0 0.0 spider_nightsister_obfuscatrix 1 0 0 +quest.task.ground.comm_player 0 0 2 comAzz3 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_themepark_lost_e02:task01_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_azzenaj.iff +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_lost_e02:task02_journal_entry_title @quest/ground/wod_themepark_lost_e02:task02_journal_entry_description 1 0 3 freeInitiate 0 0 none none 1 1 1 dathomir -1217 120 6261 @quest/ground/wod_themepark_lost_e02:task02_waypoint_name 0 0.0 0.0 0.0 0 isFree 1 0 0 0 0 0 +quest.task.ground.comm_player 0 0 4 commAzz4 0 0 none none 1 1 0 dathomir -1217 120 6261 @quest/ground/wod_themepark_lost_e02:task03_waypoint_name 0 0.0 0.0 0.0 @quest/ground/wod_themepark_lost_e02:task03_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_azzenaj.iff +quest.task.ground.destroy_multi @quest/ground/wod_themepark_lost_e02:task04_journal_entry_title @quest/ground/wod_themepark_lost_e02:task04_journal_entry_description 1 0 5 killAcolytes 0 0 none none 1 1 1 dathomir -1217 120 6261 @quest/ground/wod_themepark_lost_e02:task04_waypoint_name 0 0.0 0.0 0.0 spider_nightsister_initiate 5 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_lost_e02:task05_journal_entry_title @quest/ground/wod_themepark_lost_e02:task05_journal_entry_description 1 0 6 returnAzz2 0 0 none none 1 1 1 dathomir 149 432 4501.5 dathomir guard @quest/ground/wod_themepark_lost_e02:task05_waypoint_name 0 0.0 0.0 0.0 0 hasReturnedAzz2 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 completeQuest2 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_ehs_1.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_ehs_1.tab new file mode 100644 index 0000000000..8606536222 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_ehs_1.tab @@ -0,0 +1,9 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s s s i i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_ns_ehs_1:task00_journal_entry_title @quest/ground/wod_themepark_ns_ehs_1:task00_journal_entry_description 1 0 1 findCave 0 0 none none 1 1 1 dathomir -190 114 308 @quest/ground/wod_themepark_ns_ehs_1:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 2 comLean1 0 0 none none 1 1 0 dathomir -190 114 308 @quest/ground/wod_themepark_ns_ehs_1:task01_waypoint_name 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ns_ehs_1:task01_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_leandra.iff +quest.task.ground.destroy_multi @quest/ground/wod_themepark_ns_ehs_1:task02_journal_entry_title @quest/ground/wod_themepark_ns_ehs_1:task02_journal_entry_description 1 0 3 killObfuscatrix 0 0 none none 1 1 1 dathomir -190 114 308 @quest/ground/wod_themepark_ns_ehs_1:task02_waypoint_name 0 0.0 0.0 0.0 0 spider_nightsister_obfuscatrix 6 0 +quest.task.ground.comm_player 0 0 4 commLean2 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ns_ehs_1:task03_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_leandra.iff +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_ehs_1:task04_journal_entry_title @quest/ground/wod_themepark_ns_ehs_1:task04_journal_entry_description 1 0 5 findSecret 0 0 none none 1 1 1 dathomir -190 114 308 @quest/ground/wod_themepark_ns_ehs_1:task04_waypoint_name 0 0.0 0.0 0.0 0 foundSecret 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_ehs_1:task05_journal_entry_title @quest/ground/wod_themepark_ns_ehs_1:task05_journal_entry_description 1 0 6 goBackLean 0 0 none none 1 1 1 dathomir -4102 137 -167 dathomir r10 @quest/ground/wod_themepark_ns_ehs_1:task05_waypoint_name 0 0.0 0.0 0.0 0 hasComeBack 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_fishing.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_fishing.tab new file mode 100644 index 0000000000..133667ac13 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_fishing.tab @@ -0,0 +1,5 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_fishing:task00_journal_entry_title @quest/ground/wod_themepark_ns_fishing:task00_journal_entry_description 1 0 1 catchFish 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 caughtFish 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_fishing:task01_journal_entry_title @quest/ground/wod_themepark_ns_fishing:task01_journal_entry_description 1 0 2 Returntons 0 0 none none 1 1 1 dathomir -4085.80004882812 137.699996948242 -156.899993896484 dathomir r10 @quest/ground/wod_themepark_ns_fishing:task01_waypoint_name 0 0.0 0.0 0.0 fishingReturnedNs 1 0 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_herb_gathering.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_herb_gathering.tab new file mode 100644 index 0000000000..624225477c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_herb_gathering.tab @@ -0,0 +1,14 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT TASK_QUEST_NAME_1 TASK_TASK_NAME_1 TASK_DISPLAY_STRING_1 TASK_QUEST_NAME_2 TASK_TASK_NAME_2 TASK_DISPLAY_STRING_2 TASK_QUEST_NAME_3 TASK_TASK_NAME_3 TASK_DISPLAY_STRING_3 TASK_QUEST_NAME_4 TASK_TASK_NAME_4 TASK_DISPLAY_STRING_4 TASK_QUEST_NAME_5 TASK_TASK_NAME_5 TASK_DISPLAY_STRING_5 TASK_QUEST_NAME_6 TASK_TASK_NAME_6 TASK_DISPLAY_STRING_6 COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i s s s s s s s s s s s s s s s s s s s s +quest.task.ground.nothing 0 0 1,2,3,4,5,6 nothingTask 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_herb_gathering:task01_journal_entry_title @quest/ground/wod_themepark_ns_herb_gathering:task01_journal_entry_description 1 0 rinorLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 rinorLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_herb_gathering:task02_journal_entry_title @quest/ground/wod_themepark_ns_herb_gathering:task02_journal_entry_description 1 0 redWeedLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 redWeedLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_herb_gathering:task03_journal_entry_title @quest/ground/wod_themepark_ns_herb_gathering:task03_journal_entry_description 1 0 greyBushLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 greyBushLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_herb_gathering:task04_journal_entry_title @quest/ground/wod_themepark_ns_herb_gathering:task04_journal_entry_description 1 0 ongmuelPlantLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 ongmuelPlantLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_herb_gathering:task05_journal_entry_title @quest/ground/wod_themepark_ns_herb_gathering:task05_journal_entry_description 1 0 lessetPlantLeaves 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 lessetPlantLeavesFound 5 0 0 0 0 0 0 +quest.task.ground.wait_for_tasks @quest/ground/wod_themepark_ns_herb_gathering:task06_journal_entry_title @quest/ground/wod_themepark_ns_herb_gathering:task06_journal_entry_description 1 0 7 11 gatherHerbs 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 0 quest/wod_themepark_ns_herb_gathering lessetPlantLeaves @quest/ground/wod_themepark_ns_herb_gathering:task06_task_display_string_1 quest/wod_themepark_ns_herb_gathering ongmuelPlantLeaves @quest/ground/wod_themepark_ns_herb_gathering:task06_task_display_string_2 quest/wod_themepark_ns_herb_gathering greyBushLeaves @quest/ground/wod_themepark_ns_herb_gathering:task06_task_display_string_3 quest/wod_themepark_ns_herb_gathering redWeedLeaves @quest/ground/wod_themepark_ns_herb_gathering:task06_task_display_string_4 quest/wod_themepark_ns_herb_gathering rinorLeaves @quest/ground/wod_themepark_ns_herb_gathering:task06_task_display_string_5 +quest.task.ground.comm_player 0 0 8 comm 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ns_herb_gathering:task07_comm_message_text object/mobile/dressed_dathomir_nightsister_herbalist.iff +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_herb_gathering:task08_journal_entry_title @quest/ground/wod_themepark_ns_herb_gathering:task08_journal_entry_description 1 0 9 storeNsHerbs 0 0 none none 1 1 1 dathomir -4114 131 -151 dathomir r6 @quest/ground/wod_themepark_ns_herb_gathering:task08_waypoint_name 0 0.0 0.0 0.0 hasStoredNsHerbs 1 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_herb_gathering:task09_journal_entry_title @quest/ground/wod_themepark_ns_herb_gathering:task09_journal_entry_description 1 0 10 returnForTreat 0 0 none none 1 1 1 dathomir -4103 131 -138 dathomir r6 @quest/ground/wod_themepark_ns_herb_gathering:task09_waypoint_name 0 0.0 0.0 0.0 hasBeenGivenNsTreat 1 0 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 finish 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.clear_quest 0 0 0 0 none none quest/wod_themepark_ns_herb_gathering_fail 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_hunting.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_hunting.tab new file mode 100644 index 0000000000..303adb616a --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_hunting.tab @@ -0,0 +1,5 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION LOOT_ITEM_NAME LOOT_ITEMS_REQUIRED LOOT_DROP_PERCENT GUARANTEED_SUCCESS_MIN GUARANTEED_SUCCESS_MAX REWARD_CREDITS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s s i i i i i i s i b s s s s f f f +quest.task.ground.destroy_multi_and_loot @quest/ground/wod_themepark_ns_hunting:task00_journal_entry_title @quest/ground/wod_themepark_ns_hunting:task00_journal_entry_description 1 0 1 huntBolma 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 bolma You collect the meat from the Bolma. 5 100 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_hunting:task01_journal_entry_title @quest/ground/wod_themepark_ns_hunting:task01_journal_entry_description 1 0 2 Returntons 0 0 none none 1 1 1 dathomir -4085.80004882812 137.699996948242 -156.899993896484 dathomir r10 @quest/ground/wod_themepark_ns_hunting:task01_waypoint_name 0 0.0 0.0 0.0 0 huntingReturnedNs 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_kill_clan.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_kill_clan.tab new file mode 100644 index 0000000000..154d43a547 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_kill_clan.tab @@ -0,0 +1,5 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s i i i s i b s s s s f f f +quest.task.ground.destroy_multi @quest/ground/wod_themepark_ns_kill_clan:task00_journal_entry_title @quest/ground/wod_themepark_ns_kill_clan:task00_journal_entry_description 1 0 1 killSinging 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 mtn_clan 13 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_kill_clan:task01_journal_entry_title @quest/ground/wod_themepark_ns_kill_clan:task01_journal_entry_description 1 0 2 returnNight 0 0 none none 1 1 1 dathomir -4087 137 -135 dathomir r11 @quest/ground/wod_themepark_ns_kill_clan:task01_waypoint_name 0 0 0 0 0 hasReturnedNight 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_kill_spiderclan.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_kill_spiderclan.tab new file mode 100644 index 0000000000..6ef63bed5c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_kill_spiderclan.tab @@ -0,0 +1,5 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s i i i s i b s s s s f f f +quest.task.ground.destroy_multi @quest/ground/wod_themepark_ns_kill_spiderclan:task00_journal_entry_title @quest/ground/wod_themepark_ns_kill_spiderclan:task00_journal_entry_description 1 0 1 killSpiderclan 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 spider_nightsister 13 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_kill_spiderclan:task01_journal_entry_title @quest/ground/wod_themepark_ns_kill_spiderclan:task01_journal_entry_description 1 0 2 returnNight 0 0 none none 1 1 1 dathomir -4087 137 -135 dathomir r11 @quest/ground/wod_themepark_ns_kill_spiderclan:task01_waypoint_name 0 0 0 0 0 hasReturnedNightSpider 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_lost_e01.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_lost_e01.tab new file mode 100644 index 0000000000..0bf938ffd5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_lost_e01.tab @@ -0,0 +1,10 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE SERVER_TEMPLATE NUM_REQUIRED ITEM_NAME DROP_PERCENT GUARANTEED_SUCCESS_MIN GUARANTEED_SUCCESS_MAX COUNTDOWN_TIMER RETRIEVE_MENU_TEXT SIGNAL_NAME WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s i s i i i i s s b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_ns_lost_e01:task00_journal_entry_title @quest/ground/wod_themepark_ns_lost_e01:task00_journal_entry_description 1 0 1 findScene 0 0 none none 1 1 1 dathomir -1408 8 5638 @quest/ground/wod_themepark_ns_lost_e01:task00_waypoint_name 0 0.0 0.0 0.0 30 0 +quest.task.ground.comm_player 0 0 2 comLean1 0 0 none none 1 1 0 dathomir -1408 8 5638 @quest/ground/wod_themepark_ns_lost_e01:task01_waypoint_name 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ns_lost_e01:task01_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_leandra.iff +quest.task.ground.go_to_location @quest/ground/wod_themepark_ns_lost_e01:task02_journal_entry_title @quest/ground/wod_themepark_ns_lost_e01:task02_journal_entry_description 1 0 3 findClue 0 0 none none 1 1 1 dathomir -1316 17 6163 @quest/ground/wod_themepark_ns_lost_e01:task02_waypoint_name 0 0.0 0.0 0.0 5 0 +quest.task.ground.retrieve_item @quest/ground/wod_themepark_ns_lost_e01:task03_journal_entry_title @quest/ground/wod_themepark_ns_lost_e01:task03_journal_entry_description 1 0 4 studyScene 0 0 none none 1 1 1 dathomir -1316 17 6163 @quest/ground/wod_themepark_ns_lost_e01:task03_waypoint_name 0 0.0 0.0 0.0 0 object/tangible/furniture/wod_themepark/wod_trampled_plant.iff 1 @quest/ground/wod_themepark_ns_lost_e01:task03_item_name 100 0 0 5 @quest/ground/wod_themepark_ns_lost_e01:task03_retrieve_menu_text +quest.task.ground.comm_player 0 0 5 comLean2 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ns_lost_e01:task04_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_leandra.iff +quest.task.ground.go_to_location @quest/ground/wod_themepark_ns_lost_e01:task05_journal_entry_title @quest/ground/wod_themepark_ns_lost_e01:task05_journal_entry_description 1 0 6 findCave 0 0 none none 1 1 1 dathomir -1217 120 6261 @quest/ground/wod_themepark_ns_lost_e01:task05_waypoint_name 0 0.0 0.0 0.0 3 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_lost_e01:task06_journal_entry_title @quest/ground/wod_themepark_ns_lost_e01:task06_journal_entry_description 1 0 7 returnLean 0 0 none none 1 1 1 dathomir -4102 137 -167 dathomir r10 @quest/ground/wod_themepark_ns_lost_e01:task06_waypoint_name 0 0.0 0.0 0.0 0 1 hasReturnedLean 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 completeQuest 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_lost_e02.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_lost_e02.tab new file mode 100644 index 0000000000..4392edefb9 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_lost_e02.tab @@ -0,0 +1,9 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s i i i s s s i b s s s s f f f +quest.task.ground.destroy_multi @quest/ground/wod_themepark_ns_lost_e02:task00_journal_entry_title @quest/ground/wod_themepark_ns_lost_e02:task00_journal_entry_description 1 0 1 killObfuscatrix 0 0 none none 1 1 1 dathomir -1217 120 6261 @quest/ground/wod_themepark_ns_lost_e02:task00_waypoint_name 0 0.0 0.0 0.0 spider_nightsister_obfuscatrix 1 0 0 +quest.task.ground.comm_player 0 0 2 comLean3 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ns_lost_e02:task01_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_leandra.iff +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_lost_e02:task02_journal_entry_title @quest/ground/wod_themepark_ns_lost_e02:task02_journal_entry_description 1 0 3 freeInitiate 0 0 none none 1 1 1 dathomir -1217 120 6261 @quest/ground/wod_themepark_ns_lost_e02:task02_waypoint_name 0 0.0 0.0 0.0 0 isFree 1 0 0 0 0 0 +quest.task.ground.comm_player 0 0 4 commLean4 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ns_lost_e02:task03_comm_message_text object/mobile/dressed_herald_dathomir_nsister_cave_leandra.iff +quest.task.ground.destroy_multi @quest/ground/wod_themepark_ns_lost_e02:task04_journal_entry_title @quest/ground/wod_themepark_ns_lost_e02:task04_journal_entry_description 1 0 5 killAcolytes 0 0 none none 1 1 1 dathomir -1217 120 6261 @quest/ground/wod_themepark_ns_lost_e02:task04_waypoint_name 0 0.0 0.0 0.0 spider_nightsister_initiate 5 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_lost_e02:task05_journal_entry_title @quest/ground/wod_themepark_ns_lost_e02:task05_journal_entry_description 1 0 6 returnLean2 0 0 none none 1 1 1 dathomir -4102 137 -167 dathomir r10 @quest/ground/wod_themepark_ns_lost_e02:task05_waypoint_name 0 0.0 0.0 0.0 0 hasReturnedLean2 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 completeQuest2 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_rancor_tamer.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_rancor_tamer.tab new file mode 100644 index 0000000000..0d48e6de70 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_rancor_tamer.tab @@ -0,0 +1,7 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT MIN_TIME MAX_TIME +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i i i +quest.task.ground.nothing 0 0 1,3 start 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_rancor_tamer:task01_journal_entry_title @quest/ground/wod_themepark_ns_rancor_tamer:task01_journal_entry_description 1 0 2 0 0 none none 1 1 1 dathomir -4153 121 -96 @quest/ground/wod_themepark_ns_rancor_tamer:task01_waypoint_name 0 0.0 0.0 0.0 returnedNsRancor 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_themepark_ns_rancor_tamer:task02_journal_entry_title @quest/ground/wod_themepark_ns_rancor_tamer:task02_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.timer @quest/ground/wod_themepark_ns_rancor_tamer:task03_journal_entry_title @quest/ground/wod_themepark_ns_rancor_tamer:task03_journal_entry_description 1 0 4 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 3600 3600 +quest.task.ground.clear_quest @quest/ground/wod_themepark_ns_rancor_tamer:task04_journal_entry_title @quest/ground/wod_themepark_ns_rancor_tamer:task04_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_recon.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_recon.tab new file mode 100644 index 0000000000..47cc9671e5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_recon.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_ns_recon:task00_journal_entry_title @quest/ground/wod_themepark_ns_recon:task00_journal_entry_description 1 0 1 findVillage 0 0 none none 1 1 1 dathomir -6850 440 -4897 @quest/ground/wod_themepark_ns_recon:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 2 ghostComm 0 0 none none 1 1 0 dathomir -6850 440 -4897 @quest/ground/wod_themepark_ns_recon:task01_waypoint_name 0 0.0 0.0 0.0 @quest/ground/wod_themepark_ns_recon:task01_comm_message_text object/mobile/dressed_wod_ghost_guide_comm.iff +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_recon:task02_journal_entry_title @quest/ground/wod_themepark_ns_recon:task02_journal_entry_description 1 0 3 ghostSpeak 0 0 none none 1 1 1 dathomir -6895.10009765625 461.869995117188 -4853.72998046875 @quest/ground/wod_themepark_ns_recon:task02_waypoint_name 0 0.0 0.0 0.0 0 hasSpokenGhost 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_whole_truth_01.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_whole_truth_01.tab new file mode 100644 index 0000000000..3da01c3b57 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_whole_truth_01.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION LOOT_ITEM_NAME LOOT_ITEMS_REQUIRED LOOT_DROP_PERCENT GUARANTEED_SUCCESS_MIN GUARANTEED_SUCCESS_MAX REWARD_CREDITS SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s s i i i i i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_ns_whole_truth_01:task00_journal_entry_title @quest/ground/wod_themepark_ns_whole_truth_01:task00_journal_entry_description 1 0 1 findCave 0 0 none none 1 1 1 dathomir -4227 26 -2089 @quest/ground/wod_themepark_ns_whole_truth_01:task00_waypoint_name 0 0.0 0.0 0.0 20 0 +quest.task.ground.destroy_multi_and_loot @quest/ground/wod_themepark_ns_whole_truth_01:task01_journal_entry_title @quest/ground/wod_themepark_ns_whole_truth_01:task01_journal_entry_description 1 0 2 killMutants 0 0 none none 1 1 1 dathomir -4227 26 -2089 @quest/ground/wod_themepark_ns_whole_truth_01:task01_waypoint_name 0 0.0 0.0 0.0 0 mutant_rancor Mutant Rancor Blood 3 65 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_whole_truth_01:task02_journal_entry_title @quest/ground/wod_themepark_ns_whole_truth_01:task02_journal_entry_description 1 0 3 returnMistress 0 0 none none 1 1 1 dathomir -4118.60009765625 137.699996948242 -156.5 dathomir r12 @quest/ground/wod_themepark_ns_whole_truth_01:task02_waypoint_name 0 0.0 0.0 0.0 0 hasReturnedMistress 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_whole_truth_02.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_whole_truth_02.tab new file mode 100644 index 0000000000..37094ca74a --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_ns_whole_truth_02.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_ns_whole_truth_02:task00_journal_entry_title @quest/ground/wod_themepark_ns_whole_truth_02:task00_journal_entry_description 1 0 1 findCave2 0 0 none none 1 1 1 dathomir 1823 42 1993 @quest/ground/wod_themepark_ns_whole_truth_02:task00_waypoint_name 0 0.0 0.0 0.0 20 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_whole_truth_02:task01_journal_entry_title @quest/ground/wod_themepark_ns_whole_truth_02:task01_journal_entry_description 1 0 2 findCause 0 0 none none 1 1 1 dathomir 1823 42 1993 @quest/ground/wod_themepark_ns_whole_truth_02:task01_waypoint_name 0 0.0 0.0 0.0 0 foundCause 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_ns_whole_truth_02:task02_journal_entry_title @quest/ground/wod_themepark_ns_whole_truth_02:task02_journal_entry_description 1 0 3 returnMistress2 0 0 none none 1 1 1 dathomir -4118.60009765625 137.699996948242 -156.5 dathomir r12 @quest/ground/wod_themepark_ns_whole_truth_02:task02_waypoint_name 0 0.0 0.0 0.0 0 hasReturnedMistress2 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_fishing.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_fishing.tab new file mode 100644 index 0000000000..c0e622c5c0 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_fishing.tab @@ -0,0 +1,5 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_fishing:task00_journal_entry_title @quest/ground/wod_themepark_sm_fishing:task00_journal_entry_description 1 0 1 catchFish 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 caughtFish 5 0 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_fishing:task01_journal_entry_title @quest/ground/wod_themepark_sm_fishing:task01_journal_entry_description 1 0 2 Returntosm 0 0 none none 1 1 1 dathomir 140.699996948242 432 4489.39990234375 dathomir guard2 @quest/ground/wod_themepark_sm_fishing:task01_waypoint_name 0 0.0 0.0 0.0 fishingReturnedSm 1 0 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_hunting.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_hunting.tab new file mode 100644 index 0000000000..101420c20b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_hunting.tab @@ -0,0 +1,5 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION LOOT_ITEM_NAME LOOT_ITEMS_REQUIRED LOOT_DROP_PERCENT GUARANTEED_SUCCESS_MIN GUARANTEED_SUCCESS_MAX REWARD_CREDITS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s s i i i i i i s i b s s s s f f f +quest.task.ground.destroy_multi_and_loot @quest/ground/wod_themepark_sm_hunting:task00_journal_entry_title @quest/ground/wod_themepark_sm_hunting:task00_journal_entry_description 1 0 1 huntBolma 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 bolma You collect the meat from the Bolma. 5 100 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_hunting:task01_journal_entry_title @quest/ground/wod_themepark_sm_hunting:task01_journal_entry_description 1 0 2 Returntosm 0 0 none none 1 1 1 dathomir 140.699996948242 432 4489.39990234375 dathomir guard2 @quest/ground/wod_themepark_sm_hunting:task01_waypoint_name 0 0.0 0.0 0.0 0 huntingReturnedSm 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_kill_clan.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_kill_clan.tab new file mode 100644 index 0000000000..5af17596e9 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_kill_clan.tab @@ -0,0 +1,5 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s i i i s i b s s s s f f f +quest.task.ground.destroy_multi @quest/ground/wod_themepark_sm_kill_clan:task00_journal_entry_title @quest/ground/wod_themepark_sm_kill_clan:task00_journal_entry_description 1 0 1 killNightsisters 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 nightsister 13 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_kill_clan:task01_journal_entry_title @quest/ground/wod_themepark_sm_kill_clan:task01_journal_entry_description 1 0 2 returnSing 0 0 none none 1 1 1 dathomir 167 433 4484 dathomir throne @quest/ground/wod_themepark_sm_kill_clan:task01_waypoint_name 0 0 0 0 0 hasReturnedSing 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_kill_spiderclan.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_kill_spiderclan.tab new file mode 100644 index 0000000000..49a31bf87d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_kill_spiderclan.tab @@ -0,0 +1,5 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION COUNT REWARD_CREDITS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s s s i i i s i b s s s s f f f +quest.task.ground.destroy_multi @quest/ground/wod_themepark_sm_kill_spiderclan:task00_journal_entry_title @quest/ground/wod_themepark_sm_kill_spiderclan:task00_journal_entry_description 1 0 1 killSpiderclan 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 spider_nightsister 13 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_kill_spiderclan:task01_journal_entry_title @quest/ground/wod_themepark_sm_kill_spiderclan:task01_journal_entry_description 1 0 2 returnSing 0 0 none none 1 1 1 dathomir 167 433 4484 dathomir throne @quest/ground/wod_themepark_sm_kill_spiderclan:task01_waypoint_name 0 0 0 0 0 hasReturnedSingSpider 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_rancor_tamer.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_rancor_tamer.tab new file mode 100644 index 0000000000..8fced7ce6c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_rancor_tamer.tab @@ -0,0 +1,7 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z TIMER_AMOUNT MIN_TIME MAX_TIME +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i b s s s s f f f i i i +quest.task.ground.nothing 0 0 1,3 start 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_rancor_tamer:task01_journal_entry_title @quest/ground/wod_themepark_sm_rancor_tamer:task01_journal_entry_description 1 0 2 0 0 none none 1 1 1 dathomir 528 229 4208 @quest/ground/wod_themepark_sm_rancor_tamer:task01_waypoint_name 0 0.0 0.0 0.0 returnedSmRancor 1 0 0 0 0 0 0 +quest.task.ground.complete_quest @quest/ground/wod_themepark_sm_rancor_tamer:task02_journal_entry_title @quest/ground/wod_themepark_sm_rancor_tamer:task02_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 +quest.task.ground.timer @quest/ground/wod_themepark_sm_rancor_tamer:task03_journal_entry_title @quest/ground/wod_themepark_sm_rancor_tamer:task03_journal_entry_description 1 0 4 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 3600 3600 +quest.task.ground.clear_quest @quest/ground/wod_themepark_sm_rancor_tamer:task04_journal_entry_title @quest/ground/wod_themepark_sm_rancor_tamer:task04_journal_entry_description 1 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_recon.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_recon.tab new file mode 100644 index 0000000000..4f3b09a851 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_recon.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT COMM_MESSAGE_TEXT NPC_APPEARANCE_SERVER_TEMPLATE SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_sm_recon:task00_journal_entry_title @quest/ground/wod_themepark_sm_recon:task00_journal_entry_description 1 0 1 findVillage 0 0 none none 1 1 1 dathomir -6850 440 -4897 @quest/ground/wod_themepark_sm_recon:task00_waypoint_name 0 0.0 0.0 0.0 10.0 0 +quest.task.ground.comm_player 0 0 2 ghostComm 0 0 none none 1 1 0 dathomir -6850 440 -4897 @quest/ground/wod_themepark_sm_recon:task01_waypoint_name 0 0.0 0.0 0.0 @quest/ground/wod_themepark_sm_recon:task01_comm_message_text object/mobile/dressed_wod_ghost_guide_comm.iff +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_recon:task02_journal_entry_title @quest/ground/wod_themepark_sm_recon:task02_journal_entry_description 1 0 3 ghostSpeak 0 0 none none 1 1 1 dathomir -6895.10009765625 461.869995117188 -4853.72998046875 @quest/ground/wod_themepark_sm_recon:task02_waypoint_name 0 0.0 0.0 0.0 0 hasSpokenGhost 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_whole_truth_01.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_whole_truth_01.tab new file mode 100644 index 0000000000..76b77607c1 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_whole_truth_01.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT TARGET_SERVER_TEMPLATE SOCIAL_GROUP REQUIRED_REGION LOOT_ITEM_NAME LOOT_ITEMS_REQUIRED LOOT_DROP_PERCENT GUARANTEED_SUCCESS_MIN GUARANTEED_SUCCESS_MAX REWARD_CREDITS SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s s s s i i i i i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_sm_whole_truth_01:task00_journal_entry_title @quest/ground/wod_themepark_sm_whole_truth_01:task00_journal_entry_description 1 0 1 findCave 0 0 none none 1 1 1 dathomir -4227 26 -2089 @quest/ground/wod_themepark_sm_whole_truth_01:task00_waypoint_name 0 0.0 0.0 0.0 20 0 +quest.task.ground.destroy_multi_and_loot @quest/ground/wod_themepark_sm_whole_truth_01:task01_journal_entry_title @quest/ground/wod_themepark_sm_whole_truth_01:task01_journal_entry_description 1 0 2 killMutants 0 0 none none 1 1 1 dathomir -4227 26 -2089 @quest/ground/wod_themepark_sm_whole_truth_01:task01_waypoint_name 0 0.0 0.0 0.0 0 mutant_rancor Mutant Rancor Blood 3 65 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_whole_truth_01:task02_journal_entry_title @quest/ground/wod_themepark_sm_whole_truth_01:task02_journal_entry_description 1 0 3 returnTamer 0 0 none none 1 1 1 dathomir 152.600006103516 432 4482.7998046875 dathomir healing @quest/ground/wod_themepark_sm_whole_truth_01:task02_waypoint_name 0 0.0 0.0 0.0 0 hasReturnedTamer 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_whole_truth_02.tab b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_whole_truth_02.tab new file mode 100644 index 0000000000..5dab58d189 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/datatables/questtask/quest/wod_themepark_sm_whole_truth_02.tab @@ -0,0 +1,6 @@ +ATTACH_SCRIPT JOURNAL_ENTRY_TITLE JOURNAL_ENTRY_DESCRIPTION IS_VISIBLE PREREQUISITE_TASKS EXCLUSION_TASKS ALLOW_REPEATS TASKS_ON_COMPLETE TASKS_ON_FAIL TASK_NAME SHOW_SYSTEM_MESSAGES MUSIC_ON_ACTIVATE MUSIC_ON_COMPLETE MUSIC_ON_FAILURE CHANCE_TO_ACTIVATE QUEST_CONTROL_ON_TASK_COMPLETION QUEST_CONTROL_ON_TASK_FAILURE TARGET PARAMETER GRANT_QUEST_ON_COMPLETE GRANT_QUEST_ON_COMPLETE_SHOW_SYSTEM_MESSAGE GRANT_QUEST_ON_FAIL GRANT_QUEST_ON_FAIL_SHOW_SYSTEM_MESSAGE SIGNALS_ON_COMPLETE SIGNALS_ON_FAIL CREATE_WAYPOINT PLANET_NAME LOCATION_X LOCATION_Y LOCATION_Z INTERIOR_WAYPOINT_APPEARANCE WAYPOINT_BUILDING_CELL_NAME WAYPOINT_NAME CREATE_ENTRANCE_WAYPOINT ENTRANCE_LOCATION_X ENTRANCE_LOCATION_Y ENTRANCE_LOCATION_Z ENTRANCE_WAYPOINT_NAME RADIUS TIMER_AMOUNT SIGNAL_NAME NUM_REQUIRED WAIT_MARKER_CREATE WAIT_MARKER_TEMPLATE WAIT_MARKER_PLANET_NAME WAIT_MARKER_BUILDING WAIT_MARKER_CELL_NAME WAIT_MARKER_X WAIT_MARKER_Y WAIT_MARKER_Z +s s s b s s b s s s b s s s i e(none=0,complete=1,clear=2)[none] e(none=0,complete=1,clear=2)[none] s s s b s b s s b s s s s s s s b s s s s s i s i b s s s s f f f +quest.task.ground.go_to_location @quest/ground/wod_themepark_sm_whole_truth_02:task00_journal_entry_title @quest/ground/wod_themepark_sm_whole_truth_02:task00_journal_entry_description 1 0 1 findCave2 0 0 none none 1 1 1 dathomir 1823 42 1993 @quest/ground/wod_themepark_sm_whole_truth_02:task00_waypoint_name 0 0.0 0.0 0.0 20 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_whole_truth_02:task01_journal_entry_title @quest/ground/wod_themepark_sm_whole_truth_02:task01_journal_entry_description 1 0 2 findCause 0 0 none none 1 1 1 dathomir 1823 42 1993 @quest/ground/wod_themepark_sm_whole_truth_02:task01_waypoint_name 0 0.0 0.0 0.0 0 foundCause 1 0 0 0 0 0 +quest.task.ground.wait_for_signal @quest/ground/wod_themepark_sm_whole_truth_02:task02_journal_entry_title @quest/ground/wod_themepark_sm_whole_truth_02:task02_journal_entry_description 1 0 3 returnTamer2 0 0 none none 1 1 1 dathomir 152.600006103516 432 4482.7998046875 dathomir healing @quest/ground/wod_themepark_sm_whole_truth_02:task02_waypoint_name 0 0.0 0.0 0.0 0 hasReturnedTamer2 1 0 0 0 0 0 +quest.task.ground.complete_quest 0 0 0 0 none none 1 1 0 tatooine 0.0 0.0 0.0 0 0.0 0.0 0.0 diff --git a/sku.0/sys.shared/compiled/game/object/building/dathomir/shared_spiderclan_breeding_cave.tpf b/sku.0/sys.shared/compiled/game/object/building/dathomir/shared_spiderclan_breeding_cave.tpf index 0ce9a8e737..7ece1f23eb 100755 --- a/sku.0/sys.shared/compiled/game/object/building/dathomir/shared_spiderclan_breeding_cave.tpf +++ b/sku.0/sys.shared/compiled/game/object/building/dathomir/shared_spiderclan_breeding_cave.tpf @@ -1,18 +1,15 @@ -// Template Editor -SWG Source - @base object/building/base/shared_base_cave.iff @class building_object_template 1 - interiorLayoutFileName = "interiorlayout/spiderclan_breeding_cave.ilf" -@class tangible_object_template 6 -@class object_template 6 +@class tangible_object_template 10 -clearFloraRadius = 50 -objectName = "" "spiderclan_breeding_cave_n" -detailedDescription = "" "spiderclan_breeding_cave_d" +@class object_template 10 +objectName = "" "spiderclan_breeding_cave_n" +detailedDescription = "" "spiderclan_breeding_cave_d" +lookAtText = "building_lookat" "Cave" portalLayoutFilename = "appearance/thm_all_cave_s03_damprock.pob" diff --git a/sku.0/sys.shared/compiled/game/object/building/general/shared_rancor_cave_2.tpf b/sku.0/sys.shared/compiled/game/object/building/general/shared_rancor_cave_2.tpf index 2579d0e0ce..301be08b47 100755 --- a/sku.0/sys.shared/compiled/game/object/building/general/shared_rancor_cave_2.tpf +++ b/sku.0/sys.shared/compiled/game/object/building/general/shared_rancor_cave_2.tpf @@ -1,18 +1,13 @@ -// Template Editor -SWG Source - @base object/building/base/shared_base_cave.iff @class building_object_template 1 - interiorLayoutFileName = "interiorlayout/dath_rancor_cave_2.ilf" -@class tangible_object_template 6 -@class object_template 6 +@class tangible_object_template 10 -clearFloraRadius = 50 -objectName = "building_name" "cave" -detailedDescription = "building_name" "cave" +@class object_template 10 +objectName = "building_name" "cave" portalLayoutFilename = "appearance/thm_all_cave_s01_damprock.pob" diff --git a/sku.0/sys.shared/compiled/game/object/building/general/shared_wod_kwi_temple.tpf b/sku.0/sys.shared/compiled/game/object/building/general/shared_wod_kwi_temple.tpf index ab9367bc00..3edaa6d2b1 100755 --- a/sku.0/sys.shared/compiled/game/object/building/general/shared_wod_kwi_temple.tpf +++ b/sku.0/sys.shared/compiled/game/object/building/general/shared_wod_kwi_temple.tpf @@ -1,18 +1,17 @@ -// Template Editor -SWG Source - @base object/building/base/shared_base_cave.iff @class building_object_template 1 - interiorLayoutFileName = "interiorlayout/wod_kwi_temple.ilf" -@class tangible_object_template 6 +terrainModificationFileName = "terrain/poi_kwitemple.lay" -@class object_template 6 +@class tangible_object_template 10 -clearFloraRadius = 50 -objectName = "building_name" "kwi_temple" -detailedDescription = "building_detail" "temple_blueleaf" +@class object_template 10 +objectName = "building_name" "kwi_temple" +detailedDescription = "building_detail" "temple_blueleaf" +lookAtText = "building_lookat" "temple_blueleaf" portalLayoutFilename = "appearance/thm_yavn_temple_blueleaf_cluster.pob" +clearFloraRadius = 100 diff --git a/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_ns_hut.tpf b/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_ns_hut.tpf index cfa292ecc5..055392d4e2 100755 --- a/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_ns_hut.tpf +++ b/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_ns_hut.tpf @@ -1,5 +1,3 @@ -// This file ws written by the template editor @ 6:56:04 PM - Tue Nov 26 2002 - @base object/building/base/shared_base_player_building.iff @class building_object_template 1 @@ -7,23 +5,15 @@ @class tangible_object_template 5 - structureFootprintFileName = "footprint/building/player/shared_player_house_ns_hut.sfp" @class object_template 6 clearFloraRadius = 36 -objectName = "building_name" "ns_hut" - -detailedDescription = "building_detail" "ns_hut" - -lookAtText = "building_name" "ns_hut" - -appearanceFilename = "appearance/ply_all_dant_small_mud_hut_r0.apt" - -portalLayoutFilename = "appearance/ply_all_dant_small_mud_hut.pob" - -clientDataFile = "clientdata/building/shared_player_house_tatooine_small_style_01.cdf" +objectName = "building_name" "ns_hut" +detailedDescription = "building_detail" "ns_hut" +lookAtText = "building_lookat" "ns_hut" -//noBuildRadius = 14 +portalLayoutFilename = "appearance/ply_all_dath_mtn_clan_hut.pob" +clientDataFile = "clientdata/building/shared_player_house_tatooine_medium_style_01.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_sm_hut.tpf b/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_sm_hut.tpf index d7f10eacaf..c052c7951f 100755 --- a/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_sm_hut.tpf +++ b/sku.0/sys.shared/compiled/game/object/building/player/shared_player_house_wod_sm_hut.tpf @@ -1,5 +1,3 @@ -// This file ws written by the template editor @ 6:56:04 PM - Tue Nov 26 2002 - @base object/building/base/shared_base_player_building.iff @class building_object_template 1 @@ -7,23 +5,15 @@ @class tangible_object_template 5 - structureFootprintFileName = "footprint/building/player/shared_player_house_sm_hut.sfp" @class object_template 6 clearFloraRadius = 36 -objectName = "building_name" "sm_hut" - -detailedDescription = "building_detail" "sm_hut" - -lookAtText = "building_name" "sm_hut" - -appearanceFilename = "appearance/ply_all_dath_mtn_clan_hut_r0.apt" - -portalLayoutFilename = "appearance/ply_all_dath_mtn_clan_hut.pob" - -clientDataFile = "clientdata/building/shared_player_house_tatooine_small_style_01.cdf" +objectName = "building_name" "sm_hut" +detailedDescription = "building_detail" "sm_hut" +lookAtText = "building_lookat" "sm_hut" -//noBuildRadius = 14 +portalLayoutFilename = "appearance/ply_all_dant_small_mud_hut.pob" +clientDataFile = "clientdata/building/shared_player_house_tatooine_medium_style_01.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_boots_nightsister_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_boots_nightsister_01.tpf new file mode 100644 index 0000000000..83c033e03a --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_boots_nightsister_01.tpf @@ -0,0 +1,37 @@ +// ====================================================================== +// +// shared_clothing_boots_nightsister_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 25..25], + [name = "crafting" "xp", experiment = "" "", value = 50..50], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "sole", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "reinforcement", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/boots/shared_wod_nightsister_boots_s01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_boots_singing_mtn_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_boots_singing_mtn_01.tpf new file mode 100644 index 0000000000..0d55cd0c92 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_boots_singing_mtn_01.tpf @@ -0,0 +1,37 @@ +// ====================================================================== +// +// shared_clothing_boots_singing_mtn_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 25..25], + [name = "crafting" "xp", experiment = "" "", value = 50..50], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "sole", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "reinforcement", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/boots/shared_wod_singing_mountain_clan_boots.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_dress_nightsister_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_dress_nightsister_01.tpf new file mode 100644 index 0000000000..ea0170a9b2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_dress_nightsister_01.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_dress_nightsister_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 25..25], + [name = "crafting" "xp", experiment = "" "", value = 120..120], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "trim_and_binding", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "extra_trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "skirt", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/dress/shared_wod_nightsister_dress_s01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_nightsister_s01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_nightsister_s01.tpf new file mode 100644 index 0000000000..ee6e370769 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_nightsister_s01.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_hat_nightsister_s01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 25..25], + [name = "crafting" "xp", experiment = "" "", value = 90..90], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "shell", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/hat/shared_wod_nightsister_hat_s01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_nightsister_s03.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_nightsister_s03.tpf new file mode 100644 index 0000000000..3a550dec28 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_nightsister_s03.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_hat_nightsister_s03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 25..25], + [name = "crafting" "xp", experiment = "" "", value = 90..90], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "shell", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/hat/shared_wod_nightsister_hat_s03.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_01.tpf new file mode 100644 index 0000000000..83233af4c5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_01.tpf @@ -0,0 +1,36 @@ +// ====================================================================== +// +// shared_clothing_hat_singing_mtn_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 25..25], + [name = "crafting" "xp", experiment = "" "", value = 44..44], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000]] + +slots = [ + [name = "craft_clothing_ingredients_n" "shell", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_02.tpf new file mode 100644 index 0000000000..7cdfd4999a --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_02.tpf @@ -0,0 +1,36 @@ +// ====================================================================== +// +// shared_clothing_hat_singing_mtn_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 25..25], + [name = "crafting" "xp", experiment = "" "", value = 44..44], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000]] + +slots = [ + [name = "craft_clothing_ingredients_n" "shell", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s02.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_mask_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_mask_01.tpf new file mode 100644 index 0000000000..1c50373865 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_hat_singing_mtn_mask_01.tpf @@ -0,0 +1,36 @@ +// ====================================================================== +// +// shared_clothing_hat_singing_mtn_mask_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 25..25], + [name = "crafting" "xp", experiment = "" "", value = 44..44], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000]] + +slots = [ + [name = "craft_clothing_ingredients_n" "shell", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_weatherproofing", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/hat/shared_wod_singing_mountain_clan_mask_s01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_pants_nightsister_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_pants_nightsister_01.tpf new file mode 100644 index 0000000000..30bdc74879 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_pants_nightsister_01.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_pants_nightsister_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 17..17], + [name = "crafting" "xp", experiment = "" "", value = 70..70], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_reinforcement", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/pants/shared_wod_nightsister_pants_s01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_pants_nightsister_02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_pants_nightsister_02.tpf new file mode 100644 index 0000000000..99ca2f438e --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_pants_nightsister_02.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_pants_nightsister_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 17..17], + [name = "crafting" "xp", experiment = "" "", value = 70..70], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_reinforcement", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/pants/shared_wod_nightsister_pants_s02.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_01.tpf new file mode 100644 index 0000000000..f907c8195e --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_01.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_shirt_nightsister_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 21..21], + [name = "crafting" "xp", experiment = "" "", value = 75..75], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_02.tpf new file mode 100644 index 0000000000..7f7bb21c32 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_02.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_shirt_nightsister_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 21..21], + [name = "crafting" "xp", experiment = "" "", value = 75..75], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s02.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_03.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_03.tpf new file mode 100644 index 0000000000..a016f78c90 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_nightsister_03.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_shirt_nightsister_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 21..21], + [name = "crafting" "xp", experiment = "" "", value = 75..75], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s03.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_01.tpf new file mode 100644 index 0000000000..aa08f0b563 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_01.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_shirt_singing_mtn_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 21..21], + [name = "crafting" "xp", experiment = "" "", value = 75..75], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_02.tpf new file mode 100644 index 0000000000..10c38980af --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_02.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_shirt_singing_mtn_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 21..21], + [name = "crafting" "xp", experiment = "" "", value = 75..75], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s02.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_03.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_03.tpf new file mode 100644 index 0000000000..4cd950cfc0 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_shirt_singing_mtn_03.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_shirt_singing_mtn_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 21..21], + [name = "crafting" "xp", experiment = "" "", value = 75..75], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "body", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "binding_and_hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "liner", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s03.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_01.tpf new file mode 100644 index 0000000000..c84ed7f254 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_01.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_skirt_singing_mtn_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 16..16], + [name = "crafting" "xp", experiment = "" "", value = 80..80], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "trim_and_binding", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "extra_trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "skirt", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_02.tpf new file mode 100644 index 0000000000..9c2fed85c4 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_02.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_skirt_singing_mtn_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 16..16], + [name = "crafting" "xp", experiment = "" "", value = 80..80], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "trim_and_binding", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "extra_trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "skirt", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s02.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_03.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_03.tpf new file mode 100644 index 0000000000..5740ac4364 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/clothing/shared_clothing_skirt_singing_mtn_03.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_clothing_skirt_singing_mtn_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 25..25], + [name = "crafting" "xp", experiment = "" "", value = 80..80], + [name = "crafting" "sockets", experiment = "" "", value = 0..0], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "mod_idx_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_one", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_two", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_three", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_four", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_five", experiment = "" "", value = 0..0], + [name = "crafting" "mod_idx_six", experiment = "" "", value = 0..0], + [name = "crafting" "mod_val_six", experiment = "" "", value = 0..0]] + +slots = [ + [name = "craft_clothing_ingredients_n" "trim_and_binding", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "extra_trim", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "hardware", hardpoint = ""], + [name = "craft_clothing_ingredients_n" "skirt", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s03.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/droid/shared_cyborg_crafting_interface.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/droid/shared_cyborg_crafting_interface.tpf new file mode 100644 index 0000000000..940713ec70 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/droid/shared_cyborg_crafting_interface.tpf @@ -0,0 +1,37 @@ +// ====================================================================== +// +// shared_cyborg_crafting_interface.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 35..35], + [name = "crafting" "xp", experiment = "" "", value = 340..340], + [name = "crafting" "crafting_critical_success_bonus", experiment = "crafting" "crafting_critical_success_bonus", value = 1..2]] + +slots = [ + [name = "craft_droid_ingredients_n" "primary_frame", hardpoint = ""], + [name = "craft_droid_ingredients_n" "capacitor_bank", hardpoint = ""], + [name = "craft_droid_ingredients_n" "shielding_and_insulation", hardpoint = ""], + [name = "craft_droid_ingredients_n" "advanced_search_planning_circuit", hardpoint = ""], + [name = "craft_droid_ingredients_n" "search_parameter_storage_circuit", hardpoint = ""], + [name = "craft_item_ingredients_n" "alternate_logical_processor", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/wearables/bracelet/shared_bracelet_wod_crafting_l.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_floating_stones_city.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_floating_stones_city.tpf new file mode 100644 index 0000000000..a087284ab1 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_floating_stones_city.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_floating_stones_city.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 20..20], + [name = "crafting" "xp", experiment = "" "", value = 5000..5000]] + +slots = [ + [name = "craft_structure_ingredients_n" "base", hardpoint = ""], + [name = "craft_structure_ingredients_n" "holocron_pedestal_surface", hardpoint = ""], + [name = "craft_structure_ingredients_n" "panels", hardpoint = ""], + [name = "craft_structure_ingredients_n" "magnetic_reaction_mass", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_floating_stones.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_ns_gate.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_ns_gate.tpf new file mode 100644 index 0000000000..33c7de56dd --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_ns_gate.tpf @@ -0,0 +1,35 @@ +// ====================================================================== +// +// shared_wod_ns_gate.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 40..40], + [name = "crafting" "xp", experiment = "" "", value = 5000..5000]] + +slots = [ + [name = "craft_furniture_ingredients_n" "frame", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "paint", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "canvas", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "post", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "binding", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_gate.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_ns_wall.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_ns_wall.tpf new file mode 100644 index 0000000000..783ed3c0b4 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_ns_wall.tpf @@ -0,0 +1,33 @@ +// ====================================================================== +// +// shared_wod_ns_wall.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 20..20], + [name = "crafting" "xp", experiment = "" "", value = 5000..5000]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wall_section", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "post", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "binding", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_wall.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_sm_wall.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_sm_wall.tpf new file mode 100644 index 0000000000..a78193cade --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_sm_wall.tpf @@ -0,0 +1,33 @@ +// ====================================================================== +// +// shared_wod_sm_wall.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 20..20], + [name = "crafting" "xp", experiment = "" "", value = 5000..5000]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wall_section", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "base_structure_assembly", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "disc", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_wall.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_tower.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_tower.tpf new file mode 100644 index 0000000000..bba1b1ce70 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_tower.tpf @@ -0,0 +1,33 @@ +// ====================================================================== +// +// shared_wod_tower.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 20..20], + [name = "crafting" "xp", experiment = "" "", value = 5000..5000]] + +slots = [ + [name = "craft_structure_ingredients_n" "frame_and_walls", hardpoint = ""], + [name = "craft_structure_ingredients_n" "load_bearing_frame_and_reinforcement", hardpoint = ""], + [name = "craft_structure_ingredients_n" "roof", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_tower.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_trilithon.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_trilithon.tpf new file mode 100644 index 0000000000..b34317b601 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/city/shared_wod_trilithon.tpf @@ -0,0 +1,36 @@ +// ====================================================================== +// +// shared_wod_trilithon.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 40..40], + [name = "crafting" "xp", experiment = "" "", value = 5000..5000]] + +slots = [ + [name = "craft_furniture_ingredients_n" "post", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "another_post", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "lintel", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "binding", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "large_disc", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "small_disc", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_trilithon.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_01.tpf new file mode 100644 index 0000000000..20900bbd9b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_01.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_ns_potted_plant_schem_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_potted_plant_01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_02.tpf new file mode 100644 index 0000000000..30e0379cb2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_02.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_ns_potted_plant_schem_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_potted_plant_02.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_03.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_03.tpf new file mode 100644 index 0000000000..21b54fb4be --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_03.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_ns_potted_plant_schem_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_potted_plant_03.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_04.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_04.tpf new file mode 100644 index 0000000000..1a338c78b6 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_04.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_ns_potted_plant_schem_04.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_potted_plant_04.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_05.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_05.tpf new file mode 100644 index 0000000000..9e949b141b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_05.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_ns_potted_plant_schem_05.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "base", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "mulch", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_potted_plant_05.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_06.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_06.tpf new file mode 100644 index 0000000000..ab48cdb29d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_06.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_ns_potted_plant_schem_06.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_potted_plant_06.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_07.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_07.tpf new file mode 100644 index 0000000000..2697e46bda --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_07.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_ns_potted_plant_schem_07.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_potted_plant_07.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_08.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_08.tpf new file mode 100644 index 0000000000..9f1fec2304 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_08.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_ns_potted_plant_schem_08.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_potted_plant_08.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_09.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_09.tpf new file mode 100644 index 0000000000..447b514bf6 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_09.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_ns_potted_plant_schem_09.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_ns_potted_plant_09.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_01.tpf new file mode 100644 index 0000000000..3043d53e96 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_01.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_potted_plant_schem_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_potted_plant_01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_02.tpf new file mode 100644 index 0000000000..2a85e69837 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_02.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_potted_plant_schem_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_potted_plant_02.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_03.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_03.tpf new file mode 100644 index 0000000000..350e27f0fc --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_03.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_potted_plant_schem_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_potted_plant_03.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_04.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_04.tpf new file mode 100644 index 0000000000..34b741aa44 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_04.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_potted_plant_schem_04.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_potted_plant_04.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_05.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_05.tpf new file mode 100644 index 0000000000..40923aea33 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_05.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_potted_plant_schem_05.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "base", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "mulch", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_potted_plant_05.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_06.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_06.tpf new file mode 100644 index 0000000000..9517e9adc6 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_06.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_potted_plant_schem_06.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_potted_plant_06.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_07.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_07.tpf new file mode 100644 index 0000000000..4b272548d2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_07.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_potted_plant_schem_07.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_potted_plant_07.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_08.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_08.tpf new file mode 100644 index 0000000000..c8ca1859d5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_08.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_potted_plant_schem_08.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_potted_plant_08.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_09.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_09.tpf new file mode 100644 index 0000000000..b4d73d7501 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_potted_plant_schem_09.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_potted_plant_schem_09.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_potted_plant_09.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_01.tpf new file mode 100644 index 0000000000..4d901e9777 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_01.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_01.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_02.tpf new file mode 100644 index 0000000000..c2b523a7c8 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_02.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_02.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_03.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_03.tpf new file mode 100644 index 0000000000..6feb4e23a6 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_03.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_03.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_04.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_04.tpf new file mode 100644 index 0000000000..1b2bbee7c0 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_04.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_04.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_05.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_05.tpf new file mode 100644 index 0000000000..3990f1399c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_05.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_05.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_06.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_06.tpf new file mode 100644 index 0000000000..a438b88b30 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_06.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_06.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_07.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_07.tpf new file mode 100644 index 0000000000..62c672450b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_07.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_07.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_08.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_08.tpf new file mode 100644 index 0000000000..af06c43209 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_08.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_08.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_09.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_09.tpf new file mode 100644 index 0000000000..4e94ef1ee7 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_09.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_10.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_10.tpf new file mode 100644 index 0000000000..398b44ff11 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_10.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_11.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_11.tpf new file mode 100644 index 0000000000..9853fe7fe5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_11.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_12.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_12.tpf new file mode 100644 index 0000000000..20e38b9355 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_pro_tree_12.tpf @@ -0,0 +1,28 @@ +@base object/draft_schematic/base/shared_base_draft_schematic.iff +@class draft_schematic_object_template 2 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 28..28], + [name = "crafting" "xp", experiment = "" "", value = 800..800], + [name = "crafting" "hitPoints", experiment = "" "", value = 1000..1000], + [name = "crafting" "quality", experiment = "crafting" "exp_quality", value = 1..100]] + +slots = [ + [name = "craft_furniture_ingredients_n" "wood", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fish", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.iff" + +@class intangible_object_template 0 + +@class object_template 5 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_01.tpf new file mode 100644 index 0000000000..685730a3bf --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_01.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_sm_potted_plant_schem_01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_potted_plant_01.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_02.tpf new file mode 100644 index 0000000000..e75fa62887 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_02.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_sm_potted_plant_schem_02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_potted_plant_02.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_03.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_03.tpf new file mode 100644 index 0000000000..af61c3bb25 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_03.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_sm_potted_plant_schem_03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_potted_plant_03.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_04.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_04.tpf new file mode 100644 index 0000000000..0d02b52729 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_04.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_sm_potted_plant_schem_04.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "pot", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "sealant", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_potted_plant_04.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_05.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_05.tpf new file mode 100644 index 0000000000..90966e5480 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_05.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_sm_potted_plant_schem_05.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "base", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "mulch", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_potted_plant_05.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_06.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_06.tpf new file mode 100644 index 0000000000..d2429a7ba7 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_06.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_sm_potted_plant_schem_06.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_potted_plant_06.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_07.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_07.tpf new file mode 100644 index 0000000000..022beb7405 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_07.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_sm_potted_plant_schem_07.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_potted_plant_07.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_08.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_08.tpf new file mode 100644 index 0000000000..f5cf7e62c7 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_08.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_sm_potted_plant_schem_08.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_potted_plant_08.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_09.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_09.tpf new file mode 100644 index 0000000000..9e8134e445 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_09.tpf @@ -0,0 +1,34 @@ +// ====================================================================== +// +// shared_wod_sm_potted_plant_schem_09.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 5..5], + [name = "crafting" "xp", experiment = "" "", value = 140..140]] + +slots = [ + [name = "craft_furniture_ingredients_n" "staves", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "hoops", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "water", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "fertilizer", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/furniture/decorative/shared_wod_sm_potted_plant_09.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s01.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s01.tpf new file mode 100644 index 0000000000..8a1bba5e47 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s01.tpf @@ -0,0 +1,33 @@ +// ====================================================================== +// +// shared_wod_witch_banner_s01.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 29..29], + [name = "crafting" "xp", experiment = "" "", value = 230..230]] + +slots = [ + [name = "craft_furniture_ingredients_n" "frame", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "paint", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "canvas", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s01_sign.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s02.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s02.tpf new file mode 100644 index 0000000000..4b589375b1 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s02.tpf @@ -0,0 +1,33 @@ +// ====================================================================== +// +// shared_wod_witch_banner_s02.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 29..29], + [name = "crafting" "xp", experiment = "" "", value = 230..230]] + +slots = [ + [name = "craft_furniture_ingredients_n" "frame", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "paint", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "canvas", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s02_sign.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s03.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s03.tpf new file mode 100644 index 0000000000..4810f8afff --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/furniture/shared_wod_witch_banner_s03.tpf @@ -0,0 +1,33 @@ +// ====================================================================== +// +// shared_wod_witch_banner_s03.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 29..29], + [name = "crafting" "xp", experiment = "" "", value = 230..230]] + +slots = [ + [name = "craft_furniture_ingredients_n" "frame", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "paint", hardpoint = ""], + [name = "craft_furniture_ingredients_n" "canvas", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s03_sign.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_1.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_1.tpf new file mode 100644 index 0000000000..1f27c1837c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_1.tpf @@ -0,0 +1,36 @@ +// ====================================================================== +// +// shared_wod_crafting_alter_1.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 30..30], + [name = "crafting" "xp", experiment = "" "", value = 140..140], + [name = "crafting" "wod_crafting_1", experiment = "crafting" "wod_altar_1_1", value = 1..10], + [name = "crafting" "wod_crafting_2", experiment = "crafting" "wod_altar_1_2", value = 1..10], + [name = "crafting" "wod_crafting_3", experiment = "crafting" "wod_altar_1_3", value = 1..10]] + +slots = [ + [name = "craft_item_ingredients_n" "frame", hardpoint = ""], + [name = "craft_item_ingredients_n" "power_source", hardpoint = ""], + [name = "craft_item_ingredients_n" "mechanics", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/theme_park/wod/shared_wod_crafting_alter_key_1.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_2.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_2.tpf new file mode 100644 index 0000000000..aa81da7cd2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_2.tpf @@ -0,0 +1,37 @@ +// ====================================================================== +// +// shared_wod_crafting_alter_2.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 30..30], + [name = "crafting" "xp", experiment = "" "", value = 140..140], + [name = "crafting" "wod_crafting_1", experiment = "crafting" "wod_altar_2_1", value = 1..10], + [name = "crafting" "wod_crafting_2", experiment = "crafting" "wod_altar_2_2", value = 1..10], + [name = "crafting" "wod_crafting_3", experiment = "crafting" "wod_altar_2_3", value = 1..10], + [name = "crafting" "wod_crafting_4", experiment = "crafting" "wod_altar_2_4", value = 1..10]] + +slots = [ + [name = "craft_item_ingredients_n" "frame", hardpoint = ""], + [name = "craft_item_ingredients_n" "power_source", hardpoint = ""], + [name = "craft_item_ingredients_n" "mechanics", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/theme_park/wod/shared_wod_crafting_alter_key_2.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_3.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_3.tpf new file mode 100644 index 0000000000..77ca5cf165 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_3.tpf @@ -0,0 +1,36 @@ +// ====================================================================== +// +// shared_wod_crafting_alter_3.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 30..30], + [name = "crafting" "xp", experiment = "" "", value = 140..140], + [name = "crafting" "wod_crafting_1", experiment = "crafting" "wod_altar_3_1", value = 1..10], + [name = "crafting" "wod_crafting_2", experiment = "crafting" "wod_altar_3_2", value = 1..10], + [name = "crafting" "wod_crafting_3", experiment = "crafting" "wod_altar_3_3", value = 1..10]] + +slots = [ + [name = "craft_item_ingredients_n" "frame", hardpoint = ""], + [name = "craft_item_ingredients_n" "power_source", hardpoint = ""], + [name = "craft_item_ingredients_n" "mechanics", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/theme_park/wod/shared_wod_crafting_alter_key_3.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_4.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_4.tpf new file mode 100644 index 0000000000..8811932f85 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_alter_4.tpf @@ -0,0 +1,37 @@ +// ====================================================================== +// +// shared_wod_crafting_alter_4.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 30..30], + [name = "crafting" "xp", experiment = "" "", value = 140..140], + [name = "crafting" "wod_crafting_1", experiment = "crafting" "wod_altar_4_1", value = 1..10], + [name = "crafting" "wod_crafting_2", experiment = "crafting" "wod_altar_4_2", value = 1..10], + [name = "crafting" "wod_crafting_3", experiment = "crafting" "wod_altar_4_3", value = 1..10], + [name = "crafting" "wod_crafting_4", experiment = "crafting" "wod_altar_4_4", value = 1..10]] + +slots = [ + [name = "craft_item_ingredients_n" "frame", hardpoint = ""], + [name = "craft_item_ingredients_n" "power_source", hardpoint = ""], + [name = "craft_item_ingredients_n" "mechanics", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/theme_park/wod/shared_wod_crafting_alter_key_4.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_template.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_template.tpf new file mode 100644 index 0000000000..cc9b49c201 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/item/theme_park/shared_wod_crafting_template.tpf @@ -0,0 +1,38 @@ +// ====================================================================== +// +// shared_wod_crafting_template.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 30..30], + [name = "crafting" "xp", experiment = "" "", value = 225..225], + [name = "crafting" "wod_crafting_1", experiment = "crafting" "wod_temp_1", value = 1..50], + [name = "crafting" "wod_crafting_2", experiment = "crafting" "wod_temp_2", value = 1..50], + [name = "crafting" "wod_crafting_3", experiment = "crafting" "wod_temp_3", value = 1..50], + [name = "crafting" "wod_crafting_4", experiment = "crafting" "wod_temp_4", value = 1..50]] + +slots = [ + [name = "craft_item_ingredients_n" "frame", hardpoint = ""], + [name = "craft_item_ingredients_n" "power_source", hardpoint = ""], + [name = "craft_item_ingredients_n" "mechanics", hardpoint = ""], + [name = "craft_item_ingredients_n" "holocron", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/theme_park/wod/shared_wod_crafting_template.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/structure/shared_wod_ns_hut.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/structure/shared_wod_ns_hut.tpf new file mode 100644 index 0000000000..3c7728d245 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/structure/shared_wod_ns_hut.tpf @@ -0,0 +1,37 @@ +// ====================================================================== +// +// shared_wod_ns_hut.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 13..13], + [name = "crafting" "xp", experiment = "" "", value = 2400..2400], + [name = "crafting" "hitPoints", experiment = "" "", value = 21000..39000]] + +slots = [ + [name = "craft_structure_ingredients_n" "base_structure_assembly", hardpoint = ""], + [name = "craft_structure_ingredients_n" "frame_and_walls", hardpoint = ""], + [name = "craft_structure_ingredients_n" "foundation", hardpoint = ""], + [name = "craft_structure_ingredients_n" "lintel", hardpoint = ""], + [name = "craft_structure_ingredients_n" "post", hardpoint = ""], + [name = "craft_structure_ingredients_n" "another_post", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/deed/player_house_deed/shared_wod_ns_hut_deed.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/structure/shared_wod_sm_hut.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/structure/shared_wod_sm_hut.tpf new file mode 100644 index 0000000000..f5b01b6839 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/structure/shared_wod_sm_hut.tpf @@ -0,0 +1,37 @@ +// ====================================================================== +// +// shared_wod_sm_hut.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 13..13], + [name = "crafting" "xp", experiment = "" "", value = 2400..2400], + [name = "crafting" "hitPoints", experiment = "" "", value = 21000..39000]] + +slots = [ + [name = "craft_structure_ingredients_n" "base_structure_assembly", hardpoint = ""], + [name = "craft_structure_ingredients_n" "frame_and_walls", hardpoint = ""], + [name = "craft_structure_ingredients_n" "foundation", hardpoint = ""], + [name = "craft_structure_ingredients_n" "lintel", hardpoint = ""], + [name = "craft_structure_ingredients_n" "post", hardpoint = ""], + [name = "craft_structure_ingredients_n" "another_post", hardpoint = ""]] + +craftedSharedTemplate="object/tangible/deed/player_house_deed/shared_wod_sm_hut_deed.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_1h_scyth.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_1h_scyth.tpf new file mode 100644 index 0000000000..7fc5545bab --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_1h_scyth.tpf @@ -0,0 +1,46 @@ +// ====================================================================== +// +// shared_weapon_appearance_wod_1h_scyth.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 40..40], + [name = "crafting" "xp", experiment = "" "", value = 450..450], + [name = "crafting" "appearanceBonusLow", experiment = "crafting" "appearanceBonusLow", value = 0..62], + [name = "crafting" "appearanceBonusHigh", experiment = "crafting" "appearanceBonusHigh", value = 0..50], + [name = "crafting" "maxDamage", experiment = "" "", value = 0..0], + [name = "crafting" "minDamage", experiment = "" "", value = 0..0], + [name = "crafting" "woundChance", experiment = "" "", value = 1..1], + [name = "crafting" "attackSpeed", experiment = "" "", value = 100..100], + [name = "crafting" "hitPoints", experiment = "" "", value = 800..1100], + [name = "crafting" "maxRange", experiment = "" "", value = 5..5], + [name = "crafting" "attackCost", experiment = "" "", value = 100..100], + [name = "crafting" "damageType", experiment = "" "", value = 1..1], + [name = "crafting" "elementalType", experiment = "" "", value = 64..64], + [name = "crafting" "elementalValue", experiment = "" "", value = 64..112]] + +slots = [ + [name = "craft_weapon_ingredients_n" "sword_core_jacket", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "grip", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "weapon_core", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "vibration_generator", hardpoint = ""]] + +craftedSharedTemplate="object/weapon/melee/sword/shared_sword_wod_scyth.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_2h_sword.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_2h_sword.tpf new file mode 100644 index 0000000000..130ff03bcd --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_2h_sword.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_weapon_appearance_wod_2h_sword.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 40..40], + [name = "crafting" "xp", experiment = "" "", value = 450..450], + [name = "crafting" "appearanceBonusLow", experiment = "crafting" "appearanceBonusLow", value = 0..62], + [name = "crafting" "appearanceBonusHigh", experiment = "crafting" "appearanceBonusHigh", value = 0..50], + [name = "crafting" "maxDamage", experiment = "" "", value = 0..0], + [name = "crafting" "minDamage", experiment = "" "", value = 0..0], + [name = "crafting" "woundChance", experiment = "" "", value = 1..1], + [name = "crafting" "attackSpeed", experiment = "" "", value = 100..100], + [name = "crafting" "hitPoints", experiment = "" "", value = 800..1100], + [name = "crafting" "maxRange", experiment = "" "", value = 5..5], + [name = "crafting" "attackCost", experiment = "" "", value = 100..100], + [name = "crafting" "damageType", experiment = "" "", value = 1..1], + [name = "crafting" "elementalType", experiment = "" "", value = 64..64], + [name = "crafting" "elementalValue", experiment = "" "", value = 64..112]] + +slots = [ + [name = "craft_weapon_ingredients_n" "grip_unit", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "strike_face", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "vibro_unit_and_power_cell_brackets", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "power_cell_socket", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "vibration_generator", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "weapon_core", hardpoint = ""]] + +craftedSharedTemplate="object/weapon/melee/2h_sword/shared_2h_sword_wod_sword.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_polearm.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_polearm.tpf new file mode 100644 index 0000000000..be4bcf5467 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_polearm.tpf @@ -0,0 +1,47 @@ +// ====================================================================== +// +// shared_weapon_appearance_wod_polearm.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 40..40], + [name = "crafting" "xp", experiment = "" "", value = 450..450], + [name = "crafting" "appearanceBonusLow", experiment = "crafting" "appearanceBonusLow", value = 0..62], + [name = "crafting" "appearanceBonusHigh", experiment = "crafting" "appearanceBonusHigh", value = 0..50], + [name = "crafting" "maxDamage", experiment = "" "", value = 0..0], + [name = "crafting" "minDamage", experiment = "" "", value = 0..0], + [name = "crafting" "woundChance", experiment = "" "", value = 1..1], + [name = "crafting" "attackSpeed", experiment = "" "", value = 100..100], + [name = "crafting" "hitPoints", experiment = "" "", value = 800..1100], + [name = "crafting" "maxRange", experiment = "" "", value = 5..5], + [name = "crafting" "attackCost", experiment = "" "", value = 100..100], + [name = "crafting" "damageType", experiment = "" "", value = 1..1], + [name = "crafting" "elementalType", experiment = "" "", value = 64..64], + [name = "crafting" "elementalValue", experiment = "" "", value = 64..112]] + +slots = [ + [name = "craft_weapon_ingredients_n" "lance_shaft", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "grip_unit", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "vibro_unit_and_power_cell_brackets", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "vibration_generator", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "weapon_core", hardpoint = ""]] + +craftedSharedTemplate="object/weapon/melee/polearm/shared_lance_wod_twin_blade.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_war_fan.tpf b/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_war_fan.tpf new file mode 100644 index 0000000000..5031fcb4be --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/draft_schematic/weapon/appearance/shared_weapon_appearance_wod_war_fan.tpf @@ -0,0 +1,48 @@ +// ====================================================================== +// +// shared_weapon_appearance_wod_war_fan.tpf +// generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! +// +// ====================================================================== + +@base object/draft_schematic/base/shared_base_draft_schematic.iff + +@class draft_schematic_object_template 3 + +attributes = [ + [name = "crafting" "complexity", experiment = "" "", value = 40..40], + [name = "crafting" "xp", experiment = "" "", value = 450..450], + [name = "crafting" "appearanceBonusLow", experiment = "crafting" "appearanceBonusLow", value = 0..62], + [name = "crafting" "appearanceBonusHigh", experiment = "crafting" "appearanceBonusHigh", value = 0..50], + [name = "crafting" "maxDamage", experiment = "" "", value = 0..0], + [name = "crafting" "minDamage", experiment = "" "", value = 0..0], + [name = "crafting" "woundChance", experiment = "" "", value = 1..1], + [name = "crafting" "attackSpeed", experiment = "" "", value = 100..100], + [name = "crafting" "hitPoints", experiment = "" "", value = 800..1100], + [name = "crafting" "maxRange", experiment = "" "", value = 5..5], + [name = "crafting" "attackCost", experiment = "" "", value = 100..100], + [name = "crafting" "damageType", experiment = "" "", value = 1..1], + [name = "crafting" "elementalType", experiment = "" "", value = 64..64], + [name = "crafting" "elementalValue", experiment = "" "", value = 64..112]] + +slots = [ + [name = "craft_weapon_ingredients_n" "grip_unit", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "strike_face", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "vibro_unit_and_power_cell_brackets", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "power_cell_socket", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "weapon_core", hardpoint = ""], + [name = "craft_weapon_ingredients_n" "vibration_generator", hardpoint = ""]] + +craftedSharedTemplate="object/weapon/melee/special/shared_wod_war_fan.iff" + +@class intangible_object_template 0 + +@class object_template 8 + +snapToTerrain = false +containerType = CT_none +tintPalette = "" +slotDescriptorFilename = "" +arrangementDescriptorFilename = "abstract/slot/arrangement/arrangement_datapad.iff" +portalLayoutFilename = "" +clientDataFile = "" diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_dathomir_sing_mt_clan_sage.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_dathomir_sing_mt_clan_sage.tpf index 6c9dc11a8c..8bd343da33 100755 --- a/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_dathomir_sing_mt_clan_sage.tpf +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_dathomir_sing_mt_clan_sage.tpf @@ -6,15 +6,7 @@ gender = GE_female species = SP_bith @class tangible_object_template 3 - - - @class object_template 3 -objectName = "theme_park_name" "singing_mt_clan_councilwoman" -detailedDescription = "" "" -lookAtText = "theme_park_lookat" "singing_mt_clan_councilwoman" appearanceFilename = "appearance/sing_mt_clan_f.sat" -clientDataFile = "clientdata/npc/clientdata/npc/client_shared_npc_dressed_dathomir_sing_mt_clan_sage.cdf" - - +clientDataFile = "clientdata/npc/client_shared_npc_dressed_dathomir_sing_mt_clan_sage.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_dathomir_spider_nightsister_matron.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_dathomir_spider_nightsister_matron.tpf new file mode 100644 index 0000000000..3278af6dab --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_dathomir_spider_nightsister_matron.tpf @@ -0,0 +1,17 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 12 + +gender = GE_female +species = SP_bith + +@class tangible_object_template 3 + + + +@class object_template 3 + +appearanceFilename = "appearance/nightsister_f.sat" +clientDataFile = "clientdata/npc/client_shared_npc_dressed_dathomir_spider_nightsister_matron.cdf" + + diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_clan_mother_amaya_kymeri.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_clan_mother_amaya_kymeri.tpf new file mode 100644 index 0000000000..0d7954bedf --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_clan_mother_amaya_kymeri.tpf @@ -0,0 +1,13 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 13 + +animationMapFilename = "all_male.map" + +@class tangible_object_template 10 + + +@class object_template 10 + +appearanceFilename = "appearance/sing_mt_clan_f.sat" +clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_clan_mother_amaya_kymeri.cdf" diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_ghost_clan_mother.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_ghost_clan_mother.tpf index bdb5f24cb2..d3bcef2ad5 100755 --- a/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_ghost_clan_mother.tpf +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_ghost_clan_mother.tpf @@ -1,20 +1,13 @@ -// NPC Editor - SWG Source @base object/mobile/skeleton/shared_humanoid.iff -@class creature_object_template 10 +@class creature_object_template 13 -gender = GE_female -species = SP_bith +animationMapFilename = "all_male.map" -@class tangible_object_template 3 +@class tangible_object_template 10 -//animationMapFilename = "all_male.map" -@class object_template 3 +@class object_template 10 - - -appearanceFilename = "appearance/sing_mt_clan_f.sat" +appearanceFilename = "appearance/hum_f_hologram.sat" clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_ghost_clan_mother.cdf" - - diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_omogg_rep.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_omogg_rep.tpf index e11008f39e..bd1b9b10c8 100755 --- a/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_omogg_rep.tpf +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_omogg_rep.tpf @@ -1,22 +1,13 @@ -// NPC Editor - SWG Source @base object/mobile/skeleton/shared_humanoid.iff -@class creature_object_template 12 +@class creature_object_template 13 gender = GE_male -species = SP_trandoshan -@class tangible_object_template 3 +@class tangible_object_template 10 -//animationMapFilename = "all_male.map" -@class object_template 3 - -objectName = "theme_park_name" "omogg_rep" -detailedDescription = "theme_park_detail" "omogg_rep" -lookAtText = "theme_park_lookat" "omogg_rep" +@class object_template 10 appearanceFilename = "appearance/trn_m.sat" clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_omogg_rep.cdf" - - diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_rubina.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_rubina.tpf new file mode 100644 index 0000000000..f6a9385d48 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_dressed_wod_rubina.tpf @@ -0,0 +1,14 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 10 + +gender = GE_female +species = SP_bith + +@class tangible_object_template 3 + +@class object_template 3 + + +appearanceFilename = "appearance/sing_mt_clan_f.sat" +clientDataFile = "clientdata/npc/client_shared_rubina.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_1.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_1.tpf new file mode 100644 index 0000000000..dbc26f0f31 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_1.tpf @@ -0,0 +1,17 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 10 + +gender = GE_female +species = SP_bith + +@class tangible_object_template 3 + +@class object_template 3 + +objectName = "" "" +detailedDescription = "" "" +lookAtText = "" "" + +appearanceFilename = "appearance/sing_mt_clan_f.sat" +clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_gray_outcast_01.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_2.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_2.tpf new file mode 100644 index 0000000000..37f5a13a90 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_2.tpf @@ -0,0 +1,17 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 10 + +gender = GE_female +species = SP_bith + +@class tangible_object_template 3 + +@class object_template 3 + +objectName = "" "" +detailedDescription = "" "" +lookAtText = "" "" + +appearanceFilename = "appearance/sing_mt_clan_f.sat" +clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_gray_outcast_02.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_3.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_3.tpf new file mode 100644 index 0000000000..4213a2ccb2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_3.tpf @@ -0,0 +1,17 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 10 + +gender = GE_female +species = SP_bith + +@class tangible_object_template 3 + +@class object_template 3 + +objectName = "" "" +detailedDescription = "" "" +lookAtText = "" "" + +appearanceFilename = "appearance/sing_mt_clan_f.sat" +clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_gray_outcast_03.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_4.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_4.tpf new file mode 100644 index 0000000000..b1a5cd0067 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_4.tpf @@ -0,0 +1,17 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 10 + +gender = GE_female +species = SP_bith + +@class tangible_object_template 3 + +@class object_template 3 + +objectName = "" "" +detailedDescription = "" "" +lookAtText = "" "" + +appearanceFilename = "appearance/sing_mt_clan_f.sat" +clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_gray_outcast_04.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_5.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_5.tpf new file mode 100644 index 0000000000..81931ea9b3 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_5.tpf @@ -0,0 +1,17 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 10 + +gender = GE_female +species = SP_bith + +@class tangible_object_template 3 + +@class object_template 3 + +objectName = "" "" +detailedDescription = "" "" +lookAtText = "" "" + +appearanceFilename = "appearance/sing_mt_clan_f.sat" +clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_gray_outcast_05.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_6.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_6.tpf new file mode 100644 index 0000000000..f633e34384 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_6.tpf @@ -0,0 +1,17 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 10 + +gender = GE_female +species = SP_bith + +@class tangible_object_template 3 + +@class object_template 3 + +objectName = "" "" +detailedDescription = "" "" +lookAtText = "" "" + +appearanceFilename = "appearance/sing_mt_clan_f.sat" +clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_gray_outcast_06.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_7.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_7.tpf new file mode 100644 index 0000000000..5294df5f75 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_outcast_7.tpf @@ -0,0 +1,17 @@ +@base object/mobile/skeleton/shared_humanoid.iff + +@class creature_object_template 10 + +gender = GE_female +species = SP_bith + +@class tangible_object_template 3 + +@class object_template 3 + +objectName = "" "" +detailedDescription = "" "" +lookAtText = "" "" + +appearanceFilename = "appearance/sing_mt_clan_f.sat" +clientDataFile = "clientdata/npc/client_shared_npc_dressed_wod_gray_outcast_07.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_sm_rancor_handler.tpf b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_sm_rancor_handler.tpf index 6585b2957c..8657cfef5c 100755 --- a/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_sm_rancor_handler.tpf +++ b/sku.0/sys.shared/compiled/game/object/mobile/shared_wod_sm_rancor_handler.tpf @@ -1,24 +1,13 @@ -// NPC Editor - SWG Source @base object/mobile/skeleton/shared_humanoid.iff -@class creature_object_template 12 +@class creature_object_template 13 gender = GE_female -species = SP_bith +@class tangible_object_template 10 -@class tangible_object_template 3 - - -@class object_template 3 - - -objectName = "" "wod_sm_rancor_handler_n" -detailedDescription = "" "wod_sm_rancor_handler_d" -lookAtText = "theme_park_lookat" "singing_mt_clan_rancor_tamer" +@class object_template 10 appearanceFilename = "appearance/sing_mt_clan_f.sat" clientDataFile = "clientdata/npc/client_shared_npc_dressed_dathomir_sing_mt_clan_rancor_tamer.cdf" - - diff --git a/sku.0/sys.shared/compiled/game/object/static/structure/dathomir/shared_mtn_clan_pillar_s01.tpf b/sku.0/sys.shared/compiled/game/object/static/structure/dathomir/shared_mtn_clan_pillar_s01.tpf index 506cb096f0..ab3df94038 100644 --- a/sku.0/sys.shared/compiled/game/object/static/structure/dathomir/shared_mtn_clan_pillar_s01.tpf +++ b/sku.0/sys.shared/compiled/game/object/static/structure/dathomir/shared_mtn_clan_pillar_s01.tpf @@ -12,4 +12,4 @@ detailedDescription = "string_table" "Deathstar Debris" appearanceFilename = "appearance/thm_dath_mtn_clan_pillar_s01.apt" -portalLayoutFilename = "" \ No newline at end of file +portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_1.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_1.tpf index dcf1518a7a..44ba1d72f4 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_1.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_1.tpf @@ -1,16 +1,12 @@ - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 + -@class object_template 5 +@class object_template 10 objectName = "theme_park/wod" "wod_crafting_altar_1_n" detailedDescription = "theme_park/wod" "wod_crafting_altar_1_d" lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/thm_kash_column_wood.apt" - clientDataFile = "clientdata/structure/axkva_nightsister_pedastal.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_2.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_2.tpf index b473d7402d..b0031f9878 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_2.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_2.tpf @@ -1,16 +1,12 @@ - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 + -@class object_template 5 +@class object_template 10 objectName = "theme_park/wod" "wod_crafting_altar_2_n" detailedDescription = "theme_park/wod" "wod_crafting_altar_2_d" lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/thm_kash_column_wood.apt" - clientDataFile = "clientdata/structure/axkva_nightsister_pedastal.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_3.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_3.tpf index 0d8e8c85d3..efaf1e9028 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_3.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_3.tpf @@ -1,16 +1,12 @@ - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 + -@class object_template 5 +@class object_template 10 objectName = "theme_park/wod" "wod_crafting_altar_3_n" detailedDescription = "theme_park/wod" "wod_crafting_altar_3_d" lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/thm_kash_column_wood.apt" - clientDataFile = "clientdata/structure/axkva_nightsister_pedastal.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_4.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_4.tpf index 3b9bbbde54..fa20dbe3fc 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_4.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_crafting_alter_4.tpf @@ -1,16 +1,12 @@ - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 + -@class object_template 5 +@class object_template 10 objectName = "theme_park/wod" "wod_crafting_altar_4_n" detailedDescription = "theme_park/wod" "wod_crafting_altar_4_d" lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/thm_kash_column_wood.apt" - clientDataFile = "clientdata/structure/axkva_nightsister_pedastal.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_first_sister_altar.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_first_sister_altar.tpf index f6492bbca2..13aaf7ebe6 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_first_sister_altar.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_first_sister_altar.tpf @@ -1,16 +1,12 @@ - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 + -@class object_template 5 +@class object_template 10 objectName = "theme_park/wod" "wod_first_sister_altar_n" detailedDescription = "theme_park/wod" "wod_first_sister_altar_d" lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/poi_all_altar_obiwan.apt" - clientDataFile = "clientdata/structure/wod_first_sister_altar.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_logic_unit_componenet.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_logic_unit_componenet.tpf index 25323e3df4..9f79c187ae 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_logic_unit_componenet.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_logic_unit_componenet.tpf @@ -1,16 +1,10 @@ +@base object/tangible/base/shared_tangible_base.iff -@base object/tangible/terminal/base/shared_base_terminal.iff +@class tangible_object_template 10 -@class tangible_object_template 3 -@class object_template 5 +@class object_template 10 objectName = "item_n" "wod_logic_unit_componenet_n" detailedDescription = "item_d" "wod_logic_unit_componenet_d" -//lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/eqp_must_republic_tech_s03.apt" - -//clientDataFile = "clientdata/structure/wod_first_sister_altar.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_1.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_1.tpf index 09b61db470..0b53960bd9 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_1.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_1.tpf @@ -1,16 +1,11 @@ - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 + -@class object_template 5 +@class object_template 10 objectName = "theme_park/wod" "wod_second_sister_fire_1" detailedDescription = "theme_park/wod" "wod_second_sister_fire_1" lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/poi_all_lair_wooden.apt" - -//clientDataFile = "clientdata/structure/wod_first_sister_altar.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_2.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_2.tpf index 81868b49a7..e221502e04 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_2.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_2.tpf @@ -1,16 +1,11 @@ - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 + -@class object_template 5 +@class object_template 10 objectName = "theme_park/wod" "wod_second_sister_fire_2" detailedDescription = "theme_park/wod" "wod_second_sister_fire_2" lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/poi_all_lair_wooden_destroyed.apt" - -//clientDataFile = "clientdata/structure/wod_first_sister_altar.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_3.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_3.tpf index 213164639c..7d4eb30c40 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_3.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_3.tpf @@ -1,16 +1,11 @@ - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 + -@class object_template 5 +@class object_template 10 objectName = "theme_park/wod" "wod_second_sister_fire_3" detailedDescription = "theme_park/wod" "wod_second_sister_fire_3" lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/thm_dant_hide_tanning_s01.apt" - -//clientDataFile = "clientdata/structure/wod_first_sister_altar.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_4.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_4.tpf index 3f8c2c591f..972e2ccaf6 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_4.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_second_sister_fire_4.tpf @@ -1,16 +1,11 @@ - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 + -@class object_template 5 +@class object_template 10 objectName = "theme_park/wod" "wod_second_sister_fire_4" detailedDescription = "theme_park/wod" "wod_second_sister_fire_4" lookAtText = "terminal_lookat" "terminal_water_pressure" - appearanceFilename = "appearance/thm_dant_hide_tanning_s02.apt" - -//clientDataFile = "clientdata/structure/wod_first_sister_altar.cdf" - -//gameObjectType = GOT_terminal_misc diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_01.tpf index 2d84e8468d..11ee3f45d5 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_01.tpf @@ -1,10 +1,9 @@ -// Template Editor -SWG Source @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 + + +@class object_template 10 -@class object_template 5 -objectName = "" "" -detailedDescription = "" "" -lookAtText = "" "" appearanceFilename = "appearance/edb_con_tato_jar_berries_s01.apt" +gameObjectType = GOT_misc_item_usable \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_02.tpf index 3fb4c3d96d..9ca4c30d6d 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_02.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_02.tpf @@ -1,10 +1,9 @@ -// Template Editor -SWG Source @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 + + +@class object_template 10 -@class object_template 5 -objectName = "" "" -detailedDescription = "" "" -lookAtText = "" "" appearanceFilename = "appearance/edb_food_fruit_s2.apt" +gameObjectType = GOT_misc_item_usable \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_03.tpf index 15aea28ff9..3d04caef48 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_03.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_03.tpf @@ -1,10 +1,9 @@ -// Template Editor -SWG Source @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 + + +@class object_template 10 -@class object_template 5 -objectName = "" "" -detailedDescription = "" "" -lookAtText = "" "" appearanceFilename = "appearance/edb_food_fruit_s5.apt" +gameObjectType = GOT_misc_item_usable \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_04.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_04.tpf index a126dc198d..a41a391816 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_04.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_stim_04.tpf @@ -1,10 +1,9 @@ -// Template Editor -SWG Source @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 + + +@class object_template 10 -@class object_template 5 -objectName = "" "" -detailedDescription = "" "" -lookAtText = "" "" appearanceFilename = "appearance/edb_food_vegetable_s5.apt" +gameObjectType = GOT_misc_item_usable \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_1.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_1.tpf index 082822535d..11ab00fa68 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_1.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_1.tpf @@ -1,12 +1,10 @@ @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 -objectName = "static_item_n" "item_wod_token_1" -detailedDescription = "static_item_d" "item_wod_token_1" -lookAtText = "" "" +@class object_template 10 +objectName = "static_item_n" "item_wod_token_1" +detailedDescription = "static_item_d" "item_wod_token_1" appearanceFilename = "appearance/eqp_crystal_s02.apt" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_2.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_2.tpf index 372696be79..593191cc55 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_2.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_2.tpf @@ -1,12 +1,10 @@ @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 -objectName = "static_item_n" "item_wod_token_2" -detailedDescription = "static_item_d" "item_wod_token_2" -lookAtText = "" "" +@class object_template 10 +objectName = "static_item_n" "item_wod_token_2" +detailedDescription = "static_item_d" "item_wod_token_2" appearanceFilename = "appearance/cef_webber_grenade.apt" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_3.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_3.tpf index 01eb50fd04..9f3e940c23 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_3.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_3.tpf @@ -1,12 +1,10 @@ @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 -objectName = "static_item_n" "item_wod_token_3" -detailedDescription = "static_item_d" "item_wod_token_3" -lookAtText = "" "" +@class object_template 10 +objectName = "static_item_n" "item_wod_token_3" +detailedDescription = "static_item_d" "item_wod_token_3" appearanceFilename = "appearance/eqp_organ_rancortooth_s02.apt" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_4.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_4.tpf index 29d763376f..40c8327810 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_4.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_4.tpf @@ -1,12 +1,10 @@ @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 -objectName = "static_item_n" "item_wod_token_4" -detailedDescription = "static_item_d" "item_wod_token_4" -lookAtText = "" "" +@class object_template 10 +objectName = "static_item_n" "item_wod_token_4" +detailedDescription = "static_item_d" "item_wod_token_4" appearanceFilename = "appearance/con_gen_organic_hide_leather.apt" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_5.tpf b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_5.tpf index a54e7496d8..7e3b7f15c8 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_5.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/content/shared_wod_token_5.tpf @@ -1,12 +1,10 @@ @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 -objectName = "static_item_n" "item_wod_token_5" -detailedDescription = "static_item_d" "item_wod_token_5" -lookAtText = "" "" +@class object_template 10 +objectName = "static_item_n" "item_wod_token_5" +detailedDescription = "static_item_d" "item_wod_token_5" appearanceFilename = "appearance/eqp_comp_food_flavoring.apt" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/deed/player_house_deed/shared_wod_ns_hut_deed.tpf b/sku.0/sys.shared/compiled/game/object/tangible/deed/player_house_deed/shared_wod_ns_hut_deed.tpf index 7ee2bc1de5..2768d2822e 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/deed/player_house_deed/shared_wod_ns_hut_deed.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/deed/player_house_deed/shared_wod_ns_hut_deed.tpf @@ -1,14 +1,10 @@ - @base object/tangible/deed/base/shared_deed_building_base.iff @class tangible_object_template 6 -@class object_template 5 - -objectName = "static_item_n" "wod_ns_hut_deed_n" - -detailedDescription = "static_item_d" "wod_ns_hut_deed_d" -lookAtText = "" "" +@class object_template 5 +objectName = "deed" "wod_ns_hut_deed_n" +detailedDescription = "deed_detail" "wod_ns_hut_deed_d" appearanceFilename = "appearance/item_dant_small_mudhut.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/deed/player_house_deed/shared_wod_sm_hut_deed.tpf b/sku.0/sys.shared/compiled/game/object/tangible/deed/player_house_deed/shared_wod_sm_hut_deed.tpf index 9f15d5d02d..fe0998e7f3 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/deed/player_house_deed/shared_wod_sm_hut_deed.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/deed/player_house_deed/shared_wod_sm_hut_deed.tpf @@ -1,14 +1,10 @@ - @base object/tangible/deed/base/shared_deed_building_base.iff @class tangible_object_template 6 -@class object_template 5 - -objectName = "static_item_n" "wod_sm_hut_deed_n" - -detailedDescription = "static_item_d" "wod_sm_hut_deed_d" -lookAtText = "" "" +@class object_template 5 +objectName = "deed" "wod_sm_hut_deed_n" +detailedDescription = "deed_detail" "wod_sm_hut_deed_d" appearanceFilename = "appearance/item_dath_mtn_clan_hut.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_floating_stones.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_floating_stones.tpf index d28c2cf6e0..213c31bded 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_floating_stones.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_floating_stones.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_floating_stones_n" -detailedDescription = "theme_park_wod/messages" "wod_floating_stones_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_floating_stones_n" +detailedDescription = "theme_park_wod/messages" "wod_floating_stones_d" appearanceFilename = "appearance/thm_dath_mtn_clan_crows_nest_s01.apt" -//clientDataFile = "clientdata/" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_gate.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_gate.tpf index 02a885be50..0b6b936d72 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_gate.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_gate.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "item_n" "wod_ns_gate_n" -detailedDescription = "item_d" "wod_ns_gate_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "item_n" "wod_ns_gate_n" +detailedDescription = "item_d" "wod_ns_gate_d" appearanceFilename = "appearance/thm_dath_night_sister_gate_nc_s01.apt" -//clientDataFile = "clientdata/" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_01.tpf index c7085d6133..e133362471 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_01.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_ns_potted_plant_01_n" -detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_01_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_ns_potted_plant_01_n" +detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_01_d" appearanceFilename = "appearance/frn_all_potted_plants_sml_s04.apt" clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_02.tpf index 5ad96c44c5..a0071cee83 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_02.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_02.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_ns_potted_plant_02_n" -detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_02_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_ns_potted_plant_02_n" +detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_02_d" appearanceFilename = "appearance/frn_all_potted_plants_sml_s03.apt" clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_03.tpf index 8c29cd5d86..d5b66271c8 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_03.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_03.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_ns_potted_plant_03_n" -detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_03_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_ns_potted_plant_03_n" +detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_03_d" appearanceFilename = "appearance/frn_all_potted_plants_sml_s05.apt" clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_04.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_04.tpf index b1dafc7986..29f33273d7 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_04.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_04.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_ns_potted_plant_04_n" -detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_04_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_ns_potted_plant_04_n" +detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_04_d" appearanceFilename = "appearance/frn_all_plant_potted_lg_s3.apt" clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_05.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_05.tpf index 0c89947de0..695a2fc40a 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_05.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_05.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_ns_potted_plant_05_n" -detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_05_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_ns_potted_plant_05_n" +detailedDescription = "theme_park_wod/messages" "wod_ns_potted_plant_05_d" appearanceFilename = "appearance/frn_all_plant_potted_lg_s4.apt" clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_06.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_06.tpf index e08bcfa432..47f682618f 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_06.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_06.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_ns_potted_tree_01_n" -detailedDescription = "theme_park_wod/messages" "wod_ns_potted_tree_01_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_ns_potted_tree_01_n" +detailedDescription = "theme_park_wod/messages" "wod_ns_potted_tree_01_d" appearanceFilename = "appearance/frn_all_wod_planter_s01.apt" clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_07.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_07.tpf index 5a7d7b7c4b..8b83c57ce4 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_07.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_07.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_ns_potted_tree_02_n" -detailedDescription = "theme_park_wod/messages" "wod_ns_potted_tree_02_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_ns_potted_tree_02_n" +detailedDescription = "theme_park_wod/messages" "wod_ns_potted_tree_02_d" appearanceFilename = "appearance/frn_all_wod_planter_s02.apt" clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_08.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_08.tpf index d4b405a052..1b9f6cfd5e 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_08.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_08.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_ns_potted_tree_03_n" -detailedDescription = "theme_park_wod/messages" "wod_ns_potted_tree_03_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_ns_potted_tree_03_n" +detailedDescription = "theme_park_wod/messages" "wod_ns_potted_tree_03_d" appearanceFilename = "appearance/frn_all_wod_planter_s03.apt" clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_09.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_09.tpf index 735ddfae9e..f6369296e5 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_09.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_potted_plant_09.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_ns_potted_tree_04_n" -detailedDescription = "theme_park_wod/messages" "wod_ns_potted_tree_04_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_ns_potted_tree_04_n" +detailedDescription = "theme_park_wod/messages" "wod_ns_potted_tree_04_d" appearanceFilename = "appearance/frn_all_wod_planter_s04.apt" clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_wall.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_wall.tpf index 09c970a882..627280d409 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_wall.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_ns_wall.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "item_n" "wod_ns_wall_n" -detailedDescription = "item_d" "wod_ns_wall_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "item_n" "wod_ns_wall_n" +detailedDescription = "item_d" "wod_ns_wall_d" appearanceFilename = "appearance/thm_dath_night_sister_fence_s01.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - +forceNoCollision = true \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_01.tpf index 92a6725cdf..2dedced497 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_01.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_potted_plant_01_n" -detailedDescription = "theme_park_wod/messages" "wod_potted_plant_01_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_potted_plant_01_n" +detailedDescription = "theme_park_wod/messages" "wod_potted_plant_01_d" appearanceFilename = "appearance/frn_all_potted_plants_sml_s04.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_02.tpf index c69a4eb5bc..ee6f55d464 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_02.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_02.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_potted_plant_02_n" -detailedDescription = "theme_park_wod/messages" "wod_potted_plant_02_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_potted_plant_02_n" +detailedDescription = "theme_park_wod/messages" "wod_potted_plant_02_d" appearanceFilename = "appearance/frn_all_potted_plants_sml_s03.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_03.tpf index 3106a81896..32363e2810 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_03.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_03.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_potted_plant_03_n" -detailedDescription = "theme_park_wod/messages" "wod_potted_plant_03_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_potted_plant_03_n" +detailedDescription = "theme_park_wod/messages" "wod_potted_plant_03_d" appearanceFilename = "appearance/frn_all_potted_plants_sml_s05.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_04.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_04.tpf index a3b306b308..61a4b7d6ef 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_04.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_04.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_potted_plant_04_n" -detailedDescription = "theme_park_wod/messages" "wod_potted_plant_04_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_potted_plant_04_n" +detailedDescription = "theme_park_wod/messages" "wod_potted_plant_04_d" appearanceFilename = "appearance/frn_all_plant_potted_lg_s3.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_05.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_05.tpf index 4d3a979b4c..90881e4a90 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_05.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_05.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_potted_plant_05_n" -detailedDescription = "theme_park_wod/messages" "wod_potted_plant_05_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_potted_plant_05_n" +detailedDescription = "theme_park_wod/messages" "wod_potted_plant_05_d" appearanceFilename = "appearance/frn_all_plant_potted_lg_s4.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_06.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_06.tpf index 9b200956ad..52dd86eb6a 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_06.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_06.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_potted_tree_01_n" -detailedDescription = "theme_park_wod/messages" "wod_potted_tree_01_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_potted_tree_01_n" +detailedDescription = "theme_park_wod/messages" "wod_potted_tree_01_d" appearanceFilename = "appearance/frn_all_wod_planter_s01.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_07.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_07.tpf index fe4743eb20..860bd6264a 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_07.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_07.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_potted_tree_02_n" -detailedDescription = "theme_park_wod/messages" "wod_potted_tree_02_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_potted_tree_02_n" +detailedDescription = "theme_park_wod/messages" "wod_potted_tree_02_d" appearanceFilename = "appearance/frn_all_wod_planter_s02.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_08.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_08.tpf index b7749e68b8..ea8551326f 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_08.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_08.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_potted_tree_03_n" -detailedDescription = "theme_park_wod/messages" "wod_potted_tree_03_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_potted_tree_03_n" +detailedDescription = "theme_park_wod/messages" "wod_potted_tree_03_d" appearanceFilename = "appearance/frn_all_wod_planter_s03.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_09.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_09.tpf index 9c6525aba5..6cc55a2a77 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_09.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_potted_plant_09.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_potted_tree_04_n" -detailedDescription = "theme_park_wod/messages" "wod_potted_tree_04_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_potted_tree_04_n" +detailedDescription = "theme_park_wod/messages" "wod_potted_tree_04_d" appearanceFilename = "appearance/frn_all_wod_planter_s04.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant.tpf index aa308b32a9..14b21f159d 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 objectName = "theme_park_wod/messages" "wod_sm_potted_plant_n" detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_d" - -//lookAtText = "string_table" "item" - -//snapToTerrain = false - appearanceFilename = "appearance/frn_all_potted_plants_sml_s04.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_01.tpf index bb5099e3c9..1c12cea615 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_01.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_sm_potted_plant_01_n" -detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_01_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_sm_potted_plant_01_n" +detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_01_d" appearanceFilename = "appearance/frn_all_potted_plants_sml_s04.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_02.tpf index 1752f3cdcf..449ac1c9c0 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_02.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_02.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_sm_potted_plant_02_n" -detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_02_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_sm_potted_plant_02_n" +detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_02_d" appearanceFilename = "appearance/frn_all_potted_plants_sml_s03.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_03.tpf index 19519ccfed..3672c73b60 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_03.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_03.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_sm_potted_plant_03_n" -detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_03_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_sm_potted_plant_03_n" +detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_03_d" appearanceFilename = "appearance/frn_all_potted_plants_sml_s05.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_04.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_04.tpf index 157450253c..821a59121f 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_04.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_04.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_sm_potted_plant_04_n" -detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_04_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_sm_potted_plant_04_n" +detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_04_d" appearanceFilename = "appearance/frn_all_plant_potted_lg_s3.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_05.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_05.tpf index 18e16f5e03..79eb98be13 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_05.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_05.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_sm_potted_plant_05_n" -detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_05_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_sm_potted_plant_05_n" +detailedDescription = "theme_park_wod/messages" "wod_sm_potted_plant_05_d" appearanceFilename = "appearance/frn_all_plant_potted_lg_s4.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_06.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_06.tpf index ede056403e..aa4bd3f6c3 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_06.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_06.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_sm_potted_tree_01_n" -detailedDescription = "theme_park_wod/messages" "wod_sm_potted_tree_01_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_sm_potted_tree_01_n" +detailedDescription = "theme_park_wod/messages" "wod_sm_potted_tree_01_d" appearanceFilename = "appearance/frn_all_wod_planter_s01.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_07.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_07.tpf index 5adeed6470..9c8493e989 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_07.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_07.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_sm_potted_tree_02_n" -detailedDescription = "theme_park_wod/messages" "wod_sm_potted_tree_02_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_sm_potted_tree_02_n" +detailedDescription = "theme_park_wod/messages" "wod_sm_potted_tree_02_d" appearanceFilename = "appearance/frn_all_wod_planter_s02.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_08.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_08.tpf index 9e6310b4c1..846501905f 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_08.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_08.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_sm_potted_tree_03_n" -detailedDescription = "theme_park_wod/messages" "wod_sm_potted_tree_03_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_sm_potted_tree_03_n" +detailedDescription = "theme_park_wod/messages" "wod_sm_potted_tree_03_d" appearanceFilename = "appearance/frn_all_wod_planter_s03.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_09.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_09.tpf index 951c7c3f36..84c9fbce48 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_09.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_potted_plant_09.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "theme_park_wod/messages" "wod_sm_potted_tree_04_n" -detailedDescription = "theme_park_wod/messages" "wod_sm_potted_tree_04_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_sm_potted_tree_04_n" +detailedDescription = "theme_park_wod/messages" "wod_sm_potted_tree_04_d" appearanceFilename = "appearance/frn_all_wod_planter_s04.apt" clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_wall.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_wall.tpf index af8ab93ff1..ea165a43b1 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_wall.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_sm_wall.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "item_n" "wod_sm_wall_n" -detailedDescription = "item_d" "wod_sm_wall_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "item_n" "wod_sm_wall_n" +detailedDescription = "item_d" "wod_sm_wall_d" appearanceFilename = "appearance/thm_dath_mtn_clan_strong_fence_s01.apt" -//clientDataFile = "clientdata" -//portalLayoutFilename = "" - +forceNoCollision = true \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_tower.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_tower.tpf index d13f113699..0a1752275d 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_tower.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_tower.tpf @@ -1,20 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "item_n" "wod_tower_n" -detailedDescription = "item_d" "wod_tower_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "item_n" "wod_tower_n" +detailedDescription = "item_d" "wod_tower_d" appearanceFilename = "appearance/thm_dath_night_sister_guard_tower_nc_s01.apt" clientDataFile = "clientdata/item/client_shared_item_rock_glowing.cdf" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_trilithon.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_trilithon.tpf index 73eeb9f03d..0dbc51a366 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_trilithon.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/decorative/shared_wod_trilithon.tpf @@ -1,20 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 - -@class object_template 5 - +@class tangible_object_template 10 -objectName = "item_n" "wod_trilithon_n" -detailedDescription = "item_d" "wod_trilithon_d" -//lookAtText = "string_table" "item" - -//snapToTerrain = false +@class object_template 10 +objectName = "item_n" "wod_trilithon_n" +detailedDescription = "item_d" "wod_trilithon_d" appearanceFilename = "appearance/thm_dath_mtn_clan_gate_s01.apt" -//clientDataFile = "clientdata/" -//portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_data_cache.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_data_cache.tpf index 6eef289c60..67641aa17e 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_data_cache.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_data_cache.tpf @@ -1,15 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 -objectName = "item_n" "data_cache" -detailedDescription = "item_d" "data_cache" +@class object_template 10 +objectName = "item_n" "data_cache" +detailedDescription = "item_d" "data_cache" appearanceFilename = "appearance/item_tcg_jedi_bookshelf.apt" -//clientDataFile = "clientdata/" -portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_01.tpf new file mode 100644 index 0000000000..fd9407efb0 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_01.tpf @@ -0,0 +1,11 @@ +@base object/tangible/furniture/base/shared_furniture_base.iff + +@class tangible_object_template 6 + +@class object_template 5 + +objectName = "static_item_n" "item_painting_wod_ns_01" + +detailedDescription = "static_item_d" "item_painting_wod_ns_01" + +appearanceFilename = "appearance/frn_all_tapestry_wod_nightsister_portrait.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_02.tpf new file mode 100644 index 0000000000..84b37b7533 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_ns_02.tpf @@ -0,0 +1,11 @@ +@base object/tangible/furniture/base/shared_furniture_base.iff + +@class tangible_object_template 6 + +@class object_template 5 + +objectName = "static_item_n" "item_painting_wod_ns_02" + +detailedDescription = "static_item_d" "item_painting_wod_ns_02" + +appearanceFilename = "appearance/frn_all_tapestry_wod_nightsister_portrait_full.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_outcast.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_outcast.tpf new file mode 100644 index 0000000000..d2e57561af --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_outcast.tpf @@ -0,0 +1,11 @@ +@base object/tangible/furniture/base/shared_furniture_base.iff + +@class tangible_object_template 6 + +@class object_template 5 + +objectName = "static_item_n" "item_painting_wod_outcast" + +detailedDescription = "static_item_d" "item_painting_wod_outcast" + +appearanceFilename = "appearance/frn_all_painting_wod_nightsister_outcast.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_01.tpf new file mode 100644 index 0000000000..38fd0a2b12 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_01.tpf @@ -0,0 +1,11 @@ +@base object/tangible/furniture/base/shared_furniture_base.iff + +@class tangible_object_template 6 + +@class object_template 5 + +objectName = "static_item_n" "item_painting_wod_scene_01" + +detailedDescription = "static_item_d" "item_painting_wod_scene_01" + +appearanceFilename = "appearance/frn_all_tapestry_wod_scenary_s01.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_02.tpf new file mode 100644 index 0000000000..7e61e6adcd --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_02.tpf @@ -0,0 +1,11 @@ +@base object/tangible/furniture/base/shared_furniture_base.iff + +@class tangible_object_template 6 + +@class object_template 5 + +objectName = "static_item_n" "item_painting_wod_scene_02" + +detailedDescription = "static_item_d" "item_painting_wod_scene_02" + +appearanceFilename = "appearance/frn_all_tapestry_wod_scenary_s02.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_03.tpf new file mode 100644 index 0000000000..ead872e176 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_03.tpf @@ -0,0 +1,11 @@ +@base object/tangible/furniture/base/shared_furniture_base.iff + +@class tangible_object_template 6 + +@class object_template 5 + +objectName = "static_item_n" "item_painting_wod_scene_03" + +detailedDescription = "static_item_d" "item_painting_wod_scene_03" + +appearanceFilename = "appearance/frn_all_tapestry_wod_scenary_s03.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_04.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_04.tpf new file mode 100644 index 0000000000..4e17d0aa67 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_scene_04.tpf @@ -0,0 +1,11 @@ +@base object/tangible/furniture/base/shared_furniture_base.iff + +@class tangible_object_template 6 + +@class object_template 5 + +objectName = "static_item_n" "item_painting_wod_scene_04" + +detailedDescription = "static_item_d" "item_painting_wod_scene_04" + +appearanceFilename = "appearance/frn_all_tapestry_wod_scenary_s04.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_01.tpf new file mode 100644 index 0000000000..ae4cee5286 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_01.tpf @@ -0,0 +1,11 @@ +@base object/tangible/furniture/base/shared_furniture_base.iff + +@class tangible_object_template 6 + +@class object_template 5 + +objectName = "static_item_n" "item_painting_wod_sm_01" + +detailedDescription = "static_item_d" "item_painting_wod_sm_01" + +appearanceFilename = "appearance/frn_all_tapestry_wod_singing_portrait.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_02.tpf new file mode 100644 index 0000000000..cf440369b3 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_painting_sm_02.tpf @@ -0,0 +1,11 @@ +@base object/tangible/furniture/base/shared_furniture_base.iff + +@class tangible_object_template 6 + +@class object_template 5 + +objectName = "static_item_n" "item_painting_wod_sm_02" + +detailedDescription = "static_item_d" "item_painting_wod_sm_02" + +appearanceFilename = "appearance/frn_all_tapestry_wod_singing_portrait_full.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar.tpf new file mode 100644 index 0000000000..76e984584a --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar.tpf @@ -0,0 +1,10 @@ +@base object/tangible/base/shared_tangible_base.iff +@class tangible_object_template 6 +@class object_template 5 + +objectName = "static_item_n" "item_wod_pro_herb_reward_jar_n" +detailedDescription = "static_item_d" "item_wod_pro_herb_reward_jar_d" + +appearanceFilename = "appearance/edb_con_tato_jar_spice_s02.apt" + +gameObjectType = GOT_misc_item_usable diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_ns.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_ns.tpf new file mode 100644 index 0000000000..3b93e12f40 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_ns.tpf @@ -0,0 +1,11 @@ +@base object/tangible/base/shared_tangible_base.iff +@class tangible_object_template 6 +@class object_template 5 + +objectName = "static_item_n" "item_wod_pro_herb_reward_jar_ns_n" +detailedDescription = "static_item_d" "item_wod_pro_herb_reward_jar_ns_d" + +appearanceFilename = "appearance/edb_con_tato_jar_spice_s02.apt" +clientDataFile = "clientdata/item/client_shared_item_gem_red_s01.cdf" + +gameObjectType = GOT_misc_item_usable diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_sm.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_sm.tpf new file mode 100644 index 0000000000..770eeb8822 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_sm.tpf @@ -0,0 +1,11 @@ +@base object/tangible/base/shared_tangible_base.iff +@class tangible_object_template 6 +@class object_template 5 + +objectName = "static_item_n" "item_wod_pro_herb_reward_jar_sm_n" +detailedDescription = "static_item_d" "item_wod_pro_herb_reward_jar_sm_d" + +appearanceFilename = "appearance/edb_con_tato_jar_spice_s02.apt" +clientDataFile = "clientdata/item/client_shared_item_gem_blue_s01.cdf" + +gameObjectType = GOT_misc_item_usable diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_gaping_spider.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_gaping_spider.tpf new file mode 100644 index 0000000000..087fd1e066 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_gaping_spider.tpf @@ -0,0 +1,9 @@ +@base object/tangible/base/shared_tangible_base.iff + +@class tangible_object_template 6 + +@class object_template 5 +objectName = "static_item_n" "item_wod_gaping_spider_toy" +detailedDescription = "static_item_d" "item_wod_gaping_spider_toy" + +appearanceFilename = "appearance/frn_all_wod_toy_gaping_spider.apt" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_malkloc.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_malkloc.tpf new file mode 100644 index 0000000000..fb833c557a --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_malkloc.tpf @@ -0,0 +1,9 @@ +@base object/tangible/base/shared_tangible_base.iff + +@class tangible_object_template 6 + +@class object_template 5 +objectName = "static_item_n" "item_wod_malkloc_toy" +detailedDescription = "static_item_d" "item_wod_malkloc_toy" + +appearanceFilename = "appearance/frn_all_wod_toy_malkloc.apt" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_rancor.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_rancor.tpf new file mode 100644 index 0000000000..ce1dfafb29 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_rancor.tpf @@ -0,0 +1,9 @@ +@base object/tangible/base/shared_tangible_base.iff + +@class tangible_object_template 6 + +@class object_template 5 +objectName = "static_item_n" "item_wod_mutated_rancor_toy" +detailedDescription = "static_item_d" "item_wod_mutated_rancor_toy" + +appearanceFilename = "appearance/frn_all_wod_toy_mutated_rancor.apt" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_reptilian_flyer.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_reptilian_flyer.tpf new file mode 100644 index 0000000000..8016975603 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_reptilian_flyer.tpf @@ -0,0 +1,9 @@ +@base object/tangible/base/shared_tangible_base.iff + +@class tangible_object_template 6 + +@class object_template 5 +objectName = "static_item_n" "item_wod_reptilian_flyer_toy" +detailedDescription = "static_item_d" "item_wod_reptilian_flyer_toy" + +appearanceFilename = "appearance/frn_all_wod_toy_reptilian_flyer.apt" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_shear_mite.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_shear_mite.tpf new file mode 100644 index 0000000000..f16706a522 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_toy_shear_mite.tpf @@ -0,0 +1,9 @@ +@base object/tangible/base/shared_tangible_base.iff + +@class tangible_object_template 6 + +@class object_template 5 +objectName = "static_item_n" "item_wod_shear_mite_toy" +detailedDescription = "static_item_d" "item_wod_shear_mite_toy" + +appearanceFilename = "appearance/frn_all_wod_toy_shear_mite.apt" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_01.tpf new file mode 100644 index 0000000000..530e1a8b26 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_01.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_small_pro_tree_01_n" + +detailedDescription = "theme_park_wod/messages" "wod_small_pro_tree_01_d" + +appearanceFilename = "appearance/frn_all_wod_planter_sm_s01.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_02.tpf new file mode 100644 index 0000000000..8cffc92e5b --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_02.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_small_pro_tree_02_n" + +detailedDescription = "theme_park_wod/messages" "wod_small_pro_tree_02_d" + +appearanceFilename = "appearance/frn_all_wod_planter_sm_s02.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_03.tpf new file mode 100644 index 0000000000..3bfa582d43 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_03.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_small_pro_tree_03_n" + +detailedDescription = "theme_park_wod/messages" "wod_small_pro_tree_03_d" + +appearanceFilename = "appearance/frn_all_wod_planter_sm_s03.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_04.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_04.tpf new file mode 100644 index 0000000000..76b0e0285c --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_04.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_small_pro_tree_04_n" + +detailedDescription = "theme_park_wod/messages" "wod_small_pro_tree_04_d" + +appearanceFilename = "appearance/frn_all_wod_planter_sm_s04.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_05.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_05.tpf new file mode 100644 index 0000000000..e97812a840 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_05.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_med_pro_tree_01_n" + +detailedDescription = "theme_park_wod/messages" "wod_med_pro_tree_01_d" + +appearanceFilename = "appearance/frn_all_wod_planter_med_s01.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_06.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_06.tpf new file mode 100644 index 0000000000..9f22d618e8 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_06.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_med_pro_tree_02_n" + +detailedDescription = "theme_park_wod/messages" "wod_med_pro_tree_02_d" + +appearanceFilename = "appearance/frn_all_wod_planter_med_s02.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_07.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_07.tpf new file mode 100644 index 0000000000..7fa42b699d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_07.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_med_pro_tree_03_n" + +detailedDescription = "theme_park_wod/messages" "wod_med_pro_tree_03_d" + +appearanceFilename = "appearance/frn_all_wod_planter_med_s03.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_08.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_08.tpf new file mode 100644 index 0000000000..7ffb9f3d30 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_08.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_med_pro_tree_04_n" + +detailedDescription = "theme_park_wod/messages" "wod_med_pro_tree_04_d" + +appearanceFilename = "appearance/frn_all_wod_planter_med_s04.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.tpf new file mode 100644 index 0000000000..32aeacaad5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_potted_tree_01_n" + +detailedDescription = "theme_park_wod/messages" "wod_potted_tree_01_d" + +appearanceFilename = "appearance/frn_all_wod_planter_s01.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.tpf new file mode 100644 index 0000000000..bb45cb69c4 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_potted_tree_02_n" + +detailedDescription = "theme_park_wod/messages" "wod_potted_tree_02_d" + +appearanceFilename = "appearance/frn_all_wod_planter_s02.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.tpf new file mode 100644 index 0000000000..85d17a83f2 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_potted_tree_03_n" + +detailedDescription = "theme_park_wod/messages" "wod_potted_tree_03_d" + +appearanceFilename = "appearance/frn_all_wod_planter_s03.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.tpf new file mode 100644 index 0000000000..19bf28eced --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.tpf @@ -0,0 +1,16 @@ +@base object/tangible/furniture/city/shared_city_furniture.iff + +@class tangible_object_template 6 + +@class object_template 5 + + +objectName = "theme_park_wod/messages" "wod_potted_tree_04_n" + +detailedDescription = "theme_park_wod/messages" "wod_potted_tree_04_d" + +appearanceFilename = "appearance/frn_all_wod_planter_s04.apt" + +portalLayoutFilename = "" + +gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_01.tpf index 2015e1fd8d..560bb65c33 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_01.tpf @@ -1,16 +1,8 @@ -// Template Editor -SWG Source - @base object/tangible/terminal/base/shared_base_terminal.iff - -@class tangible_object_template 3 - +@class tangible_object_template 6 @class object_template 5 -objectName = "theme_park_wod/messages" "wod_themepark_herb" -detailedDescription = "theme_park_wod/messages" "wod_themepark_herb_type_1" -//lookAtText = "" "" - -appearanceFilename = "appearance/leaf_dath_lessetplant.apt" - -//clientDataFile = "clientdata/" +objectName = "theme_park_wod/messages" "wod_themepark_herb" //rinor +detailedDescription = "theme_park_wod/messages" "wod_themepark_herb_type_5" +appearanceFilename = "appearance/leaf_dath_rinor.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_02.tpf index b07c1db149..43c431cd0c 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_02.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_02.tpf @@ -1,16 +1,8 @@ -// Template Editor -SWG Source - @base object/tangible/terminal/base/shared_base_terminal.iff - -@class tangible_object_template 3 - +@class tangible_object_template 6 @class object_template 5 -objectName = "theme_park_wod/messages" "wod_themepark_herb" -detailedDescription = "theme_park_wod/messages" "wod_themepark_herb_type_2" -//lookAtText = "" "" - -appearanceFilename = "appearance/leaf_dath_ongmuelplant.apt" - -//clientDataFile = "clientdata/" +objectName = "theme_park_wod/messages" "wod_themepark_herb" //redweed +detailedDescription = "theme_park_wod/messages" "wod_themepark_herb_type_4" +appearanceFilename = "appearance/shrb_dath_redweed.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_03.tpf index 4369241d46..d26b59a862 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_03.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_03.tpf @@ -1,16 +1,8 @@ -// Template Editor -SWG Source - @base object/tangible/terminal/base/shared_base_terminal.iff - -@class tangible_object_template 3 - +@class tangible_object_template 6 @class object_template 5 -objectName = "theme_park_wod/messages" "wod_themepark_herb" +objectName = "theme_park_wod/messages" "wod_themepark_herb" //greybush detailedDescription = "theme_park_wod/messages" "wod_themepark_herb_type_3" -//lookAtText = "" "" appearanceFilename = "appearance/shrb_dath_greybush_sm.apt" - -//clientDataFile = "clientdata/" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_04.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_04.tpf index c8b7bcb97d..196cd02d5c 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_04.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_04.tpf @@ -1,15 +1,8 @@ -// Template Editor -SWG Source - @base object/tangible/terminal/base/shared_base_terminal.iff - -@class tangible_object_template 3 - +@class tangible_object_template 6 @class object_template 5 -objectName = "theme_park_wod/messages" "wod_themepark_herb" -detailedDescription = "theme_park_wod/messages" "wod_themepark_herb_type_4" - -appearanceFilename = "appearance/shrb_dath_redweed.apt" - -//clientDataFile = "clientdata/" +objectName = "theme_park_wod/messages" "wod_themepark_herb" //ongmuel +detailedDescription = "theme_park_wod/messages" "wod_themepark_herb_type_2" +appearanceFilename = "appearance/leaf_dath_ongmuelplant.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_05.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_05.tpf index 7aed566f9d..6dfe68e2d2 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_05.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_themepark_herb_05.tpf @@ -1,15 +1,8 @@ -// Template Editor -SWG Source - @base object/tangible/terminal/base/shared_base_terminal.iff - -@class tangible_object_template 3 - +@class tangible_object_template 6 @class object_template 5 -objectName = "theme_park_wod/messages" "wod_themepark_herb" -detailedDescription = "theme_park_wod/messages" "wod_themepark_herb_type_5" - -appearanceFilename = "appearance/leaf_dath_rinor.apt" - -//clientDataFile = "clientdata/" +objectName = "theme_park_wod/messages" "wod_themepark_herb" //lesset +detailedDescription = "theme_park_wod/messages" "wod_themepark_herb_type_1" +appearanceFilename = "appearance/leaf_dath_lessetplant.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_trampled_plant.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_trampled_plant.tpf index 463e748e55..f5b5f6d393 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_trampled_plant.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_trampled_plant.tpf @@ -1,15 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 -objectName = "theme_park_wod/messages" "wod_trampled_plant_n" -detailedDescription = "theme_park_wod/messages" "wod_trampled_plant_d" +@class object_template 10 +objectName = "theme_park_wod/messages" "wod_trampled_plant_n" +detailedDescription = "theme_park_wod/messages" "wod_trampled_plant_d" appearanceFilename = "appearance/leaf_dath_hwotha_a1.apt" -//clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" -portalLayoutFilename = "" - +gameObjectType = GOT_misc_item_usable \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s01_sign.tpf b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s01_sign.tpf index 2456d657c0..2a8aff9953 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s01_sign.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s01_sign.tpf @@ -1,9 +1,12 @@ @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 appearanceFilename = "appearance/thm_dath_banner_house_sign_s01.apt" gameObjectType = GOT_misc_item_usable + +objectName = "item_n" "wod_sm_banner_s01" +detailedDescription = "item_d" "wod_sm_banner_s01" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s02_sign.tpf b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s02_sign.tpf index 98b2f892d8..ef95992a0c 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s02_sign.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s02_sign.tpf @@ -1,9 +1,12 @@ @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 appearanceFilename = "appearance/thm_dath_banner_house_sign_s02.apt" gameObjectType = GOT_misc_item_usable + +objectName = "item_n" "wod_sm_banner_s02" +detailedDescription = "item_d" "wod_sm_banner_s02" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s03_sign.tpf b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s03_sign.tpf index ebe621ae8e..be95ca7951 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s03_sign.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_banner_s03_sign.tpf @@ -1,9 +1,12 @@ @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 appearanceFilename = "appearance/thm_dath_banner_house_sign_s03.apt" gameObjectType = GOT_misc_item_usable + +objectName = "item_n" "wod_sm_banner_s03" +detailedDescription = "item_d" "wod_sm_banner_s03" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_hanging_sign.tpf b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_hanging_sign.tpf index a0918f8a6d..6dc1beb48a 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_hanging_sign.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_hanging_sign.tpf @@ -1,9 +1,9 @@ @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 appearanceFilename = "appearance/thm_dath_house_sign_hanging_s01.apt" -gameObjectType = GOT_misc_item_usable +gameObjectType = GOT_misc_item_usable \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_standing_sign.tpf b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_standing_sign.tpf index 1ed22eff30..1edde6a9b4 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_standing_sign.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/item/skillmod/shared_skillmod_wod_sm_standing_sign.tpf @@ -1,9 +1,9 @@ @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 appearanceFilename = "appearance/thm_dath_house_sign_standing_s01.apt" -gameObjectType = GOT_misc_item_usable +gameObjectType = GOT_misc_item_usable \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/quest/wod/shared_wod_rancor_cage.tpf b/sku.0/sys.shared/compiled/game/object/tangible/quest/wod/shared_wod_rancor_cage.tpf new file mode 100644 index 0000000000..f12b597d22 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/quest/wod/shared_wod_rancor_cage.tpf @@ -0,0 +1,11 @@ +@base object/tangible/loot/base/shared_loot_base.iff + +@class tangible_object_template 10 + + +@class object_template 10 + +objectName = "item_n" "human_skull" +detailedDescription = "item_d" "human_skull" +lookAtText = "item_d" "human_skull" +appearanceFilename = "appearance/poi_all_skeleton_human_head.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/quest/wod/shared_wod_spider_eggs.tpf b/sku.0/sys.shared/compiled/game/object/tangible/quest/wod/shared_wod_spider_eggs.tpf new file mode 100644 index 0000000000..555e989568 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/quest/wod/shared_wod_spider_eggs.tpf @@ -0,0 +1,11 @@ +@base object/tangible/loot/base/shared_loot_base.iff + +@class tangible_object_template 10 + + +@class object_template 10 + +objectName = "item_n" "wod_spider_eggs_n" +detailedDescription = "item_d" "wod_spider_eggs_d" +lookAtText = "item_d" "wod_spider_eggs_d" +appearanceFilename = "appearance/myyydril_cave_egg_sac_slime_cluster.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/spawning/event/shared_wod_themepark_herb_spawner.tpf b/sku.0/sys.shared/compiled/game/object/tangible/spawning/event/shared_wod_themepark_herb_spawner.tpf index c0810ede31..4f37a9ee91 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/spawning/event/shared_wod_themepark_herb_spawner.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/spawning/event/shared_wod_themepark_herb_spawner.tpf @@ -1,15 +1,8 @@ -// Created by CBarnes 1/2004 - @base object/tangible/base/shared_tangible_base.iff - @class tangible_object_template 6 - @class object_template 5 objectName = "" "wod_themepark_herb_spawner_n" - detailedDescription = "" "wod_themepark_herb_spawner_d" -snapToTerrain = false - appearanceFilename = "appearance/godclient_mission_spawn_03m.apt" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_basket_rubina_ns.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_basket_rubina_ns.tpf new file mode 100644 index 0000000000..7ecd4bfd2d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_basket_rubina_ns.tpf @@ -0,0 +1,9 @@ +@base object/tangible/terminal/base/shared_base_terminal.iff +@class tangible_object_template 6 +@class object_template 5 + +objectName = "theme_park_wod/messages" "pro_ns_herb_storage_n" +detailedDescription = "theme_park_wod/messages" "pro_ns_herb_storage_d" + +appearanceFilename = "appearance/edb_con_tato_basket_s01.apt" +clientDataFile = "clientdata/item/client_shared_strong_red_light.cdf" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_basket_rubina_sm.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_basket_rubina_sm.tpf new file mode 100644 index 0000000000..73cb904348 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_basket_rubina_sm.tpf @@ -0,0 +1,9 @@ +@base object/tangible/terminal/base/shared_base_terminal.iff +@class tangible_object_template 6 +@class object_template 5 + +objectName = "theme_park_wod/messages" "pro_sm_herb_storage_n" +detailedDescription = "theme_park_wod/messages" "pro_sm_herb_storage_d" + +appearanceFilename = "appearance/edb_con_tato_basket_s01.apt" +clientDataFile = "clientdata/item/client_shared_strong_blue_light.cdf" \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter.tpf index 551252bb1a..1ee69849d6 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter.tpf @@ -1,18 +1,10 @@ -// This file was created by Mr. SWG Source - @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 - +@class tangible_object_template 10 -targetable = false -@class object_template 5 +@class object_template 10 objectName = "" "wod_crafting_alter_n" - detailedDescription = "" "wod_crafting_alter_d" - appearanceFilename = "appearance/eqp_jedi_sith_holocron_s02.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key.tpf index 1f1b1fd14e..291fe596e4 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key.tpf @@ -1,16 +1,10 @@ -// This file was created by Mr. SWG Source - @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 - -@class object_template 5 +@class tangible_object_template 10 -objectName = "theme_park/wod" "wod_crafting_alter_key_n" - -detailedDescription = "theme_park/wod" "wod_crafting_alter_key_d" +@class object_template 10 +objectName = "" "wod_crafting_alter_key_n" +detailedDescription = "" "wod_crafting_alter_key_d" appearanceFilename = "appearance/eqp_jedi_sith_holocron_s02.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_1.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_1.tpf index b1c61916c6..f863df77aa 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_1.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_1.tpf @@ -1,16 +1,10 @@ -// This file was created by Mr. SWG Source - @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 - -@class object_template 5 +@class tangible_object_template 10 -objectName = "theme_park/wod" "wod_crafting_alter_key_1_n" - -detailedDescription = "theme_park/wod" "wod_crafting_alter_key_d" +@class object_template 10 +objectName = "theme_park/wod" "wod_crafting_altar_key_1_n" +detailedDescription = "theme_park/wod" "wod_crafting_altar_key_d" appearanceFilename = "appearance/wookiee_gravestone_s01.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_2.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_2.tpf index 80f5c5cf6b..103bbd423f 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_2.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_2.tpf @@ -1,16 +1,10 @@ -// This file was created by Mr. SWG Source - @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 - -@class object_template 5 +@class tangible_object_template 10 -objectName = "theme_park/wod" "wod_crafting_alter_key_2_n" - -detailedDescription = "theme_park/wod" "wod_crafting_alter_key_d" +@class object_template 10 +objectName = "theme_park/wod" "wod_crafting_altar_key_2_n" +detailedDescription = "theme_park/wod" "wod_crafting_altar_key_d" appearanceFilename = "appearance/wookiee_gravestone_s01.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_3.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_3.tpf index 4443438ca5..8baa1fc96d 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_3.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_3.tpf @@ -1,16 +1,10 @@ -// This file was created by Mr. SWG Source - @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 - -@class object_template 5 +@class tangible_object_template 10 -objectName = "theme_park/wod" "wod_crafting_alter_key_3_n" - -detailedDescription = "theme_park/wod" "wod_crafting_alter_key_d" +@class object_template 10 +objectName = "theme_park/wod" "wod_crafting_altar_key_3_n" +detailedDescription = "theme_park/wod" "wod_crafting_altar_key_d" appearanceFilename = "appearance/wookiee_gravestone_s01.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_4.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_4.tpf index fd35eba2f2..e13eaf89f6 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_4.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_alter_key_4.tpf @@ -1,16 +1,10 @@ -// This file was created by Mr. SWG Source - @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 - -@class object_template 5 +@class tangible_object_template 10 -objectName = "theme_park/wod" "wod_crafting_alter_key_4_n" - -detailedDescription = "theme_park/wod" "wod_crafting_alter_key_d" +@class object_template 10 +objectName = "theme_park/wod" "wod_crafting_altar_key_4_n" +detailedDescription = "theme_park/wod" "wod_crafting_altar_key_d" appearanceFilename = "appearance/wookiee_gravestone_s01.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_template.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_template.tpf index b68b184834..405ae83681 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_template.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_crafting_template.tpf @@ -1,16 +1,10 @@ -// This file was created by Mr. SWG Source - @base object/tangible/base/shared_tangible_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 objectName = "item_n" "wod_crafting_template_n" - detailedDescription = "item_d" "wod_crafting_template_d" - appearanceFilename = "appearance/eqp_jedi_sith_holocron_s02.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_egg.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_egg.tpf index 259b04462a..020c465615 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_egg.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_egg.tpf @@ -1,18 +1,11 @@ -// This file was created by Mr. SWG Source - @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 objectName = "" "wod_egg_n" - detailedDescription = "" "wod_egg_d" - appearanceFilename = "appearance/myyydril_cave_egg_sac.apt" - clientDataFile = "clientdata/item/client_shared_life_day_present.cdf" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_egg_stomped.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_egg_stomped.tpf index 76c16b3f11..f91322c6b4 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_egg_stomped.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_egg_stomped.tpf @@ -1,18 +1,11 @@ -// This file was created by Mr. SWG Source - @base object/tangible/loot/base/shared_loot_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 objectName = "" "wod_egg_stomped_n" - detailedDescription = "" "wod_egg_stomped_d" - appearanceFilename = "appearance/myyydril_cave_egg_sac_hatched.apt" - clientDataFile = "clientdata/item/client_shared_life_day_present_stomped.cdf" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_rubina_chest.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_rubina_chest.tpf index d57b3e644c..c3db51a2bb 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_rubina_chest.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_rubina_chest.tpf @@ -1,18 +1,10 @@ -// This file was created by Mr. SWG Source - @base object/tangible/terminal/base/shared_base_terminal.iff -@class tangible_object_template 3 +@class tangible_object_template 10 -@class object_template 10 +@class object_template 10 objectName = "item_n" "wod_rubina_chest_n" - detailedDescription = "item_d" "wod_rubina_chest_d" - appearanceFilename = "appearance/frn_all_eleg_chest_s02.apt" - -//clientDataFile = "clientdata/" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s01.tpf index 0dc84e909f..d6a23518fe 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s01.tpf @@ -1,16 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 objectName = "item_n" "wod_witch_banner_s01_n" - -detailedDescription = "item_n" "wod_witch_banner_s01_d" - +detailedDescription = "item_d" "wod_witch_banner_s01_d" appearanceFilename = "appearance/thm_dath_night_sister_banner_s01.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s02.tpf index 5e006597a7..e7b19c3f29 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s02.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s02.tpf @@ -1,16 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 objectName = "item_n" "wod_witch_banner_s02_n" - -detailedDescription = "item_n" "wod_witch_banner_s02_d" - +detailedDescription = "item_d" "wod_witch_banner_s02_d" appearanceFilename = "appearance/thm_dath_night_sister_banner_s02.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s03.tpf index 7eaaf07556..eeb9bd628c 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s03.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/theme_park/wod/shared_wod_witch_banner_s03.tpf @@ -1,16 +1,10 @@ -// Template Editor -SWG Source - @base object/tangible/furniture/base/shared_furniture_base.iff -@class tangible_object_template 6 +@class tangible_object_template 10 -@class object_template 5 +@class object_template 10 objectName = "item_n" "wod_witch_banner_s03_n" - -detailedDescription = "item_n" "wod_witch_banner_s03_d" - +detailedDescription = "item_d" "wod_witch_banner_s03_d" appearanceFilename = "appearance/thm_dath_night_sister_banner_s03.apt" - -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/boots/shared_wod_nightsister_boots_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/boots/shared_wod_nightsister_boots_s01.tpf index f3e53bb4a1..a687bc5136 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/wearables/boots/shared_wod_nightsister_boots_s01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/boots/shared_wod_nightsister_boots_s01.tpf @@ -1,15 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/wearables/base/shared_base_shoes.iff -@class tangible_object_template 3 - +@class tangible_object_template 10 -@class object_template 3 +@class object_template 10 objectName = "wearables_name" "nightsister_boots_s01" -detailedDescription = "wearables_detail" "nightsister_boots_s01" -lookAtText = "wearables_lookat" "nightsister_boots_s01" +detailedDescription = "wearables_name" "nightsister_boots_s01" +lookAtText = "wearables_name" "nightsister_boots_s01" appearanceFilename = "appearance/nightsister_boots_s01.sat" -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/boots/shared_wod_singing_mountain_clan_boots.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/boots/shared_wod_singing_mountain_clan_boots.tpf new file mode 100644 index 0000000000..c0f0cec4e3 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/boots/shared_wod_singing_mountain_clan_boots.tpf @@ -0,0 +1,12 @@ +@base object/tangible/wearables/base/shared_base_shoes.iff + +@class tangible_object_template 10 + + +@class object_template 10 + +objectName = "wearables_name" "singing_mountain_clan_boots" +detailedDescription = "wearables_name" "singing_mountain_clan_boots" +lookAtText = "wearables_lookat" "singing_mountain_clan_boots" + +appearanceFilename = "appearance/sing_mt_clan_boots_s01.sat" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/bracelet/shared_bracelet_wod_crafting_l.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/bracelet/shared_bracelet_wod_crafting_l.tpf index 293a2f512d..14aacb47f0 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/wearables/bracelet/shared_bracelet_wod_crafting_l.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/bracelet/shared_bracelet_wod_crafting_l.tpf @@ -1,15 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/wearables/bracelet/shared_bracelet_l.iff -@class tangible_object_template 3 - +@class tangible_object_template 10 -@class object_template 3 +@class object_template 10 objectName = "item_n" "cyborg_crafting_interface_n" detailedDescription = "item_d" "cyborg_crafting_interface_d" -lookAtText = "" "" +lookAtText = "wearables_lookat" "bracelet_s02" appearanceFilename = "appearance/bracelet_m_gcw_s01_l.sat" -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/dress/shared_wod_nightsister_dress_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/dress/shared_wod_nightsister_dress_s01.tpf index 24b403cc4d..f0bb4a5fd9 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/wearables/dress/shared_wod_nightsister_dress_s01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/dress/shared_wod_nightsister_dress_s01.tpf @@ -1,27 +1,11 @@ -// Filename: shared_nightsister_dress -// Directory: object/tangible/wearables/dress -// -// Description: -// -// -// Notes: -// -// -// Category: Null -// Sub-Category: Null -// Classification: Null -// - @base object/tangible/wearables/base/shared_base_skirt.iff -@class tangible_object_template 3 - +@class tangible_object_template 10 -@class object_template 3 +@class object_template 10 objectName = "wearables_name" "nightsister_dress_s01" -detailedDescription = "wearables_detail" "nightsister_dress_s01" -lookAtText = "wearables_lookat" "nightsister_dress_s01" +detailedDescription = "wearables_name" "nightsister_dress_s01" +lookAtText = "wearables_name" "nightsister_dress_s01" appearanceFilename = "appearance/nightsister_dress_s01.sat" -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_nightsister_hat_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_nightsister_hat_s01.tpf new file mode 100644 index 0000000000..2d4be5a23d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_nightsister_hat_s01.tpf @@ -0,0 +1,28 @@ +// Filename: shared_nightsister_hat_s01 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/shared_base_hat.iff + +@class tangible_object_template 3 + + + +@class object_template 3 + +objectName = "wearables_name" "nightsister_hat_s01" +detailedDescription = "wearables_detail" "nightsister_hat_s01" +lookAtText = "wearables_lookat" "nightsister_hat_s01" + +appearanceFilename = "appearance/nightsister_hat_s01.sat" +portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_nightsister_hat_s03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_nightsister_hat_s03.tpf new file mode 100644 index 0000000000..9746912688 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_nightsister_hat_s03.tpf @@ -0,0 +1,28 @@ +// Filename: shared_nightsister_hat_s03 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/shared_base_hat.iff + +@class tangible_object_template 3 + + + +@class object_template 3 + +objectName = "wearables_name" "nightsister_hat_s03" +detailedDescription = "wearables_detail" "nightsister_hat_s03" +lookAtText = "wearables_lookat" "nightsister_hat_s03" + +appearanceFilename = "appearance/nightsister_hat_s03.sat" +portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s01.tpf new file mode 100644 index 0000000000..f933c1f652 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s01.tpf @@ -0,0 +1,28 @@ +// Filename: shared_nightsister_hat_s01 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/shared_base_hat.iff + +@class tangible_object_template 3 + + + +@class object_template 3 + +objectName = "wearables_name" "singing_mountain_clan_hat_s01" +detailedDescription = "wearables_detail" "singing_mountain_clan_hat_s01" +lookAtText = "wearables_lookat" "singing_mountain_clan_hat_s01" + +appearanceFilename = "appearance/sing_mt_clan_hat_s01.sat" +portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s02.tpf new file mode 100644 index 0000000000..e6452c9979 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_hat_s02.tpf @@ -0,0 +1,28 @@ +// Filename: shared_nightsister_hat_s02 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/shared_base_hat.iff + +@class tangible_object_template 3 + + + +@class object_template 3 + +objectName = "wearables_name" "singing_mountain_clan_hat_s02" +detailedDescription = "wearables_detail" "singing_mountain_clan_hat_s02" +lookAtText = "wearables_lookat" "singing_mountain_clan_hat_s02" + +appearanceFilename = "appearance/sing_mt_clan_hat_s02.sat" +portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_mask_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_mask_s01.tpf new file mode 100644 index 0000000000..b1942655a9 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/hat/shared_wod_singing_mountain_clan_mask_s01.tpf @@ -0,0 +1,28 @@ +// Filename: shared_nightsister_hat_s01 +// Directory: object/tangible/wearables/hat +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/shared_base_hat.iff + +@class tangible_object_template 3 + + + +@class object_template 3 + +objectName = "wearables_name" "singing_mountain_clan_mask_s01" +detailedDescription = "wearables_detail" "singing_mountain_clan_mask_s01" +lookAtText = "wearables_lookat" "singing_mountain_clan_mask_s01" + +appearanceFilename = "appearance/sing_mt_clan_mask_s01.sat" +portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/pants/shared_wod_nightsister_pants_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/pants/shared_wod_nightsister_pants_s01.tpf index 2dc00f2005..a645f816c8 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/wearables/pants/shared_wod_nightsister_pants_s01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/pants/shared_wod_nightsister_pants_s01.tpf @@ -1,15 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/wearables/base/shared_base_pants.iff -@class tangible_object_template 3 - +@class tangible_object_template 10 -@class object_template 3 +@class object_template 10 objectName = "wearables_name" "nightsister_pants_s01" -detailedDescription = "wearables_detail" "nightsister_pants_s01" -lookAtText = "wearables_lookat" "nightsister_pants_s01" +detailedDescription = "wearables_name" "nightsister_pants_s01" +lookAtText = "wearables_name" "nightsister_pants_s01" appearanceFilename = "appearance/nightsister_pants_s01.sat" -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/pants/shared_wod_nightsister_pants_s02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/pants/shared_wod_nightsister_pants_s02.tpf index 8243ef8eca..26a5b38137 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/wearables/pants/shared_wod_nightsister_pants_s02.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/pants/shared_wod_nightsister_pants_s02.tpf @@ -1,15 +1,11 @@ -// Template Editor -SWG Source - @base object/tangible/wearables/base/shared_base_pants.iff -@class tangible_object_template 3 - +@class tangible_object_template 10 -@class object_template 3 +@class object_template 10 objectName = "wearables_name" "nightsister_pants_s02" -detailedDescription = "wearables_detail" "nightsister_pants_s02" -lookAtText = "wearables_lookat" "nightsister_pants_s02" +detailedDescription = "wearables_name" "nightsister_pants_s02" +lookAtText = "wearables_name" "nightsister_pants_s02" appearanceFilename = "appearance/nightsister_pants_s02.sat" -portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s01.tpf index 7ba3a21b7c..c14f6a58a4 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s01.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s01.tpf @@ -1,15 +1,11 @@ - @base object/tangible/wearables/base/shared_base_shirt.iff -@class tangible_object_template 3 - +@class tangible_object_template 10 -@class object_template 3 +@class object_template 10 objectName = "wearables_name" "nightsister_shirt_s01" -detailedDescription = "wearables_detail" "nightsister_shirt_s01" -lookAtText = "wearables_lookat" "nightsister_shirt_s01" +detailedDescription = "wearables_name" "nightsister_shirt_s01" +lookAtText = "wearables_name" "nightsister_shirt_s01" appearanceFilename = "appearance/nightsister_shirt_s01.sat" -portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s02.tpf index 521032a373..4fd57b9214 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s02.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s02.tpf @@ -1,15 +1,11 @@ - @base object/tangible/wearables/base/shared_base_shirt.iff -@class tangible_object_template 3 - +@class tangible_object_template 10 -@class object_template 3 +@class object_template 10 objectName = "wearables_name" "nightsister_shirt_s02" -detailedDescription = "wearables_detail" "nightsister_shirt_s02" -lookAtText = "wearables_lookat" "nightsister_shirt_s02" +detailedDescription = "wearables_name" "nightsister_shirt_s02" +lookAtText = "wearables_name" "nightsister_shirt_s02" appearanceFilename = "appearance/nightsister_shirt_s02.sat" -portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s03.tpf index 8bfbe1f738..4008cbab3f 100755 --- a/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s03.tpf +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_nightsister_shirt_s03.tpf @@ -1,15 +1,11 @@ - @base object/tangible/wearables/base/shared_base_shirt.iff -@class tangible_object_template 3 - +@class tangible_object_template 10 -@class object_template 3 +@class object_template 10 objectName = "wearables_name" "nightsister_shirt_s03" -detailedDescription = "wearables_detail" "nightsister_shirt_s03" -lookAtText = "wearables_lookat" "nightsister_shirt_s03" +detailedDescription = "wearables_name" "nightsister_shirt_s03" +lookAtText = "wearables_name" "nightsister_shirt_s03" appearanceFilename = "appearance/nightsister_shirt_s03.sat" -portalLayoutFilename = "" - diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s01.tpf new file mode 100644 index 0000000000..9b25e98ba5 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s01.tpf @@ -0,0 +1,12 @@ +@base object/tangible/wearables/base/shared_base_shirt.iff + +@class tangible_object_template 10 + + +@class object_template 10 + +objectName = "wearables_name" "singing_mountain_clan_shirt_s01" +detailedDescription = "wearables_name" "singing_mountain_clan_shirt_s01" +lookAtText = "wearables_lookat" "singing_mountain_clan_shirt_s01" + +appearanceFilename = "appearance/sing_mt_clan_shirt_s01.sat" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s02.tpf new file mode 100644 index 0000000000..14376d3d29 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s02.tpf @@ -0,0 +1,12 @@ +@base object/tangible/wearables/base/shared_base_shirt.iff + +@class tangible_object_template 10 + + +@class object_template 10 + +objectName = "wearables_name" "singing_mountain_clan_shirt_s02" +detailedDescription = "wearables_name" "singing_mountain_clan_shirt_s02" +lookAtText = "wearables_lookat" "singing_mountain_clan_shirt_s01" + +appearanceFilename = "appearance/sing_mt_clan_shirt_s02.sat" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s03.tpf new file mode 100644 index 0000000000..8eb3b63317 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/shirt/shared_wod_singing_mountain_clan_shirt_s03.tpf @@ -0,0 +1,12 @@ +@base object/tangible/wearables/base/shared_base_shirt.iff + +@class tangible_object_template 10 + + +@class object_template 10 + +objectName = "wearables_name" "singing_mountain_clan_shirt_s03" +detailedDescription = "wearables_name" "singing_mountain_clan_shirt_s03" +lookAtText = "wearables_lookat" "singing_mountain_clan_shirt_s01" + +appearanceFilename = "appearance/sing_mt_clan_shirt_s03.sat" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s01.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s01.tpf new file mode 100644 index 0000000000..cdcfefe689 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s01.tpf @@ -0,0 +1,28 @@ +// Filename: shared_singing_mountain_clan_skirt_s01 +// Directory: object/tangible/wearables/skirt +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/shared_base_skirt.iff + +@class tangible_object_template 3 + + + +@class object_template 3 + +objectName = "wearables_name" "singing_mountain_clan_skirt_s01" +detailedDescription = "wearables_detail" "singing_mountain_clan_skirt_s01" +lookAtText = "wearables_lookat" "singing_mountain_clan_skirt_s01" + +appearanceFilename = "appearance/sing_mt_clan_dress_s01.sat" +portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s02.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s02.tpf new file mode 100644 index 0000000000..28f1fc9f3d --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s02.tpf @@ -0,0 +1,28 @@ +// Filename: shared_singing_mountain_clan_skirt_s02 +// Directory: object/tangible/wearables/skirt +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/shared_base_skirt.iff + +@class tangible_object_template 3 + + + +@class object_template 3 + +objectName = "wearables_name" "singing_mountain_clan_skirt_s02" +detailedDescription = "wearables_detail" "singing_mountain_clan_skirt_s02" +lookAtText = "wearables_lookat" "singing_mountain_clan_skirt_s02" + +appearanceFilename = "appearance/sing_mt_clan_dress_s02.sat" +portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s03.tpf b/sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s03.tpf new file mode 100644 index 0000000000..75eb1c1292 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/tangible/wearables/skirt/shared_wod_singing_mountain_clan_skirt_s03.tpf @@ -0,0 +1,28 @@ +// Filename: shared_singing_mountain_clan_skirt_s03 +// Directory: object/tangible/wearables/skirt +// +// Description: +// +// +// Notes: +// +// +// Category: Null +// Sub-Category: Null +// Classification: Null +// + +@base object/tangible/wearables/base/shared_base_skirt.iff + +@class tangible_object_template 3 + + + +@class object_template 3 + +objectName = "wearables_name" "singing_mountain_clan_skirt_s03" +detailedDescription = "wearables_detail" "singing_mountain_clan_skirt_s03" +lookAtText = "wearables_lookat" "singing_mountain_clan_skirt_s03" + +appearanceFilename = "appearance/sing_mt_clan_dress_s03.sat" +portalLayoutFilename = "" diff --git a/sku.0/sys.shared/compiled/game/object/weapon/melee/2h_sword/shared_2h_sword_wod.tpf b/sku.0/sys.shared/compiled/game/object/weapon/melee/2h_sword/shared_2h_sword_wod.tpf new file mode 100644 index 0000000000..99c50bf984 --- /dev/null +++ b/sku.0/sys.shared/compiled/game/object/weapon/melee/2h_sword/shared_2h_sword_wod.tpf @@ -0,0 +1,13 @@ +@base object/weapon/melee/2h_sword/base/shared_2h_sword_base.iff + +@class weapon_object_template 4 + +@class tangible_object_template 3 + +@class object_template 5 + +objectName = "static_item_n" "weapon_sword_2h_wod_04_01" + +detailedDescription = "static_item_d" "weapon_sword_2h_wod_04_01" + +appearanceFilename = "appearance/wp_mle_2h_sword_kashyyk_lb.apt" diff --git a/sku.0/sys.shared/compiled/game/object/weapon/melee/polearm/shared_lance_wod_twin_blade.tpf b/sku.0/sys.shared/compiled/game/object/weapon/melee/polearm/shared_lance_wod_twin_blade.tpf index 6cfdfd7afb..6117dbee95 100755 --- a/sku.0/sys.shared/compiled/game/object/weapon/melee/polearm/shared_lance_wod_twin_blade.tpf +++ b/sku.0/sys.shared/compiled/game/object/weapon/melee/polearm/shared_lance_wod_twin_blade.tpf @@ -10,9 +10,9 @@ appearanceFilename = "appearance/wp_mle_lance_massassi_lb.apt" portalLayoutFilename = "" -objectName = "weapon_name" "lance_wod_twin_blade_n" -detailedDescription = "weapon_detail" "lance_wod_twin_blade_d" -lookAtText = "weapon_lookat" "lance_wod_twin_blade" +objectName = "static_item_n" "weapon_polearm_wod_04_01" +detailedDescription = "static_item_d" "weapon_polearm_wod_04_01" +lookAtText = "weapon_lookat" "weapon_polearm_wod_04_01" clientDataFile = "clientdata/weapon/client_melee_polearm_vibro_axe.cdf" diff --git a/sku.0/sys.shared/compiled/game/object/weapon/melee/special/shared_wod_war_fan.tpf b/sku.0/sys.shared/compiled/game/object/weapon/melee/special/shared_wod_war_fan.tpf index 68fba27f90..cafbb4633d 100755 --- a/sku.0/sys.shared/compiled/game/object/weapon/melee/special/shared_wod_war_fan.tpf +++ b/sku.0/sys.shared/compiled/game/object/weapon/melee/special/shared_wod_war_fan.tpf @@ -9,11 +9,11 @@ @class object_template 5 -objectName = "static_item_n" "item_wod_war_fan" +objectName = "static_item_n" "weapon_war_fan_wod_04_01" -detailedDescription = "static_item_d" "item_wod_war_fan" +detailedDescription = "static_item_d" "weapon_war_fan_wod_04_01" -lookAtText = "static_item_d" "item_wod_war_fan" +lookAtText = "static_item_d" "weapon_war_fan_wod_04_01" appearanceFilename = "appearance/wp_mle_fan_metal_lb.apt" diff --git a/sku.0/sys.shared/compiled/game/object/weapon/melee/sword/shared_sword_wod_scyth.tpf b/sku.0/sys.shared/compiled/game/object/weapon/melee/sword/shared_sword_wod_scyth.tpf index 1ff27f8dfc..58f59e5ca4 100755 --- a/sku.0/sys.shared/compiled/game/object/weapon/melee/sword/shared_sword_wod_scyth.tpf +++ b/sku.0/sys.shared/compiled/game/object/weapon/melee/sword/shared_sword_wod_scyth.tpf @@ -11,6 +11,6 @@ appearanceFilename = "appearance/wp_mle_sword_1h_wookiee_sword_lb.apt" portalLayoutFilename = "" -objectName = "weapon_name" "sword_wod_scyth_n" -detailedDescription = "weapon_detail" "sword_wod_scyth_d" -lookAtText = "weapon_lookat" "sword_wod_scyth" +objectName = "static_item_n" "weapon_sword_1h_wod_04_01" +detailedDescription = "static_item_d" "weapon_sword_1h_wod_04_01" +lookAtText = "weapon_lookat" "weapon_sword_1h_wod_04_01" From 90577ca1860b144cead731baeb9cb8c964b2da09 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Tue, 13 Jul 2021 00:38:16 -0400 Subject: [PATCH 027/107] Fix WoD Conversation Scripts for 3.1 Compatibility --- .../game/script/conversation/wod_azzenaj.java | 36 ++++++------ .../script/conversation/wod_first_sister.java | 2 +- .../script/conversation/wod_gethzerion.java | 16 ++--- .../script/conversation/wod_ghost_witch.java | 56 +++++++++--------- .../game/script/conversation/wod_klee.java | 16 ++--- .../game/script/conversation/wod_kyrisa.java | 12 ++-- .../game/script/conversation/wod_leandra.java | 36 ++++++------ .../script/conversation/wod_ns_guide.java | 34 +++++------ .../conversation/wod_ns_rancor_mistress.java | 36 ++++++------ .../wod_ns_rancor_tamer_diax.java | 14 ++--- .../game/script/conversation/wod_ns_sage.java | 36 ++++++------ .../script/conversation/wod_ns_vendor.java | 2 +- .../conversation/wod_ns_witch_food.java | 6 +- .../conversation/wod_ns_witch_herbs.java | 16 ++--- .../script/conversation/wod_omogg_rep.java | 16 ++--- .../script/conversation/wod_outcast1.java | 36 ++++++------ .../script/conversation/wod_outcast2.java | 36 ++++++------ .../script/conversation/wod_outcast3.java | 36 ++++++------ .../script/conversation/wod_outcast4.java | 36 ++++++------ .../script/conversation/wod_outcast5.java | 36 ++++++------ .../script/conversation/wod_outcast6.java | 36 ++++++------ .../script/conversation/wod_outcast7.java | 36 ++++++------ .../script/conversation/wod_queen_mother.java | 8 +-- .../conversation/wod_rescue_initiate.java | 8 +-- .../game/script/conversation/wod_rubina.java | 58 +++++++++---------- .../conversation/wod_second_sister.java | 2 +- .../script/conversation/wod_sm_guide.java | 36 ++++++------ .../wod_sm_rancor_handler_izaryx.java | 36 ++++++------ .../wod_sm_rancor_tamer_zideera.java | 14 ++--- .../game/script/conversation/wod_sm_sage.java | 36 ++++++------ .../script/conversation/wod_sm_vendor.java | 2 +- .../conversation/wod_sm_witch_food.java | 6 +- .../conversation/wod_sm_witch_herbs.java | 16 ++--- .../script/conversation/wod_third_sister.java | 6 +- 34 files changed, 407 insertions(+), 407 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_azzenaj.java b/sku.0/sys.server/compiled/game/script/conversation/wod_azzenaj.java index f54522fb8e..8e7f339cdc 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_azzenaj.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_azzenaj.java @@ -164,7 +164,7 @@ public int wod_azzenaj_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int wod_azzenaj_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int wod_azzenaj_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int wod_azzenaj_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int wod_azzenaj_handleBranch7(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int wod_azzenaj_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int wod_azzenaj_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -443,7 +443,7 @@ public int wod_azzenaj_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -468,7 +468,7 @@ public int wod_azzenaj_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -506,7 +506,7 @@ public int wod_azzenaj_handleBranch18(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int wod_azzenaj_handleBranch19(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -582,7 +582,7 @@ public int wod_azzenaj_handleBranch20(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -597,7 +597,7 @@ public int wod_azzenaj_handleBranch21(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int wod_azzenaj_handleBranch23(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -650,7 +650,7 @@ public int wod_azzenaj_handleBranch24(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -688,7 +688,7 @@ public int wod_azzenaj_handleBranch26(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int wod_azzenaj_handleBranch27(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_azzenaj_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int wod_azzenaj_handleBranch28(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_first_sister.java b/sku.0/sys.server/compiled/game/script/conversation/wod_first_sister.java index 73ea1329f1..058c5df51a 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_first_sister.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_first_sister.java @@ -52,7 +52,7 @@ public int wod_first_sister_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_gethzerion.java b/sku.0/sys.server/compiled/game/script/conversation/wod_gethzerion.java index 699d6653a6..e2f9d335b9 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_gethzerion.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_gethzerion.java @@ -157,7 +157,7 @@ public int wod_gethzerion_handleBranch3(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_gethzerion_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int wod_gethzerion_handleBranch5(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_gethzerion_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int wod_gethzerion_handleBranch7(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_gethzerion_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int wod_gethzerion_handleBranch10(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_gethzerion_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -563,7 +563,7 @@ public int wod_gethzerion_handleBranch11(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_gethzerion_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -766,7 +766,7 @@ public int wod_gethzerion_handleBranch13(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_gethzerion_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -969,7 +969,7 @@ public int wod_gethzerion_handleBranch15(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_gethzerion_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -984,7 +984,7 @@ public int wod_gethzerion_handleBranch17(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ghost_witch.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ghost_witch.java index 3d1b24c81b..28b3029da4 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_ghost_witch.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ghost_witch.java @@ -161,7 +161,7 @@ public int wod_ghost_witch_handleBranch2(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -199,7 +199,7 @@ public int wod_ghost_witch_handleBranch3(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -238,7 +238,7 @@ public int wod_ghost_witch_handleBranch4(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -253,7 +253,7 @@ public int wod_ghost_witch_handleBranch5(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -292,7 +292,7 @@ public int wod_ghost_witch_handleBranch6(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -315,7 +315,7 @@ public int wod_ghost_witch_handleBranch7(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -338,7 +338,7 @@ public int wod_ghost_witch_handleBranch8(obj_id player, obj_id npc, string_id re return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -376,7 +376,7 @@ public int wod_ghost_witch_handleBranch11(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -414,7 +414,7 @@ public int wod_ghost_witch_handleBranch12(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -428,7 +428,7 @@ public int wod_ghost_witch_handleBranch13(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -443,7 +443,7 @@ public int wod_ghost_witch_handleBranch15(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -481,7 +481,7 @@ public int wod_ghost_witch_handleBranch17(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -496,7 +496,7 @@ public int wod_ghost_witch_handleBranch18(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -535,7 +535,7 @@ public int wod_ghost_witch_handleBranch20(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -573,7 +573,7 @@ public int wod_ghost_witch_handleBranch21(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -611,7 +611,7 @@ public int wod_ghost_witch_handleBranch22(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -649,7 +649,7 @@ public int wod_ghost_witch_handleBranch23(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -687,7 +687,7 @@ public int wod_ghost_witch_handleBranch24(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -725,7 +725,7 @@ public int wod_ghost_witch_handleBranch25(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -763,7 +763,7 @@ public int wod_ghost_witch_handleBranch26(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -801,7 +801,7 @@ public int wod_ghost_witch_handleBranch27(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -839,7 +839,7 @@ public int wod_ghost_witch_handleBranch28(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -877,7 +877,7 @@ public int wod_ghost_witch_handleBranch29(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -915,7 +915,7 @@ public int wod_ghost_witch_handleBranch30(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -953,7 +953,7 @@ public int wod_ghost_witch_handleBranch31(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch32(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -991,7 +991,7 @@ public int wod_ghost_witch_handleBranch32(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1029,7 +1029,7 @@ public int wod_ghost_witch_handleBranch33(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ghost_witch_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1044,7 +1044,7 @@ public int wod_ghost_witch_handleBranch34(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_klee.java b/sku.0/sys.server/compiled/game/script/conversation/wod_klee.java index fb2702dab4..5367fed661 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_klee.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_klee.java @@ -157,7 +157,7 @@ public int wod_klee_handleBranch3(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_klee_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -172,7 +172,7 @@ public int wod_klee_handleBranch5(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_klee_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -187,7 +187,7 @@ public int wod_klee_handleBranch7(obj_id player, obj_id npc, string_id response) return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_klee_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -360,7 +360,7 @@ public int wod_klee_handleBranch10(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_klee_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -563,7 +563,7 @@ public int wod_klee_handleBranch11(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_klee_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -766,7 +766,7 @@ public int wod_klee_handleBranch13(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_klee_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -969,7 +969,7 @@ public int wod_klee_handleBranch15(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_klee_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -984,7 +984,7 @@ public int wod_klee_handleBranch17(obj_id player, obj_id npc, string_id response return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java b/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java index 8251a91539..6a1a3d6f9a 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java @@ -138,7 +138,7 @@ public int wod_kyrisa_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_kyrisa_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int wod_kyrisa_handleBranch2(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_kyrisa_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -214,7 +214,7 @@ public int wod_kyrisa_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_kyrisa_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -229,7 +229,7 @@ public int wod_kyrisa_handleBranch4(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_kyrisa_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -267,7 +267,7 @@ public int wod_kyrisa_handleBranch6(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_kyrisa_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -296,7 +296,7 @@ public int wod_kyrisa_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_leandra.java b/sku.0/sys.server/compiled/game/script/conversation/wod_leandra.java index 5ac2ea772d..a9511f5d45 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_leandra.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_leandra.java @@ -164,7 +164,7 @@ public int wod_leandra_handleBranch3(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -202,7 +202,7 @@ public int wod_leandra_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -241,7 +241,7 @@ public int wod_leandra_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -279,7 +279,7 @@ public int wod_leandra_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int wod_leandra_handleBranch7(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -356,7 +356,7 @@ public int wod_leandra_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -394,7 +394,7 @@ public int wod_leandra_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -443,7 +443,7 @@ public int wod_leandra_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -468,7 +468,7 @@ public int wod_leandra_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -506,7 +506,7 @@ public int wod_leandra_handleBranch18(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -544,7 +544,7 @@ public int wod_leandra_handleBranch19(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -582,7 +582,7 @@ public int wod_leandra_handleBranch20(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -597,7 +597,7 @@ public int wod_leandra_handleBranch21(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -635,7 +635,7 @@ public int wod_leandra_handleBranch23(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -650,7 +650,7 @@ public int wod_leandra_handleBranch24(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -688,7 +688,7 @@ public int wod_leandra_handleBranch26(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int wod_leandra_handleBranch27(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_leandra_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -741,7 +741,7 @@ public int wod_leandra_handleBranch28(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_guide.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_guide.java index 431d891afe..c729b6e12f 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_guide.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_guide.java @@ -142,7 +142,7 @@ public int wod_ns_guide_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int wod_ns_guide_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -462,7 +462,7 @@ public int wod_ns_guide_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -554,7 +554,7 @@ public int wod_ns_guide_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -772,7 +772,7 @@ public int wod_ns_guide_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -855,7 +855,7 @@ public int wod_ns_guide_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -947,7 +947,7 @@ public int wod_ns_guide_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1165,7 +1165,7 @@ public int wod_ns_guide_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1179,7 +1179,7 @@ public int wod_ns_guide_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1217,7 +1217,7 @@ public int wod_ns_guide_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1266,7 +1266,7 @@ public int wod_ns_guide_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1358,7 +1358,7 @@ public int wod_ns_guide_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1576,7 +1576,7 @@ public int wod_ns_guide_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1668,7 +1668,7 @@ public int wod_ns_guide_handleBranch21(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1886,7 +1886,7 @@ public int wod_ns_guide_handleBranch23(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1978,7 +1978,7 @@ public int wod_ns_guide_handleBranch24(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_guide_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2196,7 +2196,7 @@ public int wod_ns_guide_handleBranch26(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_mistress.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_mistress.java index 4a93e69d23..b68de4a273 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_mistress.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_mistress.java @@ -144,7 +144,7 @@ public int wod_ns_rancor_mistress_handleBranch3(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int wod_ns_rancor_mistress_handleBranch4(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int wod_ns_rancor_mistress_handleBranch5(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int wod_ns_rancor_mistress_handleBranch6(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -250,7 +250,7 @@ public int wod_ns_rancor_mistress_handleBranch7(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int wod_ns_rancor_mistress_handleBranch9(obj_id player, obj_id npc, strin return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -278,7 +278,7 @@ public int wod_ns_rancor_mistress_handleBranch11(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -316,7 +316,7 @@ public int wod_ns_rancor_mistress_handleBranch13(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int wod_ns_rancor_mistress_handleBranch14(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int wod_ns_rancor_mistress_handleBranch16(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -384,7 +384,7 @@ public int wod_ns_rancor_mistress_handleBranch18(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int wod_ns_rancor_mistress_handleBranch19(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -460,7 +460,7 @@ public int wod_ns_rancor_mistress_handleBranch20(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -498,7 +498,7 @@ public int wod_ns_rancor_mistress_handleBranch21(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -536,7 +536,7 @@ public int wod_ns_rancor_mistress_handleBranch22(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int wod_ns_rancor_mistress_handleBranch23(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -612,7 +612,7 @@ public int wod_ns_rancor_mistress_handleBranch24(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_mistress_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ public int wod_ns_rancor_mistress_handleBranch25(obj_id player, obj_id npc, stri return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_tamer_diax.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_tamer_diax.java index aa13189c2f..f9b3865efd 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_tamer_diax.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_rancor_tamer_diax.java @@ -113,7 +113,7 @@ public int wod_ns_rancor_tamer_diax_handleBranch4(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_tamer_diax_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int wod_ns_rancor_tamer_diax_handleBranch8(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_tamer_diax_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -189,7 +189,7 @@ public int wod_ns_rancor_tamer_diax_handleBranch9(obj_id player, obj_id npc, str return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_tamer_diax_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -227,7 +227,7 @@ public int wod_ns_rancor_tamer_diax_handleBranch10(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_tamer_diax_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -265,7 +265,7 @@ public int wod_ns_rancor_tamer_diax_handleBranch11(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_tamer_diax_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -303,7 +303,7 @@ public int wod_ns_rancor_tamer_diax_handleBranch12(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_rancor_tamer_diax_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -318,7 +318,7 @@ public int wod_ns_rancor_tamer_diax_handleBranch13(obj_id player, obj_id npc, st return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_sage.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_sage.java index ea74bd67bb..79136d82fc 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_sage.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_sage.java @@ -183,7 +183,7 @@ public int wod_ns_sage_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int wod_ns_sage_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int wod_ns_sage_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int wod_ns_sage_handleBranch7(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int wod_ns_sage_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -358,7 +358,7 @@ public int wod_ns_sage_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int wod_ns_sage_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int wod_ns_sage_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -449,7 +449,7 @@ public int wod_ns_sage_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -487,7 +487,7 @@ public int wod_ns_sage_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -501,7 +501,7 @@ public int wod_ns_sage_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -526,7 +526,7 @@ public int wod_ns_sage_handleBranch18(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -551,7 +551,7 @@ public int wod_ns_sage_handleBranch21(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -576,7 +576,7 @@ public int wod_ns_sage_handleBranch24(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int wod_ns_sage_handleBranch27(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -663,7 +663,7 @@ public int wod_ns_sage_handleBranch28(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -711,7 +711,7 @@ public int wod_ns_sage_handleBranch29(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_sage_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int wod_ns_sage_handleBranch30(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_vendor.java index cb1262c967..bd3b8b84fe 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_vendor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_vendor.java @@ -88,7 +88,7 @@ public int wod_ns_vendor_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_food.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_food.java index 340b131ef4..cb5e079366 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_food.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_food.java @@ -119,7 +119,7 @@ public int wod_ns_witch_food_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_witch_food_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int wod_ns_witch_food_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_witch_food_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int wod_ns_witch_food_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_herbs.java b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_herbs.java index 5a108301ea..f32e004a60 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_herbs.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_ns_witch_herbs.java @@ -115,7 +115,7 @@ public int wod_ns_witch_herbs_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_witch_herbs_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int wod_ns_witch_herbs_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_witch_herbs_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int wod_ns_witch_herbs_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_witch_herbs_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -169,7 +169,7 @@ public int wod_ns_witch_herbs_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_witch_herbs_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int wod_ns_witch_herbs_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_witch_herbs_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int wod_ns_witch_herbs_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_witch_herbs_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int wod_ns_witch_herbs_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_ns_witch_herbs_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int wod_ns_witch_herbs_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_omogg_rep.java b/sku.0/sys.server/compiled/game/script/conversation/wod_omogg_rep.java index 1b01f4e9f3..032ba42feb 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_omogg_rep.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_omogg_rep.java @@ -102,7 +102,7 @@ public int wod_omogg_rep_handleBranch1(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_omogg_rep_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -151,7 +151,7 @@ public int wod_omogg_rep_handleBranch2(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_omogg_rep_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -176,7 +176,7 @@ public int wod_omogg_rep_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_omogg_rep_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -215,7 +215,7 @@ public int wod_omogg_rep_handleBranch6(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_omogg_rep_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int wod_omogg_rep_handleBranch7(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_omogg_rep_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -289,7 +289,7 @@ public int wod_omogg_rep_handleBranch8(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_omogg_rep_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -304,7 +304,7 @@ public int wod_omogg_rep_handleBranch11(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_omogg_rep_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -329,7 +329,7 @@ public int wod_omogg_rep_handleBranch15(obj_id player, obj_id npc, string_id res return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast1.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast1.java index ccfd36fe88..ac8af88601 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast1.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast1.java @@ -103,7 +103,7 @@ public int wod_outcast1_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int wod_outcast1_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int wod_outcast1_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int wod_outcast1_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int wod_outcast1_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int wod_outcast1_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int wod_outcast1_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int wod_outcast1_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int wod_outcast1_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -669,7 +669,7 @@ public int wod_outcast1_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int wod_outcast1_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -792,7 +792,7 @@ public int wod_outcast1_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int wod_outcast1_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int wod_outcast1_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1004,7 +1004,7 @@ public int wod_outcast1_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1073,7 +1073,7 @@ public int wod_outcast1_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1089,7 +1089,7 @@ public int wod_outcast1_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast1_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1105,7 +1105,7 @@ public int wod_outcast1_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static int lean = 0; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast2.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast2.java index cd674df4ee..2eaa39db36 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast2.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast2.java @@ -103,7 +103,7 @@ public int wod_outcast2_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int wod_outcast2_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int wod_outcast2_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int wod_outcast2_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int wod_outcast2_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int wod_outcast2_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int wod_outcast2_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int wod_outcast2_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int wod_outcast2_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -669,7 +669,7 @@ public int wod_outcast2_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int wod_outcast2_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -792,7 +792,7 @@ public int wod_outcast2_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int wod_outcast2_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int wod_outcast2_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1004,7 +1004,7 @@ public int wod_outcast2_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1073,7 +1073,7 @@ public int wod_outcast2_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int wod_outcast2_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast2_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int wod_outcast2_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static int lean = 0; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast3.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast3.java index 91070bd881..97d09eee36 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast3.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast3.java @@ -103,7 +103,7 @@ public int wod_outcast3_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int wod_outcast3_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int wod_outcast3_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int wod_outcast3_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int wod_outcast3_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int wod_outcast3_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int wod_outcast3_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int wod_outcast3_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int wod_outcast3_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -669,7 +669,7 @@ public int wod_outcast3_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int wod_outcast3_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -792,7 +792,7 @@ public int wod_outcast3_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int wod_outcast3_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int wod_outcast3_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1004,7 +1004,7 @@ public int wod_outcast3_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1073,7 +1073,7 @@ public int wod_outcast3_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int wod_outcast3_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast3_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int wod_outcast3_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static int lean = 0; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast4.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast4.java index e52937ab5c..9dd4a3c9a9 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast4.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast4.java @@ -103,7 +103,7 @@ public int wod_outcast4_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int wod_outcast4_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int wod_outcast4_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int wod_outcast4_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int wod_outcast4_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int wod_outcast4_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int wod_outcast4_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int wod_outcast4_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int wod_outcast4_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -669,7 +669,7 @@ public int wod_outcast4_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int wod_outcast4_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -792,7 +792,7 @@ public int wod_outcast4_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int wod_outcast4_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int wod_outcast4_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1004,7 +1004,7 @@ public int wod_outcast4_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1073,7 +1073,7 @@ public int wod_outcast4_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int wod_outcast4_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast4_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int wod_outcast4_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static int lean = 0; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast5.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast5.java index 7b03fa5367..1292a13fb2 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast5.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast5.java @@ -103,7 +103,7 @@ public int wod_outcast5_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int wod_outcast5_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int wod_outcast5_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int wod_outcast5_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int wod_outcast5_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int wod_outcast5_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int wod_outcast5_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int wod_outcast5_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int wod_outcast5_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -669,7 +669,7 @@ public int wod_outcast5_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int wod_outcast5_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -792,7 +792,7 @@ public int wod_outcast5_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int wod_outcast5_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int wod_outcast5_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1004,7 +1004,7 @@ public int wod_outcast5_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1073,7 +1073,7 @@ public int wod_outcast5_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int wod_outcast5_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast5_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int wod_outcast5_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static int lean = 0; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast6.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast6.java index 8762864493..e11b81ba0c 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast6.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast6.java @@ -103,7 +103,7 @@ public int wod_outcast6_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int wod_outcast6_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int wod_outcast6_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int wod_outcast6_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int wod_outcast6_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int wod_outcast6_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int wod_outcast6_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int wod_outcast6_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int wod_outcast6_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -669,7 +669,7 @@ public int wod_outcast6_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int wod_outcast6_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -792,7 +792,7 @@ public int wod_outcast6_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int wod_outcast6_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int wod_outcast6_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1004,7 +1004,7 @@ public int wod_outcast6_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1073,7 +1073,7 @@ public int wod_outcast6_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int wod_outcast6_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast6_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int wod_outcast6_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static int lean = 0; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast7.java b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast7.java index c4f31bff22..f2cc770668 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_outcast7.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_outcast7.java @@ -103,7 +103,7 @@ public int wod_outcast7_handleBranch1(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -152,7 +152,7 @@ public int wod_outcast7_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -226,7 +226,7 @@ public int wod_outcast7_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -275,7 +275,7 @@ public int wod_outcast7_handleBranch5(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -349,7 +349,7 @@ public int wod_outcast7_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -398,7 +398,7 @@ public int wod_outcast7_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -472,7 +472,7 @@ public int wod_outcast7_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -546,7 +546,7 @@ public int wod_outcast7_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -595,7 +595,7 @@ public int wod_outcast7_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -669,7 +669,7 @@ public int wod_outcast7_handleBranch11(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -718,7 +718,7 @@ public int wod_outcast7_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -792,7 +792,7 @@ public int wod_outcast7_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -866,7 +866,7 @@ public int wod_outcast7_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -935,7 +935,7 @@ public int wod_outcast7_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1004,7 +1004,7 @@ public int wod_outcast7_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1073,7 +1073,7 @@ public int wod_outcast7_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1088,7 +1088,7 @@ public int wod_outcast7_handleBranch18(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_outcast7_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1103,7 +1103,7 @@ public int wod_outcast7_handleBranch20(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public static int lean = 0; public int OnInitialize(obj_id self) throws InterruptedException diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_queen_mother.java b/sku.0/sys.server/compiled/game/script/conversation/wod_queen_mother.java index 63743b8325..5f8973534e 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_queen_mother.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_queen_mother.java @@ -115,7 +115,7 @@ public int wod_queen_mother_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_queen_mother_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -153,7 +153,7 @@ public int wod_queen_mother_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_queen_mother_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -206,7 +206,7 @@ public int wod_queen_mother_handleBranch4(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_queen_mother_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -220,7 +220,7 @@ public int wod_queen_mother_handleBranch5(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_rescue_initiate.java b/sku.0/sys.server/compiled/game/script/conversation/wod_rescue_initiate.java index 2935025d97..291e691408 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_rescue_initiate.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_rescue_initiate.java @@ -78,7 +78,7 @@ public int wod_rescue_initiate_handleBranch1(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rescue_initiate_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -93,7 +93,7 @@ public int wod_rescue_initiate_handleBranch2(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rescue_initiate_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -131,7 +131,7 @@ public int wod_rescue_initiate_handleBranch4(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rescue_initiate_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -146,7 +146,7 @@ public int wod_rescue_initiate_handleBranch5(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_rubina.java b/sku.0/sys.server/compiled/game/script/conversation/wod_rubina.java index 8970a05207..eef72f9d7f 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_rubina.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_rubina.java @@ -336,7 +336,7 @@ public int wod_rubina_handleBranch1(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -351,7 +351,7 @@ public int wod_rubina_handleBranch3(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -366,7 +366,7 @@ public int wod_rubina_handleBranch5(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -381,7 +381,7 @@ public int wod_rubina_handleBranch7(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -396,7 +396,7 @@ public int wod_rubina_handleBranch9(obj_id player, obj_id npc, string_id respons return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int wod_rubina_handleBranch11(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -426,7 +426,7 @@ public int wod_rubina_handleBranch13(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -464,7 +464,7 @@ public int wod_rubina_handleBranch15(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -503,7 +503,7 @@ public int wod_rubina_handleBranch16(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -518,7 +518,7 @@ public int wod_rubina_handleBranch17(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -556,7 +556,7 @@ public int wod_rubina_handleBranch19(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -594,7 +594,7 @@ public int wod_rubina_handleBranch20(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -609,7 +609,7 @@ public int wod_rubina_handleBranch21(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -934,7 +934,7 @@ public int wod_rubina_handleBranch24(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1027,7 +1027,7 @@ public int wod_rubina_handleBranch25(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1133,7 +1133,7 @@ public int wod_rubina_handleBranch26(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1171,7 +1171,7 @@ public int wod_rubina_handleBranch27(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1186,7 +1186,7 @@ public int wod_rubina_handleBranch28(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1224,7 +1224,7 @@ public int wod_rubina_handleBranch30(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch31(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1239,7 +1239,7 @@ public int wod_rubina_handleBranch31(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch33(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1277,7 +1277,7 @@ public int wod_rubina_handleBranch33(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch34(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1292,7 +1292,7 @@ public int wod_rubina_handleBranch34(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch36(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1400,7 +1400,7 @@ public int wod_rubina_handleBranch36(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch37(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1438,7 +1438,7 @@ public int wod_rubina_handleBranch37(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch38(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1452,7 +1452,7 @@ public int wod_rubina_handleBranch38(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch47(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1523,7 +1523,7 @@ public int wod_rubina_handleBranch47(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch49(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1848,7 +1848,7 @@ public int wod_rubina_handleBranch49(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch50(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1919,7 +1919,7 @@ public int wod_rubina_handleBranch50(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_rubina_handleBranch52(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2244,7 +2244,7 @@ public int wod_rubina_handleBranch52(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_second_sister.java b/sku.0/sys.server/compiled/game/script/conversation/wod_second_sister.java index d9be48be61..3e4e851bab 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_second_sister.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_second_sister.java @@ -52,7 +52,7 @@ public int wod_second_sister_handleBranch1(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_guide.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_guide.java index cccc76d639..77659e3768 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_guide.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_guide.java @@ -142,7 +142,7 @@ public int wod_sm_guide_handleBranch3(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -244,7 +244,7 @@ public int wod_sm_guide_handleBranch4(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -451,7 +451,7 @@ public int wod_sm_guide_handleBranch6(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -533,7 +533,7 @@ public int wod_sm_guide_handleBranch7(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -740,7 +740,7 @@ public int wod_sm_guide_handleBranch8(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -832,7 +832,7 @@ public int wod_sm_guide_handleBranch9(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1039,7 +1039,7 @@ public int wod_sm_guide_handleBranch10(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1077,7 +1077,7 @@ public int wod_sm_guide_handleBranch12(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1115,7 +1115,7 @@ public int wod_sm_guide_handleBranch13(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1153,7 +1153,7 @@ public int wod_sm_guide_handleBranch14(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1202,7 +1202,7 @@ public int wod_sm_guide_handleBranch15(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1294,7 +1294,7 @@ public int wod_sm_guide_handleBranch16(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch17(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1501,7 +1501,7 @@ public int wod_sm_guide_handleBranch17(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1593,7 +1593,7 @@ public int wod_sm_guide_handleBranch19(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1800,7 +1800,7 @@ public int wod_sm_guide_handleBranch21(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1859,7 +1859,7 @@ public int wod_sm_guide_handleBranch22(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -1951,7 +1951,7 @@ public int wod_sm_guide_handleBranch24(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_guide_handleBranch26(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -2158,7 +2158,7 @@ public int wod_sm_guide_handleBranch26(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_handler_izaryx.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_handler_izaryx.java index b47084e3c9..03caa29cb8 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_handler_izaryx.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_handler_izaryx.java @@ -144,7 +144,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch3(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -159,7 +159,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -198,7 +198,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch5(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -236,7 +236,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch6(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -250,7 +250,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch7(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -264,7 +264,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -278,7 +278,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch11(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -316,7 +316,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch13(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -331,7 +331,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch14(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch16(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -346,7 +346,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch16(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -384,7 +384,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch18(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch19(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -422,7 +422,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch19(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch20(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -460,7 +460,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch20(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -498,7 +498,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch21(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch22(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -536,7 +536,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch22(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch23(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -574,7 +574,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch23(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -612,7 +612,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch24(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_handler_izaryx_handleBranch25(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -627,7 +627,7 @@ public int wod_sm_rancor_handler_izaryx_handleBranch25(obj_id player, obj_id npc return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_tamer_zideera.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_tamer_zideera.java index 73a3a2ca01..0fcdad971c 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_tamer_zideera.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_rancor_tamer_zideera.java @@ -109,7 +109,7 @@ public int wod_sm_rancor_tamer_zideera_handleBranch4(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_tamer_zideera_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -147,7 +147,7 @@ public int wod_sm_rancor_tamer_zideera_handleBranch8(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_tamer_zideera_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -185,7 +185,7 @@ public int wod_sm_rancor_tamer_zideera_handleBranch9(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_tamer_zideera_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -223,7 +223,7 @@ public int wod_sm_rancor_tamer_zideera_handleBranch10(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_tamer_zideera_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -261,7 +261,7 @@ public int wod_sm_rancor_tamer_zideera_handleBranch11(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_tamer_zideera_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -299,7 +299,7 @@ public int wod_sm_rancor_tamer_zideera_handleBranch12(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_rancor_tamer_zideera_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -314,7 +314,7 @@ public int wod_sm_rancor_tamer_zideera_handleBranch13(obj_id player, obj_id npc, return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_sage.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_sage.java index f832a92df7..f6900293b1 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_sage.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_sage.java @@ -183,7 +183,7 @@ public int wod_sm_sage_handleBranch4(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -208,7 +208,7 @@ public int wod_sm_sage_handleBranch5(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -258,7 +258,7 @@ public int wod_sm_sage_handleBranch6(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int wod_sm_sage_handleBranch7(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch8(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -333,7 +333,7 @@ public int wod_sm_sage_handleBranch8(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -358,7 +358,7 @@ public int wod_sm_sage_handleBranch9(obj_id player, obj_id npc, string_id respon return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch10(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -397,7 +397,7 @@ public int wod_sm_sage_handleBranch10(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch11(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -411,7 +411,7 @@ public int wod_sm_sage_handleBranch11(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -449,7 +449,7 @@ public int wod_sm_sage_handleBranch13(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -487,7 +487,7 @@ public int wod_sm_sage_handleBranch14(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -501,7 +501,7 @@ public int wod_sm_sage_handleBranch15(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch18(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -526,7 +526,7 @@ public int wod_sm_sage_handleBranch18(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch21(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -551,7 +551,7 @@ public int wod_sm_sage_handleBranch21(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch24(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -576,7 +576,7 @@ public int wod_sm_sage_handleBranch24(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch27(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -614,7 +614,7 @@ public int wod_sm_sage_handleBranch27(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch28(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -663,7 +663,7 @@ public int wod_sm_sage_handleBranch28(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch29(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -711,7 +711,7 @@ public int wod_sm_sage_handleBranch29(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_sage_handleBranch30(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -726,7 +726,7 @@ public int wod_sm_sage_handleBranch30(obj_id player, obj_id npc, string_id respo return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_vendor.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_vendor.java index a84ff02eb9..3031bc02d1 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_vendor.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_vendor.java @@ -88,7 +88,7 @@ public int wod_sm_vendor_handleBranch3(obj_id player, obj_id npc, string_id resp return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_food.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_food.java index 2b6667f5dc..65533bfb86 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_food.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_food.java @@ -119,7 +119,7 @@ public int wod_sm_witch_food_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_witch_food_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -134,7 +134,7 @@ public int wod_sm_witch_food_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_witch_food_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -188,7 +188,7 @@ public int wod_sm_witch_food_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_herbs.java b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_herbs.java index 0f48832b6c..fde95cb010 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_herbs.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_sm_witch_herbs.java @@ -115,7 +115,7 @@ public int wod_sm_witch_herbs_handleBranch3(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_witch_herbs_handleBranch5(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -130,7 +130,7 @@ public int wod_sm_witch_herbs_handleBranch5(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_witch_herbs_handleBranch7(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -144,7 +144,7 @@ public int wod_sm_witch_herbs_handleBranch7(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_witch_herbs_handleBranch9(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -169,7 +169,7 @@ public int wod_sm_witch_herbs_handleBranch9(obj_id player, obj_id npc, string_id return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_witch_herbs_handleBranch12(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -207,7 +207,7 @@ public int wod_sm_witch_herbs_handleBranch12(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_witch_herbs_handleBranch13(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -245,7 +245,7 @@ public int wod_sm_witch_herbs_handleBranch13(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_witch_herbs_handleBranch14(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -283,7 +283,7 @@ public int wod_sm_witch_herbs_handleBranch14(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_sm_witch_herbs_handleBranch15(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -298,7 +298,7 @@ public int wod_sm_witch_herbs_handleBranch15(obj_id player, obj_id npc, string_i return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_third_sister.java b/sku.0/sys.server/compiled/game/script/conversation/wod_third_sister.java index 932878f98f..5a451e8759 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_third_sister.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_third_sister.java @@ -74,7 +74,7 @@ public int wod_third_sister_handleBranch1(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_third_sister_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -112,7 +112,7 @@ public int wod_third_sister_handleBranch2(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int wod_third_sister_handleBranch3(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -128,7 +128,7 @@ public int wod_third_sister_handleBranch3(obj_id player, obj_id npc, string_id r return SCRIPT_CONTINUE; } } - return SCRIPT_DEFAULT; + return SCRIPT_CONTINUE; } public int OnInitialize(obj_id self) throws InterruptedException { From 6366bded0e370f3bf52e91fa9cbab50934c3870a Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Tue, 13 Jul 2021 00:51:52 -0400 Subject: [PATCH 028/107] Update quest_crc_string_table.tab --- .../game/misc/quest_crc_string_table.tab | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/sku.0/sys.shared/built/game/misc/quest_crc_string_table.tab b/sku.0/sys.shared/built/game/misc/quest_crc_string_table.tab index e0a688ebeb..31f1b64482 100644 --- a/sku.0/sys.shared/built/game/misc/quest_crc_string_table.tab +++ b/sku.0/sys.shared/built/game/misc/quest_crc_string_table.tab @@ -73,6 +73,7 @@ 0x07120325 quest/corellia_39_sidequest_05 0x074b3d3a quest/npe_main_quest 0x074e9d5d quest/ep3_neutral_sera_kill_10_wookiee +0x07508720 quest/wod_themepark_ns_ehs_1 0x075fd4b0 quest/ep3_trando_hssissk_zssik_10 0x07677b48 spacequest/recovery/yavin_fallenstar_pt_2_recovery 0x077e7b1f spacequest/escort/corellia_rebel_tier3_2_c @@ -162,6 +163,7 @@ 0x10d22599 quest/naboo_24_gungan_power_grab_02b 0x10de0714 spacequest/destroy_duty/corellia_rebel_6 0x10f8fca6 quest/camp_alpha_defense_03 +0x112656d6 quest/wod_themepark_ns_lost_e02 0x112cf9cb spacequest/recovery/tatooine_imperial_tier4_2 0x11416e87 quest/recovery_quest_rebel_06 0x11758424 quest/ep3_forest_ardon_quest_2 @@ -270,6 +272,7 @@ 0x1c36a2fd quest/ep3_forest_ardon_quest_1 0x1c3a5908 spacequest/delivery_no_pickup/ep3_trando_fezrik_03 0x1c44ce27 quest/ep3_gursan_capture_sequencer_codes +0x1c65700f quest/wod_themepark_ns_lost_e01 0x1c7db72d quest/chapter7_publish_gift_activation 0x1c93bb57 quest/gcw_defend_rebel_barricade 0x1caa9218 spacequest/destroy/corellia_privateer_16 @@ -349,6 +352,8 @@ 0x24e658b6 quest/naboo_boss_nass_artifacts_skaak 0x24f62fbf spacequest/patrol/corellia_imperial_1 0x24f9c872 spacequest/assassinate/corellia_privateer_tier1_4a +0x25368962 quest/wod_themepark_sm_fishing +0x2563d309 quest/wod_themepark_ns_fishing 0x25802b44 quest/npe_han_comm_marksman_done 0x2594f401 spacequest/rescue/naboo_privateer_tier3_2e 0x25b41ce1 quest/entertainer_imperial_06 @@ -403,7 +408,9 @@ 0x2ad1214d spacequest/delivery/naboo_rebel_tier3_4_d 0x2af9a4d8 quest/crash_site_01_reb_engineering 0x2aff019f spacequest/destroy_duty/ep3_kash_station_destroy_duty_rodian +0x2b004581 quest/wod_themepark_ns_hunting 0x2b178580 quest/quest_08_dathomir_outpost +0x2b551fea quest/wod_themepark_sm_hunting 0x2b5e6bd9 spacequest/escort_duty/corellia_imperial_9 0x2b63a1f1 quest/c_newbie_start 0x2b6de8f4 quest/c_story1_3_imp @@ -471,6 +478,7 @@ 0x3107025b quest/u16_nym_themepark_repair_flocculation_chamber 0x31355797 quest/naboo_deeja_peak_goto_prof_hudmasse 0x31460d60 quest/outbreak_quest_02_imperial +0x3179b624 quest/wod_themepark_sm_recon 0x319f63ab quest/npe_pilot_first_mission_no_ground 0x31b56d2e quest/test_destroy_multiple 0x31f991da quest/ep3_forest_rhiek_quest_2 @@ -644,10 +652,12 @@ 0x4162e828 quest/ep3_hunt_chrilooc_seek_johnson 0x417276f6 quest/recovery_quest_rebel_fail_02 0x4184b740 quest/u16_nym_themepark_save_agent +0x418c3803 quest/wod_sister2 0x41a5084c quest/jabba_reelo_baruk 0x41adce2d spacequest/space_battle/corellia_rebel_tier4_1_b 0x41b13716 spacequest/assassinate/corellia_privateer_tier3_4 0x41e4efca quest/ep3_stren_jessk_bounty_tien +0x41f2479b quest/wod_prologue_kill_spider_clan 0x42216931 quest/test_nothing 0x42466dd6 quest/newbie_gendra_cantina_dance 0x424f5f0d spacequest/assassinate/dathomir_station_priv_storyquest_01_d @@ -693,6 +703,7 @@ 0x4528f2a8 quest/som_obi_wan_signal_1 0x45394761 quest/naboo_theed_hugo_rescue_darkwalker 0x453e5e6c quest/ep3_carl_surrogate_hunter_v2 +0x454d25b4 quest/wod_sister3 0x4565ff7e spacequest/destroy_duty/yavin_rebel_tier3 0x45b36b41 quest/recovery_quest_rebel_fail_03 0x45c0fbd0 spacequest/patrol/tatooine_imperial_1 @@ -753,8 +764,11 @@ 0x4b41f73d quest/axkva_min_intro 0x4b480ab8 spacequest/destroy/restuss_rebel_destroy_2 0x4b804eb2 spacequest/patrol/npe_smuggler_1 +0x4bb39f7f quest/wod_themepark_ns_recon +0x4bcce77d quest/wod_themepark_ehs_1 0x4bf8acf1 spacequest/delivery_no_pickup/ep3_hunting_kara_poacher_delivery_01 0x4c002772 spacequest/assassinate/corellia_station_mission3_1 +0x4c0d2eb8 quest/wod_queen_mother_boss_fight_ns 0x4c1bfde4 spacequest/recovery/ep3_blacksun_heavy_recovery 0x4c32d96d spacequest/patrol/npe_easy_main_1d 0x4c42c0be spacequest/patrol/tatooine_imperial_3 @@ -763,6 +777,7 @@ 0x4cae98f8 spacequest/escort/naboo_privateer_tier3_2a 0x4cb1abc7 quest/borvos_guard_frangee 0x4cbc47b4 spacequest/patrol/npe_training_gamma +0x4ccf1eda quest/wod_sister1 0x4cde1551 spacequest/destroy_duty/tatooine_privateer_tier4_1 0x4ceee8f4 spacequest/space_battle/corellia_rebel_tier4_1_a 0x4d144115 quest/npe_side3 @@ -913,6 +928,7 @@ 0x59825f55 spacequest/inspect/stn_endor_irs_imp_tier3_2b 0x59b47353 spacequest/patrol/poi_tatooine_general_1 0x59db9fd9 spacequest/assassinate/naboo_imperial_tier2_4 +0x59f582f6 quest/wod_kyrisa_boss_fight 0x59fbfaf2 spacequest/patrol/npe_emergence 0x5a1b8047 quest/outbreak_quest_rescue_04 0x5a257191 quest/restuss_imperial_st3_comm_array @@ -946,6 +962,7 @@ 0x5c0313dd spacequest/delivery/tatooine_rebel_tier3_3 0x5c4a0e30 quest/test_retrieve_item 0x5c8d9f86 quest/ep3_myyydril_kirrir_talkto_4 +0x5c9881d5 quest/wod_themepark_herb_gathering 0x5cac3381 quest/npe_pilot_train 0x5cc50720 quest/newbie_mayor_shinn_muggers 0x5cf0ff86 quest/itp_emperor_02 @@ -953,6 +970,7 @@ 0x5d21230a spacequest/destroy/corellia_privateer_13a 0x5d2153b1 quest/prof_officer_11 0x5d35b94a spacequest/destroy/naboo_imperial_tier3_4 +0x5d4fd659 quest/wod_kyrisa_boss_fight_ns 0x5d7290fa quest/outbreak_quest_administrative_building_neutral_01 0x5d8fc179 spacequest/escort/corellia_imperial_tier4_3 0x5d90684c spacequest/recovery/corellia_privateer_tier3_1 @@ -1078,6 +1096,7 @@ 0x66bfef52 quest/c_newbie_melee_quest_2 0x66cad9c8 quest/heroic_tusken_tracking_03 0x66daff53 spacequest/assassinate/dathomir_station_imp_storyquest_01_e +0x67119d1a quest/wod_themepark_ns_whole_truth_02 0x671f2fd8 quest/npe_marksman_pistol_reward 0x6729d1f7 spacequest/assassinate/tatooine_privateer_tier3_1_b 0x673f08ef spacequest/patrol/orion_rank3_04 @@ -1109,6 +1128,7 @@ 0x6a14e57e quest/recovery_quest_imeprial_01 0x6a34fb9e spacequest/patrol/naboo_privateer_3 0x6a429c0e quest/som_blistmok_hunt_25 +0x6a52bbc3 quest/wod_themepark_ns_whole_truth_01 0x6a6af72e spacequest/assassinate/tatooine_privateer_tier3_1_a 0x6a755893 quest/rtp_luke_03 0x6a8ce9ac spacequest/recovery/stn_yavin4_company_all_opening_tier2_2 @@ -1255,6 +1275,7 @@ 0x74df62e8 quest/event_gcwcheerleader_cmreb2 0x74f8d57c spacequest/destroy_duty/tatooine_rebel_tier1 0x7514f62d quest/som_kenobi_historian_smuggler +0x75266e3d quest/wod_themepark_herb_gathering_fail 0x753ac5c4 spacequest/space_battle/tatooine_imperial_tier4_3_b 0x7568a5e3 quest/legacy_naboo_droid_ai_collecting 0x7579dbfb quest/nova_orion_rank1_01 @@ -1394,6 +1415,7 @@ 0x827ec94d quest/tatooine_anchorjobs_bantha 0x8287d881 spacequest/recovery_duty/test_recovery_duty 0x82a77194 spacequest/recovery/corellia_station_mission2_1 +0x82d14589 quest/wod_themepark_sm_whole_truth_02 0x831662c8 quest/newbie_scout_pt6 0x8316ba1a quest/som_kenobi_samaritan_2 0x834cb6eb quest/ep3_rryatt_krepauk_kill_elite_minstyngar @@ -1409,6 +1431,7 @@ 0x84649e2e spacequest/patrol/tatooine_imperial_tier4_1 0x848ee9e6 quest/npe_pointer_boba 0x848ef0cd quest/jabba_ree_yees_v2 +0x8496377c quest/wod_rubina_goto_sm 0x849eda63 spacequest/rescue/test_rescue 0x84b94077 quest/legacy_button_imp 0x84ec8633 spacequest/destroy_surpriseattack/corellia_imperial_tier4_4_b @@ -1441,6 +1464,7 @@ 0x87dd7a9d quest/u16_nym_themepark_rescue_sheeli 0x8809da3c quest/mtp_hideout_access_high_04 0x883c0966 quest/exar_kun_intro_01 +0x883da297 quest/wod_themepark_ns_herb_gathering 0x884e394f spacequest/destroy_duty/lok_rebel_tier5 0x8851aba9 quest/naboo_deeja_peak_sequencer_crash 0x8860a41b quest/npe_pilot_aleas @@ -1510,6 +1534,7 @@ 0x8ef7aec2 quest/crash_site_01_reb_domestics 0x8efc8296 quest/yavin_fallenstar_pt3 0x8f18f965 quest/tatooine_24_azure_cabal_hunters_path_01 +0x8f926350 quest/wod_themepark_sm_whole_truth_01 0x8fc610c0 quest/purvis_recon_four 0x8fd16520 spacequest/destroy_surpriseattack/ep3_avatar_defensive_attack 0x8fd5dc97 quest/ep3_hunt_tuwezz_kill_diseased_ullers @@ -1683,6 +1708,7 @@ 0xa302f3a6 quest/gcw_repair_damaged_vehicle 0xa307eab2 spacequest/delivery_no_pickup/stn_dantooine_owner_all_naboodelivery_tier2_1 0xa3319c75 quest/ep3_trando_ssiksik +0xa33e2ab8 quest/wod_rubina_chest 0xa34f4306 spacequest/survival/nova_rank3_01 0xa350f56a quest/gcw_construct_vehicle_boss 0xa3635461 quest/ep3_hunt_harroom_webweaver_reward @@ -1719,6 +1745,7 @@ 0xa59fc88f quest/test_go_to_location 0xa5a08d8d quest/event_gcwcheerleader_sfimp20 0xa5b6e0f9 quest/talus_dearic_find_source +0xa5d6f527 quest/wod_themepark_ns_rancor_tamer 0xa5e5f4bc spacequest/delivery_no_pickup/tatooine_privateer_tier3_3_a 0xa5e7ba89 quest/mtp_find_infiltrator_4 0xa62aceab spacequest/recovery/viopa_rebel_3 @@ -1854,6 +1881,7 @@ 0xb1be8e53 spacequest/escort/naboo_rebel_3 0xb1d201de quest/c_prof_arti 0xb1eb6e58 quest/ep3_clone_relics_boba_fett_4 +0xb1ed201d quest/wod_sm_ghost_reward 0xb1fe2021 quest/ep3_arena_challenge 0xb21bed65 quest/purvis_recon_three 0xb222d1e2 quest/mtp_find_infiltrator_1 @@ -2033,10 +2061,12 @@ 0xc1d3e2c8 quest/mtp_hideout_instance_kill_all_droids_success 0xc2232a5c quest/smuggle_illicit_5 0xc234013c spacequest/inspect/yavin_rebel_14 +0xc27b2d0a quest/wod_ns_repair_alter_01 0xc28213f2 quest/naboo_24_gungan_power_grab_03 0xc28531bc quest/corellia_38_corsec_files_03 0xc28b57c8 spacequest/destroy/restuss_imperial_destroy_2 0xc28bb84d spacequest/destroy_surpriseattack/corellia_station_mission5a_2 +0xc2be46d5 quest/wod_themepark_lost_e02 0xc2e84b3a quest/jabba_bib_fortuna 0xc2f7d20a quest/restuss_rebel_st3_comm_array 0xc315dcb5 spacequest/destroy/naboo_privateer_tier3_2b @@ -2084,6 +2114,7 @@ 0xc6f51c8b spacequest/inspect/yavin_rebel_15 0xc6f910ae quest/borvo_acklay_leggings 0xc6fa0e62 quest/ep3_clone_relics_clone_trooper_mort_rebel +0xc70a9873 quest/wod_sm_repair_alter_04 0xc7217cf3 spacequest/destroy_duty/dathomir_rebel_tier4 0xc7264380 quest/legacy_button_jawatracks_reb_pt2 0xc7310beb quest/restuss_imperial_carbine_crafting_2 @@ -2106,6 +2137,7 @@ 0xc8c64249 quest/prof_spy_21 0xc8d80cdc spacequest/destroy_surpriseattack/corellia_imperial_tier3_4d 0xc8db5a57 spacequest/recovery/naboo_imperial_tier3_2_c +0xc8e1d934 quest/wod_ns_ghost_reward 0xc8e57ebb quest/test_show_message_box 0xc8ed7a56 quest/npe_pilot_easy_3 0xc904d900 spacequest/patrol/npe_med_main_3c @@ -2125,6 +2157,7 @@ 0xca722d32 quest/restuss_imperial_carbine_crafting_1 0xca9193df quest/heroic_echo_rebel_generator 0xcab2214f spacequest/delivery/no_rank2_02_01 +0xcafbec18 quest/wod_themepark_ns_kill_spiderclan 0xcafd993e quest/publishClickCollection 0xcb00289c quest/naboo_24_gungan_power_grab_01 0xcb070ad2 quest/corellia_38_corsec_files_01 @@ -2137,7 +2170,9 @@ 0xcba5a3c7 quest/test_blood_sample 0xcbaf4193 spacequest/delivery_no_pickup/tatooine_imperial_tier3_1_d 0xcbd68bfe quest/npe_prof_artisan1 +0xcbe5fe51 quest/wod_prologue_herb_gathering 0xcbf815f7 spacequest/escort/corellia_privateer_tier4_2b +0xcbf91664 quest/wod_ns_repair_alter_03 0xcbfc30b3 spacequest/destroy_surpriseattack/corellia_privateer_1 0xcc1d7199 quest/gcw_construct_barricade 0xcc2c67e1 quest/npe_pilot_easy_2 @@ -2169,7 +2204,9 @@ 0xceeaa571 quest/recovery_quest_imperial_04 0xcef16c42 spacequest/destroy_duty/dathomir_imperial_tier5 0xcf20dfb3 spacequest/escort/tatooine_rebel_tier3_3_b +0xcf380bd3 quest/wod_ns_repair_alter_02 0xcfc87111 spacequest/destroy/restuss_imperial_destroy_1 +0xcffd600c quest/wod_themepark_lost_e01 0xd0062efe quest/npe_brawler_4a 0xd0151a4d quest/legacy_button_valarian 0xd01f0c29 quest/emp_day_rebel @@ -2178,6 +2215,7 @@ 0xd08176e9 spacequest/assassinate/ep3_hunting_ziven_vs_sordaans_freighter_02 0xd0adf574 quest/recovery_quest_imperial_03 0xd0b90375 spacequest/destroy_duty/yavin_imperial_tier5 +0xd0cff318 quest/wod_sm_repair_alter_01 0xd0f3c6d6 spacequest/rescue/naboo_rebel_tier4_3 0xd0fcb53a spacequest/destroy_duty/naboo_privateer_6 0xd103afd9 spacequest/survival/corellia_imperial_tier3_4e @@ -2213,13 +2251,16 @@ 0xd4ee91e9 spacequest/space_battle/ep3_clone_relics_queen_3 0xd5177b7c spacequest/assassinate/ep3_kash_station_assassinate_neutral 0xd52b8430 quest/heroic_echo_rebel_phase_2 +0xd5705a7a quest/wod_prologue_kill_rancor 0xd586b8ea spacequest/destroy/naboo_privateer_13 0xd59c9c49 spacequest/destroy_surpriseattack/poi_tatooine_privateer_2_a 0xd5b7f2b6 quest/c_sink_imp_v2 +0xd5be4661 quest/wod_ns_repair_alter_04 0xd64ff67f quest/imperial_phase_1 0xd65006bb spacequest/space_mining_destroy/kashyyyk_mining_quest_8 0xd67ead41 spacequest/space_battle/no_rank4_orion_02_03 0xd6aa2a53 quest/npe_pilot_easy_4 +0xd6e4569f quest/wod_themepark_ns_kill_clan 0xd6fd8c88 spacequest/escort_duty/corellia_privateer_tier4_1 0xd71e9be0 quest/star_destroyer_intro_imperial 0xd74021fc quest/loveday_ewok_bundle_of_cards @@ -2234,6 +2275,7 @@ 0xd8037c0e quest/corellia_38_corsec_files_05 0xd815be7e spacequest/destroy_duty/tatooine_imperial_tier4_destroyduty_1 0xd82040ed spacequest/escort_duty/corellia_rebel_tier4_1 +0xd84f320a quest/wod_themepark_sm_kill_spiderclan 0xd85da023 quest/mtp_hideout_ragtag_fail 0xd8a567ee quest/smuggle_illicit_3 0xd8b90f78 spacequest/inspect/corellia_privateer_15 @@ -2248,6 +2290,7 @@ 0xd92afd3f quest/npe_han_comm_marksman 0xd92fce1a quest/recovery_quest_imperial_01 0xd941c47e quest/ep3_myyydril_yraka_destroyloot_1 +0xd94dc876 quest/wod_sm_repair_alter_03 0xd9583261 quest/ep3_avatar_security_02 0xd9598e77 quest/som_blistmok_rug 0xd95e24f9 quest/ep3_kachirho_varactyl_hunt @@ -2281,6 +2324,7 @@ 0xdca82ae6 quest/gcw_defend_rebel_turret 0xdcc0b89d spacequest/recovery_duty/yavin_rebel_12 0xdcc261b9 quest/corellia_38_corsec_files_04 +0xdcda0c0e quest/wod_themepark_sm_rancor_tamer 0xdceaea0a quest/tatooine_anchorjobs_legplus 0xdcef2ec3 quest/gcw_introduction_neutral 0xdd02627f spacequest/escort_duty/corellia_rebel_7 @@ -2288,6 +2332,7 @@ 0xdd0aa1a2 quest/purvis_kill_warriors 0xdd19629d spacequest/delivery/dathomir_station_priv_storyquest_01_a 0xdd2320fc quest/ep3_hunt_sordaan_mouf_bet_won +0xdd8cd5c1 quest/wod_sm_repair_alter_02 0xddbfafcc spacequest/assassinate/naboo_imperial_4 0xddc25030 spacequest/assassinate/ep3_hunting_ziven_vs_sordaans_freighter_01 0xddca1565 quest/mun_marauder_8 @@ -2327,6 +2372,7 @@ 0xe15022a3 spacequest/destroy_surpriseattack/corellia_imperial_tier3_3c 0xe1556f45 quest/ep3_myyydril_treesh_gather_2 0xe175caef quest/orion_rank3_01 +0xe1869432 quest/wod_themepark_first_sister_boss_fight 0xe1f0b3a5 quest/naboo_theed_hugo_goto_skaak 0xe1f43baf spacequest/delivery_no_pickup/tatooine_station_hutt_palace_access_quest_2 0xe22477fd spacequest/destroy_duty/corellia_station_duty1 @@ -2355,6 +2401,7 @@ 0xe383d3f1 quest/npe_job_pointer_wyle 0xe38f9097 quest/no_rank2_03 0xe3afa86d quest/ep3_rryatt_krepauk_defeat_katarn +0xe3dd96f3 quest/wod_themepark_sm_kill_clan 0xe3ea3b77 quest/u16_nym_themepark_pirate_surveillance_collection 0xe41363ad quest/newbie_mayor_hooligans_water_thief 0xe42db70b spacequest/patrol/corellia_rebel_tier3_4_a @@ -2373,6 +2420,7 @@ 0xe585a8d8 quest/mun_marauder_7 0xe5a1543c spacequest/destroy/imperial_ss_04 0xe5bced3e quest/c_talus_grave_robbers_1 +0xe5be4a72 quest/wod_outcast_1 0xe5eca82c spacequest/destroy_duty/ep3_kash_station_destroy_duty_neutral 0xe6061546 spacequest/recovery/poi_tatooine_general2_3 0xe6095e78 quest/tatooine_entha_race1_restart @@ -2397,6 +2445,7 @@ 0xe79040e2 quest/npe_job_pointer_garek 0xe79d8068 spacequest/space_mining_destroy/kashyyyk_mining_quest_5 0xe7bf0668 quest/ep3_rodian_fop_3 +0xe7d259ca quest/wod_prologue_walkabout_01 0xe7d29f1a spacequest/destroy_surpriseattack/no_rank2_03_03 0xe7de0ff0 spacequest/delivery/naboo_imperial_tier3_1_d 0xe80eb1b1 spacequest/convoy/nova_rank3_01 @@ -2411,6 +2460,7 @@ 0xe8c68e01 quest/mun_marauder_4 0xe8f25b39 quest/rtp_qualdo_01 0xe8f7f181 quest/orion_rank3_03 +0xe8fd6cab quest/wod_outcast_2 0xe95cc476 quest/som_kenobi_main_quest_3 0xe9c7226c spacequest/destroy_surpriseattack/orion_rank3_01 0xe9d750cc quest/speeder_quest @@ -2421,6 +2471,7 @@ 0xea6c78df spacequest/patrol/stn_endor_irs_imp_tier3_3e 0xea6fb2d9 quest/ep3_kachirho_takook_comm 0xea8cade4 spacequest/patrol/npe_hard_main_3d +0xea917f13 quest/wod_prologue_walkabout_02 0xea96934c spacequest/destroy_surpriseattack/sidequest_jabba_attack 0xead14278 spacequest/assassinate/corellia_imperial_tier3_1e 0xeaeb1f66 quest/camp_epsilon_defense_03 @@ -2438,6 +2489,7 @@ 0xec0f431d quest/loveday_flowers_2009 0xec2d87f1 quest/talus_nashal_goto_mother 0xec36ec36 quest/orion_rank3_02 +0xec3c711c quest/wod_outcast_3 0xeca1e218 quest/gcw_smuggler_slicing 0xeccd1fb3 spacequest/destroy_duty/kessel_pirate_tier6 0xed2690e3 quest/crash_site_02_reb_domestics @@ -2495,6 +2547,7 @@ 0xf276b6ef spacequest/delivery_no_pickup/corellia_imperial_tier3_1_b 0xf276b9aa spacequest/escort_duty/naboo_privateer_tier4_1 0xf27799ba spacequest/assassinate/npe_hard_main_3a +0xf27b2119 quest/wod_outcast_4 0xf28d3008 quest/gcw_defend_patrol 0xf28f26d3 spacequest/patrol/naboo_imperial_tier3_2_d 0xf2a7b9d0 spacequest/recovery/stn_dantooine_owner_rebel_landing_tier2_1 @@ -2521,6 +2574,7 @@ 0xf5235c1d quest/outbreak_radio_delivery_03 0xf5272668 spacequest/survival/no_rank4_orion_01_02 0xf53d33ee quest/ep3_kachirho_destroyed_camp +0xf548ea1c quest/wod_queen_mother_boss_fight 0xf57d1323 spacequest/destroy/tatooine_imperial_tier3_4 0xf58f532c quest/test_checker 0xf5901279 quest/c_story1_3_reb @@ -2541,6 +2595,7 @@ 0xf69526a9 spacequest/recovery_duty/tatooine_privateer_tier4_1 0xf696a1a1 quest/loveday_playing_cupid 0xf6b0a184 quest/orion_rank3_04 +0xf6ba3cae quest/wod_outcast_5 0xf6bf0621 quest/ac_repeater_loruna_enf_30_dnpc3_camdoen_02 0xf6bf788f quest/ep3_myyydril_lorn_talkto 0xf6d2951e spacequest/patrol/nova_intro_dantooine_01 @@ -2571,6 +2626,7 @@ 0xf8c5aa31 spacequest/destroy_duty/dantooine_imperial_tier4 0xf8e18f39 quest/npe_new_scout2 0xf928171f quest/smuggle_pointer_illicit_1 +0xf92d7432 quest/wod_rubina_goto_ns 0xf93ff903 spacequest/delivery_no_pickup/naboo_imperial_tier4_3_a 0xf94c1780 spacequest/destroy_duty/corellia_rebel_tier5 0xf9680e03 spacequest/patrol/stn_endor_irs_imp_tier3_3a @@ -2582,6 +2638,7 @@ 0xf9f39366 quest/som_story_arc_chapter_three_03 0xfa072fa4 quest/legacy_head_runaway3 0xfa0cd784 spacequest/space_battle/ep3_slaver_khrask_space_battle +0xfa3be7ee quest/wod_left_behind 0xfa64b3c2 quest/mtp_hideout_pointer 0xfa875e32 quest/quest_07_descend_into_labratory 0xfa91b7ab quest/camp_beta_canister_demo @@ -2606,6 +2663,7 @@ 0xfbd66f11 spacequest/destroy_surpriseattack/corellia_imperial_tier3_3e 0xfbe60439 spacequest/destroy/imperial_ss_03 0xfbf0aa7c spacequest/delivery/naboo_imperial_tier3_2_c +0xfbf91a77 quest/wod_outcast_6 0xfbfc20f8 quest/ac_repeater_loruna_enf_30_dnpc3_camdoen_01 0xfbfeb8fd spacequest/recovery/stn_dantooine_owner_all_repairmission_tier2_3 0xfc01a510 spacequest/survival/tatooine_rebel_tier3_1_b @@ -2647,6 +2705,7 @@ 0xff31b7cb spacequest/delivery/naboo_imperial_tier3_2_b 0xff33bd58 quest/mtp_camp_quest_tatooine 0xff33cdce quest/borvo_acklay_helmet +0xff3807c0 quest/wod_outcast_7 0xff45d7e7 quest/corellia_coronet_capitol_problems_government_work_b 0xff8896a4 spacequest/rescue/nova_rank3_01 0xff98c9a4 quest/npe_solo_profession From 8a35cd908577abcd78e5989d930b0826bc97df29 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Tue, 13 Jul 2021 02:29:08 -0400 Subject: [PATCH 029/107] Refractor approach to special creature DNA loot The point of this change is to get rid of all of the unnecessary DNA loot roll chance scripts located at script.item.dna.* and instead replace it with a proper implementation. There are 2 new columns in creatures.tab (dnaChancePct and dnaItemName) which are parsed during createCreature() and loot events to properly roll for loot chance of the DNA and to add it to a creature's inventory container. --- .../game/datatables/mob/creatures.tab | 13502 ++++++++-------- .../script/item/dna/barbed_quenker_dna.java | 28 - .../game/script/item/dna/cracktooth_dna.java | 28 - .../game/script/item/dna/hawkbat_dna.java | 28 - .../script/item/dna/razor_angler_dna.java | 28 - .../script/item/dna/spider_consort_dna.java | 28 - .../script/item/dna/spider_queen_dna.java | 28 - .../script/item/dna/unstable_nexu_dna.java | 28 - .../script/item/dna/unstable_reek_dna.java | 28 - .../script/item/dna/vorpal_durni_dna.java | 28 - .../compiled/game/script/library/create.java | 7 + .../compiled/game/script/library/loot.java | 31 +- 12 files changed, 6788 insertions(+), 7004 deletions(-) delete mode 100755 sku.0/sys.server/compiled/game/script/item/dna/barbed_quenker_dna.java delete mode 100755 sku.0/sys.server/compiled/game/script/item/dna/cracktooth_dna.java delete mode 100755 sku.0/sys.server/compiled/game/script/item/dna/hawkbat_dna.java delete mode 100755 sku.0/sys.server/compiled/game/script/item/dna/razor_angler_dna.java delete mode 100755 sku.0/sys.server/compiled/game/script/item/dna/spider_consort_dna.java delete mode 100755 sku.0/sys.server/compiled/game/script/item/dna/spider_queen_dna.java delete mode 100755 sku.0/sys.server/compiled/game/script/item/dna/unstable_nexu_dna.java delete mode 100755 sku.0/sys.server/compiled/game/script/item/dna/unstable_reek_dna.java delete mode 100755 sku.0/sys.server/compiled/game/script/item/dna/vorpal_durni_dna.java diff --git a/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab b/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab index 86b0dd02a1..2e134cb8ee 100755 --- a/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab +++ b/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab @@ -1,6751 +1,6751 @@ -creatureName BaseLevel Damagelevelmodifier StatLevelModifier ToHitLevelModifier ArmorLevelModifier difficultyClass stealingFlags notes where socialGroup pvpFaction isSpecialForces template minScale maxScale hue minDrainModifier maxDrainModifier minFaucetModifier maxFaucetModifier armorKinetic armorEnergy armorBlast armorHeat armorCold armorElectric armorAcid armorStun attackSpeed hasResources milkType meat meatType hide hideType bone boneType rare rareType geneProfile minCash maxCash intLootRolls intRollPercent lootTable lootList collectionRoll collectionLoot col_faction chronicleLootChance chronicleLootCategory canTame wildAbilityList niche invulnerable rootImmune snareImmune stunImmune mezImmune canNotPunish tauntImmune ignorePlayer skillmods objvars scripts clothesList utterance diction canOfferMission movement_speed primary_weapon primary_weapon_speed secondary_weapon secondary_weapon_speed primary_weapon_specials secondary_weapon_specials aggressive assist stalker herd death_blow -s[required] i[0] i[0] i[0] i[0] i[0] e(NORMAL=0,ELITE=1,BOSS=2)[NORMAL] e(NOTHING=0,CREDITS=1,MOB_LOOT=2,STEALING_TABLE=16,CREDITS_N_MOBLOOT=3)[CREDITS_N_MOBLOOT] c s s[required] s i[0] s[required] f[1] f[1] i f[0.0007] f[1] f[0.0007] f[1.0] i[0] i[0] i[0] i[0] i[0] i[0] i[0] i[0] i b[0] s[none] i[-1] s[none] i[-1] s[none] i[-1] s[none] i[-1] s[none] s[none] i[-1] i[-1] i[2] i[20] s s[none] i[5] s[no_loot] s i[10] s[no_loot] f[0.0] s[none] e(none=0,pc=1,ai=2,droid=3,vehicle=4,npc=5,monster=6,herbivore=7,carnivore=8,predator=9,android=10)[monster] b[0] i[0] i[0] i[0] i[0] i[0] i[0] i[0] s s s s[none] s[none] s[none] i[0] f[1.6] s[unarmed] f[2.0] s[none] f[2.0] s s f[0.0] f[2] b[0] b[0] e(no=0,yes=1,instant=2)[no] -aakuan_anarchist 53 0 0 0 0 NORMAL talus aakuans aakuans aakuan_hard 1.2 1.5 0 30 30 0 0 -1 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 aakuan npc noble general_polearm none melee_5 melee_5 0 6 yes -aakuan_assassin 53 0 0 0 -2 NORMAL talus aakuans aakuans aakuan_hard 1 1.3 0 40 40 0 0 0 -1 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 aakuan npc noble general_sword none melee_5 melee_5 0 6 yes -aakuan_champion 53 0 0 0 0 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 30 30 0 0 -1 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 aakuan npc noble general_sword none melee_5 melee_5 0 6 yes -aakuan_defender 47 0 0 0 0 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 35 35 -1 0 0 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 aakuan npc police fancy general_polearm none melee_4 melee_4 0 6 yes -aakuan_follower 39 0 0 0 0 NORMAL talus aakuans aakuans aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 aakuan npc townperson general_polearm none melee_3 melee_3 0 2 -aakuan_guardian 48 0 -2 0 -3 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 30 30 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 aakuan npc general_polearm none melee_4 melee_4 0 6 yes -aakuan_keeper 42 0 1 0 0 NORMAL talus aakuans aakuans aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aakuan npc police fancy general_polearm none melee_4 melee_4 0 6 yes -aakuan_sentinal 45 0 2 0 0 NORMAL talus aakuans aakuans aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aakuan npc fancy general_sword none melee_4 melee_4 0 6 yes -aakuan_spice_guard 48 0 0 0 -1 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 30 30 -1 0 0 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 aakuan npc noble general_sword none melee_4 melee_4 0 6 yes -aakuan_steward 43 0 0 0 0 NORMAL talus aakuans aakuans aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aakuan npc noble fancy 1 general_polearm none melee_4 melee_4 0 6 yes -aakuan_warder 52 0 0 0 -2 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 30 30 0 0 0 -1 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 aakuan npc noble fancy 1 general_polearm none melee_5 melee_5 0 6 yes -aaph_koden 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_aaph_koden.iff 0.85 0.85 0 0 0 0 0 10 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.aaph_koden pirate_carbine_low_level none 0 2 -abandoned_rebel_private 61 0 0 0 0 NORMAL dantooine rebel Rebel rebel_trooper 0 30 30 40 40 -1 40 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc rebel_carbine rebel_pistol officer_6 officer_6 0 12 yes -ackbar 100 0 0 0 0 NORMAL rebel Rebel admiral_ackbar.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.celebrity.ackbar commoner_10 commoner_10 0 2 -adar 100 0 0 0 0 NORMAL rebel Rebel dressed_corvette_rebel_adar.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -adept_jinda_shaman 65 6 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -adept_panshee_shaman 69 0 2 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_ranged ewok_melee spy_6 melee_6 0 12 -afarathu_cult_bodyguard 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 1.2 1.4 0 0 10 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 yes -afarathu_cult_brute 29 0 0 0 -3 NORMAL corellia afarathu afarathu selonian_female 0.8 1.2 0 10 5 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_2 smuggler_2 6 6 yes -afarathu_cult_follower 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 1 1.4 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_polearm pirate_polearm smuggler_3 smuggler_3 0 2 -afarathu_cult_hellion 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 0.8 1.2 0 0 10 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 yes -afarathu_cult_leader 31 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 1.4 1.8 0 0 15 0 0 0 -1 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 afarathu npc ai.thug 1 pirate_carbine pirate_sword smuggler_3 melee_3 6 6 yes -afarathu_cult_ruffian 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_pistol pirate_pistol smuggler_3 smuggler_3 0 2 -afarathu_cult_savage 30 1 -1 0 0 NORMAL corellia afarathu afarathu selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 -afarathu_cult_zealot 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 1 1.4 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 yes -agrilat_plumed_rasp 34 2 -2 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 3 3.2 3 0 0 0 0 0 10 0 -1 2 1 3 meat_avian 2 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowAttackUtilityWeak herbivore avian_2 avian_2 0 2 -ajuva_vanasterin 100 0 0 0 0 NORMAL rori townsperson dressed_ajuva_vanasterin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 2 -alkhara_bandit 15 0 0 0 0 NORMAL tatooine alkhara alkhara criminal_thug 0 0 0 10 10 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang general_rifle pirate_polearm smuggler_1 melee_1 0 2 1 yes -alkhara_bandit_king 17 0 0 0 0 NORMAL tatooine alkhara alkhara male_criminal_thug 0 0 0 35 35 -1 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_rifle_low_level pirate_sword smuggler_1 melee_1 0 2 1 yes -alkhara_champion 21 0 1 0 -4 NORMAL tatooine alkhara alkhara criminal_thug 0 20 0 25 25 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine_low_level pirate_polearm smuggler_2 melee_2 0 2 1 yes -alkhara_lieutenant 20 0 0 0 0 NORMAL tatooine alkhara alkhara criminal_thug 0 0 0 25 25 -1 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_rifle_low_level pirate_sword smuggler_2 melee_2 0 2 1 yes -alliance_intelligence_case_officer 22 0 0 0 0 NORMAL global rebel Rebel rebel_recruiter 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate slang rebel_rifle rebel_pistol commando_2 commando_2 0 2 yes -alpha_bolma 62 1 0 0 -1 NORMAL dathomir bolma bolma_hue.iff 1.8 2.2 2 45 25 0 -1 0 -1 -1 -1 2 1 500 meat_wild 550 hide_leathery 500 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.015 medTankDefenseAvg herbivore bull_4 bull_4 12 12 1 -alpha_veermok 19 0 0 0 -4 NORMAL naboo veermok veermok_hue.iff 2 2.2 1 30 0 0 -1 0 0 -1 -1 2 1 150 meat_carnivore 150 hide_bristley 40 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.1 lowAttackSpeedWeak carnivore gorilla_2 gorilla_2 0 24 -anchorjobs_ordo 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_anchorjobs_ordo.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.tatooine_anchorjobs_ordo commoner_10 commoner_10 0 2 -ancient_bull_rancor 90 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 1.5 1.8 3 50 65 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 boss_creature_9 6 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_dejarik_table,col_story_count_dooku_set_2,col_shattered_shard_02 18 bull_rancor carnivore snare_defense=200,root_defense=200 gorilla_5 gorilla_5 9 9 instant -ancient_graul 83 0 0 0 0 NORMAL dantooine graul graul_hue.iff 0.9 1.1 1 60 45 70 70 70 -1 0 0 2 1 950 meat_carnivore 875 hide_leathery 775 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.009 highAttackAbilityAvg carnivore gorilla_5 gorilla_5 12 12 -ancient_reptilian_flier 68 2 -2 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1.2 1.4 2 20 30 0 50 50 -1 50 -1 2 1 135 meat_avian 90 hide_leathery 85 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankUtilityStrong carnivore avian_4 avian_4 12 12 -angler 81 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 highTankArmorAvg carnivore spider_4 spider_4 12 12 1 -angler_bone 68 1 -1 1 -1 NORMAL yavin4 angler angler.iff 1.2 1.3 0 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankUtilityStrong carnivore spider_3 spider_3 12 12 1 -angler_hatchling 80 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 0.4 0.6 2 0 0 0 0 0 0 0 -1 2 1 2 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medTankArmorAvg carnivore spider_4 spider_4 0 2 1 -angler_recluse 82 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 1.2 1.4 4 25 20 -1 0 0 -1 0 -1 2 1 2 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.05 medTankDefenseStrong carnivore spider_4 spider_4 12 12 1 -angry_baz_nitch_avenger 62 2 -2 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 1 1.5 2 0 35 0 0 0 0 0 0 2 1 5 meat_wild 2 hide_leathery 2 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.0015 highAttackAbilityStrong herbivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff turkey_4 turkey_4 12 12 1 yes -ankura_gungan 5 0 0 0 0 NORMAL naboo gungan gungan ankura_gungan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_carbine rebel_sword 0 2 -ankura_gungan_devious 84 0 0 0 0 NORMAL Gungan Power Grab mobs naboo gungan gungan ankura_gungan 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc rebel_carbine rebel_sword 0 2 -arachne_drone 63 0 0 0 0 NORMAL endor arachne angler_hue.iff 0.5 0.6 4 35 25 0 40 40 -1 40 -1 2 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_3 spider_3 12 12 -arachne_fleshripper 64 0 0 0 0 NORMAL endor arachne angler_hue.iff 1 1.4 3 10 40 -1 20 20 0 20 0 2 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_3 spider_3 12 12 instant -arachne_hatchling 64 0 0 0 0 NORMAL endor arachne angler_hue.iff 0.5 0.5 1 10 10 0 -1 -1 0 85 0 2 1 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 lowAttackSpeedAvg carnivore spider_3 spider_3 0 12 1 -arachne_pygmy 10 -1 0 -2 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult_gnasher angler_hue.iff 0.5 0.6 4 0 0 0 0 0 0 0 0 2 1 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 medAttackSpeedAvg carnivore spider_1 spider_1 4 1 -arachne_warrior 62 -2 4 -2 4 NORMAL endor arachne angler_hue.iff 1 1 1 30 30 -1 60 60 -1 60 -1 2 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankDefenseStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_3 spider_3 12 12 1 1 instant -arachne_webmaster 62 0 0 0 0 NORMAL endor arachne angler_hue.iff 1 1 1 35 35 -1 60 60 -1 60 -1 2 1 30 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackUtilityStrong carnivore spider_3 spider_3 12 12 1 yes -arachne_widow 63 0 0 0 0 NORMAL endor arachne angler_hue.iff 1 1 1 40 40 0 70 80 0 80 -1 2 1 30 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankArmorStrong carnivore spider_3 spider_3 12 12 1 instant -archaic_gondula_ritualist 80 0 0 0 3 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 50 50 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_melee ewok_ranged melee_8 spy_8 0 12 -archaic_jinda_ritualist 65 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 50 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -archaic_panshee_ritualist 70 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 25 25 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -area_coordinator 13 0 0 0 0 NORMAL global rebel Rebel commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc imperial military rebel_carbine rebel_polearm officer_1 melee_1 0 2 -arrek_von_sarko 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -artisan 1 0 0 0 0 NORMAL global townsperson townsperson artisan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 -arven_wendik 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_arven_wendik.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -asn_121_crafted 1 4 0 4 0 NORMAL anywhere assassindroid asn_121.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_droid_2 droid creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_1 droid_1 0 2 1 -assassin 22 4 -4 0 0 NORMAL global mercenary criminal_thug 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 2 yes -assassin_mission_recruiter_imperial 16 1 0 0 0 NORMAL global imperial Imperial assassin_mission_giver_imperial 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 imperial_carbine imperial_sword commando_1 melee_1 0 2 -assassin_mission_recruiter_neutral 16 1 0 0 0 NORMAL global hutt assassin_mission_giver_neutral 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 spy_1 spy_1 0 2 -assassin_mission_recruiter_rebel 16 1 0 0 0 NORMAL global rebel Rebel assassin_mission_giver_rebel 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 rebel_carbine rebel_pistol officer_1 officer_1 0 2 -assassin_twilek_male 18 0 0 0 0 NORMAL global thug thug male_twilek_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -assault_trooper 26 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_white_gold.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_sword commando_2 melee_2 0 2 1 yes -assault_trooper_squad_leader 27 0 0 0 3 NORMAL global imperial Imperial dressed_stormtrooper_white_gold.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_rifle imperial_pistol commando_2 commando_2 0 2 1 yes -astromech_waiter 4 0 0 0 0 NORMAL anywhere astromech astromech_waiter.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 -at_at 200 0 0 0 0 BOSS anywhere imperial Imperial atat.iff 0 90 90 0 90 90 90 90 100 2 creature/creature_81_90 boss_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 vehicle 100 100 100 100 1 18 14 instant -at_st 65 0 0 0 0 NORMAL anywhere imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_61_70 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle absorption_fire=80,dissipation_fire=50 5 5 instant -athok_dinvar 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_athok_dinvar.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -aujante_klee 20 0 -3 0 0 NORMAL dathomir mtn_clan mtn_clan dressed_aujante_klee.iff 0.95 0.95 0 25 25 0 40 40 40 40 -1 2 npc/npc_11_20 generic_npc_2 18 sng_mtn_clan npc commoner_2 commoner_2 0 12 -axkva_min 85 0 0 0 0 BOSS dathomir nightsister nightsister dressed_dathomir_nightsister_axkva.iff 0 100 0 0 100 100 100 100 100 2 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister npc 100 100 force_sword force_sword_ranged jedi_special_9 jedi_special_9 12 9 instant -ayn_eckener 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_ayn_eckener.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -azure_cabal_abrogata 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_abrogata.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_abrogata 0 0 -azure_cabal_camdoen 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_camdoen.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_camdoen 0 0 -azure_cabal_capi 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_capi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_capi 0 0 -azure_cabal_craaf 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_craaf.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_craaf 0 0 -azure_cabal_drennic_analyst 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD drennic azure_cabal_drennic_analyst 0.8 1.2 0 -10 -10 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang general_pistol general_unarmed 9 12 -azure_cabal_drennic_dataminer 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD drennic azure_cabal_drennic_dataminer 0.8 1.2 0 -10 -10 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 -azure_cabal_drennic_scout 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD drennic azure_cabal_drennic_scout 1 1 0 -10 -10 0 0 0 0 0 -1 1.9 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 -azure_cabal_duth 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_duth.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_duth 0 0 -azure_cabal_fillian 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_fillian.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_fillian 0 0 -azure_cabal_frosch_cryptoanalyst 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD frosch azure_cabal_frosch_cryptoanalyst 0.8 1.2 0 0 0 -20 -20 20 20 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_unarmed general_pistol 9 12 -azure_cabal_frosch_guard 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD frosch azure_cabal_frosch_guards 0.8 1.2 0 0 0 -20 -20 20 20 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.soldier thug slang general_carbine commando_melee 9 12 -azure_cabal_frosch_researcher 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD frosch azure_cabal_frosch_researcher 1 1 0 0 0 -20 -20 20 20 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 -azure_cabal_golgo 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_golgo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_golgo 0 0 -azure_cabal_greel 91 1 1 1 1 ELITE Enemies for Azure Cabal series TBD greel azure_cabal_greel.iff 0.9 1.1 0 20 20 20 20 -30 20 20 -1 2 npc/elite_npc:elite_npc_31_40 elite_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc ai.thug thug slang general_pistol rebel_sword 4 4 -azure_cabal_greel_conman 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD greel azure_cabal_greel_conman 0.8 1.2 0 10 0 10 0 -20 0 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang general_pistol general_unarmed 9 12 -azure_cabal_greel_scoundrel 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD greel azure_cabal_greel_scoundrel 0.8 1.2 0 10 0 10 0 -20 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 -azure_cabal_greel_smuggler 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD greel azure_cabal_greel_smuggler 1 1 0 10 0 10 0 -20 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 -azure_cabal_grunta 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_grunta.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_grunta 0 0 -azure_cabal_haadj 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_haadj.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_haadj 0 0 -azure_cabal_hoolar 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal ithorian_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_hoolar 0 0 -azure_cabal_hoverdale 84 1 1 1 1 ELITE Enemies for Azure Cabal series tatooine hoverdale hoverdale dressed_noble_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine commando_1 spy_2 4 4 1 -azure_cabal_hoverdale_bandit 83 -1 -1 -1 0 NORMAL Enemies for Azure Cabal series tatooine hoverdale hoverdale peacewar_drennic_guard 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug thug rebel_carbine commando_2 commando_2 6 6 -azure_cabal_hoverdale_bodyguard 84 0 0 0 0 ELITE Enemies for Azure Cabal series tatooine hoverdale hoverdale criminal_organized 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine commando_1 spy_2 4 4 1 -azure_cabal_hoverdale_enforcer 83 0 0 0 0 NORMAL Enemies for Azure Cabal series tatooine hoverdale hoverdale peacewar_drennic_hunter 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.thug thug thug rebel_sword spy_2 spy_2 9 9 1 -azure_cabal_ik 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_ik.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_ik 0 0 -azure_cabal_ixalak 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_ixalak.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_ixalak 0 0 -azure_cabal_jabba_brute 84 -2 -2 -2 0 NORMAL Enemies for Azure Cabal series tatooine jabba jabba peacewar_drennic_guard 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 18 jabba npc ai.thug thug thug rebel_carbine commando_2 commando_2 10 12 -azure_cabal_jabba_retainer 84 0 0 0 0 ELITE Enemies for Azure Cabal series tatooine jabba jabba criminal_organized 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 jabba npc ai.thug thug slang general_carbine general_carbine commando_1 spy_2 5 5 1 -azure_cabal_jabba_strongarm 84 -1 -1 -1 0 ELITE Enemies for Azure Cabal series tatooine jabba jabba peacewar_drennic_hunter 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 jabba npc ai.thug thug thug rebel_sword spy_2 spy_2 5 5 1 -azure_cabal_klaxi 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_klaxi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_klaxi 0 0 -azure_cabal_kwaila 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_kwaila.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_kwaila 0 0 -azure_cabal_molhallis 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_molhallis.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_molhallis 0 0 -azure_cabal_ms_cadet 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD monshallok azure_cabal_ms_cadet 1 1 0 20 0 20 -20 -20 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.soldier thug slang general_unarmed general_unarmed 9 12 -azure_cabal_ms_supervisor 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD monshallok azure_cabal_ms_supervisor 0.8 1.2 0 20 0 20 -20 -20 -10 -10 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang general_rifle general_pistol 9 12 -azure_cabal_ms_trainer 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD monshallok azure_cabal_ms_trainer 0.8 1.2 0 20 0 20 -20 -20 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.soldier thug slang general_rifle general_pistol 9 12 -azure_cabal_mystril_assault 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD mystril azure_cabal_mystril_assault 0.8 1.2 0 20 0 20 -10 -10 -10 -10 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.soldier 9 12 1 -azure_cabal_mystril_prime_01 91 1 1 1 1 ELITE Enemies for Azure Cabal series TBD mystril azure_cabal_mystril_prime_01.iff 0.9 1.1 0 20 0 20 -10 -10 -10 -10 -1 2 npc/elite_npc:elite_npc_31_40 elite_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc ai.soldier 4 4 1 -azure_cabal_mystril_skirmisher 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD mystril azure_cabal_mystril_skirmisher 0.8 1.2 0 20 0 20 -10 -10 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.soldier general_rifle commando_melee 9 12 1 -azure_cabal_mystril_slicer 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD mystril azure_cabal_mystril_slicer 1 1 0 20 0 20 -10 -10 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.soldier general_unarmed general_unarmed 9 12 1 -azure_cabal_nikto_fanatic 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD nikto azure_cabal_nikto_fanatic 1 1 0 30 -10 20 10 -20 -10 -20 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine 9 12 -azure_cabal_nikto_fatalist 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD nikto azure_cabal_nikto_fatalist 0.8 1.2 0 30 -10 20 10 -20 -10 -20 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_unarmed general_unarmed 9 12 -azure_cabal_nikto_mastermind_01 91 1 1 1 1 ELITE Enemies for Azure Cabal series TBD nikto azure_cabal_nikto_mastermind_01.iff 0.9 1.1 0 40 -20 30 0 -20 -10 -20 -1 2 npc/elite_npc:elite_npc_31_40 elite_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc ai.thug thug slang 4 4 -azure_cabal_nikto_overseer 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD nikto azure_cabal_nikto_overseer 0.8 1.2 0 30 -10 20 10 -20 -10 -20 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang 9 12 -azure_cabal_phanjoon 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_phanjoon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_phanjoon 0 0 -azure_cabal_quixiak 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_quixiak.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_quixiak 0 0 -azure_cabal_rayxeen 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_rayxeen.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_rayxeen 0 0 -azure_cabal_sb_penitent 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD sleepless_brotherhood azure_cabal_sb_penitent 1 1 0 10 -10 10 10 -10 -10 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine 9 12 -azure_cabal_sb_rogue 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD sleepless_brotherhood azure_cabal_sb_rogue 0.8 1.2 0 10 -10 10 10 -10 -10 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 -azure_cabal_sb_slayer 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD sleepless_brotherhood azure_cabal_sb_slayer 0.8 1.2 0 10 -10 10 10 -10 -10 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang 9 12 -azure_cabal_strol 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_strol.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_strol 0 0 -azure_cabal_toedri 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_toedri.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_toedri 0 0 -azure_cabal_troudge 91 1 1 1 1 ELITE Enemies for Azure Cabal series TBD troudge azure_cabal_troudge.iff 0.9 1.1 0 20 0 20 0 -40 0 0 -1 2 npc/elite_npc:elite_npc_31_40 elite_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc ai.thug thug slang 4 4 -azure_cabal_troudge_ghoul 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD troudge azure_cabal_troudge_ghoul 0.8 1.2 0 10 10 10 10 -30 10 10 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang 9 12 -azure_cabal_troudge_roughian 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD troudge azure_cabal_troudge_roughian 0.8 1.2 0 0 0 0 0 -20 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_unarmed commando_melee 9 12 -azure_cabal_troudge_scavenger 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD troudge azure_cabal_troudge_scavenger 1 1 0 -10 -10 -10 -10 -10 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine 9 12 -bab_esrus 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_commoner_naboo_human_female_08.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -baby_bol 10 0 0 0 0 NORMAL dantooine bol bol_hue.iff 0.5 0.55 1 0 0 0 0 0 0 0 -1 2 1 milk_domesticated meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowTankHealthWeak herbivore bull_1 bull_1 0 2 1 -bachelor_gualama 41 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 200 meat_wild 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore horse_3 horse_3 0 6 -bageraset 29 0 0 0 0 NORMAL corellia bageraset bageraset_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 230 meat_herbivore 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankHealthWeak herbivore object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_2 camel_2 0 2 1 -bageraset_bruiser 9 0 0 0 0 NORMAL corellia bageraset bageraset_hue.iff 1.2 1.5 3 0 0 0 10 0 0 0 0 2 1 230 meat_herbivore 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_1 camel_1 0 6 -bandit 5 0 0 0 0 NORMAL global bandit bandit criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_carbine 0 6 1 -bane_back_spider 80 0 0 0 0 ELITE dathomir gaping bane_back_spider.iff 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 50 meat_insect 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_8 100 col_bane_back_spider 0.15 carnivore 100 1 root_defense=200,snare_defense=100 generic_creature_special_6 generic_creature_special_6 3 3 yes -bantha 14 0 0 0 -4 NORMAL tatooine bantha bantha_hue.iff 0.8 1.2 1 0 20 0 20 0 0 0 -1 2 1 milk_wild 450 meat_herbivore 325 hide_wooly 250 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 3 0.15 lowTankHealthWeak herbivore elephant_1 elephant_1 0 2 1 -bantha_bonecracker 21 1 1 0 -3 NORMAL tatooine bantha bantha_hue.iff 1.3 1.4 4 0 25 0 40 -1 -1 -1 -1 2 1 475 meat_herbivore 345 hide_wooly 300 bone_mammal defaultProfile creature/bantha_bonecracker_loot 0.05 medAttackDamageWeak herbivore elephant_2 elephant_2 6 6 1 -bantha_e3 8 0 0 0 0 NORMAL tatooine bantha bantha_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 450 meat_herbivore 325 hide_wooly 250 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankHealthWeak herbivore elephant_1 elephant_1 0 2 1 -barada 1 0 0 0 0 NORMAL jabba jabba barada.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.celebrity.barada 0 2 -bardo_klinj 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_bardo_klinj.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -baritha 100 0 0 0 0 NORMAL dathomir nightsister dressed_baritha.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 nightsister npc noble fancy rebel_carbine rebel_polearm commoner_10 commoner_10 0 12 -bark_mite 37 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.5 1.9 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect 4 hide_scaley 3 bone_mammal defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 18 bark_mite 0.15 lowTankArmorWeak carnivore roach_3 roach_3 0 2 -bark_mite_burrower 63 5 0 0 0 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 65 40 -1 80 -1 80 80 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackDamageAvg carnivore roach_4 roach_4 12 12 yes -bark_mite_burrower_collector 63 5 0 0 -3 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 0 40 -1 70 -1 65 70 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackDamageAvg carnivore roach_4 roach_4 12 12 1 -bark_mite_burrower_drone 63 5 0 0 0 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 35 20 -1 70 -1 60 70 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackDamageAvg carnivore roach_4 roach_4 0 12 -bark_mite_burrower_queen 64 4 0 0 0 NORMAL endor bark_mite bark_mite_hue.iff 2.5 3 4 60 50 -1 80 -1 80 80 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.01 highAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff roach_4 roach_4 0 12 yes -bark_mite_burrower_swarmling 63 5 0 0 -2 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 0 20 -1 35 -1 20 35 -1 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackSpeedAvg carnivore roach_4 roach_4 12 12 -bark_mite_burrower_worker 63 5 0 0 0 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 45 60 -1 80 -1 80 80 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff roach_4 roach_4 0 12 -bark_mite_hatchling 36 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.25 1.6 2 0 0 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 18 bark_mite carnivore roach_3 roach_3 0 2 1 -basilisk_war_droid 65 0 0 0 0 NORMAL anywhere droid droid basilisk_war_droid.iff 0 35 35 -1 100 100 0 0 100 2 vehicle 5 5 instant -bartender 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.bartender.base townsperson townperson 1 rebel_pistol none 0 2 -battle_droid 85 0 0 0 0 ELITE global battle_droid battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_71_80 elite_droid_9 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android imperial_carbine none droid_special_6 melee_special_6 9 3 instant -battle_droid_crafted 30 0 0 0 0 NORMAL anywhere astromech battle_droid.iff 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android creature.droid_setup battledroid droid_2 droid_2 0 2 -baz_nitch 60 0 0 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 1 1.5 3 20 0 0 -1 0 0 -1 0 2 1 5 meat_wild 2 hide_leathery 2 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 highAttackUtilityAvg herbivore turkey_4 turkey_4 12 12 1 yes -bearded_jax 37 0 0 0 0 NORMAL rori jax bearded_jax_hue.iff 1 1.4 1 0 5 30 0 0 0 0 -1 2 1 15 meat_herbivore 15 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore predatory_cat_3 predatory_cat_3 0 2 1 -bedraggled_korga_laborer 74 -1 1 0 5 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 20 20 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 -bedraggled_pubam_laborer 64 2 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 -beginner_brawler_quest_client_1 5 0 0 0 0 NORMAL tatooine townsperson beginner_brawler_client_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc conversation.c_newbie_melee_combat_client_1 rebel_carbine rebel_pistol 4 4 -beginner_brawler_quest_client_2 5 0 0 0 0 NORMAL tatooine townsperson beginner_brawler_client_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc conversation.c_newbie_melee_combat_client_2 rebel_carbine rebel_pistol 4 4 -beginner_brawler_quest_client_3 5 0 0 0 0 NORMAL tatooine townsperson beginner_brawler_client_3.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc conversation.c_newbie_melee_combat_client_3 rebel_carbine rebel_pistol 4 4 -beginner_brawler_quest_peawp_bodyguard_trainer 100 0 0 0 0 NORMAL tatooine townsperson peawp_bodyguard_trainer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.c_newbie_melee_combat 1 commoner_10 commoner_10 0 2 -beguiling_donkuwah_scout 76 1 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 1 yes -beguiling_korga_scout 74 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 30 30 0 0 0 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 1 instant -beguiling_pubam_scout 63 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 60 60 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 yes -beldonnas_enforcer 40 0 0 0 0 NORMAL corellia beldonnas_league beldonnas_league mercenary_elite 0.8 1.2 0 20 0 0 -1 -1 -1 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_polearm smuggler_4 melee_4 0 6 yes -beldonnas_marshal 40 0 0 0 0 NORMAL corellia beldonnas_league beldonnas_league mercenary_commander 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 pirate_carbine pirate_sword smuggler_4 melee_4 0 6 yes -beldonnas_scout 39 0 0 0 0 NORMAL corellia beldonnas_league beldonnas_league mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 pirate_rifle pirate_pistol smuggler_3 smuggler_3 0 6 -beldonnas_soldier 39 0 0 0 0 NORMAL corellia beldonnas_league beldonnas_league mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_pistol pirate_pistol smuggler_3 smuggler_3 0 6 -berserk_marauder 78 5 -5 0 0 NORMAL endor marauder endor_marauder dressed_frenzied_marauder.iff 0 40 40 0 -1 0 0 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc marauder_melee pirate_pistol melee_special_6 bounty_hunter_special_6 5 5 instant -beserk_kahmurra 46 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 20 -1 0 0 0 0 0 -1 2 1 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 kahmurra 0.15 lowAttackDamageWeak carnivore goat_3 goat_3 6 6 yes -bestine_artist01 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_artist02 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_artist03 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_artist04 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist04.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_artist05 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist05.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_artist06 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist06.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_capitol01 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_capitol01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_capitol02 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_capitol02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_capitol03 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_capitol03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_capitol04 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_capitol04.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_merchant 100 0 0 0 0 NORMAL townsperson townsperson bestine_merchant 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor01 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor02 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor03 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor04 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor04.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor05 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor05.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor06 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor06.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor07 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor07.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor08 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor08.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor09 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor09.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor10 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor10.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor11 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor11.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_rumor12 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor12.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bestine_tusken_raid_leader 32 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.25 0 45 25 0 80 -1 40 -1 0 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -bestine_tusken_raid_sub_leader 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.15 1.21 0 30 30 0 30 -1 30 0 0 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -bestinejobs_jasha 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_bestinejobs_jasha.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.tatooine_bestinejobs_jasha commoner_10 commoner_10 0 2 -bewitching_donkuwah_shaman 85 1 1 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 0 -1 30 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes -bewitching_korga_dark_shaman 76 2 -2 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 0 0 -1 30 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -bewitching_pubam_dark_shaman 64 3 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes -bib_fortuna 100 0 0 0 0 NORMAL jabba jabba bib_fortuna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.celebrity.bib_fortuna commoner_10 commoner_10 0 2 -bile_drenched_quenker 63 0 0 0 6 NORMAL dantooine quenker quenker_hue.iff 1.2 1.4 1 0 0 0 0 -1 0 0 -1 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_shattered_shard_03,col_glass_shelving_02 0.1 medAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff rat_4 rat_4 12 12 1 -binayre_chief 47 0 0 0 0 NORMAL talus binayre binayre binayre_chief 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 6 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 binayre npc ai.thug pirate_rifle pirate_pistol smuggler_4 smuggler_4 6 6 -binayre_hooligan 36 0 0 0 0 NORMAL talus binayre binayre binayre_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 18 binayre npc ai.thug thug slang pirate_polearm pirate_carbine smuggler_3 smuggler_3 6 6 -binayre_pirate 43 0 0 0 0 NORMAL talus binayre binayre binayre_elite 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 18 binayre npc ai.thug thug slang pirate_carbine pirate_sword smuggler_4 melee_4 6 6 -binayre_ruffian 42 0 0 0 0 NORMAL talus binayre binayre binayre_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 binayre npc ai.thug thug slang pirate_pistol pirate_carbine smuggler_4 smuggler_4 6 6 -binayre_scalawag 39 0 0 0 0 NORMAL talus binayre binayre binayre_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 18 binayre npc ai.thug pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 -binayre_smuggler 45 0 2 0 0 NORMAL talus binayre binayre binayre_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 18 binayre npc ai.thug pirate slang pirate_carbine pirate_sword smuggler_4 melee_4 6 6 -binayre_swindler 46 0 0 0 0 NORMAL talus binayre binayre binayre_strong 0.8 1.2 0 20 0 0 0 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 6 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04 18 binayre npc ai.thug pirate slang 1 pirate_pistol pirate_sword smuggler_4 melee_4 6 6 -binna_jode 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_binna.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.binna_jode pirate_carbine_low_level pirate_polearm 0 2 -bio_engineered_angler 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer angler_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_bageraset 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer bageraset_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_bantha 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer bantha_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_bearded_jax 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE rori bioengineer bearded_jax_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_blurrg 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer blurrg_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_boar_wolf 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer boar_wolf_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_bocatt 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer bocatt_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 1 -bio_engineered_bol 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer bol_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_bolle_bol 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer bolle_bol_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_bolma 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer bolma_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_bordok 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer bordok_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes -bio_engineered_brackaset 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer brackaset_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_carrion_spat 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer carrion_spat_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_choku 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer choku_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_cu_pa 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer cu_pa_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_dalyrake 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer dalyrake_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_dewback 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer dewback_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_dune_lizard 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer dune_lizard_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 18 dune_lizard carnivore 0 2 yes -bio_engineered_durni 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer durni_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_eopie 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer eopie_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_falumpaset 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer falumpaset_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_fambaa 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer fambaa_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_gnort 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer gnort_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_graul 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer graul_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_gronda 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer gronda_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_gualama 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer gualama_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_guf_drolg 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE talus bioengineer guf_drolg_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_gurnaset 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer gurnaset_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_gurreck 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer gurreck_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_hermit_spider 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer hermit_spider_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_huf_dun 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE talus bioengineer huf_dun_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_huurton 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer huurton_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_ikopi 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer ikopi_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_kaadu 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer kaadu_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_kima 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE talus bioengineer kima_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_kimogila 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer kimogila_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 yes -bio_engineered_kliknik 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer kliknik_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_krahbu 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer krahbu_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_kusak 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer kusak_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_kwi 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer kwi_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_langlatch 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer langlatch_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_malkloc 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer malkloc_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_mawgax 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer mawgax_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_merek 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer merek_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_mott 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer mott_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_murra 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer murra_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_narglatch 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer narglatch_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_piket 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer piket_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_pugoriss 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE rori bioengineer pugoriss_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_rancor 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer rancor_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 yes -bio_engineered_roba 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer roba_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_ronto 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer ronto_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_sand_panther 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer corellian_sand_panther_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_sharnaff 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer sharnaff_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_shear_mite 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer shear_mite_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_slice_hound 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer corellian_slice_hound_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_snorbal 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer snorbal_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_squall 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer squall_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_swirl_prong 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer swirl_prong_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_thune 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer thune_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_torton 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE rori bioengineer torton_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_tusk_cat 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer tusk_cat_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_tybis 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer tybis_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_veermok 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer veermok_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_verne 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer verne_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_vesp 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer vesp_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -bio_engineered_vir_vur 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE rori bioengineer vir_vur_hue.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_woolamander 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer woolamander_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -bio_engineered_zucca_boar 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer zucca_boar_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -biribas_tarun 100 0 0 0 0 NORMAL rori townsperson dressed_biribas_tarun.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 2 -bith_assassin 18 1 -1 0 0 NORMAL global bith dressed_desperado_bith_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang general_rifle general_pistol spy_1 spy_1 0 6 -bith_musician 8 0 0 0 0 NORMAL tatooine townsperson tatooine_npc/figrin_dan.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.figrin_dan 1 0 2 -bith_sniper 7 1 -1 0 0 NORMAL global bith dressed_desperado_bith_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang general_rifle general_pistol 0 6 -black_sun_initiate 50 0 2 0 0 NORMAL talus bandit dressed_black_sun_thug.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc ai.thug pirate slang pirate_pistol pirate_pistol smuggler_5 smuggler_5 6 6 -black_sun_minion 54 0 0 0 0 NORMAL talus bandit dressed_black_sun_guard.iff 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc ai.thug pirate slang pirate_rifle pirate_pistol smuggler_5 smuggler_5 6 6 -black_sun_smuggler 52 0 0 0 0 NORMAL talus bandit dressed_black_sun_henchman.iff 0.8 1.2 0 20 0 0 0 0 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc ai.thug pirate slang pirate_carbine pirate_pistol smuggler_5 smuggler_5 6 6 -blastromech 75 0 0 0 0 NORMAL global blastromech blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_71_80 generic_npc_8 housing_improvement_05,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_7 droid_7 12 12 instant -blerx_tango 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_blerx_tango.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.blerx_tango pirate_carbine_low_level pirate_pistol_low_level 0 2 -blister_rot_queen 14 1 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.5 3 0 0 0 0 10 0 10 -1 2 1 10 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff roach_1 roach_1 4 4 1 yes -blood_crazed_plains_marauder 76 5 15 0 0 NORMAL endor marauder endor_marauder dressed_blood_crazed_plains_marauder.iff 0 0 0 0 -1 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc marauder_melee pirate_pistol melee_special_6 bounty_hunter_special_6 8 8 1 instant -blood_drenched_merek_king 64 0 0 0 0 NORMAL endor merek merek_hue.iff 1.5 2 4 0 35 0 0 0 0 0 0 2 1 meat_wild 55 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackDamageAvg carnivore mantis_4 mantis_4 12 12 1 1 instant -blood_frenzied_boar_wolf 68 5 -5 0 -5 NORMAL endor boar_wolf boar_wolf_hue.iff 1 1 1 0 0 0 75 75 -1 0 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackDamageStrong carnivore pig_4 pig_4 12 12 instant -blood_razor_berzerker 38 8 -9 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 -1 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 8 8 yes -blood_razor_captain 40 0 0 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate_captain 0 40 70 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_rifle pirate_pistol smuggler_4 smuggler_3 8 8 yes -blood_razor_cutthroat 38 6 -2 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 45 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 8 8 yes -blood_razor_destroyer 36 8 -9 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes -blood_razor_guard 36 4 0 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 8 8 yes -blood_razor_officer 38 0 0 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate_captain 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_sword smuggler_3 melee_3 8 8 yes -blood_razor_pirate_elite 37 6 -3 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate_elite 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm pirate_pistol melee_3 smuggler_3 8 8 yes -blood_razor_pirate_strong 38 5 -5 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate_elite 0 20 40 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm none melee_3 melee_3 8 8 yes -blood_razor_pirate_weak 37 4 -4 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 25 0 0 -1 -1 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm none melee_3 melee_3 8 8 yes -blood_razor_scout 38 3 0 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 45 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes -blood_stained_merek 63 3 0 0 -2 NORMAL endor merek merek_hue.iff 1 1 4 -1 45 0 60 60 0 75 -1 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes -blood_thirsty_borgle 39 2 -1 0 -5 NORMAL rori borgle borgle_hue.iff 1 1.2 1 10 10 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.05 lowAttackSpeedWeak carnivore bat_3 bat_3 6 6 yes -bloodfanged_gackle_bat 63 1 -1 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.5 2 3 0 0 10 0 0 0 0 -1 2 1 9 meat_avian 9 hide_leathery 9 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAbilitySpeedStrong carnivore bat_4 bat_4 12 12 1 yes -bloodseeker_mite 64 6 -4 0 0 NORMAL endor bloodseeker bark_mite_hue.iff 2.5 3 4 -1 40 -1 100 -1 100 100 -1 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 highAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff roach_4 roach_4 0 12 -bloodseeker_mite_drone 64 4 -3 0 -3 NORMAL endor bloodseeker bark_mite_hue.iff 2 3 4 -1 35 -1 45 -1 45 45 -1 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medAttackUtilityAvg carnivore roach_4 roach_4 0 12 -bloodseeker_mite_guardian 64 4 -3 0 -3 NORMAL endor bloodseeker bark_mite_hue.iff 2.5 3 4 60 40 -1 70 -1 70 70 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 highAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff roach_4 roach_4 12 12 -bloodseeker_mite_hunter 65 8 -4 0 -1 NORMAL endor bloodseeker bark_mite_hue.iff 2.5 3 4 15 45 -1 80 -1 80 80 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackDamageStrong carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff roach_4 roach_4 12 12 -bloodseeker_mite_queen 60 0 0 0 0 NORMAL endor bloodseeker bark_mite_hue.iff 2.5 3 4 40 45 -1 80 -1 80 80 -1 2 1 meat_insect hide_scaley defaultProfile creature/insect_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.01 medAttackUtilityStrong carnivore roach_4 roach_4 0 12 yes -bloodseeker_mite_sanguine_hierarch 59 4 0 2 0 NORMAL endor bloodseeker bark_mite_hue.iff 3.1 3.5 4 15 15 0 20 0 20 20 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.05 medAttackSpeedStrong carnivore roach_4 roach_4 12 12 yes -blooming_jax 61 0 0 0 0 NORMAL endor jax bearded_jax_hue.iff 1 2 4 35 35 50 -1 -1 -1 -1 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.15 medAttackAbilityWeak carnivore predatory_cat_4 predatory_cat_4 0 12 -blurrg 62 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 1.1 1.1 2 20 20 0 40 80 80 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff raptor_4 raptor_4 0 12 -blurrg_hunter 64 1 -1 0 -3 NORMAL endor blurrg blurrg_hue.iff 1 1 4 15 20 0 35 35 -1 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff raptor_4 raptor_4 12 12 1 -blurrg_mount 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer beast_master/bm_blurrg.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 -blurrg_pup 62 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 1.5 1.5 3 0 0 0 0 0 0 0 0 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAttackDamageAvg carnivore raptor_4 raptor_4 0 12 1 -blurrg_raptor 63 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 0.8 0.9 3 0 0 0 0 0 0 0 0 1.7 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff 1.7 object/weapon/ranged/creature/creature_spit_large_yellow.iff raptor_4 raptor_4 12 12 1 instant -blurrg_sand_crawler 65 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 1.1 1.1 2 45 45 0 100 20 100 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff raptor_4 raptor_4 0 12 -blurrg_tracker 64 0 0 0 -1 NORMAL endor blurrg blurrg_hue.iff 1 1 4 25 25 0 40 80 0 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff raptor_4 raptor_4 0 12 1 -blushing_jax 61 -2 4 0 0 NORMAL endor jax bearded_jax_hue.iff 1 2 4 35 30 50 -1 -1 -1 -1 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankDefenseWeak carnivore predatory_cat_4 predatory_cat_4 0 12 -boar_wolf 65 0 0 0 0 NORMAL endor boar_wolf boar_wolf_hue.iff 1 1 1 50 -1 30 -1 30 30 -1 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackDamageAvg carnivore pig_4 pig_4 12 12 -boar_wolf_cub 64 0 0 0 0 NORMAL endor boar_wolf boar_wolf_hue.iff 1.5 1.5 4 15 0 10 0 0 0 -1 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore pig_4 pig_4 0 12 -boar_wolf_ravager 66 5 -3 0 -5 NORMAL endor boar_wolf boar_wolf_hue.iff 1 1 2 50 0 50 0 0 0 -1 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore pig_4 pig_4 12 12 instant -boba_fett 250 0 0 0 0 BOSS jabba jabba boba_fett.iff 1 1 0 45 45 0 90 90 90 -1 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 100 100 int:celebrity=1 pirate_carbine pirate_pistol bounty_hunter_special_9 bounty_hunter_special_9 0 2 -boba_fett_big 250 0 0 0 0 BOSS jabba jabba boba_fett.iff 1.2 1.2 0 45 45 0 90 90 90 -1 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 100 100 int:celebrity=1 pirate_carbine pirate_pistol bounty_hunter_special_9 bounty_hunter_special_9 0 2 -bocatt 17 0 2 0 0 NORMAL tatooine bocatt bocatt_hue.iff 2.5 1 0 0 -1 -1 50 50 -1 -1 2 1 100 meat_reptilian 60 hide_leathery 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_1 lizard_1 10 10 1 -bocatt_diseased 5 0 0 0 0 NORMAL tatooine bocatt bocatt_hue.iff 1.2 1.6 4 0 0 0 0 0 0 10 -1 2 1 6 meat_wild 5 hide_leathery 4 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 carnivore lizard_1 lizard_1 10 10 1 -bocatt_tormented 18 1 2 0 -1 NORMAL tatooine bocatt bocatt_hue.iff 2.5 3 0 0 -1 -1 50 50 -1 -1 2 1 100 meat_reptilian 60 hide_leathery 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_1 lizard_1 10 10 1 -bodyguard 4 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc police military rebel_carbine rebel_pistol 0 2 -bodyguard_zabrak_female 18 0 0 0 0 NORMAL global thug thug thug_zabrak_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_polearm pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -bol 60 -3 0 0 2 NORMAL dantooine bol bol_hue.iff 0.9 1 2 35 0 -1 0 0 -1 0 -1 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 medTankHealthWeak herbivore bull_4 bull_4 0 2 1 -bol_lesser_plains 10 0 0 0 0 NORMAL dantooine bol bol_hue.iff 0.5 0.7 1 0 0 0 0 0 0 0 0 2 1 milk_domesticated meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_1_10 generic_creature_6 0.1 lowAttackAbilityWeak herbivore bull_1 bull_1 0 2 1 -bol_pack_runner 67 -2 2 0 -1 NORMAL dantooine bol bol_hue.iff 1.4 1.4 2 25 25 0 0 -1 -1 0 -1 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedWeak herbivore bull_4 bull_4 0 2 1 -bol_swift_charger 39 0 1 2 2 NORMAL dantooine bol bol_hue.iff 1.2 1.4 2 20 20 0 0 0 0 0 0 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 medAbilitySpeedWeak herbivore bull_3 bull_3 0 2 1 -bolle_bol 16 0 0 0 0 NORMAL naboo bolle_bol bolle_bol_hue.iff 0.8 1.2 1 25 25 0 -1 40 -1 40 -1 2 1 milk_wild 450 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak herbivore giraffe_1 giraffe_1 0 8 1 -bolle_bol_bark_biter 65 0 0 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 1.5 1.5 2 35 25 -1 0 40 0 40 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 -bolle_bol_calf 64 0 0 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 0.55 0.6 1 0 0 0 0 0 0 0 0 2 1 milk_domesticated meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 -bolle_bol_colt 57 0 0 0 -2 NORMAL endor bolle_bol bolle_bol_hue.iff 0.55 0.6 1 10 10 0 0 0 0 0 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 lowTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 -bolle_bol_elder_pulverizer 17 5 0 -5 0 NORMAL naboo bolle_bol bolle_bol_hue.iff 1.3 1.5 1 25 25 0 0 15 -1 15 -1 2 1 450 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.01 lowAttackDamageWeak herbivore giraffe_1 giraffe_1 8 8 1 -bolle_bol_female 65 0 5 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 0.8 1 2 0 0 0 0 50 0 50 -1 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 -bolle_bol_herd_leader 65 0 0 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 1.1 1.2 3 35 0 0 -1 50 0 50 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 -bolle_bol_male 65 0 0 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 1 1 4 0 0 0 0 50 0 50 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 -bolle_bol_stomper 60 2 -1 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 1.5 1.5 2 25 0 -1 -1 50 -1 50 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.05 medAttackDamageStrong herbivore giraffe_4 giraffe_4 0 12 1 -bolma 55 0 0 0 -3 NORMAL dathomir bolma bolma_hue.iff 1 1 3 0 25 0 -1 -1 -1 -1 -1 2 1 milk_wild meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 medTankHealthAvg herbivore bull_4 bull_4 0 12 1 -bolma_calf 60 0 1 0 0 NORMAL dathomir bolma bolma_hue.iff 0.5 0.6 2 0 0 0 0 0 0 0 0 2 1 milk_wild 175 meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 lowTankHealthAvg herbivore bull_4 bull_4 0 12 1 -bolma_female 60 0 1 0 -4 NORMAL dathomir bolma bolma_hue.iff 0.9 1.1 3 35 30 0 0 -1 -1 0 0 2 1 milk_wild 300 meat_wild 320 hide_leathery 300 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 medTankHealthAvg herbivore bull_4 bull_4 0 12 1 -bolma_male 60 0 0 0 0 NORMAL dathomir bolma bolma_hue.iff 1.1 1.3 2 35 20 0 -1 -1 -1 -1 -1 2 1 320 meat_wild 340 hide_leathery 320 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 medTankDefenseAvg herbivore bull_4 bull_4 0 12 1 -bolma_pack_master 61 0 0 0 0 NORMAL dathomir bolma bolma_hue.iff 1 1 4 0 30 0 -1 -1 -1 -1 -1 2 1 meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthStrong herbivore bull_4 bull_4 0 12 -bolma_prime 56 1 1 0 0 NORMAL dathomir bolma bolma_hue.iff 2.1 2.4 2 45 45 0 0 0 0 -1 -1 2 1 500 meat_wild 550 hide_leathery 500 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.05 medTankHealthAvg herbivore bull_4 bull_4 12 12 1 -bolma_youth 60 0 0 0 0 NORMAL dathomir bolma bolma_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 1 milk_wild meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 lowTankDefenseAvg herbivore bull_4 bull_4 0 12 1 -bomarr_monk 1 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 -bomarr_monk_abbot 2 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 1.3 1.4 0 20 0 0 0 0 0 0 0 2 droid/droid_1_10 generic_npc_1 droid 0 2 -bomarr_monk_bodyguard 2 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 1.2 1.3 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 -bomarr_monk_healer 1 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 1 -bomarr_monk_initiate 1 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 0.8 0.95 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 1 -bombardier 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -booto_lubble 100 0 0 0 0 NORMAL rori townsperson gungan_s04_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol none commoner_10 commoner_10 0 2 -bordok_ancient 62 4 8 0 0 NORMAL endor bordok bordok_hue.iff 2 2 1 45 0 0 70 70 -1 -1 -1 2 1 milk_domesticated meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankDefenseAvg herbivore horse_4 horse_4 0 12 -bordok_foal 62 0 2 0 0 NORMAL endor bordok bordok_hue.iff 0.5 0.5 4 0 0 -1 70 70 -1 -1 -1 2 1 milk_domesticated meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthWeak herbivore horse_4 horse_4 0 12 1 -bordok_herd_master 62 3 3 0 0 NORMAL endor bordok bordok_hue.iff 1 1 2 0 0 0 70 70 -1 -1 -1 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityAvg herbivore horse_4 horse_4 0 12 1 -bordok_mare 62 5 0 0 0 NORMAL endor bordok bordok_hue.iff 1 1 2 30 -1 0 100 100 0 -1 -1 2 1 milk_domesticated meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAbilitySpeedAvg herbivore horse_4 horse_4 12 12 yes -borgle 39 0 0 0 -3 NORMAL rori borgle borgle_hue.iff 1 1.3 1 0 15 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.15 lowTankUtilityWeak carnivore bat_3 bat_3 6 6 -borgle_desert_roamer 63 0 0 0 -4 NORMAL endor borgle borgle_hue.iff 1.5 1.5 1 30 40 0 55 -1 70 0 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.1 medAttackAbilityAvg herbivore bat_4 bat_4 12 12 -borgle_desert_runner 63 1 -1 0 0 NORMAL endor borgle borgle_hue.iff 1.5 1.5 1 0 50 0 75 -1 95 0 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.05 medAbilitySpeedAvg herbivore bat_4 bat_4 12 12 -borgle_harvester 37 0 0 0 -4 NORMAL rori borgle borgle_hue.iff 1 1.12 1 10 10 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.15 lowTankUtilityWeak carnivore bat_3 bat_3 0 6 -borgle_life_sapper 63 0 0 0 -3 NORMAL endor borgle borgle_hue.iff 1 1 3 20 30 -1 -1 35 35 50 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.1 medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff bat_4 bat_4 12 12 1 yes -borgle_matriarch 40 0 0 0 -4 NORMAL rori borgle borgle_hue.iff 1.12 1.5 1 10 10 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle carnivore bat_3 bat_3 0 6 yes -borgle_protector 39 0 0 0 -6 NORMAL rori borgle borgle_hue.iff 1 1.2 1 15 15 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.15 lowTankUtilityWeak carnivore bat_3 bat_3 6 6 -borvo_aldalad 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine pirate_pistol commoner_2 commoner_2 0 2 1 1 -borvo_battle_droid 23 0 0 0 0 NORMAL global battle_droid battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 100 npc/elite_npc:elite_npc_21_30 elite_droid_3 col_dejarik_holomonster,col_dejarik_table android imperial_carbine none droid_2 droid_2 6 6 instant -borvo_blastromech 22 0 0 0 0 NORMAL global blastromech blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 instant -borvo_bounty_hunter 27 0 0 0 0 NORMAL global prisoner dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc slang general_unarmed none melee_2 melee_2 0 2 -borvo_dagorel 100 1 1 1 1 NORMAL global townsperson townsperson dressed_gendra.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.dagorel noble fancy rebel_pistol none commoner_10 commoner_10 0 2 -borvo_frangee 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine pirate_pistol commoner_2 commoner_2 0 2 1 1 -borvo_ig_assassin_droid 25 4 -4 0 -4 NORMAL anywhere assassindroid ig_assassin_droid.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_21_30 generic_droid_3 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 1 yes -borvo_maerzen 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine pirate_pistol commoner_2 commoner_2 0 2 1 1 -borvo_montrus 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine pirate_pistol commoner_2 commoner_2 0 2 1 1 -borvo_the_hutt 100 0 0 0 0 NORMAL naboo borvo borvo borvo.iff 0 0 0 0 0 0 0 0 2 npc/npc_81_90 elite_npc_4 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 borvo npc int:celebrity=1 conversation.borvo_the_hutt smuggler_10 smuggler_10 0 8 -borvos_acklay 25 3 6 0 0 ELITE yavin4 geonosian_monster borvo_acklay.iff 0.9 1.1 2 30 45 55 55 45 0 0 0 1.7 1 defaultProfile 50 npc/borvo_acklay boss_creature_3 carnivore snare_defense=250,root_defense=250 generic_creature_2 generic_creature_2 6 6 instant -borvos_acklay_dakk 100 0 0 0 0 NORMAL naboo borvo borvo dressed_acklay_dakk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc 1 conversation.borvos_acklay_dakk townsperson townperson rebel_sword commoner_10 commoner_10 0 8 1 -borvos_acklay_guard 100 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc 1 conversation.borvo_acklay_guard townsperson townperson rebel_sword commoner_10 commoner_10 0 8 1 -borvos_bruiser 22 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 8 -borvos_champion 25 0 0 0 0 NORMAL naboo borvo borvo dressed_borvos_champion.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_pistol_low_level none commando_2 melee_2 0 8 -borvos_guard 22 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc conversation.borvos_guard townsperson townperson rebel_sword rebel_pistol melee_2 commando_2 0 8 1 -borvos_mercenary 23 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 8 -borvos_mutant_kahmurra 23 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 0 0 0 45 45 45 45 35 2 1 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 kahmurra 0.15 lowAttackAbilityAvg carnivore goat_2 goat_2 6 6 yes -borvos_rancor 24 0 0 0 0 NORMAL dathomir rancor rancor_hue.iff 1.3 1.4 1 45 60 0 100 100 100 0 0 2 1 1020 meat_carnivore 901 hide_leathery 851 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 3 col_rancor_parts,col_dejarik_holomonster,col_dejarik_table carnivore root_defense=100,snare_defense=100 gorilla_2 gorilla_2 6 6 instant -borvos_soldier 24 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang general_rifle general_pistol smuggler_2 smuggler_2 0 8 1 -borvos_thief 21 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 8 -borvos_thug 21 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_carbine_low_level pirate_sword smuggler_2 smuggler_2 0 8 1 -boshek 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_boshek.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.boshek pirate_rifle_low_level pirate_pistol_low_level 0 2 -boss_nass 100 0 0 0 0 NORMAL gungan gungan boss_nass.iff 1.03 1.03 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.naboo_boss_nass commoner_10 commoner_10 0 2 -bossk 100 0 0 0 0 NORMAL mercenary bossk.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 -bothan_diplomat 1 0 0 0 0 NORMAL global spynet bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol none 0 2 -bothan_information_broker 1 0 0 0 0 NORMAL global spynet bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson fancy 1 rebel_pistol none 0 2 1 -bounding_jax 60 1 0 0 0 NORMAL endor jax bearded_jax_hue.iff 1.1 1.5 4 10 15 10 0 0 -1 -1 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.15 medAttackAbilityWeak carnivore predatory_cat_4 predatory_cat_4 0 12 -bounty_hunter 23 0 0 0 0 NORMAL global mercenary trainer_bountyhunter 0 20 20 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc rebel slang pirate_carbine_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 yes -bounty_hunter_female 23 0 0 0 0 NORMAL global mercenary dressed_bounty_hunter_zabrak_female_01.iff 0 20 20 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc rebel slang pirate_carbine_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 yes -brackaset 66 -1 1 0 -1 NORMAL dathomir brackaset brackaset_hue.iff 0.9 1.1 3 30 20 20 0 0 -1 -1 -1 2 1 milk_wild 100 meat_wild 91 hide_leathery 81 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankDefenseAvg herbivore camel_4 camel_4 0 12 1 -brackaset_female 64 -1 1 0 -3 NORMAL dathomir brackaset brackaset_hue.iff 0.9 1.1 1 30 30 20 0 0 -1 -1 -1 2 1 milk_wild 100 meat_wild 90 hide_leathery 80 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg herbivore camel_4 camel_4 0 12 1 -brackaset_lowlands 60 1 -1 0 0 NORMAL dathomir brackaset brackaset_hue.iff 0.7 0.9 2 0 0 0 0 0 0 0 0 2 1 milk_wild 75 meat_wild 65 hide_leathery 60 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.15 lowAttackAbilityWeak herbivore camel_4 camel_4 0 12 1 -brackaset_male 65 -1 1 0 0 NORMAL dathomir brackaset brackaset_hue.iff 0.9 1.1 3 30 30 20 0 0 -1 -1 -1 2 1 100 meat_wild 91 hide_leathery 81 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankArmorAvg herbivore camel_4 camel_4 0 12 1 -brantlee_spondoon 100 0 0 0 0 NORMAL corellia townsperson dressed_brantlee_spondoon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_brantlee_spondoon noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -brass_marshoo 100 0 0 0 0 NORMAL naboo townsperson townsperson gungan_s02_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -brawler 2 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 0 2 1 -brea_tonnika 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_brea_tonnika.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.brea_tonnika pirate_pistol_low_level pirate_pistol_low_level 0 2 -bren_kingal 20 0 0 0 0 NORMAL tatooine townsperson townsperson mos_taike_guard_young.iff 1.01 1.01 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.bren_kingal imperial_rifle imperial_pistol commoner_2 commoner_2 10 10 yes -brennis_doore 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_brennis_doore.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -brigade_captain 52 0 0 0 0 NORMAL rori restuss restuss brigade_captain 0.8 1.2 0 15 15 0 45 45 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc police rebel_carbine rebel_pistol officer_5 officer_5 0 6 1 -brigade_general 55 0 0 0 0 NORMAL rori restuss restuss brigade_general 0.8 1.2 0 20 20 0 -1 40 -1 40 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_pistol rebel_sword officer_5 melee_5 0 6 -brigade_gunner 36 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_sword commando_3 melee_3 0 6 1 -brigade_infiltrator 42 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 10 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc townperson rebel_sword rebel_pistol melee_4 commando_4 0 6 1 1 -brigade_marine 44 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc military rebel_polearm rebel_carbine melee_4 commando_4 0 6 1 -brigade_officer 46 0 0 0 0 NORMAL rori restuss restuss brigade_captain 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc rebel_pistol rebel_carbine officer_4 officer_4 0 6 1 -brigade_scout 33 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_rifle rebel_pistol bounty_hunter_3 bounty_hunter_3 0 6 1 -brigade_sergeant 37 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc military military rebel_carbine rebel_pistol commando_3 commando_3 0 6 1 -brigade_technician 39 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_pistol rebel_pistol commando_3 commando_3 0 6 1 -brigade_trooper 31 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc military military rebel_carbine rebel_pistol commando_3 commando_3 0 6 1 -brigand 1 0 0 0 0 NORMAL global brigand criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_polearm pirate_carbine 4 4 1 -brigand_assasin 17 2 0 0 0 NORMAL global brigand criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level spy_1 spy_1 4 4 1 yes -brigand_leader 19 0 0 0 -3 NORMAL global brigand criminal_organized 0 10 20 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 yes -brigand_scout 13 0 1 0 0 NORMAL global brigand criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 yes -bronell 100 0 0 0 0 NORMAL townsperson townsperson dressed_corvette_neutral_bronell.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bruce_mcbrain 100 0 0 0 0 NORMAL townsperson townsperson dressed_corvette_neutral_bruce.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -bull_bantha 15 1 0 0 -3 NORMAL tatooine bantha bantha_hue.iff 0.9 1.3 2 0 25 0 40 -1 -1 -1 -1 2 1 475 meat_herbivore 345 hide_wooly 300 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 4 0.1 lowTankHealthWeak herbivore elephant_1 elephant_1 0 6 1 -bull_rancor 88 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 1.3 1.5 2 35 60 0 80 80 80 0 0 2 1 1020 meat_carnivore 900 hide_leathery 850 bone_mammal defaultProfile 1 80 creature/rancor_loot:bull_rancor_81_90 generic_creature_7 col_rancor_parts 18 bull_rancor 0.009 highAttackUtilityStrong carnivore gorilla_5 gorilla_5 8 8 yes -businessman 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_pistol 0 2 -c_3po 100 0 0 0 0 NORMAL anywhere rebel Rebel 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_holo_emitter_01 droid 1 npc.celebrity.c3po droid_10 droid_10 0 2 -c_syren_3_arrworr 55 0 0 0 0 NORMAL tatooine kashyyyk ep3/ep3_clone_relics_wookie_prisoner_02.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc conversation.c_story1_3_imprisoned_wookiee thug slang commoner_5 commoner_5 12 12 -c_syren_3_dancer 100 0 0 0 0 NORMAL talus townsperson townsperson c_syren_3_dancer.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -c_syren_3_trando_boss 84 0 0 0 0 ELITE tatooine avatar_blackscale avatar_blackscale c_syren_3_trandoshan_boss.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc thug slang imperial_carbine imperial_sword commando_special_6 commando_special_6 3 3 yes -c_syren_3_wire 100 0 0 0 0 NORMAL talus townsperson c_syren_3_wire.iff 0.7 0.7 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.c_story1_3_wire commoner_10 commoner_10 0 2 -c_syren_4_imp_boss 82 0 0 0 0 ELITE global imperial Imperial dressed_imperial_general_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc imperial_carbine officer_special_6 melee_special_6 0 2 yes -c_syren_4_imp_mkae 60 0 0 0 0 ELITE global imperial Imperial dressed_imperial_general_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc 1 conversation.c_story1_4_imp_contact melee_special_6 melee_special_6 0 2 -c_syren_4_reb_boss 82 0 0 0 0 ELITE global rebel Rebel rebel_brigadier_general 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel_carbine officer_special_6 melee_special_6 0 2 yes -c_syren_4_reb_ralter 60 0 0 0 0 ELITE global rebel Rebel rebel_brigadier_general 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc 1 melee_special_6 melee_special_6 0 2 -c_syren_4_tierce 100 0 0 0 0 ELITE global townsperson dressed_human_tierce.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -cannibal 4 0 0 0 0 NORMAL tatooine cannibal commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang general_unarmed none 4 4 -canoid 29 0 0 0 0 NORMAL corellia canoid boar_wolf_hue.iff 1.3 1.5 2 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAbilitySpeedWeak carnivore pig_2 pig_2 0 2 1 -canoid_hunter 29 0 0 0 0 NORMAL corellia canoid boar_wolf_hue.iff 1.4 1.6 4 15 15 15 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAbilitySpeedWeak carnivore pig_2 pig_2 0 2 1 yes -canoid_pack_leader 30 0 0 0 0 NORMAL corellia canoid boar_wolf_hue.iff 1.6 1.8 3 15 20 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackDamageWeak carnivore pig_2 pig_2 0 2 1 yes -canyon_corsair_captain 44 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_captain 0 20 40 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_pistol pirate_carbine smuggler_4 smuggler_3 8 8 yes -canyon_corsair_cutthroat 43 3 3 0 0 NORMAL lok corsairs canyon_corsair corsair_cutthroat 0 0 45 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_pistol pirate_carbine smuggler_4 smuggler_3 8 8 yes -canyon_corsair_destroyer 43 4 -3 0 0 NORMAL lok corsairs canyon_corsair corsair_elite 0 0 60 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_sword smuggler_4 melee_3 8 8 yes -canyon_corsair_guard 42 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_cutthroat 0 0 60 0 -1 -1 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_polearm pirate_carbine melee_3 smuggler_3 8 8 yes -canyon_corsair_pirate_elite 43 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_pirate_elite 0 0 70 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 yes -canyon_corsair_pirate_strong 44 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_pirate_elite 0 0 60 0 0 -1 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 yes -canyon_corsair_pirate_weak 43 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_pirate_weak 0 25 0 0 0 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 yes -canyon_corsair_scout 43 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_pirate_weak 0 25 0 0 0 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_rifle pirate_pistol smuggler_4 smuggler_3 8 8 yes -canyon_krayt_dragon 85 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 0.55 0.95 2 60 60 60 60 20 60 60 60 2 1 1250 meat_carnivore 750 hide_bristley 675 bone_mammal defaultProfile 1 100 creature/krayt_dragon_medium krayt2 18 krayt_dragon carnivore 90 90 100 snare_defense=150,root_defense=150 lizard_5 lizard_5 36 24 1 instant -capper_spineflap 31 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 8 -capper_spineflap_drone 2 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 2.4 3.1 4 0 0 0 0 0 0 0 -1 2 1 6 meat_insect 10 hide_scaley 6 bone_avian defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore moth_1 moth_1 0 8 -capt_loftus 8 1 -1 0 0 NORMAL tatooine townsperson dressed_tatooine_lt_hantor_loftus.iff 0.85 0.85 0 0 0 0 0 10 10 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.capt_loftus pirate_carbine_low_level pirate_sword 0 2 -captain_eso 100 0 0 0 0 NORMAL yavin4 rebel Rebel dressed_captain_eso.iff 0 25 25 0 0 -1 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc imperial_pistol imperial_carbine officer_10 officer_10 0 2 -captain_gilad_pellaeon 100 0 0 0 0 NORMAL corellia townsperson dressed_captain_gilad_pellaeon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol rebel_sword commoner_10 commoner_10 0 2 -captain_hassk 70 0 0 0 0 NORMAL rori rorgungan rorgungan captain_hassk.iff 1 1.25 0 80 0 0 0 20 0 35 0 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc slang melee_7 melee_7 6 6 1 yes -captain_tish 16 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_captain_tish.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_polearm officer_1 melee_1 0 2 yes -captured_oldman 100 0 0 0 0 NORMAL endor fs_villager fs_villager dressed_fs_village_oldman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -carnivorous_nuna 13 0 0 0 0 NORMAL naboo carnivorous_nuna nuna_hue.iff 1.5 2.2 3 0 0 0 0 0 0 0 -1 2 1 5 meat_avian 5 hide_leathery 2 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore turkey_1 turkey_1 8 8 1 yes -carrion_spat 10 0 1 0 0 NORMAL corellia carrion_spat carrion_spat_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 260 meat_avian 180 bone_avian defaultProfile creature/creature_1_10 generic_creature_4 0.15 lowTankUtilityWeak carnivore raptor_1 raptor_1 0 2 -carrion_spat_corpsereaver 10 0 1 0 0 NORMAL corellia carrion_spat carrion_spat_hue.iff 1.2 1.5 1 0 0 0 10 10 0 0 0 2 1 260 meat_avian 180 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowTankUtilityWeak carnivore raptor_1 raptor_1 0 2 yes -cas_vankoo 80 0 0 0 0 BOSS Lok kimogila bandit dressed_lok_cas_vankoo.iff 1.08 1.08 0 75 75 -1 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 kimogila npc thug slang general_pistol general_carbine commando_special_6 commando_special_6 16 12 1 instant -cave_beetle 20 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2.2 2.6 1 0 0 0 0 0 0 0 0 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 18 cave_beetle 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 4 4 yes -cave_gaping_spider 78 0 0 0 -1 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 0.9 1.1 2 30 30 0 -1 0 0 -1 -1 2 1 35 meat_insect defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 elite_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore spider_5 spider_5 9 3 1 yes -cave_gaping_spider_broodling 77 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 0.5 0.8 3 0 0 10 0 0 0 0 -1 2 1 15 meat_insect defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider carnivore spider_5 spider_5 0 2 1 yes -cave_gaping_spider_hunter 79 5 -2 0 1 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 1 1.2 4 40 40 60 15 -1 -1 0 -1 2 1 35 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_71_80 elite_creature_8 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_2 18 dath_spider carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff spider_5 spider_5 9 3 1 yes -cave_gaping_spider_queen 81 0 9 0 0 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 1.6 1.8 1 60 60 40 25 0 -1 0 0 2 1 40 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_81_90 elite_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore root_defense=100,snare_defense=100 spider_5 spider_5 9 3 1 yes -cave_gaping_spider_recluse 80 5 -2 0 1 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 1.5 1.7 1 40 40 60 25 -1 -1 0 -1 2 1 41 meat_insect defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 elite_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 9 3 1 yes -cave_gaping_spider_recluse_giant 81 8 -8 0 0 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 4.51 4.82 1 60 60 60 0 0 0 0 0 2 1 80 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_81_90 elite_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore root_defense=100,snare_defense=100 spider_5 spider_5 9 3 1 instant -cave_gaping_spider_recluse_queen 82 8 -4 0 0 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 2.12 2.86 1 60 60 60 50 0 0 0 0 2 1 45 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_81_90 elite_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore 90 90 spider_5 spider_5 9 3 1 yes -chadra_fan_assassin 19 6 -2 0 0 NORMAL global chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 0 4 1 yes -chadra_fan_female 2 0 0 0 0 NORMAL nowhere chadra_fan chadra_fan_female.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug townperson rebel_pistol rebel_pistol 0 2 -chadra_fan_male 2 0 0 0 0 NORMAL nowhere chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug townperson rebel_pistol rebel_pistol 0 2 -chadra_fan_thief 5 0 0 0 0 NORMAL global chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 0 4 1 -champhra_biahin 100 0 0 0 0 NORMAL talus townsperson dressed_champhra_biahin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol rebel_unarmed commoner_10 commoner_10 0 2 -charal 100 0 0 0 0 NORMAL endor marauder endor_marauder charal.iff 0.88 0.88 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 marauder npc 1 commoner_10 commoner_10 0 2 -charred_krevol 44 0 0 0 0 NORMAL rori krevol horned_krevol_hue.iff 1.2 1.4 4 0 0 30 30 -1 -1 -1 -1 2 1 10 meat_insect 15 hide_scaley defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_3 roach_3 0 2 -cheerleader_rebel_commando_hard 86 0 0 0 5 ELITE global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 6 1 -cheerleader_rebel_corporal_hard 87 0 0 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 6 -cheerleader_rebel_master_sergeant_hard 89 0 0 0 0 ELITE global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 6 1 -cheerleader_rebel_sergeant_hard 88 0 0 0 0 ELITE global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 6 -cheerleader_rebel_squad_leader_hard 84 0 0 0 5 ELITE global rebel Rebel rebel_trooper 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_5 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 6 -chertyl_ruluwoor 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_old_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -chewbacca 100 0 0 0 0 NORMAL rebel Rebel chewbacca.iff 1.14 1.14 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 -chirq_crimson_criminal 34 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_high 0 0 15 0 -1 -1 -1 40 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine smuggler_3 smuggler_3 0 6 yes -chirq_maroon_marauder 32 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine smuggler_3 smuggler_3 0 2 -chirq_rouge_rogue 33 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_med 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine smuggler_3 smuggler_3 0 6 yes -chirq_scarlet_scoundrel 33 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_high 0 0 10 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle smuggler_3 smuggler_3 0 6 yes -chirq_vermillion_villain 33 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol smuggler_3 smuggler_3 0 2 -choku 63 0 0 0 0 NORMAL yavin4 choku choku_hue.iff 0.9 1.3 1 10 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackDamageAvg carnivore wolf_4 wolf_4 12 12 1 -choku_female 69 -1 1 0 0 NORMAL yavin4 choku choku_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackUtilityAvg carnivore wolf_4 wolf_4 0 12 1 -choku_hunter 71 0 -1 0 -2 NORMAL yavin4 choku choku_hue.iff 0.8 1.2 3 15 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.01 medTankHealthStrong carnivore wolf_4 wolf_4 12 12 1 -choku_male 70 0 0 0 0 NORMAL yavin4 choku choku_hue.iff 0.9 1.3 1 15 0 -1 -1 0 0 -1 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackUtilityAvg carnivore wolf_4 wolf_4 12 12 1 -choku_packmaster 66 0 1 0 0 NORMAL yavin4 choku choku_hue.iff 0.9 1.3 1 10 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankUtilityStrong carnivore wolf_4 wolf_4 12 12 1 -choku_pup 68 0 0 0 0 NORMAL yavin4 choku choku_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 7 meat_avian 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore wolf_4 wolf_4 0 12 1 -chuba 1 0 0 0 0 NORMAL naboo chuba chuba_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore frog_1 frog_1 0 2 1 -chuba_large 1 0 0 0 0 NORMAL naboo chuba chuba_hue.iff 2.3 3.2 4 0 0 0 0 0 0 0 -1 2 1 10 meat_herbivore 6 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore frog_1 frog_1 0 2 1 -chuba_lunch 1 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine chuba_lunch chuba_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore ai.legacy_quest frog_1 frog_1 0 2 1 -chuba_pet 1 0 0 0 0 NORMAL pet for TDC side quest tatooine chuba_pet chuba_hue.iff 4 0 0 0 0 0 0 0 -1 2 creature/creature_1_10 lowAttackAbilityWeak herbivore frog_1 frog_1 0 2 -chunker_braggart 5 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_sword 0 2 -chunker_bruiser 10 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang general_carbine general_pistol 4 4 yes -chunker_bully 8 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang general_rifle general_pistol 4 4 1 -chunker_creep 7 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_pistol_low_level 4 4 -chunker_goon 4 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_pistol_low_level 0 2 -chunker_mooch 4 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -chunker_nitwit 1 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level none 0 2 -chunker_pest 2 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_polearm none 0 2 1 -chunker_punk 2 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_rifle_low_level 4 4 -chunker_swindler 5 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_unarmed 0 2 -city_rockmite 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 3 tatooine rockmite rock_mite_hue.iff 1.2 1.6 2 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore 0 2 1 -city_sewer_swamprat 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine womprat womp_rat_hue.iff 1 1.4 3 0 0 0 0 0 0 0 -1 2 1 2 meat_wild 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 -clipped_fynock 36 0 0 0 0 NORMAL talus fynock fynock_hue.iff 0.7 0.9 4 0 0 0 0 0 0 0 -1 2 1 20 meat_avian 30 hide_leathery 7 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 fynock carnivore mynock_3 mynock_3 0 2 -cll8_binary_load_lifter 8 -2 2 0 0 NORMAL anywhere loadlifter cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 0 2 -clone_droid 100 0 0 0 0 NORMAL global townsperson townsperson clone_droid.iff 1.1 1.25 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles droid 1 conversation.clone_droid commoner_10 commoner_10 0 2 -clone_relics_admiral_krieg 100 0 0 0 0 NORMAL kashyyyk imperial Imperial ep3/ep3_clone_relics_admiral_krieg.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_jedi_starfighter_imp_commander commoner_10 commoner_10 0 2 -clone_relics_bartender_talus 100 0 0 0 0 NORMAL talus townsperson townsperson ep3/ep3_clone_relics_bartender_talus.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_boba_fett_talus_bartender_1 commoner_10 commoner_10 0 12 -clone_relics_bartender_yavin 100 0 0 0 0 NORMAL yavin4 townsperson townsperson ep3/ep3_clone_relics_bartender_yavin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_boba_fett_yavin_bartender_1 commoner_10 commoner_10 0 12 -clone_relics_boba_fett_contact 100 0 0 0 0 NORMAL rori townsperson townsperson ep3/ep3_clone_relics_kkrax.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_boba_fett_contact_1 commoner_10 commoner_10 0 2 -clone_relics_chewbacca 100 0 0 0 0 NORMAL anywhere rebel Rebel chewbacca.iff 1.14 1.14 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 commoner_10 commoner_10 0 2 -clone_relics_claw_bodyguard_01 36 0 0 0 0 NORMAL talus clone_relics_claw clone_relics_claw ep3/ep3_clone_relics_claw_bodyguard_01.iff 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 conversation.ep3_clone_relics_boba_fett_claw_guard thug slang commoner_3 commoner_3 0 0 0 -clone_relics_claw_bodyguard_02 36 0 0 0 0 NORMAL talus clone_relics_claw clone_relics_claw ep3/ep3_clone_relics_claw_bodyguard_02.iff 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang commoner_3 commoner_3 0 12 0 -clone_relics_claw_boss 100 0 0 0 0 NORMAL talus townsperson townsperson ep3/ep3_clone_relics_imbrimi_gangster_boss.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_boba_fett_claw_boss_imbrimi commoner_10 commoner_10 0 2 -clone_relics_claw_grunt 20 0 2 0 0 NORMAL talus clone_relics_claw clone_relics_claw claw_grunt 0 20 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang commoner_2 commoner_2 0 6 -clone_relics_darth_vader 300 0 0 0 0 BOSS kashyyyk imperial Imperial darth_vader.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 100 100 int:celebrity=1 conversation.ep3_clone_relics_jedi_starfighter_darth_vader jedi_special_9 jedi_special_9 0 2 -clone_relics_durge_01 100 0 0 0 0 NORMAL talus townsperson townsperson ep3/ep3_clone_relics_durge.iff 1.4 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 conversation.ep3_clone_relics_boba_fett_durge_1 commoner_10 commoner_10 0 2 -clone_relics_durge_02 64 0 0 0 0 NORMAL naboo clone_relics_durge_droid ep3/ep3_clone_relics_durge.iff 1.4 1.4 0 65 65 30 0 80 30 0 35 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc ai.soldier imperial military commoner_6 commoner_6 0 12 -clone_relics_durge_big_droid 75 5 5 0 -16 NORMAL naboo clone_relics_durge_droid ep3/ep3_clone_relics_cww8.iff 0 75 75 100 60 100 25 40 85 2 droid/droid_71_80 generic_droid_8 housing_improvement_05,col_holo_emitter_01 droid droid_7 droid_7 0 12 -clone_relics_durge_ig_droid 75 5 5 0 -16 NORMAL naboo clone_relics_durge_droid ep3/ep3_clone_relics_durge_droid_01.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 droid/droid_71_80 generic_droid_8 housing_improvement_05,col_holo_emitter_01 android droid_7 droid_7 0 12 -clone_relics_durge_super_battle_droid 45 5 5 0 -16 NORMAL naboo clone_relics_durge_droid ep3/ep3_clone_relics_durge_droid_02.iff 1.5 1.5 0 75 75 100 60 100 25 40 85 2 droid/droid_41_50 generic_droid_5 housing_improvement_02,col_holo_emitter_01 droid droid_4 droid_4 0 12 -clone_relics_emperor_palpatine 300 0 0 0 0 BOSS naboo imperial Imperial ep3/palpatine_hologram.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 100 100 int:celebrity=1 conversation.ep3_clone_relics_clone_trooper_palpatine jedi_special_9 jedi_special_9 0 2 -clone_relics_han_solo 100 0 0 0 0 NORMAL anywhere rebel Rebel han_solo.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 conversation.ep3_clone_relics_nym_starmap_han_solo smuggler_10 smuggler_10 0 2 -clone_relics_ikvizi 100 0 0 0 0 NORMAL kashyyyk townsperson townsperson ep3/ep3_clone_relics_geonosian_ikvizi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_trapped_geonosian 1 commoner_10 commoner_10 0 2 -clone_relics_jawl 100 0 0 0 0 NORMAL tatooine jabba jabba ep3/ep3_clone_relics_jawl.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_clone_trooper_jawl commoner_10 commoner_10 0 2 -clone_relics_kole 100 0 0 0 0 NORMAL anywhere nym nym kole.iff 0.9 0.9 0 25 25 40 -1 0 -1 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc commoner_10 commoner_10 0 2 -clone_relics_leia 100 0 0 0 0 NORMAL dantooine rebel Rebel ep3/ep3_clone_relics_leia.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 conversation.ep3_clone_relics_clone_trooper_leia commoner_10 commoner_10 0 2 -clone_relics_major_raev 100 0 0 0 0 NORMAL naboo imperial Imperial ep3/ep3_clone_relics_major_raev.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_clone_trooper_major_raev commoner_10 commoner_10 0 2 -clone_relics_morkov 36 0 0 0 0 NORMAL naboo clone_relics_armsdealer ep3/ep3_clone_relics_morkov.iff 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 conversation.ep3_clone_relics_clone_trooper_morkov imperial military commoner_3 commoner_3 0 12 1 -clone_relics_morkov_courier 30 0 3 0 0 NORMAL naboo clone_relics_armsdealer ep3/ep3_clone_relics_armsdealer_courier.iff 0 0 40 0 0 40 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.ep3_clone_relics_clone_trooper_morkov_courier commoner_3 commoner_3 0 12 -clone_relics_morkov_courier_bodyguard 35 0 0 0 -3 NORMAL naboo clone_relics_armsdealer nym_guard_elite 0 50 0 0 0 60 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc commoner_3 commoner_3 0 12 -clone_relics_morkov_super_battle_droid 45 5 5 0 -16 NORMAL naboo clone_relics_armsdealer ep3/ep3_clone_relics_super_battle_droid_01.iff 1.5 1.5 0 75 75 100 60 100 25 40 85 2 droid/droid_41_50 generic_droid_5 housing_improvement_02,col_holo_emitter_01 android droid_4 droid_4 0 12 -clone_relics_mort 100 0 0 0 0 NORMAL talus townsperson townsperson ep3/ep3_clone_relics_mort.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_clone_trooper_mort 1 commoner_10 commoner_10 0 2 -clone_relics_nym 100 0 0 0 0 NORMAL anywhere nym nym nym.iff 1.15 1.15 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.ep3_clone_relics_nym_starmap_nym commoner_10 commoner_10 0 2 -clone_relics_ovarra 100 0 0 0 0 NORMAL kashyyyk townsperson townsperson ep3/ep3_clone_relics_ovarra.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_wookie_elder_ovarra commoner_10 commoner_10 0 2 -clone_relics_qakkee 100 0 0 0 0 NORMAL tatooine townsperson townsperson ep3/ep3_clone_relics_qakkee.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_hunter_qakkee 1 commoner_10 commoner_10 0 2 -clone_relics_queen_kylantha 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_queen_kylantha.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.ep3_clone_relics_queen_kylantha 1 commoner_10 commoner_10 0 2 -clone_relics_sawtooth 60 2 0 0 0 ELITE kashyyyk uller clone_relics_sawtooth.iff 2.5 2.5 7 35 60 0 80 80 80 0 0 2 1 1020 meat_carnivore 900 hide_leathery 850 bone_mammal defaultProfile 1 80 creature/elite_creature:elite_creature_51_60 elite_creature_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_glass_shelving_01 carnivore generic_creature_special_6 generic_creature_special_6 0 2 -clone_relics_trandoshan_researcher 35 0 0 0 0 NORMAL kashyyyk hsskor trandoshan_researcher 0 0 35 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang commoner_3 commoner_3 0 24 -clone_relics_walda 100 0 0 0 0 NORMAL tatooine jabba jabba ep3/ep3_clone_relics_walda.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_clone_trooper_walda commoner_10 commoner_10 0 2 -clone_relics_warren_agro_droid_s03 22 0 0 0 0 NORMAL dantooine clone_relics_droid clone_relics_droid warren_agro_droid_s03.iff 1 1 0 35 35 0 -1 0 -1 0 0 2 droid/droid_21_30 generic_npc_3 col_holo_emitter_01 android droid_2 droid_2 0 12 -clone_relics_warren_agro_droid_s04 23 0 0 0 -3 NORMAL dantooine clone_relics_droid clone_relics_droid warren_agro_droid_s04.iff 1 1 0 30 30 0 0 0 -1 0 -1 2 droid/droid_21_30 generic_npc_3 col_holo_emitter_01 android droid_2 droid_2 0 12 -clone_relics_warren_scientist 35 0 0 0 0 NORMAL dantooine clone_relics_scientist clone_relics_scientist ep3/ep3_clone_relics_warren_scientist.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc conversation.ep3_clone_relics_boba_fett_warren_scientist noble fancy commoner_3 commoner_3 0 12 -clone_relics_wookie_informant_01 29 0 0 0 4 NORMAL global rebel Rebel ep3/ep3_clone_relics_wookie_prisoner_01.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.ep3_clone_relics_queen_wookie_informant_1 rebel military commoner_2 commoner_2 0 12 -clone_relics_wookie_informant_02 29 0 0 0 4 NORMAL global rebel Rebel ep3/ep3_clone_relics_wookie_prisoner_02.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.ep3_clone_relics_queen_wookie_informant_3 rebel military commoner_2 commoner_2 0 12 -clone_relics_wookie_informant_03 29 0 0 0 4 NORMAL global rebel Rebel ep3/ep3_clone_relics_wookie_prisoner_03.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.ep3_clone_relics_queen_wookie_informant_2 rebel military commoner_2 commoner_2 0 12 -clone_relics_wookie_prisoner_01 100 0 0 0 0 NORMAL global rebel Rebel ep3/ep3_clone_relics_wookie_prisoner_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_queen_wookie_prisoner_1 rebel military commoner_10 commoner_10 0 2 -coa2_drall_guard 27 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc theme_park.alderaan.act2.drall_camp_guard rebel military rebel_sword rebel_carbine officer_2 officer_2 0 2 1 -coa2_drall_scientist 24 0 0 0 0 NORMAL corellia drall Rebel species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 drall npc theme_park.alderaan.act2.drall_camp_scientist rebel_carbine none smuggler_2 0 2 -coa2_imperial_commander 100 0 0 0 0 NORMAL global imperial Imperial naboo_npc/veers.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:recruiter=Imperial conversation.coa3lgeneralveers,theme_park.alderaan.act3.imperial_commander imperial military imperial_pistol imperial_carbine officer_10 officer_10 0 12 -coa2_imperial_coordinator 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 string:recruiter=Imperial conversation.coa3lcoordinator,theme_park.alderaan.act3.imperial_coordinator,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine commando_2 commando_2 0 4 -coa2_imperial_informant 20 0 0 0 0 NORMAL global imperial Imperial mercenary_elite 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 string:convo_table=alderaan/act2/imperial_informant theme_park.alderaan.act2.imperial_informant,npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_sword commando_2 melee_2 0 2 yes -coa2_imperial_slicer 14 0 0 0 0 NORMAL global rebel criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.alderaan.act2.imperial_slicer thug slang pirate_rifle_low_level pirate_pistol_low_level officer_1 officer_1 0 2 yes -coa2_imperial_slicer_gang 10 0 0 0 0 NORMAL global rebel criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug,theme_park.alderaan.act2.imperial_slicer_gang thug slang pirate_carbine_low_level pirate_polearm commando_1 melee_1 0 2 yes -coa2_lyda_thugs 10 0 0 0 0 NORMAL global thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug,theme_park.alderaan.act2.rebel_lyda_thug thug slang pirate_pistol_low_level pirate_unarmed smuggler_1 melee_1 4 4 yes -coa2_rebel_commander 100 0 0 0 0 NORMAL global rebel Rebel leia_organa.iff 0.75 0.75 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:recruiter=Rebel conversation.coa3wcoolguy,theme_park.alderaan.act3.rebel_commander rebel military rebel_carbine rebel_pistol officer_10 officer_10 0 12 -coa2_rebel_coordinator 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 string:recruiter=Rebel conversation.coa3wcoordinator,theme_park.alderaan.act3.rebel_coordinator rebel military rebel_pistol rebel_pistol officer_2 officer_2 0 2 -coa2_rebel_lyda 15 0 0 0 0 NORMAL global rebel Rebel dressed_lyda_skims.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 string:convo_table=alderaan/act2/rebel_lyda npc.converse.dynamic_convo,theme_park.alderaan.act2.rebel_lyda rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 -coa2_rebel_sympathizer 15 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 theme_park.alderaan.act2.rebel_sympathizer rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 -coa2_relay_captain 29 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc theme_park.alderaan.act2.relay_station_captain,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -coa2_relay_guard 27 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -coa3_caravan_leader 19 0 0 0 0 NORMAL global caravan jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc conversation.coa3sharedcaravanleader,theme_park.alderaan.act3.shared_caravan_leader thug slang pirate_carbine_low_level pirate_polearm smuggler_1 melee_1 0 4 1 yes -coa3_caravan_thug 15 0 0 0 0 NORMAL global caravan jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 1 -coa3_imperial_research_captain 44 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 45 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.imperial_research_guard rebel military rebel_carbine rebel_carbine officer_4 officer_4 0 2 1 yes -coa3_imperial_research_guard 35 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 35 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.imperial_research_guard rebel military rebel_carbine rebel_sword officer_3 melee_3 0 2 1 -coa3_information_imperial 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.coa3linfoofficer,theme_park.alderaan.act3.imperial_coordinator,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine commando_2 commando_2 0 4 -coa3_information_rebel 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.coa3winfoofficer,theme_park.alderaan.act3.rebel_coordinator rebel military rebel_pistol rebel_carbine officer_2 officer_2 0 2 -coa3_lookout 11 0 0 0 0 NORMAL global lookout jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc conversation.coa3sharedlookout,theme_park.alderaan.act3.shared_lookout thug slang pirate_rifle_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 yes -coa3_rebel_research_attacker1 35 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 0 0 35 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.rebel_research_attacker,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed officer_3 melee_3 0 2 1 yes -coa3_rebel_research_attacker2 44 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 0 0 45 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.rebel_research_attacker,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_rifle imperial_pistol officer_4 officer_4 0 2 1 yes -coa3_rebel_research_captain 23 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc theme_park.alderaan.act3.rebel_research_guard rebel military rebel_rifle rebel_carbine commando_2 commando_2 0 2 1 yes -coa3_rebel_research_guard 18 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.alderaan.act3.rebel_research_guard rebel military rebel_carbine rebel_unarmed officer_1 melee_1 0 2 1 -coa3_rebel_vacca 35 0 0 0 0 NORMAL global rebel Rebel dressed_dr_vacca.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 conversation.coa3wvacca rebel military rebel_carbine rebel_unarmed officer_3 melee_3 0 2 -coa3_tactical_imperial 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.coa3ltactofficer,theme_park.alderaan.act3.imperial_coordinator,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_sword commando_2 melee_2 0 4 -coa3_tactical_rebel 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.coa3wtactofficer,theme_park.alderaan.act3.rebel_coordinator rebel military rebel_carbine rebel_unarmed officer_2 melee_2 0 2 -coa3_warehouse_captain 35 0 0 0 0 NORMAL global warehouse jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.shared_flora_guard commoner_3 commoner_3 4 4 1 yes -coa3_warehouse_guard 25 0 0 0 0 NORMAL global warehouse jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc theme_park.alderaan.act3.shared_flora_guard commoner_2 commoner_2 4 4 1 -coa3_warehouse_thug 17 0 0 0 0 NORMAL global warehouse jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.alderaan.act3.shared_flora_guard commoner_1 commoner_1 4 4 1 -cobral_assassin 54 6 -3 0 0 NORMAL rori cobral cobral cobral_assassin 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 cobral npc slang pirate_carbine pirate_sword smuggler_5 melee_5 0 2 yes -cobral_bandit 48 2 0 0 -4 NORMAL rori cobral cobral cobral_bandit 0.8 1.2 0 10 10 0 25 25 25 25 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 cobral npc ai.thug pirate general_unarmed general_carbine melee_4 smuggler_4 0 6 -cobral_boss 58 0 0 0 0 NORMAL rori cobral cobral cobral_boss 0.8 1.2 0 0 0 0 40 40 40 40 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 cobral npc pirate_pistol pirate_carbine smuggler_5 smuggler_5 6 6 yes -cobral_hitman 50 2 0 0 0 NORMAL rori cobral cobral cobral_assassin 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 cobral npc general_rifle general_carbine smuggler_5 smuggler_5 0 6 1 -cobral_hooligan 37 0 0 0 0 NORMAL rori cobral cobral cobral_bandit 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc ai.thug thug slang pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 -cobral_mugger 36 0 0 0 0 NORMAL rori cobral cobral cobral_bandit 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc ai.thug thug slang pirate_carbine pirate_unarmed smuggler_3 melee_3 6 6 -cobral_overlord 60 0 0 0 -3 NORMAL rori cobral cobral cobral_boss 0.8 1.2 0 0 0 0 50 50 50 50 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 18 cobral npc pirate_polearm pirate_carbine smuggler_6 smuggler_6 6 6 yes -cobral_runner 44 0 0 0 0 NORMAL rori cobral cobral cobral_assassin 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc pirate_pistol pirate_carbine smuggler_4 smuggler_4 0 6 -cobral_thief 42 0 0 0 0 NORMAL rori cobral cobral cobral_bandit 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc ai.thug pirate_pistol pirate_carbine smuggler_4 smuggler_4 0 6 1 -cobral_thug 40 0 0 0 0 NORMAL rori cobral cobral cobral_bandit 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc ai.thug thug slang pirate_pistol pirate_carbine smuggler_4 smuggler_4 6 6 -comm_operator 14 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine commando_1 melee_1 0 2 -command_security_guard 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_pistol imperial_carbine commando_1 commando_1 0 2 -commander_byrne 23 0 0 0 0 NORMAL global imperial Imperial dressed_lian_byrne.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes -commando 19 0 0 0 0 NORMAL global mercenary rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_sword bounty_hunter_1 melee_1 0 2 yes -commando_11_questgiver 100 0 0 0 0 NORMAL tatooine townsperson brigade_soldier 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.prof_commando_mao military military commoner_10 commoner_10 0 2 -commando_21_reward 100 0 0 0 0 NORMAL quest NPC - Do Not Use naboo townsperson townsperson dressed_noble_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.prof_commando_21_galuf commoner_10 commoner_10 0 2 -common_thief 10 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -commoner 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 1 -commoner_aqualish 1 0 0 0 0 NORMAL global townsperson townsperson commoner_aqualish 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_aqualish_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_aqualish_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_aqualish_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_aqualish_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_bith 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bith 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_bith_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bith_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_bith_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bith_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_bothan 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_bothan_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bothan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_bothan_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bothan_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_devaronian 1 0 0 0 0 NORMAL global townsperson townsperson commoner_devaronian 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_gran 1 0 0 0 0 NORMAL global townsperson townsperson thug_gran_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_human 1 0 0 0 0 NORMAL global townsperson townsperson commoner_human 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_human_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_human_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_human_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_human_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_ishitib 1 0 0 0 0 NORMAL global townsperson townsperson commoner_ishitib 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_moncal 1 0 0 0 0 NORMAL global townsperson townsperson commoner_moncal 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_moncal_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_moncal_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_moncal_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_moncal_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_nikto 1 0 0 0 0 NORMAL global townsperson townsperson commoner_nikto 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_rodian 1 0 0 0 0 NORMAL global townsperson townsperson commoner_rodian 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_rodian_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_rodian_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_rodian_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_rodian_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_sullustan 1 0 0 0 0 NORMAL global townsperson townsperson commoner_sullustan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_trandoshan 1 0 0 0 0 NORMAL global townsperson townsperson commoner_trandoshan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_trandoshan_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_trandoshan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_trandoshan_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_trandoshan_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_twilek 1 0 0 0 0 NORMAL global townsperson townsperson commoner_twilek 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_twilek_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_twilek_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_twilek_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_twilek_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_zabrak 1 0 0 0 0 NORMAL global townsperson townsperson commoner_zabrak 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_zabrak_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_zabrak_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -commoner_zabrak_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_zabrak_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -competent_gondula_ritualist 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 -competent_jinda_ritualist 65 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 30 30 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc unarmed none commoner_6 commoner_6 0 12 -competent_panshee_ritualist 70 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 25 25 0 -1 0 -1 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 -compforce_trooper 21 0 0 0 0 NORMAL global imperial Imperial criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes -confused_wood_mite_hatchling 36 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 2.5 3 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 18 bark_mite carnivore roach_3 roach_3 0 2 1 -coraline_dynes 100 0 0 0 0 NORMAL corellia townsperson dressed_coraline_dynes.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 -corellia_abagga_creel 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_corellia_abagga_creel.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -corellia_braggans_fist_thug 38 0 0 0 0 NORMAL corellia braggans_fist criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 6 -corellia_captain_baize 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_captain_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_captain_baize 0 2 -corellia_cara_raeth 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_commoner_naboo_human_female_06.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_cara_raeth 0 2 -corellia_carrion_spat_gravefeather 30 0 0 0 0 ELITE quest target corellia enraged_carrion_spat painted_spat.iff 1.2 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 260 meat_avian 180 bone_avian 1 100 npc/elite_npc:elite_npc_31_40 elite_creature_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table carnivore generic_creature_special_3 generic_creature_special_3 3 3 -corellia_chirq_annor_fash 39 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_low_m_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 4 2 -corellia_chirq_assassin 37 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_med 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 5 6 yes -corellia_chirq_atlan_dubreas 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_reb_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 4 2 -corellia_chirq_battle_mech 40 0 0 0 0 NORMAL quest NPC corellia chirq_council naboo_stonewall_labs_battlemech_alpha.iff 0 10 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 npc battledroid 5 6 1 yes -corellia_chirq_braganti_hooge 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_imp_hum_m_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 -corellia_chirq_cavalier 38 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_med 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 5 6 yes -corellia_chirq_chemist 39 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 5 2 -corellia_chirq_crale_forte 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_03.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 4 2 -corellia_chirq_dain_pax 41 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_high_m_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 4 2 -corellia_chirq_genovin_jasha 40 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_med_m_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 4 2 -corellia_chirq_guard 38 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 5 2 -corellia_chirq_jade_mcdonagh 41 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_high_f_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 0 2 -corellia_chirq_janos_zarbo 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_imp_hum_m_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 4 2 -corellia_chirq_kazic_pendre 39 0 0 0 0 ELITE quest NPC corellia chirq_council dressed_corran_horn.iff 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_41_50 generic_npc_4 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_pistol 0 2 -corellia_chirq_koran_lassk 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_reb_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 4 2 -corellia_chirq_ladonna_poe 39 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_low_f_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 4 2 -corellia_chirq_lookout 38 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 5 2 -corellia_chirq_markus_gilder 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_reb_03.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 4 2 -corellia_chirq_mathazar_zayet 41 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 -corellia_chirq_rallyn_secura 41 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 4 2 -corellia_chirq_ruffian 38 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_high 0 0 10 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 5 6 yes -corellia_chirq_sentinel 40 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_high 0 0 15 0 -1 -1 -1 40 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 5 6 yes -corellia_chirq_seyda_shae 40 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_med_f_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 4 2 -corellia_chirq_tettsel_anker 41 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_high_f_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 4 2 -corellia_chirq_trins_evnar 40 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_med_m_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 0 2 -corellia_chirq_vanquisher 39 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_high 0 0 10 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 5 6 yes -corellia_chirq_vella_corse 39 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_low_f_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 -corellia_chirq_vora_anjek 40 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_med_f_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 -corellia_chirq_warden 39 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_high 0 0 15 0 -1 -1 -1 40 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 5 6 yes -corellia_chirq_watcher 37 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 5 2 -corellia_chirq_zuld_marshayal 41 0 0 0 0 ELITE quest NPC corellia chirq_council dressed_assassin_mission_giver_imp_hum_m_03.iff 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_41_50 generic_npc_4 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc general_carbine 4 2 -corellia_chun_solso 100 0 0 0 0 NORMAL quest NPC naboo corsec townsperson dressed_corsec_officer_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_chun_solso 0 2 -corellia_civius_bain 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_mercenary_weak_rod_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_civius_bain 0 2 -corellia_cora 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_cora.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_cora commoner_10 commoner_10 0 0 -corellia_coronet_armor_thief 31 0 1 0 0 NORMAL quest target corellia coronet_armor_thief mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 npc pirate_pistol smuggler_3 melee_3 6 6 -corellia_corsec_rogue 31 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle smuggler_3 melee_3 6 2 -corellia_corsec_rogue_hiram_bish 31 0 0 0 0 NORMAL quest target corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle smuggler_special_3 melee_special_3 3 3 -corellia_corsec_rogue_miscreant 38 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_2 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle 6 2 -corellia_corsec_rogue_mtara_vinram 32 0 0 0 0 NORMAL quest target corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle general_pistol smuggler_special_3 smuggler_special_3 3 3 -corellia_corsec_rogue_sentry 30 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle smuggler_3 melee_3 6 2 -corellia_corsec_rogue_xyrias_undea 41 0 0 0 0 NORMAL quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_31_40 elite_npc_2 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle 6 6 -corellia_deel_draav 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_mayor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_deel_draav 0 2 -corellia_demmi_wot 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_commoner_naboo_human_male_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_demmi_wot commoner_10 commoner_10 0 2 -corellia_donovan 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_donovan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_donovan commoner_10 commoner_10 0 0 -corellia_drall_patriot_tactician 39 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier rebel_carbine 5 2 yes -corellia_drall_patriot_warrior 38 0 0 0 -3 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 10 30 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier pirate_carbine 5 2 yes -corellia_durni_fiendish 38 1 0 0 0 NORMAL corellia fiendish_durni durni_hue.iff 1.3 1.7 2 0 0 10 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore rabbit_2 rabbit_2 5 6 -corellia_edbr_yamagh 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_commoner_naboo_human_male_06.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_edbr_yamagh 0 2 -corellia_enraged_carrion_spat 30 0 1 0 0 NORMAL quest target corellia enraged_carrion_spat carrion_spat_hue.iff 0.9 1 2 0 0 0 0 0 0 0 -1 2 1 260 meat_avian 180 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 carnivore raptor_2 raptor_2 6 6 -corellia_finn_shallo 100 0 0 0 0 NORMAL coronet quest npc corellia corellia_times dressed_corellia_finn_shallo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -corellia_frye_troeman 100 0 0 0 0 NORMAL coronet quest npc corellia troeman dressed_businessman_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_frye_troeman commoner_10 commoner_10 0 2 -corellia_gallura_handerin 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_noble_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_gallura_handerin commoner_10 commoner_10 0 2 -corellia_galvain_tark 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_commoner_tatooine_nikto_male_05.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_galvain_tark 0 2 -corellia_grey_shroud_ebela_puckett 39 0 0 0 0 NORMAL corellia grey_shroud dressed_cobral_overlord_human_female_01.iff 0.8 1.2 0 25 20 0 -1 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_01,col_glass_shelving_01 18 grey_shroud npc military general_sword 6 6 yes -corellia_grey_shroud_terrorist 38 0 0 0 0 NORMAL corellia grey_shroud cobral_bandit 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01,col_glass_shelving_01 18 grey_shroud npc ai.thug pirate slang pirate_carbine 6 6 -corellia_gwhirrye_baric 100 0 0 0 0 NORMAL quest NPC naboo baric_thug dressed_villain_trandoshan_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_gwhirrye_baric 0 2 -corellia_hurley_klakk 100 0 0 0 0 NORMAL quest NPC naboo corsec townsperson dressed_corsec_detective_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_hurley_klakk 0 2 -corellia_jaalib_rigel 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson warren_scientist_s02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_jaalib_rigel 0 2 -corellia_jark 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_jark.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_jark commoner_10 commoner_10 0 0 -corellia_jaylon_geissler 100 0 0 0 0 NORMAL quest NPC naboo vuuls_guards dressed_criminal_thug_bothan_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_jaylon_geissler 0 2 -corellia_jesseb_convorr 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_corellia_jesseb_convorr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -corellia_jonset 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_assassin_mission_giver_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_jonset commoner_10 commoner_10 0 2 -corellia_jori 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_carbine smuggler_3 melee_3 6 2 yes -corellia_jzoro_quanera 100 0 0 0 0 NORMAL quest NPC naboo chirq_council dressed_noble_human_male_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_jzoro_quanera 0 2 -corellia_lejo_daramus 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_doctor_trainer_moncal_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_lejo_daramus 0 2 -corellia_lieutenant_jasper 100 0 0 0 0 NORMAL coronet quest npc corellia corsec dressed_corsec_officer_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_lt_jasper officer_10 officer_10 0 2 -corellia_lilith_laughlin 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_robber_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_lilith_laughlin 0 2 -corellia_lt_cope 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_captain_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_lt_cope 0 2 -corellia_major_walden 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_detective_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_major_walden 0 2 -corellia_meatlump_donk 37 0 0 0 0 NORMAL aggro corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc pirate_pistol 6 2 -corellia_meatlump_dunder 29 0 0 0 0 NORMAL aggro corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 18 meatlump npc pirate_pistol smuggler_2 melee_2 6 2 -corellia_meatlump_hrath_koo 39 0 0 0 0 NORMAL aggro corellia meatlump meatlump dressed_meatlump_lieutenant_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc pirate_pistol 6 2 -corellia_meatlump_lieutenant 31 0 0 0 0 NORMAL quest npc corellia meatlump meatlump meatlump_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc 1 conversation.corellia_coronet_meatlump_distress pirate_pistol smuggler_3 melee_3 0 2 -corellia_meatlump_lunk 30 0 0 0 0 NORMAL aggro corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 18 meatlump npc pirate_pistol smuggler_3 melee_3 6 2 -corellia_meatlump_merkie_howzat 31 0 0 0 0 NORMAL CREDITS quest target corellia meatlump meatlump dressed_meatlump_merkie_howzat.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/meatlump_merkie_howzat meatlump_merkie_howzat col_shattered_shard_01 18 meatlump npc pirate_pistol smuggler_3 melee_3 6 2 -corellia_meatlump_nerp 39 0 0 0 0 NORMAL aggro corellia meatlump_ubbal meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc pirate_pistol 6 2 -corellia_meatlump_simp 38 0 0 0 0 NORMAL aggro corellia meatlump_ubbal meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc pirate_pistol 6 2 -corellia_menchi_lerann 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_gran_thug_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_menchi_lerann 0 2 -corellia_monumenter_poacher 38 0 0 0 0 NORMAL corellia monumenter criminal_thug 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_01 npc ai.thug pirate_pistol 5 5 -corellia_nedgarr_bandit 31 0 0 0 0 NORMAL quest target corellia nedgar_bandits criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 npc pirate_pistol smuggler_3 melee_3 6 6 -corellia_nedgarr_bandit_trae_nedgarr 31 0 0 0 0 NORMAL quest target corellia nedgar_bandits dressed_black_sun_thug.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 generic_creature_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine smuggler_special_3 melee_3 3 3 -corellia_olivia_bain 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_mercenary_medic_rodian_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_olivia_bain 0 2 -corellia_osto_grissom 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_royal_pilot_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_osto_grissom 0 2 -corellia_pech_seki 100 0 0 0 0 NORMAL quest NPC naboo meatlump dressed_meatlump_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_pech_seki 0 2 -corellia_pendretronics_employee 37 0 0 0 0 NORMAL corellia pendetronics_employee scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_6 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 pirate_pistol 0 0 -corellia_pendretronics_security 38 0 0 0 -2 NORMAL quest NPC corellia pendetronics_employee nym_bodyguard 0 30 30 0 0 40 -1 -1 -1 2 npc/npc_31_40 generic_npc_6 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 6 8 yes -corellia_pol_handerin 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_quest_farmer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_pol_handerin commoner_10 commoner_10 0 2 -corellia_preens_boola 32 0 0 0 0 NORMAL quest target corellia thug dressed_commoner_fat_twilek_male_02.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 generic_creature_2 col_shattered_shard_01 npc pirate_carbine smuggler_special_3 smuggler_special_3 6 6 -corellia_ragtag_blackjack 30 0 0 0 0 NORMAL aggro corellia ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate_carbine commando_3 melee_3 6 2 -corellia_ragtag_cudgel 38 0 0 0 0 NORMAL aggro corellia ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_2 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 6 2 -corellia_ragtag_lilea_norith 42 0 0 0 0 NORMAL quest NPC corellia ragtag_gang dressed_blood_razor_pirate_officer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_31_40 generic_npc_2 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 -corellia_ragtag_sentry 31 0 0 0 0 NORMAL aggro corellia ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc pirate_carbine commando_3 melee_3 6 2 -corellia_ragtag_tomi_jinsin 31 0 0 0 0 NORMAL quest target corellia ragtag_gang dressed_corellia_tomi_jinsin.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 generic_npc_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_3 melee_special_3 3 2 -corellia_ragtag_ventil_tamplin 41 0 0 0 0 NORMAL quest NPC corellia ragtag_gang dressed_blood_razor_pirate_captain_nikto_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_2 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 -corellia_red_circle_guard 38 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 5 2 -corellia_retired_officer 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_noble_fat_human_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_retired_officer 0 2 -corellia_ryll_elite_guardian 39 4 -4 0 0 NORMAL corellia ryll_smuggler blood_razor_pirate_elite 0 0 25 0 0 -1 -1 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm 6 8 yes -corellia_ryll_jaryn_minoze 40 6 -2 0 0 NORMAL quest NPC corellia ryll_smuggler dressed_blood_razor_pirate_officer_nikto_m.iff 0 0 45 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 6 8 yes -corellia_ryll_oret_sturm 39 8 -9 0 0 NORMAL quest NPC corellia ryll_smuggler dressed_blood_razor_pirate_officer_hum_m.iff 0 -1 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 6 8 yes -corellia_ryll_refiner 38 6 -3 0 0 NORMAL corellia ryll_smuggler blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm 6 8 yes -corellia_ryll_sentry 37 4 0 0 0 NORMAL corellia ryll_smuggler blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 6 8 yes -corellia_ryll_smuggler 37 8 -9 0 0 NORMAL corellia ryll_smuggler blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate_carbine 6 8 yes -corellia_ryll_ubis_reendorr 38 0 0 0 0 NORMAL quest NPC corellia ryll_smuggler dressed_blood_razor_pirate_officer_rod_m.iff 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 6 8 yes -corellia_selonian_dayana 100 0 0 0 0 NORMAL quest NPC naboo selonian selonian_female_19.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_selonian_dayana 0 2 -corellia_sgt_hus 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_pilot_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_sgt_hus 0 2 -corellia_shobbo_durron 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_doctor_trainer_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_shobbo_durron 0 2 -corellia_sinis 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_sinis_questgiver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_sinis commoner_10 commoner_10 0 0 -corellia_teilo_monnro 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson junk_dealer_f_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_teilo_monnro 0 2 -corellia_teniel_waray 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_pilot_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_teniel_waray 0 2 -corellia_the_informant 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_noble_human_male_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_the_informant commoner_10 commoner_10 0 2 -corellia_times_investigator 5 0 0 0 0 NORMAL corellia corellia_times commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 pirate_pistol pirate_carbine 0 2 -corellia_times_reporter 4 0 0 0 0 NORMAL corellia corellia_times commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 pirate_pistol pirate_carbine 0 2 -corellia_troeman_lackey 30 0 0 0 0 NORMAL quest target corellia troeman criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate_pistol general_pistol commoner_3 commoner_3 6 6 -corellia_tyrena_akers 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_akers 1 commoner_10 commoner_10 0 0 -corellia_tyrena_akkus 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_akkus 1 commoner_10 commoner_10 0 0 -corellia_tyrena_anyza_ekull 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_anyza_ekull.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_anyza_ekull 1 commoner_10 commoner_10 0 0 -corellia_tyrena_bandor_mokk 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_bandor_mokk.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_bandor 1 commoner_10 commoner_10 0 0 -corellia_tyrena_bannoc_gnoc 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_bannoc_gnoc.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_bannoc_gnoc 1 commoner_10 commoner_10 0 0 -corellia_tyrena_dulor 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_dulor 1 commoner_10 commoner_10 0 0 -corellia_tyrena_gordo_zek 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_gordo_zek 1 commoner_10 commoner_10 0 0 -corellia_tyrena_herkog_gerr 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_herkog_gerr.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 0 -corellia_tyrena_kyran_silene 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_kyran_silene.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_kyran_silene 1 commoner_10 commoner_10 0 0 -corellia_tyrena_madison_silene 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_madison_silene.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_madison_silene 1 commoner_10 commoner_10 0 0 -corellia_tyrena_narlissa 100 0 0 0 0 NORMAL Corellian Slavers Quest tatooine townsperson commoner_female 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.legacy_dead_miner commoner_10 commoner_10 0 2 -corellia_tyrena_neeka_zall 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_neeka_zall.iff 0.6 0.7 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_neeka_zall 1 commoner_10 commoner_10 0 0 -corellia_tyrena_norith_zall 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_norith_zall.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_norith_zall 1 commoner_10 commoner_10 0 0 -corellia_tyrena_noro 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_noro 1 commoner_10 commoner_10 0 0 -corellia_tyrena_slave 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 0 -corellia_tyrena_slave_escaped 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 0 -corellia_tyrena_slaver_clerk 35 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver scientist 1 1 0 0 0 0 0 0 0 0 0 2 1 50 npc/corellian_slaver_clerk generic_npc_4 col_shattered_shard_01 18 tyrena_slaver npc general_pistol smuggler_3 melee_3 0 6 -corellia_tyrena_slaver_faye_patrick 40 0 0 0 0 NORMAL CREDITS Corellian Slavers Quest corellia corellian_slaver npc_dressed_corellia_faye_patrick.iff 1 1 0 20 80 60 0 0 0 0 0 2 1 100 npc/corellian_slaver_faye_patrick generic_npc_4 col_shattered_shard_01 18 tyrena_slaver npc 1 general_unarmed melee_3 melee_3 0 0 instant -corellia_tyrena_slaver_guard 37 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver slaver_guard 1 1.1 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 tyrena_slaver npc general_pistol smuggler_3 melee_3 6 6 -corellia_tyrena_slaver_guard_elite 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver slaver_guard_elite 1 1.1 0 40 60 20 20 20 20 20 20 2 1 100 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tyrena_slaver npc general_carbine smuggler_3 melee_3 6 6 yes -corellia_tyrena_slaver_guard_elite_detention 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver slaver_guard_elite 1 1.1 0 40 60 20 20 20 20 20 20 2 1 100 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tyrena_slaver npc general_carbine smuggler_special_3 melee_special_3 6 6 yes -corellia_tyrena_slaver_guard_friendly 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson slaver_guard 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 tyrena_slaver npc 1 conversation.corellia_tyrena_guard 1 commoner_10 commoner_10 0 0 -corellia_tyrena_slaver_medical_droid 39 0 0 0 0 NORMAL Corellian Slavers Quest corellia corellian_slaver wed_treadwell.iff 2.2 2.2 0 25 25 25 25 25 25 25 25 2 1 80 npc/npc_61_70 boss_droid_4 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_01,col_glass_shelving_02 18 tyrena_slaver droid 100 100 100 100 general_unarmed 0 0 instant -corellia_tyrena_slaver_slavemaster 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver dressed_corellian_slavemaster.iff 0.8 0.9 0 10 30 10 10 10 10 10 10 2 1 100 npc/npc_41_50 elite_npc_6 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tyrena_slaver npc pirate_polearm melee_special_3 melee_special_3 6 6 instant -corellia_tyrena_stavu 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_stavu 1 commoner_10 commoner_10 0 0 -corellia_tyrena_vermon_skeetz 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_vermon_skeetz.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_vermon_skeetz 1 commoner_10 commoner_10 0 0 -corellia_tyrena_zorgom_zall 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_zorgom_zall.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_zorgom_zall 1 commoner_10 commoner_10 0 0 -corellia_ubbal_fenn 100 0 0 0 0 NORMAL quest NPC naboo meatlump_ubbal dressed_meatlump_lieutenant_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_ubbal_fenn 0 2 -corellia_vani_korr 100 0 0 0 0 NORMAL coronet quest npc corellia corellia_times dressed_corellia_vani_korr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -corellia_vicious_thug 30 0 0 0 0 NORMAL quest target corellia thug commoner 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_contraband_set_01 npc pirate_carbine commando_3 melee_3 6 6 -corellia_vuul_sarlin 100 0 0 0 0 NORMAL quest NPC naboo vuuls_guards dressed_hoodlum_zabrak_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_vuul_sarlin 0 2 -corellia_vuuls_guard 38 0 0 0 0 NORMAL corellia vuuls_guards corsair_cutthroat 0 0 45 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 5 5 yes -corellia_vuuls_thug 37 0 0 0 0 NORMAL corellia vuuls_guards corsair_cutthroat 0 0 60 0 -1 -1 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate_polearm 5 5 yes -corellia_yorick 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_yorick.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_yorick commoner_10 commoner_10 0 0 -corellian_butterfly 25 0 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 0.8 1.1 1 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 2 -corellian_butterfly_defender 33 4 -4 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 1.4 1.7 1 0 15 -1 -1 -1 -1 -1 -1 2 1 16 meat_insect 16 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.05 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff moth_2 moth_2 0 6 1 -corellian_butterfly_drone 22 0 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 2 -corellian_butterfly_drone_large 23 0 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 2 2.6 2 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 2 -corellian_butterfly_monarch 34 2 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 2 2.3 3 -1 25 -1 0 0 -1 -1 -1 2 1 27 meat_insect 27 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.05 lowAbilitySpeedWeak carnivore moth_2 moth_2 0 6 1 yes -corellian_butterfly_monarch_bloodthirsty 19 2 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 2 2.3 3 0 15 0 0 0 -1 -1 -1 2 1 27 meat_insect 27 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.05 lowAbilitySpeedWeak carnivore moth_2 moth_2 6 6 1 yes -corellian_butterfly_warrior 33 2 -2 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 1.4 1.7 4 0 0 0 0 0 0 0 -1 2 1 12 meat_insect 12 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.1 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_red.iff moth_2 moth_2 6 6 1 -corellian_butterfly_worker 28 0 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 8 meat_insect 8 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAbilitySpeedWeak carnivore moth_2 moth_2 0 2 1 -corevette_rebel_commando 25 0 0 0 0 ELITE global rebel Rebel corvette_rebel_commando 0 0 0 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc ai.soldier rebel military rebel_rifle commando_melee commando_2 melee_2 0 2 yes -coronet_captain_dool 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson coronet_captain_dool.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 -coronet_sheelya 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson coronet_sheelya.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 -corporal_sova 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_sword commando_1 melee_1 0 2 -corran_horn 100 0 0 0 0 NORMAL corellia townsperson dressed_corran_horn.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 2 -corsec_agent 33 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 -corsec_agent_aggro 80 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 45 45 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes -corsec_battle_droid 83 0 0 0 0 ELITE global aggro_corsec aggro_corsec battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_71_80 elite_droid_9 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android imperial_carbine none droid_special_6 droid_special_6 9 3 instant -corsec_cadet 32 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 -corsec_cadet_aggro 80 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 35 35 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes -corsec_captain 33 0 0 0 0 NORMAL corellia corsec corsec corsec_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_rifle general_pistol officer_3 officer_3 0 2 yes -corsec_captain_aggro 82 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_captain 0 65 65 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 8 8 yes -corsec_chief 34 0 0 0 5 NORMAL corellia corsec corsec corsec_captain 0 0 0 0 0 0 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military 1 general_rifle general_pistol officer_3 officer_3 0 2 yes -corsec_chief_aggro 83 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_captain 0 75 75 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 8 8 yes -corsec_comissioner 34 0 0 0 4 NORMAL corellia corsec corsec corsec_captain 0 0 0 0 0 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 yes -corsec_comissioner_aggro 84 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_captain 0 85 85 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes -corsec_deserter 33 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_carbine general_pistol officer_3 officer_3 6 2 -corsec_detective 33 0 0 0 0 NORMAL corellia corsec corsec corsec_detective 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military 1 general_rifle general_pistol officer_3 officer_3 0 2 -corsec_detective_aggro 81 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_detective 0 50 50 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 8 8 yes -corsec_inspector_sergeant 34 0 0 0 0 NORMAL corellia corsec corsec corsec_detective 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 yes -corsec_inspector_sergeant_aggro 81 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_detective 0 55 55 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes -corsec_investigator 33 0 0 0 0 NORMAL corellia corsec corsec corsec_detective 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military 1 general_carbine general_pistol officer_3 officer_3 0 2 -corsec_lieutenant 33 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 yes -corsec_lieutenant_aggro 82 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 55 55 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes -corsec_major 34 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 15 15 0 0 0 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 yes -corsec_major_aggro 83 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 65 65 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes -corsec_master_sergeant 33 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_rifle general_pistol officer_3 officer_3 0 2 -corsec_master_sergeant_aggro 82 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 50 50 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 8 8 yes -corsec_renegade 34 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 ai.thug thug slang general_rifle general_pistol officer_3 officer_3 6 2 yes -corsec_rogue 33 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 ai.thug thug slang general_rifle general_pistol officer_3 officer_3 6 2 -corsec_sergeant 32 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 -corsec_sergeant_aggro 81 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 45 45 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes -corsec_super_battle_droid 86 0 0 0 0 ELITE global aggro_corsec aggro_corsec super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 3 instant -corsec_traitor 31 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_carbine general_pistol officer_3 officer_3 6 2 yes -corsec_trooper 32 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_3 officer_3 0 2 -corsec_trooper_aggro 80 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 45 45 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes -corvette_rebel_admiral 83 0 0 0 0 ELITE global rebel Rebel rebel_general 0 80 90 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_pistol rebel_carbine officer_special_6 officer_special_6 9 3 instant -corvette_rebel_commandant 82 0 0 0 0 ELITE global rebel Rebel rebel_major 0 50 65 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_pistol rebel_carbine officer_special_6 officer_special_6 9 3 instant -corvette_rebel_commodore 82 0 0 0 0 ELITE global rebel Rebel rebel_major 0 65 75 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 9 3 instant -corvette_rebel_engineer 80 0 0 0 0 ELITE global rebel Rebel rebel_second_lieutenant 0 45 45 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 9 3 instant -corvette_rebel_ensign 81 0 0 0 0 ELITE global rebel Rebel rebel_crewman 0 45 35 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine officer_special_6 officer_special_6 9 3 instant -corvette_rebel_mate 80 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 45 35 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine officer_special_6 officer_special_6 9 3 instant -corvette_rebel_midshipman 81 0 0 0 0 ELITE global rebel Rebel rebel_sergeant 0 50 65 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_pistol rebel_carbine officer_special_6 officer_special_6 9 3 instant -corvette_rebel_rear_admiral 82 0 0 0 0 ELITE global rebel Rebel rebel_first_lieutenant 0 70 75 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_sword officer_special_6 melee_special_6 9 3 instant -corvette_rebel_sailor 80 0 0 0 0 ELITE global rebel Rebel rebel_staff_corporal 0 45 45 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_pistol rebel_carbine officer_special_6 officer_special_6 9 3 instant -cowardly_gurreck 60 -1 1 0 0 NORMAL endor gurreck gurreck_hue.iff 1.5 1.5 1 10 10 0 -1 -1 0 -1 -1 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowTankDefenseWeak carnivore predatory_cat_4 predatory_cat_4 0 12 -crackdown_at_st 80 0 0 0 0 NORMAL global imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 creature/creature_71_80 generic_npc_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 vehicle absorption_fire=80,dissipation_fire=50 0 8 -crackdown_comm_operator 14 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 4 -crackdown_comm_operator_hard 35 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_command_security_guard 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -crackdown_command_security_guard_hard 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_81_90 elite_npc_3 housing_improvement_01,housing_improvement_02,col_story_count_dooku_set_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol commando_2 commando_2 0 3 -crackdown_dark_trooper 32 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_3 droid_3 0 6 -crackdown_dark_trooper_hard 50 0 0 0 0 ELITE global imperial Imperial dark_trooper.iff 1.4 1.4 0 40 25 15 50 50 50 50 25 2 1 100 droid/elite_droid:elite_droid_41_50 elite_npc_5 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_3 droid_special_3 0 3 -crackdown_elite_dark_trooper 64 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_61_70 generic_npc_7 col_glass_shelving_02,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_6 droid_6 0 8 -crackdown_elite_dark_trooper_hard 80 0 0 0 0 ELITE global imperial Imperial dark_trooper.iff 1.45 1.45 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 -crackdown_elite_sand_trooper 45 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_4 officer_4 0 6 -crackdown_elite_sand_trooper_hard 75 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -crackdown_imperial_army_captain 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -crackdown_imperial_army_captain_hard 45 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_imperial_colonel 23 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -crackdown_imperial_colonel_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_imperial_corporal 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -crackdown_imperial_corporal_hard 40 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_imperial_exterminator 28 2 -2 0 3 NORMAL global imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 6 -crackdown_imperial_exterminator_hard 45 2 -2 0 3 ELITE global imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_5 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_imperial_first_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -crackdown_imperial_first_lieutenant_hard 35 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_imperial_master_sergeant 18 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 1 -crackdown_imperial_master_sergeant_hard 34 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 1 -crackdown_imperial_medic 16 0 0 0 0 NORMAL global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -crackdown_imperial_medic_hard 33 0 0 0 0 NORMAL global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_4 col_shattered_shard_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_imperial_noncom 14 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 4 1 -crackdown_imperial_noncom_hard 32 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_21_30 elite_npc_4 col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 1 -crackdown_imperial_sergeant 16 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -crackdown_imperial_sergeant_hard 31 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_4 col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_imperial_sharpshooter 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -crackdown_imperial_sharpshooter_hard 36 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_imperial_warrant_officer_ii 18 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -crackdown_imperial_warrant_officer_ii_hard 33 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_army_captain 21 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 -crackdown_rebel_army_captain_hard 45 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_cadet 29 0 0 0 5 NORMAL global rebel Rebel mercenary_weak 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 -crackdown_rebel_cadet_hard 60 0 0 0 5 ELITE global rebel Rebel mercenary_weak 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -crackdown_rebel_colonel 23 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 -crackdown_rebel_colonel_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_comm_operator 14 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 -crackdown_rebel_comm_operator_hard 35 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_command_security_guard 15 0 0 0 0 NORMAL global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 -crackdown_rebel_command_security_guard_hard 25 0 0 0 0 NORMAL global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_81_90 elite_npc_3 housing_improvement_01,housing_improvement_02,col_story_count_dooku_set_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol commando_2 commando_2 0 3 -crackdown_rebel_commando 29 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 1 -crackdown_rebel_commando_hard 70 0 0 0 5 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/npc_71_80 elite_npc_7 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 -crackdown_rebel_corporal 16 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 -crackdown_rebel_corporal_hard 40 0 0 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_elite_heavy_trooper 64 0 0 0 0 NORMAL global rebel Rebel rebel_ris 0 40 0 0 50 50 50 50 -1 2 droid/droid_61_70 generic_npc_7 col_glass_shelving_02,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_6 droid_6 0 6 -crackdown_rebel_elite_heavy_trooper_hard 80 0 0 0 0 NORMAL global rebel Rebel rebel_ris 0 40 20 15 50 50 50 50 25 2 1 80 npc/npc_81_90 elite_npc_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_03 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 -crackdown_rebel_elite_sand_rat 45 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 6 -crackdown_rebel_elite_sand_rat_hard 75 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -crackdown_rebel_first_lieutenant 20 0 0 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 -crackdown_rebel_first_lieutenant_hard 35 0 0 0 0 ELITE global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_grenadier 25 3 -3 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 -crackdown_rebel_grenadier_hard 50 3 -3 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_guard_captain 25 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 -crackdown_rebel_guard_captain_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_specforce_captain 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_guardsman 25 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 -crackdown_rebel_guardsman_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_heavy_trooper 32 0 0 0 0 NORMAL global rebel Rebel rebel_ris 0 40 0 0 50 50 50 50 -1 2 droid/droid_31_40 generic_npc_4 housing_improvement_01,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_3 droid_3 0 6 -crackdown_rebel_heavy_trooper_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_ris 0 40 20 15 50 50 50 50 25 2 1 100 droid/elite_droid:elite_droid_41_50 elite_npc_5 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_3 droid_special_3 0 3 -crackdown_rebel_liberator 28 2 -2 0 3 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 -crackdown_rebel_liberator_hard 45 2 -2 0 3 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 100 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_master_sergeant 18 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 1 -crackdown_rebel_master_sergeant_hard 34 0 0 0 0 ELITE global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 1 -crackdown_rebel_medic 16 0 0 0 0 NORMAL global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 -crackdown_rebel_medic_hard 33 0 0 0 0 ELITE global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_recruit 14 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 1 -crackdown_rebel_recruit_hard 32 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 1 -crackdown_rebel_rifleman 25 1 -1 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 -crackdown_rebel_rifleman_hard 50 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 -crackdown_rebel_sergeant_hard 31 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_4 col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_sharpshooter 17 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 -crackdown_rebel_sharpshooter_hard 36 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_soldier 25 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 -crackdown_rebel_soldier_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_squad_leader 27 0 0 0 5 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 -crackdown_rebel_squad_leader_hard 55 0 0 0 5 ELITE global rebel Rebel rebel_trooper 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_5 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 -crackdown_rebel_warrant_officer_ii 18 0 0 0 0 NORMAL global rebel Rebel rebel_lieutenant_colonel 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 -crackdown_rebel_warrant_officer_ii_hard 33 0 0 0 0 ELITE global rebel Rebel rebel_lieutenant_colonel 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_sand_trooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_2 officer_2 0 6 -crackdown_sand_trooper_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_scout_trooper 23 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -crackdown_scout_trooper_hard 45 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_5 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 2 -crackdown_specialist_noncom 13 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -crackdown_specialist_noncom_hard 25 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_2 commando_2 0 3 -crackdown_storm_commando 29 0 0 0 5 NORMAL global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 0 6 1 -crackdown_storm_commando_hard 70 0 0 0 5 ELITE global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 -crackdown_stormtrooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 -crackdown_stormtrooper_bombardier 25 3 -3 0 0 NORMAL global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 -crackdown_stormtrooper_bombardier_hard 50 3 -3 0 0 ELITE global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_stormtrooper_captain 29 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol commando_2 commando_2 0 6 -crackdown_stormtrooper_captain_hard 60 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -crackdown_stormtrooper_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_3 officer_special_3 0 3 -crackdown_stormtrooper_medic 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 -crackdown_stormtrooper_medic_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_stormtrooper_rifleman 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol commando_2 commando_2 0 6 -crackdown_stormtrooper_rifleman_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_stormtrooper_sniper 25 1 -1 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol commando_2 commando_2 0 6 -crackdown_stormtrooper_sniper_hard 50 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_stormtrooper_squad_leader 27 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 -crackdown_stormtrooper_squad_leader_hard 55 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_3 officer_special_3 0 3 -crackdown_swamp_trooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 -1 -1 -1 100 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 0 6 -crackdown_swamp_trooper_hard 25 0 0 0 0 NORMAL global imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 -1 -1 -1 100 -1 2 1 100 npc/npc_81_90 elite_npc_3 housing_improvement_01,housing_improvement_02,col_story_count_dooku_set_3 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 0 3 -crafting_contractor 100 0 0 0 0 NORMAL townsperson townsperson trainer_artisan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.crafting_contractor commoner_10 commoner_10 0 2 -crafty_donkuwah_scout 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 20 20 0 -1 -1 30 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes -crafty_korga_scout 74 1 -1 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 15 15 0 0 0 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -crafty_pubam_scout 62 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes -craggy_bolma 68 1 6 0 0 NORMAL dathomir bolma bolma_hue.iff 2 2.3 3 25 40 0 0 -1 0 0 -1 2 1 500 meat_wild 550 hide_leathery 500 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.001 highTankUtilityStrong herbivore bull_4 bull_4 12 12 1 yes -crazed_durni 29 1 -1 0 0 NORMAL corellia crazed_durni durni_hue.iff 1.3 1.7 1 0 0 10 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore rabbit_2 rabbit_2 6 6 -crazed_gurk_destroyer 40 8 4 0 0 NORMAL lok gurk gurk_hue.iff 1.3 1.3 1 0 0 0 0 0 0 0 0 2 1 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01,col_kill_gurk_activation_loot 0.05 medAttackDamageAvg carnivore gorilla_3 gorilla_3 8 8 1 1 yes -crazed_gurreck 60 3 -6 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 2 0 30 0 0 0 0 -1 -1 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.05 highAttackDamageWeak carnivore predatory_cat_4 predatory_cat_4 12 12 yes -crazed_roba 40 1 -1 0 0 NORMAL talus crazed_roba roba_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 12 meat_carnivore 18 hide_leathery 12 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowAttackSpeedWeak carnivore pig_3 pig_3 6 6 yes -crescent_rasp 33 2 -2 0 0 NORMAL rori rasp horned_rasp_hue.iff 2.5 3.5 3 0 0 0 0 0 15 0 -1 2 1 10 meat_avian 2 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_3 avian_3 0 2 1 -crev_bombaasa 100 0 0 0 0 NORMAL corellia townsperson dressed_crev_bombaasa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -crider_trant 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_crider_trant.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -crimelord 11 0 0 0 0 NORMAL tatooine jabba Hutt criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_sword smuggler_1 melee_1 0 2 -criminal 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang 1 pirate_carbine_low_level pirate_polearm 0 2 1 -criminal_male 4 0 0 0 0 NORMAL global thug thug male_criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -crimson_blurrg 60 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 1 1 4 40 30 0 40 60 -1 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.09 highAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff raptor_4 raptor_4 0 12 1 -crimson_sand_panther 39 0 0 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 1.3 1.6 4 35 35 -1 -1 0 -1 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 10 10 yes -crowley 100 0 0 0 0 NORMAL rebel Rebel dressed_corvette_rebel_crowley.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -crystal_snake 65 0 0 0 0 NORMAL yavin4 crystal_snake crystal_snake.iff 0.8 1.2 0 20 20 0 0 -1 -1 60 -1 2 1 5 meat_carnivore 2 hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff snake_4 snake_4 12 12 -crystal_snake_hooded 62 1 0 1 2 NORMAL yavin4 crystal_snake crystal_snake.iff 1.3 1.3 0 20 20 0 0 -1 -1 60 -1 2 1 5 meat_carnivore 2 hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff snake_4 snake_4 12 12 -cu_pa 10 0 0 0 0 NORMAL tatooine cu_pa cu_pa_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 215 meat_reptilian 100 hide_bristley 115 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff raptor_1 raptor_1 0 2 1 -cu_pa_wonderous 12 0 0 0 0 NORMAL tatooine cu_pa cu_pa_hue.iff 1.2 1.2 2 0 0 0 0 0 0 0 -1 2 1 milk_wild 215 meat_reptilian 100 hide_bristley 115 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff raptor_1 raptor_1 10 10 1 -cww8_droid_crafted 80 0 0 0 0 NORMAL anywhere loadlifter cww8_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 1 object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 -cx_425 100 0 0 0 0 NORMAL yavin4 imperial dressed_cx_425.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -cyst_covered_rot_guard 13 0 0 0 0 NORMAL corellia decay_mite bark_mite_hue.iff 1.5 2 1 0 0 0 0 0 0 15 -1 2 1 9 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackUtilityWeak carnivore roach_1 roach_1 6 6 1 -daclif_gallamby 100 0 0 0 0 NORMAL corellia townsperson dressed_daclif_gallamby.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_daclif_gallamby noble fancy rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -daktar_bloodmoon 80 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow dressed_fs_village_enemy_daktar.iff 0 80 80 80 80 80 80 80 80 2 300 600 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc pirate_carbine pirate_sword jedi_no_saber_8 jedi_no_saber_8 3 3 yes -dalla_solo 100 0 0 0 0 NORMAL corellia townsperson dressed_dalla_solo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 noble fancy rebel_polearm rebel_carbine commoner_10 commoner_10 0 2 -dalyrake 30 0 0 0 0 NORMAL corellia dalyrake dalyrake_hue.iff 0.9 1.2 2 0 0 0 0 0 0 0 -1 2 1 25 meat_insect 45 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackDamageWeak carnivore mantis_2 mantis_2 0 24 -dalyrake_harvester 35 0 0 0 0 NORMAL corellia dalyrake dalyrake_hue.iff 1.3 1.6 3 10 10 0 -1 -1 -1 0 -1 2 1 25 meat_insect 45 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankDefenseWeak carnivore mantis_3 mantis_3 0 24 -dalyrake_matriarch 31 0 0 0 -3 NORMAL corellia dalyrake dalyrake_hue.iff 1.3 1.5 1 20 0 0 0 0 0 0 -1 2 1 35 meat_insect 60 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.1 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff mantis_2 mantis_2 0 24 -damalia_korde 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_damalia_korde.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -dannik_malaan 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_fat_zabrak_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_rifle rebel_carbine commoner_10 commoner_10 0 2 -dantari_raider 61 0 0 0 0 NORMAL dantooine dantari_raiders dantari_raiders species_choices_dantari 0 25 0 0 0 -1 0 -1 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc primitive_weapons general_unarmed melee_6 melee_6 12 12 yes -dantari_raider_battlelord 63 0 0 0 0 NORMAL dantooine dantari_raiders dantari_raiders species_choices_dantari 0 0 40 40 -1 60 60 -1 0 2 0 0 droid/droid_61_70 generic_npc_7 col_glass_shelving_02,col_holo_emitter_01 android primitive_weapons general_unarmed droid_6 melee_6 12 12 yes -dantari_raider_chief 64 0 0 0 0 NORMAL dantooine dantari_raiders dantari_raiders species_choices_dantari 0 35 50 50 -1 70 70 -1 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc primitive_weapons general_unarmed melee_6 melee_6 0 24 yes -dantari_raider_strategist 62 0 0 0 -10 NORMAL dantooine dantari_raiders dantari_raiders species_choices_dantari 0 0 20 40 -1 50 50 -1 20 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc primitive_weapons general_unarmed melee_6 melee_6 0 24 -dappled_gualama 41 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 1.5 1.9 2 0 0 0 0 0 0 0 -1 2 1 milk_wild 200 meat_herbivore 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackUtilityWeak herbivore horse_3 horse_3 0 6 -dark_adept 86 0 0 0 0 ELITE global dark_jedi dark_jedi 0 80 80 80 80 80 80 80 80 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 4 col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc general_unarmed none jedi_special_6 jedi_special_6 9 3 1 instant -dark_force_crystal_hunter 86 0 0 0 0 NORMAL dantooine remnants_of_kun dark_jedi 0 80 80 80 80 80 80 80 80 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 crystal_hunter npc force_sword force_sword_ranged jedi_8 jedi_8 12 12 instant -dark_jedi_knight 88 0 0 0 0 ELITE global dark_jedi dark_jedi 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc 75 75 100 100 1 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 3 1 instant -dark_jedi_master 90 0 0 0 0 BOSS global dark_jedi dark_jedi 0 90 90 90 90 90 90 90 90 2 2 80 npc/boss_npc:boss_force_dark_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_sith_holocron,col_eng_trader,col_mun_trader,col_shattered_shard_02 18 dark_jedi_master npc 70 70 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 9 9 1 instant -dark_jedi_sentinel 50 0 0 0 0 BOSS global dark_jedi_sentinel dark_jedi_sentinel dark_jedi 0 95 95 95 95 95 95 95 95 2 1 80 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dark_jedi npc 50 50 int:jedi.enclave.dark=1 systems.jedi.enclave_sentinel jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 9 9 1 instant -dark_side_savage 85 0 0 0 0 NORMAL dantooine remnants_of_kun dark_jedi 0 0 0 0 0 0 0 0 0 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc jedi_8 jedi_8 0 12 instant -dark_trooper 32 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_31_40 generic_npc_4 housing_improvement_01,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_3 droid_3 0 2 yes -darklighter_guard 7 0 0 0 0 NORMAL global darklighter criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc police military rebel_carbine rebel_pistol 0 2 -darkstone 100 0 0 0 0 NORMAL imperial Imperial dressed_corvette_imperial_darkstone.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -darth_maul_probe_droid 1 0 0 0 0 NORMAL anywhere maul_probe_droid darth_maul_probe_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 -darth_vader 300 0 0 0 0 BOSS imperial Imperial darth_vader.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 100 100 int:celebrity=1 npc.celebrity.darth_vader jedi_special_9 jedi_special_9 0 2 -dashing_vir_vur 40 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1.1 1.3 3 0 0 0 0 0 0 0 -1 2 1 10 meat_avian hide_wooly 2 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 2 1 -dathomir_prisoner 11 0 0 0 0 NORMAL global prisoner dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc slang pirate_carbine_low_level none commoner_1 commoner_1 0 2 -dathomir_smuggler_muscle 86 0 0 0 0 NORMAL dathomir dathomir_smuggler dathomir_scavenger criminal_smuggler 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_contraband_set_04,col_shattered_shard_02 npc pirate_carbine pirate_polearm commoner_6 melee_6 12 24 -deadly_forest_mite_guardian 45 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.8 2 4 0 15 0 -1 -1 -1 -1 -1 2 1 12 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 bark_mite 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff roach_3 roach_3 6 6 1 1 yes -deadly_vesp 42 0 -5 0 0 NORMAL lok vesp vesp_hue.iff 1.1 1.4 2 40 40 0 0 0 0 0 0 2 1 15 meat_reptilian 6 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore lizard_3 lizard_3 8 8 1 instant -death_watch_herald_imperial 100 0 0 0 0 NORMAL imperial Imperial dressed_imperial_general_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.stormtrooper_respect.stormtrooper_respect commoner_10 commoner_10 0 2 -death_watch_herald_rebel 100 0 0 0 0 NORMAL rebel Rebel dressed_rebel_general_moncal_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -death_watch_miner 85 0 6 0 0 ELITE dwb death_watch death_watch death_watch_miner 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch npc townsperson townperson 1 pirate_pistol rebel_carbine commando_10 commando_10 0 6 1 -death_watch_quenker 83 0 8 0 0 ELITE dwb death_watch death_watch quenker_hue.iff 1 1 3 55 55 80 35 35 35 100 35 2 1 meat_wild hide_scaley defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch carnivore item.dna.barbed_quenker_dna rat_5 rat_5 9 6 yes -death_watch_rescue_scientist 100 0 0 0 0 NORMAL townsperson townsperson dressed_mercenary_elite_medic_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -death_watch_scientist 85 0 6 0 0 ELITE dwb death_watch death_watch scientist 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch npc noble fancy 1 rebel_carbine pirate_sword commando_10 commando_10 0 6 -death_watch_technician 85 0 6 0 0 ELITE dwb death_watch death_watch artisan 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch npc townsperson townperson 1 rebel_carbine pirate_sword commando_10 commando_10 0 6 -decay_mite 36 0 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1.5 1.75 3 0 0 0 0 0 0 0 -1 2 1 4 meat_insect 3 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankArmorWeak carnivore roach_2 roach_2 0 2 1 -deflarian_agent 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 -deflarian_bodyguard 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 -deflarian_courier 35 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc npc.cb_deflarian_courier 1.5 general_pistol smuggler_3 melee_3 4 2 -deflarian_deflaros 38 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian cb_deflaros.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 -deflarian_enforcer 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 -deflarian_guard 35 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 -deflarian_henchman 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 -deflarian_lieutenant 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 -deflarian_mechanic 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 -deflarian_scavenger 34 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 -deflarian_security_guard 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 -deflarian_underboss 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 -deflarian_vinros 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian cb_deflaros.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 -delirious_merek_avenger 63 0 4 0 10 NORMAL endor merek merek_hue.iff 1 1 3 45 -1 0 0 0 0 0 -1 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankArmorAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff mantis_4 mantis_4 12 12 1 -denell_kelvannon 100 0 0 0 0 NORMAL corellia townsperson dressed_denell_kelvannon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -dera_darklighter 100 0 0 0 0 NORMAL darklighter dera_darklighter.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.dera_darklighter commoner_10 commoner_10 0 2 -deranged_mantigrue 61 5 -5 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 0.6 0.9 1 50 45 70 -1 70 70 70 70 2 1 meat_carnivore hide_wooly defaultProfile creature/deranged_mantigrue_loot generic_creature_7 col_feather_mantigrue 0.01 highAttackSpeedWeak carnivore griffon_4 griffon_4 12 12 -deranged_squall 44 1 -1 0 0 NORMAL rori deranged_squall squall_hue.iff 1 1.3 4 10 0 0 -1 -1 -1 -1 -1 2 1 10 meat_herbivore 15 hide_bristley 10 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedWeak carnivore rabbit_3 rabbit_3 6 6 -deranged_wrix 32 2 -2 0 -2 NORMAL corellia wrix_deranged gurreck_hue.iff 1.3 1.5 4 15 15 0 45 -1 0 -1 0 2 1 55 meat_carnivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore predatory_cat_2 predatory_cat_2 10 10 -dervish 5 2 -1 0 -3 NORMAL tatooine dervish criminal_thug 0 10 10 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_polearm 10 10 1 -desert_demon 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_unarmed smuggler_1 melee_10 4 4 -desert_demon_bodyguard 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 15 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang general_carbine general_pistol smuggler_1 smuggler_1 4 4 -desert_demon_brawler 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_unarmed smuggler_1 melee_10 4 4 -desert_demon_leader 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 30 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_sword smuggler_1 melee_1 4 4 yes -desert_demon_marksman 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 pirate slang general_rifle general_pistol smuggler_1 smuggler_1 4 4 -desert_eopie 16 0 0 0 0 NORMAL tatooine eopie eopie_hue.iff 0.85 1.05 2 0 0 0 0 0 0 0 0 2 1 milk_wild 300 meat_herbivore 225 hide_leathery 125 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak herbivore camel_2 camel_2 0 2 -desert_gurreck_charger 65 2 0 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 3 20 20 0 -1 0 -1 0 0 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highAbilitySpeedAvg carnivore predatory_cat_4 predatory_cat_4 12 12 -desert_razorback 23 0 0 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1.2 1.8 2 0 0 0 0 -1 0 -1 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankHealthWeak herbivore pig_2 pig_2 0 2 -desert_razorback_felspur 24 0 0 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1.8 1.9 4 0 0 0 0 -1 0 -1 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medAttackSpeedWeak herbivore pig_2 pig_2 0 2 -desert_squill 14 0 0 0 0 NORMAL tatooine squill_desert squill_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 4 hide_leathery 3 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 squill 0.15 lowAttackAbilityWeak carnivore monkey_1 monkey_1 10 10 -desert_swooper 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 -desert_swooper_elite 6 0 0 0 0 NORMAL tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_unarmed 4 4 -desert_swooper_leader 7 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_unarmed 4 4 -desert_thug 1 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 4 4 -desert_thug_newbie 1 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 4 4 -desert_vesp 41 0 0 0 0 NORMAL lok vesp vesp_hue.iff 1.1 1.4 4 0 0 0 100 75 -1 -1 -1 2 1 15 meat_reptilian 6 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankArmorAvg carnivore lizard_3 lizard_3 8 8 -detention_security_guard 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_sword commando_1 melee_1 0 2 -devil_gulginaw 32 2 0 0 -1 NORMAL corellia gulginaw gulginaw_hue.iff 1.2 1.4 4 15 15 15 -1 0 0 -1 -1 2 1 70 meat_avian 35 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 col_feather_gulginaw,housing_improvement_01 0.1 lowAttackSpeedWeak carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff griffon_2 griffon_2 10 10 1 instant -dewback 17 0 0 0 0 NORMAL tatooine dewback dewback_hue.iff 0.8 1.2 4 20 0 10 0 -1 -1 -1 -1 2 1 350 meat_reptilian 275 hide_leathery 200 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankArmorWeak herbivore bull_1 bull_1 0 2 -dewback_cannibal 13 4 2 0 0 NORMAL tatooine dewback_cannibal dewback_hue.iff 0.8 1.2 4 0 0 0 -1 0 -1 0 -1 2 1 340 meat_reptilian 260 hide_leathery 185 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.1 lowTankArmorWeak carnivore bull_1 bull_1 10 10 1 -dewback_sandreaver 18 4 2 0 -2 NORMAL tatooine dewback dewback_hue.iff 1 1.3 2 0 0 0 -1 0 -1 0 -1 2 1 340 meat_reptilian 260 hide_leathery 185 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowTankArmorWeak carnivore bull_2 bull_2 10 10 1 -diax 83 4 -2 0 0 BOSS dathomir nightsister nightsister dressed_diax.iff 0.95 0.95 0 0 0 0 40 40 40 40 -1 2 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister npc commoner_10 commoner_10 0 12 -didina_lippinoss 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_human_female_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -dilvin_lormurojo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -dim_u_abbot 4 0 0 0 0 NORMAL tatooine dim-u commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 -dim_u_bantha 3 0 0 0 0 NORMAL tatooine dim-u bantha_hue.iff 0.8 1.2 1 0 5 0 20 0 0 0 -1 2 1 milk_wild 450 meat_herbivore 325 hide_wooly 250 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 herbivore elephant_1 0 2 1 -dim_u_cleric 3 0 0 0 0 NORMAL tatooine dim-u commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 -dim_u_monastery_nun 2 0 0 0 0 NORMAL tatooine dim-u commoner_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 -dim_u_monk 2 0 0 0 0 NORMAL tatooine dim-u commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 -dim_u_preacher 5 0 0 0 0 NORMAL tatooine dim-u commoner_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 -dim_u_priestess 5 0 0 0 0 NORMAL tatooine dim-u commoner_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 -dire_cat 28 2 -2 0 -6 NORMAL corellia dire_cat narglatch_hue.iff 1 1.2 3 15 15 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 lowAttackSpeedWeak carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes -dire_cat_feral_orphan 12 3 0 2 -1 NORMAL corellia dire_cat narglatch_hue.iff 0.7 1 3 20 20 0 10 10 0 0 0 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackDamageWeak carnivore predatory_cat_1 predatory_cat_1 6 6 1 -disappear_angela 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_noble_human_female_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_1_angela commoner_10 commoner_10 0 0 -disappear_hermit 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_commoner_naboo_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_2_hermit commoner_10 commoner_10 0 0 -disappear_hike_master 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_disappearances_hike_master.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_1_hike_master commoner_10 commoner_10 0 0 -disappear_hostage 1 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 npc 1 0 0 -disappear_husband 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_disappearances_husband.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_5_husband commoner_10 commoner_10 0 0 -disappear_psycho_boss 38 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_male_elder.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_rifle spy_special_3 spy_special_3 3 4 -disappear_psycho_female_1 37 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_female_1.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol spy_3 spy_3 4 8 -disappear_psycho_female_elder 38 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_female_elder.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol spy_3 spy_3 4 8 -disappear_psycho_female_hunter 36 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_female_1.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine smuggler_3 smuggler_3 8 8 -disappear_psycho_male_1 37 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_male_1.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine spy_3 spy_3 4 8 -disappear_psycho_male_elder 38 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_male_elder.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_rifle spy_3 spy_3 4 8 -disappear_psycho_male_hunter 36 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_male_1.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_rifle smuggler_3 smuggler_3 8 8 -disappear_quest_giver 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_disappearances_questgiver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_questgiver commoner_10 commoner_10 0 0 -diseased_blurrg 64 0 0 0 0 NORMAL endor blurrg_diseased blurrg_hue.iff 1.2 1.2 2 40 40 -1 50 50 0 50 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore raptor_4 raptor_4 12 12 -diseased_nuna 2 0 0 0 0 NORMAL naboo diseased_nuna nuna_hue.iff 1.1 1.2 4 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 4 hide_leathery 2 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 -diseased_vrelt 26 0 0 0 0 NORMAL corellia vrelt stintaril_hue.iff 0.7 0.8 3 0 0 0 0 0 0 10 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankDefenseWeak carnivore rat_2 rat_2 10 10 -diseased_vrelt_matriarch 6 0 0 0 -2 NORMAL corellia vrelt stintaril_hue.iff 1.5 2 1 5 5 0 0 15 0 15 -1 2 1 10 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowTankDefenseWeak carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff 10 10 1 yes -disturbed_bolma 66 5 -2 0 0 NORMAL dathomir bolma_disturbed bolma_hue.iff 1 1 1 0 30 0 -1 -1 -1 -1 -1 2 1 meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.005 highAttackDamageStrong herbivore bull_4 bull_4 12 12 1 -doak_sif 48 0 0 0 0 NORMAL Talus sif sif dressed_doak_sif.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 sif npc thug slang rebel_pistol rebel_unarmed commoner_4 commoner_4 6 6 1 yes -docile_kahmurra 37 -1 1 0 0 NORMAL talus docile_kahmurra murra_hue.iff 1 1.2 1 0 0 10 0 0 0 0 -1 2 1 milk_domesticated 45 meat_herbivore 27 hide_bristley 32 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 kahmurra herbivore goat_3 goat_3 0 2 -dolac_legasi 100 0 0 0 0 NORMAL dathomir hutt dressed_dolac_legasi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_carbine bounty_hunter_10 bounty_hunter_10 0 12 -domestic_bageraset 5 -1 1 0 0 NORMAL corellia bageraset_domestic bageraset_hue.iff 0.7 1 1 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 240 meat_herbivore 145 hide_leathery 104 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore rebel_unarmed camel_1 camel_1 0 2 -domestic_bearded_jax 1 0 0 0 0 NORMAL rori narmle bearded_jax_hue.iff 1 1.3 1 0 0 0 0 0 0 0 -1 2 1 11 meat_domesticated 16 hide_bristley 11 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 1 -domestic_bol_mount 30 -3 3 0 2 NORMAL dantooine bol_domestic_mount bol_hue.iff 1 1 1 35 0 -1 0 0 -1 0 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore bull_3 bull_3 0 2 1 -domestic_eopie 1 0 0 0 0 NORMAL tatooine eopie eopie_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 335 meat_domesticated 260 hide_leathery 190 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 -domestic_humbaba 4 0 0 0 0 NORMAL corellia humbaba_domestic falumpaset_hue.iff 0.7 0.9 2 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 215 meat_domesticated 115 hide_leathery 65 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 -domestic_krahbu 4 -1 1 0 0 NORMAL corellia krahbu_domestic krahbu_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 230 meat_herbivore 160 hide_bristley 145 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 -domestic_tusk_cat 18 -2 2 0 0 NORMAL naboo naboo naboo tusk_cat_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 carnivore predatory_cat_1 predatory_cat_1 0 2 -domesticated_blurrg 20 0 0 0 0 NORMAL endor blurrt_domestic blurrg_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_11_20 generic_creature_2 carnivore raptor_2 raptor_2 0 12 1 -domesticated_brackaset 60 -6 2 0 0 NORMAL dathomir brackaset_domestic brackaset_hue.iff 1 1.2 4 15 15 0 0 -1 0 0 -1 2 1 milk_domesticated 100 meat_wild 90 hide_leathery 80 bone_mammal defaultProfile creature/creature_51_60 generic_creature_7 housing_improvement_03,col_glass_shelving_01 herbivore camel_4 camel_4 0 12 -domesticated_gurnaset 48 -1 1 0 -6 NORMAL lok gurnaset_domestic gurnaset_hue.iff 0.8 1.2 2 10 10 0 0 0 0 0 -1 2 1 milk_domesticated 352 meat_herbivore 279 hide_leathery 304 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff camel_3 camel_3 0 8 1 -domesticated_merek 50 0 0 0 0 NORMAL endor merek_domestic merek_hue.iff 1.8 2 2 60 -1 0 80 40 0 40 0 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff mantis_3 mantis_3 0 12 -domesticated_mott 1 0 0 0 0 NORMAL naboo naboo mott_hue.iff 1.2 1.4 4 0 0 0 0 0 0 0 -1 2 1 95 meat_domesticated 65 hide_leathery 30 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 -domesticated_snorbal 35 -3 3 0 0 NORMAL lok snorbal_domestic snorbal_hue.iff 1 1.1 2 40 40 0 -1 -1 -1 -1 0 2 1 milk_domesticated 545 meat_herbivore 440 hide_leathery 400 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore elephant_3 elephant_3 0 8 1 -dominant_bantha 84 1 0 0 -2 ELITE Enemies for Azure Cabal series tatooine bantha bantha_hue.iff 1.2 1.3 2 0 25 0 40 -1 -1 -1 -1 2 1 475 meat_herbivore 345 hide_wooly 300 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 lowTankHealthWeak herbivore elephant_4 elephant_4 0 6 -donkuwah_battlelord 79 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 20 20 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes -donkuwah_chieftan 90 0 5 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 15 50 0 0 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_9 spy_9 12 12 yes -donkuwah_cub 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 -donkuwah_laborer 78 -1 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 -donkuwah_scout 76 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 -1 -1 30 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 yes -donkuwah_shaman 78 0 0 0 4 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 yes -donkuwah_spiritmaster 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 0 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 yes -donkuwah_tribesman 80 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes -dr_bledsoe 100 0 0 0 0 NORMAL townsperson townsperson dathomir_prisoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -dr_dea_tore 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_dr_dea_tore.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -dragonet 24 0 0 0 0 NORMAL tatooine dragonet dune_lizard_hue.iff 1.4 2 3 25 40 0 0 0 -1 0 -1 2 1 125 meat_carnivore 75 hide_bristley 68 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_2 lizard_2 10 10 1 -dragonet_armodragon 25 1 -1 1 0 NORMAL tatooine dragonet dune_lizard_hue.iff 2 2 2 25 40 0 0 0 -1 0 -1 2 1 125 meat_carnivore 75 hide_bristley 68 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_2 lizard_2 10 10 1 -dragonet_runt 19 0 0 0 0 NORMAL tatooine dragonet dune_lizard_hue.iff 0.75 1 3 25 40 0 0 0 -1 0 -1 2 1 125 meat_carnivore 75 hide_bristley 68 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_2 lizard_2 10 10 1 -drakka_judarrl 100 0 0 0 0 NORMAL dantooine townsperson dressed_drakka_judarrl.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 12 -drall_abbot 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc pirate_carbine pirate_unarmed smuggler_3 melee_3 0 2 -drall_chieftain 38 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 20 0 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc 1 pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 -drall_guard 36 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 2 -drall_master 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 10 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc pirate_polearm pirate_carbine melee_3 smuggler_3 0 2 -drall_monk 37 0 -2 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc 1 rebel_carbine pirate_carbine smuggler_3 smuggler_3 0 2 -drall_patriot 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 -drall_patriot_conqueror 38 0 0 0 -3 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 10 30 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier pirate_carbine pirate_sword smuggler_3 melee_3 0 2 yes -drall_patriot_footsoldier 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier rebel_carbine pirate_pistol smuggler_3 smuggler_3 0 2 yes -drall_patriot_legionnare 38 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier rebel_carbine pirate_carbine smuggler_3 smuggler_3 0 2 yes -drall_sentry 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier rebel_carbine rebel_unarmed smuggler_3 melee_3 0 2 -draya_korbinari 100 0 0 0 0 NORMAL rori townsperson dressed_draya_korbinari.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 2 -dread_pirate 22 0 0 0 0 NORMAL global pirate criminal_smuggler 0 0 20 0 40 -1 40 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate slang pirate_carbine_low_level pirate_unarmed smuggler_2 melee_2 4 2 yes -dreaded_vir_vur 40 5 -10 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1.5 1.8 3 40 0 -1 -1 0 0 0 0 2 1 25 meat_avian hide_wooly 16 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 highAttackSpeedWeak carnivore rabbit_3 rabbit_3 6 6 1 yes -drenn_zebber 100 0 0 0 0 NORMAL yavin4 townsperson dressed_drenn_zebber.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -droid_4lom 100 0 0 0 0 NORMAL 4lom 4lom.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -droid_8d8_crafted 1 0 0 0 0 NORMAL anywhere droid 8d8.iff 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android creature.droid_setup 0.5 battledroid droid_2 droid_2 0 2 -droideka 40 5 0 0 0 NORMAL anywhere droideka droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 droid/droid_31_40 generic_droid_4 housing_improvement_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 5 1 -droideka_strong 55 5 0 0 0 NORMAL lok droideka droideka.iff 0 25 30 0 0 0 -1 0 -1 2 droid/droid_51_60 generic_droid_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 yes -droideka_weak 53 5 0 0 -2 NORMAL lok droideka droideka.iff 0 40 40 0 0 0 -1 0 -1 2 droid/droid_51_60 generic_droid_6 housing_improvement_03,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 yes -droopy_mccool 100 0 0 0 0 NORMAL jabba jabba droopy_mccool.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -dulok_outcast 72 0 0 0 0 NORMAL endor dulok_outcast species_choices_dulok 0 0 0 0 40 40 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes -dulok_outcast_leader 73 0 0 0 0 ELITE endor dulok_outcast species_choices_dulok 0 0 40 20 40 40 10 10 0 2 0 0 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes -dulok_outcast_raider 71 0 0 0 0 NORMAL endor dulok_outcast species_choices_dulok 0 0 0 0 40 40 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes -dune_bantha 20 0 0 0 0 NORMAL tatooine bantha bantha_hue.iff 1.4 2 0 0 0 40 -1 -1 -1 -1 2 1 milk_wild 375 meat_herbivore 275 hide_wooly 175 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak herbivore elephant_2 elephant_2 0 6 1 -dune_beetle 9 0 1 0 0 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 1.8 2.2 2 15 15 0 0 0 0 0 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff 0 2 yes -dune_kimogila 79 8 8 0 0 BOSS lok kimogila kimogila_hue.iff 1.1 1.3 2 40 65 0 100 -1 0 100 -1 2 1 1450 meat_carnivore 1350 hide_leathery defaultProfile 1 100 creature/ris_armor_components:dune_kimogila boss_creature_8 18 kimogila carnivore 50 50 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 instant -dune_lizard 18 0 0 0 -3 NORMAL tatooine dune_lizard dune_lizard_hue.iff 1 1.4 4 0 15 0 45 -1 -1 -1 -1 2 1 85 meat_carnivore 50 hide_bristley 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 dune_lizard 0.15 lowTankArmorWeak carnivore lizard_2 lizard_2 10 10 1 1 yes -dune_lizard_sunstained 19 0 0 0 -3 NORMAL tatooine dune_lizard dune_lizard_hue.iff 1.3 1.5 3 0 15 0 45 -1 -1 -1 -1 2 1 85 meat_carnivore 50 hide_bristley 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 dune_lizard 0.05 lowTankDefenseWeak carnivore lizard_2 lizard_2 10 10 1 1 yes -dune_stalker 5 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang tusken_ranged general_unarmed 4 4 1 -dune_stalker_brawler 15 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang general_unarmed tusken_ranged melee_1 bounty_hunter_1 4 4 1 -dune_stalker_enforcer 16 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 20 25 0 0 -1 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 pirate slang tusken_ranged general_unarmed bounty_hunter_1 melee_1 4 4 1 -dune_stalker_leader 17 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang tusken_ranged general_unarmed bounty_hunter_1 melee_1 4 4 1 -dune_stalker_marksman 15 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 pirate slang general_carbine general_unarmed bounty_hunter_1 melee_1 4 4 1 -dune_stalker_scavenger 8 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 10 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang tusken_ranged general_unarmed 4 4 1 -dung_mite 42 1 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.75 3 0 0 0 0 0 0 0 -1 2 1 9 meat_insect 6 hide_scaley defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore roach_3 roach_3 0 4 1 -dung_mite_repugnant_crawler 4 2 -2 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1.2 1.5 3 0 0 0 0 0 0 0 -1 2 1 9 meat_insect 6 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.05 lowAttackSpeedWeak carnivore roach_1 roach_1 4 4 1 -durgur_pyne 100 0 0 0 0 NORMAL talus townsperson dressed_durgur_pyne.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -durni 25 0 0 0 0 NORMAL corellia durni durni_hue.iff 1 1.2 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 lowAttackAbilityWeak herbivore rabbit_2 rabbit_2 0 2 -durni_vehement_warrior 5 0 0 -2 -1 NORMAL corellia durni durni_hue.iff 1.3 1.5 3 5 5 0 0 0 0 0 10 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 0.05 lowAttackAbilityWeak herbivore 0 2 -dusk_vir_vur 44 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1 1.1 1 0 0 0 0 -1 0 0 -1 2 1 10 meat_avian hide_wooly 2 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore rabbit_3 rabbit_3 0 2 1 -dwarf_bantha 10 -1 1 0 0 NORMAL tatooine bantha bantha_hue.iff 0.45 1 1 0 0 0 15 0 0 0 -1 2 1 milk_domesticated 300 meat_herbivore 200 hide_wooly 100 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 3 0.1 lowTankHealthWeak herbivore elephant_1 elephant_1 0 2 1 -dwarf_eopie 1 0 0 0 0 NORMAL tatooine eopie eopie_hue.iff 0.3 0.7 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 230 meat_herbivore 180 hide_leathery 110 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankHealthWeak herbivore 0 2 -dwarf_gronda 31 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 0.3 0.6 2 20 20 0 0 0 0 0 -1 2 1 280 meat_carnivore 170 hide_leathery 90 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankHealthWeak carnivore elephant_3 elephant_3 0 2 1 -dwarf_nuna 1 0 0 0 0 NORMAL tatooine dwarf_nuna dwarf_nuna_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 2 meat_avian 3 hide_leathery 1 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 1 -dwarf_nuna_drooling 2 3 -1 -1 -1 NORMAL tatooine dwarf_nuna dwarf_nuna_hue.iff 0.8 0.8 3 0 0 0 0 0 0 0 -1 2 1 2 meat_avian 3 hide_leathery 1 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackAbilityWeak herbivore 10 10 1 -dwarf_spider_droid_crafted 30 0 0 0 0 NORMAL anywhere spider_droid dwarf_spider_droid.iff 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 droid creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 0 2 -dz70_fugitive_tracker_droid 16 4 0 4 0 NORMAL anywhere trackerdroid dz70_fugitive_tracker_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_droid_2 col_holo_emitter_01 droid droid_1 droid_1 0 2 1 -ebenn_q3_baobab 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -eerie_donkuwah_spiritmaster 81 1 -1 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 -1 -1 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes -eerie_korga_spiritmaster 76 1 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 0 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -eerie_pubam_spiritmaster 62 2 -1 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes -eg6_power_droid 1 0 0 0 0 NORMAL anywhere powerdroid eg6_power_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 -eg6_power_droid_crafted 1 0 0 0 0 NORMAL anywhere powerdroid eg6_power_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0 2 -elder_female_swamp_tusk_cat 30 -1 1 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 0.75 0.8 1 0 0 0 -1 30 -1 35 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 10 10 1 yes -elder_gualama 13 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 1.2 1.4 2 0 0 0 0 0 0 0 0 2 1 200 meat_wild 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.1 lowAttackAbilityWeak herbivore horse_3 horse_3 0 6 -elder_hanadak_matriarch 61 0 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1.2 1.3 3 0 0 -1 80 80 80 -1 -1 2 1 35 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankArmorWeak carnivore gorilla_4 gorilla_4 12 12 1 yes -elder_male_swamp_tusk_cat 29 0 1 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 0.8 0.9 1 0 0 0 -1 35 -1 35 -1 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 10 10 1 yes -elder_malkloc_plainswalker 90 0 0 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.9 2 4 0 0 0 0 0 0 0 0 2 1 2400 meat_herbivore 2100 hide_leathery 1700 bone_mammal defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 instant -elder_pugoriss 45 0 0 0 -1 NORMAL rori pugoriss pugoriss_hue.iff 1.7 2 3 15 15 0 -1 35 -1 -1 -1 2 1 35 meat_carnivore 40 hide_leathery 45 bone_mammal defaultProfile creature/elder_pugoriss_loot generic_creature_5 6 herbivore raptor_3 raptor_3 0 2 1 -elder_robe_ex 100 0 0 0 0 NORMAL Elder Robe Exchange Quest dathomir townsperson townsperson elder_robe_ex.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:quest_name=jedi_gift_exchange,string:task_name=GiveRobe conversation.elder_robe_exchange,quest.task.ground.give_item_to_npc commoner_10 commoner_10 0 0 -elder_snorbal_female 35 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 1.2 1.4 1 0 0 0 -1 0 0 0 0 2 1 milk_wild 570 meat_herbivore 455 hide_leathery 420 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 -elder_snorbal_male 37 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 1.3 1.5 1 45 40 0 -1 -1 -1 -1 0 2 1 570 meat_herbivore 455 hide_leathery 420 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankArmorWeak herbivore elephant_3 elephant_3 0 8 1 -elder_squall 72 0 0 0 0 NORMAL endor squall squall_hue.iff 1 1 3 0 0 0 0 0 0 0 -1 2 1 meat_herbivore 12 hide_bristley 8 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 lowAttackAbilityAvg herbivore rabbit_4 rabbit_4 0 12 1 -elite_alkhara_champion 21 0 1 0 -4 ELITE Dynamic Elite Creatures/NPCS tatooine alkhara alkhara criminal_thug 1.1 1.2 0 20 0 25 25 -1 -1 -1 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc pirate slang pirate_polearm pirate_polearm commando_2 melee_2 0 2 1 yes -elite_bocatt 17 0 2 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine bocatt bocatt_hue.iff 2.5 2.8 1 0 0 -1 -1 50 50 -1 -1 2 1 100 meat_reptilian 60 hide_leathery 35 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_1 lizard_1 8 8 1 -elite_canyon_corsair 45 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_elite 0 20 45 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_sword smuggler_4 melee_3 8 8 yes -elite_dark_trooper 64 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 1 80 npc/npc_61_70 elite_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 melee_special_6 0 2 instant -elite_desert_razorback 23 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine zucca_boar zucca_boar_hue.iff 1.8 2.2 2 0 0 0 0 -1 0 -1 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankHealthWeak herbivore pig_2 pig_2 0 2 -elite_dewback_cannibal 13 4 2 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine dewback_cannibal dewback_hue.iff 1.2 1.4 4 0 0 0 -1 0 -1 0 -1 2 1 340 meat_reptilian 260 hide_leathery 185 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.1 lowTankArmorWeak carnivore bull_1 bull_1 8 8 1 -elite_dragonet 24 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine dragonet dune_lizard_hue.iff 2 2.4 3 25 40 0 0 0 -1 0 -1 2 1 125 meat_carnivore 75 hide_bristley 68 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_2 lizard_2 8 8 1 -elite_dune_lizard 18 0 0 0 -3 ELITE Dynamic Elite Creatures/NPCS tatooine dune_lizard dune_lizard_hue.iff 1.4 1.8 4 0 15 0 45 -1 -1 -1 -1 2 1 85 meat_carnivore 50 hide_bristley 35 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 18 dune_lizard 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff lizard_2 lizard_2 3 3 1 1 yes -elite_giant_sand_beetle 25 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine giant_sand_beetle rock_mite_hue.iff 5.4 6 2 0 35 0 0 -1 -1 0 0 2 1 15 meat_insect 20 hide_scaley defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankArmorWeak herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_2 roach_2 0 2 -elite_highwayman 8 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS global brigand criminal_thug 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_1_10 elite_npc_1 npc ai.thug thug slang pirate_rifle_low_level pirate_pistol_low_level 10 10 yes -elite_hutt_assassin 22 1 0 0 0 ELITE tatooine jabba jabba tatooine_jabba_thief 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc thug slang pirate_pistol_low_level general_carbine smuggler_2 smuggler_2 4 4 yes -elite_jabba_enforcer 15 0 0 0 0 ELITE tatooine jabba jabba criminal_thug 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table 18 jabba npc pirate slang general_sword melee_1 melee_1 3 4 -elite_jundland_eopie 21 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine eopie eopie_hue.iff 1.5 1.8 3 0 0 0 10 10 0 10 -1 2 1 300 meat_herbivore 225 hide_leathery 115 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankHealthWeak herbivore camel_2 camel_2 4 4 1 -elite_mauler_master 28 0 0 0 0 ELITE naboo mauler dressed_mauler_master.iff 1.2 1.2 0 65 35 90 90 90 -1 -1 -1 2 200 500 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table 18 mauler npc imperial military pirate_pistol pirate_carbine smuggler_2 smuggler_2 3 3 yes -elite_mountain_dewback 22 0 0 -2 0 ELITE Dynamic Elite Creatures/NPCS tatooine dewback_mountain dewback_hue.iff 1 1.2 3 20 0 0 40 40 -1 -1 -1 2 1 330 meat_reptilian 240 hide_leathery 170 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankArmorWeak herbivore bull_2 bull_2 4 4 -elite_mutant_womprat 12 0 -1 0 -4 ELITE Dynamic Elite Creatures/NPCS tatooine womprat womp_rat_hue.iff 1.6 1.8 2 10 15 0 0 0 0 15 -1 2 1 6 meat_wild 5 hide_leathery 4 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 18 womprat 0.15 lowAttackAbilityWeak carnivore rat_1 rat_1 10 10 1 -elite_naboo_skaak_tipper_waylayer 27 0 0 0 0 ELITE naboo skaak_tipper_gang criminal_thug 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table 18 skaak npc thug slang pirate_carbine pirate_carbine smuggler_2 smuggler_2 4 4 1 1 -elite_rock_beetle 18 0 1 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine rock_beetle rock_mite_hue.iff 2.4 2.7 1 15 0 0 0 0 0 0 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile 1 100 npc/elite_npc:elite_npc_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 0 2 1 -elite_rodian_gladiator 14 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine rodian dressed_criminal_thug_rodian_male_01.iff 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table npc military military rebel_pistol rebel_pistol commando_1 commando_1 0 2 -elite_ronto_ronto 17 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine ronto ronto_hue.iff 1.2 1.4 1 10 0 -1 30 30 -1 0 0 2 1 450 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.15 lowTankHealthWeak herbivore giraffe_1 giraffe_1 0 2 1 -elite_sand_trooper 45 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_5 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol officer_special_3 officer_special_3 0 2 yes -elite_sevorrt 5 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine sevorrt worrt_hue.iff 2.4 2.8 2 0 0 0 0 0 0 0 -1 2 1 10 meat_reptilian 10 hide_leathery 4 bone_mammal defaultProfile creature/elite_creature:elite_creature_1_10 elite_creature_1 0.15 lowAttackAbilityWeak carnivore 4 4 -elite_squill 12 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine squill squill_hue.iff 1.5 1.8 1 10 10 0 0 -1 -1 0 -1 2 1 6 meat_carnivore 6 hide_leathery 5 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 18 squill 0.15 lowAttackAbilityWeak carnivore monkey_1 monkey_1 0 2 1 -elite_valarian_assassin 15 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine valarian valarian criminal_thug 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table 18 valarian npc thug slang pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 8 8 yes -elite_weequay_zealot 17 2 -2 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine weequay weequay_thug 1.1 1.2 0 0 0 15 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table npc military military rebel_carbine rebel_pistol commoner_1 commoner_1 0 2 1 yes -elite_zucca_boar 8 1 -1 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine zucca_boar zucca_boar_hue.iff 1.4 1.7 1 0 0 0 0 0 0 0 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile npc/elite_npc:elite_npc_1_10 elite_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 -emperor_royal_guard 100 0 0 0 0 NORMAL imperial Imperial emperor_royal_guard.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_polearm officer_10 melee_10 0 2 -emperors_hand 80 0 0 0 0 BOSS global imperial Imperial emperors_hand 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc 100 100 stormtrooper_carbine none officer_special_6 officer_special_6 16 12 instant -endor_ig88_security_battle_droid_blue 85 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battledroid_blue.iff 0 15 0 0 0 0 0 0 85 2 droid/droid_81_90 generic_droid_3 2 col_holo_emitter_01 18 ig88 android battledroid smuggler_7 6 3 yes -endor_ig88_security_battle_droid_purple 85 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battledroid_purple.iff 0 20 0 0 0 0 0 0 85 2 droid/droid_81_90 generic_droid_3 2 col_holo_emitter_01 18 ig88 android battledroid smuggler_7 6 3 yes -endor_ig88_security_battle_droid_red 85 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battledroid_red.iff 0 25 0 0 0 0 0 0 85 2 droid/droid_81_90 generic_droid_3 2 col_holo_emitter_01 18 ig88 android battledroid smuggler_7 6 3 yes -endor_ig88_security_battlemech_alpha 87 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battlemech_alpha.iff 0 10 0 0 0 0 0 0 55 2 droid/droid_81_90 elite_npc_3 2 col_holo_emitter_01 18 ig88 npc battledroid smuggler_7 6 3 yes -endor_ig88_security_battlemech_beta 88 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battlemech_beta.iff 0 15 0 0 0 0 0 0 55 2 droid/droid_81_90 elite_npc_3 2 col_holo_emitter_01 18 ig88 npc deathwatch_ranged deathwatch_melee smuggler_7 6 3 yes -endor_ig88_security_battlemech_omega 90 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battlemech_omega.iff 0 20 0 0 0 0 0 0 55 2 droid/droid_81_90 elite_npc_3 2 col_holo_emitter_01 18 ig88 npc commando_ranged commando_melee smuggler_7 6 3 yes -enraged_bull_rancor 90 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 1.3 1.5 3 0 70 0 100 100 100 0 0 2 1 880 meat_carnivore 750 hide_leathery 670 bone_mammal defaultProfile 1 80 creature/rancor_loot:enraged_bull_rancor_81_90 elite_creature_9 6 col_rancor_parts,col_eng_trader,col_mun_trader 18 bull_rancor carnivore 80 80 gorilla_5 gorilla_5 5 5 instant -enraged_donkuwah 79 6 -4 0 -2 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 35 35 0 60 60 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes -enraged_dune_kimogila 84 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 1.5 1.7 4 80 90 80 100 80 80 100 80 2 1 1600 meat_carnivore 1450 hide_leathery defaultProfile 1 100 creature/ris_armor_components:dune_kimogila boss_creature_9 18 kimogila carnivore 80 80 100 100 ai.hunter lizard_5 lizard_5 24 12 instant -enraged_kimogila 80 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 1.3 1.5 4 45 70 45 70 45 40 100 45 2 1 1500 meat_carnivore 1400 hide_leathery defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 boss_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 kimogila carnivore 80 80 100 ai.hunter lizard_5 lizard_5 24 12 instant -enraged_korga 76 6 -4 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 100 100 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -enraged_malkloc 81 1 2 0 0 NORMAL dathomir malkloc malkloc_hue.iff 1 1.4 2 0 0 0 0 0 0 0 0 2 1 1100 meat_herbivore 1200 hide_leathery 1100 bone_mammal defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 -enraged_malkloc_bull 82 1 4 0 -4 NORMAL dathomir malkloc malkloc_hue.iff 1.6 1.8 1 0 0 0 0 0 0 0 0 2 1 1400 meat_herbivore 1500 hide_leathery 1200 bone_mammal defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 -enraged_miner 7 0 0 0 0 NORMAL rori enraged_miner commoner_male 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_pistol_low_level none 6 6 1 yes -enraged_pubam 64 2 -1 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes -enraged_rancor 88 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 0.9 1.1 3 0 60 0 100 100 100 0 0 2 1 950 meat_carnivore 878 hide_leathery 778 bone_mammal defaultProfile 1 80 creature/rancor_loot:enraged_rancor_81_90 elite_creature_8 col_rancor_parts carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 5 5 instant -enraged_reptilian_flier 67 2 -2 0 -4 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1.1 1.2 1 25 30 -1 50 50 -1 50 -1 2 1 135 meat_avian 90 hide_leathery 85 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAbilitySpeedAvg carnivore avian_4 avian_4 12 12 -enraged_tabage_mother 16 0 0 0 0 NORMAL corellia tabage langlatch_hue.iff 1 1 3 0 15 0 0 0 -1 -1 -1 2 1 16 meat_carnivore 16 hide_bristley 16 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackDamageWeak carnivore predatory_cat_1 predatory_cat_1 10 10 1 yes -enraged_tybis 75 1 -1 0 0 NORMAL yavin4 tybis tybis_hue.iff 1.3 1.1 1 0 0 0 0 0 0 0 -1 2 1 220 meat_herbivore 160 hide_bristley 105 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 12 12 1 -enraged_wood_mite_king 19 2 -1 0 -4 NORMAL rori bark_mite bark_mite_hue.iff 3 3.2 3 15 25 -1 0 -1 -1 -1 -1 2 1 15 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff roach_2 roach_2 6 6 1 yes -entertainer 1 0 0 0 0 NORMAL global townsperson townsperson trainer_entertainer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol none 0 2 1 -eopie 4 -2 1 0 0 NORMAL tatooine eopie eopie_hue.iff 0.8 1.2 2 0 0 0 10 10 0 0 -1 2 1 milk_wild 315 meat_herbivore 250 hide_leathery 150 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowTankHealthWeak herbivore 0 2 1 -eopie_herdmaster 5 -2 1 0 -1 NORMAL tatooine eopie eopie_hue.iff 1.2 1.2 3 0 0 0 10 10 0 0 -1 2 1 315 meat_herbivore 250 hide_leathery 150 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowTankHealthWeak herbivore 0 2 1 -eopie_mount 1 0 0 0 0 NORMAL Mount tatooine bioengineer beast_master/bm_eopie.iff 1.25 1.25 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -ep3_achonnko 100 0 0 0 0 NORMAL rryatt_trail kashyyyk ep3/ep3_achonnko.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_achonnko 1 commoner_10 commoner_10 0 2 -ep3_arena_guard_inner 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/arena_guard_inner.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_arena_uller_hellstalker 62 0 0 0 0 ELITE arena arena_challenge uller.iff 1.2 1.7 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 80 creature/elite_creature:elite_creature_61_70 col_dejarik_holomonster,col_dejarik_table,col_glass_shelving_02 carnivore generic_creature_special_6 generic_creature_special_6 24 24 1 -ep3_arena_varactyl_venomblade 64 0 0 0 0 ELITE arena arena_challenge varactyl.iff 1.9 1.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 80 creature/elite_creature:elite_creature_61_70 col_dejarik_holomonster,col_dejarik_table,col_glass_shelving_02 carnivore generic_creature_special_6 generic_creature_special_6 24 24 1 -ep3_arena_webweaver_bonerender 60 0 0 0 0 ELITE arena arena_challenge webweaver.iff 1.2 1.3 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 80 creature/elite_creature:elite_creature_51_60 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_glass_shelving_01 carnivore generic_creature_special_6 generic_creature_special_6 24 24 1 -ep3_avatar_blackscale_captain 80 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_assault 1.1 1.4 0 0 0 0 0 0 0 0 0 2 1 5 kashyyyk/avatar_platform:avatar_trando avatar_trando col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_carbine imperial_sword commando_special_6 melee_special_6 9 6 -ep3_avatar_blackscale_guard 81 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_guard 1 1.3 0 0 0 0 0 0 0 0 0 2 1 5 kashyyyk/avatar_platform:avatar_trando avatar_trando col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_carbine imperial_sword commando_special_6 melee_special_6 9 6 -ep3_avatar_blackscale_jailer 81 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_guard 1 1.3 0 0 0 0 0 0 0 0 0 2 1 5 kashyyyk/avatar_platform:avatar_trando avatar_trando col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_pistol imperial_sword commando_special_6 melee_special_6 9 6 -ep3_avatar_blackscale_scalelord 82 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_enforcer 1.3 1.5 0 0 0 0 0 0 0 0 0 2 1 20 kashyyyk/avatar_platform:avatar_trando_scale avatar_trando_scale col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_rifle imperial_sword commando_special_6 melee_special_6 9 6 -ep3_avatar_blackscale_watch_cmd 84 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_trooper 1.2 1.3 0 0 0 0 0 0 0 0 0 2 1 35 kashyyyk/avatar_platform:avatar_trando_cmd avatar_trando_cmd col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_carbine imperial_sword commando_special_6 melee_special_6 9 6 yes -ep3_avatar_harwakokok_mighty 86 0 0 0 0 BOSS avatar avatar_kashyyyk avatar_kashyyyk ep3/ep3_harwakokok_mighty.iff 1.3 1.3 0 0 0 0 0 0 0 0 -1 1.8 1 100 kashyyyk/avatar_platform:avatar_harwakokok avatar_harwakokok col_square_green_cut_gem_01 18 blackscale npc 100 100 thug slang harwakokok_melee melee_special_6 melee_special_6 9 9 yes -ep3_avatar_jawa 70 0 0 0 0 ELITE avatar avatar_blackscale jawa ep3/ep3_avatar_jawa.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02,col_square_green_cut_gem_01 18 blackscale npc avatar_jawa spy_special_6 melee_special_6 0 6 -ep3_avatar_wke_battleleader 85 0 0 0 0 ELITE avatar avatar_kashyyyk avatar_kashyyyk ep3_wke_battleleader 1.4 1.6 0 0 0 0 0 0 0 0 -1 2 1 5 kashyyyk/avatar_platform:avatar_wke avatar_wke col_square_green_cut_gem_01 npc thug slang wookiee_ranged wookiee_melee commando_special_6 melee_special_6 9 6 -ep3_avatar_wke_captive 50 0 0 0 0 ELITE avatar kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_square_green_cut_gem_01 npc thug slang commando_special_3 melee_special_6 0 6 -ep3_avatar_wke_commando 84 0 0 0 0 ELITE avatar avatar_kashyyyk avatar_kashyyyk ep3_wke_commandos 1.2 1.4 0 0 0 0 0 0 0 0 -1 2 1 15 kashyyyk/avatar_platform:avatar_commando avatar_commando col_square_green_cut_gem_01 npc thug slang commando_ranged wookiee_melee commando_special_6 melee_special_6 9 6 -ep3_avatar_wke_fighter 83 0 0 0 0 ELITE avatar avatar_kashyyyk avatar_kashyyyk ep3_wke_freedom_fighter 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 5 kashyyyk/avatar_platform:avatar_wke avatar_wke col_square_green_cut_gem_01 npc thug slang wookiee_ranged wookiee_melee commando_special_6 melee_special_6 9 6 -ep3_avatar_wke_processed 50 0 0 0 0 ELITE avatar kashyyyk ep3/ep3_wke_civilian_03.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc 1 quest.task.ground.retrieve_item_on_item thug slang wookiee_ranged wookiee_melee commando_special_3 melee_special_6 0 6 -ep3_belga_daeri 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_belga_daeri.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_belga_daeri 1 commoner_10 commoner_10 0 2 -ep3_borantok 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_borantok.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_borantok 1 commoner_10 commoner_10 0 2 -ep3_boshaz 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_boshaz.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_boshaz_zssik_01 1 commoner_10 commoner_10 0 2 -ep3_carl_mosik 100 0 0 0 0 NORMAL rryatt_trail kashyyyk ep3/ep3_carl_mosik.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_carl_mosik 1 commoner_10 commoner_10 0 2 -ep3_chanoota 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_chanoota.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_chanoota 1 commoner_10 commoner_10 0 2 -ep3_chassis_broker_05 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/space_ep3_chassis_broker_05.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.chassis_npc 1 commoner_10 commoner_10 0 2 -ep3_chawroo 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_chawroo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_chawroo_zssik_01a 1 commoner_10 commoner_10 0 2 -ep3_cheated_gambler 100 0 0 0 0 NORMAL tatooine kashyyyk ep3/ep3_cheated_gambler.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_cheated_gambler 1 commoner_10 commoner_10 0 2 -ep3_cheyerooto 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_cheyerooto.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_cheyerooto 1 commoner_10 commoner_10 0 2 -ep3_clone_relics_geonosian_ikvizi 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_clone_relics_geonosian_ikvizi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_trapped_geonosian 1 commoner_10 commoner_10 0 2 -ep3_clone_relics_ovarra 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_clone_relics_ovarra.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_wookie_elder_ovarra 1 commoner_10 commoner_10 0 2 -ep3_clone_relics_wookiee_prisoner_04 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_clone_relics_wookie_prisoner_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_queen_wookie_prisoner_1 1 commoner_10 commoner_10 0 2 -ep3_cmd_richards 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_cmd_richards.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_imp_cmd_richards 1 commoner_10 commoner_10 0 2 -ep3_col_gurnst 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_col_gurnst.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_col_gurnst 1 commoner_10 commoner_10 0 2 -ep3_cr_bantha_kashyyyk 25 0 0 0 0 NORMAL kashyyyk bantha kashyyyk_bantha.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha 0.05 medTankHealthWeak carnivore generic_creature_2 generic_creature_2 24 24 -ep3_cr_bolotaur 25 0 0 0 0 NORMAL kashyyyk bolotaur bolotaur.iff 1.8 2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_2 generic_creature_2 24 24 -ep3_cr_katarn 25 0 0 0 0 NORMAL kashyyyk katarn katarn.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_mammal defaultProfile creature/creature_21_30 0.05 medTankDefenseWeak carnivore generic_creature_2 generic_creature_2 24 24 -ep3_cr_kkorrwrot 25 0 0 0 0 NORMAL kashyyyk kkorrwrot kkorrwrot.iff 1.68 1.69 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile creature/insect_21_30 0.05 medAttackSpeedWeak carnivore generic_creature_2 generic_creature_2 24 24 -ep3_cr_minstyngar 25 0 0 0 0 NORMAL kashyyyk minstyngar minstyngar.iff 1.8 2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar 0.05 medAttackDamageWeak carnivore generic_creature_2 generic_creature_2 24 24 -ep3_cr_mouf 25 0 0 0 0 NORMAL kashyyyk mouf mouf.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf 0.05 medTankHealthWeak carnivore generic_creature_2 generic_creature_2 24 24 -ep3_cr_uller 25 0 0 0 0 NORMAL kashyyyk uller uller.iff 1.8 2 0 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller 0.05 medTankUtilityWeak carnivore generic_creature_2 generic_creature_2 24 24 -ep3_cr_varactyl 25 0 0 0 0 NORMAL kashyyyk varactyl varactyl.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl 0.05 medAbilitySpeedWeak carnivore generic_creature_2 generic_creature_2 24 24 -ep3_cr_walluga 27 0 0 0 0 NORMAL kashyyyk walluga walluga.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga 0.05 medTankDefenseWeak carnivore elephant_2 elephant_2 24 24 -ep3_cr_webweaver 25 0 0 0 0 NORMAL kashyyyk webweaver webweaver.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver 0.05 medAttackSpeedWeak carnivore generic_creature_2 generic_creature_2 24 24 -ep3_criss_nepomi 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_criss_nepomi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_criss_nepomi 1 commoner_10 commoner_10 0 2 -ep3_dakar 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dakar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_dakar_zssik_02 1 commoner_10 commoner_10 0 2 -ep3_dr_farnsworth 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dr_farnsworth.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_dr_farnsworth 1 commoner_10 commoner_10 0 2 -ep3_dr_price 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dr_price.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_imp_dr_price 1 commoner_10 commoner_10 0 2 -ep3_etyyy_banol_starkiller 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_banol_starkiller.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_banol_starkiller 1 commoner_10 commoner_10 0 2 -ep3_etyyy_bantha_kashyyyk 38 0 0 0 0 NORMAL etyyy bantha_kashyyyk kashyyyk_bantha.iff 0.8 0.9 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_3 generic_creature_3 0 24 -ep3_etyyy_bantha_kashyyyk_greyclimber 40 0 0 0 0 ELITE etyyy bantha_kashyyyk kashyyyk_bantha.iff 1.65 1.7 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/etyyy_greyclimber etyyy_greyclimber carnivore generic_creature_special_3 generic_creature_special_3 0 3 -ep3_etyyy_bantha_kashyyyk_herdleader 40 0 0 0 0 NORMAL etyyy bantha_kashyyyk kashyyyk_bantha.iff 1.1 1.2 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_4 generic_creature_4 0 24 -ep3_etyyy_bantha_kashyyyk_matriarch 42 0 0 0 0 NORMAL etyyy bantha_kashyyyk kashyyyk_bantha.iff 0.9 1 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_4 generic_creature_4 0 24 -ep3_etyyy_blackscale_enforcer 47 0 0 0 0 ELITE etyyy blackscale ep3_blackscale_enforcer 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_square_green_cut_gem_01 18 blackscale npc thug slang captain_beshk officer_special_3 melee_special_3 12 3 -ep3_etyyy_blackscale_guard 46 0 0 0 0 ELITE etyyy blackscale ep3_blackscale_guard 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_pistol commando_special_3 melee_special_3 12 3 -ep3_etyyy_chiss_poacher 25 0 0 0 0 NORMAL etyyy chiss_poacher_etyyy etyyy_chiss_poacher 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 col_contraband_set_01,col_square_green_cut_gem_01 npc thug slang general_rifle general_sword smuggler_2 melee_2 24 24 -ep3_etyyy_chiss_poacher_defender 45 0 0 0 0 NORMAL etyyy chiss_poacher_etyyy etyyy_chiss_poacher_defender 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01,col_square_green_cut_gem_01 npc thug slang general_rifle general_sword smuggler_4 melee_4 24 24 -ep3_etyyy_chiss_poacher_hunter 46 0 0 0 0 ELITE etyyy chiss_poacher_etyyy etyyy_chiss_poacher_hunter 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_square_green_cut_gem_01 npc thug slang general_rifle general_sword smuggler_special_3 melee_special_3 12 3 -ep3_etyyy_chiss_poacher_laen_pieweto 47 0 0 0 0 ELITE etyyy chiss_poacher_etyyy ep3/ep3_etyyy_laen_pieweto.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_02,col_shattered_shard_04,col_square_green_cut_gem_01 npc thug slang general_rifle general_sword smuggler_special_3 melee_special_3 9 9 -ep3_etyyy_chiss_poacher_smuggler 44 0 0 0 0 NORMAL etyyy chiss_poacher_etyyy etyyy_chiss_poacher_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01,col_square_green_cut_gem_01 npc thug slang general_pistol general_sword smuggler_4 melee_4 24 24 -ep3_etyyy_chrilooc 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_chrilooc.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_chrilooc 1 commoner_10 commoner_10 0 2 -ep3_etyyy_ehartt_brihnt 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_ehartt_brihnt.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_ehartt_brihnt 1 commoner_10 commoner_10 0 2 -ep3_etyyy_harroom 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_harroom.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_harroom 1 commoner_10 commoner_10 0 2 -ep3_etyyy_iluna_mystuk 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_iluna_mystuk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_iluna_mystuk 1 commoner_10 commoner_10 0 2 -ep3_etyyy_jerrol_chupapa 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_jerrol_chupapa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_jerrol_chupapa 1 commoner_10 commoner_10 0 2 -ep3_etyyy_johnson_smith 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_johnson_smith.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_johnson_smith 1 commoner_10 commoner_10 0 2 -ep3_etyyy_kara_corlon 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_kara_corlon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_kara_corlon 1 commoner_10 commoner_10 0 2 -ep3_etyyy_kerssoc 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_kerssoc.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_kerssoc 1 commoner_10 commoner_10 0 2 -ep3_etyyy_kint_zsam 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_kint_zsam.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 item.travel_ticket.travel_space_dungeon,conversation.ep3_etyyy_kint_zsam 1 commoner_10 commoner_10 0 2 -ep3_etyyy_mada_johnson 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_mada_johnson.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_mada_johnson 1 commoner_10 commoner_10 0 2 -ep3_etyyy_manfred_carter 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_manfred_carter.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_manfred_carter 1 commoner_10 commoner_10 0 2 -ep3_etyyy_mouf 44 0 0 0 0 NORMAL etyyy mouf_etyyy mouf.iff 0.7 0.8 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_4 generic_creature_4 24 24 -ep3_etyyy_mouf_brightclaw 47 0 0 0 0 ELITE etyyy mouf_etyyy mouf.iff 1.75 1.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/etyyy_brightclaw etyyy_brightclaw carnivore generic_creature_special_3 generic_creature_special_3 9 9 -ep3_etyyy_mouf_paleclaw 48 0 0 0 0 ELITE etyyy mouf_etyyy mouf.iff 1.65 1.7 0 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/etyyy_paleclaw etyyy_paleclaw carnivore generic_creature_special_3 generic_creature_special_3 9 9 -ep3_etyyy_mouf_roarlord 48 0 0 0 0 ELITE etyyy mouf_etyyy mouf.iff 1.2 1.25 2 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_41_50 kashyyyk_mouf housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 12 3 -ep3_etyyy_mouf_vibrant 45 0 0 0 0 NORMAL etyyy mouf_etyyy mouf.iff 0.95 1 4 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_4 generic_creature_4 24 24 -ep3_etyyy_mouf_vicious 44 0 0 0 0 NORMAL etyyy mouf_etyyy mouf.iff 0.8 0.85 1 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_4 generic_creature_4 24 24 -ep3_etyyy_pilot_from_bocctyyy 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_pilot_from_bocctyyy.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_etyyy_pilot_to_bocctyyy 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_pilot_to_bocctyyy.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 item.travel_ticket.travel_space_dungeon,conversation.ep3_etyyy_pilot_etyyy_to_bocctyyy 1 commoner_10 commoner_10 0 2 -ep3_etyyy_rodian_camp_doctor_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rodian_camp_doctor_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rodian_doctor 1 commoner_10 commoner_10 0 2 -ep3_etyyy_rodian_trader 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rodian_trader.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 -ep3_etyyy_ryoo_finn 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_ryoo_finn.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_ryoo_finn 1 commoner_10 commoner_10 0 2 -ep3_etyyy_sordaan_xris 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_sordaan_xris.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_sordaan_xris 1 commoner_10 commoner_10 0 2 -ep3_etyyy_tripp_rar 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_tripp_rar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_tripp_rar 1 commoner_10 commoner_10 0 2 -ep3_etyyy_tuwezz_vol 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_tuwezz_vol.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_tuwezz_vol 1 commoner_10 commoner_10 0 2 -ep3_etyyy_uller 44 0 0 0 0 NORMAL etyyy uller_etyyy uller.iff 0.9 0.95 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_4 generic_creature_4 24 2 -ep3_etyyy_uller_diseased 43 0 0 0 0 NORMAL etyyy uller_etyyy uller.iff 0.75 0.8 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_4 generic_creature_4 24 24 -ep3_etyyy_uller_elder 45 0 0 0 0 NORMAL etyyy uller_etyyy uller.iff 1.1 1.15 4 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_4 generic_creature_4 24 24 -ep3_etyyy_uller_spiketop 46 0 0 0 0 ELITE etyyy uller_etyyy uller.iff 1.85 1.9 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/etyyy_spiketop etyyy_spiketop carnivore generic_creature_special_3 generic_creature_special_3 9 9 -ep3_etyyy_uller_warhoof 47 0 0 0 0 ELITE etyyy uller_etyyy uller.iff 1.3 1.4 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 npc/elite_npc:elite_npc_41_50 kashyyyk_uller housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 12 3 -ep3_etyyy_walluga 44 0 0 0 0 NORMAL etyyy walluga_etyyy walluga.iff 0.8 0.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_3 elephant_3 24 2 -ep3_etyyy_walluga_elder 46 0 0 0 0 NORMAL etyyy walluga_etyyy walluga.iff 1.1 1.2 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_3 elephant_3 24 24 -ep3_etyyy_walluga_frenzied 48 0 0 0 0 ELITE etyyy walluga_etyyy walluga.iff 0.9 1 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_41_50 kashyyyk_walluga housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore elephant_3 elephant_3 12 3 -ep3_etyyy_walluga_stoneleg 50 0 0 0 0 ELITE etyyy walluga_etyyy walluga.iff 1.75 1.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/etyyy_stoneleg etyyy_stoneleg carnivore elephant_3 elephant_3 9 9 -ep3_etyyy_webweaver 47 0 0 0 0 NORMAL etyyy webweaver_etyyy webweaver.iff 0.75 0.8 4 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_4 generic_creature_4 24 2 -ep3_etyyy_webweaver_crazed 48 0 0 0 0 NORMAL etyyy webweaver_etyyy webweaver.iff 0.8 0.9 2 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_4 generic_creature_4 24 24 -ep3_etyyy_webweaver_silkthrower 49 0 0 0 0 ELITE etyyy webweaver_etyyy webweaver.iff 1.75 1.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/etyyy_silkthrower etyyy_silkthrower carnivore generic_creature_special_3 generic_creature_special_3 9 9 -ep3_etyyy_webweaver_spiker 48 0 0 0 0 ELITE etyyy webweaver_etyyy webweaver.iff 1.15 1.2 1 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 npc/elite_npc:elite_npc_41_50 kashyyyk_webweaver housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 12 3 -ep3_etyyy_webweaver_warrior 49 0 0 0 0 NORMAL etyyy webweaver_etyyy webweaver.iff 1.25 1.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_4 generic_creature_4 24 24 -ep3_etyyy_wrelaac 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_wrelaac.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_wrelaac 1 commoner_10 commoner_10 0 2 -ep3_etyyy_ziven_tissak 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_ziven_tissak.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_ziven_tissak 1 commoner_10 commoner_10 0 2 -ep3_eyma 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_eyma.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_eyma 1 commoner_10 commoner_10 0 2 -ep3_fern_bicker 17 0 0 0 0 NORMAL kachirho fern_bicker ep3_fern_bicker.iff 0.5 0.8 5 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_fern_bicker kashyyyk_fern_bicker carnivore generic_creature_1 generic_creature_1 0 2 -ep3_fezrik_bendledon 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_fezrik_bendledon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_fezrik_bendledon 1 commoner_10 commoner_10 0 2 -ep3_forest_ardon 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_ep3_forest_ardon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_kerritamba_epic 1 commoner_10 commoner_10 0 2 -ep3_forest_arena_guard_outer 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/arena_guard_outer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_arena_guard,item.travel_ticket.travel_space_dungeon 1 commoner_10 commoner_10 0 2 -ep3_forest_aveso 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_female_01.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_aveso 1 commoner_10 commoner_10 0 2 -ep3_forest_blackscale_guard 37 0 0 0 0 ELITE dead_forest blackscale ep3_blackscale_guard 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 blackscale npc thug slang imperial_pistol commando_special_3 melee_3 12 3 -ep3_forest_chief_kerritamba 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_chief_kerritamba.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_kerritamba 1 commoner_10 commoner_10 0 2 -ep3_forest_cryl 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_male_03.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_cryl 1 commoner_10 commoner_10 0 2 -ep3_forest_dahlia 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_female_03.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_dahlia 1 commoner_10 commoner_10 0 2 -ep3_forest_exemplar_zheus 39 0 0 0 0 ELITE dead_forest forest_webweaver forest_outcast ep3_forest_outcast_assassin 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_exemplar forest_exemplar npc general_polearm general_rifle melee_3 commando_special_3 0 2 -ep3_forest_great_mouf 34 0 0 0 0 NORMAL dead_forest forest_mouf faction_sayormi mouf.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_3 generic_creature_3 0 2 1 -ep3_forest_kerritamba_assassin 37 0 0 0 0 NORMAL dead_forest forest_kerritamba forest_kerritamba dressed_ep3_forest_wke_assassin.iff 1.2 1.3 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_kerritamba forest_kerritamba npc wookiee_ranged wookiee_melee commando_3 melee_3 0 2 -ep3_forest_kerritamba_dealer 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_ep3_forest_kerritamba_dealer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 -ep3_forest_kerritamba_leader 39 0 0 0 0 ELITE dead_forest forest_kerritamba forest_kerritamba ep3_forest_kerritamba_warrior 1.2 1.3 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_warchief forest_warchief col_square_green_cut_gem_01 npc 100 100 wookiee_ranged wookiee_melee commando_special_3 melee_3 0 2 -ep3_forest_kerritamba_warrior 36 0 0 0 0 NORMAL dead_forest forest_kerritamba forest_kerritamba ep3_forest_kerritamba_warrior 1.2 1.3 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_kerritamba forest_kerritamba col_square_green_cut_gem_01 npc wookiee_ranged wookiee_melee commando_3 melee_3 0 2 -ep3_forest_mother_vesad 40 0 0 0 0 ELITE dead_forest forest_webweaver webweaver.iff 2 2.4 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 100 kashyyyk/forest_vesad forest_vesad carnivore 100 generic_creature_special_3 generic_creature_special_3 12 2 1 -ep3_forest_mouf 32 0 0 0 0 NORMAL dead_forest forest_mouf faction_sayormi mouf.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/forest_mouf forest_mouf carnivore generic_creature_3 generic_creature_3 0 2 1 -ep3_forest_npc_greeter 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_ep3_forest_npc_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_npc_greeter 1 commoner_10 commoner_10 0 2 -ep3_forest_outcast_assassin 38 0 0 0 0 ELITE dead_forest forest_webweaver forest_outcast ep3_forest_outcast_assassin 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_outcast forest_outcast col_square_green_cut_gem_01 npc general_rifle general_polearm spy_special_3 melee_special_3 0 2 -ep3_forest_outcast_dealer 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_dealer.iff 0.9 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_outcast_dealer 1 commoner_10 commoner_10 0 2 -ep3_forest_outcast_informant 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_forest_outcast_informant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 quest.ep3.forest_outcast_barker,conversation.ep3_forest_outcast_informant 1 commoner_10 commoner_10 0 2 -ep3_forest_outcast_male_02 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_ep3_forest_outcast_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_sertild 1 commoner_10 commoner_10 0 2 -ep3_forest_rhiek 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_male_01.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_rhiek 1 commoner_10 commoner_10 0 2 -ep3_forest_risyl 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_forest_outcast_leader.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_risyl 1 commoner_10 commoner_10 0 2 -ep3_forest_sayormi_cyrans 34 0 0 0 0 ELITE dead_forest forest_sayormi faction_sayormi dressed_cyrans_unfeeling.iff 0.9 1 0 30 45 55 55 45 0 0 0 2 1 100 kashyyyk/sayormi_cyrans sayormi_cyrans col_round_purple_cut_gem_01 npc general_polearm medic_special_3 melee_3 9 9 yes -ep3_forest_sayormi_monk 32 0 0 0 0 NORMAL dead_forest forest_sayormi faction_sayormi ep3_forest_sayormi_monk 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/sayormi_monk sayormi_monk col_round_purple_cut_gem_01 npc general_unarmed medic_3 melee_3 24 24 yes -ep3_forest_sayormi_queen 33 0 0 0 0 ELITE dead_forest forest_sayormi faction_sayormi dressed_sayormi_queen.iff 0.9 1 0 30 45 55 55 45 0 0 0 2 1 100 kashyyyk/sayormi_queen sayormi_queen col_round_purple_cut_gem_01 npc general_sword medic_special_3 melee_3 12 3 yes -ep3_forest_sayormi_warrior 32 0 0 0 0 NORMAL dead_forest forest_sayormi faction_sayormi ep3_forest_sayormi_warrior 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/sayormi_warrior sayormi_warrior col_round_purple_cut_gem_01 npc general_sword medic_3 melee_3 24 24 yes -ep3_forest_sayormi_witch 32 0 0 0 0 NORMAL dead_forest forest_sayormi faction_sayormi ep3_forest_sayormi_witch 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/sayormi_witch sayormi_witch col_round_purple_cut_gem_01 npc general_sword medic_3 melee_3 24 24 yes -ep3_forest_shadevale_stalker 37 0 0 0 0 NORMAL dead_forest forest_snake crystal_snake.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley defaultProfile 1 100 kashyyyk/forest_snake forest_snake col_round_purple_cut_gem_01 carnivore snake_3 snake_3 24 24 1 yes -ep3_forest_shadevale_venomsting 37 0 0 0 0 NORMAL dead_forest forest_snake fanned_rawl.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_scaley defaultProfile 1 100 kashyyyk/forest_snake forest_snake col_round_purple_cut_gem_01 carnivore generic_creature_3 generic_creature_3 24 24 1 yes -ep3_forest_shoartu_mystic_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_shoartu_mystic_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_meust 1 commoner_10 commoner_10 0 2 -ep3_forest_shoartu_mystic_02 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_shoartu_mystic_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_athnalu 1 commoner_10 commoner_10 0 2 -ep3_forest_shoartu_mystic_03 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_shoartu_mystic_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_perusta 1 commoner_10 commoner_10 0 2 -ep3_forest_steelclaw 36 0 0 0 0 ELITE dead_forest forest_mouf faction_sayormi mouf.iff 1.3 1.5 0 35 60 0 80 80 80 0 0 2 1 90 meat_wild 60 hide_wooly 50 bone_mammal defaultProfile 1 100 kashyyyk/forest_steelhoof forest_steelhoof carnivore generic_creature_special_3 generic_creature_special_3 0 2 -ep3_forest_warchief 38 0 0 0 0 ELITE dead_forest forest_kerritamba forest_kerritamba dressed_ep3_forest_warchief.iff 1.2 1.3 0 30 45 55 55 45 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc wookiee_ranged wookiee_melee commando_special_3 melee_special_3 0 2 -ep3_forest_webweaver_bloodseeker 37 0 0 0 0 NORMAL dead_forest forest_webweaver webweaver.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver col_round_purple_cut_gem_01 carnivore generic_creature_3 generic_creature_3 24 2 1 -ep3_forest_webweaver_gravespinner 37 0 0 0 0 NORMAL dead_forest forest_webweaver webweaver.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver col_round_purple_cut_gem_01 carnivore generic_creature_3 generic_creature_3 24 2 1 -ep3_forest_webweaver_tombsinger 38 0 0 0 0 NORMAL dead_forest forest_webweaver webweaver.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver col_round_purple_cut_gem_01 carnivore generic_creature_3 generic_creature_3 24 2 1 -ep3_forest_wirartu 65 0 0 0 0 ELITE arena forest_kerritamba forest_kerritamba dressed_arena_champion.iff 1 1.3 0 90 100 65 100 100 100 75 80 2 1 80 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc theme_park.dungeon.myyydril.wirartu_attack wookiee_melee wookiee_ranged melee_special_6 commando_special_6 9 9 yes -ep3_forest_wookiee_spirit_healer_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wookiee_spirit_healer_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 structure.municipal.cloning_facility,terminal.insurance 1 commoner_10 commoner_10 0 2 -ep3_forgotten_creation 74 0 0 0 0 ELITE myyydril myyydril_urn ep3_forgotten_creation 1.1 1.3 0 35 60 0 80 80 80 0 0 2 0 0 defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 droid droid_special_6 droid_special_6 12 2 -ep3_general_grievous 90 0 0 0 0 BOSS myyydril myyydril_grievous ep3/general_grievous.iff 0.9 1.1 0 30 45 55 55 45 0 0 0 2 1 100 kashyyyk/myyydril_grievous myyydril_grievous 50 grievous android 100 100 snare_defense=300,root_defense=300 general_grievous jedi_dark_ranged droid_special_9 droid_special_9 9 9 1 instant -ep3_gursan_bryes 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_gursan_bryes.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_gursan_bryes 1 commoner_10 commoner_10 0 2 -ep3_harwakokok_mighty 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_harwakokok_mighty.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_harwakokok_zssik_05 1 commoner_10 commoner_10 0 2 -ep3_hracca_chiss_poacher_hunter 78 0 0 0 0 ELITE hracca chiss_poacher_etyyy hracca_chiss_poacher_hunter 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc thug slang imperial_rifle imperial_polearm bounty_hunter_special_6 melee_6 12 3 -ep3_hracca_kkorrwrot 86 0 0 0 0 BOSS hracca kkorrwrot kkorrwrot.iff 1.95 2 0 0 0 0 0 0 0 0 -1 1.8 1 18 meat_insect 21 hide_bristley defaultProfile 3 100 npc/boss_npc:boss_npc_71_80 housing_improvement_05,col_shattered_shard_02 carnivore 100 100 generic_creature_special_6 generic_creature_special_6 9 9 -ep3_hracca_noxious_bantha_kashyyyk 74 0 0 0 0 NORMAL hracca hracca_noxious_creature kashyyyk_bantha.iff 0.7 0.8 4 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 -ep3_hracca_noxious_kklyyytt 74 0 0 0 0 NORMAL hracca hracca_noxious_creature ep3_kklyyytt.iff 0.5 0.6 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_kkryytch kashyyyk_kkryytch col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 -ep3_hracca_noxious_mouf 75 0 0 0 0 NORMAL hracca hracca_noxious_creature mouf.iff 0.8 0.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 -ep3_hracca_noxious_pug_jumper 73 0 0 0 0 NORMAL hracca hracca_noxious_creature ep3_pug_jumper.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_leathery 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_pug_jumper kashyyyk_pug_jumper col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 -ep3_hracca_noxious_roroo 73 0 0 0 0 NORMAL hracca hracca_noxious_creature ep3_roroo.iff 0.4 0.7 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_roroo kashyyyk_roroo col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 -ep3_hracca_noxious_uller 76 0 0 0 0 NORMAL hracca hracca_noxious_creature uller.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 -ep3_hracca_noxious_walluga 78 0 0 0 0 NORMAL hracca hracca_noxious_creature walluga.iff 0.8 0.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga col_round_purple_cut_gem_01 carnivore elephant_5 elephant_5 24 2 -ep3_hssissk_bloodscale 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_hssissk_bloodscale.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_hssissk_zssik_06 1 commoner_10 commoner_10 0 2 -ep3_jyykle_vulture 18 0 0 0 0 NORMAL kachirho jyykle_vulture ep3_jyykle_vulture.iff 0.4 0.5 1 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_leathery 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_jyykle_vulture kashyyyk_jyykle_vulture carnivore generic_creature_1 generic_creature_1 0 24 -ep3_kachirho_bantha 22 0 0 0 0 NORMAL kachirho bantha_kashyyyk kashyyyk_bantha.iff 1.3 1.7 0 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_2 generic_creature_2 0 24 -ep3_kachirho_bantha_bull 30 0 0 0 0 NORMAL kachirho bantha_kashyyyk kashyyyk_bantha.iff 2 2.2 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_3 generic_creature_3 0 24 -ep3_kachirho_bantha_matriarch 24 0 0 0 0 NORMAL kachirho bantha_kashyyyk kashyyyk_bantha.iff 1.8 2 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_2 generic_creature_2 0 24 -ep3_kachirho_bolotaur 26 0 0 0 0 NORMAL kachirho bolotaur bolotaur.iff 1.8 2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_2 generic_creature_2 24 2 -ep3_kachirho_bolotaur_fleshripper 28 0 0 0 0 NORMAL kachirho bolotaur bolotaur.iff 1.9 2.2 2 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_2 generic_creature_2 24 24 -ep3_kachirho_bolotaur_sunbaked 30 0 0 0 0 NORMAL kachirho bolotaur bolotaur.iff 2 2.4 3 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_3 generic_creature_3 24 24 -ep3_kachirho_canopy_bandit 27 0 0 0 0 NORMAL kachirho canopy_bandit ep3_canopy_bandits 0.9 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc ai.thug thug slang 1 pirate_pistol pirate_sword smuggler_2 melee_2 24 24 -ep3_kachirho_canopy_boss 32 0 0 0 0 ELITE kachirho canopy_bandit ep3/ep3_canopy_boss.iff 1.3 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc ai.thug thug slang 1 pirate_carbine pirate_polearm smuggler_special_3 melee_special_3 12 3 yes -ep3_kachirho_canopy_cutthroat 28 0 0 0 0 NORMAL kachirho canopy_bandit ep3_canopy_bandits 0.9 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc ai.thug thug slang 1 pirate_carbine pirate_polearm smuggler_2 melee_2 24 24 -ep3_kachirho_canopy_reaper 30 0 0 0 0 NORMAL kachirho canopy_bandit ep3/ep3_canopy_reaper_01.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc ai.thug thug slang 1 pirate_rifle pirate_sword smuggler_3 melee_3 24 24 -ep3_kachirho_chatook 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_kachirho_chatook.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_missing_son 1 commoner_10 commoner_10 0 2 -ep3_kachirho_chiss_guard 25 0 0 0 0 NORMAL kachirho chiss_poacher_etyyy etyyy_chiss_poacher_defender 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc thug slang pirate_carbine_low_level pirate_sword smuggler_2 melee_2 24 24 -ep3_kachirho_chiss_villager 24 0 0 0 0 NORMAL kachirho chiss_poacher_etyyy etyyy_chiss_poacher 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc thug slang pirate_pistol_low_level pirate_sword commoner_10 commoner_10 24 24 -ep3_kachirho_uller 25 0 0 0 0 NORMAL kachirho uller_kachiro uller.iff 1.1 1.5 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_2 generic_creature_2 0 2 -ep3_kachirho_uller_packleader 27 0 0 0 0 NORMAL kachirho uller_kachiro uller.iff 1.3 1.7 4 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_2 generic_creature_2 0 24 -ep3_kachirho_uller_stoneclaw 27 0 0 0 0 ELITE kachirho uller_kachiro uller.iff 1.2 1.7 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 npc/elite_npc:elite_npc_31_40 kashyyyk_uller housing_improvement_01,col_dejarik_holomonster,col_dejarik_table carnivore generic_creature_2 generic_creature_2 0 24 -ep3_kachirho_varactyl 26 0 0 0 0 NORMAL kachirho kachirho_varactyl varactyl.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl carnivore generic_creature_2 generic_creature_2 24 24 -ep3_kachirho_varactyl_deathspine 28 0 0 0 0 NORMAL kachirho kachirho_varactyl varactyl.iff 1.3 1.7 5 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl carnivore generic_creature_2 generic_creature_2 24 24 -ep3_kachirho_varactyl_jaggedfang 55 0 0 0 0 BOSS kachirho kachirho_varactyl varactyl.iff 1.9 1.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 3 100 npc/boss_npc:boss_npc_71_80 kashyyyk_varactyl housing_improvement_03,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 9 yes -ep3_kachirho_varactyl_preystalker 30 0 0 0 0 NORMAL kachirho kachirho_varactyl varactyl.iff 1.1 1.5 2 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl carnivore generic_creature_3 generic_creature_3 24 24 -ep3_kachirho_walluga 27 0 0 0 0 NORMAL kachirho walluga walluga.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_2 elephant_2 24 24 -ep3_kachirho_walluga_bonecrusher 27 0 0 0 0 NORMAL kachirho walluga walluga.iff 1.5 1.5 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_2 elephant_2 24 24 -ep3_kachirho_walluga_stoneskin 27 0 0 0 0 NORMAL kachirho walluga walluga.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_2 elephant_2 24 24 -ep3_kachirho_wke_bloodsample 24 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_wke_civilian_01.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc 1 quest.task.ground.retrieve_item_on_item thug slang commoner_2 commoner_2 0 2 -ep3_kachirho_wke_healthy 24 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_wke_civilian_05.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc 1 quest.task.ground.retrieve_item_on_item thug slang commoner_2 commoner_2 0 2 -ep3_kklyyytt 17 0 0 0 0 NORMAL kachirho kklyyytt ep3_kklyyytt.iff 0.5 0.6 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_kkryytch kashyyyk_kkryytch carnivore generic_creature_1 generic_creature_1 0 2 -ep3_kymayrr 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_kymayrr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kymayrr 1 commoner_10 commoner_10 0 2 -ep3_lesnorr 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_lesnorr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_lesnorr 1 commoner_10 commoner_10 0 2 -ep3_lobarorr 60 0 0 0 0 ELITE kashyyyk kashyyyk ep3/ep3_kachirho_lobarorr.iff 1.3 1.3 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_51_60 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc thug slang lobarorr_melee melee_special_6 melee_special_6 12 2 yes -ep3_marium_valmont 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_marium_valmont.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_avatar_return 1 commoner_10 commoner_10 0 2 -ep3_mining_captain_koh 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_mining_captain_koh.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_mining_captain_koh 1 commoner_10 commoner_10 0 2 -ep3_mining_flash_harrison 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_mining_flash_harrison.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_mining_flash_harrison 1 commoner_10 commoner_10 0 2 -ep3_mining_thom_steele 100 0 0 0 0 NORMAL talus civilian ep3/ep3_mining_thom_steele.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_mining_thom_steele commoner_10 commoner_10 0 2 -ep3_mount_bolotaur 10 0 0 0 0 NORMAL global bolotaur_mount bolotaur.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile creature/creature_1_10 carnivore generic_creature_1 generic_creature_1 0 2 -ep3_mount_kashyyyk_bantha 10 0 0 0 0 NORMAL global kashyyyk_bantha_mount kashyyyk_bantha.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile creature/creature_1_10 0.05 lowAttackAbilityWeak carnivore generic_creature_1 generic_creature_1 0 2 -ep3_mount_varactyl 10 0 0 0 0 NORMAL global varactyl_mount varactyl.iff 0.8 0.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile creature/creature_1_10 0.05 lowAttackAbilityWeak carnivore generic_creature_1 generic_creature_1 0 2 -ep3_mssikss 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_mssikss.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_mssikss 1 commoner_10 commoner_10 0 2 -ep3_musolium 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_musolium.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_mosolium_zssik_03 1 commoner_10 commoner_10 0 2 -ep3_myydril_refugee 100 0 0 0 0 NORMAL myyydril myyydril ep3_myydril_refugee 0.8 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_attiera 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_attiera.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_attiera 1 commoner_10 commoner_10 0 2 -ep3_myyydril_chasuli 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_chasuli.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_villager_1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_compactor 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_compactor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_compactor 1 commoner_10 commoner_10 0 2 -ep3_myyydril_deathswarm 36 0 0 0 0 ELITE myyydril myyydril_beetle uwari_beetle_aggro.iff 1.5 1.6 0 0 0 0 0 0 0 0 -1 2 1 30 meat_insect 45 hide_scaley defaultProfile 1 100 kashyyyk/myyydril_deathswarm myyydril_deathswarm col_round_purple_cut_gem_01 carnivore generic_creature_special_3 generic_creature_special_3 9 2 yes -ep3_myyydril_erriya 64 0 0 0 0 ELITE myyydril myyydril_urn dressed_myyydril_lost_erriya.iff 1 1.5 4 90 100 65 100 100 100 75 80 2 1 80 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02,col_round_purple_cut_gem_01 npc geonosian_carbine general_sword bounty_hunter_special_6 melee_special_6 0 2 -ep3_myyydril_farmer 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_farmer 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_greeter_guard 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_greeter_guard.iff 1.1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_guard_1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_guard 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_guard 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_herder 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_herder 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_isdan 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_isdan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_isdan 1 commoner_10 commoner_10 0 2 -ep3_myyydril_ivesa 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_ivesa.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_villager_3 1 commoner_10 commoner_10 0 2 -ep3_myyydril_kallaarac 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_chief.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_chief 1 commoner_10 commoner_10 0 2 -ep3_myyydril_kiaanta 100 0 0 0 0 NORMAL myyydril myyydril dressed_patrol_member_02.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_kinesworthy 100 0 0 0 0 NORMAL myyydril myyydril dressed_doctor_kinesworthy.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_kinesworthy 1 commoner_10 commoner_10 0 2 -ep3_myyydril_kirrir 100 0 0 0 0 NORMAL myyydril myyydril dressed_cantina_girl.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_cantina_girl 1 commoner_10 commoner_10 0 2 -ep3_myyydril_kivvaaa 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_patrol_leader.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_patrol_leader 1 commoner_10 commoner_10 0 2 -ep3_myyydril_lorn 100 0 0 0 0 NORMAL myyydril myyydril dressed_treun_lorn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_lorn 1 commoner_10 commoner_10 0 2 -ep3_myyydril_lorn_servant 100 0 0 0 0 NORMAL myyydril myyydril_grievous battle_droid.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_lorn_servant 1 commoner_10 commoner_10 0 2 -ep3_myyydril_lost 63 0 0 0 0 ELITE myyydril myyydril_urn ep3_myyydril_sick 1 1.5 4 90 100 65 100 100 100 75 80 2 1 80 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc geonosian_pistol general_sword commoner_6 melee_6 0 2 -ep3_myyydril_miner 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_miner 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_mystic 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_mystic.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_mystic_1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_nawika 100 0 0 0 0 NORMAL myyydril myyydril dressed_cantina_patron.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_patron_1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_nk3 87 0 0 0 0 ELITE myyydril myyydril_grievous ep3_myyydril_nk3.iff 1.2 1.5 0 30 45 55 55 45 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android warden_tosk droid_special_6 droid_special_6 9 9 1 instant -ep3_myyydril_old_warris 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_old_warris.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_villager_4 1 commoner_10 commoner_10 0 2 -ep3_myyydril_pers 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_pers.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_pers 1 commoner_10 commoner_10 0 2 -ep3_myyydril_rensalla 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_refugee_f_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_refugee 1 commoner_10 commoner_10 0 2 -ep3_myyydril_serileo 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_serileo.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_villager_2 1 commoner_10 commoner_10 0 2 -ep3_myyydril_sick 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_sick 1.2 1.3 0 0 0 0 0 0 0 0 0 2 creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 monster 1 commoner_10 commoner_10 0 2 -ep3_myyydril_talaoree 100 0 0 0 0 NORMAL myyydril myyydril dressed_patrol_member_01.iff 1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_patrol_1 1 commoner_10 commoner_10 0 2 -ep3_myyydril_treesh 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_treesh.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_weaponsmith 1 commoner_10 commoner_10 0 2 -ep3_myyydril_uwari_aggro 34 0 0 0 0 NORMAL myyydril myyydril_beetle uwari_beetle_aggro.iff 1 1.3 0 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 15 hide_scaley defaultProfile kashyyyk/uwari uwari 0.05 carnivore generic_creature_3 generic_creature_3 24 2 -ep3_myyydril_uwari_domestic 100 0 0 0 0 NORMAL myyydril myyydril uwari_beetle_domestic.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 0.05 herbivore 1 1 generic_creature_10 generic_creature_10 0 2 1 -ep3_myyydril_yraka 100 0 0 0 0 NORMAL myyydril myyydril dressed_yraka_nes.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_yraka_nes 1 commoner_10 commoner_10 0 2 -ep3_npc_arcona_addict 100 0 0 0 0 NORMAL etyyy etyyy_arcona etyyy_arcona_addict 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -ep3_npc_ceremonial_captain 34 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_wke_cerimonial_captain.iff 1.6 1.6 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc thug slang wookiee_melee wookiee_ranged melee_special_3 officer_special_3 0 3 -ep3_npc_ceremonial_guard 32 0 0 0 0 NORMAL kachirho kashyyyk ep3_cerimonial_guards 1.4 1.5 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang wookiee_melee wookiee_ranged melee_3 officer_3 0 24 -ep3_npc_dead_guard 32 0 0 0 0 NORMAL kachirho kashyyyk ep3_dead_guard 1.4 1.5 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang wookiee_melee wookiee_ranged melee_3 officer_3 0 24 -ep3_npc_rodian_eharttclan 100 0 0 0 0 NORMAL etyyy etyyy_rodian_ehartt etyyy_rodian_eharttclan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -ep3_npc_rodian_lesser_hunter 100 0 0 0 0 NORMAL etyyy etyyy_rodian_sordaan etyyy_rodian_lesser_hunter 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -ep3_npc_rodian_sordaanclan 100 0 0 0 0 NORMAL etyyy etyyy_rodian_sordaan etyyy_rodian_sordaanclan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -ep3_npc_rodian_trippclan 100 0 0 0 0 NORMAL etyyy etyyy_rodian_tripp etyyy_rodian_trippclan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -ep3_npc_rodian_zivenclan 100 0 0 0 0 NORMAL etyyy etyyy_rodian_ziven etyyy_rodian_zivenclan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -ep3_npc_trandoshan_slavers 27 0 0 0 0 NORMAL kachirho hsskor hsskor ep3_trandoshan_slavers 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc thug slang pirate_carbine pirate_sword smuggler_2 melee_2 0 24 -ep3_npc_wookiee_battleleader 32 0 0 0 0 NORMAL kachirho kashyyyk_resistance kashyyyk_resistance ep3_wke_battleleader 1.4 1.6 0 0 0 0 0 0 0 0 -1 2 1 100 kashyyyk/wke_resistance_leader wke_resistance_leader npc thug slang wookiee_ranged wookiee_melee smuggler_special_3 melee_special_3 3 3 -ep3_npc_wookiee_commando 30 0 0 0 0 NORMAL kachirho kashyyyk_resistance kashyyyk_resistance ep3_wke_commandos 1.2 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 kashyyyk/wke_resistance_commando wke_resistance_commando npc thug slang commando_ranged wookiee_melee smuggler_3 melee_3 24 24 -ep3_npc_wookiee_forest_stalker 28 0 0 0 0 NORMAL kachirho kashyyyk_resistance kashyyyk_resistance ep3_wke_stalkers 1.1 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 kashyyyk/wke_resistance wke_resistance npc thug slang wookiee_ranged wookiee_melee smuggler_2 melee_2 24 24 -ep3_npc_wookiee_freedom_fighters 27 0 0 0 0 NORMAL kachirho kashyyyk_resistance kashyyyk_resistance ep3_wke_freedom_fighter 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 kashyyyk/wke_resistance wke_resistance npc thug slang wookiee_ranged wookiee_melee smuggler_2 melee_2 24 24 -ep3_olima_grunc 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_olima_grunc.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_olima_grunc 1 commoner_10 commoner_10 0 2 -ep3_omwaan 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_omwaan.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_omwaan 1 commoner_10 commoner_10 0 2 -ep3_orooroo_betrayer 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_orooroo_betrayer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_orooroo_zssik_04 1 commoner_10 commoner_10 0 2 -ep3_ortha_ledox 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_ortha_ledox.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_varactyl_hunter 1 commoner_10 commoner_10 0 2 -ep3_pirus_gue 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_pirus_gue.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_varactyl_egg 1 commoner_10 commoner_10 0 2 -ep3_pressk 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_pressk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trando_pressk 1 commoner_10 commoner_10 0 2 -ep3_pug_jumper 17 0 0 0 0 NORMAL kachirho pug_jumper ep3_pug_jumper.iff 0.98 1 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_leathery 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_pug_jumper kashyyyk_pug_jumper carnivore generic_creature_1 generic_creature_1 0 2 -ep3_qst_anguished_wookiee 25 0 0 0 0 NORMAL kachirho mad_wookiee ep3_anguished_wookiee 1.1 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc commoner_2 commoner_2 24 24 -ep3_qst_forlorn_wookiee 23 0 0 0 0 NORMAL kachirho mad_wookiee ep3_forlorn_wookiee 1.1 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc commoner_2 commoner_2 24 24 -ep3_qst_jessk 32 0 0 0 0 NORMAL tatooine mercenary ep3/ep3_jessk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_sword smuggler_3 melee_3 0 2 -ep3_qst_mad_wookiee 24 0 0 0 0 NORMAL kachirho mad_wookiee ep3_mad_wookiee 1.1 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc commoner_2 commoner_2 24 24 -ep3_qst_myssith 38 0 0 0 0 NORMAL dead_forest hsskor ep3/ep3_myssith.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang imperial_carbine imperial_polearm officer_special_3 melee_special_3 3 3 -ep3_qst_reward_varactyl 65 0 0 0 0 NORMAL kashyyyk kachirho_varactyl varactyl.iff 0.9 1.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl 0.05 medAbilitySpeedStrong carnivore generic_creature_6 generic_creature_6 0 2 -ep3_qst_slavemaster_klesk 50 0 0 0 0 NORMAL etyyy hsskor ep3/ep3_slavemaster_klesk.iff 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc thug slang imperial_carbine imperial_polearm officer_special_3 melee_special_3 3 3 -ep3_qst_wookiee_captive 20 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 col_square_green_cut_gem_01 npc thug slang commoner_2 commoner_2 0 2 -ep3_qst_wookiee_civilians 24 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 col_square_green_cut_gem_01 npc thug slang commoner_2 commoner_2 0 2 -ep3_qst_wookiee_escaped 55 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01,col_square_green_cut_gem_01 npc thug slang commoner_5 commoner_5 24 24 -ep3_qst_wookiee_guard 27 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_guards 1.3 1.5 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 col_square_green_cut_gem_01 npc thug slang wookiee_ranged wookiee_melee commando_2 melee_2 24 24 -ep3_qst_wookiee_tagged 34 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang commoner_3 commoner_3 24 24 -ep3_qst_wrhisch 25 0 0 0 0 NORMAL kachirho mad_wookiee ep3/ep3_wrhisch.iff 1.4 1.4 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_21_30 col_dejarik_holomonster,col_dejarik_table npc commoner_2 commoner_2 3 3 yes -ep3_rawarok 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rawarok.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_rawarok 1 commoner_10 commoner_10 0 2 -ep3_reely_sugg 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_reely_sugg.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_reely_sugg 1 commoner_10 commoner_10 0 2 -ep3_researcher_corpse_f 15 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dead_researcher_01.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc quest.task.ground.retrieve_item_on_item thug slang commoner_1 commoner_1 0 2 -ep3_researcher_corpse_m 15 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dead_researcher_02.iff 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc thug slang commoner_1 commoner_1 0 2 -ep3_rodian_corpse 15 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_kach_dead_rodian_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc quest.task.ground.retrieve_item_on_item thug slang commoner_1 commoner_1 0 2 -ep3_roroo 18 0 0 0 0 NORMAL kachirho roroo ep3_roroo.iff 0.4 0.7 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_roroo kashyyyk_roroo carnivore generic_creature_1 generic_creature_1 0 2 -ep3_rroot 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rroot.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rroot 1 commoner_10 commoner_10 0 2 -ep3_rroow 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_rroow.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rroow 1 commoner_10 commoner_10 0 2 -ep3_rryatt_abandoned_battle_droid 80 1 0 0 0 ELITE rryatt_trail rryatt_abandoned_droid rryatt_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 android battledroid droid_special_6 droid_special_6 3 3 -ep3_rryatt_abandoned_droideka 81 1 0 0 0 ELITE rryatt_trail rryatt_abandoned_droid rryatt_droideka 0 40 55 10 25 25 -1 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 droid object/weapon/ranged/droid/droid_droideka_ranged.iff none droid_special_6 droid_special_6 3 3 -ep3_rryatt_abandoned_super_battle_droid 82 1 0 0 0 ELITE rryatt_trail rryatt_abandoned_droid rryatt_super_battle_droid 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 droid droid_special_6 droid_special_6 3 3 -ep3_rryatt_achonnko 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_achonnko.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_rryatt_bolotaur_bonegouged 52 0 0 0 0 NORMAL rryatt_trail bolotaur bolotaur.iff 1.3 1.65 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_5 generic_creature_5 0 24 1 -ep3_rryatt_bolotaur_darkgnasher 52 0 0 0 0 NORMAL rryatt_trail bolotaur bolotaur.iff 1.5 1.8 4 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_5 generic_creature_5 0 24 1 -ep3_rryatt_carl_mosik 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_carl_mosik.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_carl_mosik 1 commoner_10 commoner_10 0 2 -ep3_rryatt_crazed_jedi 60 0 0 0 0 ELITE rryatt_trail rryatt_crazed_jedi ep3/ep3_rryatt_crazed_jedi.iff 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_npc_51_60 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc jedi_light jedi_light_ranged jedi_special_6 jedi_special_6 3 2 -ep3_rryatt_deep_woods_poacher 65 0 0 0 0 NORMAL rryatt_trail deep_woods_poacher rryatt_deep_woods_poacher 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc thug slang imperial_rifle imperial_polearm smuggler_6 melee_6 24 24 -ep3_rryatt_feral_wookiee 79 0 0 0 0 NORMAL rryatt_trail feral_wookiee_rryatt rryatt_feral_wookiee 1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc thug slang commoner_7 commoner_7 24 24 -ep3_rryatt_gotal_hunter 80 1 0 0 0 NORMAL rryatt_trail gotal_hunter_rryatt rryatt_gotal_hunter 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc thug slang imperial_rifle imperial_polearm bounty_hunter_special_6 melee_special_6 3 3 -ep3_rryatt_gotal_hunter_champion 82 1 0 0 0 NORMAL rryatt_trail gotal_hunter_rryatt rryatt_gotal_hunter_champion 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc thug slang imperial_carbine imperial_polearm bounty_hunter_special_6 melee_special_6 3 3 -ep3_rryatt_gotal_hunter_leader 83 1 0 0 0 NORMAL rryatt_trail gotal_hunter_rryatt rryatt_gotal_hunter_leader 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc thug slang imperial_rifle imperial_polearm bounty_hunter_special_6 melee_special_6 3 3 -ep3_rryatt_gotal_hunter_trapper 81 1 0 0 0 NORMAL rryatt_trail gotal_hunter_rryatt rryatt_gotal_hunter_trapper 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc thug slang imperial_rifle imperial_polearm bounty_hunter_special_6 melee_special_6 3 3 -ep3_rryatt_katarn 87 0 0 0 0 BOSS rryatt_trail katarn katarn.iff 3 3.1 0 0 0 0 0 0 0 0 -1 1.8 1 18 meat_carnivore 21 hide_leathery 23 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_71_80 housing_improvement_05,col_shattered_shard_02 carnivore 100 100 generic_creature_special_6 generic_creature_special_6 12 12 -ep3_rryatt_krepauk 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_krepauk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rryatt_krepauk 1 commoner_10 commoner_10 0 2 -ep3_rryatt_lost_rodian_hunter_deranged 64 0 0 0 0 NORMAL rryatt_trail lost_rodian_hunter rryatt_lost_rodian_hunter_deranged 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc thug slang pirate_pistol pirate_sword bounty_hunter_6 melee_6 24 24 -ep3_rryatt_lost_rodian_hunter_frantic 65 0 0 0 0 NORMAL rryatt_trail lost_rodian_hunter rryatt_lost_rodian_hunter_frantic 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc thug slang pirate_pistol pirate_sword bounty_hunter_6 melee_6 24 24 -ep3_rryatt_lost_rodian_hunter_maddened 66 0 0 0 0 NORMAL rryatt_trail lost_rodian_hunter rryatt_lost_rodian_hunter_maddened 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc thug slang pirate_pistol pirate_sword bounty_hunter_6 melee_6 24 24 -ep3_rryatt_minstyngar_breeder 63 0 0 0 0 NORMAL rryatt_trail minstyngar minstyngar.iff 0.9 1.1 2 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_6 generic_creature_6 24 24 1 -ep3_rryatt_minstyngar_elite_bloodspiller 80 1 0 0 0 ELITE rryatt_trail minstyngar_elite minstyngar.iff 1 1.1 2 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 npc/elite_npc:elite_npc_71_80 kashyyyk_minstyngar housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 -ep3_rryatt_minstyngar_elite_bonecrusher 81 1 0 0 0 ELITE rryatt_trail minstyngar_elite minstyngar.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 -ep3_rryatt_minstyngar_elite_deathcaller 82 1 0 0 0 ELITE rryatt_trail minstyngar_elite minstyngar.iff 1.1 1.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 -ep3_rryatt_minstyngar_lvl3_boss 64 0 0 0 0 BOSS rryatt_trail minstyngar minstyngar.iff 1.2 1.3 1 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar 50 minstyngar_boss carnivore generic_creature_special_6 generic_creature_special_6 9 9 1 -ep3_rryatt_minstyngar_preyfinder 62 0 0 0 0 NORMAL rryatt_trail minstyngar minstyngar.iff 0.85 0.9 4 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_6 generic_creature_6 24 24 1 -ep3_rryatt_minstyngar_thrasher 64 0 0 0 0 NORMAL rryatt_trail minstyngar minstyngar.iff 0.85 0.9 1 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_6 generic_creature_6 24 24 1 -ep3_rryatt_mouf_bloodclaw 56 0 0 0 0 NORMAL rryatt_trail mouf_etyyy mouf.iff 0.9 0.99 3 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_5 generic_creature_5 24 24 -ep3_rryatt_mouf_bloodclaw_boss 56 0 0 0 0 BOSS rryatt_trail mouf_etyyy mouf.iff 1.2 1.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 npc/boss_npc:boss_npc_71_80 kashyyyk_mouf housing_improvement_03,col_shattered_shard_04 50 mouf_boss carnivore generic_creature_special_3 generic_creature_special_3 9 9 -ep3_rryatt_mouf_bloodclaw_elite 56 0 0 0 0 ELITE rryatt_trail mouf_etyyy mouf.iff 1 1.2 3 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_special_3 generic_creature_special_3 3 3 -ep3_rryatt_negal_teklon 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_negal_teklon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_negal_teklon 1 commoner_10 commoner_10 0 2 -ep3_rryatt_nestling 82 0 0 0 0 NORMAL rryatt_trail katarn katarn.iff 0.85 0.9 0 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_mammal defaultProfile 1 80 creature/elite_creature:elite_creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 generic_creature_special_6 generic_creature_special_6 3 3 -ep3_rryatt_qst_minstyngar 82 1 0 0 0 NORMAL rryatt_trail minstyngar_elite minstyngar.iff 2.5 2.5 3 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_special_6 generic_creature_special_6 3 3 yes -ep3_rryatt_trail_guide_f_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guild_f_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_rryatt_trail_guide_f_02 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guild_f_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_rryatt_trail_guide_f_03 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guild_f_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_rryatt_trail_guide_f_04 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guild_f_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_rryatt_trail_guide_m_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guide_m_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_rryatt_trail_guide_m_02 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guide_m_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_rryatt_trail_guide_m_03 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guide_m_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_rryatt_trail_guide_m_04 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guide_m_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 -ep3_rryatt_tressk 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_tressk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rryatt_tressk 1 commoner_10 commoner_10 0 2 -ep3_rryatt_vritol 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_vritol.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rryatt_vritol 1 commoner_10 commoner_10 0 2 -ep3_rryatt_walluga_smasher 54 0 0 0 0 NORMAL rryatt_trail walluga_smasher walluga.iff 0.8 0.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_3 elephant_3 24 24 -ep3_rryatt_walluga_smasher_boss 54 0 0 0 0 BOSS rryatt_trail walluga_smasher walluga.iff 1.5 1.6 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 npc/boss_npc:boss_npc_71_80 kashyyyk_walluga housing_improvement_03,col_shattered_shard_04 50 walluga_boss carnivore elephant_3 elephant_3 9 9 -ep3_rryatt_walluga_smasher_elite 54 0 0 0 0 ELITE rryatt_trail walluga_smasher walluga.iff 1.1 1.2 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_3 elephant_3 3 3 -ep3_rryatt_webweaver_darkstalker 77 0 0 0 0 NORMAL rryatt_trail webweaver_rryatt webweaver.iff 0.85 1 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 -ep3_rryatt_webweaver_shadowravager 78 0 0 0 0 NORMAL rryatt_trail webweaver_rryatt webweaver.iff 0.9 1.1 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 -ep3_rryatt_webweaver_trailphantom 79 0 0 0 0 NORMAL rryatt_trail webweaver_rryatt webweaver.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 -ep3_rryatt_zhailaut 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_zhailaut.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_zhailaut 1 commoner_10 commoner_10 0 2 -ep3_sathog 20 0 0 0 0 NORMAL kachirho sathog ep3_sathog.iff 0.7 1 1 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_sathog kashyyyk_sathog carnivore generic_creature_2 generic_creature_2 24 24 -ep3_seljin_kuric 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_seljin_kuric.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_seljin_kuric 1 commoner_10 commoner_10 0 2 -ep3_sera_jossi 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_sera_jossi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_sera_jossi 1 commoner_10 commoner_10 0 2 -ep3_slaver_blackscale_assault 82 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_assault 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc thug slang melee_special_6 melee_special_6 12 9 yes -ep3_slaver_blackscale_captain_beshk 84 0 0 0 0 BOSS slave_camp blackscale ep3/ep3_blackscale_captain_beshk.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 18 blackscale npc thug slang captain_beshk melee_special_6 melee_special_6 9 9 yes -ep3_slaver_blackscale_enforcer 81 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_enforcer 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc thug slang imperial_polearm imperial_rifle melee_special_6 smuggler_special_6 12 9 yes -ep3_slaver_blackscale_enforcer_rryatt 66 0 0 0 0 NORMAL slave_camp blackscale ep3_blackscale_enforcer 0.9 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 blackscale npc thug slang imperial_polearm imperial_carbine melee_6 smuggler_6 24 24 yes -ep3_slaver_blackscale_guard 80 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_guard 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 blackscale npc thug slang imperial_pistol imperial_carbine smuggler_special_6 smuggler_special_6 12 9 yes -ep3_slaver_blackscale_guard_rryatt 64 0 0 0 0 NORMAL slave_camp blackscale ep3_blackscale_guard 0.9 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 blackscale npc thug slang imperial_pistol imperial_carbine smuggler_6 smuggler_6 24 24 yes -ep3_slaver_blackscale_kamurith 81 0 0 0 0 ELITE slave_camp blackscale voritor_lizard_hue.iff 0.9 0.9 2 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale carnivore lizard_5 lizard_5 12 9 yes -ep3_slaver_blackscale_kamurith_ysskir 81 0 0 0 0 BOSS slave_camp blackscale voritor_lizard_hue.iff 1 1.5 2 25 0 0 0 0 0 20 20 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile npc/boss_npc:boss_npc_71_80 housing_improvement_05,col_shattered_shard_02 50 blackscale_ysskir carnivore 25 25 lizard_5 lizard_5 9 9 yes -ep3_slaver_blackscale_trooper 83 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_trooper 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc 1 thug slang imperial_carbine imperial_sword smuggler_special_6 melee_special_6 12 9 yes -ep3_slaver_blackscale_warden_tosk 86 0 0 0 0 BOSS slave_camp blackscale ep3/ep3_blackscale_warden_tosk.iff 1.4 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 18 blackscale npc thug slang warden_tosk imperial_sword smuggler_special_6 melee_special_6 9 9 yes -ep3_slaver_blackscale_wookiee_berserker 84 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_berserker 1 1.3 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc 100 thug slang melee_special_6 melee_special_6 12 9 yes -ep3_slaver_broodmaster_hsskas 85 0 0 0 0 BOSS slave_camp blackscale ep3/ep3_broodmaster_hsskas.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 1.9 2 100 npc/boss_npc:boss_npc_71_80 housing_improvement_05,col_shattered_shard_02 18 blackscale npc 100 100 1 broodmaster_hsskas imperial_carbine smuggler_special_6 melee_special_6 9 9 yes -ep3_slaver_controlled_webweaver 82 0 0 0 0 ELITE slave_camp blackscale webweaver.iff 0.9 0.9 2 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile 1 80 creature/elite_creature:elite_creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 blackscale carnivore generic_creature_special_6 generic_creature_special_6 12 9 yes -ep3_slaver_keeper_grigova 82 0 0 0 0 BOSS slave_camp blackscale ep3/ep3_keeper_grigova.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc 1 general_polearm general_pistol melee_special_6 smuggler_special_6 9 9 yes -ep3_slaver_selindrolich 82 0 0 0 0 BOSS slave_camp blackscale minstyngar.iff 2.2 2.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 80 creature/elite_creature:elite_creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 blackscale carnivore 100 100 generic_creature_special_6 generic_creature_special_6 9 9 yes -ep3_ssiksik 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_ssiksik.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_ssiksik 1 commoner_10 commoner_10 0 2 -ep3_stren_colo 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_stren_colo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_stren_colo 1 commoner_10 commoner_10 0 2 -ep3_takook 15 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_kachirho_takook.iff 1.3 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc thug slang commoner_1 commoner_1 0 2 -ep3_tempal_buncho 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_tempal_buncho.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_tempal_buncho 1 commoner_10 commoner_10 0 2 -ep3_tien_wallub 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_tien_wallub.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_tien_wallub 1 commoner_10 commoner_10 0 2 -ep3_trandoshan_slavermaster 29 0 0 0 0 NORMAL kachirho hsskor hsskor ep3_trandoshan_slavermaster 1.2 1.5 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 col_dejarik_holomonster,col_dejarik_table npc thug slang general_sword general_pistol melee_2 smuggler_2 0 3 -ep3_unluto_bartender 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_unluto_bartender.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_unluto_bartender 1 commoner_10 commoner_10 0 2 -ep3_urnsoris_assassin 78 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_assassin.iff 1.3 1.4 0 35 60 0 80 80 80 0 0 2 1 80 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 -ep3_urnsoris_eviscerater 77 0 0 0 0 ELITE myyydril myyydril_urn urnsoris.iff 1.6 1.8 0 35 60 0 80 80 80 0 0 2 1 80 meat_carnivore defaultProfile 1 100 kashyyyk/myyydril_eviserator myyydril_eviserator col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 -ep3_urnsoris_handmaiden 79 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_handmaiden.iff 1.5 1.5 0 35 60 0 80 80 80 0 0 2 1 100 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 -ep3_urnsoris_nefarious 79 0 0 0 0 ELITE myyydril myyydril_urn urnsoris.iff 1.6 1.8 0 35 60 0 80 80 80 0 0 2 1 80 meat_carnivore defaultProfile 1 100 kashyyyk/myyydril_nefarious myyydril_nefarious col_round_purple_cut_gem_01 0.05 carnivore 100 100 generic_creature_special_6 generic_creature_special_6 4 4 -ep3_urnsoris_nurse 75 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_nurse.iff 0.9 1 0 35 60 0 80 80 80 0 0 2 1 30 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 -ep3_urnsoris_queen 81 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_queen.iff 1.7 1.9 0 35 60 0 80 80 80 0 0 2 1 200 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore 100 generic_creature_special_6 generic_creature_special_6 4 4 -ep3_urnsoris_royal_guards 80 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_guard.iff 1.4 1.5 0 35 60 0 80 80 80 0 0 2 1 90 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore 100 generic_creature_special_6 generic_creature_special_6 4 4 -ep3_urnsoris_soldier 76 0 0 0 0 ELITE myyydril myyydril_urn urnsoris.iff 1.1 1.2 0 35 60 0 80 80 80 0 0 2 1 50 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 -ep3_urnsoris_worker 78 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_worker.iff 1.1 1.2 0 35 60 0 80 80 80 0 0 2 1 50 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 -ep3_urnsoris_young 75 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_young.iff 0.5 0.5 0 35 60 0 80 80 80 0 0 2 1 20 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 -ep3_wke_merchant_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wke_merchant_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 -ep3_wke_merchant_03 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wke_merchant_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 -ep3_wke_merchant_04 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wke_merchant_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 -ep3_wke_vryyyr 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wke_vryyyr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_vryyyr 1 commoner_10 commoner_10 0 2 -ep3_yosena_tule 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_yosena_tule.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_yosena_tule 1 commoner_10 commoner_10 0 2 -ep3_ysith 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_ysith.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_ysith 1 commoner_10 commoner_10 0 2 -ep3_zhailaut 100 0 0 0 0 NORMAL rryatt_trail kashyyyk ep3/ep3_zhailaut.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_zhailaut 1 commoner_10 commoner_10 0 2 -ephant_mon 100 0 0 0 0 NORMAL jabba jabba ephant_mon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.celebrity.ephant_mon commoner_10 commoner_10 0 2 -erran_sif 67 0 0 0 0 NORMAL Talus sif sif dressed_erran_sif.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 sif npc thug slang rebel_pistol rebel_carbine commoner_6 commoner_6 6 6 1 instant -erratic_swirl_prong 60 0 0 0 0 NORMAL endor swirl_prong swirl_prong_hue.iff 1 1 2 25 35 0 50 50 -1 -1 -1 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/erratic_swirl_prong_loot generic_creature_6 0.1 medAttackAbilityWeak herbivore goat_4 goat_4 0 12 1 -escaped_nightsister_slave 71 2 -1 0 0 NORMAL dathomir escaped_slave commoner_male 0 35 35 0 -1 -1 -1 -1 0 2 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc commoner_7 commoner_7 12 12 -escaped_singing_mtn_clan_slave 71 1 -1 0 0 NORMAL dathomir escaped_slave commoner_male 0 25 20 0 -1 0 -1 -1 0 2 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc commoner_7 commoner_7 12 12 -ev_9d9 2 0 0 0 0 NORMAL anywhere ev_9d9 ev_9d9.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 conversation.legacy_head_ev9d9 0 2 -evil_hermit 2 0 0 0 0 NORMAL tatooine evil commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_pistol rebel_carbine 4 4 -evil_nomad 4 0 0 0 0 NORMAL tatooine evil commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_carbine rebel_unarmed 4 4 -evil_settler 1 0 0 0 0 NORMAL tatooine evil commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_pistol rebel_carbine 4 4 -ewok_outcast 72 0 0 0 0 NORMAL endor ewok_outcast species_choices_ewok 0 25 0 0 60 60 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ewok_ranged ewok_melee spy_7 melee_7 12 12 -ewok_outcast_raider 73 3 -3 0 0 NORMAL endor ewok_outcast species_choices_ewok 0 25 0 0 60 60 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 -explorer 4 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_carbine rebel_pistol 0 2 -eye_of_solitude 35 0 0 0 0 NORMAL corellia solitude Rebel criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_pistol rebel_unarmed commando_3 melee_3 0 2 -fallen_guard 31 4 -4 0 0 ELITE global thug thug blood_razor_pirate 0 45 45 0 0 -1 0 0 -1 2 npc/elite_npc_31_40 col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes -fallen_officer 32 6 -6 0 0 ELITE global thug thug blood_razor_pirate 0 50 50 0 0 -1 0 0 -1 2 npc/elite_npc_31_41 col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes -fallen_padawan 35 0 0 0 0 ELITE global dark_jedi jedi_padawan 0 30 30 30 30 30 30 30 30 2 1 80 npc/npc_31_40:force_dark col_aurebesh_tiles,col_shattered_shard_01 18 dark_jedi npc jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 24 24 1 yes -falumpaset 15 0 0 0 0 NORMAL naboo falumpaset falumpaset_hue.iff 0.8 1.2 1 15 0 25 -1 -1 -1 25 -1 2 1 milk_wild 230 meat_herbivore 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak herbivore camel_1 camel_1 0 2 1 -falumpaset_plodding 10 0 0 0 0 NORMAL naboo falumpaset_plodding falumpaset_hue.iff 0.7 0.8 1 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 230 meat_domesticated 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.12 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_1 camel_1 0 2 1 -fambaa 22 0 0 0 0 NORMAL naboo fambaa fambaa_hue.iff 0.8 1.2 2 0 0 0 0 60 60 -1 -1 2 1 milk_wild 1250 meat_reptilian 750 hide_leathery 675 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.12 medTankHealthWeak herbivore fambaa_2 fambaa_2 0 10 1 -fambaa_furious_devastator 23 4 0 0 -5 NORMAL naboo fambaa fambaa_hue.iff 1.3 1.5 3 25 45 -1 -1 60 60 -1 0 2 1 1250 meat_reptilian 750 hide_leathery 675 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medAttackDamageWeak herbivore fambaa_2 fambaa_2 10 10 1 yes -famished_sludge_panther 46 2 -2 0 0 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 1 1.2 3 0 20 0 -1 -1 -1 0 -1 2 1 40 meat_carnivore 35 hide_leathery 35 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 sludge_panther 0.1 lowAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 6 6 -fanned_rawl 8 0 0 0 0 NORMAL naboo rawl_fanned fanned_rawl_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 0.15 lowAttackAbilityWeak carnivore 0 2 -fanned_rawl_giant 10 0 0 0 0 NORMAL naboo rawl_fanned fanned_rawl_hue.iff 1.2 1.7 1 0 0 0 0 0 0 0 -1 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 0.15 carnivore snake_1 snake_1 0 2 -farious_gletch 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_farious_gletch.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.farious_gletch 0 2 -farmer 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_pistol 0 2 1 -farmer_agriculturalist 8 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol none 0 2 1 -farmer_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol none 0 2 1 -farmer_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol none 0 2 1 -farmer_rancher 11 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc townsperson townperson 1 rebel_pistol none commoner_1 commoner_1 0 2 1 -fath_hray 83 6 -5 0 0 BOSS dathomir nightsister nightsister dressed_fath_hray.iff 0.99 0.99 0 0 0 0 45 45 45 0 -1 2 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister npc commoner_10 commoner_10 0 12 -fawn_moonraiser 100 0 0 0 0 NORMAL tatooine darklighter dressed_fawn_moonraiser.iff 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 npc.celebrity.kwin_moonraiser townsperson townperson rebel_carbine rebel_unarmed spy_10 melee_10 0 2 1 -fbase_at_st 90 0 0 0 0 BOSS anywhere imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 1 80 npc/elite_npc:elite_npc_81_90 boss_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 vehicle 100 100 100 1 absorption_fire=80,dissipation_fire=50 18 14 -fbase_comm_operator 86 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_comm_operator_hard 88 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_command_security_guard 89 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_command_security_guard_hard 88 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_dark_trooper 90 2 1 0 0 ELITE global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 1 80 droid/elite_droid:elite_droid_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 -fbase_dark_trooper_extreme 90 3 3 0 0 ELITE global imperial Imperial dark_trooper.iff 1.4 1.4 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 -fbase_dark_trooper_hard 90 2 2 0 0 ELITE global imperial Imperial dark_trooper.iff 1.4 1.4 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 -fbase_elite_dark_trooper 90 2 2 0 0 ELITE global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 -fbase_elite_dark_trooper_extreme 90 3 2 0 0 ELITE global imperial Imperial dark_trooper.iff 1.45 1.45 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 -fbase_elite_dark_trooper_hard 90 3 2 0 0 ELITE global imperial Imperial dark_trooper.iff 1.45 1.45 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 -fbase_elite_sand_trooper 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_elite_sand_trooper_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_elite_sand_trooper_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_army_captain 90 2 2 0 0 ELITE global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_army_captain_extreme 90 2 2 0 0 ELITE global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_army_captain_hard 90 2 2 0 0 ELITE global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_colonel 0 5 3 0 0 ELITE global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_colonel_extreme 0 5 3 0 0 ELITE global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_colonel_hard 0 5 3 0 0 ELITE global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_corporal 89 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_corporal_hard 91 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_exterminator 90 0 0 0 3 NORMAL naboo imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/npc_81_90 elite_npc_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 9 3 -fbase_imperial_exterminator_extreme 90 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_exterminator_hard 90 0 0 0 3 ELITE gobal imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_first_lieutenant 90 2 2 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_first_lieutenant_hard 92 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_master_sergeant 92 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 -fbase_imperial_master_sergeant_hard 92 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 -fbase_imperial_medic 89 0 0 0 0 ELITE global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_medic_hard 90 2 1 0 0 ELITE global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_noncom 85 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 -fbase_imperial_noncom_hard 90 2 1 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 -fbase_imperial_sergeant 90 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_sergeant_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_sharpshooter 91 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_sharpshooter_hard 91 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_warrant_officer_ii 90 2 1 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_imperial_warrant_officer_ii_hard 92 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_army_captain 90 2 2 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_army_captain_extreme 90 2 2 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_army_captain_hard 90 2 2 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_cadet 88 0 0 0 5 ELITE global rebel Rebel mercenary_weak 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_cadet_extreme 88 0 0 0 5 ELITE global rebel Rebel rebel_crewman 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_cadet_hard 88 0 0 0 5 ELITE global rebel Rebel rebel_crewman 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_colonel 90 3 3 0 0 ELITE global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_colonel_extreme 90 4 3 0 0 ELITE global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_colonel_hard 90 4 3 0 0 ELITE global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_comm_operator 88 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_comm_operator_hard 89 0 0 0 0 ELITE global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_command_security_guard 87 0 0 0 0 NORMAL global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_command_security_guard_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_commando 92 0 0 0 0 ELITE global rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc ai.soldier rebel military rebel_carbine commando_melee officer_special_6 melee_special_6 0 3 -fbase_rebel_commando_extreme 92 0 0 0 5 ELITE global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 -fbase_rebel_commando_hard 92 0 0 0 5 ELITE global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine commando_melee officer_special_6 melee_special_6 0 3 1 -fbase_rebel_corporal 88 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_corporal_hard 88 0 0 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_elite_commando 92 0 0 0 5 ELITE global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 -1 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine commando_melee officer_special_6 melee_special_6 0 3 1 -fbase_rebel_elite_heavy_trooper 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 0 0 50 50 50 50 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 -fbase_rebel_elite_heavy_trooper_extreme 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 -fbase_rebel_elite_heavy_trooper_hard 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 -fbase_rebel_elite_sand_rat 91 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_elite_sand_rat_extreme 91 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_elite_sand_rat_hard 91 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_first_lieutenant 90 0 1 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_first_lieutenant_hard 92 0 0 0 0 ELITE global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_grenadier 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_grenadier_extreme 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_grenadier_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_guard_captain 91 0 0 0 0 ELITE global rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_guard_captain_extreme 91 0 0 0 0 ELITE global rebel Rebel rebel_specforce_captain 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_guard_captain_hard 91 0 0 0 0 ELITE global rebel Rebel rebel_specforce_captain 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_guardsman 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_guardsman_extreme 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_guardsman_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_heavy_trooper 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 0 0 50 50 50 50 -1 2 1 80 droid/elite_droid:elite_droid_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 -fbase_rebel_heavy_trooper_extreme 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 -fbase_rebel_heavy_trooper_hard 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 -fbase_rebel_liberator 90 0 0 0 3 NORMAL naboo rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/npc_81_90 elite_npc_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_liberator_extreme 90 0 0 0 3 ELITE gobal rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_liberator_hard 90 0 0 0 3 ELITE gobal rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_master_sergeant 90 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 -fbase_rebel_master_sergeant_hard 92 0 0 0 0 ELITE global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 -fbase_rebel_medic 88 0 0 0 0 ELITE global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_medic_hard 89 0 0 0 0 ELITE global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_recruit 85 0 0 0 0 ELITE global rebel Rebel mercenary_weak 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 -fbase_rebel_recruit_hard 86 0 0 0 0 ELITE global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 -fbase_rebel_rifleman 89 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_rifleman_extreme 89 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_rifleman_hard 89 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_sergeant 89 0 0 0 0 ELITE global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_sergeant_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_sharpshooter 90 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_sharpshooter_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_soldier 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_soldier_extreme 88 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_soldier_hard 88 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_squad_leader 90 0 0 0 5 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/npc_81_90 elite_npc_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military melee_special_6 melee_special_6 0 3 -fbase_rebel_squad_leader_extreme 89 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_squad_leader_hard 92 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_warrant_officer_ii 92 0 0 0 0 ELITE global rebel Rebel rebel_lieutenant_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_glass_shelving_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_rebel_warrant_officer_ii_hard 90 2 1 0 0 ELITE global rebel Rebel rebel_lieutenant_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 -fbase_sand_trooper 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_sand_trooper_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_sand_trooper_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_scout_trooper 90 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 -fbase_scout_trooper_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_scout_trooper_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_specialist_noncom 85 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_specialist_noncom_hard 90 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_storm_commando 90 2 1 0 5 ELITE global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper commando_ranged commando_melee officer_special_6 melee_special_6 0 3 1 -fbase_storm_commando_extreme 90 2 1 0 5 ELITE global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper commando_ranged commando_melee officer_special_6 melee_special_6 0 3 1 -fbase_storm_commando_hard 90 2 1 0 5 ELITE global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper commando_ranged commando_melee officer_special_6 melee_special_6 0 3 1 -fbase_stormtrooper 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_bombardier 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_bombardier_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_bombardier_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_captain 92 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_captain_extreme 92 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_commander_black_black.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_captain_hard 90 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_medic 92 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_medic_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_medic_hard 91 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_rifleman 91 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_rifleman_extreme 91 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_rifleman_hard 92 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_sniper 92 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_sniper_extreme 90 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_sniper_hard 90 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_squad_leader 90 2 2 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_squad_leader_extreme 90 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_gold.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_stormtrooper_squad_leader_hard 90 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 -fbase_swamp_trooper 90 0 0 0 0 ELITE naboo imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 -1 -1 -1 100 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 9 3 -fbase_swamp_trooper_hard 92 0 0 0 0 ELITE naboo imperial Imperial dressed_swamp_trooper_m.iff 0 10 10 40 0 0 0 100 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 9 3 -feared_fynock_youth 2 3 1 0 0 NORMAL talus fynock fynock_hue.iff 1.3 1.5 4 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 3 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 18 fynock carnivore 0 2 1 -fearful_fynock_youth 30 0 0 0 0 NORMAL talus fynock fynock_hue.iff 0.8 0.8 4 0 0 0 0 0 0 0 -1 2 1 1 meat_avian 1 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 18 fynock carnivore mynock_3 mynock_3 0 2 1 -fed_dub_captain 46 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_captain 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc imperial_carbine imperial_sword commando_4 melee_4 0 6 1 -fed_dub_commander 47 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_commander 0.8 1.2 0 0 30 0 40 -1 40 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc 1 melee_4 melee_4 0 6 1 -fed_dub_constable 40 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_constable 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police imperial_carbine imperial_unarmed commando_4 melee_4 0 6 1 -fed_dub_investigator 43 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_investigator 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc police 1 imperial_carbine imperial_unarmed commando_4 melee_4 0 6 1 -fed_dub_patrolman 36 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_patrolman 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police rebel_carbine rebel_sword commando_3 melee_3 0 6 1 -fed_dub_supporter 34 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_supporter 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc townsperson rebel_carbine rebel_unarmed commando_3 melee_3 0 6 1 -feeble_kima 39 0 0 0 0 NORMAL talus kima kima_hue.iff 0.8 0.9 2 0 0 0 0 0 0 0 -1 2 1 5 meat_herbivore 7 hide_bristley 5 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 4 housing_improvement_01 carnivore predatory_cat_3 predatory_cat_3 0 2 1 -feeder_tusken_bantha 75 2 -2 0 0 NORMAL tatooine tusken_raider tusken_raider bantha_saddle_hue.iff 1 1.2 2 20 25 0 50 -1 -1 -1 -1 2 1 475 meat_herbivore 900 hide_wooly 375 850 defaultProfile creature/creature_21_30 generic_creature_3 18 tusken herbivore elephant_2 elephant_2 9 10 1 -feeder_tusken_guard 85 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 10 0 50 -1 30 -1 -1 2 1 100 npc/tusken:tusken_normal elite_npc_3 4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_02 18 tusken npc tusken_ranged tusken_melee bounty_hunter_4 9 3 1 yes -feeder_tusken_patrol 85 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 10 0 50 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_3 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_02 18 tusken npc tusken_ranged tusken_melee bounty_hunter_4 9 3 1 yes -feeder_tusken_questgiver 100 0 0 0 0 NORMAL tatooine commoner dressed_mercenary_elite_medic_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 tusken npc 1 conversation.tusken_giver commoner_10 commoner_10 0 2 -feeder_tusken_raider 90 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 10 0 50 -1 30 -1 -1 2 1 100 npc/tusken:tusken_normal elite_npc_3 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_02 18 tusken npc tusken_ranged tusken_melee bounty_hunter_4 9 3 1 yes -feinu_zerk 100 0 0 0 0 NORMAL rori townsperson townsperson dressed_feinu_zerk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -female_dire_cat 29 1 -1 0 0 NORMAL corellia dire_cat narglatch_hue.iff 0.8 1 2 0 0 15 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes -female_forest_slice_hound 30 2 -1 0 0 NORMAL corellia slice_hound_forest corellian_slice_hound_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore wolf_2 wolf_2 0 2 1 -female_grassland_slice_hound 29 -1 1 0 0 NORMAL corellia slice_hound_grassland corellian_slice_hound_hue.iff 1.2 1.5 3 0 10 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowTankUtilityWeak carnivore wolf_2 wolf_2 10 10 1 -female_great_grass_plains_tusk_cat 16 -1 1 0 0 NORMAL naboo tusk_cat tusk_cat_hue.iff 0.8 1 2 0 0 0 30 30 -1 -1 -1 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAbilitySpeedWeak carnivore predatory_cat_1 predatory_cat_1 6 6 1 yes -female_kai_tok 40 0 0 0 -2 NORMAL rori kai_tok kai_tok_hue.iff 0.8 1.1 1 0 15 0 0 0 0 0 -1 2 1 25 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 col_feather_kai_tok,housing_improvement_01 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff griffon_3 griffon_3 0 2 -female_kwi 63 1 -2 0 -5 NORMAL dathomir kwi kwi_hue.iff 1.1 1.2 3 15 15 0 0 0 0 0 -1 2 1 100 meat_herbivore 86 hide_leathery 76 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medAttackDamageAvg herbivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff raptor_4 raptor_4 0 12 1 -female_mountain_squill 17 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.5 1.6 4 30 45 0 -1 0 0 0 -1 2 1 4 meat_carnivore 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_1 monkey_1 10 10 -female_sand_panther 38 2 -2 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 0.8 1.1 2 0 0 0 60 0 -1 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackDamageWeak carnivore predatory_cat_3 predatory_cat_3 10 10 1 1 yes -female_slice_hound 26 1 -1 0 0 NORMAL corellia slice_hound corellian_slice_hound_hue.iff 0.7 1.1 4 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore wolf_2 wolf_2 0 2 1 -female_snorbal_calf 35 0 0 0 -3 NORMAL lok snorbal snorbal_hue.iff 0.5 0.7 3 20 0 -1 0 0 0 -1 -1 2 1 milk_wild 500 meat_herbivore 400 hide_leathery 350 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 -female_swamp_tusk_cat 16 -1 1 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 0.75 0.8 1 0 0 0 -1 30 -1 35 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 4 4 1 yes -feral_bantha 15 3 -3 0 0 NORMAL tatooine bantha bantha_hue.iff 0.9 1.3 3 0 10 0 30 -1 -1 -1 -1 2 1 415 meat_herbivore 305 hide_wooly 215 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowTankHealthWeak herbivore elephant_1 elephant_1 6 6 yes -feral_fambaa 85 0 0 0 0 NORMAL Peacewar arc Mobs naboo fambaa_feral fambaa_hue.iff 1.1 1.2 4 0 0 0 0 60 60 -1 0 2 1 milk_wild 1075 meat_reptilian 700 hide_leathery 675 bone_mammal defaultProfile npc/elite_npc:elite_npc_21_30 generic_creature_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 0.12 medTankHealthWeak herbivore fambaa_5 fambaa_5 20 20 -feral_force_wielder 90 0 0 0 0 NORMAL dantooine force_renegade dark_jedi 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90:force_light generic_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_02 npc force_sword force_sword_ranged jedi_9 jedi_9 0 2 instant -feral_forest_mite_king 24 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 3 3.2 3 0 40 -1 50 -1 50 50 -1 2 1 20 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff roach_2 roach_2 6 6 1 yes -feral_gurk 39 6 -4 0 0 NORMAL lok gurk_feral gurk_hue.iff 1.2 1.4 1 35 0 0 0 40 -1 -1 -1 2 1 350 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 highTankHealthWeak herbivore gorilla_3 gorilla_3 8 8 1 -feral_marauder 78 -5 5 0 0 NORMAL endor marauder endor_marauder dressed_feral_marauder.iff 0 0 0 0 -1 0 0 -1 0 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc pirate_rifle pirate_carbine bounty_hunter_special_6 melee_special_6 5 5 yes -feral_mutant_gackle_stalker 62 0 0 0 -8 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.5 2 3 15 15 0 -1 -1 -1 -1 -1 2 1 9 meat_avian 9 hide_leathery 9 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAbilitySpeedStrong carnivore bat_4 bat_4 12 12 1 1 -feral_selonian 39 0 0 0 0 NORMAL corellia selonian_feral selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 400 meat_carnivore 65 hide_leathery 145 bone_mammal npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_pistol rebel_carbine commando_3 commando_3 0 2 yes -ferocious_kusak 39 2 -2 0 0 NORMAL lok kusak kusak_hue.iff 1.1 1.2 1 30 0 0 -1 0 0 -1 -1 2 1 21 meat_carnivore 10 hide_bristley 11 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 medAttackDamageWeak carnivore wolf_3 wolf_3 12 12 1 yes -festering_dung_queen 17 0 2 0 0 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.5 1 15 5 0 -1 -1 -1 0 -1 2 1 13 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 carnivore roach_1 roach_1 4 4 1 yes -festering_squill 64 3 0 0 -4 NORMAL endor squill_endor squill_hue.iff 1 1.5 3 40 40 0 -1 0 0 50 -1 2 1 meat_carnivore defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore monkey_4 monkey_4 12 12 1 instant -fierce_borgle 63 5 -5 0 -3 NORMAL endor borgle borgle_hue.iff 1.2 1.4 4 40 30 30 -1 75 75 100 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.05 medAttackAbilityAvg herbivore bat_4 bat_4 12 12 yes -fierce_piket_protector 68 0 4 0 0 NORMAL dantooine piket piket_hue.iff 1 1 2 50 55 -1 0 -1 0 0 0 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 yes -fighting_romo_vax 20 0 0 0 0 NORMAL tatooine sennex dressed_cobral_thief_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_creature_2 18 romo_vax npc pirate slang rebel_carbine rebel_carbine spy_2 spy_2 10 10 yes -fightmaster_jorak 100 0 2 0 0 NORMAL endor marauder endor_marauder dressed_fightmaster_jorak.iff 1.1 1.1 0 30 30 0 -1 -1 -1 -1 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 marauder npc commoner_10 commoner_10 0 2 -figrin_dan 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_figrin_dan.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.figrin_dan 0 2 -finned_blaggart 80 0 0 0 0 ELITE yavin4 crystal_snake finned_blaggart.iff 1.6 1.8 0 0 20 0 25 -1 -1 25 -1 2 1 meat_reptilian hide_leathery 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_8 100 col_finned_blaggart carnivore generic_creature_special_6 generic_creature_special_6 3 3 yes -fixer 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_fixer.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.fixer 0 2 -flail_boss 32 0 0 0 0 NORMAL corellia flail flail mercenary_commander 0.8 1.2 0 20 25 0 -1 -1 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_sword smuggler_3 melee_3 6 6 yes -flail_butcher 31 1 1 0 0 NORMAL corellia flail flail mercenary_elite 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 yes -flail_cutthroat 30 0 0 0 0 NORMAL corellia flail flail mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc ai.thug rebel_polearm rebel_carbine smuggler_3 smuggler_3 6 6 -flail_enforcer 30 0 0 0 0 NORMAL corellia flail flail species_choices_all 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc rebel_carbine rebel_unarmed smuggler_3 melee_3 6 6 -flail_executioner 30 4 -3 0 0 NORMAL corellia flail flail mercenary_elite 0.8 1.2 0 25 0 0 -1 -1 60 -1 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_carbine pirate_sword smuggler_3 melee_3 6 6 yes -flail_killer 30 1 -1 0 0 NORMAL corellia flail flail mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug rebel_carbine pirate_carbine smuggler_3 smuggler_3 6 6 -flail_slayer 31 0 0 0 0 NORMAL corellia flail flail mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 yes -flesh_eating_chuba 2 0 0 0 0 NORMAL naboo flesh_eating_chuba chuba_hue.iff 2.1 2.4 4 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 3 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackDamageWeak carnivore frog_1 frog_1 0 2 -flewt 4 0 0 0 0 NORMAL naboo flewt flewt_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAbilitySpeedWeak carnivore 0 2 1 -flewt_leviathan 5 0 -2 0 -1 NORMAL naboo flewt flewt_hue.iff 1.3 1.6 1 0 0 0 -1 0 -1 0 -1 2 1 3 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_1_10 generic_creature_1 0.05 lowAbilitySpeedWeak carnivore 6 6 1 -flit 31 0 0 0 0 NORMAL lok flit flit_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 9 meat_avian 10 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 4 housing_improvement_01 0.1 medAbilitySpeedWeak carnivore moth_3 moth_3 0 8 -flit_bloodsucker 32 0 0 0 0 NORMAL lok flit flit_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 9 meat_avian 10 bone_avian defaultProfile creature/flit_bloodsucker_loot generic_creature_4 0.1 medAbilitySpeedWeak carnivore moth_3 moth_3 8 8 -flit_harasser 33 0 0 0 0 NORMAL lok flit flit_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 9 meat_avian 10 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAbilitySpeedWeak carnivore moth_3 moth_3 8 8 -flit_lethargic_behemoth 40 2 -1 -1 -1 NORMAL lok flit flit_hue.iff 1.8 2 3 10 10 -1 -1 0 -1 0 0 4 1 11 meat_avian 13 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 medAttackDamageWeak carnivore moth_3 moth_3 8 8 -flit_youth 32 0 0 0 0 NORMAL lok flit flit_hue.iff 0.5 0.8 1 0 0 0 0 0 0 0 -1 2 1 5 meat_avian 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 medAbilitySpeedWeak carnivore moth_3 moth_3 0 8 -flite_rasp 34 0 0 0 0 NORMAL talus rasp flite_rasp_hue.iff 2 2.5 4 0 0 0 0 0 0 0 -1 2 1 11 meat_avian 3 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore moth_3 moth_3 0 2 1 -flite_rasp_large 35 0 0 0 0 NORMAL talus rasp flite_rasp_hue.iff 3.5 3.8 4 0 0 0 0 0 0 0 -1 2 1 19 meat_avian 9 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore moth_3 moth_3 0 2 1 -foaming_vynock 43 2 -1 0 0 NORMAL talus foaming_vynock vynock_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore mynock_3 mynock_3 6 6 yes -focus_pirate_boss 16 0 0 0 0 NORMAL tatooine pirate_boss criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 2 -focus_pirate_door 14 0 0 0 0 NORMAL tatooine pirate_door criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 2 -focus_pirate_guard 15 0 0 0 0 NORMAL tatooine pirate_guard criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 2 -foot_of_solitude 35 0 0 0 0 NORMAL corellia solitude Rebel mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_pistol rebel_unarmed commando_3 melee_3 0 2 -force_sensitive_crypt_crawler 84 0 0 0 0 NORMAL dantooine remnants_of_kun dark_jedi 0 45 45 0 0 0 0 0 0 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc force_polearm force_sword_ranged jedi_8 jedi_8 0 12 yes -force_sensitive_renegade 89 0 0 0 0 NORMAL dantooine force_renegade dark_jedi 0 0 0 0 0 0 0 0 0 2 npc/npc_71_80:force_light generic_npc_8 housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_02 npc jedi_8 jedi_8 0 2 yes -force_trained_archaist 79 9 -9 0 0 NORMAL dantooine force_renegade dark_jedi 0 45 45 0 0 0 0 0 0 2 npc/npc_71_80:force_light generic_npc_8 3 housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_03 npc force_sword force_sword_ranged jedi_7 jedi_7 0 2 instant -forest_mite 43 1 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 2.4 3 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect 4 hide_scaley defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 bark_mite 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff roach_3 roach_3 0 2 -forest_murra 31 0 1 0 0 NORMAL corellia murra_forest murra_hue.iff 1.5 1.75 4 0 0 10 0 0 0 0 -1 2 1 milk_wild 75 meat_herbivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowTankUtilityWeak herbivore goat_2 goat_2 0 2 1 -forest_slice_hound 31 1 1 0 0 NORMAL corellia slice_hound_forest corellian_slice_hound_hue.iff 1 1.4 2 15 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackSpeedWeak carnivore wolf_2 wolf_2 0 2 1 -forsaken_force_drifter 80 0 -16 0 0 NORMAL dantooine force_renegade dark_jedi 0 0 0 0 0 0 0 0 0 2 npc/npc_71_80:force_light generic_npc_8 4 housing_improvement_05,col_jedi_holocron,col_shattered_shard_03 npc jedi_8 jedi_8 0 2 yes -foul_donkuwah_laborer 77 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 25 15 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 -foul_korga_laborer 74 0 0 0 -3 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 20 10 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 -foul_pubam_laborer 64 0 6 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 -fragile_kreetle 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine kreetle tanc_mite_hue.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle 0.15 lowTankArmorWeak carnivore 0 2 1 -frail_squall 2 0 0 0 0 NORMAL rori squall squall_hue.iff 0.7 0.9 2 0 0 0 0 0 0 0 -1 2 1 4 meat_herbivore 3 hide_bristley 3 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 -frail_squall_meek_avenger 31 0 0 0 0 NORMAL rori squall squall_hue.iff 2 2.4 2 0 0 0 0 0 0 0 -1 2 1 12 meat_herbivore 9 hide_bristley 9 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore rabbit_3 rabbit_3 0 2 -frenzied_choku 71 4 0 0 0 NORMAL yavin4 choku choku_hue.iff 0.9 1.3 4 0 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.005 highAttackSpeedStrong carnivore wolf_4 wolf_4 12 12 1 -frenzied_donkuwah 82 7 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 40 0 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes -frenzied_fynock_guardian 11 2 -2 0 0 NORMAL talus fynock fynock_hue.iff 1.7 1.7 2 0 0 10 0 0 0 0 -1 2 1 8 meat_avian 8 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 18 fynock 0.15 lowAbilitySpeedWeak carnivore mynock_1 mynock_1 4 4 1 -frenzied_graul 72 -1 10 -7 0 NORMAL dantooine graul graul_hue.iff 1.2 1.5 4 65 35 90 90 90 -1 0 0 2 1 1025 meat_carnivore 950 hide_leathery 855 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.009 highTankUtilityAvg carnivore gorilla_4 gorilla_4 12 12 instant -frenzied_kahmurra 33 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 30 30 0 -1 0 0 -1 -1 2 1 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 kahmurra 0.15 medAttackAbilityWeak carnivore goat_2 goat_2 6 6 yes -frenzied_korga 75 7 -4 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 60 60 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -frenzied_marauder 78 5 -5 0 0 NORMAL endor marauder endor_marauder dressed_frenzied_marauder.iff 0 40 40 0 -1 -1 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc pirate_rifle marauder_melee bounty_hunter_special_6 melee_special_6 5 5 instant -frenzied_pubam 66 8 -5 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes -frightened_borgle 34 1 0 0 0 NORMAL rori borgle borgle_hue.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.15 lowTankUtilityWeak herbivore bat_3 bat_3 0 2 1 -frightened_young_flewt 3 0 0 0 0 NORMAL naboo flewt flewt_hue.iff 0.6 0.7 3 0 0 0 0 0 0 0 -1 2 1 1 meat_avian 1 hide_leathery 1 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 -fringer 4 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_unarmed 0 2 -frontiersman 17 0 0 0 0 NORMAL global wilder commoner 0 0 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc general_carbine general_pistol bounty_hunter_1 bounty_hunter_1 0 2 1 yes -fs_11_quest_contact 100 0 0 0 0 NORMAL tatooine townsperson dressed_noble_old_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 npc 1 conversation.prof_force_sensitive_main noble fancy commoner_10 commoner_10 0 2 -fs_cll8_binary_load_lifter 8 0 0 0 0 NORMAL anywhere loadlifter cll8_binary_load_lifter.iff 0 0 0 0 0 0 0 0 -1 2 0 0 droid/droid_1_10 generic_droid_1 droid 1 0 2 -fs_exit_oldman 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_oldman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.fs_intro_oldman_initial,quest.force_sensitive.fs_old_man_exit commoner_10 commoner_10 0 2 -fs_intro_female 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_intro_woman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.fs_woman,quest.force_sensitive.fs_woman commoner_10 commoner_10 0 2 -fs_intro_oldman 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_oldman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.fs_intro_oldman_initial,quest.force_sensitive.fs_oldman_initial commoner_10 commoner_10 0 2 -fs_surgical_droid_21b 1 0 0 0 0 NORMAL anywhere surgicaldroid 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 0 2 -fs_villager_captain 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_captain.iff 0 60 60 60 60 60 60 60 60 2 175 350 npc/npc_81_90 generic_npc_9 npc 1 conversation.aurilia_sarguillo 1 rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 yes -fs_villager_convert 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_converter.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 string:item.vendor.vendor_table=aurilia_buff_vendor npc.vendor.vendor,conversation.aurilia_buff_vendor_convo rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -fs_villager_elder 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_elder.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.aurilia_rohak 1 rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -fs_villager_engineer 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager nexus_chief_engineer.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.aurilia_chief_engineer 1 rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -fs_villager_farmer 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_farmer.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 1 rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -fs_villager_female 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_female 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 theme_park.dathomir.aurilia.citizen rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -fs_villager_generic 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_generic 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 theme_park.dathomir.aurilia.citizen rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -fs_villager_male 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_male 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 theme_park.dathomir.aurilia.citizen rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -fs_villager_medic 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_medic.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 string:item.vendor.vendor_table=heroic_class_items_1 npc.vendor.vendor,conversation.heroic_token_vendor 1 rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -fs_villager_sad1 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_sad.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 string:item.vendor.vendor_table=heroic_class_items_1 npc.vendor.vendor,conversation.heroic_token_vendor rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 -fs_villager_sad2 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_sad.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.fs_quests_sad2_conv rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 -fs_villager_surveyor 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_surveyor.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 1 rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 -fs_villager_target_female 1 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_female 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 -fs_villager_target_male 1 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_male 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 -fs_villager_wounded 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 systems.fs_quest.fs_village_wounded 1 rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 -fugitive 4 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_unarmed 4 4 -fuzzy_jax 40 1 -1 0 -6 NORMAL rori jax bearded_jax_hue.iff 0.9 1.2 2 10 25 10 -1 0 -1 -1 -1 2 1 11 meat_herbivore 16 hide_bristley 11 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 lowAttackDamageWeak herbivore predatory_cat_3 predatory_cat_3 0 2 1 1 -fynock 40 0 0 0 0 NORMAL talus fynock fynock_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 22 meat_avian 33 hide_leathery 10 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 fynock 0.15 lowAbilitySpeedWeak carnivore mynock_3 mynock_3 0 2 -g_5po 20 0 0 0 0 NORMAL tatooine hutt Hutt 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_npc_2 col_holo_emitter_01 droid 1 npc.celebrity.g5po droid_2 droid_2 0 2 -gabriel_ian 100 0 0 0 0 NORMAL townsperson townsperson dathomir_prisoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -gackle_bat 65 1 -2 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 2 hide_bristley 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg carnivore bat_4 bat_4 12 12 -gackle_bat_hunter 67 0 0 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 0.9 1.3 2 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 2 hide_bristley 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore bat_4 bat_4 12 12 -gackle_bat_myrmidon_lord 63 2 -2 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.5 1.5 4 15 20 -1 25 -1 -1 -1 -1 2 1 10 meat_avian 10 hide_leathery 10 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityStrong carnivore bat_4 bat_4 12 12 1 1 yes -gackle_bat_vampiric 63 1 -2 0 1 NORMAL yavin4 gacklebat gackle_bat_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 2 hide_bristley 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackUtilityAvg carnivore bat_4 bat_4 12 12 -gadsle_distombe 80 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow dressed_fs_village_enemy_gadsle.iff 0 70 70 70 70 70 70 70 70 2 200 400 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 3 3 instant -gambler 4 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate slang 1 pirate_carbine_low_level pirate_unarmed 0 2 1 -gamorrean_guard 8 0 0 0 0 NORMAL tatooine jabba jabba gamorrean.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_2 npc 1 pirate_carbine_low_level pirate_sword smuggler_1 melee_1 0 2 yes -gaping_spider 63 0 0 0 -1 NORMAL dathomir gaping gaping_spider_hue.iff 0.9 1.1 2 30 25 -1 0 -1 0 -1 -1 2 1 8 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.1 highAttackSpeedAvg carnivore spider_4 spider_4 12 12 1 yes -gaping_spider_broodling 62 0 0 0 0 NORMAL dathomir gaping gaping_spider_hue.iff 0.5 0.8 3 0 0 10 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.05 medAttackSpeedAvg carnivore spider_4 spider_4 0 2 1 -gaping_spider_chasmal 63 0 2 -1 1 NORMAL dathomir gaping gaping_spider_hue.iff 1.2 1.5 2 30 20 0 0 0 0 10 0 2 1 8 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.05 medAttackSpeedStrong carnivore spider_4 spider_4 12 12 -gaping_spider_hunter 68 5 -2 0 1 NORMAL dathomir gaping gaping_spider_hue.iff 1 1.2 4 30 30 60 15 -1 -1 0 -1 2 1 9 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.05 medAttackUtilityStrong carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff spider_4 spider_4 12 12 1 instant -gaping_spider_queen 65 0 0 0 0 NORMAL dathomir gaping gaping_spider_hue.iff 1.6 1.8 1 65 65 40 25 0 -1 0 0 2 1 12 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.009 highTankArmorStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_4 spider_4 12 12 1 yes -gaping_spider_recluse 75 5 -2 0 1 NORMAL dathomir gaping_recluse gaping_spider_hue.iff 1.5 1.7 1 30 30 60 25 -1 -1 0 -1 2 1 11 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_round_purple_cut_gem_01 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 12 12 1 yes -gaping_spider_recluse_giant 78 8 -8 0 0 NORMAL dathomir gaping_recluse gaping_spider_hue.iff 4.51 4.82 1 60 60 60 25 0 0 0 -1 2 1 11 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_round_purple_cut_gem_01 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 12 12 1 instant -gaping_spider_recluse_giant_kiin_dray 83 5 -5 0 0 BOSS dathomir spider_nightsister spider_nightsister gaping_spider_recluse_giant_kiin_dray.iff 4.51 4.82 1 55 55 35 30 30 30 0 30 2 1 11 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_81_90 boss_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_round_purple_cut_gem_01 18 dath_spider carnivore 100 100 object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 9 9 1 instant -gaping_spider_recluse_queen 79 8 -4 0 0 NORMAL dathomir gaping_recluse gaping_spider_hue.iff 2.12 2.86 1 45 65 45 90 -1 0 0 -1 2 1 11 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_round_purple_cut_gem_01 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 12 12 1 yes -garm_bel_iblis 100 0 0 0 0 NORMAL corellia townsperson dressed_garm_bel_iblis.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -garyn_dragoon 55 0 0 0 0 NORMAL rori garyn garyn garyn_dragoon 0.8 1.2 0 25 20 0 -1 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc military general_sword general_carbine melee_5 smuggler_5 6 6 yes -garyn_lieutenant 59 0 0 0 3 NORMAL rori garyn garyn garyn_lieutenant 0.8 1.2 0 0 30 0 -1 0 -1 0 -1 2 npc/npc_51_60 generic_npc_6 6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc military military pirate_carbine pirate_sword smuggler_5 melee_5 6 6 yes -garyn_marauder 52 0 0 0 0 NORMAL rori garyn garyn garyn_marauder 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc ai.thug pirate slang pirate_carbine pirate_unarmed smuggler_5 melee_5 6 6 -garyn_mugger 45 0 0 0 0 NORMAL rori garyn garyn garyn_mugger 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc thug slang pirate_pistol pirate_carbine smuggler_4 smuggler_4 6 6 -garyn_pirate 44 0 0 0 0 NORMAL rori garyn garyn garyn_pirate 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_unarmed smuggler_4 melee_4 6 6 -garyn_prowler 39 0 0 0 0 NORMAL rori garyn garyn garyn_prowler 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 -garyn_raider 49 0 0 0 0 NORMAL rori garyn garyn garyn_raider 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04 npc pirate general_sword general_carbine melee_4 smuggler_4 6 6 -garyn_thief 44 0 0 0 0 NORMAL rori garyn garyn garyn_theif 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc ai.thug thug slang pirate_carbine pirate_sword smuggler_4 melee_4 6 6 1 -garyn_vigo 60 0 0 0 0 NORMAL rori garyn garyn garyn_vigo 0.8 1.2 0 25 25 0 0 -1 0 0 -1 2 npc/npc_51_60 generic_npc_6 6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc slang pirate_carbine pirate_polearm smuggler_6 melee_6 6 6 yes -gavyn_sykes 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_gavyn_sykes.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -gcw_base_imperial_corellia_reward_officer 100 0 0 0 0 NORMAL anywhere imperial Imperial dressed_gcw_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_corellia_imperial_reward_npc 0 2 -gcw_base_imperial_naboo_reward_officer 100 0 0 0 0 NORMAL anywhere imperial Imperial dressed_gcw_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_naboo_imperial_reward_npc 0 2 -gcw_base_imperial_talus_reward_officer 100 0 0 0 0 NORMAL anywhere imperial Imperial dressed_gcw_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_talus_imperial_reward_npc 0 2 -gcw_base_rebel_commando 90 0 0 0 0 NORMAL global rebel Rebel 1 rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine commando_melee commando_2 melee_2 0 2 yes -gcw_base_rebel_corellia_reward_officer 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_gcw_rebel_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_corellia_rebel_reward_npc 0 2 -gcw_base_rebel_naboo_reward_officer 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_gcw_rebel_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_naboo_rebel_reward_npc 0 2 -gcw_base_rebel_talus_reward_officer 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_gcw_rebel_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_talus_rebel_reward_npc 0 2 -gcw_base_stormtrooper 90 0 0 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 imperial npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 yes -gcw_comm_link_reinforcement_imperial_10 75 0 0 0 0 NORMAL global imperial Imperial 1 dark_trooper.iff 0 0 0 0 0 0 0 0 0 0 imperial android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_carbine commando_7 commando_7 12 12 -gcw_comm_link_reinforcement_imperial_11 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_white_gold.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_rifle imperial_rifle officer_10 officer_10 12 12 -gcw_comm_link_reinforcement_imperial_12 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_imperial_restuss_trooper_leader.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_carbine commando_10 commando_10 12 12 -gcw_comm_link_reinforcement_imperial_7 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_bombardier_m.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_carbine officer_5 officer_5 0 12 -gcw_comm_link_reinforcement_imperial_8 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_groupleader_m.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_rifle medic_8 medic_8 0 12 -gcw_comm_link_reinforcement_imperial_9 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_imperial_exterminator.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_carbine spy_8 spy_8 12 12 -gcw_comm_link_reinforcement_rebel_10 75 0 0 0 0 NORMAL global rebel Rebel 1 rebel_surface_marshal 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine officer_10 officer_10 0 12 -gcw_comm_link_reinforcement_rebel_11 75 0 0 0 0 NORMAL global rebel Rebel 1 rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine spy_9 spy_9 0 12 -gcw_comm_link_reinforcement_rebel_12 75 0 0 0 0 NORMAL global rebel Rebel 1 dressed_rebel_restuss_commando_leader.iff 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_rifle commando_10 commando_10 0 12 -gcw_comm_link_reinforcement_rebel_7 75 0 0 0 0 NORMAL global rebel Rebel 1 rebel_trooper 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine officer_5 officer_5 0 12 -gcw_comm_link_reinforcement_rebel_8 75 0 0 0 0 NORMAL global rebel Rebel 1 rebel_sergeant 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_rifle medic_8 medic_8 0 12 -gcw_comm_link_reinforcement_rebel_9 74 0 0 0 0 NORMAL global rebel Rebel 1 rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine spy_8 spy_8 0 12 -gcw_planet_base_rebel_officer 100 0 0 0 0 ELITE anywhere rebel Rebel 1 dressed_gcw_rebel_buff_officer.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 rebel npc stormtrooper_carbine 0 2 yes -gcw_planet_base_rebel_commando 90 0 0 0 0 ELITE global rebel Rebel 1 rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine commando_melee commando_2 melee_2 0 2 yes -gcw_planet_base_imperial_officer 100 0 0 0 0 ELITE anywhere imperial Imperial 1 dressed_gcw_buff_officer.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 imperial npc rebel_carbine 0 2 yes -gcw_planet_base_imperial_stormtrooper 90 0 0 0 0 ELITE global imperial Imperial 1 dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 imperial npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 yes -general_otto 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 20 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes -genetically_enhanced_kahmurra 30 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 0 0 0 0 0 0 0 0 2 1 milk_wild 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 kahmurra 0.15 medTankArmorWeak carnivore goat_2 goat_2 6 6 yes -geonosian_acklay_bunker_boss 90 3 6 0 0 BOSS yavin4 geonosian_monster acklay_hue.iff 0.9 1.1 2 30 45 55 55 45 0 0 0 1.7 1 defaultProfile 2 100 npc/geo_bunker:geonosian_acklay_bunker_boss boss_creature_9 col_shattered_shard_02 18 geonosian carnivore 100 100 snare_defense=250,root_defense=250 object/weapon/ranged/creature/creature_spit_heavy_flame.iff generic_creature_special_6 generic_creature_special_6 12 12 instant -geonosian_crazed_guard 89 2 -2 -1 6 ELITE yavin4 geonosian_crazed_guard geonosian_warrior 4 25 35 -1 65 0 25 -1 0 2 1 80 npc/geo_bunker:geonosian elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 9 3 yes -geonosian_droideka_crazed 89 3 2 -4 2 ELITE yavin4 geonosian_crazed_droideka geonosian_crazed_monster droideka.iff 0 40 55 10 25 25 -1 0 0 2 1 80 npc/geo_bunker:geonosian_droideka elite_droid_8 col_shattered_shard_02,col_holo_emitter_01 18 geonosian droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_special_6 droid_special_6 9 3 instant -geonosian_enhanced_kwi 88 4 -2 0 0 ELITE yavin4 geonosian_monster kwi_hue.iff 0.9 1.1 3 40 40 0 40 0 0 0 0 2 1 100 meat_herbivore 85 hide_leathery 75 bone_mammal defaultProfile 1 80 npc/geo_bunker:geonosian_kwi elite_creature_8 col_shattered_shard_02 18 geonosian herbivore generic_creature_special_6 generic_creature_special_6 9 3 instant -geonosian_gaping_spider_fire 88 4 -2 0 0 ELITE yavin4 geonosian_monster gaping_spider_hue.iff 0.9 1.1 2 50 0 -1 95 -1 0 0 0 2 1 50 meat_insect defaultProfile 1 80 npc/geo_bunker:geonosian_gaping_spider_fire elite_creature_8 col_shattered_shard_02 18 geonosian carnivore object/weapon/ranged/creature/creature_spit_heavy_flame.iff object/weapon/ranged/creature/creature_spit_heavy_flame.iff generic_creature_special_6 generic_creature_special_6 9 3 instant -geonosian_human_security_force 88 0 0 0 4 ELITE yavin4 geonosian geonosian_mad_bunker dressed_noble_human_male_03.iff 1 1 0 40 40 0 0 0 0 0 -1 2 1 80 npc/geo_bunker:geonosian_mercenary elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 9 3 yes -geonosian_imperial_observer 88 0 0 0 0 ELITE yavin4 geonosian_crazy geonosian_crazy dressed_imperial_colonel_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 80 npc/geo_bunker:geonosian_humanoid elite_npc_8 col_shattered_shard_02 18 geonosian npc imperial_carbine imperial_sword bounty_hunter_8 melee_special_9 9 3 yes -geonosian_kliknik_force_strong 88 -2 2 0 8 ELITE yavin4 geonosian_monster kliknik_hue.iff 0.8 1.2 1 40 40 0 95 -1 0 0 0 2 1 45 meat_carnivore 40 hide_scaley defaultProfile 1 80 npc/geo_bunker:geonosian_kliknik_strong elite_creature_8 col_shattered_shard_02 18 geonosian carnivore object/weapon/ranged/creature/creature_spit_heavy_flame.iff object/weapon/ranged/creature/creature_spit_heavy_flame.iff generic_creature_special_6 generic_creature_special_6 9 3 instant -geonosian_kliknik_force_weak 88 -2 2 0 0 ELITE yavin4 geonosian_monster kliknik_hue.iff 0.8 1.2 1 35 35 0 95 -1 0 0 0 2 1 45 meat_carnivore 40 hide_scaley defaultProfile 1 80 npc/geo_bunker:geonosian_kliknik_weak elite_creature_8 col_shattered_shard_02 18 geonosian carnivore object/weapon/ranged/creature/creature_spit_heavy_flame.iff object/weapon/ranged/creature/creature_spit_heavy_flame.iff generic_creature_special_6 generic_creature_special_6 9 3 instant -geonosian_scientist 86 0 0 0 1 ELITE yavin4 geonosian geonosian_mad_bunker geonosian_scientist 2 15 15 -1 65 0 30 -1 0 2 1 80 npc/geo_bunker:geonosian_scientist elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 0 2 -geonosian_scientist_human_female 85 0 0 0 0 ELITE yavin4 geonosian geonosian_mad_bunker female_human_scientist 0 0 0 0 0 0 0 0 -1 2 1 80 npc/geo_bunker:geonosian_humanoid elite_npc_8 col_shattered_shard_02 18 geonosian npc rebel_pistol rebel_carbine bounty_hunter_8 bounty_hunter_8 0 2 -geonosian_security_probot 88 0 0 0 0 ELITE yavin4 geonosian_monster geonosian_crazed_monster probot.iff 0 25 25 0 0 0 -1 0 0 2 1 80 npc/geo_bunker:geonosian_probot elite_droid_8 col_shattered_shard_02,col_holo_emitter_01 18 geonosian droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_special_6 droid_special_6 9 3 instant -geonosian_tech_assistant 86 0 0 0 3 ELITE yavin4 geonosian geonosian_mad_bunker geonosian_scientist 2 20 20 -1 65 0 30 -1 0 2 1 80 npc/geo_bunker:geonosian_scientist elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 0 2 -geonosian_worker 86 -1 1 0 4 ELITE yavin4 geonosian geonosian_mad_bunker geonosian_commoner 3 25 25 -1 65 0 25 -1 0 2 1 80 npc/geo_bunker:geonosian elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 0 2 -gerrick_lond 20 2 0 0 0 NORMAL tatooine jabba jabba gerrick_lond.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 0 2 -gerrio_coronis 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_gerrio_coronis.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -gethzerion 100 0 0 0 0 NORMAL nightsister nightsister gethzerion.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 nightsister npc 1 commoner_10 commoner_10 0 2 -ghent 100 0 0 0 0 NORMAL corellia ghent ghent dressed_ghent.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol smuggler_10 smuggler_10 0 2 -giant_angler 83 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 1.6 1.8 4 35 0 0 0 0 -1 0 -1 2 1 3 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 highTankArmorAvg carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff spider_4 spider_4 12 12 1 -giant_baz_nitch 64 0 -1 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 1.8 2.5 4 45 45 0 -1 -1 -1 0 -1 2 1 9 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.015 medAttackAbilityStrong herbivore turkey_4 turkey_4 12 12 1 yes -giant_canyon_krayt_dragon 87 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 0.8 1.2 1 70 70 70 70 30 70 70 70 2 1 1500 meat_carnivore 870 hide_bristley 805 bone_mammal defaultProfile 1 100 creature/krayt_dragon_medium krayt2 18 krayt_dragon carnivore 80 80 100 lizard_5 lizard_5 33.6 24 1 instant -giant_carrion_spat 30 0 0 0 -2 NORMAL corellia carrion_spat carrion_spat_hue.iff 2 2.4 4 -1 25 0 45 45 -1 -1 -1 2 1 350 meat_avian 295 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankUtilityWeak carnivore raptor_2 raptor_2 6 6 1 yes -giant_crystal_snake 68 2 -2 0 0 NORMAL yavin4 crystal_snake crystal_snake.iff 1.6 1.8 0 0 0 0 0 0 0 0 0 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackUtilityStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff snake_4 snake_4 12 12 -giant_dalyrake 37 0 -3 0 0 NORMAL corellia dalyrake dalyrake_hue.iff 1.9 2.2 4 0 0 0 -1 35 35 -1 -1 2 1 60 meat_insect 90 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackUtilityWeak carnivore mantis_3 mantis_3 6 6 -giant_decay_mite_harvester 10 0 -1 0 -5 NORMAL talus decay_mite bark_mite_hue.iff 4 4 15 15 0 0 0 0 0 -1 2 1 12 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 18 giant_decay_mite carnivore roach_1 roach_1 0 4 -giant_decay_mite_hatchling 2 0 -1 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1 1 10 10 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 18 giant_decay_mite carnivore roach_1 roach_1 0 2 -giant_decay_mite_protector 13 2 1 0 -10 NORMAL talus decay_mite bark_mite_hue.iff 2 2 20 20 0 0 0 0 0 -1 2 1 16 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 giant_decay_mite carnivore roach_1 roach_1 0 4 -giant_decay_mite_queen 22 0 3 0 -2 NORMAL talus decay_mite bark_mite_hue.iff 3.5 3.5 40 40 0 0 0 -1 0 -1 2 1 28 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 18 giant_decay_mite carnivore roach_2 roach_2 4 4 -giant_decay_mite_royal_guardian 19 4 4 0 -4 NORMAL talus decay_mite bark_mite_hue.iff 2.8 2.8 30 30 0 0 0 -1 -1 -1 2 1 22 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 giant_decay_mite carnivore roach_2 roach_2 4 4 -giant_decay_mite_sentry 16 1 0 0 -1 NORMAL talus decay_mite bark_mite_hue.iff 2 2 20 20 -1 0 0 -1 -1 -1 2 1 15 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 giant_decay_mite carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff roach_1 roach_1 4 4 -giant_decay_mite_soldier 15 2 2 0 -8 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.5 20 20 0 0 0 -1 0 -1 2 1 18 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 giant_decay_mite carnivore roach_1 roach_1 4 4 -giant_dune_kimogila 81 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 1.3 1.5 2 65 80 65 100 65 65 100 65 2 1 1500 meat_carnivore 1400 hide_leathery defaultProfile 1 100 creature/ris_armor_components:dune_kimogila boss_creature_9 18 kimogila carnivore 80 80 100 lizard_5 lizard_5 24 12 instant -giant_flit 34 0 0 0 0 NORMAL lok flit flit_hue.iff 1.4 1.6 3 15 0 0 -1 0 0 -1 -1 2 1 11 meat_avian 13 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAbilitySpeedWeak carnivore moth_3 moth_3 8 8 -giant_fynock 40 0 9 0 0 NORMAL talus fynock fynock_hue.iff 3.7 4 2 0 0 0 0 0 0 0 0 2 1 70 meat_avian 50 hide_leathery 55 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 fynock carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mynock_3 mynock_3 4 4 yes -giant_gackle_bat 68 0 0 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.6 1.8 3 15 20 -1 25 -1 -1 -1 -1 2 1 7 meat_carnivore 5 hide_bristley 6 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAbilitySpeedAvg carnivore bat_4 bat_4 12 12 -giant_gubbur 26 -1 0 0 0 NORMAL corellia gubbur gubbur_hue.iff 2.2 2.5 2 0 0 0 0 0 10 0 -1 2 1 10 meat_carnivore 15 hide_leathery 15 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore frog_2 frog_2 10 10 1 -giant_horned_krevol 8 0 0 0 -7 NORMAL corellia horned_krevol horned_krevol_hue.iff 1.5 2 3 15 15 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff 10 10 1 1 -giant_kimogila 82 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 1.1 1.3 3 35 80 0 80 0 0 100 0 2 1 1450 meat_carnivore 1350 hide_leathery defaultProfile 2 100 npc/boss_npc:boss_npc_71_80 boss_creature_9 housing_improvement_05,col_shattered_shard_02 18 kimogila carnivore 80 80 100 lizard_5 lizard_5 24 12 instant -giant_mawgax 60 0 0 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 1.6 1.8 4 0 30 0 -1 30 -1 0 0 2 1 130 meat_domesticated 85 hide_leathery 70 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.015 medAttackAbilityAvg herbivore raptor_4 raptor_4 0 2 1 -giant_peko_peko 25 0 0 0 0 NORMAL naboo peko_peko_giant peko_peko_hue.iff 3 4 1 0 25 50 -1 -1 50 -1 -1 2 1 155 meat_avian 70 hide_wooly 45 bone_avian defaultProfile creature/giant_peko_peko_loot generic_creature_3 3 col_feather_peko_peko 0.05 medAbilitySpeedWeak carnivore avian_2 avian_2 0 2 1 -giant_pharple 55 0 0 0 0 NORMAL lok pharple pharple_hue.iff 1.4 1.6 1 0 0 0 0 0 0 0 -1 2 1 21 meat_avian 12 hide_bristley 9 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.009 highTankUtilityAvg herbivore turkey_3 turkey_4 0 8 1 -giant_sand_beetle 25 0 0 0 0 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 5 5.4 2 0 35 0 0 -1 -1 0 0 2 1 15 meat_insect 20 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 medTankArmorWeak herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_2 roach_2 10 10 -giant_sand_beetle_cave 25 0 0 0 0 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 5 5.4 2 0 35 0 0 -1 -1 0 0 2 1 15 meat_insect 20 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_2 roach_2 10 10 yes -giant_spined_puc 71 0 0 0 0 NORMAL yavin4 spinedpuc spined_puc_hue.iff 1.6 1.8 3 10 0 0 -1 -1 -1 -1 -1 2 1 7 meat_reptilian 7 hide_leathery defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.05 medAttackSpeedStrong carnivore frog_5 frog_5 12 12 -giant_spined_snake 47 4 -3 0 0 NORMAL lok spinesnake spined_snake_hue.iff 1.4 1.7 2 0 0 50 50 50 -1 -1 -1 2 1 15 meat_reptilian 8 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 medAttackSpeedAvg carnivore snake_3 snake_3 8 8 yes -giant_stintaril 63 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 1.6 1.8 3 20 20 0 -1 0 -1 -1 -1 2 1 9 meat_carnivore 7 hide_bristley 6 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff rat_4 rat_4 0 2 -giant_tanc_mite 68 -1 2 0 0 NORMAL yavin4 tancmite tanc_mite_hue.iff 2 2.25 4 0 0 0 0 0 0 0 -1 2 1 6 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankArmorStrong herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_4 roach_4 0 2 1 -giant_veermok 20 0 2 0 0 NORMAL naboo veermok veermok_hue.iff 4 4.3 3 25 20 0 -1 45 0 -1 -1 2 1 250 meat_carnivore 200 hide_bristley 80 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak carnivore gorilla_2 gorilla_2 6 6 -giant_worrt 13 0 0 0 0 NORMAL Tatooine - to be sorted tatooine worrt worrt_hue.iff 3 3.4 1 0 0 0 0 0 10 0 -1 2 1 9 meat_reptilian 9 hide_leathery 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore frog_1 frog_1 6 2 -gifted_gondula_shaman 79 0 2 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 50 50 0 0 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -gifted_jinda_shaman 66 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 30 30 0 -1 0 0 -1 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -gifted_panshee_shaman 70 0 2 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -giga_flite_rasp 39 1 -1 0 0 NORMAL talus rasp flite_rasp_hue.iff 1.8 3 1 0 0 0 0 0 15 0 -1 2 1 20 meat_avian 6 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore moth_3 moth_3 0 2 1 -gilad_pellaeon 100 0 0 0 0 NORMAL corellia townsperson dressed_captain_gilad_pellaeon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -gilker_budz 100 0 0 0 0 NORMAL corellia townsperson dressed_giker_budz.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -ging_darjeek 100 0 0 0 0 NORMAL corellia townsperson dressed_ging_darjeek.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -gins_darone 100 0 0 0 0 NORMAL yavin4 imperial Imperial dressed_gins_darone.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 npc.celebrity.gins_darone commoner_10 commoner_10 0 2 -gleaming_lantern_bird 61 0 0 0 -3 NORMAL endor lantern lantern_bird_hue.iff 1 1 3 35 45 0 -1 0 0 -1 -1 2 1 meat_herbivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 highAbilitySpeedWeak herbivore avian_4 avian_4 0 12 1 -global_blksun_enforcer 79 0 2 0 0 NORMAL global blacksun dressed_black_sun_guard.iff 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 1 80 npc/npc_71_80 elite_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug pirate_polearm rebel_pistol melee_special_6 commando_special_6 3 3 -global_blksun_gunman 72 0 0 0 0 NORMAL global blacksun dressed_black_sun_thug.iff 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 2 20 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug pirate_rifle rebel_pistol commando_7 commando_7 12 12 -global_blksun_hitman 75 0 0 0 0 NORMAL global blacksun dressed_black_sun_henchman.iff 0.8 0.9 0 20 0 0 0 0 -1 -1 -1 2 2 20 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug 1 pirate_pistol rebel_pistol commando_7 commando_7 12 12 -global_mercenary_elite 78 0 0 0 -3 NORMAL global merc mercenary_elite 0 60 40 0 0 0 0 -1 -1 2 npc/npc_71_80 elite_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc rebel_carbine commando_special_6 melee_special_6 3 3 yes -global_mercenary_strong 72 0 0 0 0 NORMAL global merc mercenary_strong 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc rebel_carbine commando_7 melee_7 12 12 1 yes -glutted_fynock_queen 14 0 0 0 0 NORMAL talus fynock fynock_hue.iff 2.7 2.9 3 0 0 0 0 0 0 0 -1 2 1 30 meat_avian 25 hide_leathery 20 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 18 fynock carnivore mynock_1 mynock_1 4 4 1 yes -gnarled_bark_mite_queen 17 0 2 0 0 NORMAL rori bark_mite bark_mite_hue.iff 3 3.2 2 0 15 -1 0 -1 -1 -1 -1 2 1 13 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_1 roach_1 6 6 1 -gnarled_donkuwah_spiritmaster 78 0 2 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0.9 1.2 0 0 40 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes -gnarled_korga_spiritmaster 76 2 -2 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0.9 1.2 0 0 35 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 0 12 instant -gnarled_pubam_spiritmaster 66 0 6 0 0 NORMAL endor pubam pubam species_choices_dulok 0.9 1.2 0 0 0 0 40 40 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant -gnarled_rancor 88 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 0.8 1.1 4 0 30 -1 50 50 50 -1 -1 2 1 950 meat_carnivore 876 hide_leathery 776 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_8 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 5 5 instant -gnort 1 0 0 0 0 NORMAL naboo gnort gnort_hue.iff 0.8 1.3 3 0 0 0 0 0 0 0 -1 2 1 6 meat_herbivore 4 hide_leathery 3 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 1 -gnort_massive 2 0 0 0 0 NORMAL naboo gnort gnort_hue.iff 2.4 3.3 3 0 0 0 0 0 0 0 -1 2 1 12 meat_herbivore 8 hide_leathery 6 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 1 -gold_two 100 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_gold_two.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -gondula_chief 81 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 30 30 0 0 0 0 -1 0 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 18 gondula npc ewok_ranged ewok_melee spy_8 melee_8 0 12 -gondula_cub 77 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_creature_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_melee ewok_ranged melee_7 spy_7 0 12 -gondula_elder 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 30 0 0 60 60 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -gondula_elder_worker 78 0 0 0 -3 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 20 0 0 35 35 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 -gondula_kelbe 80 0 0 0 -1 NORMAL endor gondula_tribe gondula_tribe ewok_kelbe.iff 0 15 20 0 30 30 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_melee ewok_ranged melee_8 spy_8 0 12 -gondula_loremaster 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 35 35 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -gondula_matriarch 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 25 25 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 -gondula_outcast 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 10 15 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -gondula_ritualist 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 50 50 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_melee ewok_ranged melee_7 spy_7 0 12 -gondula_shaman 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 10 15 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -gondula_tribesman 78 0 0 0 -2 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 5 5 0 15 15 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 -gondula_veteran 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 40 30 0 50 50 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -gondula_warrior 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 30 30 0 50 50 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -gondula_worker 78 0 0 0 -1 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 15 20 0 30 30 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 -gorax 88 0 0 0 0 BOSS endor gorax gorax gorax.iff 0.7 0.9 0 65 45 0 0 0 0 0 0 2 1 meat_carnivore hide_wooly 3 100 creature/elite_creature:elite_creature_81_90 boss_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 gorax carnivore 100 100 100 100 1 gorilla_5 gorilla_5 9 9 instant -gorg 2 0 0 0 0 NORMAL tatooine gorg chuba_hue.iff 1.3 2.1 1 0 0 0 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore frog_1 frog_1 10 10 1 -gorg_glutton 2 0 2 0 0 NORMAL tatooine gorg chuba_hue.iff 3 3.3 1 0 0 0 0 0 0 0 -1 2 1 12 meat_herbivore 9 hide_leathery 8 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore frog_1 frog_1 10 10 1 -gorge_vesp 42 0 5 0 0 NORMAL lok vesp vesp_hue.iff 0.9 1.3 2 25 25 0 -1 -1 -1 -1 -1 2 1 11 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 medTankUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff lizard_3 lizard_3 8 8 -gorr_ebelt 20 -2 -2 0 0 NORMAL naboo jabba jabba gorr_ebelt.iff 1.08 1.08 0 30 30 0 -1 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc imperial_carbine imperial_pistol officer_2 officer_2 0 2 -goru_rainstealer 100 0 0 0 0 NORMAL rori townsperson townsperson dressed_goru_rainstealer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -governor 7 0 0 0 0 NORMAL naboo naboo naboo dressed_governor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 imperial_pistol imperial_carbine 0 2 1 -governor_ian_lago 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_govenor_ian_lago.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -graf_zapalo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_graf_zapalo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -gramm_rile 20 0 0 0 0 NORMAL tatooine townsperson townsperson mos_taike_mayor.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.gramm_rile pirate_rifle_low_level pirate_pistol_low_level commoner_2 commoner_2 10 10 yes -grand_wrix 37 0 0 0 -2 NORMAL corellia wrix gurreck_hue.iff 1.7 1.8 1 35 30 0 50 -1 35 -1 0 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackUtilityWeak carnivore predatory_cat_3 predatory_cat_3 0 2 1 yes -grassland_blood_marauder 78 5 5 0 0 NORMAL endor marauder endor_marauder dressed_grassland_blood_marauder.iff 0 30 30 0 -1 -1 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc marauder_melee pirate_carbine melee_special_6 bounty_hunter_special_6 5 5 1 instant -grassland_raider 75 0 0 0 0 NORMAL endor marauder endor_marauder dressed_marauder.iff 1.5 2 0 40 40 0 -1 -1 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 marauder npc pirate_carbine marauder_melee bounty_hunter_7 melee_7 12 12 instant -grassland_slice_hound 30 0 0 0 -4 NORMAL corellia slice_hound_grassland corellian_slice_hound_hue.iff 1.3 1.6 4 5 15 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore wolf_2 wolf_2 10 10 1 yes -grassland_voritor_tracker 69 0 -6 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1.2 1.4 3 65 65 0 0 0 0 -1 0 2 1 45 meat_carnivore 35 hide_leathery 40 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 medAttackSpeedAvg carnivore lizard_4 lizard_4 12 12 1 -graul 81 0 0 0 0 NORMAL dantooine graul graul_hue.iff 0.9 1.1 1 50 0 -1 0 0 -1 -1 -1 2 1 950 meat_carnivore 875 hide_leathery 775 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackAbilityAvg carnivore gorilla_5 gorilla_5 12 12 -graul_mangler 70 2 -2 2 -2 NORMAL dathomir graul graul_hue.iff 1.2 1.5 2 40 15 60 60 60 0 -1 0 2 1 950 meat_carnivore 875 hide_leathery 775 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore gorilla_4 gorilla_4 12 12 yes -graul_marauder 80 0 0 0 0 NORMAL dantooine graul graul_hue.iff 1.6 1.8 2 75 55 90 90 90 55 55 55 1.7 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.001 highAttackDamageAvg carnivore 1.7 gorilla_5 gorilla_5 12 12 instant -graul_mauler 82 0 0 0 -4 NORMAL dantooine graul graul_hue.iff 0.9 1.1 2 45 0 60 60 60 -1 -1 -1 2 1 950 meat_carnivore 875 hide_leathery 775 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackAbilityAvg carnivore gorilla_5 gorilla_5 12 12 instant -graul_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_graul.iff 0.65 0.65 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -gravin_attal 100 0 0 0 0 NORMAL talus townsperson dressed_gravin_attal.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -great_borgle 43 -1 1 0 0 NORMAL rori borgle borgle_hue.iff 1.9 2.2 3 0 0 0 0 0 0 0 -1 2 1 11 meat_carnivore 7 hide_leathery 11 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 borgle 0.1 lowTankUtilityWeak carnivore bat_3 bat_3 6 6 -great_plains_stalker 50 0 0 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 1.5 2 4 35 35 0 0 0 0 0 -1 1.7 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.005 highAttackSpeedAvg carnivore ai.hunter 1 predatory_cat_3 predatory_cat_3 10 10 1 yes -greater_desert_womprat 12 0 0 0 0 NORMAL Tatooine - to be sorted tatooine womprat_great_desert womp_rat_hue.iff 2.7 3.1 4 0 0 35 30 0 -1 -1 -1 2 1 6 meat_wild 5 hide_leathery 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff rat_1 rat_1 6 2 1 -greater_gulginaw 37 0 0 0 0 NORMAL corellia gulginaw gulginaw_hue.iff 1.3 1.6 1 15 30 -1 0 -1 -1 0 0 2 1 97 meat_avian 48 bone_avian defaultProfile creature/greater_gulginaw_loot generic_creature_4 col_feather_gulginaw 0.15 medAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff griffon_3 griffon_3 10 10 1 -greater_shaupaut 14 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 2 2.5 1 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 6 hide_bristley 6 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackDamageWeak carnivore monkey_1 monkey_1 6 6 1 -greater_sludge_panther 49 2 2 0 -3 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 1.9 2.1 3 35 0 0 -1 -1 -1 45 -1 2 1 80 meat_carnivore 70 hide_leathery 70 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 sludge_panther 0.05 medAttackUtilityWeak carnivore predatory_cat_3 predatory_cat_3 6 6 yes -greck_assassin 31 2 -2 0 0 NORMAL corellia olag_greck olag_greck criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc spy_3 spy_3 0 2 yes -greck_henchman 23 0 0 0 0 NORMAL corellia olag_greck olag_greck criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_pistol pirate_carbine smuggler_2 smuggler_2 0 2 -greck_mugger 28 0 0 0 0 NORMAL corellia olag_greck olag_greck criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_carbine pirate_carbine smuggler_2 smuggler_2 0 2 -greck_smuggler 25 0 0 0 0 NORMAL corellia olag_greck olag_greck criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc general_carbine general_sword smuggler_2 melee_2 0 2 -greeata 100 0 0 0 0 NORMAL rebel Rebel greeata.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -green_laser 100 0 0 0 0 NORMAL talus townsperson drall_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -grizzled_bark_mite 14 1 -1 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.25 1.5 3 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite 0.1 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff roach_1 roach_1 6 6 1 -grizzled_dewback 18 4 2 0 -4 NORMAL tatooine dewback dewback_hue.iff 0.9 1.3 2 35 20 0 40 -1 -1 -1 -1 2 1 365 meat_reptilian 285 hide_leathery 210 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.1 lowTankArmorWeak herbivore bull_2 bull_2 10 10 -grobber 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_old_twk_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -gronda 32 -2 2 0 0 NORMAL corellia gronda gronda_hue.iff 1 1.3 1 20 15 0 -1 -1 -1 -1 -1 2 1 360 meat_carnivore 270 hide_leathery 180 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankHealthWeak carnivore elephant_3 elephant_3 0 6 1 -gronda_elder 33 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 1.4 1.6 2 60 0 80 0 0 0 -1 25 2 1 360 meat_carnivore 270 hide_leathery 180 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankDefenseWeak carnivore elephant_3 elephant_3 0 6 1 yes -gronda_juggernaut 50 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 2 2.2 4 65 65 75 -1 100 0 0 -1 1.7 1 500 meat_carnivore 400 hide_leathery 375 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.005 highTankArmorAvg carnivore 1.7 elephant_4 elephant_4 10 10 1 yes -gronda_patriarch 30 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 1.8 2.2 3 65 50 80 0 0 0 10 25 2 1 360 meat_carnivore 270 hide_leathery 180 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankHealthWeak carnivore elephant_3 elephant_3 0 6 1 yes -grondorn_muse 100 0 0 0 0 NORMAL corellia townsperson dressed_grondorn_muse.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_rifle rebel_carbine commoner_10 commoner_10 0 2 -grovo 83 5 0 0 0 BOSS dathomir nightsister nightsister nsister_rancor_grovo.iff 1.5 1.8 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore generic_creature_special_6 generic_creature_special_6 12 12 instant -grungy_donkuwah_laborer 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 0 15 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes -grungy_korga_laborer 76 0 0 0 0 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 20 25 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes -grungy_pubam_laborer 65 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 15 35 0 0 0 0 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes -gualama 39 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 0.8 1.2 2 20 15 0 0 0 0 0 -1 2 1 milk_wild 200 meat_wild 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore horse_3 horse_3 0 6 1 -gualama_patriarch 42 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 1.1 1.3 3 15 15 0 0 0 0 0 -1 2 1 250 meat_wild 200 hide_wooly 120 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackAbilityWeak herbivore horse_3 horse_3 0 6 1 -guardian_mark_ii_crafted 80 0 0 0 0 NORMAL anywhere droid guardian_mark_ii_crafted.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0.9 0 2 -gubbur 23 0 0 0 0 NORMAL corellia gubbur gubbur_hue.iff 1.3 1.6 1 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 3 hide_leathery 3 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 lowAttackAbilityWeak herbivore frog_2 frog_2 0 2 1 -gubbur_bloated 23 0 0 0 0 NORMAL corellia gubbur gubbur_hue.iff 2.6 3.8 1 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 3 hide_leathery 3 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore frog_2 frog_2 0 2 1 -guf_drolg 42 0 0 0 -6 NORMAL talus guf_drolg guf_drolg_hue.iff 1 1.2 1 15 10 0 0 0 0 0 -1 2 1 350 meat_reptilian 275 hide_leathery 200 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore bull_3 bull_3 0 2 1 -guf_drolg_female 43 0 0 0 -4 NORMAL talus guf_drolg guf_drolg_hue.iff 0.8 1 2 15 5 0 0 0 0 0 -1 2 1 325 meat_reptilian 265 hide_leathery 190 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore bull_3 bull_3 0 2 1 -gulginaw 26 1 1 0 0 NORMAL corellia gulginaw gulginaw_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 75 meat_avian 25 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 4 col_feather_gulginaw herbivore griffon_2 griffon_2 0 2 1 -gundark_crook 1 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_sword 0 2 -gundark_desperado 34 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_polearm smuggler_3 melee_3 0 2 1 -gundark_hooligan 31 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_sword smuggler_3 melee_3 0 2 -gundark_raider 36 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_unarmed smuggler_3 melee_3 0 2 -gundark_rogue 33 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 -gundark_ruffian 37 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 -gungan_bomber 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 -1 30 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_rifle rebel_pistol commoner_2 commoner_2 0 6 -gungan_boss 26 0 0 0 -3 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 20 0 35 35 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_carbine rebel_unarmed smuggler_2 melee_2 0 6 -gungan_captain 26 0 0 0 5 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 -1 30 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_polearm rebel_carbine melee_2 smuggler_2 0 6 yes -gungan_falumpaset 25 0 0 0 0 NORMAL naboo gungan gungan falumpaset_hue.iff 1 1.2 1 25 0 0 35 35 -1 -1 -1 2 1 milk_wild 230 meat_domesticated 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_2 camel_2 0 6 -gungan_fambaa 25 0 0 0 0 NORMAL naboo gungan gungan fambaa_hue.iff 0.8 1.2 3 40 40 0 0 80 80 -1 0 2 1 milk_wild 1350 meat_reptilian 750 hide_leathery 725 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore fambaa_2 fambaa_2 0 6 -gungan_general 26 0 0 0 0 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 25 0 -1 30 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military rebel_carbine rebel_sword smuggler_2 melee_2 0 6 yes -gungan_grand_army_soldier 25 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc military military rebel_rifle rebel_pistol smuggler_2 smuggler_2 0 6 -gungan_guard 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 -1 25 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_sword rebel_carbine melee_2 commoner_2 0 6 -gungan_hermit 23 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc townsperson townperson rebel_pistol rebel_carbine commoner_2 commoner_2 0 6 -gungan_hunter 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s04_male.iff 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier townsperson townperson rebel_rifle rebel_pistol bounty_hunter_2 bounty_hunter_2 0 6 -gungan_kaadu 23 0 0 0 0 NORMAL naboo gungan gungan kaadu_hue.iff 1.1 1.2 1 0 0 0 0 15 0 0 -1 2 1 milk_wild 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 herbivore raptor_2 raptor_2 0 6 -gungan_kaadu_rider 24 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc townsperson townperson rebel_carbine rebel_pistol commoner_2 commoner_2 0 6 -gungan_light_scout 83 0 0 0 0 NORMAL Azure Cabal series naboo gungan gungan gungan_male 0.9 1.1 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 npc ai.soldier townsperson townperson rebel_rifle rebel_pistol bounty_hunter_2 bounty_hunter_2 0 6 -gungan_mercenary 14 0 0 0 0 NORMAL naboo mercenary gungan_s04_male.iff 0 0 0 0 0 15 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military rebel_sword rebel_carbine commando_1 commando_1 0 6 yes -gungan_outcast 23 0 0 0 0 NORMAL naboo gungan_outcast gungan_s02_male.iff 0 0 0 0 0 15 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang rebel_pistol rebel_carbine smuggler_2 smuggler_2 6 6 1 yes -gungan_priest 23 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc rebel_pistol none commoner_2 commoner_2 0 6 1 -gungan_scout 23 0 0 0 0 NORMAL naboo gungan gungan gungan_s04_male.iff 0 0 0 0 0 10 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_rifle rebel_pistol commoner_2 commoner_2 0 6 -gungan_veermok 23 0 0 0 0 NORMAL naboo gungan gungan veermok_hue.iff 0.9 1.3 1 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 carnivore gorilla_2 gorilla_2 0 6 -gungan_war_chief 26 0 0 0 0 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 0 0 0 25 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_polearm rebel_carbine melee_2 smuggler_2 0 6 yes -gunner 15 0 0 0 0 NORMAL global imperial Imperial mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -gunrunner 14 0 0 0 0 NORMAL tatooine mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 -gunrunner_newbie 5 0 0 0 0 NORMAL tatooine gunrunner criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level 4 4 -gunrunner_newbie_leader 8 0 0 0 0 NORMAL tatooine gunrunner criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level 4 4 -gunrunner_newbie_sentry 6 0 0 0 0 NORMAL tatooine gunrunner criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level 4 4 -gurk 38 0 0 0 0 NORMAL lok gurk gurk_hue.iff 0.8 1.2 2 40 0 0 0 0 -1 -1 -1 2 1 350 meat_herbivore 276 hide_leathery 301 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01,col_kill_gurk_activation_loot 0.1 medTankHealthWeak herbivore gorilla_3 gorilla_3 0 8 -gurk_gatherer 39 0 0 0 -3 NORMAL lok gurk gurk_hue.iff 0.8 1.2 3 35 30 0 0 0 0 40 0 2 1 350 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore gorilla_3 gorilla_3 0 8 -gurk_loathsome_mangler 38 5 -5 0 0 NORMAL lok gurk gurk_hue.iff 1.3 1.5 3 20 20 -1 0 0 0 0 0 2 1 350 meat_herbivore 276 hide_leathery 301 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 highAttackDamageWeak herbivore gorilla_3 gorilla_3 8 8 yes -gurk_tracker 38 0 0 0 0 NORMAL lok gurk gurk_hue.iff 0.8 1.2 4 40 0 0 0 0 -1 -1 -1 2 1 350 meat_herbivore 277 hide_leathery 302 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01,col_kill_gurk_activation_loot 0.1 medTankHealthWeak herbivore gorilla_3 gorilla_3 0 8 -gurk_whelp 37 0 -3 0 0 NORMAL lok gurk gurk_hue.iff 0.5 0.8 3 30 30 0 0 0 0 40 0 2 1 300 meat_herbivore 225 hide_leathery 250 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01,col_kill_gurk_activation_loot 0.02 medAttackDamageWeak herbivore gorilla_3 gorilla_3 0 8 -gurk_with_gun 38 0 0 0 0 NORMAL lok gurk gurk_hue.iff 0.8 1.2 2 40 0 0 0 0 -1 -1 -1 2 1 350 meat_herbivore 276 hide_leathery 301 bone_mammal defaultProfile droid/droid_31_40 generic_creature_4 housing_improvement_01,col_holo_emitter_01 0.1 medTankHealthWeak droid object/weapon/ranged/pistol/pistol_launcher.iff droid_3 droid_3 0 8 -gurnaset 50 0 0 0 0 NORMAL lok gurnaset gurnaset_hue.iff 0.8 1.2 4 10 0 0 0 0 -1 -1 -1 2 1 milk_wild 352 meat_herbivore 279 hide_leathery 304 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 medAbilitySpeedAvg herbivore camel_3 camel_3 0 8 1 -gurnaset_hatchling 49 0 0 0 0 NORMAL lok gurnaset gurnaset_hue.iff 0.5 0.8 2 0 0 0 0 0 0 0 -1 2 1 351 meat_herbivore 278 hide_leathery 303 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.12 lowTankUtilityAvg herbivore camel_3 camel_3 0 8 1 -gurrcat 29 0 0 0 0 NORMAL corellia gurrcat tusk_cat_hue.iff 0.5 0.7 4 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 carnivore predatory_cat_2 predatory_cat_2 0 2 1 -gurreck 63 0 5 0 -5 NORMAL endor gurreck gurreck_hue.iff 1 1 4 30 30 -1 50 50 -1 50 -1 2 1 milk_wild meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackAbilityAvg carnivore predatory_cat_4 predatory_cat_4 12 12 -gurreck_prowler 64 4 -4 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 1 65 65 0 0 -1 0 0 0 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedAvg carnivore predatory_cat_4 predatory_cat_4 12 12 1 -haggard_donkuwah_battlelord 89 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 35 35 0 0 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes -haggard_pubam_battlelord 65 5 5 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant -hagrin_zeed 100 0 0 0 0 NORMAL talus townsperson dressed_hagrin_zeed.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -hal_horn 100 0 0 0 0 NORMAL corellia townsperson dressed_corellia_hal_horn.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_rifle rebel_pistol commoner_10 commoner_10 0 2 -haleen_snowline 100 0 0 0 0 NORMAL talus townsperson dressed_haline_snowline.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 -haltest_credit_eater 100 0 0 0 0 NORMAL Test of script naboo townsperson townsperson smuggler_broker_gotan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.haltest_banker commoner_10 commoner_10 0 0 -han_solo 100 0 0 0 0 NORMAL rebel Rebel han_solo.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.celebrity.han_solo smuggler_10 smuggler_10 0 2 -hanadak_ancient 61 0 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1.5 1.5 3 0 0 -1 100 100 100 -1 -1 2 1 40 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowTankDefenseAvg carnivore gorilla_4 gorilla_4 12 12 1 yes -hanadak_drifter 60 0 0 0 -2 NORMAL endor hanadak hanadak_hue.iff 1 1 1 20 20 -1 60 60 60 -1 -1 2 1 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackDamageWeak carnivore gorilla_4 gorilla_4 12 12 1 yes -hand_of_solitude 35 0 0 0 0 NORMAL corellia solitude Rebel mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_unarmed commando_3 melee_3 0 2 yes -hardened_gondula_warrior 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 30 30 0 0 0 0 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 yes -hardened_jinda_warrior 66 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc none commoner_6 commoner_6 0 12 yes -hardened_panshee_warrior 71 1 1 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 yes -harmony_worrt 18 0 0 0 0 NORMAL Tatooine - Force Sensitive Profession 11 tatooine worrt worrt_hue.iff 1.2 1.5 31 0 0 0 0 0 0 0 -1 2 defaultProfile creature/creature_11_20 generic_creature_2 carnivore 1 frog_1 frog_1 4 4 -hedon_istee 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_hedon_istee.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.hedon_istee 0 2 -hefsen_zindalai 100 0 0 0 0 NORMAL rori townsperson dressed_hefsen_zindalai.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -herald_biogenic_gardo 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_biogenic_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_biogenic_harmon 100 0 0 0 0 NORMAL imperial Imperial dressed_herald_biogenic_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_biogenic_teraeza 100 0 0 0 0 NORMAL rebel Rebel dressed_herald_biogenic_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_corellia_karin 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_corellia_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_corellia_lock 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_corellia_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_corellia_ren 100 0 0 0 0 NORMAL corellia townsperson townsperson dressed_herald_nsister_rancor_cave_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_dathomir_azzenaj 100 0 0 0 0 NORMAL dathomir mtn_clan mtn_clan dressed_herald_dathomir_nsister_cave_azzenaj.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 sng_mtn_clan npc 1 commoner_10 commoner_10 0 2 -herald_dathomir_denbar 100 0 0 0 0 NORMAL dathomir townsperson townsperson dressed_herald_nsister_rancor_cave_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 12 -herald_dathomir_leandra 100 0 0 0 0 NORMAL dathomir nightsister nightsister dressed_herald_dathomir_nsister_cave_leandra.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 nightsister npc 1 commoner_10 commoner_10 0 12 -herald_dathomir_olof 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_dathomir_nsister_cave_olof.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_lok_andria 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_lok_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_lok_talia 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_lok_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_naboo_demitri 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_servant_naboo_human_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_naboo_hanna 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_noble_twk_female_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_naboo_ketter 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_pirate_naboo_human_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_naboo_ronin 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_naboo_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_naboo_vaikanna 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_naboo_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_tatooine_errik 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_tatooine_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -herald_tatooine_viconya 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_tatooine_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 -hermit 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_pistol rebel_carbine 0 2 -hermit_spider 33 0 0 0 0 NORMAL naboo hermit_spider hermit_spider_hue.iff 0.8 1.2 1 0 0 10 0 0 0 0 -1 2 1 60 meat_insect defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore spider_2 spider_2 0 2 1 -hermit_spider_guard 5 0 0 0 -2 NORMAL naboo hermit_spider hermit_spider_hue.iff 1.5 2 3 10 10 0 0 0 10 0 -1 2 1 9 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 6 6 1 -hermit_spider_mutant 4 0 0 0 0 NORMAL naboo hermit_spider hermit_spider_hue.iff 1.2 1.5 1 0 0 10 0 0 0 0 -1 2 1 60 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 -hermit_spider_queen 5 0 0 0 0 NORMAL naboo hermit_spider hermit_spider_hue.iff 2.5 2.5 4 20 20 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.1 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff 6 6 1 yes -heroic_axkva_axkva_min 93 5 -5 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_axkva.iff 1 1 0 0 0 0 0 0 0 0 0 0 80000 160000 1 100 heroic/heroic:axkva 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 heroic_axkva_min npc 100 100 100 100 1 int:ai.noChatMood=1 heroic_axkva_axkva_min heroic_axkva_axkva_min 12 9 instant -heroic_axkva_axkva_shade 90 0 0 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_axkva.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 1 int:ai.noChatMood=1 force_sword force_sword_ranged jedi_special_9 jedi_special_9 12 9 instant -heroic_axkva_gorvo 91 6 -6 0 0 BOSS dathomir axkva_min axkva_min beast_master/bm_mutated_rancor.iff 1 1 0 0 0 0 0 0 0 0 0 0 100 heroic_gorvo carnivore 100 100 100 100 1 int:ai.noChatMood=1,int:bm_doNotShowExamineInfo=1 heroic_axkva_gorvo heroic_axkva_gorvo 12 9 instant -heroic_axkva_kimaru 92 4 -4 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_spellweaver.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/boss_npc:boss_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 heroic_kimaru npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_kimaru heroic_axkva_kimaru 12 9 instant -heroic_axkva_lelli_hi 92 4 -4 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/boss_npc:boss_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 lelli_hi npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_lelli_hi heroic_axkva_lelli_hi 12 9 instant -heroic_axkva_nandina 91 0 0 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_rancor_tamer.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/boss_npc:boss_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 heroic_nandina npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_nandina heroic_axkva_nandina 12 9 instant -heroic_axkva_suin_chalo 92 6 -6 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_protector.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 suin_chalo npc 100 100 100 100 1 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_suin_chalo heroic_axkva_suin_chalo 12 9 instant -heroic_axkva_acid_aspect 90 3 -3 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_acid_aspect heroic_axkva_acid_aspect 64 64 instant -heroic_axkva_heat_aspect 90 3 -3 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_heat_aspect heroic_axkva_heat_aspect 64 64 instant -heroic_axkva_cold_aspect 90 3 -3 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_cold_aspect heroic_axkva_cold_aspect 64 64 instant -heroic_axkva_elec_aspect 90 3 -3 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_elec_aspect heroic_axkva_elec_aspect 64 64 instant -heroic_axkva_warden 100 0 0 0 0 NORMAL axkva_min gethzerion.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 npc 100 100 100 100 1 1 commoner_10 commoner_10 0 2 instant -heroic_ig88_bomb_droid 90 0 0 0 0 NORMAL lok ig88 battle_droid.iff 0 75 75 100 60 100 25 40 85 2 8000 15000 npc/npc_21_30 android theme_park.heroic.ig88.ig88_bomb_droid imperial_sword imperial_sword droid_special_6 melee_special_6 9 3 instant -heroic_ig88_droideka 90 0 0 0 0 BOSS lok ig88 droideka.iff 0 85 95 100 60 100 25 40 85 2 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 elite_droid_9 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 droid theme_park.heroic.ig88.ig88_droideka object/weapon/ranged/droid/droid_droideka_ranged.iff ig88_droideka ig88_droideka 8 8 instant -heroic_ig88_ig88_rocket 90 0 0 0 0 BOSS NOTHING lok ig88 ig_88_rocket.iff 2 2 0 85 95 100 60 100 25 40 85 2 80000 160000 1 100 heroic/heroic:ig88 elite_droid_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 100 heroic_ig88 android 100 100 100 100 theme_park.heroic.ig88.ig88 object/weapon/ranged/droid/droid_rocket_launcher.iff object/weapon/ranged/droid/droid_flamethrower.iff droid_1 droid_1 0 2 1 instant -heroic_ig88_mouse_droid 1 0 0 0 0 NORMAL anywhere mousedroid mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 8000 15000 droid/droid_1_10 generic_droid_1 droid 100 100 100 100 1 1 0 2 -heroic_ig88_normal_droideka 90 0 0 0 0 NORMAL lok ig88 droideka.iff 0 85 95 100 60 100 25 40 85 2 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 elite_droid_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 droid theme_park.heroic.ig88.ig88_droideka_normal object/weapon/ranged/droid/droid_droideka_ranged.iff ig88_droideka ig88_droideka 8 8 instant -heroic_ig88_super_battle_droid 90 0 0 0 0 BOSS lok ig88 battle_droid.iff 2 2 0 85 95 100 60 100 25 40 85 2 8000 15000 1 100 npc/boss_npc:boss_npc_81_90 elite_droid_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android 100 100 100 100 1 theme_park.heroic.ig88.ig88_super_battle_droid object/weapon/ranged/droid/droid_flamethrower_nomuzzle.iff 0.25 6 3 instant -heroic_tusken_bantha 90 0 0 0 0 ELITE heroic_tusken_army heroic_tusken heroic_tusken bantha_saddle_hue.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 100 npc/tusken:tusken_elite 18 tusken 12 3 yes -heroic_tusken_berserker 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 npc/tusken:tusken_normal 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 12 3 yes -heroic_tusken_bestine_police_offcier 90 0 0 0 0 NORMAL heroic_tusken_army espa espa eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 npc/npc_31_40 18 tusken npc 1 12 yes -heroic_tusken_blood_hunter 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 npc/tusken:tusken_normal 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,col_shattered_shard_02 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 12 3 yes -heroic_tusken_champion 90 0 0 0 0 ELITE heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 20 npc/tusken:tusken_normal 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 12 3 yes -heroic_tusken_da_la_socuna 90 0 0 0 0 NORMAL heroic_tusken_army espa espa space_rebel_tier1_tatooine_socuna.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 1 3 yes -heroic_tusken_flesh_hunter 90 0 3 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 9 3 yes -heroic_tusken_hirce_tharnam 90 0 0 0 0 NORMAL heroic_tusken_army espa espa hirce_tharnam.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 1 3 yes -heroic_tusken_honor_guard 90 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 20 npc/tusken:tusken_normal heroic_tusken_junk 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 36 15 yes -heroic_tusken_kav_goldor 90 0 0 0 0 BOSS heroic_tusken_army espa espa heroic_tusken_kav_golder.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 20 npc/tusken:tusken_normal heroic_tusken_junk 18 tusken npc 1 rebel_pistol rebel_pistol heroic_tusken_kav_goldor heroic_tusken_kav_goldor 12 yes -heroic_tusken_king 95 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_king.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 2 80000 160000 1 100 heroic/heroic:tusken 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,heroic_tusken_junk 100 heroic_tusken_king npc 100 100 ai.tusken_raider object/weapon/melee/baton/baton_gaderiffi_elite.iff object/weapon/melee/baton/baton_gaderiffi_elite.iff heroic_tusken_king heroic_tusken_king 36 15 yes -heroic_tusken_macy_malo 90 0 0 0 0 NORMAL heroic_tusken_army espa espa macy_malo.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 3 yes -heroic_tusken_major_berok_skoff 90 0 0 0 0 NORMAL heroic_tusken_army espa espa berok_skoff.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 1 3 yes -heroic_tusken_massiff 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_massif.iff 1.5 1.5 10 0 0 0 0 0 0 0 0 2 800 1600 18 tusken ai.tusken_raider wolf_5 wolf_5 12 3 yes -heroic_tusken_mos_eisley_police_officer 90 0 0 0 0 NORMAL heroic_tusken_army espa_guard espa_guard eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes -heroic_tusken_mos_espa_citizen 90 0 0 0 0 NORMAL heroic_tusken_army espa espa commoner 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 12 yes -heroic_tusken_mos_espa_medic 90 0 0 0 0 ELITE heroic_tusken_army espa_guard espa_guard scientist 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes -heroic_tusken_mos_espa_mercenary 90 0 0 0 0 NORMAL heroic_tusken_army espa_guard espa_guard eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes -heroic_tusken_mos_espa_militia 90 0 0 0 0 ELITE heroic_tusken_army espa_guard espa_guard eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes -heroic_tusken_mos_espa_police_officer 90 0 0 0 0 NORMAL heroic_tusken_army espa espa eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes -heroic_tusken_nova_trooper 90 0 0 0 0 NORMAL heroic_tusken_army espa_guard espa_guard dressed_stormtrooper_white_gold.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 12 yes -heroic_tusken_pack_master 90 0 0 0 0 ELITE heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 8000 16000 1 20 npc/tusken:tusken_elite 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes -heroic_tusken_raid_leader 90 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 8000 16000 1 100 npc/boss_npc:boss_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,col_shattered_shard_02,heroic_tusken_junk 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes -heroic_tusken_raider 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes -heroic_tusken_savage 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes -heroic_tusken_sniper 90 0 0 0 0 ELITE heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 20 npc/tusken:tusken_elite 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes -heroic_tusken_war_master 90 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 2 20 npc/tusken:tusken_normal 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,col_shattered_shard_02,heroic_tusken_junk 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes -heroic_tusken_warlord 90 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 2 20 npc/tusken:tusken_normal 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,col_shattered_shard_02,heroic_tusken_junk 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 36 15 yes -heroic_tusken_warrior 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes -heroic_tusken_watto 90 0 0 0 0 NORMAL heroic_tusken_army espa espa watto.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 1 3 yes -heroic_tusken_businessman 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_architect 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 -heroic_tusken_javran_mu 90 0 0 0 0 NORMAL heroic_tusken_army espa espa javran_mu.iff 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 -heroic_tusken_scholar 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_architect 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 -heroic_tusken_bio_engineer 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_bioengineer 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 -heroic_tusken_flight_crew 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_weaponsmith 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 -heroic_tusken_droid_engineer 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_droidengineer 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 -heroic_tusken_mos_espa_expert 90 0 0 0 0 NORMAL heroic_tusken_army espa espa scientist 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 3 yes -heroic_tusken_pit_droid 90 0 0 0 0 NORMAL heroic_tusken_army espa espa pit_droid.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 3 yes -heroic_tusken_mse_droid 90 0 0 0 0 NORMAL heroic_tusken_army espa espa mouse_droid.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 3 yes -heroic_tusken_power_droid 90 0 0 0 0 NORMAL heroic_tusken_army espa_guard espa_guard eg6_power_droid.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 3 yes -hidden_daggers_activist 32 0 0 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_pistol smuggler_3 smuggler_3 0 2 -hidden_daggers_dissident 33 0 0 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 -hidden_daggers_extremist 33 1 -1 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 6 yes -hidden_daggers_leader 34 1 -1 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_organized 0 0 15 0 -1 -1 -1 40 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine general_carbine smuggler_3 smuggler_3 0 6 yes -hidden_daggers_lieutenant 33 1 -1 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_organized 0 0 10 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 general_rifle general_pistol smuggler_3 smuggler_3 0 6 yes -high_colonel 24 0 0 0 0 NORMAL global imperial Imperial imperial_colonel 0 15 15 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect military military rebel_carbine rebel_pistol commando_2 commando_2 0 4 yes -highland_remmer 65 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1 1 4 30 25 50 -1 -1 -1 -1 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highAttackUtilityAvg herbivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff rat_4 rat_4 12 12 -highwayman 8 0 0 0 0 NORMAL global brigand criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_rifle_low_level pirate_pistol_low_level 4 4 yes -hilltop_gurreck_hunter 64 3 -3 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 1 50 65 0 0 0 0 0 0 2 1 milk_wild meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityAvg carnivore predatory_cat_4 predatory_cat_4 12 12 1 -hilltop_kima 47 0 4 0 0 NORMAL talus hilltop_kima kima_hue.iff 1.2 1.3 3 0 0 0 -1 50 -1 -1 -1 2 1 8 meat_herbivore 10 hide_bristley 8 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 medTankDefenseWeak carnivore predatory_cat_3 predatory_cat_3 0 2 -hirsch_sif 57 0 0 0 0 NORMAL Talus sif sif dressed_hirsch_sif.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_5 commoner_5 6 6 1 yes -horned_krevol 2 0 0 0 0 NORMAL naboo krevol_horned horned_krevol_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 3 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankArmorWeak herbivore 0 2 -horned_rasp 31 0 0 0 0 NORMAL rori rasp horned_rasp_hue.iff 2 2.5 1 0 0 0 0 0 0 0 -1 2 1 8 meat_avian 1 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore avian_3 avian_3 0 2 1 -horned_voritor_jungle_lizard 73 0 0 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1 1 4 40 40 0 0 80 80 80 -1 2 1 65 meat_carnivore 40 hide_leathery 50 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 medAttackSpeedAvg carnivore lizard_5 lizard_5 12 12 -hostile_thune_mother 69 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1 1 2 0 55 0 -1 -1 -1 -1 -1 2 1 milk_wild 135 meat_herbivore 150 hide_wooly defaultProfile creature/hostile_thune_mother_loot generic_creature_7 0.1 medTankHealthAvg herbivore elephant_4 elephant_4 12 12 1 -hoth_at_st 10 0 0 0 0 NORMAL anywhere townsperson vehicle/hoth_at_st.iff 1 1 1 0 0 0 0 0 0 0 -1 2 herbivore 0 2 -house_packup_reward_npc 100 0 0 0 0 NORMAL Reward npc for the house packup code, residing in the Lucky Despot tatooine townsperson townsperson house_packup_reward_npc.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.house_packup_reward_npc commoner_10 commoner_10 0 0 -howling_plumed_rasp 23 0 0 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 3 3.2 2 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 2 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 herbivore avian_2 avian_2 0 2 -howling_plumed_rasp_large 23 0 0 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 6 6.4 2 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 2 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 herbivore avian_2 avian_2 0 2 1 -huf_dun 47 2 -2 0 0 NORMAL talus huf_dun huf_dun_hue.iff 1 1.1 1 25 0 0 0 -1 0 0 -1 2 1 1350 meat_herbivore 1600 hide_leathery 1350 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 -huf_dun_bull 48 2 2 0 0 NORMAL talus huf_dun huf_dun_hue.iff 1.1 1.2 3 15 0 0 -1 -1 -1 0 -1 2 1 1350 meat_herbivore 1601 hide_leathery 1351 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 -huff_darklighter 100 0 0 0 0 NORMAL tatooine darklighter dressed_huff_darklighter_2.iff 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:celebrity=1 conversation.huff_darklighter townsperson townperson rebel_carbine rebel_unarmed spy_10 melee_10 0 2 1 -huff_guard 100 0 0 0 0 NORMAL tatooine darklighter mercenary_strong 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc string:quest_name=huffs_guard_rifle,string:task_name=getRifle conversation.huffs_guard,quest.task.ground.give_item_to_npc townsperson townperson rebel_sword rebel_carbine melee_10 spy_10 0 2 yes -huff_sennex_slave_driver 32 0 0 0 0 NORMAL tatooine sennex sennex_pirate 1.02 1.04 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes -huff_sennex_slaver_overlord 31 0 0 0 0 ELITE tatooine sennex dressed_black_sun_thug.iff 1.02 1.04 0 0 0 0 30 -1 30 -1 -1 2 npc/elite_npc:elite_npc_31_40 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes -huff_sennex_slaver_veteran 31 0 0 0 0 NORMAL tatooine sennex sennex_pirate 1.02 1.04 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 1 yes -huff_tusken_blood_hunter 32 0 0 0 0 NORMAL huff darklighter quest tatooine vile_tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 50 40 0 30 -1 30 -1 -1 2 1 100 npc/tusken:tusken_normal col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 7 3 1 yes -huff_tusken_flesh_render 31 0 0 0 0 NORMAL huff darklighter quest tatooine vile_tusken_raider tusken_raider tusken_raider.iff 1 1.15 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_normal col_tusken_valuables,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 6 3 1 yes -huff_tusken_vile_chieftain 31 0 0 0 0 ELITE huff darklighter quest tatooine vile_tusken_raider tusken_raider tusken_raider.iff 1.5 1.5 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_elite col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 6 3 -huff_zinga 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_huff_zinga.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -humbaba 32 0 0 0 0 NORMAL corellia humbaba falumpaset_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 230 meat_domesticated 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankHealthWeak herbivore camel_2 camel_2 0 2 1 -hunter 7 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_rifle rebel_pistol 0 2 1 yes -hunter_talus 16 1 0 0 0 NORMAL talus talus_poachers criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 ai.hunter pirate slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes -hutt_assassin 22 1 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level spy_2 melee_2 0 2 -hutt_enforcer 22 0 0 0 0 NORMAL tatooine jabba jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate slang general_sword commando_2 melee_2 0 6 yes -hutt_expedition_force_leader 78 0 0 0 5 NORMAL yavin4 hutt Hutt dressed_hutt_expedition_force_leader.iff 0 0 0 0 30 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_carbine pirate_pistol officer_7 officer_7 0 2 yes -hutt_expedition_force_member 80 0 0 0 0 NORMAL yavin4 hutt Hutt dressed_hutt_expedition_force_member.iff 0 15 0 0 -1 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc general_carbine general_sword commoner_8 commoner_8 0 2 yes -hutt_expedition_force_surveyer 77 0 0 0 0 NORMAL yavin4 hutt Hutt dressed_hutt_expedition_force_member.iff 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc general_carbine general_sword bounty_hunter_7 bounty_hunter_7 0 2 -hutt_informant_quest 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_hutt_informant_quest.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -hutt_outcast 2 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine outcast jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 -huurton 60 0 0 0 -3 NORMAL dantooine huurton huurton_hue.iff 1 1 1 10 10 0 0 0 0 0 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackUtilityWeak carnivore wolf_4 wolf_4 12 12 1 instant -huurton_bloodhunter 64 3 0 1 0 NORMAL dantooine huurton huurton_hue.iff 1 1 1 15 15 0 25 15 0 0 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityWeak carnivore wolf_4 wolf_4 12 12 1 yes -huurton_howler 65 3 -3 0 0 NORMAL dantooine huurton huurton_hue.iff 1 1 1 15 15 0 40 60 -1 -1 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedWeak carnivore wolf_4 wolf_4 12 12 1 yes -huurton_huntress 62 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 1 1.2 4 0 0 0 40 100 -1 -1 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedWeak carnivore wolf_4 wolf_4 12 12 1 -huurton_matron 61 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 0.8 1 2 0 0 0 40 100 -1 -1 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankUtilityWeak carnivore wolf_4 wolf_4 0 24 1 -huurton_pup 60 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 0.4 0.5 3 0 0 0 0 0 0 0 -1 2 1 10 meat_wild hide_wooly 5 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackSpeedWeak carnivore wolf_4 wolf_4 0 2 1 instant -huurton_reaper 65 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 1.3 1.5 3 35 35 0 40 100 -1 -1 -1 1.7 1 25 meat_wild hide_wooly 25 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackUtilityAvg carnivore 1.7 wolf_4 wolf_4 12 12 yes -huurton_stalker 60 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 1 1.3 4 0 0 0 40 100 -1 -1 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityWeak carnivore wolf_4 wolf_4 12 12 -ig_88 100 0 0 0 0 NORMAL mercenary ig_88.iff 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 1 yes -ig_assassin_droid 19 4 -4 0 -4 NORMAL anywhere assassindroid ig_assassin_droid.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_11_20 generic_droid_2 android droid_1 droid_1 0 2 -ig88_bothan_spy_01 100 0 0 0 0 NORMAL male bothan endor nym ig88_feeder_quest_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.ig88_bothan_01 commoner_10 commoner_10 0 2 -ig88_bothan_spy_02 100 0 0 0 0 NORMAL female bothan endor nym ig88_feeder_quest_02.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.ig88_bothan_02 commoner_10 commoner_10 0 2 -ig88_nym_slicer 100 0 0 0 0 NORMAL nyms elite slicer lok nym ig88_feeder_slicer_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.ig88_slicer commoner_10 commoner_10 0 2 -igbi_freemo 100 0 0 0 0 NORMAL talus townsperson dressed_igbi_freemo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -ignar_ominaz 100 0 0 0 0 NORMAL corellia townsperson dressed_ignar_ominaz.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -ikka_gesul 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_ikka_gesul.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.ikka_gesul 0 2 1 -ikopi 4 -1 1 0 0 NORMAL naboo ikopi ikopi_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 70 meat_wild 60 hide_bristley 45 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankDefenseWeak herbivore 0 2 -ikopi_stag 30 0 0 0 0 NORMAL naboo ikopi_stag ikopi_hue.iff 1.7 2 1 30 30 0 0 0 -1 -1 -1 2 1 100 meat_wild 75 hide_bristley 75 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 medTankArmorWeak herbivore goat_2 goat_2 0 6 1 -ikopi_stout_stallion 5 0 0 -1 -1 NORMAL naboo ikopi ikopi_hue.iff 1.2 1.5 1 10 0 -1 0 0 0 0 0 2 1 70 meat_wild 60 hide_bristley 45 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowTankDefenseWeak herbivore 0 6 -imo_vledmo 100 0 0 0 0 NORMAL townsperson townsperson dathomir_prisoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes -imperial_army_captain 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_sword commando_2 melee_2 0 2 instant -imperial_army_captain_herald 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_sword commando_2 melee_2 0 2 instant -imperial_battle_droid 83 0 0 0 0 ELITE global imperial battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android imperial_carbine none droid_special_6 droid_special_6 9 3 yes -imperial_brigadier_general 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 20 20 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine commando_2 commando_2 0 2 -imperial_cadet 7 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect police general_carbine general_pistol 0 2 -imperial_cadet_squadleader 10 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect police general_carbine general_pistol commando_1 0 2 -imperial_civil_patrol_captain 7 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect general_carbine general_pistol 0 2 -imperial_civil_patrol_commander 8 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect general_carbine general_pistol 0 2 -imperial_civil_patrol_corporal 4 0 0 0 0 NORMAL global imperial Imperial mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial_carbine general_pistol 0 2 -imperial_civil_patrol_sergeant 5 0 0 0 0 NORMAL global imperial Imperial mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial_carbine general_pistol 0 2 -imperial_civil_patrolman 2 0 0 0 0 NORMAL global imperial Imperial mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial_carbine general_pistol 0 2 yes -imperial_colonel 23 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol commando_2 commando_2 0 4 -imperial_colonel_herald 23 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol commando_2 commando_2 0 4 -imperial_comm_link_bombardier 75 3 -3 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 12 -imperial_comm_link_exterminator 75 2 -2 0 3 NORMAL global imperial Imperial 1 dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 12 12 -imperial_comm_link_sniper 75 1 -1 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_6 officer_special_6 0 12 -imperial_corporal 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol commando_1 commando_1 0 2 -imperial_defector 29 0 0 0 4 NORMAL global rebel Rebel dressed_imperial_officer_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -imperial_deserter 45 0 0 0 0 NORMAL lok nym Rebel imperial_officer 0 20 20 0 -1 40 -1 40 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc imperial_carbine imperial_unarmed commando_4 melee_4 0 2 yes -imperial_exterminator 33 2 -2 0 3 NORMAL naboo imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 yes -imperial_first_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -imperial_general 28 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -imperial_high_general 29 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -imperial_inquisitor 83 0 0 0 0 ELITE global imperial Imperial dressed_imperial_inquisitor_human_male_01.iff 0 50 50 50 0 50 0 50 50 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine none officer_special_6 melee_special_6 0 3 -imperial_lance_corporal 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -imperial_lieutenant_colonel 22 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -imperial_lieutenant_general 27 0 0 0 5 NORMAL global imperial Imperial imperial_officer 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -imperial_major 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_major_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -imperial_major_general 26 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 25 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 1 yes -imperial_major_herald 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_major_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -imperial_master_sergeant 18 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -imperial_medic 16 0 0 0 0 NORMAL global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -imperial_moff 28 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 1 -imperial_noncom 14 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -imperial_officer_questgiver 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial imperial military melee_2 melee_2 0 2 yes -imperial_pilot 20 0 0 0 0 NORMAL global imperial Imperial dressed_tie_fighter_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -imperial_private 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 1 -imperial_probot_drone 5 0 1 0 0 NORMAL global imperial Imperial probot.iff 0.6 0.6 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid int:ai.noChatMood=1 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 1 -imperial_probot_handler 8 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial_pistol imperial_carbine 0 2 1 -imperial_probot_seeker 7 0 0 0 0 NORMAL global imperial Imperial probot.iff 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid int:ai.noChatMood=1 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 -imperial_recruiter 30 0 0 0 4 NORMAL anywhere imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc 1 string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial_carbine imperial_pistol officer_3 officer_3 0 2 instant -imperial_retreat_guard 80 0 0 0 0 BOSS naboo imperial Imperial royal_guard.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc 100 100 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 16 12 yes -imperial_second_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_lieutenant_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -imperial_senior_cadet 8 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect police general_carbine imperial_pistol 0 2 -imperial_sergeant 16 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -imperial_sergeant_major 19 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -imperial_sharpshooter 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military general_rifle general_pistol commando_1 commando_1 0 2 -imperial_staff_corporal 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -imperial_staff_sergeant 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 instant -imperial_super_battle_droid 86 0 0 0 0 ELITE global imperial super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 3 yes -imperial_surface_marshal 30 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_major_cold_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 -imperial_trooper 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -imperial_veermok 32 0 0 0 0 NORMAL naboo imperial Imperial veermok_hue.iff 0.8 1.3 2 35 25 0 -1 50 30 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore gorilla_2 gorilla_2 0 2 yes -imperial_warrant_officer_i 19 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -imperial_warrant_officer_ii 18 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -imprisoned_imperial 11 0 0 0 0 NORMAL global imperial Imperial dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc slang general_unarmed none 0 2 -imprisoned_jabba_employee 11 0 0 0 0 NORMAL global jabba jabba dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc slang general_unarmed none commoner_1 commoner_1 0 2 -imprisoned_rebel 11 0 0 0 0 NORMAL global rebel Rebel dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc slang rebel_carbine none commando_1 melee_1 0 2 -ind 100 0 0 0 0 NORMAL tatooine valarian valarian dressed_ind.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_parry_ind pirate slang commoner_10 commoner_10 0 2 -indigo_siyan 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_indigo_siyan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -indintra_imbru_yerevan 100 0 0 0 0 NORMAL rori townsperson dressed_indintra_imbru_yerevan.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -industrial_spy 7 0 0 0 0 NORMAL global mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson slang rebel_carbine rebel_carbine 0 2 -industrial_spy_f 7 0 0 0 0 NORMAL global mercenary dressed_commoner_naboo_human_female_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson slang pirate_pistol_low_level rebel_carbine 0 2 1 -infant_brackaset 63 1 -1 0 0 NORMAL dathomir brackaset brackaset_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 75 meat_wild 65 hide_leathery 60 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthAvg herbivore camel_4 camel_4 0 12 -infant_graul 68 0 0 0 0 NORMAL dantooine graul graul_hue.iff 0.6 0.8 3 35 0 45 45 45 -1 -1 -1 2 1 700 meat_carnivore 750 hide_leathery 650 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 lowAttackSpeedAvg carnivore gorilla_4 gorilla_4 12 12 1 -info_broker 1 0 0 0 0 NORMAL global mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 pirate_pistol_low_level rebel_carbine 0 2 1 -injured_kwi 60 0 0 0 0 NORMAL dathomir kwi kwi_hue.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 100 meat_herbivore 85 hide_leathery 75 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 5 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityAvg herbivore raptor_4 raptor_4 0 12 1 -injured_purbole 61 1 0 0 0 NORMAL dathomir purbole purbole_hue.iff 1.1 1.2 3 0 0 0 0 0 0 0 -1 2 1 15 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedAvg carnivore monkey_4 monkey_4 0 12 1 -injured_verne 60 0 0 0 0 NORMAL dathomir verne verne_hue.iff 0.95 1.15 1 0 0 0 0 0 0 0 -1 2 1 30 meat_wild 25 hide_leathery 22 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityAvg herbivore goat_4 goat_4 0 12 1 -ins_444_crafted 1 0 0 0 0 NORMAL anywhere ins_444 ins_444_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0 2 -insane_kitonak 1 0 0 0 0 NORMAL tatooine insane_kitonak kitonak_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed general_unarmed 4 4 1 -irate_flewt_matriarch 5 0 0 0 0 NORMAL naboo flewt flewt_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 -1 2 1 4 meat_avian 4 hide_leathery 4 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAbilitySpeedWeak carnivore 6 6 -irenez 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_twilek_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -isshala_daprovan 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_isshala_daprovan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -ithorian_musician 8 0 0 0 0 NORMAL tatooine townsperson ithorian_male.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 0 2 -ito_interrogator 1 0 0 0 0 NORMAL anywhere interrogator ito_interrogator.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 yes -itp_emperor_imperial_tech 100 0 0 0 0 NORMAL imperial_theme_park imperial Imperial dressed_imperial_medic3_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 conversation.itp_emperor_imp_tech imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 -itp_emperor_mercenary 90 0 0 0 0 ELITE imperial_theme_park itp_mercenary mercenary_elite 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel_carbine rebel_pistol officer_9 officer_9 8 8 yes -itp_emperor_mercenary_leader_boss 90 0 0 0 0 BOSS imperial_theme_park itp_mercenary dressed_mercenary_commander_zab_m.iff 0 0 0 0 0 0 0 0 0 2 2 40 npc/boss_npc:boss_npc_81_90 npc 90 90 100 rebel_carbine rebel_pistol officer_9 officer_9 8 8 yes -itp_emperor_mercenary_leader_invul 90 0 0 0 0 ELITE imperial_theme_park itp_mercenary dressed_mercenary_commander_zab_m.iff 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 1 conversation.itp_emperor_merc_leader rebel_carbine rebel_pistol officer_9 officer_9 0 0 yes -itp_emperor_queen_security_tech 90 0 0 0 0 ELITE imperial_theme_park itp_rsf dressed_rsf_security_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc police military rebel_carbine rebel_pistol officer_7 officer_8 0 8 yes -itp_emperor_rebel_general 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_noble_zabrak_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_hethrir_operative 100 0 0 0 0 NORMAL imperial_theme_park imperial Imperial dressed_imperial_medic3_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 conversation.itp_hethrir_operative imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 1 -itp_hethrir_rebel_commando 88 0 0 0 5 ELITE imperial_theme_park rebel Rebel dressed_rebel_specforce_guerilla_moncal_male_01.iff 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 -itp_hethrir_rebel_nashal_camper 88 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_ris 0 40 20 15 50 50 50 50 25 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 -itp_hethrir_selonian_advocate 89 0 0 0 0 ELITE imperial_theme_park itp_selonian selonian_female_09.iff 0 0 0 0 0 0 0 0 0 2 col_shattered_shard_02 npc pirate_carbine pirate_carbine smuggler_8 smuggler_8 0 6 yes -itp_kaja_imperial_officer_spy 86 0 0 0 0 ELITE imperial_theme_park fake_imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 6 8 yes -itp_kaja_imperial_officer_spy_guard 85 0 0 0 0 ELITE imperial_theme_park fake_imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 6 8 -itp_loam_courier 100 0 0 0 0 NORMAL imperial_theme_park townsperson dressed_sith_shadow_hum_m_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 conversation.itp_loam_courier commoner_3 commoner_3 0 0 -itp_loam_courier_contact 100 0 0 0 0 NORMAL imperial_theme_park townsperson ep3/ep3_clone_relics_armsdealer_courier.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 conversation.itp_loam_contact commoner_3 commoner_3 0 0 yes -itp_loam_mugger 87 5 -5 0 0 ELITE imperial_theme_park itp_mugger blood_razor_pirate_elite 0 20 40 0 -1 -1 -1 -1 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_polearm none melee_3 melee_3 8 8 yes -itp_loam_mugger_leader 88 3 0 -3 0 ELITE imperial_theme_park itp_mugger dressed_blood_razor_pirate_officer_hum_m.iff 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes -itp_loam_rebel_commander_01 87 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_sergeant_major_moncal_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_loam_rebel_commander_02 88 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_specforce_guerrilla_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_loam_twilek_force_sensitive 87 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_force_sensitive_crypt_crawler.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc jedi_dark jedi_dark_ranged jedi_7 jedi_7 0 8 yes -itp_rebel_captain 89 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_rebel_corporal 85 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_rebel_first_lieutenant 88 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 1 yes -itp_rebel_major 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_rebel_sergeant 86 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_rebel_sergeant_major 87 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_rebel_trooper_elite_84 84 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 8 yes -itp_rebel_trooper_elite_85 85 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 8 yes -itp_rebel_trooper_elite_86 86 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 8 yes -itp_rebel_trooper_elite_87 87 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 8 yes -itp_rebel_trooper_elite_88 88 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 8 yes -itp_rebel_trooper_elite_89 89 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 8 yes -itp_rebel_trooper_elite_90 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 8 -itp_thrawn_keeloo 100 0 0 0 0 NORMAL imperial_theme_park itp_scientist warren_teraud_loyalist_scientist.iff 0 0 0 0 0 0 0 0 0 2 npc 1 int:ai.noChatMood=1 conversation.itp_thrawn_keeloo 0 0 yes -itp_thrawn_rebel_commander 89 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_high_general_sullustan_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 -itp_thrawn_rebel_commando 89 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine commando_melee officer_special_6 melee_special_6 0 8 -itp_thrawn_rebel_scout 89 0 0 0 5 ELITE imperial_theme_park rebel Rebel rebel_scout 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_thrawn_repair_shop_mechanic 89 0 -3 0 3 ELITE imperial_theme_park itp_mechanic talus_dearic_coa_aclo_technician 0 0 70 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 yes -itp_thrawn_rocket_thief 89 3 3 0 0 ELITE imperial_theme_park itp_rocket_thief canyon_corsair corsair_cutthroat 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_pistol pirate_carbine smuggler_4 smuggler_3 8 8 -itp_thrawn_winthazen 100 0 0 0 0 NORMAL imperial_theme_park imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc 1 int:ai.noChatMood=1 conversation.itp_thrawn_winthazen rebel military rebel_carbine rebel_pistol commando_1 commando_1 0 0 1 yes -itp_vader_dark_jedi 90 0 0 0 0 ELITE imperial_theme_park dark_jedi jedi_dark 0 0 0 0 0 0 0 0 0 2 1 50 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc 90 90 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 6 3 1 yes -itp_vader_dark_jedi_leader 90 0 0 0 0 BOSS imperial_theme_park dark_jedi dressed_dark_jedi_elder_male_devorian_01.iff 0 0 0 0 0 0 0 0 0 2 2 40 npc/boss_npc:boss_npc_81_90 col_shattered_shard_02 18 dark_jedi npc 1 90 90 100 100 1 conversation.itp_vader_dark_jedi jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 6 6 -itp_vader_mara_jade 100 0 0 0 0 BOSS imperial_theme_park imperial Imperial mara_jade.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 conversation.itp_vader_mara_jade commoner_10 commoner_10 0 8 yes -itp_vader_message_recipient 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel commoner 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 8 instant -itp_vader_nightsister_guardian 90 0 0 0 0 ELITE imperial_theme_park nightsister nightsister dressed_dathomir_nightsister_spellweaver.iff 0 0 100 0 100 100 100 100 100 2 1 65 npc/elite_npc:elite_npc_81_90 col_nightsister_valuables,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 6 4 yes -itp_vader_rebel_courier 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel commoner_male 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 2 yes -itp_vader_rebel_leader_01 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_brigadier_general_rodian_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_vader_rebel_leader_02 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_brigadier_general_bith_male.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_veers_rebel_commander 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_general_fat_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_veers_rebel_pilot_01 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_pilot 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_veers_rebel_pilot_02 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_pilot 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_veers_rebel_pilot_03 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_pilot 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes -itp_veers_trap_rebel_officer 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_first_lieutenant_human_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 -izaryx 100 0 0 0 0 NORMAL dathomir townsperson dressed_izaryx.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 yes -jabba_assassin 15 1 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 yes -jabba_compound_guard 14 0 0 0 0 NORMAL tatooine jabba jabba gamorrean.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc pirate_carbine_low_level pirate_sword smuggler_1 melee_1 0 2 -jabba_enforcer 15 0 0 0 0 NORMAL tatooine jabba jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc pirate slang general_sword general_carbine melee_1 smuggler_1 0 2 1 -jabba_henchman 14 0 0 0 0 NORMAL tatooine jabba jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -jabba_medic 14 0 0 0 0 NORMAL tatooine jabba jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -jabba_scout 14 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine jabba jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -jabba_the_hutt 100 0 0 0 0 NORMAL jabba jabba jabba_the_hutt.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 jabba npc 1 int:celebrity=1 conversation.jabba commoner_10 commoner_10 0 2 -jabba_thief 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -jabba_thug 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -jabbas_helper_thug 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_santos.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 jabba npc 1 conversation.c_newbie_secondchance townsperson townperson commando_10 commando_10 0 2 yes -jabbas_palace_arkahn_greystar 19 0 2 -2 0 ELITE global valarian arkahn_greystar.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes -jabbas_palace_careem 22 4 -4 0 0 NORMAL global valarian careem.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes -jabbas_palace_delrice_capreese 18 0 -4 2 2 NORMAL global valarian delrice_capreese.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes -jabbas_palace_emanon 20 4 -2 0 -2 ELITE global valarian emanon.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes -jabbas_palace_fnast_drexler 20 0 -4 2 2 ELITE global valarian fnast_drexler.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_carbine_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes -jabbas_palace_iris_sinclair 19 4 -4 0 0 ELITE global valarian iris_sinclair.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 1 instant -jabbas_palace_rancor 100 0 0 0 0 NORMAL tatooine jabba jabba rancor_hue.iff 0.9 1.1 1 0 0 0 0 0 0 0 0 2 creature/creature_81_90 generic_npc_9 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 jabba carnivore 1 24 24 yes -jabbas_palace_tyrok 20 1 0 1 -2 NORMAL global valarian tyrok.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 -jabbas_swooper 13 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine jabba jabba criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 -jabbas_swooper_leader 14 0 0 0 0 NORMAL tatooine jabba jabba criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang general_carbine general_pistol smuggler_1 smuggler_1 0 2 -jadam_questrel 100 0 0 0 0 NORMAL corellia townsperson dressed_jadam_questrel.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -jaleela_bindoo 100 0 0 0 0 NORMAL rori townsperson dressed_jaleela_bindoo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -jan_dodonna 100 0 0 0 0 NORMAL rebel Rebel dressed_jan_dodonna.iff 0.91 0.91 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.dodonna military military commoner_10 commoner_10 0 2 1 yes -janta_clan_leader 77 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 60 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 -janta_harvester 74 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 0 -1 0 0 60 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 -janta_herbalist 74 2 -2 0 6 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 0 -1 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes -janta_hunter 76 4 4 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 0 -1 -1 0 60 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes -janta_loreweaver 74 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 45 -1 0 0 70 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 -janta_primalist 75 7 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 0 -1 0 0 60 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 -janta_rockshaper 76 0 6 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 100 0 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes -janta_scout 75 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 35 0 0 0 70 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes -janta_shaman 76 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 40 -1 0 100 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 -janta_soothsayer 77 6 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 40 -1 0 0 70 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes -janta_tribesman 76 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 15 0 -1 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 -janta_warrior 77 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 45 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 -jatrian_lytus 100 0 0 0 0 NORMAL dantooine townsperson dressed_jatrian_lytus.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 1 -jawa 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_pistol spy_1 spy_1 0 2 1 yes -jawa_avenger 18 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 1 1.1 0 20 15 0 0 -1 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_pistol spy_1 spy_1 0 2 1 -jawa_engineer 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_pistol rebel_carbine spy_1 spy_1 0 2 1 -jawa_healer 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_pistol rebel_carbine spy_1 spy_1 0 2 1 -jawa_henchman 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc pirate_pistol_low_level pirate_carbine_low_level spy_1 spy_1 0 2 1 -jawa_leader 17 0 -1 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 10 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_unarmed spy_1 melee_1 0 2 1 yes -jawa_protector 17 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 1 1.1 0 15 10 -1 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_polearm spy_1 melee_1 0 2 -jawa_smuggler 17 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc pirate_carbine_low_level pirate_sword spy_1 melee_1 0 2 1 -jawa_thief 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc pirate_pistol_low_level pirate_carbine_low_level spy_1 spy_1 0 2 1 yes -jawa_warlord 18 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_pistol spy_1 spy_1 0 2 -jax_bounding_dwarf 25 2 -2 2 0 NORMAL endor jax bearded_jax_hue.iff 0.7 0.9 4 10 10 -1 0 0 0 0 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medAbilitySpeedWeak carnivore predatory_cat_2 predatory_cat_2 12 12 -jazeen_thurmm 100 0 0 0 0 NORMAL yavin4 townsperson dressed_jazeen_thurmm.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -jilljoo_jab 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_jilljoo_jab.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.jilljoo_jab 0 2 yes -jinda_chief 67 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe jinda_male.iff 0 -1 50 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 -jinda_cub 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -jinda_elder 65 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -jinda_elder_worker 65 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -jinda_loremaster 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -jinda_matriarch 64 0 8 0 0 NORMAL endor jinda_tribe jinda_tribe jinda_female.iff 0 0 0 -1 0 0 60 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -jinda_outcast 63 3 -3 0 0 NORMAL endor jinda_outcast jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc general_unarmed none commoner_6 commoner_6 12 12 -jinda_ritualist 66 3 -3 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc general_unarmed none commoner_6 commoner_6 0 12 -jinda_shaman 67 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 20 20 0 -1 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -jinda_tribesman 66 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe jinda_male.iff 0 20 20 0 -1 0 -1 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 yes -jinda_veteran 68 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 -jinda_warrior 67 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 -1 50 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 -jinda_worker 64 0 0 0 -5 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 20 -1 0 0 25 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -jinkins 20 0 0 0 0 NORMAL lok nym nym jinkins.iff 0.9 0.9 0 20 20 0 -1 -1 40 40 -1 2 npc conversation.jinkins commoner_2 commoner_2 0 2 -jowir_arlensa 100 0 0 0 0 NORMAL rori townsperson townsperson dressed_jowir_arlensa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -joz_jodhul 100 0 0 0 0 NORMAL corellia townsperson dressed_joz_jodhul.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 -jundland_eopie 21 0 0 0 0 NORMAL tatooine eopie eopie_hue.iff 1.1 1.5 3 0 0 0 10 10 0 10 -1 2 1 milk_wild 300 meat_herbivore 225 hide_leathery 115 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankHealthWeak herbivore camel_2 camel_2 0 2 -junelle_astor 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_junelle_astor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -jungle_fynock 42 0 0 0 0 NORMAL talus fynock fynock_hue.iff 1.2 1.4 1 0 0 0 0 0 0 0 -1 2 1 28 meat_avian 18 hide_leathery 15 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 fynock 0.15 lowAttackAbilityWeak carnivore mynock_3 mynock_3 0 2 1 -junk_dealer 1 0 0 0 0 NORMAL global townsperson townsperson junk_dealer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.converse.junk_dealer,planet_map.map_loc_creature townsperson townperson rebel_carbine rebel_pistol 0 2 1 -junk_dealer_smuggler 1 0 0 0 0 NORMAL global townsperson townsperson junk_dealer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.converse.junk_dealer,planet_map.map_loc_creature,npc.junk_dealer.junk_dealer_summon townsperson townperson rebel_carbine rebel_pistol 0 2 -junk_dealer_special 100 0 0 0 0 NORMAL global townsperson townsperson junk_dealer 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 melee_10 melee_10 0 2 -junk_dender 100 0 0 0 0 NORMAL townsperson townsperson junk_dender.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -junk_jawa 100 0 0 0 0 NORMAL jawa jawa jawa_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.junk_dealer_jawa,npc.converse.junk_dealer commoner_10 commoner_10 0 2 -junk_lila 100 0 0 0 0 NORMAL borvo borvo junk_lila.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -junk_malik 100 0 0 0 0 NORMAL townsperson townsperson junk_malik.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -junk_nado 100 0 0 0 0 NORMAL townsperson townsperson junk_nado.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -junk_nathan 100 0 0 0 0 NORMAL townsperson townsperson junk_nathan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -junk_ollobo 100 0 0 0 0 NORMAL jabba jabba junk_ollobo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -junk_quich 100 0 0 0 0 NORMAL townsperson townsperson junk_quich.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -junk_reggi 100 0 0 0 0 NORMAL nym nym junk_reggi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -junk_sheani 100 0 0 0 0 NORMAL townsperson townsperson junk_sheani.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -junk_sneg 100 0 0 0 0 NORMAL valarian valarian junk_sneg.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -jusani_zhord 100 0 0 0 0 NORMAL talus townsperson dressed_jusani_zhord.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 instant -juvenile_canyon_krayt 82 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 0.3 0.7 4 70 70 0 0 10 0 0 0 2 1 750 meat_carnivore 500 hide_bristley 410 bone_mammal defaultProfile 1 100 creature/krayt_dragon_low krayt carnivore snare_defense=100,root_defense=100 lizard_5 lizard_5 24 24 -jyr_koble 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_jyr_koble.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -kaadu 8 0 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 0.9 1.3 2 0 0 0 0 0 0 0 -1 2 1 milk_wild 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 1 -kaadu_aggrivated_trampler 15 2 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 1.3 1.5 2 10 0 -1 0 0 0 0 -1 2 1 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackDamageWeak herbivore raptor_2 raptor_2 6 6 1 -kaadu_female 13 0 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 100 meat_avian 75 hide_leathery 65 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak herbivore raptor_2 raptor_2 0 6 1 -kaadu_male 14 0 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 0.9 1.3 2 0 0 0 0 0 0 0 -1 2 1 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak herbivore raptor_2 raptor_2 0 6 1 -kaadu_motley 10 0 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 0.8 1.1 3 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 120 meat_avian 75 hide_leathery 65 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore raptor_2 raptor_2 0 2 -kadil_nurugen 100 0 0 0 10 NORMAL naboo townsperson townsperson dressed_naboo_kadil_nurugen 1 1 0 0 0 0 -1 0 -1 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -kaeline_ungasan 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_kaeline_ungasan.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.kaeline_ungasan 0 2 -kahmurra 43 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.2 1.3 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 45 meat_herbivore 27 hide_bristley 32 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 kahmurra 0.15 lowTankUtilityWeak carnivore goat_3 goat_3 0 2 -kahmurra_bio_engineer 1 0 0 0 0 NORMAL talus kahmurra scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 18 kahmurra npc noble fancy rebel_pistol rebel_carbine 0 2 1 -kai_tok_bloodreaver 64 -1 3 2 0 NORMAL yavin4 kai_tok kai_tok_hue.iff 1 1 4 35 30 0 0 0 -1 -1 -1 2 1 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 6 col_feather_kai_tok,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankHealthStrong carnivore griffon_4 griffon_4 12 12 1 1 -kai_tok_prowler 65 0 2 0 0 NORMAL yavin4 kai_tok kai_tok_hue.iff 1 1 3 30 20 0 0 -1 0 -1 -1 2 1 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 6 col_feather_kai_tok,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankDefenseStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff griffon_4 griffon_4 12 12 1 -kai_tok_scavenger 65 -3 3 0 0 NORMAL yavin4 kai_tok kai_tok_hue.iff 1 1 3 35 30 0 0 0 -1 -1 -1 2 1 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 6 col_feather_kai_tok,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankUtilityStrong carnivore griffon_4 griffon_4 12 12 1 yes -kai_tok_slayer 65 7 -7 0 0 NORMAL yavin4 kai_tok kai_tok_hue.iff 1 1 2 45 0 0 0 0 -1 -1 -1 2 1 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 6 col_feather_kai_tok,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medAttackUtilityStrong carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff griffon_4 griffon_4 12 12 -kais 86 0 0 0 0 BOSS dathomir nightsister nightsister dressed_kais.iff 0.89 0.89 0 0 0 0 45 45 45 0 -1 2 2 100 npc/boss_npc:boss_npc_81_90 boss_npc_8 col_shattered_shard_02 18 nightsister npc commoner_10 commoner_10 0 12 -kaja_orzee 100 0 0 0 0 NORMAL imperial Imperial kaja_orzee.iff 0.95 0.95 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.kaja_orzee commoner_10 commoner_10 0 2 yes -kamurith_defiler 78 5 -6 0 0 NORMAL dathomir kamurith voritor_lizard_hue.iff 0.9 0.9 2 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore lizard_5 lizard_5 12 12 instant -kamurith_foul_desecrator 79 5 0 -5 0 NORMAL dathomir kamurith voritor_lizard_hue.iff 1 1.5 2 25 0 0 0 0 0 20 20 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore lizard_5 lizard_5 12 12 yes -kamurith_nocuous 78 4 -6 0 0 NORMAL dathomir kamurith voritor_lizard_hue.iff 0.9 0.9 2 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackAbilityStrong carnivore lizard_5 lizard_5 12 12 yes -kamurith_snapper 75 8 -8 0 0 NORMAL dathomir kamurith voritor_lizard_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore lizard_5 lizard_5 12 12 -kardeer 20 0 0 0 0 NORMAL tatooine valarian valarian kardeer.iff 0 20 0 40 60 -1 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 0 2 -karena_keer 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_zabrak_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -karrek_flim 100 0 0 0 0 NORMAL corellia townsperson dressed_karrek_film.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -kathikiis_ruwahurr 100 0 0 0 0 NORMAL talus townsperson selonian_female 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -kavas_urdano 100 0 0 0 0 NORMAL tatooine valarian valarian dressed_kavas_urdano.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_thrust_kavas pirate slang commoner_10 commoner_10 0 2 -keanna_likyna 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_keanna_likyna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -kelvus_naria 100 0 0 0 0 NORMAL dantooine townsperson dressed_kelvus_naria.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 -kima 45 -2 2 0 -2 NORMAL talus kima kima_hue.iff 1 1.1 1 15 20 0 -1 0 0 -1 -1 2 1 7 meat_herbivore 8 hide_bristley 7 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankDefenseWeak carnivore predatory_cat_3 predatory_cat_3 0 2 yes -kima_ferine_razorfang 20 2 -3 -2 0 NORMAL talus kima kima_hue.iff 1.3 1.5 2 20 20 0 0 0 0 0 0 2 1 7 meat_herbivore 8 hide_bristley 7 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 3 0.05 lowAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 6 6 -kima_nazith 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_commoner_naboo_human_female_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 instant -kimogila 80 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 0.8 1.2 3 45 75 0 75 0 0 100 -1 2 1 1400 meat_carnivore 1300 hide_leathery defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 boss_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 kimogila carnivore 75 75 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 instant -kimogila_aged 79 0 8 0 0 BOSS lok kimogila kimogila_hue.iff 1.3 1.5 3 35 80 0 80 0 0 100 0 2 1 1450 meat_carnivore 1350 hide_leathery defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 boss_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 kimogila carnivore 70 70 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 instant -kimogila_dwarf 78 0 8 0 0 NORMAL lok kimogila kimogila_hue.iff 0.7 0.9 3 35 80 0 80 0 0 100 0 2 1 1450 meat_carnivore 1350 hide_leathery defaultProfile 1 80 creature/creature_81_90 boss_creature_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 kimogila carnivore 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 -kimogila_hatchling 78 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 0.5 0.6 1 0 0 0 55 0 0 100 -1 2 1 700 meat_carnivore 625 hide_leathery defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 boss_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 kimogila carnivore 100 snare_defense=100,root_defense=100 object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff lizard_5 lizard_5 24 12 1 yes -kinad_baz_nitch 70 1 -3 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 2 2.7 3 20 20 0 40 0 0 0 0 2 1 15 meat_wild 10 hide_leathery 5 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.15 lowAttackUtilityStrong herbivore turkey_5 turkey_5 12 12 1 instant -king_merek_harvester 64 0 1 0 0 NORMAL endor merek merek_hue.iff 1.5 2 2 60 -1 0 100 50 0 50 0 2 1 meat_wild 50 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff mantis_4 mantis_4 12 12 -king_terak 100 0 0 0 0 NORMAL marauder endor_marauder king_terak.iff 1.06 1.06 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 marauder npc 1 commoner_10 commoner_10 0 2 1 yes -king_venom_nightspider 7 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 2.5 2.5 1 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.1 lowAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff 6 6 -kirkin_liawoon 100 0 0 0 0 NORMAL corellia townsperson selonian_female 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -kitster_banai 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_kitster_banai.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.kitster_banai 0 2 -klaatu 100 0 0 0 0 NORMAL jabba klaatu.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.klaatu commoner_10 commoner_10 0 2 -kliknik 87 0 0 0 -3 NORMAL yavin4 kliknik kliknik_hue.iff 0.8 1.2 1 20 0 0 -1 0 -1 0 -1 2 1 5 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mantis_5 mantis_5 12 12 -kliknik_dark_defender 74 3 -3 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.8 2 55 45 50 50 50 -1 -1 -1 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff mantis_5 mantis_5 12 12 1 yes -kliknik_dark_hunter 74 3 -3 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.8 2 40 40 0 -1 0 -1 -1 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff mantis_5 mantis_5 12 12 -kliknik_dark_queen 75 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.8 2.5 4 45 45 0 35 35 -1 -1 -1 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff mantis_5 mantis_5 12 12 yes -kliknik_dark_warrior 74 0 0 0 -4 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.8 3 60 40 0 0 0 -1 -1 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff mantis_5 mantis_5 12 12 -kliknik_dark_worker 73 0 0 0 5 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.8 1 0 0 0 0 0 -1 0 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore mantis_5 mantis_5 12 12 -kliknik_defender 89 0 0 0 -4 NORMAL yavin4 kliknik kliknik_hue.iff 0.9 1.5 2 40 25 35 35 35 -1 -1 -1 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff mantis_5 mantis_5 12 12 1 -kliknik_hatchling 73 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 0.5 0.5 1 0 0 0 0 0 0 0 0 2 1 1 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore mantis_5 mantis_5 0 2 yes -kliknik_hunter 84 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 0.9 1.3 2 40 35 0 0 0 -1 -1 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff mantis_5 mantis_5 12 12 -kliknik_mantis 74 0 0 0 -3 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.2 2 20 0 0 -1 0 -1 0 -1 2 1 5 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mantis_5 mantis_5 12 12 -kliknik_queen 90 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.6 1.8 4 60 35 0 35 35 -1 -1 -1 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff mantis_5 mantis_5 12 12 1 1 -kliknik_queen_harvester 78 0 0 0 -3 NORMAL yavin4 kliknik kliknik_hue.iff 1 1.5 1 40 40 -1 0 0 -1 -1 -1 2 1 15 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff mantis_5 mantis_5 12 12 -kliknik_scout 85 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.1 1.3 3 35 20 0 30 0 0 0 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff mantis_5 mantis_5 12 12 1 yes -kliknik_shredder_guardian 73 3 -3 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1 1.5 2 40 0 0 0 0 -1 -1 -1 2 1 15 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff mantis_5 mantis_5 12 12 -kliknik_swarming 73 0 0 0 -3 NORMAL yavin4 kliknik kliknik_hue.iff 0.7 0.8 1 20 0 0 -1 0 -1 0 -1 2 1 5 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mantis_5 mantis_5 12 12 -kliknik_warrior 86 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 0.9 1.3 3 30 30 0 0 0 0 0 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff mantis_5 mantis_5 12 12 -kliknik_worker 88 -1 1 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 0.9 1.3 1 0 25 0 0 -1 -1 -1 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore mantis_5 mantis_5 12 12 -knives_gunrunner 14 0 0 0 0 NORMAL quest target for Knives Story Arc tatooine mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 -knotted_krevol 14 0 0 0 0 NORMAL naboo krevol_horned horned_krevol_hue.iff 0.9 1.4 4 0 0 0 0 0 0 0 -1 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore roach_1 roach_1 0 2 1 yes -kobola_assassin 46 4 -4 0 -2 NORMAL rori kobola kobola kobola_assassin 0.8 1.2 0 20 10 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 kobola npc townperson pirate_pistol pirate_carbine smuggler_4 smuggler_4 0 2 -kobola_foreman 44 0 0 0 0 NORMAL rori kobola kobola kobola_guard 0.8 1.2 0 15 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc police pirate_carbine pirate_pistol smuggler_4 smuggler_4 0 2 -kobola_guard 40 0 0 0 0 NORMAL rori kobola kobola kobola_guard 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc police pirate_carbine pirate_unarmed smuggler_4 melee_4 0 2 1 -kobola_miner 34 0 0 0 0 NORMAL rori kobola kobola kobola_miner 0.8 1.2 0 0 0 0 10 10 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 yes -kobola_pitboss 49 0 0 0 0 NORMAL rori kobola kobola kobola_pitboss 0.8 1.2 0 30 30 0 -1 0 0 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 kobola npc slang general_carbine general_unarmed smuggler_4 melee_4 0 2 1 -kobola_smuggler 37 0 0 0 0 NORMAL rori kobola kobola kobola_smuggler 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 2 1 -kobola_thief 36 1 -1 0 0 NORMAL rori kobola kobola kobola_thief 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc thug pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 yes -kobola_underboss 51 0 0 0 0 NORMAL rori kobola kobola kobola_underboss 0.8 1.2 0 35 35 0 -1 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 kobola npc townperson pirate_carbine pirate_sword smuggler_5 melee_5 0 2 -kole 20 0 0 0 0 NORMAL lok nym nym kole.iff 0.9 0.9 0 25 25 40 -1 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc conversation.kole commoner_2 commoner_2 0 2 instant -korga_adept 74 1 -1 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 10 10 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -korga_ancient 77 1 -1 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 25 15 0 50 50 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -korga_battlelord 77 0 0 0 0 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 0 0 0 40 40 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -korga_chieftan 78 0 0 0 0 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 35 35 0 60 60 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 -korga_cub 74 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_creature_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 0 12 instant -korga_dark_shaman 76 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 35 20 0 50 50 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -korga_elder 78 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 40 40 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes -korga_laborer 74 0 0 0 -8 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 20 20 0 10 15 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 0 12 yes -korga_scout 76 0 0 0 -9 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 15 15 0 25 25 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes -korga_spiritmaster 77 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 35 35 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 -kormund_thrylle 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_kormund_thrylle.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.kormund_thrylle 0 2 1 -krahbu 28 0 2 0 0 NORMAL corellia krahbu krahbu_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 milk_wild 210 meat_herbivore 135 hide_bristley 120 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak herbivore horse_2 horse_2 0 2 1 instant -krayt_dragon_adolescent 84 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 0.7 1 3 95 95 95 95 65 95 95 95 2 1 1700 meat_carnivore 950 hide_bristley 905 bone_mammal defaultProfile 1 100 creature/krayt_dragon_low krayt 18 krayt_dragon carnivore 100 snare_defense=125,root_defense=125 lizard_5 lizard_5 24 24 1 instant -krayt_dragon_ancient 90 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 1.8 2.3 3 95 95 95 95 65 95 95 95 2 1 1700 meat_carnivore 950 hide_bristley 905 bone_mammal defaultProfile 1 100 creature/krayt_dragon_high krayt3 18 krayt_dragon carnivore 100 100 100 100 1 lizard_5 lizard_5 36 24 1 instant -krayt_dragon_grand 88 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 2.2 2.5 3 95 95 95 95 65 95 95 95 2 1 1700 meat_carnivore 950 hide_bristley 905 bone_mammal defaultProfile 1 100 creature/krayt_dragon_high krayt3 18 krayt_dragon carnivore 90 90 100 1 lizard_5 lizard_5 24 24 1 -kreetle 7 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine kreetle tanc_mite_hue.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle 0.15 lowTankArmorWeak carnivore 0 2 1 yes -kreetle_death 8 3 -2 0 0 NORMAL Tatooine - to be sorted tatooine uber_kreetle tanc_mite_hue.iff 2 2.2 1 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle carnivore 6 2 1 -kreetle_over 11 2 1 0 0 NORMAL Tatooine - to be sorted tatooine uber_kreetle tanc_mite_hue.iff 4.1 4.3 2 0 0 0 0 0 0 0 0 2 1 8 meat_insect 12 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 18 kreetle carnivore roach_1 roach_1 6 2 1 -kreetle_swarming 1 0 0 0 0 NORMAL Tatooine - to be sorted tatooine uber_kreetle tanc_mite_hue.iff 0.8 0.9 1 5 5 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle carnivore 0 2 -kritus_morven 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_kritus_morven.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 yes -kunga_clan_leader 72 0 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 60 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 -kunga_clan_primalist 71 6 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 60 0 -1 -1 60 50 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 -kunga_harvester 70 0 0 0 -2 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 40 0 -1 -1 60 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 -kunga_herbalist 70 4 0 0 -8 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 15 0 -1 -1 20 20 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes -kunga_hunter 70 4 4 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 40 0 -1 -1 80 50 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes -kunga_loreweaver 69 9 -9 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 60 0 -1 -1 65 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_6 commoner_6 0 12 1 -kunga_rockshaper 70 0 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 100 0 100 0 0 100 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes -kunga_scout 69 5 5 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 15 35 0 -1 0 60 50 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_6 commoner_6 0 12 1 yes -kunga_shaman 71 6 6 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 0 0 40 40 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 -kunga_soothsayer 70 3 -3 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 40 0 -1 -1 60 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes -kunga_tribesman 71 0 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 15 0 -1 -1 20 20 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 -kunga_warrior 71 0 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 45 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 -kusak 39 0 0 0 -1 NORMAL lok kusak kusak_hue.iff 0.8 1.1 4 15 15 30 -1 20 20 -1 -1 2 1 20 meat_carnivore 14 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackAbilityWeak herbivore wolf_3 wolf_3 12 12 1 instant -kusak_hunter 40 5 -5 0 0 NORMAL lok kusak kusak_hue.iff 1 1.3 2 40 0 0 -1 -1 0 0 -1 2 1 20 meat_carnivore 14 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 lowAttackUtilityAvg carnivore wolf_3 wolf_3 8 8 1 -kusak_mauler 40 2 -2 0 0 NORMAL lok kusak kusak_hue.iff 1.1 1.2 1 0 15 0 0 -1 0 0 -1 2 1 21 meat_carnivore 10 hide_bristley 11 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 medAttackSpeedWeak carnivore wolf_3 wolf_3 8 8 1 -kusak_pup 39 0 0 0 0 NORMAL lok kusak kusak_hue.iff 0.4 0.6 2 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 7 hide_bristley 5 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankUtilityWeak carnivore wolf_3 wolf_3 0 2 1 yes -kusak_stalker 38 0 0 0 -4 NORMAL lok kusak kusak_hue.iff 1 1.1 3 30 15 0 -1 0 0 -1 -1 2 1 20 meat_carnivore 14 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackAbilityWeak carnivore wolf_3 wolf_3 12 12 1 -kwi 65 1 -2 0 -2 NORMAL dathomir kwi kwi_hue.iff 0.9 1.1 3 10 10 0 0 0 0 0 -1 2 1 100 meat_herbivore 85 hide_leathery 75 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 highAttackDamageAvg herbivore raptor_4 raptor_4 0 12 -kwi_mount 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer beast_master/bm_kwi.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 1 -kwin_moonraiser 100 0 0 0 0 NORMAL tatooine darklighter mercenary_strong 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:celebrity=1 npc.celebrity.kwin_moonraiser townsperson townperson rebel_carbine rebel_pistol spy_10 spy_10 0 2 instant -kylaena_haley 80 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow dressed_fs_village_enemy_kylaena.iff 0 80 80 80 80 80 80 80 80 2 250 500 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc force_polearm force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 3 3 -lady_valarian 100 0 0 0 0 NORMAL valarian valarian lady_valarian.iff 1 1 0 0 0 0 0 0 0 0 0 2 18 valarian npc 1 int:celebrity=1 conversation.tatooine_knives_fencing_valarian,quest.task.ground.wave_event_controller_npc pirate slang commoner_10 commoner_10 0 2 1 -lance_bombardier 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 1 1 yes -langlatch_destroyer 42 4 -3 0 -3 NORMAL lok langlatch langlatch_hue.iff 1 1.5 2 20 0 0 15 15 45 45 -1 2 1 18 meat_carnivore 10 hide_wooly 10 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.009 medAttackDamageAvg carnivore predatory_cat_3 predatory_cat_3 8 8 -langlatch_female 40 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 1.1 1.2 1 0 0 0 0 0 0 0 -1 2 1 11 meat_carnivore 10 hide_wooly 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowAttackSpeedAvg carnivore predatory_cat_3 predatory_cat_3 8 8 1 1 yes -langlatch_giant 43 4 -3 0 -3 NORMAL lok langlatch langlatch_hue.iff 1.4 1.8 2 20 0 0 15 15 45 45 -1 2 1 18 meat_carnivore 10 hide_wooly 10 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 lowAttackDamageAvg carnivore predatory_cat_3 predatory_cat_3 8 8 -langlatch_hatchling 40 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 0.4 0.5 1 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 3 hide_wooly 3 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 0 8 1 1 yes -langlatch_hunter 41 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 0.7 1 3 0 0 0 0 0 0 0 -1 2 1 15 meat_carnivore 15 hide_wooly 15 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore predatory_cat_3 predatory_cat_3 8 8 -langlatch_juvenile 40 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 0.7 0.8 3 0 0 0 0 0 0 0 -1 2 1 7 meat_carnivore 6 hide_wooly 6 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 0 8 -langlatch_male 42 0 0 0 -4 NORMAL lok langlatch langlatch_hue.iff 0.9 1 2 0 15 0 0 0 0 0 -1 2 1 10 meat_carnivore 9 hide_wooly 9 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore predatory_cat_3 predatory_cat_3 8 8 -langlatch_marauder 43 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 1.2 1.4 3 0 15 0 0 0 0 0 -1 2 1 12 meat_carnivore 11 hide_wooly 11 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore predatory_cat_3 predatory_cat_3 8 8 1 -lantern_bird 60 0 0 0 0 NORMAL endor lantern lantern_bird_hue.iff 2 1.5 1 0 30 0 -1 0 -1 -1 -1 2 1 meat_herbivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAbilitySpeedWeak herbivore avian_4 avian_4 0 12 -lareen_dantara 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_commoner_naboo_human_female_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes -large_cave_beetle 21 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 4.4 4.8 1 50 0 -1 -1 -1 -1 -1 -1 2 1 10 meat_insect 14 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 18 cave_beetle 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 5 5 yes -large_rock_beetle 19 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 4 4.4 1 20 20 0 15 0 -1 0 -1 2 1 10 meat_insect 14 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore roach_2 roach_2 0 24 yes -large_sand_beetle 24 0 1 0 -2 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 5 5.4 2 35 30 0 0 -1 0 0 0 2 1 10 meat_insect 14 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 medTankArmorWeak herbivore roach_2 roach_2 10 10 -lasha_bindari 100 0 0 0 0 NORMAL corellia townsperson dressed_lasha_bindari.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -lassin_dedge 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lassin_dedge.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -le_repair_droid 20 -10 1 0 0 NORMAL anywhere repairdroid le_repair_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_droid_2 droid droid_2 droid_2 0 2 -leb_slesher 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_leb_slesher.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 instant -legacy_at_st 65 2 0 2 5 ELITE tatooine imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 1 80 npc/elite_npc:elite_npc_61_70 generic_droid_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 vehicle absorption_fire=80,dissipation_fire=50 npc.legacy_wattofight_impatst 0 4 -legacy_b3po 100 0 0 0 0 NORMAL quest NPC for Tracks Story Arc tatooine droid dressed_legacy_b3po.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.legacy_button_jawatracks_b3p0 droid_10 droid_10 0 2 -legacy_barrezz 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_dressed_legacy_barrezz.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_button_barrezz commoner_10 commoner_10 0 2 -legacy_bastra 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_legacy_bastra.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_button_bastra commoner_10 commoner_10 0 2 yes -legacy_cave_beetle 20 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2.2 2.6 1 0 0 0 0 0 0 0 0 2 1 8 meat_insect 10 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 18 cave_beetle 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 6 2 -legacy_cuan 100 0 0 0 0 NORMAL quest NPC for Tracks Story Arc tatooine townsperson dressed_legacy_cuan.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.legacy_button_jawatracks_cunan droid_10 droid_10 0 2 -legacy_darklighter_guard 100 0 0 0 0 NORMAL global commoner criminal_thug 0 0 0 0 0 0 0 0 -1 2 generic_npc_9 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc conversation.legacy_darklighter_guard police military rebel_carbine rebel_pistol commando_10 commando_10 0 2 -legacy_desert_demon 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc pirate slang pirate_carbine_low_level commando_1 melee_1 4 4 -legacy_desert_demon_bodyguard 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 15 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc thug slang general_carbine commando_1 melee_1 4 4 -legacy_desert_demon_brawler 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc thug slang pirate_carbine_low_level commando_1 melee_1 4 4 yes -legacy_desert_demon_leader 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 30 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc thug slang pirate_carbine_low_level commando_1 melee_1 4 4 -legacy_desert_demon_marksman 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc int:ai.rangedOnly=1 pirate slang general_rifle commando_1 melee_1 4 4 -legacy_dorme 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_dorme.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -legacy_dren 5 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug dressed_openingmoves_dren.iff 1.1 1.25 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_unarmed 4 4 -legacy_eirtae 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_eirtae.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_eirtae commoner_10 commoner_10 0 2 -legacy_enoch 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_openingmoves_enoch.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tat_moseisley_opening_enoch townsperson townperson commoner_10 commoner_10 0 2 -legacy_faeto 100 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson beginner_brawler_client_1.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_bounty_hunter_faeto townsperson townperson commoner_10 commoner_10 0 2 -legacy_head_load_lifter 8 -2 2 0 0 NORMAL tatooine loadlifter cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 string:quest_name=legacy_head_remodel,string:task_name=legacy_head_remodel_e5 quest.task.ground.give_item_to_npc 0 2 -legacy_head_pilot 22 0 0 0 0 NORMAL tatooine valarian mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 -legacy_hugo_eckener 100 0 0 0 0 NORMAL naboo townsperson townsperson hugo_eckener.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_hugo_eckener commoner_10 commoner_10 0 2 1 -legacy_jawa_grunt 12 0 0 0 0 NORMAL tatooine jawa jawa_male.iff 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_1 npc rebel_pistol spy_1 spy_1 0 6 1 -legacy_jawa_leader 5 0 0 0 0 NORMAL tatooine jawa jawa_male.iff 1.05 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 rebel_pistol 0 6 yes -legacy_large_cave_beetle 21 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 4.4 4.8 1 50 0 -1 -1 -1 -1 -1 -1 2 1 12 meat_insect 16 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 18 cave_beetle 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 6 2 -legacy_large_rock_beetle 17 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 4 4.4 1 20 20 0 15 0 -1 0 -1 2 1 12 meat_insect 16 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore roach_1 roach_1 6 2 -legacy_lavar 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_legacy_lavar.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_button_damar commoner_10 commoner_10 0 2 -legacy_lin34_droid 22 0 0 0 0 NORMAL quest NPC for Runway tatooine astromech battle_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid string:quest_name=legacy_head_runaway,string:task_name=legacy_head_runaway2_e1 quest.task.ground.give_item_to_npc,npe.npe_quest_particle object/weapon/ranged/droid/droid_droideka_ranged.iff droid_2 droid_2 0 2 yes -legacy_naboo_typho_doogal_belstar 25 1 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 yes -legacy_naboo_typho_walus_mutin 25 1 -1 0 0 NORMAL naboo mauler walus_mutin.iff 0 20 40 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military force_polearm imperial_pistol melee_2 commoner_2 6 6 1 yes -legacy_naboo_typho_xylan_keechoap 25 1 1 0 0 NORMAL naboo mauler xylan_keechoap.iff 0 10 0 15 -1 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military imperial_carbine imperial_pistol commoner_2 commoner_2 6 6 1 -legacy_naboo_typho_yarick_tempol 25 0 0 0 -4 NORMAL naboo mauler yarick_tempol.iff 0.8 1.5 3 25 0 0 -1 -1 0 -1 0 2 1 defaultProfile npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_carbine_low_level pirate_unarmed commoner_2 melee_2 6 6 yes -legacy_naboo_typho_zolo_sartain 25 2 -1 0 0 NORMAL naboo mauler zolo_sartain.iff 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 -legacy_nalshel 100 0 0 0 0 NORMAL quest NPC for CL 22 Bounty Hunter Arc tatooine townsperson gungan_s04_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_bounty_hunter_faeto townsperson townperson commoner_10 commoner_10 0 2 -legacy_oldksam 100 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson dressed_combatmedic_trainer_rodian_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=c_bounty_hunter_kill_1,string:task_name=bounty_hunter_kill_1_e4 conversation.c_bounty_hunter_oldksam,quest.task.ground.give_item_to_npc townsperson townperson commoner_10 commoner_10 0 2 -legacy_panaka 100 0 0 0 0 NORMAL naboo townsperson townsperson panaka.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_kadaara_panaka commoner_10 commoner_10 0 2 -legacy_r3_droid 22 0 0 0 0 NORMAL quest NPC for Runway tatooine astromech r3.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid string:quest_name=legacy_head_runaway,string:task_name=legacy_head_runaway1_e1 quest.task.ground.give_item_to_npc,npe.npe_quest_particle object/weapon/ranged/droid/droid_droideka_ranged.iff droid_2 droid_2 0 2 -legacy_ra_droid 22 0 0 0 0 NORMAL quest NPC for Runway tatooine bugdroid ra7_bug_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid string:quest_name=legacy_head_runaway,string:task_name=legacy_head_runaway3_e1 quest.task.ground.give_item_to_npc,npe.npe_quest_particle object/weapon/ranged/droid/droid_droideka_ranged.iff droid_2 droid_2 0 2 -legacy_rabe 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_rabe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_rabe commoner_10 commoner_10 0 2 -legacy_rebel_commando 25 -5 0 -5 -5 NORMAL tatooine rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military commando_ranged rebel_pistol commando_2 commando_2 0 4 instant -legacy_rebel_first_lieutenant 20 -2 0 -2 -2 NORMAL tatooine rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 4 instant -legacy_rebel_sergeant_major 17 -2 0 -2 -2 NORMAL tatooine rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 4 instant -legacy_rebel_specforce_guerrilla 18 -2 0 -2 -2 NORMAL tatooine rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military rebel_carbine rebel_pistol commando_1 commando_1 0 4 instant -legacy_rebel_specforce_pathfinder 18 -2 0 -2 -2 NORMAL tatooine rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 4 1 -legacy_rock_beetle 16 0 1 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2 2.4 1 15 0 0 0 0 0 0 -1 2 1 8 meat_insect 10 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_1 roach_1 6 2 -legacy_rock_beetle_cave 19 0 1 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2 2.4 1 25 0 0 0 0 0 0 -1 2 1 9 meat_insect 10 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 6 2 -legacy_sabe 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_sabe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_sabe commoner_10 commoner_10 0 2 -legacy_sache 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_sache.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_sache commoner_10 commoner_10 0 2 -legacy_sick 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 npc.legacy_sick 1 rebel_carbine commoner_10 commoner_10 0 2 -legacy_sleash 100 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson beginner_brawler_client_3.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=c_bounty_hunter_kill_1,string:task_name=bounty_hunter_kill_1_e8 conversation.c_bounty_hunter_sleash,quest.task.ground.give_item_to_npc townsperson townperson commoner_10 commoner_10 0 2 -legacy_soris 21 0 0 0 0 ELITE quest NPC for CL 22 Bounty Hunter Arc tatooine townsperson beginner_brawler_client_3.iff 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc string:quest_name=c_bounty_hunter_kill_2,string:task_name=bounty_hunter_kill_2_e9 quest.task.ground.give_item_to_npc townsperson townperson pirate_rifle_low_level pirate_pistol_low_level commoner_2 commoner_2 0 2 instant -legacy_storm_commando 29 2 0 2 5 NORMAL tatooine imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_imptroop stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 4 instant -legacy_stormtrooper 25 2 0 2 5 NORMAL tatooine imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_imptroop stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 4 instant -legacy_stormtrooper_rifleman 25 2 0 2 5 NORMAL tatooine imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 100 npc/npc_21_30 boss_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_imptroop stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 4 instant -legacy_stormtrooper_squad_leader 27 2 0 2 5 NORMAL tatooine imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 100 npc/elite_npc:elite_npc_21_30 boss_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_imptroop stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_2 officer_2 0 4 -legacy_taibela 100 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson dressed_tutorial_entertainer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_bounty_hunter_taibela,quest.task.ground.give_item_to_npc townsperson townperson commoner_10 commoner_10 0 2 -legacy_thug_lvl1 5 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_unarmed 0 4 -legacy_thug_lvl2 6 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_rifle_low_level pirate_unarmed 0 4 -legacy_thug_lvl3 7 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_unarmed 0 4 -legacy_thug_lvl4 8 -2 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_polearm pirate_unarmed 0 4 -legacy_thug_lvl5 9 -3 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_unarmed 0 4 -legacy_typho 100 0 0 0 0 NORMAL naboo townsperson townsperson typho.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_lt_col_typho commoner_10 commoner_10 0 2 -legacy_untas 12 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson dressed_black_sun_thug.iff 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table npc string:quest_name=c_bounty_hunter_kill_1,string:task_name=bounty_hunter_kill_1_e10 quest.task.ground.give_item_to_npc townsperson townperson commoner_1 commoner_1 0 2 -legacy_wounded 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 npc.legacy_wounded 1 rebel_carbine commoner_10 commoner_10 0 2 -legacy_yane 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_yane.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_yane commoner_10 commoner_10 0 2 -legacy_zef 100 0 0 0 0 NORMAL quest NPC for Tracks Story Arc tatooine townsperson dressed_legacy_zef.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.legacy_button_jawatracks_zef droid_10 droid_10 0 2 -leia_organa 100 0 0 0 0 NORMAL rebel Rebel leia_organa.iff 0.75 0.75 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.leia commoner_10 commoner_10 0 2 -lerat_zom 20 2 0 0 0 NORMAL corellia thug thug lerat_zom.iff 1.08 1.08 0 30 30 -1 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc smuggler_2 smuggler_2 0 2 -lergo_brazee 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lergo_brazee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -lesser_bocatt 14 0 0 0 0 NORMAL tatooine bocatt bocatt_hue.iff 1.1 2.1 2 0 0 0 0 15 15 -1 -1 2 1 100 meat_reptilian 60 hide_leathery 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_1 0.15 lowAttackAbilityWeak carnivore lizard_1 lizard_1 10 10 1 -lesser_desert_womprat 6 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine womprat womp_rat_hue.iff 1 1.4 3 0 0 0 0 0 0 0 -1 2 1 2 meat_wild 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 womprat 0.15 lowAttackAbilityWeak carnivore 0 2 -lesser_dewback 5 -2 2 -2 0 NORMAL tatooine dewback_lesser dewback_hue.iff 0.5 0.7 1 15 0 10 0 -1 -1 -1 -1 2 1 175 meat_reptilian 125 hide_leathery 100 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowTankArmorWeak carnivore bull_1 bull_1 0 2 instant -lesser_prophet_of_the_dark_side 80 7 -7 0 0 ELITE global imperial Imperial jedi_trainer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc root_defense=100,snare_defense=100 jedi_dark jedi_dark_ranged jedi_8 jedi_8 0 3 yes -lesser_prophet_of_the_light_side 80 0 0 0 0 ELITE global rebel Rebel jedi_trainer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc jedi_light jedi_light_ranged jedi_special_6 jedi_special_6 0 3 -lethin_bludder 100 0 0 0 0 NORMAL talus townsperson dressed_lethin_bludder.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 -leviasquall 48 0 0 0 -3 NORMAL rori squall squall_hue.iff 2.5 2.9 2 15 0 -1 -1 30 30 -1 0 2 1 50 meat_herbivore 61 hide_bristley 50 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 8 -liane 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_liane.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -liberation_activist 47 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 25 0 -1 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc noble 1 pirate_carbine pirate_pistol officer_4 officer_4 0 6 1 -liberation_fanatic 45 1 -2 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol officer_4 officer_4 0 6 1 -liberation_loyalist 36 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc fancy pirate_carbine pirate_pistol officer_3 officer_3 0 2 1 -liberation_partisan 40 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine general_pistol officer_4 officer_4 0 2 1 -liberation_patriot 43 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc townsperson pirate_carbine pirate_unarmed officer_4 melee_4 0 6 1 -liberation_reactionist 46 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc noble general_carbine general_pistol officer_4 officer_4 0 6 1 -liberation_volunteer 34 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc fancy pirate_carbine pirate_unarmed officer_3 melee_3 0 2 -lice_ridden_remmer_queen 60 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1 1.5 1 55 35 60 0 0 0 -1 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackDamageAvg herbivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff rat_4 rat_4 12 12 1 yes -lieutenant_heb_nee 50 0 0 0 0 NORMAL rori rorgungan rorgungan lieutenant_heb_nee.iff 0.8 1.2 0 30 30 0 40 0 10 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc slang general_sword general_rifle melee_5 officer_5 6 6 1 yes -lieutenant_ori 30 0 0 0 0 NORMAL rori rorgungan rorgungan lieutenant_ori.iff 0.8 1.2 0 45 45 -1 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc slang general_rifle general_sword officer_3 melee_3 6 6 1 instant -light_jedi_sentinel 50 0 0 0 0 NORMAL global light_jedi_sentinel light_jedi_sentinel jedi_trainer 0 95 95 95 95 95 95 95 95 2 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:jedi.enclave.light=1 systems.jedi.enclave_sentinel jedi_light jedi_light_ranged jedi_10 jedi_10 12 12 -lilas_dinhint 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_lilas_dinhint.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.lilas_dinhint 0 2 -lin_demolitionmech 1 0 0 0 0 NORMAL anywhere demolitionmech lin_demolitionmech.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 -lin_demolitionmech_crafted 1 0 0 0 0 NORMAL anywhere demolitionmech lin_demolitionmech.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0 2 -lizard_1 11 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine scyk dune_lizard_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 40 meat_carnivore 25 hide_bristley 18 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.15 lowAttackAbilityWeak carnivore lizard_1 lizard_1 8 8 -loam_redge 100 0 0 0 0 NORMAL imperial Imperial loam_redge.iff 1.08 1.08 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.loam_redge commoner_10 commoner_10 0 2 -lob_dizz 100 0 0 0 0 NORMAL naboo townsperson townsperson gungan_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -lord_hethrir 100 0 0 0 0 NORMAL imperial Imperial lord_hethrir.iff 1.12 1.12 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.lord_hethrir commoner_10 commoner_10 0 2 1 yes -lord_nyax 40 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax dressed_lord_nyax.iff 1.08 1.08 0 80 45 40 20 50 100 10 15 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc int:ai.rangedOnly=1 thug slang general_rifle general_pistol smuggler_4 smuggler_4 6 6 yes -lord_nyax_disciple 39 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_strong 0.8 1.2 0 0 15 0 0 -1 -1 0 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc 1 general_carbine general_pistol smuggler_3 smuggler_3 4 4 yes -lord_nyax_fanatic 37 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_strong 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_unarmed smuggler_3 melee_3 4 4 yes -lord_nyax_fiend 39 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_elite 0.8 1.2 0 30 45 0 50 -1 -1 50 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 4 4 -lord_nyax_minion 38 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_unarmed smuggler_3 melee_3 4 4 -lord_nyax_servant 38 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 4 4 yes -lord_nyax_visionary 39 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_elite 0.8 1.2 0 30 45 0 50 -1 -1 50 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc general_carbine general_unarmed smuggler_3 melee_3 4 4 yes -lord_nyax_zealot 40 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_elite 0.8 1.2 0 0 50 -1 40 -1 -1 40 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_unarmed smuggler_4 melee_3 4 4 -lord_sloan_rusper 100 0 0 0 0 NORMAL rori townsperson dressed_lord_sloan_rusper.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 -lord_throme_gormengal 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lord_throme_gormengal.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes -lorne_prestar 20 0 0 0 0 NORMAL tatooine townsperson townsperson mos_taike_guard_old.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.lorne_prestar imperial_carbine imperial_pistol commoner_2 commoner_2 10 10 1 -lost_aqualish_bomber 43 3 -3 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 30 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military pirate_carbine pirate_pistol officer_4 officer_4 6 6 1 -lost_aqualish_captain 47 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_captain 0.8 1.2 0 15 0 0 -1 40 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 lost_aqualish npc military military 1 pirate_carbine pirate_pistol officer_4 officer_4 6 6 1 yes -lost_aqualish_commando 43 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_carbine pirate_pistol commando_4 commando_4 6 6 1 1 -lost_aqualish_infiltrator 45 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_infiltrator 0.8 1.2 0 0 0 0 0 35 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_pistol pirate_carbine officer_4 officer_4 6 6 1 -lost_aqualish_lookout 37 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish species_choices_aqualish 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_carbine pirate_pistol officer_3 officer_3 6 6 1 -lost_aqualish_marksman 43 1 -1 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 30 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military general_rifle pirate_pistol officer_4 officer_4 6 6 1 yes -lost_aqualish_marshal 50 0 0 0 -2 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_marshal 0.8 1.2 0 20 20 0 35 50 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 lost_aqualish npc military military pirate_carbine pirate_pistol officer_5 officer_5 6 6 1 -lost_aqualish_outrider 40 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_infiltrator 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_rifle pirate_pistol officer_4 officer_4 6 6 1 -lost_aqualish_scout 36 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_infiltrator 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_rifle pirate_pistol officer_3 officer_3 6 6 1 -lost_aqualish_soldier 39 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_carbine pirate_pistol officer_3 officer_3 6 6 1 yes -lost_aqualish_warchief 52 3 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_warchief 0.8 1.2 0 0 0 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 lost_aqualish npc military military pirate_carbine pirate_pistol officer_5 officer_5 6 6 1 -lost_aqualish_warrior 42 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military pirate_pistol pirate_carbine officer_4 officer_4 6 6 yes -lowland_salt_mynock 38 0 0 0 -4 NORMAL lok mynock salt_mynock_hue.iff 1.1 1.2 1 20 35 0 50 50 -1 -1 -1 2 1 55 meat_herbivore 73 hide_leathery 25 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 highAttackAbilityWeak carnivore mynock_3 mynock_3 8 8 -lt_harburik 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_lt_harburik.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.lt_harburik 0 2 yes -lt_lance 100 0 0 0 0 NORMAL global rebel Rebel dressed_lieutenant_lance.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc string:recruiter=Rebel,int:celebrity=1 npc.celebrity.lt_lance rebel military rebel_carbine rebel_polearm officer_10 melee_10 0 12 -lt_oron_wintree 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lt_oron_wintree.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -lt_porro_dolphe 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_lt_porro_dolphe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -lt_velso 100 0 0 0 0 NORMAL imperial Imperial dressed_corvette_imperial_velso.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 npc.stormtrooper_respect.stormtrooper_respect commoner_10 commoner_10 0 2 -luke_skywalker 100 0 0 0 0 NORMAL rebel Rebel dressed_luke_skywalker.iff 0.96 0.96 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.luke commoner_10 commoner_10 0 2 1 -lumbering_bolma 65 0 0 0 0 NORMAL dathomir bolma bolma_hue.iff 1 1 1 0 40 0 -1 -1 -1 -1 -1 2 1 meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankArmorStrong herbivore bull_4 bull_4 0 12 1 -lurking_angler 81 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 0.9 1.3 3 0 0 0 -1 0 -1 0 -1 2 1 4 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankDefenseStrong carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff spider_4 spider_4 12 12 1 -lurking_shear_mite 82 0 0 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1.2 1.4 1 0 10 -1 0 -1 -1 0 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medTankDefenseStrong carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_5 roach_5 12 12 -luthik_uwyr 100 0 0 0 0 NORMAL dantooine townsperson dressed_luthik_uwyr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 -luthin_dlunar 100 0 0 0 0 NORMAL corellia townsperson dressed_luthin_dlunar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 -lx_466 100 0 0 0 0 NORMAL dantooine townsperson dressed_lx_466.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 1 instant -mad_angler 70 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 1.6 1.8 1 50 50 0 -1 0 -1 -1 0 1.7 1 3 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.001 highAbilitySpeedStrong carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff spider_4 spider_4 12 12 -mad_scientist 11 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc noble fancy 1 rebel_pistol rebel_carbine medic_1 medic_1 0 2 -magnaguard_crafted 60 0 0 0 0 NORMAL anywhere astromech magnaguard.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android creature.droid_setup object/weapon/melee/polearm/lance_staff_magna_guard.iff droid_2 droid_2 0 2 -magur_torigai 100 0 0 0 0 NORMAL rori townsperson dressed_magur_torigai.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 -majestic_plumed_rasp 33 4 -3 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 3.2 3.5 4 0 0 0 0 0 10 0 -1 2 1 5 meat_avian 4 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_2 avian_2 0 2 yes -majolnir 100 0 0 0 0 NORMAL townsperson majolnir.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_majolnir rebel military commando_ranged commando_melee commoner_10 melee_10 0 2 -mal_sinkander 100 0 0 0 0 NORMAL naboo townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -malakili 100 0 0 0 0 NORMAL jabba jabba malakili.iff 0.86 0.86 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_head_malakili commoner_10 commoner_10 0 2 1 yes -male_great_grass_plains_tusk_cat 16 0 -2 0 0 NORMAL naboo tusk_cat tusk_cat_hue.iff 1 1.2 3 0 0 0 35 35 -1 -1 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 0 2 -male_kai_tok 42 0 0 0 -4 NORMAL rori kai_tok kai_tok_hue.iff 1 1.4 1 15 5 0 0 0 0 0 -1 2 1 25 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 col_feather_kai_tok,housing_improvement_02 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff griffon_3 griffon_3 6 6 -male_rodian_thug_low 4 0 0 0 0 NORMAL global thug thug male_rodian_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -male_snorbal_calf 34 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 0.5 0.7 4 30 30 -1 0 0 -1 0 -1 2 1 500 meat_herbivore 401 hide_leathery 351 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowTankArmorAvg herbivore elephant_3 elephant_3 0 8 1 yes -male_swamp_tusk_cat 16 0 1 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 0.8 0.9 1 0 0 0 -1 35 -1 35 -1 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 0 2 -male_twilek_thug_low 4 0 0 0 0 NORMAL global thug thug male_twilek_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -male_zabrak_thug_low 4 0 0 0 0 NORMAL global thug thug male_zabrak_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 yes -malignant_squill 50 0 0 0 0 NORMAL tatooine squill squill_hue.iff 1.6 1.9 4 0 0 10 0 100 0 0 0 1.7 1 25 meat_carnivore 25 hide_leathery 20 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 squill 0.005 highAttackUtilityAvg carnivore monkey_3 monkey_3 10 10 1 -malkloc 74 1 2 0 0 NORMAL dathomir malkloc malkloc_hue.iff 0.8 1.2 2 15 20 0 -1 -1 -1 0 45 2 1 1100 meat_herbivore 1200 hide_leathery 1100 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_5 fambaa_5 0 12 1 -malkloc_bull 75 1 4 0 -4 NORMAL dathomir malkloc malkloc_hue.iff 1.2 1.5 1 35 35 0 -1 -1 -1 0 50 2 1 1400 meat_herbivore 1500 hide_leathery 1200 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_5 fambaa_5 0 12 1 instant -malkloc_plainswalker 81 8 5 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.6 1.8 4 100 50 0 -1 -1 -1 0 100 2 1 2400 meat_herbivore 2100 hide_leathery 1700 bone_mammal defaultProfile creature/creature_81_90 generic_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 instant -malkloc_plainswalker_female 79 5 5 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.3 1.5 4 100 50 0 -1 -1 0 0 100 2 1 2000 meat_herbivore 1800 hide_leathery 1350 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_5 fambaa_5 0 12 1 instant -malkloc_plainswalker_stalker 88 0 0 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.9 2 4 0 0 0 0 0 0 0 0 2 1 2400 meat_herbivore 2100 hide_leathery 1700 bone_mammal defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 -malkloc_plainswalker_youth 78 -5 15 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.2 1.3 4 65 40 0 -1 -1 -1 0 90 2 1 1500 meat_herbivore 1350 hide_leathery 1100 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_5 fambaa_5 0 12 1 yes -mamien_ancient 63 0 2 0 0 NORMAL yavin4 marnien mamien_hue.iff 1.5 1.5 4 20 35 0 0 0 0 0 -1 2 1 20 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthStrong carnivore monkey_4 monkey_4 12 12 1 -mamien_elder 62 0 0 0 0 NORMAL yavin4 marnien mamien_hue.iff 1 1.2 3 0 20 0 0 0 0 0 -1 2 1 18 meat_wild 18 hide_wooly 18 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthStrong carnivore monkey_4 monkey_4 12 12 -mamien_female 67 0 0 0 -1 NORMAL yavin4 marnien mamien_hue.iff 0.7 1.1 1 20 25 0 0 -1 0 -1 -1 2 1 45 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg herbivore monkey_4 monkey_4 0 12 1 yes -mamien_junglelord 66 0 0 0 1 NORMAL yavin4 marnien mamien_hue.iff 1.2 1.3 4 0 20 0 0 0 0 0 -1 2 1 18 meat_wild 18 hide_wooly 18 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore monkey_4 monkey_4 12 12 -mamien_male 68 -1 0 0 -3 NORMAL yavin4 marnien mamien_hue.iff 0.8 1.2 2 20 15 0 0 -1 -1 0 -1 2 1 45 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg herbivore monkey_4 monkey_4 0 12 1 yes -mamien_matriarch 62 0 0 0 0 NORMAL yavin4 marnien mamien_hue.iff 1 1.3 1 0 20 0 0 0 0 0 -1 2 1 17 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg carnivore monkey_4 monkey_4 12 12 -mamien_youth 66 0 0 0 0 NORMAL yavin4 marnien mamien_hue.iff 0.5 0.7 3 0 0 0 0 0 0 0 -1 2 1 35 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthAvg herbivore monkey_4 monkey_4 0 2 1 1 -mammoth_bearded_jax 46 0 0 0 -2 NORMAL rori jax bearded_jax_hue.iff 2.3 2.7 3 0 20 40 0 0 -1 -1 -1 2 1 25 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackDamageWeak herbivore predatory_cat_3 predatory_cat_3 0 2 1 yes -mammoth_thune 70 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1.8 1.9 4 35 35 0 0 0 0 0 0 2 1 225 meat_herbivore 190 hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankHealthAvg herbivore elephant_4 elephant_4 12 12 instant -mand_bunker_battle_droid 88 0 3 0 0 ELITE dwb death_watch death_watch death_watch_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch android 100 battledroid none droid_special_6 droid_special_6 9 6 instant -mand_bunker_blksun_assassin 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_black_sun_assassin.iff 0 55 55 70 45 75 80 55 45 2 1 30 npc/mand_blksun_ext col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 instant -mand_bunker_blksun_assassin_int 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_black_sun_assassin.iff 0 55 55 70 45 75 80 55 45 2 200 250 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes -mand_bunker_blksun_guard 88 0 3 0 0 ELITE dwb death_watch death_watch dressed_black_sun_guard.iff 0 40 40 60 35 55 70 35 40 2 1 30 npc/mand_blksun_ext col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes -mand_bunker_blksun_guard_int 88 0 3 0 0 ELITE dwb death_watch death_watch dressed_black_sun_guard.iff 0 40 40 60 35 55 70 35 40 2 175 200 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes -mand_bunker_blksun_henchman 85 0 6 0 0 ELITE dwb death_watch death_watch dressed_black_sun_henchman.iff 0 35 35 50 25 45 60 25 30 2 1 30 npc/mand_blksun_ext col_contraband_set_04,col_shattered_shard_02 18 death_watch npc deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes -mand_bunker_blksun_henchman_int 85 0 6 0 0 ELITE dwb death_watch death_watch dressed_black_sun_henchman.iff 0 35 35 50 25 45 60 25 30 2 100 150 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes -mand_bunker_blksun_thug 86 0 5 0 0 ELITE dwb death_watch death_watch dressed_black_sun_thug.iff 0 40 40 60 35 55 70 35 40 2 1 30 npc/mand_blksun_ext col_contraband_set_04,col_shattered_shard_02 18 death_watch npc deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes -mand_bunker_blksun_thug_int 85 0 6 0 0 ELITE dwb death_watch death_watch dressed_black_sun_thug.iff 0 40 40 60 35 55 70 35 40 2 150 175 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc deathwatch_ranged deathwatch_ranged commando_10 commando_special_6 9 6 -mand_bunker_crazed_miner 86 0 5 0 0 ELITE dwb death_watch death_watch dressed_mand_bunker_crazed_miner.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc theme_park.dungeon.death_watch_bunker.crazed_miner commando_10 commando_10 9 6 -mand_bunker_crazed_scientist 10 0 0 0 0 BOSS added to stop traders exploiting crafting dwb death_watch death_watch scientist 1 1 0 0 0 0 0 0 0 0 0 2 2 100 npc/boss_npc:boss_npc_71_80 1 col_contraband_set_04 18 death_watch npc medic_1 medic_1 9 9 instant -mand_bunker_dthwatch_gold 93 0 0 0 0 BOSS dwb death_watch death_watch dressed_death_watch_gold.iff 0 80 80 90 80 45 45 100 70 2 500 750 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 6 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04 18 death_watch npc 100 100 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 9 instant -mand_bunker_dthwatch_grey 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_death_watch_grey.iff 0 65 65 70 60 35 35 100 50 2 300 400 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 100 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 instant -mand_bunker_dthwatch_red 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_death_watch_red.iff 0 55 55 70 60 30 30 100 40 2 250 300 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 instant -mand_bunker_dthwatch_silver 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_death_watch_silver.iff 0 75 75 90 80 45 45 100 70 2 400 500 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 100 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 -mand_bunker_foreman 100 0 0 0 0 NORMAL dwb death_watch death_watch dressed_mand_bunker_foreman.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_contraband_set_04 18 death_watch npc 1 theme_park.dungeon.death_watch_bunker.foreman commoner_10 commoner_10 0 2 -mand_bunker_medical_droid 100 0 0 0 0 NORMAL dwb death_watch death_watch 21b_surgical_droid.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_81_90 generic_droid_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_contraband_set_04,col_holo_emitter_01 18 death_watch droid 1 conversation.death_watch_medical_droid droid_10 droid_10 0 2 -mand_bunker_repair_droid 20 0 0 0 0 NORMAL dwb death_watch_special death_watch_special r2.iff 0 15 0 0 -1 40 0 0 -1 2 droid/droid_11_20 generic_droid_2 18 death_watch droid theme_park.dungeon.death_watch_bunker.repair_droid droid_2 droid_2 0 2 instant -mand_bunker_super_battle_droid 91 2 7 0 0 ELITE dwb death_watch death_watch death_watch_s_battle_droid 0 85 95 100 60 100 25 40 85 1.9 1 80 npc/elite_npc:elite_npc_81_90 boss_droid_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 death_watch droid 1 object/weapon/ranged/droid/droid_droideka_ranged.iff droid_special_6 droid_special_6 9 6 -mand_bunker_technician 100 0 0 0 0 NORMAL dwb death_watch death_watch dressed_mand_bunker_technician.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 6 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 death_watch npc 1 conversation.death_watch_technician commoner_10 commoner_10 0 2 -mand_bunker_workshop_droid 100 0 0 0 0 NORMAL dwb death_watch death_watch wed_treadwell.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_81_90 generic_droid_9 6 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 18 death_watch droid 1 theme_park.dungeon.death_watch_bunker.workshop_droid droid_10 droid_10 0 2 -mantigrue_hunter 71 0 0 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 0.7 1 3 40 40 0 -1 80 -1 80 80 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 col_feather_mantigrue,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.01 highAttackDamageWeak carnivore griffon_4 griffon_4 12 12 yes -mantigrue_insane_berserker 45 6 -6 -6 6 NORMAL endor mantigrue condor_dragon_hue.iff 1 1.2 2 50 50 100 50 -1 20 20 100 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_41_50 generic_creature_5 col_feather_mantigrue,housing_improvement_02 0.01 medAttackUtilityAvg carnivore griffon_3 griffon_3 12 12 1 1 yes -mantigrue_night_stalker 71 5 0 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 1.5 1.5 2 30 40 0 -1 -1 -1 -1 -1 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 col_feather_mantigrue,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.01 highAttackSpeedWeak carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff griffon_4 griffon_4 12 12 -mantigrue_reaper 72 0 0 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 0.7 1 3 40 40 70 0 70 70 70 70 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 col_feather_mantigrue,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff griffon_4 griffon_4 12 12 -mantigrue_screecher 64 0 0 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 0.7 1 3 35 35 0 0 0 -1 0 0 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 col_feather_mantigrue,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackUtilityAvg carnivore griffon_4 griffon_4 12 12 -mara_jade 100 0 0 0 0 NORMAL imperial Imperial mara_jade.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.mara_jade commoner_10 commoner_10 0 2 yes -marauder 78 0 0 0 0 NORMAL endor marauder endor_marauder dressed_marauder.iff 1.5 2 0 0 0 0 0 -1 -1 0 0 2 0 0 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc pirate_rifle marauder_melee bounty_hunter_special_6 melee_special_6 5 5 yes -mark_iv_sentry_droid_crafted 1 4 0 4 0 NORMAL anywhere sentry_droid mark_iv_sentry_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_droid_2 droid creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_1 droid_1 0 2 1 -marooned_pirate 36 0 0 0 -3 NORMAL lok piratesoflok marooned_pirate 0 0 20 0 40 -1 40 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes -marooned_pirate_captain 37 0 0 0 0 NORMAL lok piratesoflok marooned_pirate_captain 0 20 20 0 40 -1 40 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes -marooned_pirate_engineer 38 0 0 0 -3 NORMAL lok piratesoflok marooned_pirate_engr 0 0 20 0 40 -1 40 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes -marooned_pirate_first_mate 36 0 0 0 0 NORMAL lok piratesoflok marooned_pirate 0 20 20 0 40 -1 40 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 instant -master_prophet_of_the_dark_side 80 0 0 0 0 ELITE global imperial Imperial jedi_trainer 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc root_defense=100,snare_defense=100 general_unarmed none officer_special_6 melee_special_6 0 3 yes -master_thief 13 1 -1 0 0 NORMAL global mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug military pirate_pistol_low_level pirate_carbine_low_level bounty_hunter_1 bounty_hunter_1 0 2 -masterful_ewok_warrior 78 0 0 0 -2 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 5 5 0 15 15 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 yes -masterful_jinda_warrior 66 4 -4 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 40 40 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes -masterful_panshee_warrior 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -mat_rags 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_mat_rags.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.mat_rags 0 2 1 -matriarch_bantha 15 0 2 0 -4 NORMAL tatooine bantha bantha_hue.iff 0.8 1.4 4 35 10 0 50 -1 -1 -1 -1 2 1 milk_wild 485 meat_herbivore 365 hide_wooly 320 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.09 lowTankHealthWeak herbivore elephant_1 elephant_1 0 2 1 -mature_hanadak 71 0 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1 1 2 25 0 -1 80 80 80 -1 -1 2 1 20 meat_carnivore 20 hide_bristley 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 lowTankHealthAvg carnivore gorilla_4 gorilla_4 12 12 -mature_hanadak_rock_smasher 71 3 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1 1 1 0 60 0 -1 -1 -1 -1 -1 2 1 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 lowAttackDamageAvg carnivore gorilla_4 gorilla_4 12 12 -mature_reptilian_flier 68 2 2 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1.1 1.2 3 0 10 0 35 35 -1 0 -1 2 1 130 meat_avian 85 hide_leathery 80 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityStrong carnivore avian_4 avian_4 12 12 1 -mature_snorbal_female 35 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 0.9 1.1 1 40 40 0 -1 -1 -1 -1 0 2 1 milk_wild 545 meat_herbivore 440 hide_leathery 400 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 -mature_snorbal_male 36 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 1 1.2 1 35 35 0 -1 -1 -1 -1 0 2 1 545 meat_herbivore 440 hide_leathery 400 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 yes -mauler 21 1 1 0 0 NORMAL naboo mauler mauler_medium 0 10 0 15 -1 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 -mauler_acolyte 22 0 0 0 0 NORMAL naboo mauler mauler_low 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes -mauler_apprentice 20 1 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes -mauler_beastmaster 23 1 -1 0 0 NORMAL naboo mauler dressed_mauler_beastmaster.iff 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes -mauler_champion 22 1 -1 0 0 NORMAL naboo mauler mauler_high 0 20 40 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes -mauler_disciple 23 1 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 -mauler_guard 23 0 0 0 0 NORMAL naboo mauler mauler_medium 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes -mauler_lord 27 1 -1 0 0 NORMAL naboo mauler mauler_high 0 20 40 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol pirate_pistol commando_2 commando_2 6 6 yes -mauler_master 24 0 0 0 0 NORMAL naboo mauler mauler_high 0 65 35 90 90 90 -1 -1 -1 2 200 500 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes -mauler_mentor 25 1 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_pistol_low_level commando_2 commando_2 6 6 1 yes -mauler_shadowstalker 24 1 1 0 0 NORMAL naboo mauler mauler_high 0 10 0 15 -1 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 -mauler_strongman 23 0 0 0 0 NORMAL naboo mauler mauler_high 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes -mauler_usurper 25 0 0 0 0 NORMAL naboo mauler dressed_mauler_usurper.iff 0 66 36 91 91 91 0 0 0 2 201 501 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 1 -mauler_veermok 23 0 0 0 -4 NORMAL naboo mauler veermok_hue.iff 0.8 1.5 3 25 0 0 -1 -1 0 -1 0 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 col_stage_controller_01 18 mauler carnivore gorilla_2 gorilla_2 6 6 -mauler_walus_assistant 24 0 0 0 0 NORMAL naboo mauler walus_assistant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 yes -mauler_warlord 24 0 0 0 0 NORMAL naboo mauler mauler_high 0 65 35 90 90 90 -1 -1 -1 2 200 500 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol_low_level pirate_pistol_low_level commando_2 commando_2 6 6 -mauler_xylan_assistant 24 0 0 0 0 NORMAL naboo mauler xylan_assistant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 -mauler_yarick_assistant 24 0 0 0 0 NORMAL naboo mauler yarick_assistant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 -mauler_zolo_assistant 24 0 0 0 0 NORMAL naboo mauler zolo_assistant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 -maverick_gualama 41 0 0 0 0 NORMAL naboo gualama_maverick gualama_hue.iff 1.1 1.3 4 0 10 0 0 0 0 -1 -1 2 1 200 meat_wild 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore horse_3 horse_3 8 8 1 -mawgax_female 60 2 -1 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 0.8 1.2 2 15 15 0 -1 0 0 -1 -1 2 1 115 meat_domesticated 72 hide_leathery 52 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.05 medAttackAbilityAvg herbivore raptor_4 raptor_4 0 12 1 -mawgax_male 60 0 0 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 0.9 1.3 1 20 20 0 -1 0 0 30 -1 2 1 100 meat_domesticated 70 hide_leathery 55 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityAvg herbivore raptor_4 raptor_4 0 12 1 -mawgax_raptor 50 0 0 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 1.1 1.4 3 20 20 0 -1 0 0 30 -1 1.7 1 100 meat_domesticated 70 hide_leathery 55 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.01 medAttackAbilityAvg herbivore raptor_4 raptor_4 12 12 1 -mawgax_youth 60 0 0 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 0.5 0.7 3 0 0 0 0 0 0 0 -1 2 1 90 meat_domesticated 60 hide_leathery 45 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackAbilityAvg herbivore raptor_4 raptor_4 0 2 -max_rebo 100 0 0 0 0 NORMAL jabba jabba max_rebo.iff 0.85 0.85 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 1 -mayor 4 0 0 0 0 NORMAL naboo naboo naboo dressed_mayor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -meager_tortur 42 1 1 0 0 NORMAL talus tortur torton_hue.iff 0.4 0.5 2 0 0 0 0 0 0 0 -1 2 1 650 meat_carnivore 575 hide_leathery 650 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 -meatlump_buffoon 32 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_creature_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 meatlump npc thug slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 2 -meatlump_clod 29 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc pirate_pistol pirate_pistol smuggler_2 smuggler_2 0 2 -meatlump_cretin 29 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc ai.thug pirate_pistol pirate_pistol smuggler_2 smuggler_2 0 2 1 -meatlump_fool 27 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc thug slang pirate_carbine pirate_carbine smuggler_2 smuggler_2 0 2 -meatlump_loon 31 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 2 -meatlump_oaf 30 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 2 -meatlump_stooge 28 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc pirate_carbine pirate_carbine smuggler_2 smuggler_2 0 2 1 -medic 4 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc military military 1 rebel_pistol rebel_carbine 0 2 -medic_11_admin 100 0 0 0 0 NORMAL tatooine townsperson male_human_scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_medic_11_reward noble commoner_10 commoner_10 0 2 -medic_11_escara 1 0 0 0 0 NORMAL tatooine townsperson dressed_noble_old_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=profession_medic_11, string:quest.taskName=bacta conversation.prof_medic_11_first noble townperson 0 2 -medic_11_jorund 1 0 0 0 0 NORMAL tatooine townsperson human_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=profession_medic_11, string:quest.taskName=stabilizers conversation.prof_medic_11_second noble townperson 0 2 -medic_11_vosca 1 0 0 0 0 NORMAL tatooine townsperson commoner_female 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=profession_medic_11, string:quest.taskName=nutrient conversation.prof_medic_11_third noble townperson 0 2 -medic_21_jowres 1 0 0 0 0 NORMAL naboo townsperson commoner_human_male 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=prof_medic_21, string:quest.taskName=jowres conversation.prof_medic_21_jowres noble townperson 0 2 -medic_21_larence 5 0 0 0 0 NORMAL naboo townsperson dressed_noble_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 conversation.prof_medic_21_larence noble townperson 0 2 -medic_21_mia 1 0 0 0 0 NORMAL naboo townsperson commoner_human_female 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=prof_medic_21, string:quest.taskName=mia conversation.prof_medic_21_mia noble townperson 0 2 -megan_drlar 20 0 0 0 0 NORMAL yavin4 thug thug megan_drlar.iff 0.8 0.8 0 30 30 0 0 -1 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 0 2 -melios_purl 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_melious_purl.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.melios_purl 0 2 -mellichae 90 0 0 0 0 ELITE dathomir sith_shadow sith_shadow dressed_fs_village_enemy_mellichae.iff 0 80 80 80 80 80 80 80 80 2 500 750 1 80 npc/boss_npc:boss_npc_71_80 boss_npc_9 housing_improvement_05,col_shattered_shard_02 npc 1 100 100 100 conversation.aurilia_mellichae 0 0 -menagerie_acklay 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie borvo_acklay.iff 0.6 0.6 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_bageraset 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bageraset_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_bantha 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bantha_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_baz_nitch 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie baz_nitch_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_bioll 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_bioll.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_bioll 0 0 -menagerie_bocatt 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bocatt_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_bolle-bol 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bolle_bol_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_bolotaur 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bolotaur.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_bordock 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bordok_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_brackaset 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie brackaset_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_canoid 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie boar_wolf_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_captain_supter 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_captain_supter.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_captain_supter 0 0 -menagerie_carax 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie carax.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_choku 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie choku_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_chuba 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie chuba_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_coirus 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_coirus.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_coirus 0 0 -menagerie_crystal_snake 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie crystal_snake.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_dalyrake 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie dalyrake_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_dire_cat 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie narglatch_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_durni 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie durni_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_eopie 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie eopie_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_finned_snake 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie finned_blaggart.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_gnort 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gnort_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_gronda 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gronda_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_gualama 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gualama_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_gurk 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gurk_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_gurnaset 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gurnaset_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_gurrek 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gurreck_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_hanadak 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie hanadak_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_hermit_spider 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie hermit_spider_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_horned_krevol 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie horned_krevol_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_info_broker_01 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_info_broker_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_info_broker_01 0 0 -menagerie_info_broker_02 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_info_broker_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_info_broker_02 0 0 -menagerie_info_broker_03 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_info_broker_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_info_broker_03 0 0 -menagerie_kaldon 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_kaldon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_kaldon 0 0 -menagerie_kittle 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie kittle_hue.iff 1 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_kliknik 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie kliknik_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_krahbu 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie krahbu_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_kwi 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie kwi_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_langlatch 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie langlatch_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_lizard_1 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie rill.iff 0.4 0.4 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_lizard_2 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie rill.iff 0.6 0.6 2 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_lizard_3 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie rill.iff 0.8 0.8 3 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_mamien 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie mamien_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_merek 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie merek_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_mite 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie tanc_mite_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_mott 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie mott_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_murra 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie murra_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_nerf 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie nerf_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_nuna 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie nuna_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_profor 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_profor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_profor 0 0 -menagerie_puc 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie spined_puc_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_quenker 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie quenker_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_rancor 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie rancor_hue.iff 0.4 0.4 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_sand_panther 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie corellian_sand_panther_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_sawtooth 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie clone_relics_sawtooth.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_snorbal 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie snorbal_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_spat 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie painted_spat.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_spiked_snake 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie spined_snake_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_squill 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie squill_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_stunted_krayt 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie krayt_dragon_hue.iff 0.5 0.5 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_terulia 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_terulia.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_terulia 0 0 -menagerie_trak 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_trak.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_trak 0 0 -menagerie_tusk_cat 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie tusk_cat_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_tybis 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie tybis_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_uwari_beetle 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie uwari_beetle_aggro.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 0.05 carnivore 1 0 0 -menagerie_varactyl 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie varactyl.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 -menagerie_woolamander 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie woolamander_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 1 -mercenary 11 0 0 0 0 NORMAL global mercenary mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 yes -mercenary_aggro 11 0 0 0 0 NORMAL global mercenary mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 4 4 1 yes -mercenary_commander 55 0 0 0 0 NORMAL lok merc lok_mercenaries mercenary_commander 0 45 55 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 yes -mercenary_destroyer 54 4 -4 0 -3 NORMAL lok merc lok_mercenaries mercenary_elite 0 60 40 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 yes -mercenary_elite 56 0 0 0 -3 NORMAL lok merc lok_mercenaries mercenary_elite 0 60 40 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 yes -mercenary_hireling_imp 20 0 2 0 0 NORMAL global merc mercenary_weak 0 20 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 6 6 yes -mercenary_hireling_reb 20 0 2 0 0 NORMAL global merc mercenary_weak 0 20 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 6 6 -mercenary_messenger 55 0 2 0 0 NORMAL lok merc lok_mercenaries mercenary_weak 0 20 0 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 yes -mercenary_strong 54 0 0 0 0 NORMAL lok merc lok_mercenaries mercenary_strong 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 yes -mercenary_warlord 56 0 0 0 0 NORMAL lok merc lok_mercenaries mercenary_commander 0 0 0 0 0 0 -1 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 yes -mercenary_weak 55 0 0 0 0 NORMAL lok merc lok_mercenaries mercenary_weak 0 30 0 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 instant -merek_assassin 64 6 -4 0 0 NORMAL endor merek merek_hue.iff 1 1 1 50 0 0 0 -1 0 -1 -1 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedAvg carnivore mantis_4 mantis_4 12 12 1 -merek_cavern_creeper 63 0 0 0 0 NORMAL endor merek merek_hue.iff 2 2 1 40 0 0 0 -1 0 0 0 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mantis_4 mantis_4 12 12 instant -merek_deaths_head 64 8 -8 0 0 NORMAL endor merek merek_hue.iff 1 1.3 4 0 0 0 0 0 0 0 0 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 highAttackSpeedAvg carnivore mantis_4 mantis_4 12 12 -merek_harvester 63 5 5 0 0 NORMAL endor merek merek_hue.iff 1 1 3 75 -1 0 0 0 -1 0 -1 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highTankDefenseAvg carnivore mantis_4 mantis_4 12 12 1 -midnight_vir_vur 46 -2 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1.2 1.4 2 0 0 0 0 0 0 0 -1 2 1 10 meat_avian hide_wooly 2 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore rabbit_3 rabbit_3 0 2 -mikos_denari 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_mikos_denari.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.mikos_denari 0 2 -mind_of_solitude 36 -1 0 0 0 NORMAL corellia solitude Rebel mercenary_elite 0.8 1.2 0 20 15 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_carbine commando_3 commando_3 0 2 -miner 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 -mining_droid_crafted 30 0 0 0 0 NORMAL anywhere astromech mining_droid.iff 0.8 0.8 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 droid creature.droid_setup droid_2 droid_2 0 2 instant -minor_gorax 86 0 36 0 0 ELITE endor gorax gorax gorax_male.iff 0.5 0.8 0 65 65 50 50 50 0 50 50 2 1 meat_carnivore hide_wooly 1 100 npc/elite_npc:elite_npc_81_90 elite_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 9 6 1 -minor_gubbur 22 0 0 0 0 NORMAL corellia gubbur gubbur_hue.iff 0.7 1 4 0 0 0 0 0 0 0 -1 2 1 3 meat_carnivore 2 hide_leathery 2 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore frog_2 frog_2 0 2 -minor_guf_drolg 36 0 0 0 0 NORMAL talus guf_drolg guf_drolg_hue.iff 0.75 0.8 3 0 0 10 0 0 0 0 -1 2 1 300 meat_reptilian 240 hide_leathery 170 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankHealthWeak carnivore bull_3 bull_3 0 2 -minor_sludge_panther 37 0 0 0 0 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 0.7 0.8 2 0 0 0 0 0 0 0 -1 2 1 20 meat_carnivore 27 hide_leathery 27 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 sludge_panther 0.15 lowAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 0 2 1 -minor_worrt 3 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine minor_worrt worrt_hue.iff 0.7 1.1 3 0 0 0 0 0 0 0 -1 2 1 3 meat_reptilian 3 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 yes -mire_marauder 60 5 -10 0 0 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 2.2 2.4 1 55 55 0 80 -1 -1 0 -1 2 1 150 meat_carnivore 140 hide_leathery 140 bone_mammal defaultProfile creature/creature_51_60 generiec_creature_6 housing_improvement_03,col_glass_shelving_01 18 sludge_panther carnivore predatory_cat_4 predatory_cat_4 6 6 yes -mission_alliance_intelligence_case_officer 22 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier pirate slang rebel_carbine rebel_pistol commando_2 commando_2 0 2 -mission_ankura_gungan 24 0 0 0 0 NORMAL naboo gungan gungan ankura_gungan 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_pistol commoner_2 commoner_2 0 2 -mission_area_coordinator 13 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo imperial military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -mission_artisan 1 0 0 0 0 NORMAL global townsperson townsperson artisan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_carbine rebel_pistol 0 2 yes -mission_assassin 22 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level spy_2 spy_2 0 2 1 yes -mission_assault_trooper 26 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_assault_trooper_m.iff 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 2 1 -mission_bandit 5 0 0 0 0 NORMAL global bandit bandit criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_carbine 0 6 -mission_bith_sniper 7 1 -1 0 0 NORMAL global bith dressed_brigade_gunner_bith_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang general_rifle general_pistol 0 6 -mission_bodyguard 4 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo police military rebel_carbine rebel_pistol 0 2 -mission_bombardier 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -mission_borvos_champion 15 0 0 0 0 NORMAL naboo borvo borvo dressed_borvos_champion.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 borvo npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 8 -mission_borvos_mercenary 14 0 0 0 0 NORMAL naboo borvo borvo dressed_borvos_mercenary.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 borvo npc npc.converse.npc_convo thug slang pirate_polearm pirate_carbine_low_level smuggler_1 smuggler_1 0 8 -mission_bothan_diplomat 1 0 0 0 0 NORMAL global spynet bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 1 -mission_bothan_information_broker 1 0 0 0 0 NORMAL global spynet bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson fancy 1 rebel_carbine rebel_pistol 0 2 yes -mission_bounty_aakuan_assassin 70 0 0 0 0 ELITE bounty bounty_target aakuan_hard 1 1.3 0 40 40 0 0 0 -1 0 0 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 col_stage_controller_01 npc noble pirate_polearm pirate_carbine melee_special_6 spy_special_6 0 3 instant -mission_bounty_aakuan_champion 70 0 0 0 0 ELITE bounty bounty_target aakuan_hard 1 1.3 0 30 30 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_boss boss_npc_7 col_stage_controller_01 npc noble pirate_rifle pirate_pistol commando_special_6 commando_special_6 0 12 yes -mission_bounty_aakuan_defender 20 0 0 0 0 NORMAL bounty bounty_target aakuan_hard 0.8 1 0 35 35 -1 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 col_stage_controller_01 npc police fancy pirate_polearm pirate_carbine_low_level melee_2 commando_2 0 12 yes -mission_bounty_aakuan_guardian 35 0 0 0 0 NORMAL bounty bounty_target aakuan_hard 0.8 1 0 30 30 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc general_polearm pirate_polearm commando_3 melee_3 0 12 yes -mission_bounty_aakuan_sentinal 20 0 0 0 0 NORMAL bounty bounty_target aakuan_easy 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 col_stage_controller_01 npc fancy pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 12 yes -mission_bounty_aakuan_spice_guard 35 0 0 0 0 NORMAL bounty bounty_target aakuan_hard 0.8 1 0 30 30 -1 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc noble general_sword pirate_sword melee_3 melee_3 0 12 yes -mission_bounty_aakuan_warder 70 0 0 0 0 ELITE bounty bounty_target aakuan_hard 0.8 1 0 30 30 0 0 0 -1 0 0 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc noble fancy pirate_polearm general_pistol melee_special_6 commando_special_6 0 3 yes -mission_bounty_afarathu_cult_leader 20 0 0 0 0 NORMAL bounty bounty_target selonian_female 1.4 1.8 0 0 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_carbine_low_level pirate_sword medic_2 melee_2 12 12 yes -mission_bounty_alkhara_bandit_king 35 0 0 0 0 ELITE bounty bounty_target male_criminal_thug 0.8 1.2 0 0 0 35 35 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate slang pirate_rifle pirate_carbine smuggler_special_3 smuggler_special_3 0 3 yes -mission_bounty_alkhara_champion 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 20 0 25 25 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 0 12 yes -mission_bounty_alkhara_lieutenant 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 25 25 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_rifle_low_level pirate_sword officer_2 melee_2 0 12 yes -mission_bounty_alliance_intelligence_case_officer 35 0 0 0 0 ELITE bounty rebel Rebel rebel_recruiter 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate slang rebel_rifle imperial_pistol spy_special_3 spy_special_3 0 3 yes -mission_bounty_area_coordinator 20 0 0 0 0 NORMAL bounty rebel Rebel commoner 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel military rebel_carbine pirate_rifle_low_level commoner_2 commoner_2 0 12 yes -mission_bounty_assassin 35 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 20 0 -1 -1 50 50 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc thug slang pirate_pistol general_pistol spy_3 spy_3 0 12 yes -mission_bounty_beldonnas_enforcer 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 20 0 0 -1 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine general_unarmed commando_3 melee_3 0 12 yes -mission_bounty_beldonnas_marshal 35 0 0 0 0 NORMAL bounty bounty_target mercenary_commander 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine rebel_sword officer_3 melee_3 0 12 yes -mission_bounty_beldonnas_scout 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_rifle_low_level pirate_sword bounty_hunter_2 melee_2 0 12 yes -mission_bounty_beldonnas_soldier 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_pistol_low_level pirate_pistol_low_level commando_2 commando_2 0 12 yes -mission_bounty_binayre_chief 35 0 0 0 0 NORMAL bounty bounty_target binayre_chief 0.8 1 0 25 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_rifle pirate_carbine officer_3 officer_3 12 12 yes -mission_bounty_binayre_pirate 20 0 0 0 0 NORMAL bounty bounty_target binayre_elite 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_carbine_low_level pirate_sword smuggler_2 melee_2 12 12 yes -mission_bounty_binayre_smuggler 20 0 0 0 0 NORMAL bounty bounty_target binayre_strong 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_sword smuggler_2 melee_2 12 12 yes -mission_bounty_binayre_swindler 20 0 0 0 0 NORMAL bounty bounty_target binayre_strong 0.8 1 0 20 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 12 12 yes -mission_bounty_blood_razor_cutthroat 70 0 0 0 0 ELITE bounty bounty_target blood_razor_pirate 0.8 1 0 0 45 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_pistol pirate_carbine smuggler_special_6 smuggler_special_6 3 3 yes -mission_bounty_blood_razor_pirate_elite 70 0 0 0 0 ELITE bounty bounty_target blood_razor_pirate_elite 0.8 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_polearm pirate_pistol smuggler_special_6 smuggler_special_6 3 3 yes -mission_bounty_blood_razor_pirate_strong 35 0 0 0 0 NORMAL bounty bounty_target blood_razor_pirate_elite 0.8 1 0 20 40 0 -1 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_polearm pirate_sword melee_3 melee_3 12 12 yes -mission_bounty_blood_razor_pirate_weak 20 0 0 0 0 NORMAL bounty bounty_target blood_razor_pirate 0.8 1 0 0 25 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_polearm pirate_carbine_low_level melee_2 smuggler_2 12 12 yes -mission_bounty_blood_razor_scout 70 0 0 0 0 ELITE bounty bounty_target blood_razor_pirate 0.8 1 0 0 45 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_rifle pirate_pistol bounty_hunter_special_6 bounty_hunter_special_6 3 3 yes -mission_bounty_borvos_champion 35 0 0 0 0 ELITE bounty bounty_target dressed_borvos_champion.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc thug slang pirate_pistol general_carbine commando_special_3 commando_special_3 0 3 yes -mission_bounty_borvos_guard 20 0 0 0 0 NORMAL bounty bounty_target borvos_thug 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc townsperson townperson rebel_sword rebel_pistol melee_2 commando_2 0 12 yes -mission_bounty_borvos_thief 20 0 0 0 0 NORMAL bounty bounty_target borvos_thug 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 12 yes -mission_bounty_borvos_thug 20 0 0 0 0 NORMAL bounty bounty_target borvos_thug 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_carbine_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 12 yes -mission_bounty_brigade_general 35 0 0 0 0 NORMAL bounty bounty_target brigade_general 0.8 1 0 20 20 0 -1 40 -1 40 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc rebel_pistol pirate_sword officer_3 melee_3 0 12 yes -mission_bounty_brigade_marine 20 0 0 0 0 NORMAL bounty bounty_target brigade_soldier 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military rebel_polearm rebel_carbine melee_2 commando_2 0 12 yes -mission_bounty_brigade_officer 20 0 0 0 0 NORMAL bounty bounty_target brigade_captain 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_pistol rebel_carbine officer_2 officer_2 0 12 yes -mission_bounty_brigand_leader 20 0 0 0 0 NORMAL bounty bounty_target criminal_organized 0.8 1 0 10 20 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_pistol_low_level pirate_carbine_low_level officer_2 officer_2 12 12 yes -mission_bounty_canyon_corsair_cutthroat 70 0 0 0 0 ELITE bounty bounty_target corsair_cutthroat 0.8 1 0 0 45 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_pistol pirate_polearm smuggler_special_6 melee_special_6 3 3 yes -mission_bounty_canyon_corsair_pirate_strong 70 0 0 0 0 ELITE bounty bounty_target corsair_pirate_elite 0.8 1.2 0 0 60 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_carbine rebel_pistol smuggler_special_6 smuggler_special_6 3 3 yes -mission_bounty_canyon_corsair_pirate_weak 70 0 0 0 0 ELITE bounty bounty_target corsair_pirate_weak 0.8 1 0 25 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_carbine pirate_pistol smuggler_special_6 smuggler_special_6 3 3 yes -mission_bounty_canyon_corsair_scout 70 0 0 0 0 ELITE bounty bounty_target corsair_pirate_weak 0.8 1 0 25 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_rifle general_pistol bounty_hunter_special_6 bounty_hunter_special_6 3 3 yes -mission_bounty_chadra_fan_assassin 20 0 0 0 0 NORMAL bounty bounty_target chadra_fan_male.iff 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_pistol_low_level general_carbine spy_2 spy_2 0 2 yes -mission_bounty_cobral_assassin 35 0 0 0 0 NORMAL bounty bounty_target cobral_assassin 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc slang pirate_carbine pirate_sword spy_3 melee_3 0 12 yes -mission_bounty_cobral_bandit 20 0 0 0 0 NORMAL bounty bounty_target cobral_bandit 0.8 1 0 10 10 0 25 25 25 25 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate general_unarmed rebel_sword melee_2 melee_2 0 12 yes -mission_bounty_cobral_boss 70 0 0 0 0 ELITE bounty bounty_target cobral_boss 0.8 1.2 0 0 0 0 40 40 40 40 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_pistol general_unarmed officer_special_6 melee_special_6 3 3 yes -mission_bounty_cobral_hitman 35 0 0 0 0 NORMAL bounty bounty_target cobral_assassin 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc general_rifle general_unarmed spy_3 melee_3 0 12 yes -mission_bounty_cobral_overlord 70 0 0 0 0 ELITE bounty bounty_target cobral_boss 0.8 1.2 0 0 0 0 50 50 50 50 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_polearm pirate_pistol melee_special_6 officer_special_6 3 3 yes -mission_bounty_cobral_runner 20 0 0 0 0 NORMAL bounty bounty_target cobral_assassin 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 12 yes -mission_bounty_commando 20 0 0 0 0 NORMAL bounty bounty_target rebel_commando 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel military rebel_carbine rebel_unarmed commando_2 melee_2 0 2 yes -mission_bounty_corsec_agent 20 0 0 0 0 NORMAL bounty bounty_target corsec_officer 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc imperial military general_carbine general_pistol spy_2 spy_2 0 12 yes -mission_bounty_corsec_captain 35 0 0 0 0 NORMAL bounty bounty_target corsec_captain 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc imperial military general_rifle pirate_unarmed officer_3 melee_3 0 12 yes -mission_bounty_corsec_chief 70 0 0 0 0 ELITE bounty bounty_target corsec_captain 0.8 1.2 0 0 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc imperial military general_rifle pirate_carbine officer_special_6 officer_special_6 0 3 yes -mission_bounty_corsec_comissioner 70 0 0 0 0 ELITE bounty bounty_target corsec_captain 0.8 1.2 0 0 0 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc imperial military general_carbine pirate_sword commoner_7 melee_special_6 0 3 yes -mission_bounty_corsec_investigator 20 0 0 0 0 NORMAL bounty bounty_target corsec_detective 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc imperial military general_carbine general_pistol bounty_hunter_2 bounty_hunter_2 0 2 yes -mission_bounty_corsec_major 35 0 0 0 0 NORMAL bounty bounty_target corsec_officer 0.8 1 0 15 15 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc imperial military general_carbine pirate_carbine officer_3 officer_3 0 12 yes -mission_bounty_corsec_traitor 20 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang general_carbine general_pistol spy_2 spy_2 12 12 yes -mission_bounty_desert_demon_bodyguard 20 0 0 0 0 NORMAL bounty bounty_target criminal_swooper 0.8 1 0 0 0 0 15 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang general_carbine general_pistol commando_2 commando_2 0 12 yes -mission_bounty_desert_demon_leader 20 0 0 0 0 NORMAL bounty bounty_target criminal_swooper 0.8 1 0 0 0 0 30 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_carbine_low_level pirate_sword officer_2 melee_2 0 12 yes -mission_bounty_dread_pirate 35 0 0 0 0 NORMAL bounty bounty_target criminal_smuggler 0.8 1 0 0 20 0 40 -1 40 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate slang pirate_carbine pirate_carbine smuggler_3 smuggler_3 12 12 yes -mission_bounty_dune_stalker_brawler 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang general_unarmed tusken_ranged melee_2 commando_2 12 12 yes -mission_bounty_dune_stalker_enforcer 35 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 20 25 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate slang tusken_ranged pirate_pistol commando_3 commando_3 12 12 yes -mission_bounty_dune_stalker_leader 35 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc thug slang tusken_ranged pirate_unarmed officer_3 melee_3 12 12 yes -mission_bounty_dune_stalker_marksman 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang general_carbine general_unarmed commando_2 melee_2 12 12 yes -mission_bounty_flail_boss 35 0 0 0 0 ELITE bounty bounty_target mercenary_commander 0.8 1.2 0 20 25 0 -1 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate_carbine general_carbine spy_special_3 melee_3 3 3 yes -mission_bounty_flail_butcher 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_pistol pirate_unarmed commoner_3 melee_3 12 12 yes -mission_bounty_flail_cutthroat 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_polearm rebel_carbine melee_2 smuggler_2 12 12 yes -mission_bounty_flail_enforcer 20 0 0 0 0 NORMAL bounty bounty_target species_choices_all 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_carbine general_pistol commando_2 commando_2 12 12 yes -mission_bounty_flail_executioner 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 25 0 0 -1 -1 60 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_carbine spy_3 spy_3 12 12 yes -mission_bounty_flail_killer 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_pistol_low_level rebel_unarmed spy_2 melee_2 12 12 yes -mission_bounty_flail_slayer 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_pistol_low_level general_carbine spy_2 spy_2 12 12 yes -mission_bounty_garyn_dragoon 35 0 0 0 0 NORMAL bounty bounty_target garyn_dragoon 0.8 1 0 25 20 0 -1 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc military general_sword rebel_sword melee_3 melee_3 12 12 yes -mission_bounty_garyn_lieutenant 70 0 0 0 0 ELITE bounty bounty_target garyn_lieutenant 0.8 1.2 0 0 30 0 -1 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc military military pirate_carbine general_pistol officer_special_6 officer_special_6 3 3 yes -mission_bounty_garyn_marauder 35 0 0 0 0 NORMAL bounty bounty_target garyn_marauder 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate slang pirate_carbine rebel_pistol commando_3 commando_3 12 12 yes -mission_bounty_garyn_mugger 20 0 0 0 0 NORMAL bounty bounty_target garyn_mugger 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 12 12 yes -mission_bounty_garyn_pirate 20 0 0 0 0 NORMAL bounty bounty_target garyn_pirate 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate pirate_carbine_low_level pirate_unarmed smuggler_2 melee_2 12 12 yes -mission_bounty_garyn_raider 20 0 0 0 0 NORMAL bounty bounty_target garyn_raider 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate general_sword general_unarmed melee_2 melee_2 12 12 yes -mission_bounty_garyn_thief 20 0 0 0 0 NORMAL bounty bounty_target garyn_theif 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_carbine_low_level pirate_sword smuggler_2 melee_2 12 12 yes -mission_bounty_garyn_vigo 70 0 0 0 0 ELITE bounty bounty_target garyn_vigo 0.8 1.2 0 25 25 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc slang pirate_carbine pirate_pistol commando_special_6 commando_special_6 3 3 yes -mission_bounty_gungan_boss 20 0 0 0 0 NORMAL bounty bounty_target gungan_s03_male.iff 0.8 1 0 0 20 0 35 35 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military rebel_carbine pirate_pistol_low_level commando_2 commando_2 0 12 yes -mission_bounty_gungan_general 35 0 0 0 0 ELITE bounty bounty_target gungan_s03_male.iff 0.8 1.2 0 0 25 0 -1 30 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc military military rebel_carbine pirate_pistol officer_special_3 officer_special_3 0 3 yes -mission_bounty_gungan_grand_army_soldier 20 0 0 0 0 NORMAL bounty bounty_target gungan_s02_male.iff 0.8 1 0 0 0 0 -1 20 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military rebel_rifle rebel_pistol commando_2 commando_2 0 12 yes -mission_bounty_gungan_guard 20 0 0 0 0 NORMAL bounty bounty_target gungan_s02_male.iff 0.8 1 0 0 0 0 -1 25 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military rebel_sword rebel_carbine melee_2 commando_2 0 12 yes -mission_bounty_gungan_hunter 20 0 0 0 0 NORMAL bounty bounty_target gungan_s04_male.iff 0.8 1 0 0 0 0 -1 20 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc townsperson townperson rebel_rifle rebel_pistol bounty_hunter_2 bounty_hunter_2 0 12 yes -mission_bounty_gungan_kaadu_rider 20 0 0 0 0 NORMAL bounty bounty_target gungan_male.iff 0.8 1 0 0 0 0 -1 20 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc townsperson townperson rebel_carbine rebel_pistol commoner_2 commoner_2 0 12 yes -mission_bounty_hidden_daggers_leader 20 0 0 0 0 NORMAL bounty bounty_target criminal_organized 0.8 1 0 0 15 0 -1 -1 -1 40 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc general_sword general_carbine melee_2 officer_2 0 12 yes -mission_bounty_hunter 23 0 0 0 0 NORMAL global mercenary criminal_organized 0 20 20 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel slang pirate_carbine_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 yes -mission_bounty_hutt_expedition_force_leader 35 0 0 0 0 NORMAL bounty bounty_target dressed_hutt_expedition_force_leader.iff 0.8 1 0 0 0 0 30 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_pistol officer_3 officer_3 0 12 yes -mission_bounty_imperial_deserter 70 0 0 0 0 ELITE bounty nym Rebel imperial_officer 0 20 20 0 -1 40 -1 40 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc imperial_carbine rebel_pistol commando_special_6 commando_special_6 0 3 yes -mission_bounty_jabba_assassin 20 0 0 0 0 NORMAL bounty bounty_target tatooine_jabba_thief 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 12 yes -mission_bounty_jabba_enforcer 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 18 jabba npc pirate slang general_sword general_carbine melee_2 smuggler_2 0 12 yes -mission_bounty_kobola_assassin 20 0 0 0 0 NORMAL bounty bounty_target kobola_assassin 0.8 1 0 20 10 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc townperson pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 12 yes -mission_bounty_kobola_foreman 20 0 0 0 0 NORMAL bounty bounty_target kobola_guard 0.8 1 0 15 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc police pirate_carbine_low_level pirate_pistol_low_level commoner_2 commoner_2 0 2 yes -mission_bounty_kobola_pitboss 20 0 0 0 0 NORMAL bounty bounty_target kobola_pitboss 0.8 1 0 30 30 0 -1 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc slang general_carbine pirate_pistol_low_level commoner_2 commoner_2 0 12 yes -mission_bounty_liberation_activist 35 0 0 0 0 NORMAL bounty bounty_target liberationist 0.8 1 0 0 25 0 -1 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc noble pirate_carbine general_pistol medic_3 medic_3 0 12 yes -mission_bounty_liberation_fanatic 20 0 0 0 0 NORMAL bounty bounty_target liberationist 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 0 12 yes -mission_bounty_liberation_reactionist 20 0 0 0 0 NORMAL bounty bounty_target liberationist 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc noble general_carbine pirate_unarmed medic_2 melee_2 0 12 yes -mission_bounty_lord_nyax_disciple 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 15 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc general_carbine general_pistol commoner_2 commoner_2 12 12 yes -mission_bounty_lord_nyax_fanatic 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 20 0 25 -1 -1 25 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_carbine_low_level rebel_pistol medic_2 medic_2 12 12 yes -mission_bounty_lord_nyax_fiend 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 30 45 0 50 -1 -1 50 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_pistol commando_3 commando_3 12 12 yes -mission_bounty_lord_nyax_visionary 70 0 0 0 0 ELITE bounty bounty_target mercenary_elite 0.8 1.2 0 30 45 0 50 -1 -1 50 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc general_carbine pirate_carbine medic_special_6 medic_special_6 3 3 yes -mission_bounty_lord_nyax_zealot 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 0 50 -1 40 -1 -1 40 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_pistol medic_3 medic_3 12 12 yes -mission_bounty_lost_aqualish_bomber 20 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_commando 0.8 1 0 0 0 0 0 30 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 12 12 yes -mission_bounty_lost_aqualish_captain 20 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_captain 0.8 1 0 15 0 0 -1 40 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 12 12 yes -mission_bounty_lost_aqualish_infiltrator 20 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_infiltrator 0.8 1 0 0 0 0 0 35 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 12 12 yes -mission_bounty_lost_aqualish_marksman 20 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_commando 0.8 1 0 0 0 0 0 30 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military general_rifle pirate_pistol_low_level commando_2 commando_2 12 12 yes -mission_bounty_lost_aqualish_marshal 35 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_marshal 0.8 1 0 20 20 0 35 50 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc military military pirate_carbine pirate_pistol officer_3 officer_3 12 12 instant -mission_bounty_lost_aqualish_warchief 70 0 0 0 0 ELITE bounty bounty_target lost_aqualish_warchief 1 1.3 0 0 0 0 0 40 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_boss boss_npc_7 npc military military general_sword rebel_pistol melee_special_6 officer_special_6 12 12 yes -mission_bounty_marooned_pirate 20 0 0 0 0 NORMAL bounty bounty_target marooned_pirate 0.8 1 0 0 20 0 40 -1 40 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 12 12 yes -mission_bounty_marooned_pirate_captain 35 0 0 0 0 ELITE bounty bounty_target marooned_pirate_captain 0.8 1.2 0 20 20 0 40 -1 40 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate pirate_carbine general_pistol smuggler_special_3 smuggler_special_3 3 3 yes -mission_bounty_marooned_pirate_engineer 20 0 0 0 0 NORMAL bounty bounty_target marooned_pirate_engr 0.8 1 0 0 20 0 40 -1 40 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate pirate_carbine_low_level pirate_pistol_low_level commoner_2 commoner_2 12 12 yes -mission_bounty_marooned_pirate_first_mate 20 0 0 0 0 NORMAL bounty bounty_target marooned_pirate 0.8 1 0 20 20 0 40 -1 40 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate pirate_carbine_low_level rebel_pistol smuggler_2 smuggler_2 12 12 yes -mission_bounty_mauler 20 0 0 0 0 NORMAL bounty bounty_target mauler_medium 0.8 1 0 10 0 15 -1 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 12 12 yes -mission_bounty_mauler_lord 35 0 0 0 0 ELITE bounty bounty_target mauler_high 0.8 1.2 0 20 40 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc imperial military pirate_pistol rebel_carbine officer_special_3 officer_special_3 3 3 yes -mission_bounty_mercenary_messenger 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 20 0 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_carbine pirate_pistol_low_level commoner_2 commoner_2 12 12 yes -mission_bounty_mercenary_weak 70 0 0 0 0 ELITE bounty bounty_target mercenary_weak 0.8 1 0 30 0 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc rebel_carbine pirate_carbine commando_special_6 commando_special_6 3 3 yes -mission_bounty_narmle_captain 20 0 0 0 0 NORMAL bounty bounty_target narmle_captain 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc police general_carbine general_pistol officer_2 officer_2 0 12 yes -mission_bounty_narmle_colonel 35 0 0 0 0 ELITE bounty bounty_target narmle_colonel 0.8 1.2 0 0 0 0 40 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc military general_carbine pirate_pistol officer_special_3 officer_special_3 0 3 yes -mission_bounty_narmle_commander 35 0 0 0 0 NORMAL bounty bounty_target narmle_commander 0.8 1 0 30 30 0 60 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc rebel_carbine pirate_sword officer_3 melee_3 0 12 yes -mission_bounty_narmle_commando 20 0 0 0 0 NORMAL bounty bounty_target narmle_commando 0.8 1 0 0 0 0 40 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military rebel_carbine rebel_pistol commando_2 commando_2 0 12 yes -mission_bounty_narmle_major 20 0 0 0 0 NORMAL bounty bounty_target narmle_major 0.8 1 0 0 0 0 0 -1 -1 40 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes -mission_bounty_nym_bodyguard 70 0 0 0 0 ELITE bounty bounty_target nym_bodyguard 0 30 30 0 0 40 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc rebel_carbine rebel_pistol commando_special_6 melee_special_6 0 3 yes -mission_bounty_nym_brawler 35 0 0 0 0 NORMAL bounty bounty_target nym_brawler 0.8 1 0 40 0 0 -1 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc rebel_pistol pirate_pistol commando_3 commando_3 0 12 yes -mission_bounty_nym_guard_weak 70 0 0 0 0 ELITE bounty bounty_target nym_guard_weak 0.8 1 0 0 40 0 0 40 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc general_carbine pirate_pistol commando_special_6 commando_special_6 0 3 yes -mission_bounty_nym_patrol_weak 70 0 0 0 0 ELITE bounty bounty_target nym_patrol_weak 0.8 1 0 35 0 0 -1 -1 80 80 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate pirate_carbine pirate_pistol commando_special_6 commando_special_6 0 3 yes -mission_bounty_nym_pirate_elite 70 0 0 0 0 ELITE bounty bounty_target nym_pirate_elite 0.8 1.2 0 0 40 0 0 40 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate pirate_carbine pirate_carbine smuggler_special_6 smuggler_special_6 0 3 yes -mission_bounty_nym_pirate_strong 35 0 0 0 0 NORMAL bounty bounty_target nym_pirate_strong 0.8 1 0 25 25 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 12 yes -mission_bounty_nym_pirate_weak 35 0 0 0 0 NORMAL bounty bounty_target nym_pirate_weak 0.8 1 0 0 20 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate general_carbine rebel_pistol smuggler_3 smuggler_3 0 12 yes -mission_bounty_nym_surveyer 20 0 0 0 0 NORMAL bounty bounty_target nym_surveyer 0.8 1 0 25 0 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_carbine_low_level pirate_polearm bounty_hunter_2 melee_2 0 12 yes -mission_bounty_pathfinder 20 0 0 0 0 NORMAL bounty bounty_target rebel_specforce_pathfinder 0.8 1 0 0 0 0 35 35 35 35 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_rifle pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 12 yes -mission_bounty_pirate_captain 20 0 0 0 0 NORMAL bounty bounty_target criminal_smuggler 0.8 1 0 10 15 0 40 -1 40 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_sword commando_2 melee_2 0 12 yes -mission_bounty_pirate_leader 20 0 0 0 0 NORMAL bounty bounty_target criminal_organized 0.8 1 0 0 0 0 30 -1 30 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 12 yes -mission_bounty_rebel_army_captain 35 0 0 0 0 ELITE bounty rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_3 officer_special_3 0 3 yes -mission_bounty_rebel_brigadier_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_brigadier_general 0 20 20 40 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_6 officer_special_6 0 3 yes -mission_bounty_rebel_colonel 35 0 0 0 0 ELITE bounty rebel Rebel rebel_colonel 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_3 officer_special_3 0 3 yes -mission_bounty_rebel_commando 70 0 0 0 0 ELITE bounty rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier rebel military commando_ranged imperial_pistol commando_special_6 commando_special_6 0 3 yes -mission_bounty_rebel_corporal 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_polearm commando_2 melee_2 0 12 yes -mission_bounty_rebel_first_lieutenant 35 0 0 0 0 ELITE bounty rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_3 officer_special_3 0 3 yes -mission_bounty_rebel_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes -mission_bounty_rebel_high_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_high_general 0 0 0 0 -1 40 -1 40 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_6 officer_special_6 0 3 yes -mission_bounty_rebel_lance_corporal 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_lance_corporal 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine imperial_pistol commando_2 commando_2 0 12 yes -mission_bounty_rebel_lieutenant_colonel 35 0 0 0 0 ELITE bounty rebel Rebel rebel_lieutenant_colonel 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 yes -mission_bounty_rebel_lieutenant_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_lieutenant_general 0 0 0 0 30 -1 30 -1 -1 2 2 80 npc/mission_bounty:bounty_elite boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_unarmed officer_special_6 melee_special_6 0 12 yes -mission_bounty_rebel_major 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 12 yes -mission_bounty_rebel_major_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_high_general 0 0 25 0 30 -1 30 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine commando_melee officer_special_6 officer_special_6 0 3 yes -mission_bounty_rebel_master_sergeant 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes -mission_bounty_rebel_medic 20 0 0 0 0 NORMAL bounty rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_pistol rebel_pistol medic_2 medic_2 0 12 yes -mission_bounty_rebel_scout 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_rifle rebel_pistol commando_2 commando_2 0 12 yes -mission_bounty_rebel_scout_female 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_scout_female 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_rifle rebel_pistol commando_2 commando_2 0 12 yes -mission_bounty_rebel_second_lieutenant 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military general_carbine imperial_pistol officer_2 officer_2 0 12 yes -mission_bounty_rebel_sergeant 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes -mission_bounty_rebel_sergeant_major 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes -mission_bounty_rebel_specforce_captain 70 0 0 0 0 ELITE bounty rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes -mission_bounty_rebel_specforce_colonel 70 0 0 0 0 ELITE bounty rebel Rebel rebel_colonel 0 0 0 0 0 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes -mission_bounty_rebel_specforce_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes -mission_bounty_rebel_specforce_guerrilla 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 12 yes -mission_bounty_rebel_specforce_pathfinder 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 10 10 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine imperial_pistol commando_2 commando_2 0 12 yes -mission_bounty_rebel_specforce_sergeant 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier rebel military general_carbine imperial_carbine officer_3 officer_3 0 12 yes -mission_bounty_rebel_staff_corporal 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_staff_corporal 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_carbine officer_2 officer_2 0 12 yes -mission_bounty_rebel_staff_sergeant 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes -mission_bounty_rebel_surface_marshal 70 0 0 0 0 ELITE bounty rebel Rebel rebel_surface_marshal 0 0 0 0 40 -1 40 -1 -1 2 2 80 npc/mission_bounty:bounty_elite boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 12 yes -mission_bounty_rebel_trooper 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 12 yes -mission_bounty_rebel_warrant_officer_i 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes -mission_bounty_rebel_warrant_officer_ii 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes -mission_bounty_rorgungan_warchief 20 0 0 0 0 NORMAL bounty bounty_target gungan_male 0.8 1 0 20 15 0 -1 30 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_carbine rebel_pistol commando_2 commando_2 0 12 yes -mission_bounty_rsf_captain 20 0 0 0 0 NORMAL bounty bounty_target dressed_rsf_captain.iff 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes -mission_bounty_rsf_palace_guard 20 0 0 0 0 NORMAL bounty bounty_target dressed_rsf_palace_guard.iff 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc police military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_bounty_rsf_security_officer 20 0 0 0 0 NORMAL bounty bounty_target dressed_rsf_security_officer.iff 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc police military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_bounty_senior_specforce_guerrilla 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine general_pistol commando_3 commando_3 0 12 yes -mission_bounty_senior_specforce_heavy_weapons_specialist 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine general_pistol commando_3 commando_3 0 12 yes -mission_bounty_senior_specforce_infiltrator 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_sword rebel_pistol melee_3 spy_3 0 12 yes -mission_bounty_senior_specforce_lieutenant 35 0 0 0 0 ELITE bounty rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine rebel_pistol officer_special_3 officer_special_3 0 3 yes -mission_bounty_senior_specforce_marine 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine imperial_pistol commando_3 commando_3 0 12 yes -mission_bounty_senior_specforce_pathfinder 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_rifle imperial_pistol bounty_hunter_3 bounty_hunter_3 0 12 yes -mission_bounty_senior_specforce_technician 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_pistol imperial_carbine commoner_3 commoner_3 0 12 yes -mission_bounty_senior_specforce_wilderness_trooper 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 15 15 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine imperial_pistol bounty_hunter_3 bounty_hunter_3 0 12 yes -mission_bounty_sharpshooter 20 0 0 0 0 NORMAL bounty bounty_target rebel_lance_corporal 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military general_rifle general_pistol commando_2 commando_2 0 2 yes -mission_bounty_specforce_heavy_weapons_specialist 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_sword rebel_pistol melee_2 officer_2 0 12 yes -mission_bounty_specforce_infiltrator 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_sword rebel_pistol melee_2 spy_2 0 12 yes -mission_bounty_specforce_interrogator 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military rebel_carbine rebel_pistol spy_2 spy_2 0 12 yes -mission_bounty_specforce_lieutenant 35 0 0 0 0 ELITE bounty rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine rebel_pistol officer_special_3 officer_special_3 0 3 yes -mission_bounty_specforce_major 70 0 0 0 0 ELITE bounty rebel Rebel rebel_colonel 0 0 25 0 0 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier military military imperial_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes -mission_bounty_specforce_marine 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_carbine imperial_carbine commando_2 commando_2 0 12 yes -mission_bounty_specforce_master_sergeant 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine general_pistol officer_3 officer_3 0 12 yes -mission_bounty_specforce_procurement_specialist 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_carbine pirate_pistol_low_level commoner_2 commoner_2 0 12 yes -mission_bounty_specforce_technician 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military imperial_carbine imperial_carbine commoner_2 commoner_2 0 12 yes -mission_bounty_specforce_wilderness_operative 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_carbine imperial_pistol bounty_hunter_2 bounty_hunter_2 0 12 yes -mission_bounty_specops_agent 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_trooper 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc military military imperial_carbine imperial_pistol spy_3 spy_3 0 12 yes -mission_bounty_specops_alliance_free_agent 70 0 0 0 0 ELITE bounty rebel Rebel rebel_trooper 0 0 0 0 0 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc military military imperial_carbine imperial_pistol spy_special_6 spy_special_6 0 3 yes -mission_bounty_specops_trooper 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military imperial_carbine rebel_pistol commando_2 commando_2 0 12 yes -mission_bounty_spice_collective_eliteguard 35 0 0 0 0 ELITE bounty bounty_target spice_collective_eliteguard 0.8 1.2 0 20 40 0 -1 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate_carbine general_pistol commando_special_3 commando_special_3 0 3 yes -mission_bounty_spice_collective_foreman 20 0 0 0 0 NORMAL bounty bounty_target spice_collective_foreman 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc general_carbine general_pistol commoner_2 commoner_2 0 12 yes -mission_bounty_spice_collective_heavyguard 35 0 0 0 0 NORMAL bounty bounty_target spice_collective_heavyguard 0.8 1 0 0 30 0 0 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_carbine commando_3 commando_3 0 12 yes -mission_bounty_stranded_rebel_soldier 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_trooper 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc military rebel_carbine rebel_pistol commando_3 commando_3 0 12 yes -mission_bounty_terrorist 20 0 0 0 0 NORMAL bounty bounty_target criminal_smuggler 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 12 yes -mission_bounty_trade_federation_avenger 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 12 12 yes -mission_bounty_trade_federation_zealot 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 12 12 yes -mission_bounty_warder 35 0 0 0 0 NORMAL bounty bounty_target noble 0.8 1 0 30 30 0 -1 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc rebel_carbine pirate_pistol commando_3 commando_3 0 12 1 -mission_brawler 2 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -mission_businessman 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 -mission_cannibal 4 0 0 0 0 NORMAL tatooine cannibal commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang general_unarmed none 4 4 1 yes -mission_chadra_fan_assassin 19 6 -3 0 0 NORMAL global chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 0 4 -mission_chadra_fan_female 2 0 0 0 0 NORMAL nowhere chadra_fan chadra_fan_female.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug townperson rebel_carbine rebel_pistol 0 2 -mission_chadra_fan_male 2 0 0 0 0 NORMAL nowhere chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug townperson rebel_carbine rebel_pistol 0 2 1 -mission_chadra_fan_thief 5 0 0 0 0 NORMAL global chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_carbine_low_level 0 4 -mission_comm_operator 14 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_1 melee_1 0 2 -mission_command_security_guard 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -mission_commando 19 0 0 0 0 NORMAL global mercenary rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 -mission_common_thief 10 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 1 -mission_commoner 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_carbine rebel_pistol 0 2 yes -mission_compforce_trooper 21 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -mission_crimelord 15 0 0 0 0 NORMAL tatooine hutt Hutt criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 1 -mission_criminal 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 yes -mission_dark_trooper 32 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_31_40 generic_npc_4 housing_improvement_01,col_holo_emitter_01 android int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_3 droid_3 0 2 -mission_desert_demon 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 -mission_desert_demon_bodyguard 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_sword smuggler_1 melee_1 4 4 -mission_desert_demon_brawler 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 yes -mission_desert_demon_leader 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 25 -1 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 -mission_desert_demon_marksman 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo pirate slang general_rifle general_pistol smuggler_1 smuggler_1 4 4 -mission_detention_security_guard 15 0 0 0 0 NORMAL global imperial Imperial human_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo police military imperial_carbine imperial_polearm commando_1 melee_1 0 2 1 -mission_entertainer 1 0 0 0 0 NORMAL global townsperson townsperson trainer_entertainer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 -mission_evil_nomad 4 0 0 0 0 NORMAL tatooine evil commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang rebel_polearm rebel_carbine 4 4 -mission_explorer 4 0 0 0 0 NORMAL global mercenary species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_carbine rebel_pistol 0 2 1 -mission_farmer 1 0 0 0 0 NORMAL global townsperson townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 1 -mission_farmer_agriculturalist 8 0 0 0 0 NORMAL global townsperson townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 1 -mission_farmer_rancher 11 0 0 0 0 NORMAL global townsperson townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine commoner_1 commoner_1 0 2 -mission_fringer 4 0 0 0 0 NORMAL global mercenary species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang rebel_carbine pirate_carbine_low_level 0 2 -mission_fugitive 4 0 0 0 0 NORMAL tatooine thug thug species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 -mission_gambler 5 0 0 0 0 NORMAL global thug thug species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo pirate slang 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -mission_governor 7 0 0 0 0 NORMAL naboo naboo naboo dressed_governor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 imperial_pistol imperial_carbine 0 2 -mission_gungan_bomber 25 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 -1 40 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 2 -mission_gungan_boss 26 0 0 0 -3 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 20 0 35 35 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_carbine pirate_pistol smuggler_2 smuggler_2 0 2 yes -mission_gungan_captain 25 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 30 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_carbine pirate_pistol_low_level smuggler_2 smuggler_2 0 2 yes -mission_gungan_general 26 0 0 0 0 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 0 0 -1 30 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_pistol rebel_carbine smuggler_2 smuggler_2 0 2 -mission_gungan_grand_army_soldier 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military pirate_carbine_low_level rebel_pistol commoner_2 commoner_2 0 2 -mission_gungan_guard 23 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_pistol pirate_carbine_low_level commoner_2 commoner_2 0 2 -mission_gungan_hermit 23 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 0 2 -mission_gungan_hunter 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s04_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson pirate_rifle_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 -mission_gungan_kaadu_rider 25 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 2 yes -mission_gungan_mercenary 14 0 0 0 0 NORMAL naboo mercenary gungan_s04_male.iff 0 0 0 0 0 15 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military pirate_pistol_low_level pirate_carbine_low_level commando_1 commando_1 0 2 -mission_gungan_scout 23 0 0 0 0 NORMAL naboo gungan gungan gungan_s04_male.iff 0 0 0 0 0 10 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military pirate_rifle_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 yes -mission_gungan_war_chief 26 0 0 0 0 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 0 0 0 25 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol smuggler_2 smuggler_2 0 2 -mission_gunner 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -mission_gunrunner 8 0 0 0 0 NORMAL tatooine mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -mission_hermit 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_pistol rebel_carbine 0 2 yes -mission_high_colonel 24 0 0 0 0 NORMAL global imperial Imperial imperial_colonel 0 15 15 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military rebel_carbine rebel_pistol commando_2 commando_2 0 4 1 -mission_hunter 5 0 0 0 0 NORMAL global mercenary rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_rifle rebel_pistol 0 2 yes -mission_imperial_army_captain 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_imperial_brigadier_general 25 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 20 20 40 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_imperial_colonel 23 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 4 -mission_imperial_corporal 16 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -mission_imperial_exterminator 33 0 0 0 3 NORMAL naboo imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 yes -mission_imperial_first_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_lieutenant_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_imperial_general 28 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_imperial_high_general 29 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -mission_imperial_inquisitor 80 0 0 0 0 ELITE global imperial Imperial dressed_imperial_inquisitor_human_male_01.iff 0 50 50 50 0 50 0 50 50 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military general_unarmed none officer_special_6 melee_special_6 0 3 -mission_imperial_lance_corporal 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -mission_imperial_lieutenant_colonel 22 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_imperial_lieutenant_general 27 0 0 0 5 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_imperial_major 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_imperial_major_general 26 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 25 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 1 yes -mission_imperial_master_sergeant 18 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 1 -mission_imperial_noncom 14 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -mission_imperial_private 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 instant -mission_imperial_retreat_guard 80 0 0 0 0 BOSS naboo imperial Imperial royal_guard.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc 90 90 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 16 12 yes -mission_imperial_second_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_lieutenant_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -mission_imperial_sergeant 16 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -mission_imperial_sergeant_major 19 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -mission_imperial_sharpshooter 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military general_rifle general_pistol commando_1 commando_1 0 2 -mission_imperial_staff_corporal 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -mission_imperial_staff_sergeant 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -mission_imperial_surface_marshal 30 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 -mission_imperial_trooper 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -mission_imperial_warrant_officer_i 19 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -mission_imperial_warrant_officer_ii 18 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -mission_industrial_spy 5 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson slang rebel_carbine rebel_pistol 0 2 1 -mission_info_broker 1 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 pirate_pistol_low_level rebel_carbine 0 2 yes -mission_jabba_assassin 15 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -mission_jabba_enforcer 15 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 -mission_jabba_henchman 14 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -mission_jabba_scout 14 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -mission_jabba_thief 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -mission_jabba_thug 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 1 -mission_jabbas_swooper 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 -mission_jabbas_swooper_leader 14 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 -mission_lance_bombardier 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_unarmed commando_1 melee_1 0 2 yes -mission_master_thief 14 0 0 0 0 NORMAL global thug thug criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo thug military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 1 yes -mission_mauler 22 1 1 0 0 NORMAL naboo mauler mauler_medium 0 10 0 15 -1 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 18 mauler npc npc.converse.npc_convo thug military imperial_carbine imperial_pistol commando_2 commando_2 6 6 yes -mission_mauler_apprentice 25 2 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 mauler npc npc.converse.npc_convo pirate military pirate_carbine_low_level pirate_unarmed commando_2 melee_2 6 6 1 -mission_mayor 4 0 0 0 0 NORMAL naboo naboo naboo dressed_mayor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 imperial_pistol imperial_carbine 0 2 1 -mission_medic 4 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo military military 1 rebel_pistol rebel_carbine 0 2 1 -mission_mercenary 11 0 0 0 0 NORMAL global mercenary mercenary_commander 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 -mission_miner 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 -mission_moisture_farmer 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 -mission_moisture_thief 2 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang rebel_sword rebel_carbine 4 4 1 -mission_mos_eisley_police_lieutenant 15 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect police military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -mission_mos_eisley_police_officer 13 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_unarmed officer_1 melee_1 0 2 1 -mission_mos_eisley_police_sergeant 14 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convonpc.stormtrooper_respect.stormtrooper_respect police military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -mission_mountain_villager 1 0 0 0 0 NORMAL naboo mountain_villager dressed_mountain_villager.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_pistol 0 2 1 -mission_naboo_dissident 4 0 0 0 0 NORMAL naboo thug thug dressed_naboo_dissident.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol 0 2 -mission_naboo_police 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_naboo_police.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military rebel_carbine rebel_pistol officer_2 officer_2 0 2 -mission_naboo_police_chief 28 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_naboo_police_chief.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 -mission_network_leader 11 0 0 0 0 NORMAL global rebel Rebel commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo imperial military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 -mission_noble 2 0 0 0 0 NORMAL global townsperson townsperson noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 -mission_nomad 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_pistol rebel_carbine 0 2 1 -mission_official 1 0 0 0 0 NORMAL naboo naboo naboo noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_creature_1 npc npc.converse.npc_convo noble fancy 1 rebel_carbine rebel_pistol 0 2 -mission_otolla_gungan 25 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_pistol smuggler_2 smuggler_2 0 2 1 -mission_outlaw 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes -mission_palace_guard 28 0 0 0 0 NORMAL naboo rsf naboo_security_force mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo imperial military pirate_carbine pirate_pistol officer_2 officer_2 0 2 1 -mission_philosopher 1 0 0 0 0 NORMAL naboo townsperson townsperson dressed_philosopher.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_carbine rebel_pistol 0 2 -mission_pilot 7 0 0 0 0 NORMAL global mercenary rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol 0 2 -mission_pirate 17 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes -mission_pirate_leader 17 0 0 0 0 NORMAL global pirate pirate criminal_smuggler 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes -mission_pirate_lieutenant 15 0 0 0 0 NORMAL global pirate pirate criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -mission_plague_victim 2 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_pistol rebel_carbine 0 2 -mission_plainsfolk 1 0 0 0 0 NORMAL naboo townsperson townsperson dressed_plainsfolk.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 -mission_plasma_thief 1 0 0 0 0 NORMAL naboo plasma_thief plasma_thief plasma_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 yes -mission_rebel_army_captain 21 0 0 0 0 NORMAL global rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes -mission_rebel_brigadier_general 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 20 20 40 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -mission_rebel_colonel 24 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -mission_rebel_commando 25 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine commando_melee commando_2 melee_2 0 2 -mission_rebel_corporal 15 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -mission_rebel_first_lieutenant 20 0 0 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes -mission_rebel_general 28 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -mission_rebel_high_general 29 0 0 0 4 NORMAL global rebel Rebel rebel_high_general 0 0 0 0 40 -1 40 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 -mission_rebel_lance_corporal 15 0 0 0 0 NORMAL global rebel Rebel rebel_lance_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -mission_rebel_lieutenant_colonel 23 0 0 0 0 NORMAL global rebel Rebel rebel_lieutenant_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes -mission_rebel_lieutenant_general 27 0 0 0 5 NORMAL global rebel Rebel rebel_lieutenant_general 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -mission_rebel_major 22 0 0 0 0 NORMAL global rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes -mission_rebel_major_general 26 0 0 0 0 NORMAL global rebel Rebel rebel_general 0 0 25 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 -mission_rebel_master_sergeant 17 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 -mission_rebel_scout 15 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_rifle rebel_pistol officer_1 officer_1 0 2 yes -mission_rebel_second_lieutenant 19 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -mission_rebel_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -mission_rebel_sergeant_major 17 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -mission_rebel_specforce_captain 25 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -mission_rebel_specforce_colonel 27 0 0 0 5 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -mission_rebel_specforce_general 28 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 1 yes -mission_rebel_specforce_guerrilla 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -mission_rebel_specforce_pathfinder 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -mission_rebel_specforce_sergeant 21 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 -mission_rebel_staff_corporal 16 0 0 0 0 NORMAL global rebel Rebel rebel_staff_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -mission_rebel_staff_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -mission_rebel_surface_marshal 20 0 0 0 0 NORMAL global rebel Rebel rebel_surface_marshal 0 15 20 0 40 -1 40 -1 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 -mission_rebel_trooper 15 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -mission_rebel_warrant_officer_i 18 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -mission_rebel_warrant_officer_ii 16 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -mission_rodian_clan_captain 15 0 0 0 0 NORMAL tatooine rodian dressed_kobola_thief_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 1 -mission_rodian_clan_medic 14 0 0 0 0 NORMAL tatooine rodian dressed_kobola_thief_rodian_female_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 1 yes -mission_rodian_clan_warchief 15 0 0 0 0 NORMAL tatooine rodian dressed_liberation_activist_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 -mission_rodian_gladiator 14 0 0 0 0 NORMAL tatooine rodian dressed_brigade_officer_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military pirate_pistol_low_level none commando_1 melee_1 0 2 -mission_rodian_thug 1 0 0 0 0 NORMAL global rodian dressed_criminal_thug_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 -mission_rogue 7 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -mission_roughneck 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes -mission_rsf_captain 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_captain.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 -mission_rsf_commando 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_commando.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military commando_ranged pirate_pistol officer_2 officer_2 0 2 yes -mission_rsf_palace_guard 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_palace_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military imperial_carbine imperial_polearm officer_2 melee_2 0 2 -mission_rsf_pilot 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_pilot.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 -mission_rsf_security_guard 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_palace_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes -mission_rsf_security_officer 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_security_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes -mission_sand_trooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 0 0 0 40 20 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 -mission_scavenger 4 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang rebel_pistol rebel_carbine 4 4 -mission_scientist 1 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 1 -mission_scoundrel 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -mission_scout_trooper 23 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_rifle imperial_pistol commando_2 commando_2 0 4 yes -mission_senior_specforce_guerrilla 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_senior_specforce_heavy_weapons_specialist 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_senior_specforce_infiltrator 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_sword imperial_carbine commando_2 commando_2 0 2 yes -mission_senior_specforce_lieutenant 24 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes -mission_senior_specforce_marine 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_senior_specforce_pathfinder 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_senior_specforce_technician 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_senior_specforce_wilderness_trooper 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo military military imperial_rifle imperial_pistol commando_2 commando_2 0 2 -mission_settler 2 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 4 4 yes -mission_sharpshooter 16 1 -1 0 0 NORMAL global mercenary mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military general_rifle general_pistol bounty_hunter_1 bounty_hunter_1 0 2 -mission_signalman 15 0 0 0 0 NORMAL global imperial Imperial rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo imperial military rebel_carbine rebel_pistol commando_1 commando_1 0 2 -mission_slave 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo slave slang rebel_pistol none 0 2 -mission_slave_twilek_female 4 0 0 0 0 NORMAL global townsperson townsperson twilek_female.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo slavegirl slave slang rebel_pistol none 0 2 -mission_slavemaster 1 0 0 0 0 NORMAL global slaver noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -mission_slaver 1 0 0 0 0 NORMAL tatooine slaver commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -mission_slicer 2 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes -mission_smuggler 14 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -mission_spacer 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes -mission_specforce_heavy_weapons_specialist 18 1 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 1 yes -mission_specforce_infiltrator 18 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_carbine officer_1 officer_1 0 2 -mission_specforce_interrogator 16 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -mission_specforce_lieutenant 23 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -mission_specforce_major 26 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 25 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 1 yes -mission_specforce_marine 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 yes -mission_specforce_master_sergeant 22 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -mission_specforce_procurement_specialist 13 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 -mission_specforce_technician 18 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 yes -mission_specforce_wilderness_operative 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_rifle imperial_pistol officer_1 officer_1 0 2 -mission_special_missions_engineer 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -mission_specialist_noncom 13 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -mission_specops_agent 24 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes -mission_specops_alliance_free_agent 27 0 0 0 5 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 1 -mission_specops_trooper 17 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 1 -mission_spice_fiend 5 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level 4 4 yes -mission_spynet_operative 17 0 0 0 0 NORMAL global spynet criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_pistol rebel_carbine spy_1 spy_1 0 2 -mission_squatter 1 0 0 0 0 NORMAL tatooine townsperson townsperson criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_sword 0 2 1 yes -mission_storm_commando 29 2 -2 0 5 NORMAL global imperial Imperial dressed_scout_trooper_black_black.iff 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes -mission_stormtrooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes -mission_stormtrooper_bombardier 25 3 -3 0 0 NORMAL global imperial Imperial dressed_stormtrooper_bombardier_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes -mission_stormtrooper_medic 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_medic_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_unarmed stormtrooper_carbine melee_2 commando_2 0 2 yes -mission_stormtrooper_rifleman 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_rifleman_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 2 yes -mission_stormtrooper_sniper 25 1 -1 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sniper_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 2 yes -mission_stormtrooper_squad_leader 27 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 2 yes -mission_swamp_trooper 32 0 0 0 0 NORMAL naboo imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 0 0 0 20 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 -mission_swamp_villager 4 0 0 0 0 NORMAL naboo swamp_villager commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_pistol 0 2 1 -mission_swooper 1 0 0 0 0 NORMAL tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 -mission_swooper_leader 1 0 0 0 0 NORMAL tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level 4 4 -mission_tatooine_militiaman 1 0 0 0 0 NORMAL tatooine townsperson townsperson mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol 0 2 -mission_technician 1 0 0 0 0 NORMAL global townsperson townsperson artisan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_carbine rebel_pistol 0 2 -mission_teras_kasi_master 20 2 -4 0 0 NORMAL global townsperson townsperson trainer_unarmed 0 40 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military commoner_2 commoner_2 0 2 -mission_thief 11 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -mission_thug 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 -mission_trade_federation_avenger 16 0 0 0 0 NORMAL naboo trade_federation trade_federation noble 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol smuggler_1 smuggler_1 6 6 -mission_trade_federation_loyalist 15 0 0 0 0 NORMAL naboo trade_federation trade_federation noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 -mission_trade_federation_zealot 16 0 0 0 0 NORMAL naboo trade_federation trade_federation noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 6 6 -mission_trandoshan_slavemaster 2 0 0 0 0 NORMAL tatooine slaver dressed_kobola_pitboss_trandoshan_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -mission_trandoshan_slaver 1 0 0 0 0 NORMAL tatooine slaver dressed_kobola_pitboss_trandoshan_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -mission_tusk_cat_rider 17 0 0 0 0 NORMAL naboo naboo naboo dressed_tusk_cat_rider.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine pirate_pistol_low_level bounty_hunter_1 bounty_hunter_1 0 2 yes -mission_valarian_assassin 14 1 0 0 0 NORMAL tatooine valarian valarian criminal_smuggler 0 0 0 0 -1 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 -mission_valarian_enforcer 15 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_carbine_low_level imperial_pistol smuggler_1 smuggler_1 4 4 -mission_valarian_henchman 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo pirate slang pirate_polearm pirate_carbine_low_level smuggler_1 smuggler_1 4 4 -mission_valarian_scout 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo military slang pirate_rifle_low_level imperial_pistol smuggler_1 smuggler_1 4 4 -mission_valarian_swooper 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_carbine_low_level imperial_pistol smuggler_1 smuggler_1 4 4 -mission_valarian_swooper_leader 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_carbine_low_level imperial_pistol smuggler_1 smuggler_1 4 4 -mission_valarian_thief 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 -mission_valarian_thug 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 yes -mission_veteran_compforce_trooper 24 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 20 20 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 valarian npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_2 commando_2 0 4 -mission_wastrel 2 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -mission_water_bug 4 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 -moisture_farmer 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 -moisture_thief 8 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_sword rebel_carbine 4 4 1 yes -mokk_clan_leader 68 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 60 -1 0 0 100 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 -mokk_harvester 66 3 0 0 -5 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 40 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 -mokk_herbalist 65 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 30 0 -1 -1 40 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes -mokk_hunter 66 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 40 60 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes -mokk_loreweaver 64 0 5 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 15 50 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 -mokk_primalist 64 0 5 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 15 50 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 -mokk_rockshaper 66 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 100 0 100 0 0 100 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes -mokk_scout 64 0 5 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 15 50 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes -mokk_shaman 65 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 60 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 -mokk_soothsayer 67 4 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 40 60 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes -mokk_tribesman 66 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 15 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 -mokk_warrior 68 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 45 -1 0 0 100 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 -mon_mothma 100 0 0 0 0 NORMAL rebel Rebel mon_mothma.iff 0.89 0.89 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.mon_mothma commoner_10 commoner_10 0 2 -monumenter_bandit 28 0 0 0 0 NORMAL corellia monumenter monumenter criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate_pistol pirate_pistol smuggler_2 smuggler_2 0 2 -monumenter_marauder 26 0 0 0 0 NORMAL corellia monumenter monumenter criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate_pistol pirate_pistol smuggler_2 smuggler_2 0 2 -monumenter_smuggler 31 0 0 0 0 NORMAL corellia monumenter monumenter criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_pistol general_pistol smuggler_3 smuggler_3 0 2 -morag 100 0 0 0 0 NORMAL morag morag.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes -mordran 32 0 0 0 0 ELITE naboo borvo borvo mordran.iff 1.1 1.1 0 0 75 0 45 80 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 borvo npc pirate slang general_sword none commando_3 commando_3 5 5 -mordran_gungan_exile 31 0 0 0 0 NORMAL naboo borvo borvo gungan_outcast.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 1 100 creature/insect_31_40 elite_npc_4 housing_improvement_01 18 borvo npc pirate slang pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 5 5 -mordran_gungan_outcast 31 0 0 0 0 ELITE naboo borvo borvo gungan_outcast.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 borvo npc pirate slang pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 5 5 -mordran_gungan_reject 31 0 0 0 0 ELITE naboo borvo borvo gungan_outcast.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 borvo npc pirate slang pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 5 5 -mos_eisley_mayor 100 0 0 0 0 NORMAL townsperson dressed_mayor_mikdanyell_guhrantt.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -mos_eisley_police_lieutenant 15 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.stormtrooper_respect.stormtrooper_respect police military rebel_carbine rebel_pistol officer_1 officer_1 0 24 -mos_eisley_police_officer 13 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol officer_1 officer_1 0 24 1 -mos_eisley_police_sergeant 14 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.stormtrooper_respect.stormtrooper_respect police military rebel_carbine rebel_pistol officer_1 officer_1 0 24 -mos_entha_police_officer 35 0 2 0 0 NORMAL global imperial Imperial dressed_swamp_trooper_m.iff 0 10 10 40 0 0 0 100 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper rebel_carbine rebel_pistol officer_3 officer_3 0 6 -mos_espa_police_officer 35 0 2 0 0 NORMAL global townsperson townsperson eisley_officer 0.9 0.9 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police military rebel_carbine rebel_pistol officer_3 officer_3 0 6 -mos_espa_race_coordinator 100 0 0 0 0 NORMAL pod race mission/badge giver in Mos Espa tatooine townsperson criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc 1 ai.thug pirate_pistol commoner_10 commoner_10 0 0 yes -mos_taike_cantina_owner 20 0 2 0 0 NORMAL tatooine townsperson townsperson mos_taike_cantina_owner.iff 0.95 0.95 0 20 20 -1 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.stella pirate_pistol_low_level pirate_pistol_low_level commoner_2 commoner_2 10 10 yes -mos_taike_guard_old 20 0 2 0 0 NORMAL tatooine townsperson townsperson mos_taike_guard_old.iff 0.9 0.9 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.lorne_prestar imperial_carbine imperial_pistol commoner_2 commoner_2 10 10 yes -mos_taike_guard_young 20 0 2 0 0 NORMAL tatooine townsperson townsperson mos_taike_guard_young.iff 1.01 1.01 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.bren_kingal imperial_carbine imperial_pistol commoner_2 commoner_2 10 10 yes -mos_taike_mayor 20 0 2 0 0 NORMAL tatooine townsperson townsperson mos_taike_mayor.iff 0.8 0.8 0 20 20 -1 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.gramm_rile pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 10 10 -mos_taike_police_officer 35 0 2 0 0 NORMAL global townsperson townsperson eisley_officer 0.9 0.9 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police military rebel_carbine rebel_pistol officer_3 officer_3 0 6 1 -mott 5 0 0 0 0 NORMAL naboo mott mott_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 85 meat_herbivore 60 hide_leathery 25 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 -mott_bull 6 1 -1 0 0 NORMAL naboo mott mott_hue.iff 1.2 1.4 2 0 0 0 0 0 0 0 -1 2 1 100 meat_herbivore 65 hide_leathery 40 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAttackAbilityWeak herbivore 0 2 -mott_calf 1 0 0 0 0 NORMAL naboo mott mott_hue.iff 0.3 0.7 3 0 0 0 0 0 0 0 -1 2 1 45 meat_herbivore 30 hide_leathery 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 yes -mottled_wrix 35 0 0 0 0 NORMAL corellia wrix gurreck_hue.iff 1 1.1 3 10 10 -1 -1 0 0 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackDamageWeak carnivore predatory_cat_3 predatory_cat_3 10 10 -mound_mite 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 3 tatooine mound_mite rock_mite_hue.iff 1.1 1.3 3 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore 0 2 -mountain_dewback 22 0 0 -2 0 NORMAL tatooine dewback_mountain dewback_hue.iff 0.75 1 3 20 0 0 40 40 -1 -1 -1 2 1 330 meat_reptilian 240 hide_leathery 170 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankArmorWeak herbivore bull_2 bull_2 0 2 -mountain_ikopi 48 2 0 0 0 NORMAL naboo ikopi_mountain ikopi_hue.iff 1.3 1.6 2 15 0 0 0 0 -1 -1 -1 2 1 milk_wild 75 meat_wild 60 hide_bristley 50 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedWeak herbivore goat_3 goat_3 0 2 -mountain_krevol 18 0 0 0 -6 NORMAL naboo krevol_mountain horned_krevol_hue.iff 1.3 1.6 1 15 5 0 35 0 0 0 -1 2 1 3 meat_insect 2 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak herbivore roach_1 roach_1 0 2 1 -mountain_murra 31 0 2 0 -1 NORMAL corellia murra_mountain murra_hue.iff 1.4 1.6 2 0 20 25 -1 0 -1 -1 -1 2 1 milk_wild 75 meat_herbivore 35 hide_bristley 45 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowTankUtilityWeak herbivore goat_2 goat_2 0 2 1 -mountain_squill 18 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.8 2.2 2 0 0 0 -1 0 0 0 -1 2 1 3 meat_carnivore 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_1 monkey_1 10 10 -mountain_squill_guardian 19 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.9 2 1 60 60 0 -1 0 0 0 -1 2 1 3 meat_carnivore 4 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 10 10 -mountain_squill_hunter 19 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.6 1.7 3 35 35 0 0 -1 -1 -1 -1 2 1 2 meat_carnivore 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 10 10 1 yes -mountain_torton 28 3 0 0 -3 NORMAL rori torton torton_hue.iff 1.3 1.4 3 40 40 70 -1 -1 60 60 60 2 1 1400 meat_carnivore 1225 hide_wooly 1400 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 torton herbivore fambaa_2 fambaa_2 0 2 -mountain_vesp 44 0 0 0 -2 NORMAL lok vesp vesp_hue.iff 0.9 1.3 1 35 0 0 -1 -1 -1 -1 -1 2 1 11 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackAbilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_3 lizard_3 8 8 -mountain_villager 1 0 0 0 0 NORMAL naboo mountain_villager commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 -mountain_worrt 19 0 -2 0 0 NORMAL Tatooine - to be sorted tatooine worrt_mountain worrt_hue.iff 5 5.4 4 0 30 0 35 35 -1 -1 -1 2 1 4 meat_reptilian 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff frog_2 frog_2 6 2 -mourno_draver 100 0 0 0 0 NORMAL talus townsperson dressed_mourno_draver.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -mouse_droid 1 0 0 0 0 NORMAL anywhere mousedroid mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 -mouse_droid_crafted 1 0 0 0 0 NORMAL anywhere mousedroid mouse_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0 2 -mozo_bondog 100 0 0 0 0 NORMAL dathomir imperial Imperial dressed_mozo_bondog.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol bounty_hunter_10 bounty_hunter_10 0 12 -muftak 100 0 0 0 0 NORMAL townsperson townsperson muftak.iff 1.05 1.05 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -mullud_bombo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_mullud_bombo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -mummer_bully 20 0 0 0 0 NORMAL naboo mummer_low thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 2 yes -mummer_captain 33 8 -8 0 0 ELITE naboo mummer_elite thug blood_razor_pirate 0 60 60 0 0 -1 0 0 -1 2 npc/elite_npc_31_43 col_shattered_shard_01 18 mummer npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 9 3 yes -mummer_guard 31 4 -4 0 0 ELITE naboo mummer_elite thug blood_razor_pirate 0 45 45 0 0 -1 0 0 -1 2 npc/elite_npc_31_40 col_shattered_shard_01 18 mummer npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes -mummer_officer 32 6 -6 0 0 ELITE naboo mummer_elite thug blood_razor_pirate 0 50 50 0 0 -1 0 0 -1 2 npc/elite_npc_31_41 col_shattered_shard_01 18 mummer npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 -mummer_punk 20 0 0 0 0 NORMAL naboo mummer_low thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 2 1 -mummer_ruffian 19 0 0 0 0 NORMAL naboo mummer_low thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 yes -mummer_scout 30 2 -2 0 0 ELITE naboo mummer_elite thug blood_razor_pirate 0 40 40 0 0 -1 0 0 -1 2 npc/elite_npc_31_42 18 mummer npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 9 3 1 -mummer_thug 20 0 0 0 0 NORMAL naboo mummer_low thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 2 -murmur_admin_security 34 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_admin_security.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol commando_3 commando_3 4 4 -murmur_administrator 28 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human commoner 0.8 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles npc general_unarmed commoner_2 commoner_2 0 0 -murmur_executive_1 34 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_exec1.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_rifle medic_special_3 medic_special_3 3 0 -murmur_executive_2 34 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_exec2.iff 0.8 1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine medic_special_3 medic_special_3 3 0 -murmur_executive_3 34 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_exec3.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_pistol medic_special_3 medic_special_3 3 0 -murmur_head_doc 35 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_doc.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_pistol medic_special_3 medic_special_3 3 0 -murmur_jainn 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_jainn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.corellia_murmurs_1_jainn commoner_10 commoner_10 0 0 -murmur_moril 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_moril.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.corellia_murmurs_1_moril commoner_10 commoner_10 0 0 -murmur_questgiver 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_questgiver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.corellia_murmurs_questgiver commoner_10 commoner_10 0 0 -murmur_researcher 32 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human scientist 0.8 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol commoner_3 commoner_3 0 0 -murmur_second_level_security 35 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_research_security.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol commando_3 commando_3 4 4 -murmur_sedated_acklay 35 3 -3 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures acklay_hue.iff 0.9 1.1 4 10 -10 10 10 10 0 0 0 1.7 1 400 meat_insect defaultProfile creature/elite_creature:elite_creature_31_40 elite_creature_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table carnivore snare_defense=50,root_defense=50 object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff generic_creature_special_3 generic_creature_special_3 3 2 1 -murmur_sedated_durni 35 1 1 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures durni_hue.iff 2 2.2 9 0 0 10 0 0 0 0 -1 2 1 50 meat_herbivore 25 hide_wooly 25 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore rabbit_2 rabbit_2 3 4 1 -murmur_sedated_kliknik 35 -2 2 0 8 NORMAL Corellia Murmurs Quests corellia murmur_creatures kliknik_hue.iff 1 1.5 1 0 10 0 50 -1 0 0 0 2 1 45 meat_carnivore 40 hide_scaley defaultProfile 1 80 creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff mantis_3 mantis_3 5 5 1 -murmur_sedated_mite 35 1 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures bark_mite_hue.iff 1.5 2 1 0 0 0 0 0 0 15 -1 2 1 25 meat_insect defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore roach_4 roach_4 3 4 1 -murmur_sedated_rancor 35 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures boar_wolf_hue.iff 2 2 6 0 0 0 0 0 0 0 -1 2 1 300 meat_carnivore 180 hide_bristley 150 bone_mammal defaultProfile npc/elite_npc:elite_npc_31_40 elite_creature_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 carnivore pig_2 pig_2 3 2 1 -murmur_sedated_spider 35 1 -2 0 1 NORMAL Corellia Murmurs Quests corellia murmur_creatures gaping_spider_hue.iff 1.3 1.7 4 0 0 0 0 0 0 0 0 2 1 20 meat_insect defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff spider_3 spider_3 3 4 1 -murmur_sedated_tusk_cat 35 1 1 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures tusk_cat_hue.iff 0.8 1 8 0 0 0 0 0 0 0 -1 2 1 100 meat_carnivore 75 hide_bristley 65 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore predatory_cat_2 predatory_cat_2 3 4 -murmur_side_brother 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.murmur_side_brother commoner_10 commoner_10 0 0 -murmur_side_corporate 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_side_corporate.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.murmur_side_corporate commoner_10 commoner_10 0 0 -murmur_side_security_director 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_side_security_director.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.murmur_side_security_director commoner_10 commoner_10 0 0 1 -murra 28 0 1 0 0 NORMAL corellia murra murra_hue.iff 1 1.2 1 0 0 10 0 0 0 0 -1 2 1 milk_wild 55 meat_herbivore 35 hide_bristley 32 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankUtilityWeak herbivore goat_2 goat_2 0 2 yes -murra_blanca 30 0 0 0 0 ELITE talus murra murra_blanca.iff 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 milk_wild 55 meat_herbivore 35 hide_bristley 32 bone_mammal 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 100 col_murra_blanca carnivore root_defense=200,snare_defense=100 generic_creature_special_3 generic_creature_special_3 3 3 yes -mutant_acklay 80 0 0 0 0 ELITE yavin4 geonosian_monster mutant_acklay.iff 1.6 1.8 0 0 20 0 25 -1 -1 25 -1 2 1 meat_insect hide_leathery 1 80 creature/elite_creature:elite_creature_71_80 elite_creature_8 100 col_mutant_acklay carnivore 100 100 100 generic_creature_special_6 generic_creature_special_6 3 3 1 yes -mutant_bark_mite_giant 15 3 3 0 0 NORMAL rori mutant_bark_mite bark_mite_hue.iff 4.8 5.5 3 0 0 0 10 10 -1 -1 -1 2 1 20 meat_insect 18 hide_bristley defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite 0.05 lowTankArmorWeak carnivore roach_1 roach_1 6 6 1 yes -mutant_bark_mite_hatchling 5 1 5 0 0 NORMAL rori mutant_bark_mite bark_mite_hue.iff 0.8 1 3 0 0 0 0 0 0 0 -1 2 1 10 meat_insect 8 hide_bristley defaultProfile creature/insect_1_10 generic_creature_1 18 bark_mite carnivore roach_1 roach_1 4 4 1 yes -mutant_bark_mite_queen 30 5 1 0 0 NORMAL rori mutant_bark_mite bark_mite_hue.iff 7.5 8 3 65 65 0 55 55 -1 -1 -1 2 1 35 meat_insect 35 hide_bristley defaultProfile creature/insect_21_30 generic_creature_3 18 bark_mite carnivore roach_2 roach_2 6 6 1 yes -mutant_bark_mite_soldier 20 4 2 0 0 NORMAL rori mutant_bark_mite bark_mite_hue.iff 5.7 6 3 30 30 -1 20 20 -1 -1 -1 2 1 25 meat_insect 20 hide_bristley defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff roach_2 roach_2 6 6 1 yes -mutant_bark_mite_worker 8 2 4 0 -2 NORMAL rori mutant_bark_mite bark_mite_hue.iff 3.5 4 3 5 5 0 0 0 0 0 -1 2 1 15 meat_insect 10 hide_bristley defaultProfile creature/insect_1_10 generic_creature_1 18 bark_mite carnivore roach_1 roach_1 4 4 1 yes -mutant_baz_nitch 63 0 0 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 1 1.5 1 0 0 0 0 0 0 0 0 2 1 5 meat_wild 3 hide_leathery 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackDamageAvg herbivore turkey_4 turkey_4 12 12 instant -mutant_rancor 89 0 0 0 0 ELITE dathomir rancor beast_master/bm_mutated_rancor.iff 1.3 1.4 1 45 60 0 100 100 100 0 0 2 1 1020 meat_carnivore 901 hide_leathery 851 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_9 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 5 5 1 -mutant_womprat 12 0 -1 0 -4 NORMAL Tatooine - to be sorted tatooine womprat womp_rat_hue.iff 1.2 1.6 2 10 15 0 0 0 0 15 -1 2 1 6 meat_wild 5 hide_leathery 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat 0.15 lowAttackAbilityWeak carnivore rat_1 rat_1 6 2 -mutated_borgax_mount 1 0 0 0 0 NORMAL tatooine bioengineer beast_master/bm_mutated_borgax.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -mutated_cu_pa_mount 1 0 0 0 0 NORMAL tatooine bioengineer beast_master/bm_mutated_cu_pa.iff 1.25 1.25 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -mutated_dewback_mount 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer beast_master/bm_mutated_dewback.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -mutated_kahmurra 50 0 0 0 -4 NORMAL talus kahmurra murra_hue.iff 1.7 1.9 3 25 25 0 40 40 40 -1 -1 2 1 50 meat_herbivore 33 hide_bristley 37 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 kahmurra 0.15 medAttackAbilityWeak carnivore goat_3 goat_3 6 6 1 -mutated_krevol_clicker 8 0 0 0 0 NORMAL corellia horned_krevol horned_krevol_hue.iff 1 1.5 4 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff 10 10 -mutated_rancor_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_mutated_rancor.iff 0.65 0.65 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 -naboo_azure_cabal_loruna_scathe 100 0 0 0 0 NORMAL Azure Cabal series naboo townsperson azure_cabal loruna_scathe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_24_azure_cabal_loruna_01 commoner_10 commoner_10 0 0 1 -naboo_bahwray_bhois_brute 84 0 0 0 0 NORMAL Peacewar arc Mobs naboo bahwray_bhois criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 10 10 1 -naboo_beachcomber_lonnley_bolgar 22 0 0 0 0 NORMAL naboo beachcomber dressed_criminal_organized_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table npc thug slang pirate_pistol_low_level smuggler_2 melee_2 3 3 1 -naboo_beachcomber_scoundrel 21 0 0 0 0 NORMAL naboo beachcomber criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level commoner_2 melee_2 12 12 -naboo_beachcomber_smuggler 22 0 0 0 0 NORMAL naboo beachcomber criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc thug slang pirate_pistol_low_level smuggler_2 melee_2 12 12 1 -naboo_borvo_brigand 25 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang general_rifle general_pistol smuggler_2 smuggler_2 6 6 -naboo_borvo_derm_worrit 25 0 0 0 0 NORMAL quest NPC naboo borvo borvo dressed_borvos_champion.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 borvo npc thug slang pirate_pistol_low_level pirate_unarmed commando_2 melee_2 3 3 -naboo_borvo_prowler 24 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 -naboo_borvo_swindler 23 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 -naboo_captain_broma_lak 100 0 0 0 0 NORMAL quest NPC for Gungan Power Grab series naboo townsperson townsperson dressed_noble_fat_human_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_24_gungan_power_grab_01 0 2 -naboo_darkwalker_critolus_masse 27 0 0 0 0 NORMAL quest NPC naboo darkwalker dressed_corsair_pirate_elite_rod_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 3 3 1 1 -naboo_darkwalker_deathraven 29 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 -naboo_darkwalker_defender 26 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol commando_2 commando_2 6 6 -naboo_darkwalker_drudge 23 0 0 0 0 NORMAL naboo darkwalker corsair_cutthroat 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_polearm pirate_carbine_low_level commando_2 commando_2 6 6 1 yes -naboo_darkwalker_flangolial 29 0 0 1 0 NORMAL named quest NPC naboo darkwalker dressed_corsair_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_carbine pirate_sword smuggler_2 melee_2 3 3 -naboo_darkwalker_goya 28 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_sword smuggler_2 melee_2 6 6 -naboo_darkwalker_grinder 24 0 0 0 0 NORMAL naboo darkwalker corsair_cutthroat 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 -naboo_darkwalker_guardiol 28 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 yes -naboo_darkwalker_marcus_gaw 27 0 0 0 0 NORMAL quest NPC naboo darkwalker dressed_corsair_destroyer_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_carbine_low_level pirate_sword commando_2 melee_2 3 3 -naboo_darkwalker_preylord 30 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 -naboo_darkwalker_ruffal 24 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine_low_level pirate_sword commando_2 melee_2 6 6 -naboo_darkwalker_scoff 25 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 6 yes -naboo_darkwalker_solon_gaw 26 0 0 0 0 NORMAL quest NPC naboo darkwalker dressed_corsair_captain_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 3 3 -naboo_darkwalker_systol 27 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_cutthroat 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_pistol pirate_carbine smuggler_2 smuggler_2 6 6 -naboo_darkwalker_technick 26 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_cutthroat 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_polearm pirate_carbine melee_2 smuggler_2 6 6 1 yes -naboo_darkwalker_trienial 30 0 0 0 1 NORMAL named quest NPC naboo darkwalker dressed_corsair_captain_zab_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 3 3 -naboo_darkwalker_triop 27 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_sword smuggler_2 melee_2 6 6 1 1 -naboo_darkwalker_vindicator 28 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 1 yes -naboo_darkwalker_vran_tristen 31 0 0 1 NORMAL named quest NPC naboo darkwalker dressed_corsair_captain_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_shattered_shard_01 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 3 3 -naboo_deeja_peak_herman_pate 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_herman_pate.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_herman_pate commoner_10 commoner_10 0 2 -naboo_deeja_peak_kippy_martin 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_kippy_martin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_kippy_martin commoner_10 commoner_10 0 2 -naboo_deeja_peak_professor_hudmasse 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_professor_hudmasse.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_prof_hudmasse commoner_10 commoner_10 0 2 -naboo_deeja_peak_tanoa_vills 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_tanoa_vills.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_tanoa_vills commoner_10 commoner_10 0 2 -naboo_deeja_peak_vance_groten 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_vance_groten.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_vance_groten commoner_10 commoner_10 0 2 -naboo_deeja_peak_walker_luskeske 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_walker_luskeske.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_walker_luskeske commoner_10 commoner_10 0 2 1 -naboo_dissident 4 0 0 0 0 NORMAL naboo thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel military pirate_carbine_low_level pirate_pistol_low_level 0 2 -naboo_dread_pirate 23 3 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_organized 0 0 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 1 -naboo_flewt_starving 27 0 0 0 0 NORMAL naboo starving_flewt flewt_hue.iff 1.4 1.6 3 0 0 0 0 0 0 0 -1 2 1 30 meat_avian 25 hide_leathery 25 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAbilitySpeedWeak carnivore moth_2 moth_2 6 6 1 -naboo_greater_shaupaut_elder 30 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 2 2.5 1 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 6 hide_bristley 6 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 lowAttackDamageWeak carnivore monkey_2 monkey_2 12 12 -naboo_gunrunner 14 0 0 0 0 NORMAL naboo mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc rebel military general_carbine general_pistol commando_1 commando_1 4 4 1 -naboo_holy_man 1 0 0 0 0 NORMAL naboo naboo naboo commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_pistol rebel_carbine 0 2 -naboo_jak_chucka 100 0 0 0 0 NORMAL quest NPC for Gungan Power Grab series naboo townsperson townsperson naboo_jak_chucka.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_24_gungan_power_grab_02 0 2 -naboo_kidnapped_noble_01 20 0 0 0 0 NORMAL townsperson townsperson dressed_noble_naboo_twilek_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.naboo.royal_kidnapping.nobles_ai commoner_2 commoner_2 0 2 -naboo_kidnapped_noble_02 20 0 0 0 0 NORMAL townsperson townsperson dressed_noble_naboo_twilek_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.naboo.royal_kidnapping.nobles_ai commoner_2 commoner_2 0 2 -naboo_kidnapped_noble_03 20 0 0 0 0 NORMAL townsperson townsperson dressed_noble_naboo_twilek_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.naboo.royal_kidnapping.nobles_ai commoner_2 commoner_2 0 2 -naboo_legacy_lt_maximilian_vox 100 0 0 0 0 NORMAL imperial quest NPC naboo imperial Imperial naboo_lt_maximilian_vox.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_legacy_lt_maximilian_vox commoner_10 commoner_10 0 2 yes -naboo_legacy_quest_droideka 29 0 0 0 0 NORMAL quest NPC - Do Not Use naboo old_republic_droid naboo_legacy_quest_droideka.iff 1.5 1.5 0 15 15 0 0 0 -1 0 -1 2 1 100 droid/droid_21_30 elite_droid_3 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_2 droid_2 5 2 -naboo_legacy_quest_mouse_droid 22 0 0 0 0 NORMAL quest NPC - Do Not Use naboo old_republic_droid naboo_legacy_quest_mouse_droid.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid 1 droid_2 droid_2 0 2 -naboo_legacy_wilson_tchorshel 100 0 0 0 0 NORMAL rebel quest NPC naboo rebel Rebel naboo_wilson_tchorshel.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_legacy_wilson_tchorshel commoner_10 commoner_10 0 2 -naboo_loruna_scathe 100 0 0 0 0 NORMAL Azure Cabal series naboo townsperson azure_cabal loruna_scathe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_24_azure_cabal_loruna_01 commoner_10 commoner_10 0 0 -naboo_mauler_battlesword 26 0 0 0 0 NORMAL naboo mauler mauler_high 0 0 10 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_pistol pirate_carbine commando_2 commando_2 6 6 1 yes -naboo_mauler_driton_fitch 29 0 0 0 0 NORMAL named quest NPC naboo mauler dressed_mauler_master.iff 0 20 20 10 0 0 -1 -1 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 mauler npc thug military pirate_carbine pirate_sword smuggler_special_3 melee_special_3 3 3 -naboo_mauler_fanatic 26 0 0 0 0 NORMAL quest NPC naboo mauler mauler_high 0 0 10 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_pistol pirate_carbine medic_2 medic_2 6 6 -naboo_mauler_fiend 28 0 0 0 0 NORMAL quest NPC naboo mauler mauler_high 0 0 10 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 -naboo_mauler_warblaster 27 0 0 0 0 NORMAL naboo mauler mauler_high 0 0 20 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_carbine pirate_sword commando_2 melee_2 6 6 -naboo_mauler_zealot 27 0 0 0 0 NORMAL quest NPC naboo mauler mauler_high 0 0 20 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_carbine pirate_sword medic_2 medic_2 6 6 1 -naboo_monk 1 0 0 0 0 NORMAL naboo naboo_religious commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 yes -naboo_mountain_tusk_cat 25 0 0 0 0 NORMAL naboo tusk_cat tusk_cat_hue.iff 1 1.2 3 0 0 0 35 35 -1 -1 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 5 3 1 yes -naboo_mountaintop_janelle 30 0 1 0 0 NORMAL naboo mountaintop_smuggler dressed_nym_pirate_strong_hum_f.iff 0 0 10 0 0 10 -1 -1 -1 2 1 100 npc/npc_21_30 elite_npc_3 npc pirate pirate_carbine pirate_pistol smuggler_2 smuggler_2 3 3 -naboo_mountaintop_smuggler 27 0 1 0 0 NORMAL naboo mountaintop_smuggler nym_pirate_elite 0 0 10 0 0 10 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_contraband_set_01 npc pirate pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 -naboo_mountaintop_spice_runner 28 0 0 1 0 NORMAL naboo mountaintop_smuggler nym_pirate_weak 0 0 15 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_contraband_set_01 npc pirate general_carbine general_pistol smuggler_2 smuggler_2 6 6 1 -naboo_mummer_bane 25 0 0 0 0 NORMAL quest NPC naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 1 -naboo_mummer_brute 24 0 0 0 0 NORMAL naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 1 -naboo_mummer_crimsol_vaighn 27 0 0 0 0 NORMAL quest NPC naboo mummer_gang dressed_criminal_assassin_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 3 3 1 -naboo_mummer_cutthroat 26 0 0 0 0 NORMAL naboo mummer_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine smuggler_2 smuggler_2 0 2 1 -naboo_mummer_flailer 26 0 0 0 0 NORMAL naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine commando_2 commando_2 6 6 1 -naboo_mummer_goon 25 0 0 0 0 NORMAL naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 1 yes -naboo_mummer_jaye_hawkson 28 0 0 0 0 NORMAL quest NPC naboo mummer_gang dressed_ruffian_zabrak_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine commoner_2 commoner_2 3 3 1 -naboo_mummer_marauder 28 0 0 0 0 NORMAL naboo mummer_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine commando_2 commando_2 0 2 1 -naboo_mummer_mercenary 25 0 0 0 0 NORMAL naboo mummer_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 1 -naboo_mummer_salver 26 0 0 0 0 NORMAL quest NPC naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine medic_2 medic_2 6 6 1 -naboo_mummer_scientist 27 0 0 0 0 NORMAL quest NPC naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine medic_2 medic_2 6 6 1 -naboo_mummer_toxer 24 0 0 0 0 NORMAL quest NPC naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level medic_2 medic_2 6 6 -naboo_muskeg_anarchist 27 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine pirate_pistol medic_2 medic_2 6 6 yes -naboo_muskeg_dubbin_sharr 25 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1.1 1.1 0 0 25 0 30 35 -1 -1 -1 2 1 100 npc/npc_21_30 elite_npc_3 npc pirate slang general_sword general_pistol melee_2 smuggler_2 3 3 -naboo_muskeg_extremist 28 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine pirate_pistol medic_2 medic_2 6 6 -naboo_muskeg_fanatic 25 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 6 6 1 yes -naboo_muskeg_flossin_noz 31 0 0 0 0 NORMAL named quest NPC naboo muskeg gungan_outcast.iff 1.3 1.3 0 0 25 0 30 35 0 0 0 2 1 100 npc/npc_21_30 elite_npc_3 col_shattered_shard_01 npc pirate slang general_sword general_pistol smuggler_special_3 smuggler_special_3 3 3 -naboo_muskeg_radical 24 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 6 6 -naboo_muskeg_reactionary 29 0 0 0 1 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine pirate_pistol medic_3 medic_3 6 6 -naboo_muskeg_zealot 25 0 0 0 1 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 6 6 1 yes -naboo_narglatch_rabid 26 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 0.9 1 3 0 0 0 0 0 15 0 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 1 yes -naboo_narglatch_rabid_grizzlefur 29 0 0 0 0 NORMAL named quest NPC naboo narglatch narglatch_hue.iff 1.4 1.5 3 30 25 0 -1 0 65 -1 -1 2 1 80 meat_carnivore 50 hide_bristley 50 bone_mammal defaultProfile 1 100 creature/creature_21_30 elite_creature_3 6 18 narglatch carnivore predatory_cat_2 predatory_cat_2 3 3 1 yes -naboo_narglatch_rabid_matriarch 27 0 0 0 0 NORMAL naboo narglatch narglatch_female_hue.iff 1.1 1.2 3 30 25 0 -1 0 65 -1 -1 2 1 70 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 1 -naboo_nightspider_bloodsipper 25 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.2 1.3 3 0 0 0 0 0 0 15 -1 2 1 7 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore spider_2 spider_2 6 6 1 1 -naboo_nightspider_fleshrender 24 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1 1.1 3 0 0 0 0 0 0 15 -1 2 1 7 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore spider_2 spider_2 6 6 1 yes -naboo_nightspider_nocturlan 21 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 2.5 2.5 3 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.1 lowAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff spider_2 spider_2 3 3 -naboo_nomad 2 0 0 0 0 NORMAL naboo naboo_nomad commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_pistol_low_level pirate_pistol_low_level 0 2 yes -naboo_peacewar_drenn 84 0 0 0 0 ELITE Peacewar arc Boss naboo drennic naboo_peacewar_drenn.iff 1 1 0 30 45 55 55 45 0 0 0 1.7 1 defaultProfile 50 npc/elite_npc:elite_npc_21_30 boss_npc_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper_rifle commando_2 commando_2 6 6 yes -naboo_peacewar_drennic_guard 83 0 -2 0 -2 NORMAL Peacewar arc Mobs naboo drennic peacewar_drennic_guard 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 defaultProfile npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc stormtrooper_pistol commando_2 commando_2 5 5 yes -naboo_peacewar_drennic_hunter 83 -2 0 -2 0 NORMAL Peacewar arc Mobs naboo drennic peacewar_drennic_hunter 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 defaultProfile npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc stormtrooper_pistol commando_2 spy_2 5 5 -naboo_peddler_fence 25 0 0 0 0 NORMAL quest NPC naboo peddler criminal_organized 0.95 0.98 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 6 6 -naboo_peddler_frontman 26 0 0 0 0 NORMAL quest NPC naboo peddler criminal_organized 0.97 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol pirate_pistol smuggler_2 smuggler_2 6 6 -naboo_pirate 21 0 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 yes -naboo_pirate_armsman 22 1 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc int:ai.rangedOnly=1 ai.thug pirate slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 -naboo_pirate_butcher 25 0 -1 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 -naboo_pirate_crewman 22 0 -1 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 1 -naboo_pirate_cutthroat 22 0 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_polearm pirate_pistol_low_level melee_2 smuggler_2 6 6 yes -naboo_pirate_lieutenant 22 0 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_organized 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 -naboo_pirate_mugger 26 1 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 -naboo_pirate_raider 27 0 -1 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 1 -naboo_pirate_savage 25 0 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_polearm pirate_pistol_low_level melee_2 smuggler_2 6 6 -naboo_pirate_swashbuckler 26 1 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_pistol pirate_pistol smuggler_2 smuggler_2 6 6 -naboo_police 26 0 0 0 0 NORMAL naboo rsf naboo_security_force royal_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military rebel_carbine rebel_pistol officer_2 officer_2 0 6 -naboo_police_chief 28 0 0 0 0 NORMAL naboo rsf naboo_security_force royal_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military rebel_carbine rebel_pistol officer_2 officer_2 0 6 1 -naboo_shaupaut_elder 26 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 6 meat_carnivore 4 hide_bristley 4 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore monkey_2 monkey_2 0 2 1 -naboo_shaupaut_feral 26 0 0 0 0 NORMAL naboo feral_shaupaut shaupaut_hue.iff 1.4 1.5 3 0 0 0 0 0 0 0 0 2 1 30 meat_carnivore 25 hide_bristley 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 6 6 1 -naboo_shaupaut_feral_blot 28 0 0 0 0 NORMAL named quest NPC naboo feral_shaupaut shaupaut_hue.iff 1.8 2 3 0 0 0 0 0 0 0 0 2 1 50 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile 1 100 creature/creature_21_30 elite_creature_3 lowAttackDamageWeak carnivore monkey_2 monkey_2 3 3 1 -naboo_shaupaut_hunter_elder 29 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 1.7 2.1 2 20 20 0 -1 0 -1 0 -1 2 1 10 meat_carnivore 6 hide_bristley 6 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 12 12 1 -naboo_skaak_tipper_bootjack 26 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine pirate_pistol commando_2 commando_2 6 6 1 1 -naboo_skaak_tipper_bruiser 25 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 2 1 1 -naboo_skaak_tipper_crasher 21 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 5 1 -naboo_skaak_tipper_dee_skaak 30 0 0 0 0 NORMAL named quest NPC naboo skaak_tipper_gang dressed_criminal_organized_human_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol general_polearm smuggler_2 melee_2 3 3 1 1 -naboo_skaak_tipper_freejack 25 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 2 1 1 -naboo_skaak_tipper_jonni_skaak 21 0 0 0 0 NORMAL CREDITS naboo skaak_tipper_gang dressed_mercenary_weak_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/skaak_tipper_jonni_skaak skaak_jonni_skaak col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level commoner_2 melee_2 3 3 1 -naboo_skaak_tipper_machinist 27 0 0 0 0 NORMAL quest NPC naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol pirate_unarmed commoner_2 melee_2 6 6 1 1 -naboo_skaak_tipper_maniac 20 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_carbine_low_level medic_2 medic_2 6 5 1 -naboo_skaak_tipper_pariah 28 0 0 0 0 NORMAL quest NPC naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 1 -naboo_skaak_tipper_raider 29 0 0 0 0 NORMAL quest NPC naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol pirate_unarmed smuggler_2 melee_2 6 6 1 1 -naboo_skaak_tipper_researcher 25 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol_low_level pirate_unarmed medic_2 melee_2 6 2 1 1 -naboo_skaak_tipper_scrounger 22 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 5 1 1 -naboo_skaak_tipper_thug 24 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 2 1 -naboo_skaak_tipper_tomi_skaak 30 0 0 0 0 NORMAL named quest NPC naboo skaak_tipper_gang dressed_criminal_organized_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol pirate_pistol smuggler_2 smuggler_2 3 3 1 1 -naboo_skaak_tipper_vanguard 24 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 2 1 1 -naboo_skaak_tipper_waylayer 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine pirate_pistol commando_2 commando_2 0 2 -naboo_spineflap_mountain 27 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1.5 1.7 3 0 0 0 0 0 0 0 -1 2 1 meat_insect 35 hide_scaley 25 bone_avian defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAbilitySpeedWeak carnivore moth_2 moth_2 6 6 1 -naboo_spineflap_sprywing 29 0 0 0 -1 NORMAL named quest NPC naboo capper_spineflap capper_spineflap_hue.iff 2 2.2 2 -1 30 0 0 0 0 0 0 2 1 meat_insect 50 hide_scaley 40 bone_avian defaultProfile 1 100 creature/creature_21_30 elite_creature_3 lowAbilitySpeedWeak carnivore moth_2 moth_2 3 3 yes -naboo_stonewall_labs_battle_droid_blue 28 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battledroid_blue.iff 0 25 0 0 0 0 0 0 85 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 18 stonewall android battledroid droid_2 droid_2 6 6 yes -naboo_stonewall_labs_battle_droid_green 26 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battledroid_green.iff 0 15 0 0 0 0 0 0 85 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 18 stonewall android battledroid droid_2 droid_2 6 6 yes -naboo_stonewall_labs_battle_droid_yellow 27 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battledroid_yellow.iff 0 20 0 0 0 0 0 0 85 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 18 stonewall android battledroid droid_2 droid_2 6 6 1 yes -naboo_stonewall_labs_battlemech_alpha 26 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battlemech_alpha.iff 0 10 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 18 stonewall npc battledroid droid_2 droid_2 6 6 1 yes -naboo_stonewall_labs_battlemech_beta 27 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battlemech_beta.iff 0 15 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 18 stonewall npc deathwatch_ranged deathwatch_melee droid_2 droid_2 6 6 1 yes -naboo_stonewall_labs_battlemech_omega 28 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battlemech_omega.iff 0 20 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 18 stonewall npc commando_ranged commando_melee droid_2 droid_2 6 6 yes -naboo_stonewall_labs_mechthorian 26 0 0 0 0 ELITE quest NPC naboo stonewall_labs naboo_stonewall_labs_mechthorian.iff 0 15 0 0 0 0 0 0 55 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table 18 stonewall npc object/weapon/ranged/rifle/rifle_lightning.iff droid_2 droid_2 6 6 1 yes -naboo_strehkforce_evan_strehk 29 0 0 0 0 NORMAL naboo strehkforce dressed_binayre_chief_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 npc thug military commando_ranged general_polearm smuggler_2 melee_2 3 3 1 yes -naboo_strehkforce_maris_fahrs 30 0 0 0 0 NORMAL naboo strehkforce dressed_binayre_chief_human_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 npc thug military general_pistol general_sword smuggler_2 melee_2 3 3 -naboo_strehkforce_mercenary 27 0 0 0 0 NORMAL naboo strehkforce binayre_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug military commando_ranged general_polearm commando_2 melee_2 6 6 -naboo_strehkforce_soldier 28 0 0 0 0 NORMAL naboo strehkforce binayre_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug military general_pistol general_sword commando_2 melee_2 6 6 -naboo_theed_ados_jarkey 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson ados_jarkey.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_ados_jarkey commoner_10 commoner_10 0 2 -naboo_theed_gurdun 100 0 0 0 0 NORMAL Quest NPC naboo imperial Imperial naboo_theed_gurdun.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 0 yes -naboo_theed_hunnos_jarkey 28 1 0 0 0 NORMAL quest NPC naboo hunnos_jarkey hunnos_jarkey.iff 0 15 15 0 0 0 0 0 0 2 1 100 npc/npc_21_30 elite_npc_3 npc pirate slang general_polearm general_pistol melee_2 smuggler_2 3 3 -naboo_theed_jorgellansel 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_assassin_mission_giver_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_jorgellansel commoner_10 commoner_10 0 2 -naboo_theed_karl_eckener 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson karl_eckener.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_karl_eckener commoner_10 commoner_10 0 2 -naboo_theed_kermollus_preen 26 0 0 0 0 NORMAL quest NPC naboo kermollus_preen kermollus_preen.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 -naboo_theed_lt_dunnels 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_lt_dunnels.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_lt_dunnels commoner_10 commoner_10 0 2 -naboo_theed_lt_khartoor 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_lt_khartoor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_lt_khartoor commoner_10 commoner_10 0 2 -naboo_theed_major_franchels 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_major_franchels.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_major_franchels commoner_10 commoner_10 0 2 -naboo_theed_sgt_bragg 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_sgt_bragg.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_sgt_bragg commoner_10 commoner_10 0 2 -naboo_theed_sgt_brunser 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_sgt_brunser.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_sgt_brunser commoner_10 commoner_10 0 2 1 1 -naboo_theed_terrorist_carbine 24 0 0 0 0 NORMAL naboo theed_terrorist criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 1 1 -naboo_theed_terrorist_sword 24 0 0 0 0 NORMAL naboo theed_terrorist criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 -naboo_theed_toff_henrou 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_criminal_thug_human_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_toff_henrou commoner_10 commoner_10 0 2 instant -naboo_ultragungan_blastromech 28 0 0 0 0 NORMAL global blastromech blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 -naboo_ultragungan_droidtech 30 0 0 0 0 NORMAL quest NPC naboo ultragungan_militia gungan_male 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_droid_3 18 ultragungan npc pirate slang pirate_carbine pirate_pistol commoner_3 commoner_3 6 6 -naboo_ultragungan_flawed_battle_droid 29 0 0 0 0 NORMAL quest NPC naboo ultragungan_militia rryatt_battle_droid 0 0 0 0 0 0 0 0 0 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 18 ultragungan android battledroid none droid_2 droid_2 6 6 -naboo_ultragungan_foot_soldier 29 0 0 0 0 NORMAL quest NPC naboo ultragungan_militia gungan_male 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 ultragungan npc pirate slang pirate_carbine pirate_pistol commando_2 commando_2 6 6 instant -naboo_ultragungan_super_battle_droid 28 0 0 0 0 NORMAL global battle_droid super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 100 npc/elite_npc:elite_npc_21_30 elite_droid_3 col_dejarik_holomonster,col_dejarik_table android droid_2 droid_2 6 6 -naboo_veermok 26 0 0 0 -6 NORMAL naboo veermok veermok_hue.iff 0.8 1.2 2 15 15 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_2 gorilla_2 0 2 -naboo_veermok_guard 27 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.9 2.2 4 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_2 gorilla_2 0 2 yes -naboo_veermok_ravager 28 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.5 1.9 2 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_2 gorilla_2 12 12 -naboo_veermok_scavenger 25 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.5 2 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_2 gorilla_2 12 12 1 -naboo_veermok_scout 26 0 0 0 -3 NORMAL naboo veermok veermok_hue.iff 0.75 1 4 10 5 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_2 gorilla_2 0 2 -naboo_veermok_sentry 27 -1 -1 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.4 1 0 0 0 0 0 0 15 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_2 gorilla_2 0 2 -naive_gondula_workling 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0.5 0.5 0 15 15 0 10 10 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -naive_jinda_workling 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0.5 0.5 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -naive_panshee_workling 70 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0.5 0.5 0 20 20 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 1 -narglatch 21 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 0.8 1.2 1 25 0 0 -1 0 50 -1 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch 0.15 medAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 6 6 1 -narglatch_cub 20 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 0.3 0.6 1 0 0 0 0 0 0 0 -1 2 1 30 meat_carnivore 25 hide_bristley 20 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 4 18 narglatch 0.15 lowAttackSpeedWeak carnivore predatory_cat_2 predatory_cat_2 0 2 1 yes -narglatch_female 22 0 0 0 0 NORMAL naboo narglatch narglatch_female_hue.iff 1.1 1.4 4 25 0 0 0 -1 -1 0 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch 0.15 medAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes -narglatch_guardian 26 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 4 10 20 0 -1 0 50 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile 1 100 creature/narglatch_guardian_loot generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 3 3 1 yes -narglatch_hunter 25 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 4 0 0 0 0 0 15 0 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 generic_creature_3 6 col_dejarik_holomonster,col_dejarik_table 18 narglatch carnivore predatory_cat_2 predatory_cat_2 3 3 1 yes -narglatch_matriarch 25 0 0 0 0 NORMAL naboo narglatch narglatch_female_hue.iff 1.1 1.4 4 30 25 0 -1 0 65 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes -narglatch_protector 28 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 4 30 25 0 -1 0 65 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 6 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes -narglatch_scavenger 26 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 4 30 25 0 -1 0 65 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 -narglatch_sick 25 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 14 25 0 0 0 -1 -1 0 -1 2 1 100 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_2 4 medAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 2 2 1 -narglatch_trained 23 0 0 0 0 NORMAL commando 21 prof quest enemy naboo profcomm narglatch_hue.iff 0.6 0.8 5 25 0 0 -1 0 50 -1 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_21_30 generic_creature_2 4 medAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 4 1 1 -narmle_captain 46 0 0 0 0 NORMAL rori narmle narmle narmle_captain 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc police general_carbine general_pistol commando_4 commando_4 0 2 1 -narmle_colonel 50 0 0 0 0 NORMAL rori narmle narmle narmle_colonel 1 1.2 0 0 0 0 40 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc military general_carbine general_pistol commando_5 commando_5 0 2 1 -narmle_commander 52 0 0 0 -3 NORMAL rori narmle narmle narmle_commander 1 1.2 0 30 30 0 60 -1 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 0 2 1 yes -narmle_commando 48 0 0 0 0 NORMAL rori narmle narmle narmle_commando 1 1.2 0 0 0 0 40 -1 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc military rebel_carbine rebel_pistol commando_4 commando_4 0 2 1 -narmle_ensign 30 0 0 0 0 NORMAL rori narmle narmle narmle_ensign 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military rebel_carbine rebel_pistol commando_3 commando_3 0 2 1 -narmle_grenadier 39 0 0 0 0 NORMAL rori narmle narmle narmle_grenadier 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_pistol commando_3 commando_3 0 2 1 -narmle_guard 33 0 0 0 0 NORMAL rori narmle narmle narmle_guard 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police rebel_carbine rebel_pistol commando_3 commando_3 0 2 1 -narmle_lieutenant 36 0 0 0 0 NORMAL rori narmle narmle narmle_lieutenant 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc military rebel_carbine rebel_pistol commando_3 commando_3 0 2 1 -narmle_major 48 0 0 0 0 NORMAL rori narmle narmle narmle_major 1 1.2 0 0 0 0 0 -1 -1 40 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc military 1 rebel_carbine rebel_pistol commando_4 commando_4 0 2 1 -narmle_rifleman 42 1 1 0 -8 NORMAL rori narmle narmle narmle_rifleman 1 1.2 0 15 15 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_rifle rebel_pistol commando_4 commando_4 0 2 -nesting_kaadu 84 0 0 0 0 NORMAL Gungan Power Grab mobs naboo wild_kaadu kaadu_hue.iff 1.1 1.2 1 0 0 0 0 15 0 0 -1 2 1 milk_wild 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_21_30 generic_creature_2 herbivore raptor_5 raptor_5 0 10 -network_leader 11 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc imperial military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -newbie_gendra 100 1 1 1 1 NORMAL global townsperson townsperson dressed_gendra.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=newbie_gendra_meat_jerky,string:task_name=deliverJerky conversation.tatooine_eisley_gendra,quest.task.ground.give_item_to_npc noble fancy rebel_pistol none commoner_10 commoner_10 0 2 -newbie_gendra_lurval 100 1 1 1 1 NORMAL global townsperson townsperson lurval.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=newbie_gendra_small_glass,string:task_name=deliverGlasses quest.task.ground.give_item_to_npc noble fancy rebel_pistol none commoner_10 commoner_10 0 2 -newbie_gendra_muna_skish 100 1 1 1 1 NORMAL global townsperson townsperson muna_skish.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=newbie_gendra_spiced_tea,string:task_name=deliverTea quest.task.ground.give_item_to_npc noble fancy rebel_pistol none commoner_10 commoner_10 0 2 -newbie_pilot_informer 100 0 0 0 0 NORMAL tatooine townsperson mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_newbie_pilot_info_01 1 commoner_10 commoner_10 0 2 -newbie_ranged_teacher_purvis_arrison 100 0 0 0 0 NORMAL townsperson dressed_purvis_arrison.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -newbie_scout_teacher_entha_kandela 100 0 0 0 0 NORMAL townsperson dressed_entha_kandela.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -newbie_tutorial_entertainer 100 1 1 1 1 NORMAL global townsperson townsperson dressed_tutorial_entertainer.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol none commoner_10 commoner_10 0 2 -newbie_tutorial_mentor 100 1 1 1 1 NORMAL global townsperson townsperson dressed_tutorial_mentor.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol none commoner_10 commoner_10 0 2 -nexus_travel_01 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager nexus_travel 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.nexus_travel commoner_10 commoner_10 0 2 -nexus_travel_02 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager nexus_travel_max.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.nexus_travel_away commoner_10 commoner_10 0 2 -nhelper_droid 4 0 0 0 0 NORMAL anywhere astromech nhelper_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 theme_park.new_player.helper_droid 0 2 -nien_nunb 100 0 0 0 0 NORMAL lok rebel Rebel dressed_patron_sullustan_01.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.nien_nunb smuggler_10 smuggler_10 0 8 instant -nightsister_bull_rancor 89 2 0 0 0 ELITE dathomir nightsister nightsister rancor_hue.iff 1.3 1.5 2 0 60 0 100 100 100 0 0 2 1 1020 meat_carnivore 900 hide_leathery 850 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_8 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 bull_rancor carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 8 8 instant -nightsister_elder 90 0 0 0 0 BOSS dathomir nightsister nightsister dressed_dathomir_nightsister_elder.iff 0 100 0 0 100 100 100 100 100 2 1 100 npc/boss_npc:boss_force_dark_npc_81_90 boss_npc_9 col_nightsister_valuables,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_sith_holocron,col_shattered_shard_02 18 nightsister npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 24 18 instant -nightsister_enraged_bull_rancor 90 0 0 0 0 ELITE dathomir nightsister nightsister rancor_hue.iff 1.3 1.5 3 0 70 0 100 100 100 0 0 2 1 880 meat_carnivore 750 hide_leathery 670 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_9 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 bull_rancor carnivore 100 100 root_defense=200,snare_defense=200 gorilla_5 gorilla_5 8 8 instant -nightsister_enraged_rancor 89 5 -5 0 0 ELITE dathomir nightsister nightsister rancor_hue.iff 0.9 1.1 3 0 60 0 100 100 100 0 0 2 1 950 meat_carnivore 878 hide_leathery 778 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_8 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 8 8 1 yes -nightsister_initiate 86 0 0 0 -2 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_initiate.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant -nightsister_outcast 82 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_outcast.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant -nightsister_protector 89 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_protector.iff 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant -nightsister_rancor 88 0 0 0 0 ELITE dathomir nightsister nightsister rancor_hue.iff 0.9 1.1 4 30 60 0 100 100 100 0 0 2 1 950 meat_carnivore 876 hide_leathery 776 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_8 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister carnivore root_defense=30,snare_defense=30 gorilla_5 gorilla_5 8 8 instant -nightsister_rancor_tamer 89 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_rancor_tamer.iff 0 0 0 0 50 50 50 50 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant -nightsister_ranger 85 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_ranger.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant -nightsister_sentinal 86 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_sentinal.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 -nightsister_sentry 83 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_guardian.iff 0.95 1.05 0 0 0 0 60 60 60 60 -1 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 -nightsister_slave 86 2 -2 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_slave.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc commoner_7 commoner_7 8 8 instant -nightsister_spell_weaver 90 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_spellweaver.iff 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 1 instant -nightsister_stalker 86 5 10 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_stalker.iff 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 -nightsister_training_slave 15 2 -2 0 0 NORMAL dathomir townsperson townsperson dressed_dathomir_nightsister_slave.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc commoner_1 commoner_1 12 12 -nightspider 4 0 0 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 0.3 0.5 2 0 0 0 0 0 0 0 -1 2 1 60 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 1 -nightspider_aggressor 5 0 0 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.5 2 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackUtilityWeak carnivore 6 6 1 1 -nightspider_dirtcrawler 21 0 0 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.7 1.8 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackUtilityWeak carnivore spider_2 spider_2 12 12 1 1 -nightspider_poison_spitter 6 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.5 1.5 2 0 0 0 0 0 0 15 -1 2 1 7 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.1 lowAttackSpeedWeak carnivore 6 6 1 1 -nightspider_vinecrawler 22 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1 1.1 2 0 0 0 0 0 0 15 -1 2 1 7 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore spider_2 spider_2 12 12 -nightspider_vineripper 20 0 0 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 60 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore spider_2 spider_2 0 2 1 yes -nightspider_vineshredder 21 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.4 1.5 1 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.1 lowAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff spider_2 spider_2 12 12 -nitra_vendallan 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_nitra_vendallan.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.nitra_vendallan 0 2 1 -noble 2 0 0 0 0 NORMAL global townsperson townsperson noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 1 -noble_male 2 0 0 0 0 NORMAL global townsperson townsperson noble_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -nomad 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_naboo_nomad.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_pistol rebel_carbine 0 2 1 -nomad_chief 5 0 0 0 0 NORMAL naboo naboo_nomad dressed_nomad_chief.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 -noren_krast 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_old_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -novice_collector 1 0 0 0 0 NORMAL townsperson dressed_collection_npc_female_human_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 npc 1 100 100 string:collection.columnName=novice_collector conversation.novicecollector 0 2 instant -novice_force_mystic 87 6 -6 0 0 NORMAL dantooine force_renegade dark_jedi 0 30 30 0 0 0 0 0 0 2 npc/npc_71_80:force_light generic_npc_8 housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_02 npc force_sword force_sword_ranged jedi_8 jedi_8 0 2 1 yes -noxious_gaping_spider_recluse 89 3 -2 0 1 NORMAL dathomir gaping_recluse gaping_spider_hue.iff 1.8 2 1 0 0 0 0 0 0 0 0 2 1 11 meat_insect defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 12 12 1 -noxious_squill 62 0 0 0 0 NORMAL endor squill_endor squill_hue.iff 1.2 1.4 4 10 0 0 -1 -1 -1 35 -1 2 1 meat_carnivore defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore monkey_4 monkey_4 12 12 1 1 -noxious_vrelt_scavenger 27 0 0 0 0 NORMAL corellia vrelt noxious_vrelt_scavenger.iff 1.5 2 3 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff rat_2 rat_2 10 10 -npe_aquillia 100 0 0 0 0 NORMAL npe dungeon global townsperson townsperson dressed_npe_aquillia.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_runequest commoner_10 commoner_10 4.8 5 -npe_audience 1 0 0 0 0 NORMAL Tansarri global townsperson townsperson noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 noble fancy 0 0 -npe_bartender 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_bartender.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_main_bartender commoner_10 commoner_10 0 0 -npe_blightbane 6 0 0 0 0 NORMAL npe dungeon global emergence_creature merek_hue.iff 2.5 3 3 -1 0 15 0 0 0 0 0 2 1 10 meat_wild 25 hide_leathery defaultProfile npe/npe_dungeon_loot:npe_blightbane_loot generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 5 -npe_bocatt 3 0 0 0 0 NORMAL exotic animal for scouts global bocatt bocatt_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 1 10 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle lizard_1 lizard_1 0 0 -npe_bounty 1 0 0 0 0 NORMAL global npe_bounty dressed_npe_bounty.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 12 -npe_bounty_2 2 0 0 0 0 NORMAL global npe_bounty criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npe_thug npc corpse.corpse_fast_recycle pirate_carbine_low_level pirate_unarmed 0 4 -npe_bounty_goon 1 0 0 0 0 NORMAL global npe_bounty_goon criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npe_thug npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 4 -npe_bounty_guard 1 0 0 0 0 NORMAL global npe_bounty criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 4 -npe_brawler 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_brawler.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_brawler commoner_10 commoner_10 0 0 -npe_brawler_officer 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_medical_officer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_brawler_officer commoner_10 commoner_10 0 0 -npe_brawler_tiasris 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_tiasris.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_brawler_tiasris commoner_10 commoner_10 0 0 -npe_brochure 100 0 0 0 0 NORMAL npe dungeon global townsperson townsperson dressed_npe_brochure.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_brochure commoner_10 commoner_10 4.8 2 -npe_cantina_bully 1 0 0 0 0 NORMAL Tansarri global bully dressed_noble_human_male_04.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level general_carbine 0 2 -npe_carax 10 0 0 0 0 ELITE npe dungeon global emergence carax.iff 2.5 2.9 0 30 30 0 0 -1 0 0 -1 2 1 45 meat_wild 45 hide_leathery 30 bone_mammal defaultProfile 1 100 npe/npe_dungeon_loot:npe_carax_loot elite_npc_1 carnivore snare_defense=30,root_defense=30, npe.harvestable=true corpse.corpse_fast_recycle generic_creature_1 generic_creature_1 4.8 5 -npe_cardas_guard 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson npe_cardas_guard 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 0 -npe_cargo 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson male_human_scientist 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_main_cargo commoner_10 commoner_10 0 0 -npe_caska 5 0 0 0 0 NORMAL npe dungeon global emergence dressed_npe_caska_journal.iff 1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc conversation.npe_journal_quest pirate_pistol_low_level pirate_unarmed 4.8 5 -npe_commando 1 0 0 0 0 NORMAL global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 2 -npe_crazed_soldier 5 0 0 0 0 NORMAL npe dungeon global npe_crazed_soldier npe/npc_dressed_crazed_soldier.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle general_carbine 4.8 5 -npe_crazy_droid_01 2 0 0 0 0 NORMAL Tansarri global npe_crazy_droids probot.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 0 0 -npe_crazy_droid_02 2 0 0 0 0 NORMAL Tansarri global npe_crazy_droids ra7_bug_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 0 0 -npe_crazy_droid_03 3 0 0 0 0 NORMAL Tansarri global npe_crazy_droids probot.iff 0.3 0.5 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 0 0 -npe_crazy_droid_04 3 0 0 0 0 NORMAL Tansarri global npe_crazy_droids ev_9d9.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 0 0 -npe_crazy_droid_05 4 0 0 0 0 NORMAL Tansarri global npe_crazy_droids dz70_fugitive_tracker_droid.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 2 0 -npe_crazy_droid_06 5 0 0 0 0 NORMAL Tansarri global npe_crazy_droids ig_assassin_droid.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 2 0 -npe_crazy_droid_07 5 0 0 0 0 NORMAL Tansarri global npe_crazy_droids probot.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 2 0 -npe_droid_4warning 4 0 0 0 0 NORMAL npe dungeon global emergence_droid dz70_fugitive_tracker_droid.iff 1.5 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_droid_4warning_loot generic_droid_1 droid corpse.corpse_fast_recycle 4.8 5 -npe_droid_4warning_weak 2 0 0 0 0 NORMAL npe dungeon global emergence_droid dz70_fugitive_tracker_droid.iff 1.5 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:loot_low generic_droid_1 droid corpse.corpse_fast_recycle 0 0 -npe_droid_battle 6 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_super.iff 1 1.4 0 15 0 0 10 -1 0 0 -1 2 npe/npe_dungeon_loot:npe_battle_loot generic_droid_1 droid corpse.corpse_fast_recycle 4.8 5 -npe_droid_espy 3 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_espy.iff 0.7 0.9 0 10 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_droid_espy_loot generic_droid_1 droid corpse.corpse_fast_recycle 0 0 -npe_droid_generator 2 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_seeker.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid corpse.corpse_fast_recycle 0 0 -npe_droid_rescind 4 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_rescind.iff 1.5 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_droid_rescind_loot generic_droid_1 droid corpse.corpse_fast_recycle 4.8 5 -npe_dungeon_medical 100 0 0 0 0 NORMAL npe dungeon global townsperson townsperson npe/dressed_dungeon_medical.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_81_90 generic_npc_1 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.npe_dungeon_medical droid_10 droid_10 0 0 -npe_emergence_helper 100 0 0 0 0 NORMAL npe dungeon global townsperson townsperson dressed_npe_emergence_helper.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_emergence_helper 4.8 2 -npe_entertainer_questgiver 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_entertainer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_entertainer_1_questgiver commoner_10 commoner_10 0 0 -npe_gamma_elite_assassin 10 0 0 0 0 NORMAL npe dungeon global emergence npe/dressed_rakqua_hired_assassin.iff 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_1_10 elite_npc_1 npc corpse.corpse_fast_recycle general_carbine spy_1 melee_1 3 3 -npe_genesis_red_crimelord 5 0 0 0 0 NORMAL Tansarri global genesis criminal_organized 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_genesis_boss generic_npc_1 npc corpse.corpse_fast_recycle general_rifle 4.8 2 -npe_genesis_red_cronie 2 0 0 0 0 NORMAL Tansarri global genesis criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_genesis generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level 0 0 -npe_genesis_red_officer 3 0 0 0 0 NORMAL Tansarri global genesis criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_genesis generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_unarmed 4.8 2 -npe_greenhouse_flyer 2 0 0 0 0 NORMAL Tansarri global greenhouse_flyer flit_hue.iff 0.75 1.25 2 0 0 0 0 0 0 0 -1 2 1 5 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile npe/npe_station_loot:npe_flyer generic_creature_1 herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 0 0 -npe_greenhouse_flyer_boss 5 0 0 0 0 NORMAL global greenhouse_flyer flit_hue.iff 1.25 1.5 2 0 0 0 0 0 0 0 -1 2 1 5 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile npe/npe_station_loot:npe_flyer_boss generic_creature_1 herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 -npe_greenhouse_flyer_guard 3 0 0 0 0 NORMAL global greenhouse_flyer flit_hue.iff 1 1.25 2 0 0 0 0 0 0 0 -1 2 1 5 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile npe/npe_station_loot:npe_flyer generic_creature_1 herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 -npe_greenhouse_ground 1 0 0 0 0 NORMAL Tansarri global greenhouse_lizard dune_lizard.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 15 meat_wild 15 hide_leathery 15 bone_mammal defaultProfile npe/npe_station_loot:npe_ground generic_creature_1 lowAttackAbilityWeak carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 -npe_greenhouse_ground_boss 5 0 0 0 0 NORMAL global greenhouse_lizard dune_lizard_hue.iff 1.2 1.4 1 0 0 0 0 0 0 0 -1 2 1 15 meat_wild 15 hide_leathery 15 bone_mammal defaultProfile npe/npe_station_loot:npe_ground_boss generic_creature_1 lowAttackAbilityWeak carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 -npe_greenhouse_ground_guard 3 0 0 0 0 NORMAL global greenhouse_lizard dune_lizard.iff 1 1.1 2 0 0 0 0 0 0 0 -1 2 1 15 meat_wild 15 hide_leathery 15 bone_mammal defaultProfile npe/npe_station_loot:npe_ground generic_creature_1 lowAttackAbilityWeak carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 -npe_greenhouse_insect 2 0 0 0 0 NORMAL Tansarri global greenhouse_insect tanc_mite_hue.iff 1.75 2 1 0 0 0 0 0 0 0 -1 2 1 25 meat_wild defaultProfile npe/npe_station_loot:npe_insect generic_creature_1 medTankArmorAvg herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 0 2 -npe_greenhouse_insect_boss 4 0 0 0 0 NORMAL global greenhouse_insect tanc_mite_hue.iff 2.25 2.5 1 0 0 0 0 0 0 0 -1 2 1 25 meat_wild defaultProfile npe/npe_station_loot:npe_insect_boss generic_creature_1 medTankArmorAvg herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 5 -npe_greenhouse_insect_guard 3 0 0 0 0 NORMAL global greenhouse_insect tanc_mite_hue.iff 2 2 1 0 0 0 0 0 0 0 -1 2 1 25 meat_wild defaultProfile npe/npe_station_loot:npe_insect generic_creature_1 medTankArmorAvg herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 0 0 -npe_han_solo 100 0 0 0 0 NORMAL Tansarri global rebel Rebel han_solo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 conversation.npe_station_han_solo2 commoner_10 commoner_10 0 0 -npe_hostage 1 0 0 0 0 NORMAL Tansarri global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 conversation.npe_scout2_hostages townsperson townperson 0 0 -npe_hurt_guard 3 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_cardas_guard_m_04.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 conversation.npe_scout1_guard 0 0 -npe_hutt_minion 1 0 0 0 0 NORMAL han solo exp npc global npe_hutt criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level 4 4 -npe_hutt_minion_access_code 1 0 0 0 0 NORMAL han solo exp npc global npe_hutt npe/npe_hutt_minion.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level 4 2 -npe_hutt_minion_pistol 1 0 0 0 0 NORMAL han solo exp npc global npe_hutt npe/npe_hutt_minion.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level 24 2 -npe_i10_probe 3 0 0 0 0 NORMAL npe dungeon global emergence_droid battle_droid.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_i10_probe_loot generic_droid_1 droid corpse.corpse_fast_recycle 0 0 -npe_i7_construct 7 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_i7construct.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_construct_loot elite_npc_1 droid corpse.corpse_fast_recycle 3 3 -npe_i8_widow 6 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_widow.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_widow_loot generic_npc_1 droid corpse.corpse_fast_recycle 4.8 5 -npe_imp_agent_questgiver 100 0 0 0 0 NORMAL global imperial Imperial dressed_npe_imp_officer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_imperial_questgiver commoner_10 commoner_10 0 0 -npe_imperial_trap 3 0 0 0 0 NORMAL global imperial dressed_stormtrooper_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 generic_npc_1 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol 4.8 2 -npe_inaldra 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_inaldra.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_station_inaldra2 commoner_10 commoner_10 0 0 -npe_k3i_buzzer 2 0 0 0 0 NORMAL npe dungeon global emergence_droid droideka.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_k3i_buzzer_loot generic_creature_1 droid corpse.corpse_fast_recycle 0 0 -npe_malevolence 8 0 0 0 0 NORMAL npe dungeon global emergence_creature merek_hue.iff 3 3.25 2 0 20 20 20 20 20 20 20 2 1 40 meat_wild 40 hide_leathery defaultProfile npe/npe_dungeon_loot:npe_malevolence_loot elite_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 3 3 -npe_marksman_questgiver 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_marksman.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_marksman_questgiver commoner_10 commoner_10 0 0 -npe_meat_questgiver 100 0 0 0 0 NORMAL global townsperson townsperson npe/dressed_meat_chef.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_side_dungeon_meat commoner_10 commoner_10 0 0 -npe_medic_questgiver 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_medic.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_medic_questgiver commoner_10 commoner_10 0 0 -npe_mouse_droid 1 0 0 0 0 NORMAL Tansarri anywhere trainingdroid mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid int:combat.zeroXP=1 npe.weak_droid 0 0 0 -npe_officer_neina 1 0 0 0 0 NORMAL global emergence dressed_npe_neina.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npe.neina_annoying 0 0 -npe_officer_trainer 100 0 0 0 0 NORMAL global commoner dressed_npe_officer_trainer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_officer commoner_10 commoner_10 0 2 -npe_pilot_easy 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_laetin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_pilot_easy commoner_10 commoner_10 0 0 -npe_pilot_hard 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_dartas.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_pilot_hard commoner_10 commoner_10 0 0 -npe_pilot_medium 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_pilot_aleas.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_pilot_medium commoner_10 commoner_10 0 0 -npe_pilot_train 100 0 0 0 0 NORMAL global townsperson npe/dressed_npe_pilot_train.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_pilot_training commoner_10 commoner_10 0 0 -npe_quietus 7 0 0 0 0 NORMAL npe dungeon global emergence_creature merek_hue.iff 2.7 3 4 20 20 20 -1 -1 -1 0 0 2 1 10 meat_wild 25 hide_leathery defaultProfile npe/npe_dungeon_loot:npe_quietus_loot generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 5 -npe_rakqua_aphotic 2 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_warrior 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle general_polearm general_carbine 0 0 -npe_rakqua_bowman 3 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_bowman 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_bowman_loot generic_npc_1 npc corpse.corpse_fast_recycle general_pistol pirate_carbine_low_level 0 0 -npe_rakqua_fervent 1 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_shaman 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 corpse.corpse_fast_recycle,conversation.npe_rakqua_capture general_polearm general_pistol 0 0 -npe_rakqua_guard 5 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_guard 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_guard_loot generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level 4.8 5 -npe_rakqua_guard_weak 3 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_guard 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:loot_low generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level 0 0 -npe_rakqua_overlord 10 0 0 0 0 NORMAL npe dungeon global emergence npe/dressed_rakqua_overlord.iff 1.2 1.5 0 0 0 0 0 0 0 0 -1 2 1 100 npe/npe_dungeon_loot:npe_overlord_loot elite_npc_1 npc corpse.corpse_fast_recycle general_carbine officer_1 officer_1 3 3 -npe_rakqua_rifleman 6 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_rifle 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_rifle_loot generic_npc_1 npc corpse.corpse_fast_recycle general_carbine 4.8 5 -npe_rakqua_shaman 3 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_shaman 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_shaman_loot generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 0 -npe_rakqua_warrior 2 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_warrior 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_warrior_loot generic_npc_1 npc corpse.corpse_fast_recycle general_polearm pirate_carbine_low_level 0 0 -npe_rakqua_witch 5 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_witch 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_witch_loot generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level 4.8 5 -npe_rakqua_witch_weak 3 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_witch 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:loot_low generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level 0 0 -npe_rat 1 0 0 0 0 NORMAL npe dungeon global emergence womp_rat_hue.iff 0.6 0.7 3 0 0 0 0 0 0 0 -1 2 1 5 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 0 0 -npe_scout_questgiver 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_scout.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_scout_questgiver commoner_10 commoner_10 0 0 -npe_security_director 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson royal_officer 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_main_security commoner_10 commoner_10 0 0 -npe_seeker_droid 3 0 0 0 0 NORMAL npe dungeon global emergence_droid droideka.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_seeker_droid_loot generic_droid_1 droid corpse.corpse_fast_recycle 0 0 -npe_slicer 3 0 0 0 0 NORMAL npe slicer quest global npe_blacksun criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_slicer generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_unarmed 0 2 -npe_slicer_boss 5 0 0 0 0 NORMAL npe slicer quest global npe_blacksun dressed_hutt_expedition_force_leader.iff 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_slicer_boss generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_unarmed 4.8 2 -npe_smuggler_trap 2 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_i10_probe.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid corpse.corpse_fast_recycle,npe.npe_droid_trigger_volumes 0 0 -npe_spy_droid 1 0 0 0 0 NORMAL global trainingdroid r3.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 0 2 -npe_spy_trainer 100 0 0 0 0 NORMAL global commoner dressed_npe_spy_trainer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_spy commoner_10 commoner_10 0 2 -npe_stormtrooper_medbay 1 0 0 0 0 NORMAL han solo exp npc global npe_hutt dressed_stormtrooper_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 npc int:combat.zeroXP=1 corpse.corpse_fast_recycle stormtrooper_carbine 4 0 -npe_stormtrooper_quest 2 0 0 0 0 NORMAL global commoner dressed_stormtrooper_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 stormtrooper stormtrooper stormtrooper_carbine 4.8 2 -npe_talon_karrde 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_talon_karrde.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_station_kardde commoner_10 commoner_10 0 0 -npe_thug_01 1 0 0 0 0 NORMAL Tansarri global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_thug generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level general_carbine 0 2 -npe_thug_02 2 0 0 0 0 NORMAL Tansarri global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_thug generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level general_carbine 4.8 2 -npe_thug_03 3 0 0 0 0 NORMAL Tansarri global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_thug generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level general_carbine 4.8 2 -npe_thug_boss 5 0 0 0 0 NORMAL Tansarri global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_thug_boss generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_unarmed 4.8 2 -npe_training_droid 1 0 0 0 0 NORMAL Tansarri global trainingdroid dz70_fugitive_tracker_droid.iff 1.5 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid int:combat.zeroXP=1 npe.weak_droid 0 0 0 -npe_vendor 100 0 0 0 0 NORMAL Vendor NPC for NPE global townsperson dressed_npe_vendor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_vendor_rallen townsperson townperson commoner_10 commoner_10 0 2 -npe_venomstriker 5 0 0 0 0 NORMAL npe dungeon global emergence_creature merek_hue.iff 2 2.5 1 15 0 0 0 -1 0 -1 -1 2 1 15 meat_wild 20 hide_leathery defaultProfile npe/npe_dungeon_loot:npe_venomstriker_loot generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 5 1 -nudfuh 42 0 0 0 0 NORMAL rori nudfuh huf_dun_hue.iff 0.7 0.8 1 0 0 0 0 15 0 0 0 2 1 1000 meat_herbivore 1100 hide_leathery 1000 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 -nuna 7 0 0 0 0 NORMAL naboo nuna nuna_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 4 hide_leathery 2 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 -nurla_slinthiss 100 0 0 0 0 NORMAL talus townsperson dressed_nurla_slinthiss.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -nym 100 0 0 0 0 NORMAL lok nym nym nym.iff 1.15 1.15 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.nym 0 8 yes -nym_bodyguard 55 0 0 0 -2 NORMAL lok nym nym nym_bodyguard 0 30 30 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol smuggler_5 smuggler_5 0 8 yes -nym_brawler 53 0 0 0 0 NORMAL lok nym nym nym_brawler 0 40 0 0 -1 -1 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_pistol rebel_carbine smuggler_5 smuggler_5 0 8 yes -nym_destroyer 55 4 0 0 0 NORMAL lok nym nym nym_destroyer 0 40 40 0 0 60 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol smuggler_5 smuggler_5 0 8 -nym_domesticated_gurk 54 0 0 0 0 NORMAL lok nym nym gurk_hue.iff 0.8 1.2 2 20 25 0 45 45 -1 -1 -1 2 1 350 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_51_60 generic_npc_6 housing_improvement_03,col_glass_shelving_01 herbivore gorilla_3 gorilla_3 0 8 yes -nym_droideka_strong 58 -2 2 0 0 NORMAL lok nym nym droideka.iff 0 35 35 0 0 0 -1 0 -1 2 droid/droid_51_60 generic_npc_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 0 8 yes -nym_droideka_weak 56 0 0 0 0 NORMAL lok nym nym droideka.iff 0 30 45 0 0 40 -1 -1 -1 2 droid/droid_51_60 generic_npc_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 0 8 -nym_goodie_dispenser 90 0 0 0 0 NORMAL 30th Anniversary event item dispenser. global nym nym_guard_weak 0 0 0 0 0 0 0 15 -1 2 npc/npc_1_10 generic_npc_1 6 col_shattered_shard_02 npc 1 conversation.nym_anniversary_dispenser pirate slang pirate_carbine_low_level pirate_pistol_low_level 0 0 yes -nym_guard 7 0 0 0 0 NORMAL global nym nym_guard_weak 0 0 0 0 0 0 0 15 -1 2 npc/npc_1_10 generic_npc_1 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level 0 4 yes -nym_guard_elite 58 0 0 0 -3 NORMAL lok nym nym nym_guard_elite 0 50 0 0 0 60 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes -nym_guard_strong 57 0 3 0 0 NORMAL lok nym nym nym_guard_strong 0 35 35 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes -nym_guard_weak 56 0 3 0 0 NORMAL lok nym nym nym_guard_weak 0 0 40 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_glass_shelving_01 npc general_carbine general_pistol smuggler_5 smuggler_5 0 8 1 -nym_kusak_guardian 58 0 0 0 -3 NORMAL lok nym nym kusak_hue.iff 1.2 1.3 4 35 0 0 -1 -1 60 60 -1 2 1 meat_carnivore hide_bristley bone_mammal defaultProfile creature/creature_51_60 generic_npc_6 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 carnivore wolf_3 wolf_3 0 8 1 yes -nym_patrol_elite 58 0 0 0 0 NORMAL lok nym nym nym_patrol_elite 0 40 55 0 0 60 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 1 yes -nym_patrol_strong 58 0 0 0 0 NORMAL lok nym nym nym_patrol_strong 0 35 40 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 1 yes -nym_patrol_weak 57 0 0 0 -2 NORMAL lok nym nym nym_patrol_weak 0 35 0 0 -1 -1 80 80 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_glass_shelving_01 npc pirate pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes -nym_pirate_elite 57 0 3 0 0 NORMAL lok nym nym nym_pirate_elite 0 0 40 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes -nym_pirate_strong 56 0 0 0 -1 NORMAL lok nym nym nym_pirate_strong 0 25 25 0 0 0 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes -nym_pirate_weak 57 0 0 0 0 NORMAL lok nym nym nym_pirate_weak 0 0 20 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_glass_shelving_01 npc pirate general_carbine general_pistol smuggler_5 smuggler_5 0 8 yes -nym_surveyer 56 0 0 0 0 NORMAL lok nym nym nym_surveyer 0 25 0 0 0 0 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes -officer_nok 22 4 -4 0 0 NORMAL global valarian delrice_capreese.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.legacy_naboo_officer_nok thug slang pirate_pistol_low_level pirate_carbine_low_level officer_2 officer_2 0 2 -officer_profession_giver_ellis_arrison 100 0 0 0 0 NORMAL townsperson dressed_ellis_arrison.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_officer_11 commoner_10 commoner_10 0 2 -officer_profession_giver_sergeant_eom_nia 100 0 0 0 0 NORMAL townsperson dressed_eom_nia.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_officer_21 commoner_10 commoner_10 0 2 -officer_reinforcement_1 38 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_01 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_3 melee_3 0 2 -officer_reinforcement_2 51 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_04 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_4 melee_4 0 2 -officer_reinforcement_3 63 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_03 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_6 melee_6 0 2 -officer_reinforcement_4 76 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_03 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_7 melee_8 0 2 -officer_reinforcement_5 88 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_02,col_shattered_shard_02 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_9 melee_9 0 2 1 -official 1 0 0 0 0 NORMAL naboo naboo naboo dressed_official.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 yes -olag_greck 33 8 -9 0 0 NORMAL Greck Leader corellia olag_greck olag_greck blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine smuggler_3 smuggler_3 8 8 -om_aynat 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_om_aynat.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.om_aynat 0 2 -oola 100 0 0 0 0 NORMAL jabba jabba oola.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 1 yes -oozing_dung_royal_guardian 16 -2 2 0 -1 NORMAL talus decay_mite bark_mite_hue.iff 2 2.5 4 0 15 0 0 0 0 50 -1 2 1 12 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.1 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff roach_1 roach_1 4 4 1 yes -orphan_kreetle 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine kreetle tanc_mite_hue.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle 0.15 lowTankArmorWeak carnivore 0 2 -otolla_gungan 26 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc townsperson townperson rebel_carbine rebel_pistol smuggler_2 smuggler_2 0 2 1 -outlaw 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -outrider 8 0 0 0 0 NORMAL global wilder criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 -oxil_sarban 100 0 0 0 0 NORMAL rori townsperson dressed_oxil_sarban.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 yes -painted_spat 30 0 0 0 0 ELITE talus carrion_spat painted_spat.iff 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 130 meat_avian 90 bone_avian 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 100 col_painted_spat carnivore generic_creature_special_3 generic_creature_special_3 3 3 instant -palace_guard 85 0 0 0 0 BOSS naboo rsf naboo_security_force dressed_palace_guard.iff 0 0 0 0 0 0 0 0 -1 2 3 100 npc/boss_npc:boss_npc_71_80 boss_npc_9 housing_improvement_05,col_shattered_shard_02 npc 100 100 imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 16 12 -palejo_reshad 100 0 0 0 0 NORMAL corellia townsperson dressed_palejo_reshad.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -palo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -palpatine 300 0 0 0 0 BOSS imperial Imperial palpatine.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 100 100 int:celebrity=1 npc.celebrity.palpatine jedi_special_9 jedi_special_9 0 2 -palu_zerk 100 0 0 0 0 NORMAL rori townsperson townsperson dressed_palu_zerk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -panshee_chief 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 -panshee_cub 69 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_6 0 12 -panshee_elder 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 0 -1 0 0 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -panshee_elder_worker 71 0 0 0 -1 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 0 -1 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -panshee_loremaster 71 0 0 0 -4 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 25 25 0 -1 0 0 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -panshee_matriarch 71 0 0 0 -2 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 40 40 0 -1 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -panshee_ritualist 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -panshee_shaman 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 -panshee_tribesman 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 -1 0 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -panshee_veteran 71 1 -1 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -panshee_warrior 71 0 0 0 -1 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 0 -1 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 -panshee_worker 71 0 0 0 -6 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 15 15 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 1 -paralope 23 0 0 0 0 NORMAL corellia paralope swirl_prong_hue.iff 0.6 0.7 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak herbivore goat_2 goat_2 0 2 1 -paralope_acicular_defender 5 0 0 0 0 NORMAL corellia paralope swirl_prong_hue.iff 0.8 1 2 0 0 0 0 0 0 0 0 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackAbilityWeak herbivore 6 6 -parry_stormtrooper_dewback 14 0 0 0 -4 NORMAL tatooine imperial dewback_hue.iff 1 1 4 40 20 0 40 -1 -1 -1 -1 2 1 360 meat_reptilian 275 hide_leathery 250 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 herbivore int:ai.noChatMood=1 bull_1 bull_1 0 6 -pashna 100 0 0 0 0 NORMAL rebel Rebel dressed_corvette_rebel_pashna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 yes -pathfinder 19 0 0 0 0 NORMAL global wilder rebel_specforce_pathfinder 0 0 0 0 35 35 35 35 -1 2 npc/npc_11_20 generic_npc_2 npc rebel_rifle rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 -patron_chiss_female 100 0 0 0 0 NORMAL townsperson dressed_patron_chiss_f_01.iff 0.78 0.78 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_chiss_male 100 0 0 0 0 NORMAL townsperson dressed_patron_chiss_m_01.iff 0.82 0.82 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_devaronian_male 100 0 0 0 0 NORMAL townsperson dressed_patron_devaronian_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_human_female_01 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_human_female_02 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_human_female_03 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_human_female_04 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_human_male_01 100 0 0 0 0 NORMAL townsperson dressed_noble_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_human_male_02 100 0 0 0 0 NORMAL townsperson dressed_noble_human_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_human_male_03 100 0 0 0 0 NORMAL townsperson dressed_noble_human_male_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_human_male_04 100 0 0 0 0 NORMAL townsperson dressed_noble_human_male_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_ishitib_male 100 0 0 0 0 NORMAL townsperson dressed_patron_ishi_tib_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_ithorian_male 100 0 0 0 0 NORMAL townsperson ithorian_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_klaatu 100 0 0 0 0 NORMAL townsperson dressed_patron_klaatu_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_nikto 100 0 0 0 0 NORMAL townsperson dressed_patron_nikto_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_quarren 100 0 0 0 0 NORMAL townsperson dressed_patron_quarren_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -patron_sullustan 100 0 0 0 0 NORMAL townsperson dressed_patron_sullustan_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -peko_peko 14 0 0 0 0 NORMAL naboo peko_peko peko_peko_hue.iff 0.8 1.2 3 0 0 25 0 0 0 0 -1 2 1 105 meat_avian 40 hide_wooly 30 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 4 col_feather_peko_peko 0.15 lowAttackUtilityWeak carnivore avian_1 avian_1 0 2 1 instant -peko_peko_albatross 81 0 0 0 0 BOSS naboo peko_peko_giant peko_peko_hue.iff 5.2 6.5 3 100 80 30 80 80 90 0 0 2 1 400 meat_avian 120 hide_wooly 100 bone_avian defaultProfile 1 100 creature/ris_armor_components:peko_peko boss_creature_9 6 col_feather_peko_peko carnivore 100 100 100 avian_3 avian_3 16 12 1 instant -peko_peko_albatross_high 90 0 0 0 0 BOSS naboo peko_peko_giant peko_peko_hue.iff 5.2 6.5 3 100 80 30 80 80 90 0 0 2 1 400 meat_avian 120 hide_wooly 100 bone_avian defaultProfile 1 100 creature/peko_peko_albatross_high boss_creature_9 7 col_feather_peko_peko carnivore 100 100 100 avian_3 avian_3 16 12 1 -percussive_rasp 40 1 -1 0 0 NORMAL talus rasp horned_rasp_hue.iff 2.5 3.2 1 0 0 0 0 0 10 0 -1 2 1 12 meat_avian 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_3 avian_3 0 2 1 -perlek 46 0 0 0 -6 NORMAL lok perlek perlek_hue.iff 0.9 1.1 4 5 25 0 0 0 0 0 -1 2 1 250 meat_avian 100 hide_leathery 175 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 col_feather_perlek,housing_improvement_02 0.1 lowAttackAbilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff goat_3 goat_3 8 8 1 yes -perlek_ravager 47 2 -2 0 -2 NORMAL lok perlek perlek_hue.iff 1.3 1.5 1 0 0 0 50 50 -1 50 -1 2 1 275 meat_avian 115 hide_leathery 190 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 col_feather_perlek,housing_improvement_02 0.1 lowTankDefenseAvg carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff goat_3 goat_3 8 8 1 -perlek_scavenger 47 0 0 0 0 NORMAL lok perlek perlek_hue.iff 1.3 1.5 1 0 0 0 30 30 -1 -1 -1 2 1 275 meat_avian 115 hide_leathery 185 bone_avian defaultProfile creature/perlek_scavenger_loot generic_creature_5 col_feather_perlek 0.1 lowAttackAbilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff goat_3 goat_3 8 8 -pfilbee_jhorn 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_pfilbee_jhorn.iff 0.85 0.75 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.pfilbee_jhorn 0 2 1 -pharple 54 0 0 0 0 NORMAL lok pharple pharple_hue.iff 0.9 1.1 2 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 10 hide_bristley 7 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.009 medTankUtilityAvg herbivore turkey_3 turkey_3 0 8 1 -philosopher 1 0 0 0 0 NORMAL naboo townsperson townsperson dressed_philosopher.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.philosopher noble fancy 1 pirate_pistol_low_level pirate_carbine_low_level 0 2 -phinea_shantee 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_phinea_shantee.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.phinea_shantee 0 2 1 -pigmy_pugoriss 34 2 -2 0 0 NORMAL rori pugoriss pugoriss_hue.iff 0.5 0.7 1 0 0 0 0 0 0 0 -1 2 1 300 meat_carnivore 350 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore raptor_2 raptor_2 0 2 1 -piket 61 0 0 0 8 NORMAL dantooine piket piket_hue.iff 1 1 1 0 0 0 -1 0 0 -1 -1 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthWeak herbivore giraffe_4 giraffe_4 0 12 -piket_enraged_defender 63 3 2 0 0 NORMAL dantooine piket piket_hue.iff 1.1 1.3 2 40 40 20 0 0 0 0 0 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankDefenseAvg herbivore giraffe_4 giraffe_4 12 12 1 -piket_longhorn 62 0 0 0 0 NORMAL dantooine piket piket_hue.iff 1.5 1.5 1 45 40 -1 0 0 0 0 0 2 1 meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthWeak herbivore giraffe_4 giraffe_4 0 12 1 -piket_longhorn_female 63 0 0 0 -10 NORMAL dantooine piket piket_hue.iff 1.5 1.5 3 0 0 0 65 65 65 65 0 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankDefenseWeak herbivore giraffe_4 giraffe_4 0 12 1 -piket_plains_walker 67 -2 2 0 0 NORMAL dantooine piket piket_hue.iff 1.1 1.3 4 40 0 0 0 0 -1 -1 -1 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityWeak herbivore giraffe_4 giraffe_4 0 12 -pilot 7 0 0 0 0 NORMAL global mercenary mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc military military rebel_carbine rebel_pistol 0 2 -pirate 11 0 0 0 0 NORMAL global pirate pirate criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes -pirate_armsman 13 0 0 0 0 NORMAL global pirate criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level general_carbine smuggler_1 smuggler_1 0 4 yes -pirate_captain 19 0 0 0 -4 NORMAL global pirate criminal_smuggler 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 4 yes -pirate_captain_male 19 0 0 0 -4 NORMAL global pirate criminal_smuggler_male 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 4 -pirate_crewman 2 0 0 0 0 NORMAL global pirate criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level 0 4 1 yes -pirate_cutthroat 5 0 0 0 0 NORMAL global pirate criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_carbine_low_level 0 2 yes -pirate_leader 17 0 0 0 0 NORMAL global pirate pirate criminal_organized 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 4 yes -pirate_lieutenant 15 0 0 0 0 NORMAL global pirate pirate criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 4 -pirate_male 11 0 0 0 0 NORMAL global pirate pirate male_criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes -pirate_privateer 8 0 0 0 0 NORMAL global pirate criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang general_carbine pirate_pistol_low_level 0 2 1 -pirate_squab 1 0 0 0 0 NORMAL global pirate criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -pit_droid_crafted 20 -5 -2 0 0 NORMAL anywhere astromech pit_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 android creature.droid_setup 1 droid_2 droid_2 0 2 -plague_victim 2 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 1 yes -plains_hunter 30 0 0 0 0 NORMAL naboo tusk_cat tusk_cat_hue.iff 1.2 1.5 4 0 0 0 0 0 0 5 0 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.01 highAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 6 6 -plainsfolk 1 0 0 0 0 NORMAL naboo townsperson townsperson dressed_plainsfolk.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 -plasma_bandit 3 0 0 0 0 NORMAL naboo plasma_theif bandit plasma_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -plasma_thief 4 0 0 0 0 NORMAL naboo plasma_thief plasma_thief plasma_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -plasma_thief_leader 5 0 0 0 0 NORMAL naboo plasma_thief plasma_thief dressed_plasma_thief_leader.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang general_sword general_carbine 0 2 -plumed_rasp 25 2 -2 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 3 3.2 1 0 0 0 0 0 15 0 -1 2 1 3 meat_avian 2 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackAbilityWeak herbivore avian_2 avian_2 0 2 1 yes -poacher_talus 17 1 0 0 0 NORMAL talus talus_poachers criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 ai.hunter pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 yes -poisonous_krevol_queen 14 2 -1 0 -8 NORMAL rori krevol horned_krevol_hue.iff 2.5 2.5 2 25 0 0 -1 20 0 20 -1 2 1 12 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff roach_1 roach_1 6 6 -pooja_naberrie 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_pooja_naberrie.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_pooja_naberrie commoner_10 commoner_10 0 2 -porcellus 100 0 0 0 0 NORMAL jabba jabba dressed_porcellus.iff 0.85 0.85 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.porcellus commoner_10 commoner_10 0 2 -potbellied_vrobal 40 0 0 0 0 NORMAL rori vrobal roba_hue.iff 0.8 1 2 0 0 0 10 0 0 0 -1 2 1 10 meat_carnivore 15 hide_leathery 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore pig_3 pig_3 0 2 -pouncing_jax 60 2 1 0 0 NORMAL endor jax bearded_jax_hue.iff 1.2 1.5 4 0 0 10 0 0 0 0 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityWeak carnivore predatory_cat_4 predatory_cat_4 0 12 -prefect_talmont 100 0 0 0 0 NORMAL imperial Imperial prefect_talmont.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.talmont imperial military commoner_10 commoner_10 0 2 1 -probot 16 4 0 4 0 NORMAL anywhere probot probot.iff 0 0 10 0 0 0 0 0 0 1.8 droid/droid_11_20 generic_droid_2 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_1 droid_1 0 2 -prof_quest_artisan 100 1 1 1 1 NORMAL global townsperson townsperson dressed_thug_lackey.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 townsperson slang rebel_pistol none commoner_10 commoner_10 0 2 -prof_quest_entertainer 100 1 1 1 1 NORMAL global townsperson townsperson dressed_twk_entertainer.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol none commoner_10 commoner_10 0 2 -profession_spy_1_tatooine_kaesii 100 0 0 0 0 NORMAL Profession NPC Spy 1 Level 11 tatooine profcomm dressed_noble_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_spy_11_kaesii noble townperson spy_10 spy_10 0 2 -profession_spy_2_tatooine_sarlis 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_spy_sarlis.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_spy_21_sarlis townsperson townperson spy_10 spy_10 0 2 -proficient_gondula_worker 77 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -proficient_jinda_worker 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 35 35 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -proficient_panshee_worker 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 0 -1 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 yes -prophet_of_the_dark_side 80 0 0 0 0 ELITE global imperial Imperial jedi_trainer 0 80 80 80 80 80 80 80 80 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc general_unarmed none officer_special_6 melee_special_6 0 3 -protocol_droid_3po 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 -protocol_droid_3po_crafted 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0.5 0 2 -protocol_droid_3po_red 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 -protocol_droid_3po_silver 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_silver.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 instant -pubam_battlelord 65 8 8 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant -pubam_chieftan 60 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 0 0 100 2 0 0 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc general_unarmed none commoner_6 commoner_6 12 12 -pubam_cub 65 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant -pubam_dark_shaman 64 4 -4 0 0 NORMAL endor pubam pubam species_choices_dulok 0 35 35 0 60 60 60 -1 80 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant -pubam_scout 64 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 -pubam_spiritmaster 66 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant -pubam_tribesman 64 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 -pudgy_nudfuh 36 0 0 0 0 NORMAL rori nudfuh huf_dun_hue.iff 0.4 0.5 1 0 0 0 0 0 0 0 -1 2 1 900 meat_herbivore 1000 hide_leathery 900 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore fambaa_3 fambaa_3 0 2 1 -pugoriss 42 0 -1 0 -3 NORMAL rori pugoriss pugoriss_hue.iff 1 1.3 2 10 10 0 0 15 0 0 -1 2 1 375 meat_carnivore 425 hide_leathery 375 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak herbivore raptor_3 raptor_3 0 2 1 -pugoriss_venerable_devourer 19 -2 -2 -2 3 NORMAL rori pugoriss pugoriss_hue.iff 2 2.3 4 20 20 0 25 35 0 0 0 2 1 35 meat_carnivore 40 hide_leathery 45 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 4 0.05 lowTankArmorWeak herbivore raptor_1 raptor_1 6 6 -puny_gackle_bat 64 0 0 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 0.5 0.7 4 0 0 0 0 0 0 0 -1 2 1 2 meat_carnivore 1 hide_bristley 1 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg carnivore bat_4 bat_4 12 12 -puny_stintaril 61 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 2 meat_carnivore 1 hide_bristley 1 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAttackAbilityAvg carnivore rat_4 rat_4 0 2 1 -puny_tanc_mite 66 0 0 0 0 NORMAL yavin4 tancmite tanc_mite_hue.iff 0.9 1 1 0 0 0 0 0 0 0 -1 2 1 2 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medTankArmorAvg herbivore roach_4 roach_4 0 2 1 -purbole 62 0 0 0 0 NORMAL dathomir purbole purbole_hue.iff 0.9 1.1 3 10 10 0 -1 -1 40 -1 -1 2 1 12 meat_carnivore 8 hide_bristley 8 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 1 -purbole_elder 63 -2 4 0 0 NORMAL dathomir purbole purbole_hue.iff 1.2 1.3 4 20 25 0 -1 -1 70 -1 -1 2 1 15 meat_carnivore 11 hide_bristley 11 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankHealthStrong carnivore monkey_4 monkey_4 12 12 1 yes -purbole_hunter 64 0 2 0 -3 NORMAL dathomir purbole purbole_hue.iff 1 1.2 2 25 25 0 -1 -1 45 -1 -1 2 1 15 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackSpeedAvg carnivore monkey_4 monkey_4 12 12 1 -purbole_relentless 65 0 0 0 0 NORMAL dathomir purbole purbole_hue.iff 1.2 1.4 3 10 10 20 0 0 40 -1 -1 2 1 12 meat_carnivore 8 hide_bristley 8 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackSpeedAvg carnivore monkey_4 monkey_4 12 12 1 -purbole_scout 64 1 0 0 0 NORMAL dathomir purbole purbole_hue.iff 1 1.1 3 0 15 10 15 15 -1 -1 -1 2 1 15 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackUtilityAvg carnivore monkey_4 monkey_4 12 12 1 yes -purbole_stalker 64 2 0 0 -3 NORMAL dathomir purbole purbole_hue.iff 1.1 1.2 1 0 20 0 -1 -1 35 -1 -1 2 1 15 meat_carnivore 11 hide_bristley 11 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 1 -purbole_youth 64 0 0 0 0 NORMAL dathomir purbole purbole_hue.iff 0.6 0.9 4 0 0 0 0 0 0 0 -1 2 1 12 meat_carnivore 8 hide_bristley 8 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedAvg carnivore monkey_4 monkey_4 12 12 1 1 -puss_covered_decay_mite_soldier 14 0 0 0 -6 NORMAL talus decay_mite bark_mite_hue.iff 2 2.3 1 15 15 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff roach_1 roach_1 4 4 -putrid_borgle 63 0 0 0 -3 NORMAL endor borgle borgle_hue.iff 1.5 1.5 2 10 0 0 -1 25 25 45 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.1 lowAttackUtilityAvg herbivore bat_4 bat_4 12 12 1 -putrid_decay_mite_hatchling 4 0 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 carnivore roach_1 roach_1 0 2 1 -putrid_decay_mite_hatchling_large 33 0 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 3 3.2 1 0 0 0 0 0 0 0 -1 2 1 12 meat_insect defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01,col_aurebesh_tiles carnivore roach_2 roach_2 0 2 -qualdo_herm 100 0 0 0 0 NORMAL rebel Rebel dressed_qualdo_herm.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.qualdo commoner_10 commoner_10 0 2 1 yes -queen_arachne 65 3 -3 3 -3 NORMAL endor arachne angler_hue.iff 1.5 2 3 50 35 0 80 80 0 80 -1 2 1 60 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.009 highAttackAbilityStrong carnivore spider_3 spider_3 12 12 -queen_kylantha_gazebo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_queen_kylantha.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -queen_kylantha_throne 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_queen_kylantha.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -queen_merek_harvester 64 0 0 0 0 NORMAL endor merek merek_hue.iff 1.5 2 1 60 -1 0 100 50 0 50 0 2 1 meat_wild 50 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankUtilityAvg carnivore mantis_4 mantis_4 12 12 -quenker 61 0 -4 0 0 NORMAL dantooine quenker quenker_hue.iff 1 1 3 25 25 0 0 0 0 0 -1 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackAbilityWeak carnivore rat_4 rat_4 12 12 yes -quenker_ravager 67 6 0 0 0 NORMAL dantooine quenker quenker_hue.iff 1 1 2 0 0 0 0 -1 -1 0 0 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageWeak carnivore rat_4 rat_4 12 12 -quenker_relic_reaper 69 7 0 0 0 NORMAL dantooine quenker quenker_hue.iff 0.6 0.8 1 55 55 0 0 -1 0 0 0 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityAvg carnivore rat_4 rat_4 12 12 -quenker_terrible 63 0 -1 0 -1 NORMAL dantooine quenker quenker_hue.iff 1.1 1.5 4 30 30 0 0 -1 0 0 -1 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff rat_4 rat_4 12 12 -quest_archeologist 19 0 0 0 0 NORMAL quest townsperson scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 noble fancy commoner_1 commoner_1 0 2 -quest_crowd_pleaser_audience_member 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 quest.crowd_pleaser.audience_member 0 2 -quest_crowd_pleaser_judge 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 0 2 -quest_crowd_pleaser_theater_manager 100 0 0 0 0 NORMAL townsperson townsperson trainer_entertainer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.quest_crowd_pleaser_manager commoner_10 commoner_10 0 2 -quest_gadget_specialist 19 0 0 0 0 NORMAL quest townsperson scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 townsperson slang commoner_1 commoner_1 0 2 1 -quest_hero_of_tatooine_farmer 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_farmer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 conversation.quest_hero_of_tatooine_farmer townsperson townperson rebel_carbine rebel_pistol 0 2 1 -quest_hero_of_tatooine_farmer_daughter 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_farmer_child.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson 0 2 1 -quest_hero_of_tatooine_farmer_wife 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_farmer_wife.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson 0 2 yes -quest_hero_of_tatooine_ferocious_beast 40 2 -2 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 2 2 3 0 0 0 0 0 0 0 -1 2 1 120 meat_wild 80 hide_leathery 50 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore quest.hero_of_tatooine.ferocious_beast pig_3 pig_3 0 2 -quest_hero_of_tatooine_hermit 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_hermit_of_tatooine.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -quest_hero_of_tatooine_husband 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_commoner_naboo_human_female_06.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson 0 2 1 -quest_hero_of_tatooine_liar_bounty_hunter 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_liar_bh.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 townsperson townperson pirate_carbine pirate_pistol commoner_10 commoner_10 0 2 1 -quest_hero_of_tatooine_liar_one 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_liar_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -quest_hero_of_tatooine_liar_two 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_liar_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson pirate_carbine_low_level pirate_pistol_low_level 0 2 yes -quest_hero_of_tatooine_pirate 30 2 2 0 -4 NORMAL tatooine hero_of_tat_pirate criminal_smuggler_male 0.9 1.05 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01 npc quest.hero_of_tatooine.pirates pirate slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 6 6 yes -quest_hero_of_tatooine_pirate_deckhand 31 2 2 2 -6 NORMAL For the Hero of Tatooine quest tatooine hero_of_tat_pirate dressed_pirate_deckhand_of_tatooine.iff 0.9 1.05 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01,col_shattered_shard_01 npc quest.hero_of_tatooine.pirates pirate slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 6 6 yes -quest_hero_of_tatooine_pirate_first_mate 33 2 0 2 -4 NORMAL For the Hero of Tatooine quest tatooine hero_of_tat_pirate dressed_pirate_firstmate_of_tatooine.iff 0.9 1.05 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01,col_shattered_shard_01 npc quest.hero_of_tatooine.pirates pirate slang pirate_carbine pirate_pistol commando_3 commando_3 6 6 yes -quest_hero_of_tatooine_pirate_leader 33 2 2 0 2 NORMAL tatooine hero_of_tat_pirate dressed_pirate_leader_of_tatooine.iff 1.12 1.21 0 10 15 0 40 -1 40 0 -1 2 npc/npc_21_30 generic_npc_3 col_contraband_set_01,col_shattered_shard_01 npc quest.hero_of_tatooine.pirate_leader pirate slang pirate_rifle pirate_carbine bounty_hunter_3 bounty_hunter_3 9 3 yes -quest_hero_of_tatooine_pirate_plunderer 32 0 2 2 -4 NORMAL For the Hero of Tatooine quest tatooine hero_of_tat_pirate dressed_pirate_plunderer_of_tatooine.iff 0.9 1.05 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01,col_shattered_shard_01 npc quest.hero_of_tatooine.pirates pirate slang pirate_carbine pirate_pistol spy_3 spy_3 6 6 1 -quest_hero_of_tatooine_wife 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_farmer_husband_of_tatooine.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson 0 2 -quharek 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_quharek.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.aurilia_quharek 1 rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 -r2 4 0 0 0 0 NORMAL anywhere astromech r2.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 -r2_crafted 20 -5 -2 0 0 NORMAL anywhere astromech r2_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 -r2_crafted_space 20 -5 -2 0 0 NORMAL anywhere astromech r2_crafted_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 -r2_space 4 0 0 0 0 NORMAL anywhere astromech r2_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 -r2d2 4 0 0 0 0 NORMAL anywhere astromech r2d2.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 -r3 4 0 0 0 0 NORMAL anywhere astromech r3.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 -r3_crafted 20 -5 -2 0 0 NORMAL anywhere astromech r3_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 -r3_crafted_space 20 -5 -2 0 0 NORMAL anywhere astromech r3_crafted_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 -r3_space 4 0 0 0 0 NORMAL anywhere astromech r3_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 -r4 4 0 0 0 0 NORMAL anywhere astromech r4.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 -r4_crafted 20 -5 -2 0 0 NORMAL anywhere astromech r4_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 -r4_crafted_space 20 -5 -2 0 0 NORMAL anywhere astromech r4_crafted_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 -r4_space 4 0 0 0 0 NORMAL anywhere astromech r4_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 -r5 4 0 0 0 0 NORMAL anywhere astromech r5.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 -r5_crafted 20 -5 -2 0 0 NORMAL anywhere astromech r5_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 -r5_crafted_space 20 -5 -2 0 0 NORMAL anywhere astromech r5_crafted_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 -r5_space 4 0 0 0 0 NORMAL anywhere astromech r5_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 -ra7_bug_droid 1 0 0 0 0 NORMAL anywhere bugdroid ra7_bug_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 -rabid_mott 23 1 2 0 0 NORMAL naboo rabid mott_hue.iff 1.2 1.4 11 0 0 0 0 0 0 0 -1 2 1 150 meat_herbivore 85 hide_leathery 50 bone_mammal defaultProfile creature/creature_21_30 generic_creature_2 herbivore pig_2 pig_2 4 4 1 -rabid_mott_senior 24 1 2 0 0 NORMAL naboo rabid mott_hue.iff 1.2 1.4 9 0 0 0 0 0 0 0 -1 2 1 150 meat_herbivore 85 hide_leathery 50 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore pig_2 pig_2 4 4 yes -rabid_mutant_kahmurra 40 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 0 0 0 45 45 45 45 35 2 1 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 kahmurra 0.15 lowAttackAbilityAvg carnivore goat_3 goat_3 6 6 1 -rabid_shaupaut 7 0 0 0 0 NORMAL naboo shaupaut_rabid shaupaut_hue.iff 1.1 1.3 4 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_bristley 3 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAttackUtilityWeak carnivore 6 6 -rabid_squall 71 0 0 0 0 NORMAL endor squall_rabid squall_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 -1 2 1 meat_herbivore 12 hide_bristley 8 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackSpeedWeak herbivore rabbit_4 rabbit_4 12 12 -radanthus_mandelatara 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_commoner_naboo_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -radiant_lantern_bird 61 0 0 0 0 NORMAL endor lantern lantern_bird_hue.iff 1 1 3 0 60 0 -1 0 0 -1 0 2 1 meat_herbivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highAbilitySpeedWeak herbivore avian_4 avian_4 0 12 -radlee_mathiss 100 0 0 0 0 NORMAL talus townsperson dressed_radlee_mathiss.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -raglith 100 0 0 0 0 NORMAL endor townsperson dressed_raglith.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_special_9 commando_special_9 0 12 1 -ragtag_kook 28 0 0 0 0 NORMAL corellia ragtag_gang thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 4 col_contraband_set_01 npc thug slang pirate_carbine pirate_pistol medic_2 medic_2 0 2 1 -ragtag_loon 29 0 0 0 0 NORMAL corellia ragtag_gang thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01 npc thug slang pirate_carbine pirate_pistol medic_2 medic_2 0 2 -ragtag_lunatic 30 0 0 0 0 NORMAL corellia ragtag_gang thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01 npc pirate_carbine pirate_pistol medic_3 medic_3 0 2 -ragtag_maniac 31 0 0 0 0 NORMAL corellia ragtag_gang thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01,col_shattered_shard_01 npc pirate_carbine pirate_pistol medic_3 medic_3 0 2 -ragtag_mercenary 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia ragtag_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 6 col_contraband_set_01,col_shattered_shard_01 npc pirate_carbine smuggler_3 melee_3 4 2 -ragtag_thug 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia ragtag_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 6 col_contraband_set_01,col_shattered_shard_01 npc pirate_carbine smuggler_3 melee_3 4 2 -rakir_banai 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_rakir_banai.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.rakir_banai 0 2 1 -rale_moonraiser 100 0 0 0 0 NORMAL tatooine darklighter mercenary_strong 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:celebrity=1 npc.celebrity.kwin_moonraiser townsperson townperson rebel_carbine rebel_pistol spy_10 spy_10 0 2 -rancid_remmer_warrior 56 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1 1 2 60 0 70 0 0 -1 0 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff rat_4 rat_4 12 12 1 instant -rancor 87 0 0 0 -5 NORMAL dathomir rancor rancor_hue.iff 0.9 1.1 1 30 30 -1 60 60 60 -1 -1 2 1 950 meat_carnivore 877 hide_leathery 777 bone_mammal defaultProfile creature/rancor_loot:rancor_81_90 generic_creature_7 col_rancor_parts 0.05 medAttackDamageAvg carnivore gorilla_4 gorilla_4 8 8 instant -rancor_monstrous_brute 89 0 0 2 0 ELITE dathomir rancor rancor_hue.iff 1.2 1.5 3 0 60 0 100 100 100 0 0 2 1 950 meat_carnivore 878 hide_leathery 778 bone_mammal defaultProfile 1 80 creature/rancor_loot:rancor_monstrous_brute_81_90 elite_creature_9 col_rancor_parts carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 5 5 -rancor_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_rancor.iff 0.65 0.65 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 1 instant -rancor_pygmy 85 0 0 0 -5 NORMAL dathomir rancor rancor_hue.iff 0.5 0.8 1 30 30 -1 60 60 60 -1 -1 2 1 950 meat_carnivore 877 hide_leathery 777 bone_mammal defaultProfile creature/creature_81_90 generic_creature_5 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 0.05 medAttackDamageAvg carnivore gorilla_5 gorilla_5 8 8 1 -rancor_youth 85 0 0 0 0 NORMAL dathomir rancor rancor_hue.iff 0.6 0.7 3 35 60 0 100 100 100 0 0 2 1 700 meat_carnivore 753 hide_leathery 653 bone_mammal defaultProfile creature/creature_81_90 generic_creature_6 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 0.1 lowAttackDamageAvg carnivore gorilla_5 gorilla_5 8 8 -ravaging_gackle_bat 67 1 -1 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.15 1.25 1 0 15 -1 20 -1 -1 -1 -1 2 1 5 meat_carnivore 3 hide_bristley 4 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAbilitySpeedAvg carnivore bat_4 bat_4 12 12 1 1 yes -ravenous_rasp 35 8 -20 0 0 NORMAL talus voracious_rasp horned_rasp_hue.iff 3.1 3.2 2 0 0 -1 -1 0 0 0 0 2 1 45 meat_avian 15 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore avian_3 avian_3 6 6 1 -ravenous_roba_stalker 62 0 0 0 0 NORMAL endor roba roba_hue.iff 1 1 2 0 0 0 75 -1 0 0 0 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAttackDamageAvg herbivore pig_4 pig_4 12 12 1 -ravenous_torton 60 4 0 0 0 NORMAL rori torton torton_hue.iff 1 1.2 1 0 0 0 -1 -1 45 45 80 2 1 1300 meat_carnivore 1150 hide_wooly 1300 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 18 torton 0.1 medAttackDamageWeak carnivore fambaa_4 fambaa_4 10 10 yes -rawl_deadly_hooded 9 0 0 0 0 NORMAL naboo rawl_fanned fanned_rawl_hue.iff 1.2 1.4 2 0 0 0 20 -1 0 0 0 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 0.05 lowAttackUtilityWeak carnivore 6 6 -raxa_binn 100 0 0 0 0 NORMAL rori townsperson dressed_raxa_binn.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 yes -razor_cat_eviscerator 23 2 2 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 1.5 1.9 1 10 10 0 15 0 0 -1 0 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/razor_cat_eviscerator_loot generic_creature_3 0.05 medAttackSpeedWeak carnivore predatory_cat_2 predatory_cat_2 10 10 yes -rebel_army_captain 21 0 0 0 0 NORMAL global rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 -rebel_base_guard 15 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 12 instant -rebel_battle_droid 83 0 0 0 0 ELITE global rebel battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android imperial_carbine none droid_special_6 droid_special_6 9 3 yes -rebel_brigadier_general 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 20 20 40 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -rebel_colonel 24 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 -rebel_comm_link_grenadier 75 3 -3 0 0 NORMAL global rebel Rebel 1 rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 12 -rebel_comm_link_rifleman 75 1 -1 0 0 NORMAL global rebel Rebel 1 rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 0 12 -rebel_comm_link_soldier 74 0 0 0 0 NORMAL global rebel Rebel 1 rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 12 yes -rebel_commando 25 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier rebel military rebel_carbine commando_melee commando_2 melee_2 0 2 -rebel_corporal 15 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -rebel_creature_handler_apprentice 11 0 0 0 0 NORMAL global rebel Rebel mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc rebel_carbine rebel_pistol officer_1 officer_1 0 2 -rebel_creature_handler_novice 5 0 0 0 0 NORMAL global rebel Rebel mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 yes -rebel_crewman 22 0 0 0 0 NORMAL global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes -rebel_defector 29 0 0 0 4 NORMAL global imperial Imperial rebel_lieutenant_colonel 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc imperial military stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 2 yes -rebel_first_lieutenant 20 0 0 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes -rebel_general 28 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -rebel_gungan_captain 21 0 0 0 5 NORMAL naboo rebel Rebel gungan_male.iff 0 0 0 0 -1 30 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -rebel_gungan_war_chief 20 0 0 0 0 NORMAL naboo rebel Rebel gungan_s03_male.iff 0 0 0 0 0 25 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -rebel_high_general 29 0 0 0 4 NORMAL global rebel Rebel rebel_high_general 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 -rebel_lance_corporal 15 0 0 0 0 NORMAL global rebel Rebel rebel_lance_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -rebel_lieutenant_colonel 23 0 0 0 0 NORMAL global rebel Rebel rebel_lieutenant_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes -rebel_lieutenant_general 27 0 0 0 5 NORMAL global rebel Rebel rebel_lieutenant_general 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -rebel_major 22 0 0 0 0 NORMAL global rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes -rebel_major_general 26 0 0 0 0 NORMAL global rebel Rebel rebel_high_general 0 0 25 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 -rebel_master_sergeant 17 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -rebel_medic 16 0 0 0 0 NORMAL global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_carbine officer_1 officer_1 0 2 -rebel_officer_questgiver 21 0 0 0 0 NORMAL global rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel rebel military melee_2 melee_2 0 6 yes -rebel_pilot 20 0 0 0 0 NORMAL global rebel Rebel rebel_pilot 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 military rebel_carbine rebel_pistol commando_2 commando_2 0 2 -rebel_recruiter 20 0 0 0 0 NORMAL anywhere rebel Rebel rebel_recruiter 0 0 0 0 40 -1 40 -1 -1 2 npc/npc_11_20 generic_npc_2 npc 1 string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel_carbine rebel_pistol officer_2 officer_2 0 2 -rebel_resistance_agitator 4 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 -rebel_resistance_anarchist 7 0 0 0 0 NORMAL global rebel Rebel mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 -rebel_resistance_dissident 2 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 -rebel_resistance_leader 8 0 0 0 0 NORMAL global rebel Rebel mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 -rebel_resistance_separatist 5 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 1 -rebel_scout 15 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_rifle rebel_pistol officer_1 officer_1 0 2 1 -rebel_scout_female 15 0 0 0 0 NORMAL global rebel Rebel rebel_scout_female 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_rifle rebel_pistol officer_1 officer_1 0 2 yes -rebel_second_lieutenant 19 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military general_carbine general_pistol officer_1 officer_1 0 2 -rebel_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -rebel_sergeant_major 17 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -rebel_specforce_captain 25 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -rebel_specforce_colonel 27 0 0 0 5 NORMAL global rebel Rebel rebel_colonel 0 0 0 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -rebel_specforce_general 28 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 1 yes -rebel_specforce_guerrilla 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -rebel_specforce_pathfinder 18 -1 0 0 -1 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 10 10 0 0 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -rebel_specforce_sergeant 21 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier rebel military general_carbine general_pistol commando_2 commando_2 0 2 -rebel_staff_corporal 16 0 0 0 0 NORMAL global rebel Rebel rebel_staff_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -rebel_staff_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 instant -rebel_super_battle_droid 86 0 0 0 0 ELITE global rebel super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 3 yes -rebel_surface_marshal 30 0 0 0 4 NORMAL global rebel Rebel rebel_surface_marshal 0 0 0 0 40 -1 40 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 1 -rebel_tamed_gurrcat 4 0 0 0 0 NORMAL global rebel Rebel tusk_cat_hue.iff 0.6 0.8 3 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 carnivore 0 2 1 -rebel_tamed_huurton 10 1 1 0 0 NORMAL global rebel Rebel huurton_hue.iff 1 1 1 0 0 0 0 0 0 0 -1 2 1 meat_wild hide_wooly bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 carnivore wolf_1 wolf_1 0 2 1 -rebel_tamed_razor_cat 10 2 2 0 0 NORMAL global rebel Rebel corellian_sand_panther_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 3 carnivore predatory_cat_1 predatory_cat_1 0 2 -rebel_tamed_slice_hound 4 0 0 0 0 NORMAL global rebel Rebel corellian_slice_hound_hue.iff 1.1 1.3 3 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 carnivore wolf_1 wolf_1 0 2 -rebel_trooper 15 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -rebel_warrant_officer_i 18 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 -rebel_warrant_officer_ii 16 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 yes -recluse_gurk_king 39 0 0 0 0 NORMAL lok gurk gurk_hue.iff 1.5 2 3 35 35 0 -1 0 0 -1 -1 2 1 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile 1 100 creature/ris_armor_components:gurk_king generic_creature_4 col_kill_gurk_activation_loot 0.009 medTankArmorAvg carnivore gorilla_3 gorilla_3 8 8 -reclusive_roba 62 0 0 0 0 NORMAL endor roba_reclusive roba_hue.iff 1 1.5 4 0 0 0 60 -1 60 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 lowAttackDamageAvg herbivore pig_4 pig_4 0 12 1 -reclusive_shear_mite 85 4 -2 0 -3 NORMAL dathomir shearmite shear_mite_hue.iff 1.3 1.5 4 30 35 -1 60 -1 -1 -1 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medAttackAbilityStrong carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff roach_5 roach_5 12 12 -record_keeper_imperial 100 0 0 0 0 NORMAL imperial Imperial theme_park_record_keeper_imperial.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -record_keeper_jabba 100 0 0 0 0 NORMAL jabba jabba theme_park_record_keeper_jabba.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -record_keeper_rebel 100 0 0 0 0 NORMAL rebel Rebel theme_park_record_keeper_rebel.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -ree_yees 20 0 0 0 0 NORMAL tatooine jabba jabba gran_male.iff 1.05 1.05 0 0 0 40 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 npc.celebrity.ree_yees commoner_2 commoner_2 0 2 -reelo_baruk 20 0 0 0 0 NORMAL tatooine jabba jabba reelo_baruk.iff 1.05 1.05 0 0 0 40 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 npc.celebrity.reelo_baruk commoner_2 commoner_2 0 2 -remmer_carrion_keeper 55 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1.5 1.5 3 30 0 40 -1 -1 -1 50 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackUtilityAvg herbivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff rat_4 rat_4 12 12 -remmer_dune_scavenger 64 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1 1 3 15 0 25 35 -1 0 0 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg herbivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff rat_4 rat_4 12 12 -rep_been 100 0 0 0 0 NORMAL naboo townsperson townsperson gungan_s03_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -reptilian_flier 65 0 1 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1 1 1 5 0 5 0 0 -1 0 -1 2 1 125 meat_avian 80 hide_leathery 75 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAbilitySpeedAvg carnivore avian_4 avian_4 12 12 instant -reptilian_life_stealer 70 0 0 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1.5 1.6 4 0 25 5 100 100 -1 0 0 2 1 135 meat_avian 90 hide_leathery 85 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedStrong carnivore avian_4 avian_4 12 12 -respec_seller 100 0 0 0 0 NORMAL global townsperson townsperson respec_seller_f_1.iff 0.9 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.respecseller commoner_10 commoner_10 0 2 -restuss_at_at 200 0 0 0 0 BOSS rori townsperson atat.iff 0 90 90 0 90 90 90 90 100 2 2 100 npc/boss_npc:boss_npc_71_80 boss_droid_9 housing_improvement_05 imperial vehicle 100 100 100 100 1 16 12 -restuss_at_st 90 0 0 0 0 ELITE rori imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 creature/creature_61_70 elite_droid_6 housing_improvement_04,col_eng_trader,col_mun_trader,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 imperial droid absorption_fire=80,dissipation_fire=50 0 5 -restuss_battle_cryer 100 0 0 0 0 NORMAL anywhere townsperson dressed_restuss_battle_cryer.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_battle_cryer 0 2 -restuss_elite_dark_trooper 85 0 0 0 0 NORMAL rori imperial Imperial restuss_dark_trooper.iff 1.3 1.3 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_02 imperial android int:ai.noChatMood=1 imperial_carbine stormtrooper_sword 0 6 -restuss_elite_rebel_commando 85 0 0 0 0 NORMAL rori rebel Rebel dressed_rebel_restuss_elite_commando.iff 1.2 1.2 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_02 rebel npc int:ai.noChatMood=1 rebel_carbine 0 2 instant -restuss_emperors_hand 90 0 0 0 0 BOSS rori townsperson dressed_restuss_emperors_hand.iff 1 1 0 25 25 25 5 5 5 5 5 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 imperial npc 100 100 100 100 1 int:ai.noChatMood=1 theme_park.restuss_event.emperors_hand 1.5 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 24 12 -restuss_herald_guy 80 0 0 0 0 NORMAL global townsperson townsperson commoner_human_male 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_03 npc 1 int:ai.noChatMood=1,int:restussHerald=3 theme_park.restuss_event.restuss_herald_crier rebel_pistol 0 0 -restuss_herald_rebel 80 0 0 0 0 NORMAL anywhere rebel Rebel dressed_rebel_restuss_commando.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 npc 1 int:ai.noChatMood=1,int:restussHerald=2 theme_park.restuss_event.restuss_herald_crier rebel_carbine 0 0 -restuss_herald_stormtrooper 80 0 0 0 0 NORMAL anywhere imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 npc 1 int:ai.noChatMood=1,int:restussHerald=1 theme_park.restuss_event.restuss_herald_crier,ai.soldier stormtrooper_carbine 0 0 -restuss_imperial_admiral_grot 90 0 0 0 3 ELITE rori imperial Imperial dressed_imperial_restuss_admiral_grot.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 imperial npc int:ai.noChatMood=1 theme_park.restuss_event.st3_boss_death imperial_carbine 0 6 -restuss_imperial_captain_exov 100 0 0 0 0 ELITE rori imperial Imperial dressed_restuss_captain_exov.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_ambush_1 0 2 -restuss_imperial_captain_okto 100 0 0 0 0 ELITE rori imperial Imperial dressed_restuss_captain_okto.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_ground_destroy_3 0 2 -restuss_imperial_captain_roth 100 0 0 0 0 ELITE rori imperial Imperial dressed_restuss_captain_roth.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_ground_destroy_2 0 2 -restuss_imperial_load_lifter_ambush 80 -2 2 0 0 NORMAL rori imperial Imperial imperial_officer 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 col_shattered_shard_03 imperial npc int:ai.noChatMood=1 imperial_pistol 0 2 -restuss_imperial_load_lifter_carbines 100 -2 2 0 0 NORMAL rori imperial Imperial cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 droid 1 string:quest_name=restuss_imperial_carbine_crafting_1,string:task_name=deliverImperialDroid quest.task.ground.give_item_to_npc 0 2 -restuss_imperial_load_lifter_launchers 100 -2 2 0 0 NORMAL rori imperial Imperial cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 droid 1 string:quest_name=restuss_imperial_carbine_crafting_2,string:task_name=deliverImperialDroid2 quest.task.ground.give_item_to_npc 0 2 -restuss_imperial_lt_gregor 100 0 0 0 0 NORMAL rori imperial Imperial dressed_restuss_lt_gregor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_ground_destroy_1 0 2 -restuss_imperial_lt_pofko 100 0 0 0 0 NORMAL rori imperial Imperial dressed_restuss_lt_pofko.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_weapon_crafting 0 2 -restuss_imperial_lt_wholding 100 0 0 0 0 NORMAL rori imperial Imperial dressed_restuss_lt_wholding.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_space_mining 0 2 -restuss_imperial_lt_wulf 100 0 0 0 0 NORMAL rori imperial Imperial dressed_restuss_lt_wulf.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_space_destroy 0 2 -restuss_imperial_mandalorian 90 0 0 0 0 NORMAL rori imperial Imperial dressed_imperial_restuss_trooper_leader.iff 1.1 1.1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 imperial npc int:ai.noChatMood=1 commando_ranged 0 6 -restuss_imperial_reward_officer 100 0 0 0 0 NORMAL rori imperial Imperial dressed_imperial_officer_m_3.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_reward_npc 0 2 -restuss_imperial_stormtrooper_st3 80 0 0 0 0 NORMAL rori imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 imperial npc int:ai.noChatMood=1 stormtrooper_carbine 0 6 -restuss_marles_jacobe 100 0 0 0 0 NORMAL rori townsperson marles_jacobe.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.marles_jacobe 0 0 -restuss_rebel_captain_klork 100 0 0 0 3 ELITE rori rebel Rebel dressed_rebel_restuss_captain_klork.iff 1 1 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 elite_npc_7 npc 1 conversation.restuss_rebel_ambush_1 0 2 -restuss_rebel_captain_redding 100 0 0 0 3 ELITE rori rebel Rebel dressed_rebel_restuss_captain_redding.iff 1 1 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 elite_npc_7 npc 1 conversation.restuss_rebel_ground_destroy_2 0 2 -restuss_rebel_captain_voldez 100 0 0 0 3 ELITE rori rebel Rebel dressed_rebel_restuss_captain_voldez.iff 1 1 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 elite_npc_7 npc 1 conversation.restuss_rebel_ground_destroy_3 0 2 -restuss_rebel_captain_vrinko 90 0 0 0 3 ELITE rori rebel Rebel dressed_rebel_restuss_captain_vrinko.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 rebel npc int:ai.noChatMood=1 theme_park.restuss_event.st3_boss_death rebel_carbine 0 2 -restuss_rebel_commando 80 0 0 0 0 NORMAL rori rebel Rebel dressed_rebel_restuss_commando.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 rebel npc int:ai.noChatMood=1 rebel_carbine 0 2 -restuss_rebel_general 90 0 0 0 3 BOSS rori rebel Rebel dressed_restuss_rebel_general_krotog.iff 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 npc 1 string:recruiter=Rebel theme_park.restuss_event.rebel_general_speech_manager rebel_carbine 12 12 -restuss_rebel_load_lifter_ambush 80 -2 2 0 0 NORMAL rori rebel Rebel rebel_crewman 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 rebel npc int:ai.noChatMood=1 rebel_pistol 0 2 -restuss_rebel_load_lifter_carbines 100 -2 2 0 0 NORMAL rori rebel Rebel cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 droid 1 string:quest_name=restuss_rebel_carbine_crafting_1,string:task_name=deliverRebelDroid quest.task.ground.give_item_to_npc 0 2 -restuss_rebel_load_lifter_launchers 100 -2 2 0 0 NORMAL rori rebel Rebel cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 droid 1 string:quest_name=restuss_rebel_carbine_crafting_2,string:task_name=deliverRebelDroid2 quest.task.ground.give_item_to_npc 0 2 -restuss_rebel_lt_grollo 100 0 0 0 0 NORMAL rori rebel Rebel dressed_restuss_rebel_lt_grollo.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_space_destroy rebel_carbine 0 2 -restuss_rebel_lt_ingri 100 0 0 0 0 NORMAL rori rebel Rebel dressed_restuss_rebel_lt_ingri.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_weapon_crafting rebel_carbine 0 2 -restuss_rebel_lt_olvog 100 0 0 0 0 NORMAL rori rebel Rebel dressed_restuss_rebel_lt_olvog.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_ground_destroy_1 rebel_carbine 0 2 -restuss_rebel_lt_romer 100 0 0 0 0 NORMAL rori rebel Rebel dressed_restuss_rebel_lt_roamer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_space_mining rebel_carbine 0 2 -restuss_rebel_mandalorian 90 0 0 0 0 NORMAL rori rebel Rebel dressed_rebel_restuss_commando_leader.iff 1.1 1.1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 rebel npc int:ai.noChatMood=1 commando_ranged 0 2 -restuss_rebel_reward_officer 100 0 0 0 0 NORMAL rori rebel Rebel dressed_rebel_staff_corporal_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_reward_npc 0 2 -restuss_rebel_trooper_st3 80 0 0 0 0 NORMAL rori rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_glass_shelving_01 rebel npc ai.soldier rebel military rebel_carbine 0 2 -restuss_stormtrooper 80 0 0 0 0 NORMAL rori imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 imperial npc int:ai.noChatMood=1 stormtrooper_carbine 0 6 -revered_panshee_matriarch 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 45 45 0 -1 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 1 yes -rhoa_kwi 64 7 -5 0 0 NORMAL dathomir kwi_rhoa kwi_hue.iff 1.3 1.4 2 0 0 0 80 0 0 -1 -1 2 1 120 meat_carnivore 86 hide_leathery 76 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackAbilityStrong carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff raptor_4 raptor_4 12 12 1 yes -rhoa_kwi_guardian 65 -5 10 0 0 NORMAL dathomir kwi_rhoa kwi_hue.iff 0.9 1.1 2 40 65 0 80 0 0 15 0 2 1 120 meat_carnivore 86 hide_leathery 76 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.005 highTankHealthStrong carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff raptor_4 raptor_4 12 12 1 yes -rhoa_kwi_hunter 64 5 -4 0 0 NORMAL dathomir kwi_rhoa kwi_hue.iff 1.3 1.4 2 40 55 0 80 0 0 -1 0 2 1 120 meat_carnivore 86 hide_leathery 76 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore raptor_4 raptor_4 12 12 1 yes -rhoa_kwi_pack_leader 65 0 0 0 0 NORMAL dathomir kwi_rhoa kwi_hue.iff 1.4 1.5 2 35 65 0 60 0 0 0 0 2 1 120 meat_carnivore 86 hide_leathery 76 bone_mammal defaultProfile creature/rhoa_kwi_pack_leader_loot generic_creature_7 0.05 medTankHealthStrong carnivore raptor_4 raptor_4 12 12 -rhys_dallows 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_captain_dallows.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -ric_olie 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_capt_ric_olie.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -rill 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine rill dune_lizard_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 20 hide_bristley 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankDefenseWeak carnivore 0 2 -rill_tempest 8 2 -1 2 -1 NORMAL Tatooine - to be sorted tatooine rill dune_lizard_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 20 hide_bristley 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackAbilityWeak carnivore 0 2 -ris_inventor 1 0 0 0 0 NORMAL global townsperson dressed_ris_inventor_bothan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_quest.quest_armorsmith noble fancy 0 2 yes -riverside_sulfur_mynock 39 0 0 0 15 NORMAL lok mynock salt_mynock_hue.iff 1.4 1.6 4 -1 35 0 65 -1 0 65 -1 2 1 60 meat_herbivore 78 hide_leathery 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 lowAbilitySpeedAvg carnivore mynock_3 mynock_3 8 8 -roaming_bordok_stud 62 3 3 0 0 NORMAL endor bordok bordok_hue.iff 1 1.6 4 0 -1 0 100 100 0 -1 -1 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAbilitySpeedAvg herbivore horse_4 horse_4 0 12 -roba 62 0 0 0 0 NORMAL endor roba roba_hue.iff 1 1 3 20 20 0 60 -1 60 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAttackDamageAvg herbivore pig_4 pig_4 0 12 1 -roba_female 44 0 0 0 0 NORMAL talus roba roba_hue.iff 0.8 1 2 0 0 0 40 -1 -1 -1 -1 2 1 10 meat_carnivore 15 hide_leathery 10 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 6 yes -roba_infuriated_protectorate 45 0 5 0 5 NORMAL endor roba roba_hue.iff 0.7 0.8 2 35 35 0 20 0 20 0 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 medTankDefenseAvg herbivore pig_3 pig_3 12 12 1 -roba_male 43 0 0 0 0 NORMAL talus roba roba_hue.iff 1 1.2 2 0 0 0 0 0 0 0 -1 2 1 11 meat_carnivore 17 hide_leathery 12 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowTankHealthWeak carnivore pig_3 pig_3 0 6 -roba_pack_leader 62 3 -3 0 0 NORMAL endor roba roba_hue.iff 1 1 3 0 0 0 60 -1 60 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowTankHealthAvg herbivore pig_4 pig_4 0 12 -roba_runt 62 0 0 0 0 NORMAL endor roba roba_hue.iff 0.7 0.8 1 0 0 0 35 -1 35 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 medAttackDamageWeak herbivore pig_4 pig_4 0 12 -robo_bartender 1 0 0 0 0 NORMAL anywhere bartenderdroid robo_bartender.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 -rock_beetle 18 0 1 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2 2.4 1 15 0 0 0 0 0 0 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 0 2 -rock_beetle_cave 19 0 1 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2 2.4 1 25 0 0 0 0 0 0 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 4 4 1 -rockmite 8 0 0 0 0 NORMAL Tatooine - Newbie Spawn 3 tatooine rockmite rock_mite_hue.iff 1.2 1.6 2 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore 0 2 yes -rodian_clan_captain 15 0 0 0 0 NORMAL tatooine rodian dressed_kobola_thief_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 1 -rodian_clan_medic 14 0 0 0 0 NORMAL tatooine rodian dressed_criminal_thug_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_pistol rebel_carbine commando_1 commando_1 0 2 1 yes -rodian_clan_warchief 15 0 0 0 0 NORMAL tatooine rodian dressed_hooligan_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 -rodian_gladiator 14 0 0 0 0 NORMAL tatooine rodian dressed_criminal_thug_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level rebel_pistol commando_1 commando_1 0 2 1 yes -rodian_sif 37 0 0 0 0 NORMAL Talus sif sif dressed_talus_sif_mercenary_rodian_01.iff 0 40 40 0 -1 0 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_3 commoner_3 6 6 1 yes -rodian_sif_02 45 0 0 0 0 NORMAL Talus sif sif dressed_talus_sif_mercenary_rodian_02.iff 0 40 40 0 -1 -1 0 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_4 commoner_4 6 6 -rodian_thug 1 0 0 0 0 NORMAL global rodian male_rodian_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 -rogue 7 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 yes -rogue_bageraset 27 0 0 0 -5 NORMAL corellia bageraset_rogue bageraset_hue.iff 1 1.2 3 10 5 0 0 0 0 0 -1 2 1 milk_wild 230 meat_herbivore 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_2 camel_2 10 10 -rogue_bantha 14 2 -1 0 0 NORMAL anywhere bantha bantha_hue.iff 0.8 1.2 1 0 0 0 20 0 0 0 -1 2 1 milk_wild 400 meat_herbivore 300 hide_wooly 200 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 herbivore elephant_1 elephant_1 0 2 -rogue_falumpaset 14 0 0 0 0 NORMAL naboo falumpaset_rogue falumpaset_hue.iff 1.1 1.2 2 0 10 0 -1 -1 -1 0 -1 2 1 milk_wild 190 meat_herbivore 110 hide_leathery 80 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.12 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff camel_1 camel_1 6 6 -rogue_fambaa 22 0 0 0 0 NORMAL naboo fambaa_rogue fambaa_hue.iff 0.9 1 4 0 0 0 0 60 60 -1 0 2 1 milk_wild 1075 meat_reptilian 700 hide_leathery 675 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.12 medTankHealthWeak herbivore fambaa_2 fambaa_2 10 10 instant -rogue_marauder 78 -5 5 0 0 NORMAL endor marauder_rogue dressed_feral_marauder.iff 0 0 0 0 -1 0 0 -1 0 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc pirate_carbine pirate_sword smuggler_special_6 5 5 -romo_vax 100 0 0 0 0 NORMAL tatooine jabba jabba dressed_cobral_thief_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 romo_vax npc 1 int:celebrity=1 npc.celebrity.romo_vax commoner_10 commoner_10 0 2 1 -ronto 17 0 0 0 0 NORMAL tatooine ronto ronto_hue.iff 0.8 1.2 1 10 0 -1 30 30 -1 0 0 2 1 milk_wild 450 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak herbivore giraffe_1 giraffe_1 0 2 -ronto_furious 18 -1 1 1 -2 NORMAL tatooine ronto ronto_hue.iff 1.4 4 15 25 -1 50 40 -1 0 -1 2 1 465 meat_herbivore 320 hide_leathery 200 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowTankHealthWeak herbivore giraffe_1 giraffe_1 10 10 -ronto_male 18 0 0 0 0 NORMAL tatooine ronto ronto_hue.iff 1.4 2 15 25 -1 50 40 -1 0 -1 2 1 465 meat_herbivore 320 hide_leathery 200 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak herbivore giraffe_1 giraffe_1 10 10 1 -rorgungan_boss 49 0 0 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 25 25 0 -1 30 0 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc slang melee_4 melee_4 0 6 1 -rorgungan_commoner 43 0 0 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc townsperson townperson pirate_carbine pirate_pistol commoner_4 commoner_4 0 6 1 -rorgungan_scout 40 1 -1 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_rifle rebel_pistol bounty_hunter_4 bounty_hunter_4 0 6 1 yes -rorgungan_warchief 47 0 0 0 -3 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 20 15 0 -1 30 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc rebel_carbine rebel_pistol commando_4 commando_4 0 6 1 -rorgungan_warrior 45 0 0 0 -1 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 15 15 0 -1 30 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc military rebel_sword rebel_carbine melee_4 commando_4 0 6 1 -rot_mite 39 0 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1.2 1.4 4 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 2 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankArmorWeak carnivore roach_3 roach_3 0 2 instant -rotten_gut_remmer_king 60 0 0 0 0 NORMAL endor remmer remmer_hue.iff 2 1.5 4 55 35 60 0 0 0 -1 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.05 medAttackUtilityStrong herbivore rat_4 rat_4 12 12 1 yes -rotting_pustule_guard 13 0 -1 0 0 NORMAL corellia decay_mite bark_mite_hue.iff 1.5 2 2 0 0 0 0 0 0 10 -1 2 1 9 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore roach_1 roach_1 6 6 -roughneck 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -roughneck_weak 2 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 -rovim_minnoni 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes -rsf_captain 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_captain.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 -rsf_commando 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_commando.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military commando_ranged imperial_pistol officer_2 officer_2 0 2 yes -rsf_palace_guard 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_palace_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 -rsf_pilot 25 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_pilot.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 -rsf_security_guard 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_security_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes -rsf_security_officer 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_security_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes -rtp_ackbar_rebel_sympathizer 90 0 0 0 0 ELITE quest NPC rebel_theme_park imperial Imperial dressed_npe_imperial_officer.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 1 conversation.rtp_ackbar_rebel_sympathizer imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes -rtp_ackbar_stormtrooper_assault 88 0 0 -3 5 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes -rtp_ackbar_stormtrooper_assault_leader 90 0 0 -3 5 ELITE quest NPC rebel_theme_park imperial Imperial dressed_imperial_trainer_space_01.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 -rtp_c3po_guard_captain 16 0 0 0 0 NORMAL quest NPC rebel_theme_park rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 0 2 npc ai.soldier,conversation.rtp_c3po_guard_captain rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 12 -rtp_dodonna_dark_trooper_assault 92 0 0 0 0 ELITE quest NPC rebel_theme_park imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 8 -rtp_dodonna_stormtrooper_bombing_leader 91 0 0 0 5 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_squad_leader_black_black.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 8 -rtp_dodonna_stormtrooper_bombing_squad 90 0 0 0 5 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 8 yes -rtp_hansolo_blood_razor_leader 88 3 0 -3 0 BOSS quest NPC rebel_theme_park bloodrazor bloodrazor dressed_blood_razor_pirate_officer_hum_m.iff 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes -rtp_hansolo_blood_razor_pirate 88 3 0 -3 0 ELITE quest NPC rebel_theme_park bloodrazor bloodrazor blood_razor_pirate 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes -rtp_hansolo_blood_razor_scout 87 5 -5 0 0 ELITE quest NPC rebel_theme_park bloodrazor bloodrazor blood_razor_pirate_elite 0 20 40 0 -1 -1 -1 -1 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.thug pirate_polearm none melee_3 melee_3 8 8 yes -rtp_hansolo_general_otto 90 0 0 0 0 BOSS quest NPC rebel_theme_park imperial Imperial dressed_imperial_general_m.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc theme_park.rebel.rtp_han_solo_general_otto,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes -rtp_hansolo_henchman_traitor 90 3 0 -3 0 ELITE quest NPC rebel_theme_park bloodrazor coa_aclo_slicer_devaronian.iff 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes -rtp_imperial_corporal 85 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 yes -rtp_imperial_first_lieutenant 89 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 yes -rtp_imperial_lieutenant 88 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 1 yes -rtp_imperial_master_sergeant 90 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 yes -rtp_imperial_medic 87 0 0 0 0 ELITE rebel_theme_park imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 yes -rtp_imperial_sergeant 86 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 -rtp_leia_bothan_spy 100 0 0 0 0 NORMAL quest NPC rebel_theme_park rebel dressed_rebel_scout_bothan_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rtp_leia_bothan_spynet 0 0 -rtp_leia_organa_summoned 100 0 0 0 0 NORMAL rebel Rebel leia_organa.iff 0.75 0.75 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.rtp_leia_summoned commoner_10 commoner_10 0 2 -rtp_leia_selonian_corpse 100 0 0 0 0 ELITE quest NPC rebel_theme_park townsperson dressed_selonian_f_09.iff 0 0 0 0 0 0 0 0 0 2 npc 1 int:questFlavorObject=1 quest.task.ground.retrieve_item_on_item,npc.legacy_dead_miner,theme_park.rebel.rtp_leia_crime_scene_e11 0 0 yes -rtp_leia_stormtrooper_guard 86 0 0 0 0 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 instant -rtp_luke_force_ghost 90 0 0 0 0 ELITE quest NPC rebel_theme_park force_ghost rebel_trooper 0 80 80 80 80 80 80 80 80 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel_carbine rebel_pistol officer_9 officer_9 8 2 1 -rtp_luke_woolamander 91 0 0 0 0 ELITE quest NPC rebel_theme_park woolamander woolamander_hue.iff 1 1 2 0 0 -1 80 80 80 -1 -1 2 1 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 8 8 -rtp_luke_woolamander_ghost 100 0 0 0 0 NORMAL quest NPC rebel_theme_park woolamander woolamander_hue.iff 0 0 0 0 0 0 0 0 0 2 npc 1 theme_park.rebel.rtp_force_ghost,conversation.rtp_luke_woolamander_ghost 0 0 1 yes -rtp_luke_woolamander_reaper 90 2 1 0 0 ELITE quest NPC rebel_theme_park woolamander woolamander_hue.iff 1.2 1.3 3 35 35 -1 70 70 70 -1 -1 2 1 35 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 8 8 1 yes -rtp_luke_woolamander_thrasher 92 0 0 0 0 ELITE quest NPC rebel_theme_park woolamander woolamander_hue.iff 1.5 1.5 4 35 35 -1 60 60 60 -1 -1 2 1 40 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile 1 100 creature/ris_armor_components:woolamander generic_creature_8 herbivore monkey_5 monkey_5 8 8 yes -rtp_mon_mothma_imperial_assassin 90 3 2 3 -8 BOSS quest NPC rebel_theme_park imperial c_syren_3_trandoshan_boss.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes -rtp_mon_mothma_imperial_general_01 90 -3 3 3 -3 ELITE quest NPC rebel_theme_park imperial Imperial space_imperial_tier4_tatooine_kilnstrider.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes -rtp_mon_mothma_imperial_general_02 90 -3 3 -3 3 ELITE quest NPC rebel_theme_park imperial Imperial dressed_imperial_trainer_space_03.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes -rtp_nien_nunb_bounty_hunter 89 2 -4 0 3 ELITE quest NPC rebel_theme_park townsperson dressed_assassin_mission_giver_02.iff 0 10 10 0 0 -1 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 rare npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 0 yes -rtp_nien_nunb_canyon_corsair_cutthroat 87 3 3 0 0 ELITE quest NPC rebel_theme_park rtp_canyon_corsair canyon_corsair corsair_cutthroat 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 canyon_corsair npc pirate_pistol pirate_carbine smuggler_4 smuggler_3 8 8 yes -rtp_nien_nunb_canyon_corsair_destroyer 88 3 -3 0 0 ELITE quest NPC rebel_theme_park rtp_canyon_corsair canyon_corsair corsair_elite 0 0 60 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 canyon_corsair npc pirate_carbine pirate_sword smuggler_4 melee_3 8 8 yes -rtp_nien_nunb_canyon_corsair_pirate 89 0 -3 0 3 ELITE quest NPC rebel_theme_park rtp_canyon_corsair canyon_corsair corsair_pirate_elite 0 0 70 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 canyon_corsair npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 -rtp_qualdo_ithorian 100 0 0 0 0 NORMAL quest NPC rebel_theme_park townsperson som/ruins_ithorian.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rtp_qualdo_ithorian 0 0 yes -rtp_stormtrooper_elite_84 84 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes -rtp_stormtrooper_elite_85 85 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes -rtp_stormtrooper_elite_86 86 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes -rtp_stormtrooper_elite_87 87 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes -rtp_stormtrooper_elite_88 88 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes -rtp_stormtrooper_elite_89 89 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes -rtp_stormtrooper_elite_90 90 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_white_gold.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes -rtp_stormtrooper_normal_84 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes -rtp_stormtrooper_normal_85 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes -rtp_stormtrooper_normal_86 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes -rtp_stormtrooper_normal_87 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes -rtp_stormtrooper_normal_88 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes -rtp_stormtrooper_normal_89 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes -rtp_stormtrooper_normal_90 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes -rtp_wedge_stormtrooper_guard 85 0 0 0 0 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes -runted_rill 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine rill dune_lizard_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 3 meat_carnivore 3 hide_bristley 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankDefenseWeak carnivore 0 2 1 -runty_pharple 53 0 0 0 0 NORMAL lok pharple pharple_hue.iff 0.5 0.7 3 0 0 0 0 0 0 0 -1 2 1 15 meat_avian 7 hide_bristley 5 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.009 lowTankUtilityAvg herbivore generic_creature_5 generic_creature_5 0 8 -sabol 100 0 0 0 0 NORMAL imperial Imperial dressed_corvette_imperial_sabol.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -salacious_crumb 100 0 0 0 0 NORMAL jabba jabba salacious_crumb.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -salt_mynock 39 0 0 0 0 NORMAL lok mynock salt_mynock_hue.iff 0.9 1.1 2 0 20 0 40 40 -1 -1 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 medAbilitySpeedWeak carnivore mynock_3 mynock_3 8 8 yes -sand_beetle 23 0 1 0 0 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 2 2.4 2 30 30 -1 -1 -1 -1 -1 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 medTankArmorWeak herbivore roach_2 roach_2 10 10 1 -sand_panther 38 2 2 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 1 1.4 1 0 0 0 60 0 -1 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 0 2 -sand_panther_cub 37 0 0 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 0.3 0.6 1 0 0 0 0 0 0 0 -1 2 1 25 meat_carnivore 14 hide_bristley 12 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore predatory_cat_3 predatory_cat_3 0 2 -sand_slaver_boss 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine slaver dressed_tatooine_trandoshan_slavemaster.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes -sand_trooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes -sandy_spined_snake 47 2 -1 0 0 NORMAL lok spinesnake spined_snake_hue.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 8 meat_reptilian 3 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff snake_3 snake_3 8 8 -sango_rond 100 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_sango_rond.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 -sap_covered_forest_mite_queen 19 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 2.7 2.9 1 20 0 -1 -1 0 40 0 -1 2 1 15 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff roach_2 roach_2 0 2 1 -savage_flewt_queen 5 0 0 0 0 NORMAL naboo flewt flewt_hue.iff 1.5 1.5 2 0 0 0 0 0 0 0 -1 2 1 6 meat_avian 6 hide_leathery 6 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAbilitySpeedWeak carnivore 6 6 -savage_guf_drolg 43 1 0 0 0 NORMAL talus guf_drolg guf_drolg_hue.iff 1.3 1.5 4 10 0 0 -1 -1 -1 -1 -1 2 1 550 meat_reptilian 460 hide_leathery 320 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackSpeedWeak carnivore bull_3 bull_3 6 6 1 -savage_humbaba 39 -4 0 0 0 NORMAL corellia humbaba_savage falumpaset_hue.iff 1.4 1.5 4 15 35 0 -1 -1 -1 -1 -1 2 1 milk_wild 265 meat_domesticated 168 hide_leathery 118 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medTankHealthWeak carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff camel_3 camel_3 10 10 -savage_pugoriss 43 1 1 0 0 NORMAL rori pugoriss pugoriss_hue.iff 1.2 1.5 2 0 5 0 0 0 0 0 -1 2 1 350 meat_carnivore 400 hide_leathery 350 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 lowAttackSpeedWeak carnivore raptor_3 raptor_3 6 6 -savage_quenker 63 2 -2 0 -1 NORMAL dantooine quenker quenker_hue.iff 0.7 1 4 35 35 0 0 -1 0 0 -1 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff rat_4 rat_4 12 12 -sayama_edosun 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_sayama_edosun.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -scavenger 5 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang rebel_carbine rebel_pistol 4 4 -scavenger_guard 6 0 0 0 0 NORMAL tatooine thug criminal_smuggler 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_carbine_low_level pirate_carbine 6 2 -scavenger_rat 26 0 0 0 0 NORMAL corellia scavenger_rat womp_rat_hue.iff 0.8 1 2 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore rat_2 rat_2 0 2 -scavenger_thug 6 0 0 0 0 NORMAL tatooine thug criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 100 inv_publish_datapad_component_01 npc pirate_carbine_low_level pirate_carbine 6 2 -scavenger_thug_elite 10 0 0 0 0 ELITE tatooine thug mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 100 inv_publish_datapad_component_01,inv_publish_datapad_component_02,inv_publish_datapad_component_03 npc pirate_carbine_low_level pirate_carbine 6 2 -scholar_szingo 100 2 2 0 0 NORMAL endor marauder endor_marauder dressed_scholar_szingo.iff 1.11 1.11 0 0 0 -1 40 40 -1 -1 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 marauder npc commoner_10 commoner_10 0 2 -scientist 1 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scientist_bothan_male 1 0 0 0 0 NORMAL global townsperson townsperson male_bothan_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scientist_human_female 1 0 0 0 0 NORMAL global townsperson townsperson female_human_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scientist_human_male 1 0 0 0 0 NORMAL global townsperson townsperson male_human_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scientist_moncal_female 1 0 0 0 0 NORMAL global townsperson townsperson female_moncal_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scientist_moncal_male 1 0 0 0 0 NORMAL global townsperson townsperson male_moncal_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scientist_rodian_female 1 0 0 0 0 NORMAL global townsperson townsperson female_rodian_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scientist_rodian_male 1 0 0 0 0 NORMAL global townsperson townsperson male_rodian_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scientist_twilek_male 1 0 0 0 0 NORMAL global townsperson townsperson male_twilek_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scientist_zabrak_female 1 0 0 0 0 NORMAL global townsperson townsperson female_zabrak_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 -scolex_grath 100 0 0 0 0 NORMAL corellia townsperson dressed_scolex_grath.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 -scorched_krevol 34 0 0 0 0 NORMAL rori krevol horned_krevol_hue.iff 1 1.2 2 0 0 0 15 0 0 0 -1 2 1 10 meat_insect 10 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore roach_2 roach_2 0 2 yes -scorpion_kliknik 80 0 0 0 0 ELITE yavin4 kliknik scorpion_kliknik.iff 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 6 meat_carnivore 4 hide_scaley 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_8 100 col_scorpion_kliknik 18 kliknik carnivore 100 1 root_defense=200,snare_defense=100 generic_creature_special_6 generic_creature_special_6 3 3 1 -scoundrel 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_rifle_low_level pirate_pistol_low_level 0 2 -scout_trooper 23 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_rifle imperial_pistol commando_2 commando_2 0 4 -screaming_kai_tok 47 4 -2 0 -3 NORMAL rori kai_tok kai_tok_hue.iff 1.3 1.7 4 20 10 35 45 45 0 0 -1 2 1 25 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/screaming_kai_tok_loot generic_creature_5 col_feather_kai_tok 0.15 lowAttackDamageWeak carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff griffon_3 griffon_3 0 2 1 -scrib_leras 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_businessman_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -scyk 11 0 0 0 0 NORMAL tatooine scyk dune_lizard_hue.iff 0.8 1 2 0 0 0 0 0 0 0 -1 2 1 40 meat_carnivore 25 hide_bristley 18 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore lizard_1 lizard_1 10 10 1 -scyk_volatile 12 0 0 0 0 NORMAL tatooine scyk dune_lizard_hue.iff 1 1 3 0 0 0 0 0 0 0 -1 2 1 40 meat_carnivore 25 hide_bristley 18 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackAbilityWeak carnivore lizard_1 lizard_1 10 10 -sean_contact_quest 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_contact_quest.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -sean_questn_university 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_questn_university.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -sean_questp_house 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_questp_house.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -sean_questp_market 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_questp_market.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -sean_trenwell 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_trenwell.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -seans_historian 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_seans_historian.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -seasoned_gondula_warrior 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 50 50 0 -1 0 0 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 -seasoned_jinda_warrior 66 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 40 -1 0 0 60 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 npc general_unarmed none commoner_6 commoner_6 0 12 -seasoned_panshee_warrior 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 40 40 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 1 -seething_bol_crusher 70 -4 0 0 0 NORMAL dantooine bol bol_hue.iff 1.3 1.4 2 65 45 80 -1 0 0 0 100 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 lowTankHealthAvg herbivore bull_4 bull_4 0 2 1 yes -selonian_assassin 39 2 -2 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_carbine spy_3 spy_3 0 2 yes -selonian_captain 39 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier 1 rebel_carbine rebel_pistol officer_3 officer_3 0 2 yes -selonian_champion 39 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_carbine officer_3 officer_3 0 2 -selonian_healer 38 0 1 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_carbine medic_3 medic_3 0 2 -selonian_hunter 37 0 1 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc imperial_rifle imperial_pistol bounty_hunter_3 bounty_hunter_3 0 2 yes -selonian_raider 38 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_pistol commando_3 commando_3 0 2 -selonian_scout 37 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel_carbine rebel_pistol bounty_hunter_3 bounty_hunter_3 0 2 yes -selonian_sentinel 38 -1 1 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol commando_3 commando_3 0 2 -selonian_separatist 37 1 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel_carbine rebel_pistol smuggler_3 smuggler_3 0 2 yes -selonian_separatist_captain 39 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_carbine pirate_pistol officer_3 officer_3 0 2 yes -selonian_separatist_general 40 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_carbine pirate_pistol officer_4 officer_4 0 2 -selonian_separatist_recruit 36 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 2 yes -selonian_separatist_soldier 38 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel_carbine rebel_pistol commando_3 commando_3 0 2 -selonian_thief 38 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 2 yes -selonian_warlord 39 0 0 0 -4 NORMAL corellia selonian selonian_female 0.8 1.2 0 20 10 0 0 45 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_pistol officer_3 officer_3 0 2 yes -selonian_warrior 38 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_carbine pirate_carbine commando_3 commando_3 0 2 -senator_pooja_naberrie 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_pooja_naberrie.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes -senior_prophet_of_the_dark_side 80 0 0 0 0 ELITE global imperial Imperial jedi_trainer 0 80 80 80 80 80 80 80 80 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc root_defense=100,snare_defense=100 general_unarmed none officer_special_6 melee_special_6 0 3 yes -senior_specforce_guerrilla 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 6 yes -senior_specforce_heavy_weapons_specialist 20 1 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 6 yes -senior_specforce_infiltrator 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_carbine commando_2 commando_2 0 6 yes -senior_specforce_lieutenant 24 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol officer_2 officer_2 0 6 yes -senior_specforce_marine 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 6 yes -senior_specforce_pathfinder 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_rifle imperial_pistol commando_2 commando_2 0 2 yes -senior_specforce_technician 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military rebel_rifle imperial_carbine commando_2 commando_2 0 2 yes -senior_specforce_wilderness_trooper 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 15 15 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -sennex_guard 19 -2 -2 0 1 NORMAL tatooine sennex sennex_pirate 1 1.02 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 2 yes -sennex_hunter 20 -2 -2 0 1 NORMAL tatooine sennex sennex_pirate 0.98 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 sennex npc pirate slang pirate_rifle_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes -sennex_lookout 17 -2 -2 0 0 NORMAL tatooine sennex sennex_pirate 0.92 0.94 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 5 5 yes -sennex_slavemaster 20 -2 -2 0 1 NORMAL tatooine sennex sennex_pirate 1.02 1.04 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes -sennex_slaver 18 -2 -2 0 0 NORMAL tatooine sennex sennex_pirate 0.96 0.98 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes -sennex_warder 19 -2 -2 0 0 NORMAL tatooine sennex sennex_pirate 0.94 0.96 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 -senni_tonnika 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_senni_tonnika.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.senni_tonnika 0 2 1 1 yes -sentry_hermit_spider 5 -1 -1 0 -2 NORMAL naboo hermit_spider hermit_spider_hue.iff 1.5 2 3 15 15 0 0 0 0 0 -1 2 1 9 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.05 lowAttackUtilityWeak carnivore 6 6 -sergeant_ruwan_tokai 100 0 0 0 0 NORMAL imperial Imperial dressed_ruwan_tokai.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc commoner_10 commoner_10 0 2 -sergeant_tarl 100 0 0 0 0 NORMAL corellia townsperson dressed_sargeant_tarl.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -serji_x_arrogantus 100 0 0 0 0 NORMAL corellia townsperson dressed_serjix_arrogantus.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -settler 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 -sevorrt 5 0 0 0 0 NORMAL Tatooine - to be sorted tatooine sevorrt worrt_hue.iff 2 2.4 2 0 0 0 0 0 0 0 -1 2 1 10 meat_reptilian 10 hide_leathery 4 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 -sewer_worrt 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine minor_worrt worrt_hue.iff 0.7 1.1 3 0 0 0 0 0 0 0 -1 2 1 3 meat_reptilian 3 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 -sg_567 100 0 0 0 0 NORMAL dantooine townsperson dressed_sg_567.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 yes -shadow_commander_nonaggro 79 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_mercenary 0 60 60 60 60 60 60 60 60 2 175 350 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 2 instant -shadow_mercenary 78 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_mercenary 0 60 60 60 60 60 60 60 60 2 175 350 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes -shadow_mercenary_nofaction 78 0 0 0 0 NORMAL dathomir sith_shadow shadow_mercenary 0 60 60 50 65 65 50 60 60 2 175 350 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 12 yes -shadow_mercenary_nonaggro 78 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow_nonaggro shadow_mercenary 0 80 90 85 85 70 85 85 85 2 175 350 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 2 instant -shadow_nco 78 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_taskmaster 0 70 70 70 70 70 70 70 70 2 200 400 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes -shadow_outlaw 77 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_outlaw 0 15 15 15 15 15 15 15 15 2 50 100 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes -shadow_outlaw_mission 77 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_outlaw 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.fs_military_initial,quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes -shadow_outlaw_nonaggro 77 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow_nonaggro shadow_outlaw 0 65 65 55 60 60 80 80 80 2 50 100 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 12 yes -shadow_pirate 76 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_pirate 0 30 30 30 30 30 30 30 30 2 100 200 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes -shadow_pirate_nonaggro 76 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow_nonaggro shadow_pirate 0 65 65 50 75 75 70 70 65 2 100 200 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 12 yes -shadow_punk 75 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_outlaw 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_creature_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_pistol pirate_carbine smuggler_7 smuggler_7 12 12 yes -shadow_thug 76 5 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_thug 0 45 45 45 45 45 45 45 45 2 150 300 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_carbine smuggler_7 smuggler_7 12 12 yes -shadow_thug_nonaggro 76 5 0 0 0 NORMAL dathomir sith_shadow sith_shadow_nonaggro shadow_thug 0 75 85 80 65 80 80 80 80 2 150 300 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 12 -shaggy_donkuwah_youth 77 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0.5 0.5 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 1 -shaggy_gurk_youth 38 0 0 0 0 NORMAL lok gurk gurk_hue.iff 0.6 0.8 2 40 0 0 -1 0 0 -1 -1 2 1 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak carnivore gorilla_3 gorilla_3 0 8 -shaggy_korga_youth 76 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0.5 0.5 0 0 0 0 25 25 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 -shaggy_pubam_youth 66 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0.5 0.5 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 -shaki_hamachil 100 0 0 0 0 NORMAL dathomir townsperson dressed_shaki_hamachil.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 -shalera_the_hutt 100 0 0 0 0 NORMAL corellia townsperson shalera_the_hutt.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 -shallow_torton 47 2 1 0 0 NORMAL rori torton torton_hue.iff 0.5 0.6 1 0 0 0 -1 -1 -1 -1 25 2 1 650 meat_carnivore 575 hide_wooly 650 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 torton herbivore fambaa_3 fambaa_3 0 2 -sharnaff 35 2 4 0 0 NORMAL corellia sharnaff sharnaff_hue.iff 0.8 1 2 0 0 0 20 20 20 20 50 2 1 milk_wild 450 meat_carnivore 300 hide_scaley 180 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore giraffe_3 giraffe_3 0 6 -sharnaff_bull 36 3 6 0 0 NORMAL corellia sharnaff sharnaff_hue.iff 1 1.2 1 0 0 0 20 20 20 20 50 2 1 482 meat_carnivore 335 hide_scaley 200 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore giraffe_3 giraffe_3 0 6 yes -sharnaff_reckless_ravager 21 1 2 2 0 NORMAL corellia sharnaff sharnaff_hue.iff 1.1 1.4 2 15 15 0 20 20 20 20 20 2 1 450 meat_carnivore 300 hide_scaley 180 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medAttackAbilityWeak herbivore giraffe_2 giraffe_2 0 6 yes -sharpshooter 16 1 -1 0 0 NORMAL global mercenary rebel_lance_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military general_rifle general_pistol bounty_hunter_1 bounty_hunter_1 0 2 1 1 -sharptooth_langlatch 43 2 0 0 -1 NORMAL lok langlatch langlatch_hue.iff 1 1.5 4 0 15 0 0 0 0 0 -1 2 1 16 meat_carnivore 16 hide_wooly 16 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackDamageAvg carnivore predatory_cat_3 predatory_cat_3 8 8 1 -shaupaut 13 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 6 meat_carnivore 4 hide_bristley 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore monkey_1 monkey_1 0 2 1 -shaupaut_hunter 21 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 1.7 2.1 2 20 20 0 -1 0 -1 0 -1 2 1 10 meat_carnivore 6 hide_bristley 6 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 6 6 1 -shear_mite 83 0 -1 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1.2 1.4 2 -1 15 0 0 0 0 0 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medTankHealthStrong carnivore roach_5 roach_5 12 12 1 -shear_mite_broodling 80 0 0 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1 1.2 3 0 0 10 0 0 0 0 -1 2 1 15 meat_insect 3 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 highTankArmorAvg carnivore roach_5 roach_5 0 12 1 yes -shear_mite_hunter 86 1 -1 0 5 NORMAL dathomir shearmite shear_mite_hue.iff 1.2 1.5 4 0 30 -1 0 -1 -1 0 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 carnivore roach_5 roach_5 12 12 1 -shear_mite_queen 87 1 -1 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1.5 1.75 2 30 45 -1 60 -1 60 60 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff roach_5 roach_5 12 12 1 -shear_mite_soldier 84 0 0 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1.4 1.6 1 25 25 0 0 -1 -1 -1 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medTankArmorStrong carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff roach_5 roach_5 12 12 -shibb_nisshil 100 0 0 0 0 NORMAL dathomir imperial Imperial dressed_shibb_nisshil.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol bounty_hunter_10 bounty_hunter_10 0 12 1 -shimmering_lantern_bird 61 0 0 0 -3 NORMAL endor lantern lantern_bird_hue.iff 1 1 3 30 45 0 -1 0 -1 -1 0 2 1 meat_herbivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 medAbilitySpeedWeak herbivore avian_4 avian_4 0 12 1 -sickening_dung_mite_worker 13 1 0 0 0 NORMAL corellia decay_mite bark_mite_hue.iff 1.25 1.4 1 0 10 -1 0 -1 -1 0 -1 2 1 11 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff roach_1 roach_1 6 6 1 -sickle_rasp 34 2 -2 0 0 NORMAL rori rasp horned_rasp_hue.iff 1.4 1.6 4 0 0 0 0 0 10 0 -1 2 1 15 meat_avian 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_3 avian_3 0 2 1 -sickly_decay_mite_queen 19 4 -2 0 -3 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.7 2 0 25 -1 -1 -1 -1 30 -1 2 1 15 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff roach_2 roach_2 4 4 1 -sickly_womprat 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine womprat womp_rat_hue.iff 1 1.4 3 0 0 0 0 0 0 0 -1 2 1 2 meat_wild 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 womprat 0.15 lowAttackAbilityWeak carnivore 0 2 -sidoras_bey 100 0 0 0 0 NORMAL rori townsperson dressed_sidoras_bey.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -signalman 15 0 0 0 0 NORMAL global imperial Imperial rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 imperial military rebel_carbine rebel_pistol commando_1 commando_1 0 2 -sigrix_slix 100 0 0 0 0 NORMAL talus townsperson dressed_sigrix_slix.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -sindra_lintikoor 100 0 0 0 0 NORMAL rori townsperson dressed_sindra_lintikoor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 -singing_mountain_clan_rancor 87 -5 5 0 0 ELITE dathomir mtn_clan mtn_clan rancor_hue.iff 0.9 1.1 2 30 60 0 100 100 100 0 0 2 1 620 meat_carnivore 510 hide_leathery 480 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_9 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan carnivore 100 100 root_defense=100,snare_defense=100 gorilla_5 gorilla_5 8 8 -singing_mountain_clan_sentry 88 0 2 0 0 ELITE dathomir mtn_clan mtn_clan singing_mt_clan_guardian.iff 0.9 1.1 0 15 15 40 -1 40 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=30,snare_defense=30 force_polearm force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant -singing_mtn_clan_arch_witch 90 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_arch_witch.iff 0 100 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc 90 90 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant -singing_mtn_clan_councilwoman 90 0 0 0 0 BOSS dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_councilwoman.iff 0 100 0 0 100 100 100 100 100 2 1 100 npc/boss_npc:boss_npc_71_80 boss_npc_8 housing_improvement_05,col_shattered_shard_02 18 sng_mtn_clan npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 24 18 instant -singing_mtn_clan_dragoon 90 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_dragoon.iff 0 45 45 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant -singing_mtn_clan_guardian 89 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_guardian.iff 0 100 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 1 instant -singing_mtn_clan_huntress 90 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_huntress.iff 0 0 0 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 yes -singing_mtn_clan_initiate 86 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_initiate.iff 0 30 30 75 -1 75 -1 -1 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant -singing_mtn_clan_outcast 82 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_outcast.iff 0 0 0 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=30,snare_defense=30 force_polearm force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant -singing_mtn_clan_rancor_tamer 88 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_rancor_tamer.iff 0 0 0 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant -singing_mtn_clan_scout 84 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_scout.iff 0 0 0 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 -singing_mtn_clan_slave 85 2 -2 0 0 NORMAL dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_slave.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc commoner_7 commoner_7 8 8 -singular_nak 100 0 0 0 0 NORMAL dathomir townsperson dressed_singular_nak.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 12 -sirad_far 20 0 0 0 0 NORMAL tatooine jabba jabba sirad_far.iff 1 1 0 20 20 40 0 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 0 2 1 -skaak_tipper_bandit 20 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 skaak npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level spy_2 spy_2 0 2 1 -skaak_tipper_crook 21 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 2 -skaak_tipper_mugger 19 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 skaak npc pirate_carbine_low_level pirate_pistol_low_level spy_1 spy_1 0 2 -skaak_tipper_prowler 18 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level spy_1 spy_1 0 2 1 1 -skaak_tipper_swindler 22 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level spy_2 spy_2 0 2 -skilled_gondula_worker 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -skilled_jinda_worker 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 -1 50 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -skilled_panshee_worker 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 -skinkner 100 0 0 0 0 NORMAL corellia townsperson dressed_skinkner.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -skreeg_adolescent 59 1 1 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1 2 0 0 -1 0 10 0 0 -1 2 1 17 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackAbilityAvg carnivore monkey_4 monkey_4 0 12 -skreeg_female 65 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1.1 1 5 15 0 -1 0 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 -skreeg_gatherer 66 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1.1 4 5 15 0 -1 0 -1 -1 -1 2 1 18 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 0 12 yes -skreeg_hunter 66 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1.1 4 20 20 0 0 -1 0 0 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 -skreeg_infant 59 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.5 0.7 3 0 0 0 0 0 0 0 -1 2 1 15 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackAbilityAvg carnivore monkey_4 monkey_4 0 2 -skreeg_male 66 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.8 1.2 1 0 25 0 -1 0 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 -skreeg_ominous 62 0 -1 1 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.8 1.2 2 0 25 0 -1 0 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 -skreeg_scout 65 1 -1 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1.1 2 0 15 0 -1 0 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 -skreeg_warrior 61 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 1 1.3 3 5 55 0 -1 60 -1 -1 -1 2 1 7 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 -skreeg_warrior_elite 67 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 1.1 1.5 3 -1 75 0 -1 100 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/skreeg_warrior_elite_loot generic_creature_7 6 0.1 highAttackDamageAvg carnivore monkey_4 monkey_4 12 12 -slave 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc slave slang rebel_carbine rebel_pistol 0 2 -slave_trader 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine slaver dressed_tatooine_slaver.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -slave_twilek_female 4 0 0 0 0 NORMAL global townsperson townsperson twilek_female.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc slavegirl slave slang rebel_carbine rebel_pistol 0 2 -slavemaster 1 0 0 0 0 NORMAL global slaver dressed_tatooine_trandoshan_slavemaster.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -slaver 2 0 0 0 0 NORMAL tatooine slaver dressed_tatooine_slaver.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -sleemo_delinquent 4 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -sleemo_hoodlum 2 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 1 -sleemo_punk 2 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -sleemo_scamp 5 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -sleemo_vandal 7 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -slice_hound 28 2 -1 0 0 NORMAL corellia slice_hound corellian_slice_hound_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackAbilityWeak carnivore wolf_2 wolf_2 0 2 1 -slice_hound_vicious 7 2 -1 0 0 NORMAL corellia slice_hound corellian_slice_hound_hue.iff 1 1.4 1 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackDamageWeak carnivore 0 2 1 -slicer 2 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -slicer_jabba 2 0 0 0 0 NORMAL global jabba jabba criminal_smuggler_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 18 jabba npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -slicer_male 2 0 0 0 0 NORMAL global thug thug criminal_smuggler_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 yes -slinking_voritor_hunter 78 0 0 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1.4 1.8 1 45 45 0 0 0 -1 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 medAttackSpeedAvg carnivore lizard_5 lizard_5 12 12 -slooni_jong 100 0 0 0 0 NORMAL talus townsperson dressed_slooni_long.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 yes -slp_armsman 13 0 0 0 -5 NORMAL global pirate criminal_smuggler 0 0 0 0 35 25 -1 50 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level general_carbine smuggler_1 smuggler_1 4 4 -slp_crewman 2 0 0 0 0 NORMAL global pirate criminal_thug 0 0 0 0 0 0 -1 35 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 yes -slp_cutthroat 5 0 0 0 -2 NORMAL global pirate criminal_smuggler 0 0 0 0 0 0 -1 50 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_carbine_low_level 4 4 -slp_pirate 38 0 0 0 -5 NORMAL lok pirate pirate criminal_smuggler 0 0 0 0 35 25 -1 50 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 -slp_pirate_male 36 0 0 0 -5 NORMAL lok pirate pirate male_criminal_smuggler 0 0 0 0 35 25 -1 50 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes -slp_privateer 8 0 0 0 -2 NORMAL global pirate criminal_swooper 0 0 0 0 0 0 -1 50 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang general_carbine general_pistol 4 4 1 -slp_squab 1 0 0 0 0 NORMAL global pirate criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 yes -sludge_panther 44 0 0 0 0 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 1.1 1.3 1 15 0 0 -1 -1 -1 -1 -1 2 1 24 meat_carnivore 30 hide_leathery 31 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 sludge_panther 0.15 lowAttackUtilityWeak carnivore predatory_cat_3 predatory_cat_3 6 6 -smashball_bully 25 1 -1 0 0 NORMAL corellia smashball smashball criminal_swooper 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_carbine_low_level pirate_carbine smuggler_2 smuggler_2 0 2 -smashball_degenerate 28 1 -1 0 0 NORMAL corellia smashball smashball criminal_swooper 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 2 -smashball_thug 1 0 0 0 0 NORMAL corellia smashball smashball criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_carbine_low_level pirate_carbine 0 2 yes -smuggler 14 0 1 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -smuggler_broker_baldwin 100 0 0 0 0 NORMAL Smuggler Broker Tier 3 Generic lok townsperson townsperson smuggler_broker_baldwin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_3 commoner_10 commoner_10 0 0 -smuggler_broker_barak 100 0 0 0 0 NORMAL Smuggler Broker Tier 1 Generic tatooine townsperson townsperson smuggler_broker_barak.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_1 commoner_10 commoner_10 0 0 -smuggler_broker_dalya 100 0 0 0 0 NORMAL Smuggler Broker Tier 2 Illicit corellia townsperson townsperson smuggler_broker_dalya.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_2 commoner_10 commoner_10 0 0 -smuggler_broker_gotan 100 0 0 0 0 NORMAL Smuggler Broker Tier 1 Illicit tatooine townsperson townsperson smuggler_broker_gotan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_1 commoner_10 commoner_10 0 0 -smuggler_broker_harding 100 0 0 0 0 NORMAL Smuggler Broker Tier 4 Generic endor townsperson townsperson smuggler_broker_harding.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_4 commoner_10 commoner_10 0 0 -smuggler_broker_ogden 100 0 0 0 0 NORMAL Smuggler Broker Tier 2 Generic naboo townsperson townsperson smuggler_broker_ogden.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_2 commoner_10 commoner_10 0 0 -smuggler_broker_ria 100 0 0 0 0 NORMAL Smuggler Broker Tier 3 Illicit rori townsperson townsperson smuggler_broker_ria.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_3 commoner_10 commoner_10 0 0 -smuggler_broker_russell 100 0 0 0 0 NORMAL Smuggler Broker Tier 5 Generic dathomir townsperson townsperson smuggler_broker_russell.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_5 commoner_10 commoner_10 0 0 -smuggler_broker_shane 100 0 0 0 0 NORMAL Smuggler Broker Tier 4 Illicit talus townsperson townsperson smuggler_broker_shane.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_4 commoner_10 commoner_10 0 0 -smuggler_broker_zelma 100 0 0 0 0 NORMAL Smuggler Broker Tier 5 Illicit yavin4 townsperson townsperson smuggler_broker_zelma.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_5 commoner_10 commoner_10 0 0 -smuggler_fence_alec 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 1 endor townsperson townsperson smuggler_fence_alec.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:alternate_quest_name=smuggle_pvp_4,string:task_name=deliverAlec quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_alger 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 2 tatooine townsperson townsperson smuggler_fence_alger.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverAlger quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_alwynn 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 5 rori townsperson townsperson smuggler_fence_alwynn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:task_name=deliverAlwynn quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_benton 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 4 yavin4 townsperson townsperson smuggler_fence_benton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:task_name=deliverBenton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_brigham 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 4 naboo townsperson townsperson smuggler_fence_brigham.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverBrigham quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_briscoe 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 4 lok townsperson townsperson smuggler_fence_briscoe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverBriscoe quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_carlton 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 3 rori townsperson townsperson smuggler_fence_carlton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverCarlton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_carter 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 5 endor townsperson townsperson smuggler_fence_carter.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:task_name=deliverCarter quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_caryn 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 5 tatooine townsperson townsperson smuggler_fence_caryn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverCaryn quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_colten 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 2 naboo townsperson townsperson smuggler_fence_colten.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverColten quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_daren 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 2 yavin4 townsperson townsperson smuggler_fence_daren.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverDaren quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_diala 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 3 tatooine townsperson townsperson smuggler_fence_diala.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverDiala quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_dreda 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 3 endor townsperson townsperson smuggler_fence_dreda.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:alternate_quest_name=smuggle_pvp_4,string:task_name=deliverDreda quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_dustin 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 1 corellia townsperson townsperson smuggler_fence_dustin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverDustin quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_edwyn 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 3 lok townsperson townsperson smuggler_fence_edwyn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverEdwyn quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_emmett 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 1 lok townsperson townsperson smuggler_fence_emmett.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverEmmett quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_emory 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 5 rori townsperson townsperson smuggler_fence_emory.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverEmory quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_etta 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 5 lok townsperson townsperson smuggler_fence_etta.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverEtta quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_fenton 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 1 naboo townsperson townsperson smuggler_fence_fenton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverFenton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_gib 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 5 dathomir townsperson townsperson smuggler_fence_gib.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverGib quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_ike 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 2 rori townsperson townsperson smuggler_fence_ike.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverIke quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_isbel 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 5 corellia townsperson townsperson smuggler_fence_isbel.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverIsbel quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_jalen 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 2 tatooine townsperson townsperson smuggler_fence_jalen.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverJalen quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_jeanna 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 1 rori townsperson townsperson smuggler_fence_jeanna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverJeanna quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_joi 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 3 tatooine townsperson townsperson smuggler_fence_joi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverJoi quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_kaden 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 1 tatooine townsperson townsperson smuggler_fence_kaden.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverKaden quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_kaleb 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 1 tatooine townsperson townsperson smuggler_fence_kaleb.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverKaleb quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_kam 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 1 dathomir townsperson townsperson smuggler_fence_kam.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:alternate_quest_name=smuggle_pvp_5,string:task_name=deliverKam quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_kara 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 5 tatooine townsperson townsperson smuggler_fence_kara.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverKara quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_kirby 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 4 dathomir townsperson townsperson smuggler_fence_kirby.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverKirby quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_lavina 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 5 endor townsperson townsperson smuggler_fence_lavina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverLavina quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_layton 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 5 naboo townsperson townsperson smuggler_fence_layton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverLayton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_lennox 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 3 yavin4 townsperson townsperson smuggler_fence_lennox.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverLennox quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_lucia 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 2 dathomir townsperson townsperson smuggler_fence_lucia.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:alternate_quest_name=smuggle_pvp_5,string:task_name=deliverLucia quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_marla 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 2 lok townsperson townsperson smuggler_fence_marla.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverMarla quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_morris 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 3 dathomir townsperson townsperson smuggler_fence_morris.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:alternate_quest_name=smuggle_pvp_5,string:task_name=deliverMorris quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_nola 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 4 dantooine townsperson townsperson smuggler_fence_nola.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverNola quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_norris 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 1 talus townsperson townsperson smuggler_fence_norris.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverNorris quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_quinton 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 2 endor townsperson townsperson smuggler_fence_quinton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:alternate_quest_name=smuggle_pvp_4,string:task_name=deliverQuinton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_rolo 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 1 yavin4 townsperson townsperson smuggler_fence_rolo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverRolo quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_ruab 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 3 naboo townsperson townsperson smuggler_fence_ruab.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverRuab quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_sarlin 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 4 tatooine townsperson townsperson smuggler_fence_sarlin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverSarlin quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_serina 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 2 corellia townsperson townsperson smuggler_fence_serina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverSerina quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_seth 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 3 talus townsperson townsperson smuggler_fence_seth.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverSeth quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_simon 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 2 talus townsperson townsperson smuggler_fence_simon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverSimon quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_tylar 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 4 dathomir townsperson townsperson smuggler_fence_tylar.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:task_name=deliverTylar quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_wardell 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 3 corellia townsperson townsperson smuggler_fence_wardell.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverWardell quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_wren 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 4 tatooine townsperson townsperson smuggler_fence_wren.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverWren quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_yaron 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 4 corellia townsperson townsperson smuggler_fence_yaron.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverYaron quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 -smuggler_fence_zola 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 4 rori townsperson townsperson smuggler_fence_zola.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverZola quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 yes -smuggler_male 14 0 1 0 0 NORMAL global thug thug male_criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -smuggler_patrol_bh_1 10 1 -1 0 0 NORMAL Bounty Hunter - Generic 1 global smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military general_rifle general_pistol bounty_hunter_1 bounty_hunter_1 0 6 -smuggler_patrol_bh_2 20 1 -1 0 0 NORMAL Bounty Hunter - Illicit 1 global smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military general_rifle general_pistol bounty_hunter_2 bounty_hunter_2 0 6 -smuggler_patrol_bh_3 30 1 -1 0 0 NORMAL Bounty Hunter-Illicit 2 global smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.smuggler_spawn_enemy military military general_rifle general_pistol bounty_hunter_3 bounty_hunter_3 0 6 1 -smuggler_patrol_borvos_1 50 0 0 0 0 NORMAL Smuggler Patrol Tier 5 Borvos global smuggler_enemy borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine bounty_hunter_8 bounty_hunter_8 0 12 1 -smuggler_patrol_borvos_2 60 0 0 0 0 NORMAL Smuggler Patrol Tier 5 Borvos global smuggler_enemy borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 yes -smuggler_patrol_elite 70 0 0 0 0 ELITE Smugler Patrol Elite Enforcer - Valarian global smuggler_enemy mercenary_elite 1 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc int:bossEnemy=1 ai.smuggler_spawn_enemy pirate pirate pirate_polearm pirate_pistol smuggler_special_6 smuggler_special_6 0 12 yes -smuggler_patrol_elite_2 80 1 0 0 0 ELITE Smugler Patrol Elite Enforcer - Borvos global smuggler_enemy dressed_borvos_champion.iff 1 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/elite_npc:elite_npc_61_70 elite_npc_8 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc int:bossEnemy=1 ai.smuggler_spawn_enemy pirate pirate pirate_polearm pirate_pistol smuggler_special_9 smuggler_special_9 0 12 yes -smuggler_patrol_elite_3 80 1 0 0 0 ELITE Smugler Patrol Elite Enforcer - Jabba global smuggler_enemy tatooine_jabba_thief 1 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/npc 71_70 elite_npc_8 col_aurebesh_tiles,col_shattered_shard_03 npc int:bossEnemy=1 ai.smuggler_spawn_enemy pirate pirate pirate_polearm pirate_pistol smuggler_special_9 smuggler_special_9 0 12 yes -smuggler_patrol_elite_4 80 1 0 0 0 ELITE Smugler Patrol Elite Enforcer - Nym global smuggler_enemy nym_pirate_elite 1 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/npc 71_70 elite_npc_8 col_aurebesh_tiles,col_shattered_shard_03 npc int:bossEnemy=1 ai.smuggler_spawn_enemy pirate pirate pirate_polearm pirate_pistol smuggler_special_9 smuggler_special_9 0 12 1 -smuggler_patrol_jabba_1 70 0 0 0 0 NORMAL Smuggler Patrol Tier 5 Jabba global smuggler_enemy tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 4 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine bounty_hunter_9 bounty_hunter_9 0 12 1 -smuggler_patrol_jabba_2 80 0 0 0 0 NORMAL Smuggler Patrol Tier 5 Jabba global smuggler_enemy tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 1 -smuggler_patrol_mos_eisly_1 10 0 0 0 0 NORMAL Mos Eisly Inspector - Generic tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 6 1 -smuggler_patrol_mos_eisly_2 20 0 0 0 0 NORMAL Mos Eisly Inspector - Illicit tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 6 1 -smuggler_patrol_mos_entha_1 10 0 0 0 0 NORMAL Mos Entha Inspector - Generic tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 6 1 -smuggler_patrol_mos_entha_2 20 0 0 0 0 NORMAL Mos Entha Inspector - Illicit tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 6 1 -smuggler_patrol_mos_espa_1 10 0 0 0 0 NORMAL Mos Espa Inspector - Generic tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 6 1 -smuggler_patrol_mos_espa_2 20 0 0 0 0 NORMAL Mos Espa Inspector - Illicit tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 6 1 -smuggler_patrol_nym_1 80 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Nym global smuggler_enemy nym_pirate_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_9 smuggler_9 0 12 1 -smuggler_patrol_nym_2 80 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Nym global smuggler_enemy nym_brawler 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine bounty_hunter_9 bounty_hunter_9 0 12 1 -smuggler_patrol_thief_1 10 0 0 0 0 NORMAL Smuggler Patrol Tier 1 tatooine smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 6 1 -smuggler_patrol_thief_10 60 0 0 0 0 NORMAL Smuggler Patrol Tier 4 dathomir smuggler_enemy criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 10 1 -smuggler_patrol_thief_11 65 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Illicit dathomir smuggler_enemy criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 10 1 -smuggler_patrol_thief_12 80 0 0 0 0 NORMAL Smuggler Patrol Tier 5 dathomir smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 1 -smuggler_patrol_thief_13 65 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Illicit talus smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 10 1 -smuggler_patrol_thief_14 80 0 0 0 0 NORMAL Smuggler Patrol Tier 5 yavin4 smuggler_enemy mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 1 -smuggler_patrol_thief_15 65 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Illicit dantooine smuggler_enemy mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 10 1 -smuggler_patrol_thief_2 20 0 0 0 0 NORMAL Smuggler Patrol Tier 1 Illicit tatooine smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 6 1 -smuggler_patrol_thief_3 25 0 0 0 0 NORMAL Smuggler Patrol Tier 2 naboo smuggler_enemy dressed_naboo_police.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 8 -smuggler_patrol_thief_4 40 6 -2 0 0 NORMAL Smuggler Patrol Tier 3 lok smuggler_enemy criminal_thug 0 0 45 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.smuggler_spawn_enemy military military pirate_pistol pirate_pistol smuggler_3 smuggler_3 0 8 -smuggler_patrol_thief_5 30 0 0 0 0 NORMAL Smuggler Patrol Tier 2 Illicit corellia smuggler_enemy corsec_detective 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles npc ai.smuggler_spawn_enemy military military pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 6 1 -smuggler_patrol_thief_6 50 0 0 0 0 NORMAL Smuggler Patrol Tier 3 Illicit rori smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_4 smuggler_4 0 8 1 -smuggler_patrol_thief_7 60 0 0 0 0 NORMAL Smuggler Patrol Tier 3 Illicit rori smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_6 smuggler_6 0 10 1 -smuggler_patrol_thief_8 60 0 0 0 0 NORMAL Smuggler Patrol Tier 4 endor smuggler_enemy criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_6 smuggler_6 0 10 1 -smuggler_patrol_thief_9 80 0 0 0 0 NORMAL Smuggler Patrol Tier 5 endor smuggler_enemy criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 1 -smuggler_patrol_valarian_1 40 0 0 0 0 NORMAL Smuggler Patrol Tier 3 Valarian global smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 valarian npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 12 1 -smuggler_patrol_valarian_2 40 0 0 0 0 NORMAL Smuggler Patrol Tier 3 Valarian global smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 valarian npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 12 yes -smuggler_profession_quest_radeld 100 0 0 0 0 NORMAL townsperson radeld.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_smuggler_radeld rebel military commando_ranged commando_melee commoner_10 commoner_10 0 2 1 -snorbal 35 -3 3 0 0 NORMAL lok snorbal snorbal_hue.iff 1 1.1 2 0 0 0 0 0 0 0 0 2 1 milk_wild 545 meat_herbivore 440 hide_leathery 400 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 -snorbal_matriarch 35 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 1.5 1.7 1 35 35 0 -1 -1 0 0 0 2 1 milk_wild 600 meat_herbivore 475 hide_leathery 435 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 yes -snorbal_titanic_demolisher 38 0 0 5 0 NORMAL lok snorbal snorbal_hue.iff 1.5 2 2 45 30 0 0 -1 -1 0 -1 2 1 570 meat_herbivore 455 hide_leathery 420 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 highAttackUtilityWeak herbivore elephant_3 elephant_3 8 8 -solcar_dienbel 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_solcar_dienbel.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -som_8t88 1 0 0 0 0 NORMAL mustafar mustafar_miner som/8t88.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_droid mustafar_droid npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes -som_ancient_jundak 84 0 0 0 0 ELITE mustafar jundak som/jundak.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 1 40 meat_insect 48 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak highAbilitySpeedStrong carnivore mantis_5 generic_creature_special_6 9 9 instant -som_ash_scale 89 0 0 0 0 ELITE mustafar tanray som/tanray.iff 0.08 0.08 2 2 1 26 meat_reptilian 38 hide_scaley defaultProfile 1 100 mustafar/mustafar_ash_scale mustafar_ash_scale 18 tanray carnivore 100 100 bull_5 bull_5 9 9 instant -som_battlefield_ak_1a 82 0 0 0 0 BOSS mustafar droid_army droid_army som/cww8_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid object/weapon/ranged/droid/droid_cww8_01.iff som_battlefield_ak_1a som_battlefield_ak_1a 18 12 instant -som_battlefield_ak_3 82 0 0 0 0 BOSS mustafar droid_army droid_army som/cww8a_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid object/weapon/ranged/droid/droid_cww8_02.iff som_battlefield_ak_3 som_battlefield_ak_3 18 12 instant -som_battlefield_commander 84 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/hk77.iff 1.6 1.6 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_forward_cmdr mustafar_trial_forward_cmdr col_shattered_shard_02 android 100 100 100 100 1 object/weapon/ranged/droid/droid_hk77_boss.iff som_battlefield_commander som_battlefield_commander 24 9 instant -som_battlefield_droid_soldier 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1 1 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 24 24 instant -som_battlefield_droid_squad_leader 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.1 1.1 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_elite.iff droid_special_6 spider_5 24 24 instant -som_battlefield_elite_guard 82 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 100 100 100 object/weapon/ranged/droid/droid_hk77_elite.iff som_battlefield_elite_guard som_battlefield_elite_guard 24 24 -som_battlefield_foreman_koseyet 80 0 0 0 0 NORMAL mustafar mustafar_miner som/battlefield_foreman.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc mustafar_miner commoner_8 commoner_8 0 24 instant -som_battlefield_gk_5 83 0 0 0 0 BOSS mustafar droid_army droid_army som/union_sentry_droid.iff 1 1 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_union_sentry.iff som_battlefield_gk_5 som_battlefield_gk_5 24 24 -som_battlefield_miner 80 0 0 0 0 NORMAL mustafar mustafar_miner mustafar_miners som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc mustafar_miner commoner_8 commoner_8 0 24 1 -som_battlefield_mining_droid 80 0 0 0 0 NORMAL mustafar mustafar_miner mustafar_miners probot.iff 0 0 10 0 0 0 0 0 0 1.8 droid object/weapon/ranged/droid/droid_probot_ranged.iff droid_8 droid_8 0 24 -som_battlefield_mining_leader 80 0 0 0 0 NORMAL mustafar mustafar_miner mustafar_miners som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc mustafar_miner commoner_8 commoner_8 0 24 -som_berkens_flow_lava_beetle 74 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.08 medAttackDamageStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 -som_berkens_flow_lava_beetle_queen 82 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.4 1.6 2 0 0 0 0 0 0 0 -1 2 1 24 meat_insect 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 -som_berkens_flow_lava_beetle_soldier 80 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 22 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.001 medAttackDamageStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 -som_berkens_flow_lava_beetle_worker 76 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.04 medAttackDamageStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 -som_berkens_flow_tanray 79 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray 0.005 highAttackAbilityAvg carnivore tanray_5 tanray_5 24 24 yes -som_berkens_flow_tanray_crowned 83 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.2 0.3 1 0 0 0 0 0 0 0 -1 2 1 24 meat_reptilian 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard col_glass_shelving_02 18 tanray medAbilitySpeedStrong carnivore tanray_5 tanray_5 9 9 1 -som_berkens_flow_tanray_prowler 82 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 23 meat_reptilian 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray medTankUtilityAvg carnivore tanray_5 tanray_5 24 24 1 -som_berkens_flow_tanray_stalker 80 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 21 meat_reptilian 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray 0.001 highAttackAbilityAvg carnivore tanray_5 tanray_5 24 24 -som_berkens_flow_tulrus 76 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 30 meat_wild 24 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus 0.04 highTankDefenseStrong carnivore bull_5 bull_5 24 24 yes -som_berkens_flow_tulrus_bull 81 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.3 1.6 1 0 0 0 0 0 0 0 -1 2 1 37 meat_wild 27 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus highTankUtilityAvg carnivore bull_5 bull_5 24 24 -som_berkens_flow_tulrus_matriarch 78 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 33 meat_wild 26 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus 0.008 highTankDefenseStrong carnivore bull_5 bull_5 24 24 -som_berkens_flow_xandank 75 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.05 highAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 yes -som_berkens_flow_xandank_packleader 83 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.3 1.4 1 0 0 0 0 0 0 0 -1 2 1 25 meat_insect 34 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank col_glass_shelving_02 18 xandank carnivore predatory_cat_5 predatory_cat_5 9 9 1 -som_berkens_flow_xandank_prowler 80 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 23 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.001 highAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 1 -som_berkens_flow_xandank_stalker 78 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1 1.3 1 0 0 0 0 0 0 0 -1 2 1 21 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.008 highAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 -som_blackguard 72 0 0 0 0 NORMAL mustafar blackguard som/blackguard.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_blackguard mustafar_blackguard col_round_red_cut_gem_01 npc pirate_carbine unarmed commando_7 melee_7 24 24 -som_blackguard_elite 74 0 0 0 0 NORMAL mustafar blackguard som/blackguard_elite.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_blackguard mustafar_blackguard col_round_red_cut_gem_01 npc pirate_carbine pirate_carbine commando_special_6 commando_special_6 3 3 yes -som_blackguard_wilder 78 0 0 0 0 NORMAL mustafar blackguard som/blackguard_wilder.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_blackguard mustafar_blackguard col_round_red_cut_gem_01 npc jedi_dark pirate_carbine jedi_special_6 jedi_special_6 3 3 yes -som_blackguard_wilder_elite 80 0 0 0 0 ELITE mustafar blackguard som/blackguard_wilder.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_blackguard mustafar_blackguard col_glass_shelving_02, col_round_red_cut_gem_01 npc jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 12 8 -som_blistmok 1 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok carnivore raptor_4 raptor_4 0 2 instant -som_blistmok_shrieker 82 0 0 0 0 ELITE mustafar blistmok som/blistmok_shrieker.iff 1.7 1.7 0 2 1 19 meat_reptilian 22 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok_shrieker mustafar_blistmok_shrieker carnivore snare_defense=100,root_defense=100 raptor_5 raptor_5 9 9 yes -som_blistmok_trampler 82 0 0 0 0 NORMAL mustafar blistmok som/blistmok_trampler.iff 2.1 2.1 0 2 1 19 meat_reptilian 22 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok_trampler mustafar_blistmok_trampler carnivore 100 snare_defense=100,root_defense=100 raptor_5 raptor_5 3 3 yes -som_blistmok_ura_jen 80 0 0 0 0 ELITE mustafar blistmok som/blistmok.iff 1.6 1.6 2 0 0 0 0 0 0 0 -1 2 1 32 meat_reptilian 40 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok medAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 yes -som_burning_plains_blistmok 72 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.08 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 1 yes -som_burning_plains_blistmok_plains_stalker 76 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.3 1.5 2 0 0 0 0 0 0 0 -1 2 1 24 meat_reptilian 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.04 highAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 yes -som_burning_plains_blistmok_raptor 74 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 21 meat_reptilian 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok col_glass_shelving_02 0.07 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 yes -som_burning_plains_blistmok_terroraptor 80 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.4 1.7 2 0 0 0 0 0 0 0 -1 2 1 26 meat_reptilian 36 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.001 highAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 -som_burning_plains_lava_beetle 72 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.08 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 -som_burning_plains_lava_beetle_queen 80 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.4 1.6 2 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.001 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 -som_burning_plains_lava_beetle_soldier 77 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.009 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 -som_burning_plains_lava_beetle_worker 73 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 25 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.08 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 yes -som_burning_plains_tanray 74 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 17 meat_reptilian 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray 0.08 highAttackAbilityAvg carnivore tanray_5 tanray_5 24 24 yes -som_burning_plains_tanray_creeper 76 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 19 meat_reptilian 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard col_glass_shelving_02 18 tanray 0.04 highAttackAbilityAvg carnivore tanray_5 tanray_5 24 24 yes -som_burning_plains_tanray_crowned 81 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.2 0.3 2 0 0 0 0 0 0 0 -1 2 1 22 meat_reptilian 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray highAttackAbilityAvg carnivore tanray_5 tanray_5 9 9 1 yes -som_burning_plains_tanray_ripper 78 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 2 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray 0.005 highAttackAbilityAvg carnivore tanray_5 tanray_5 9 9 -som_burning_plains_xandank 73 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.08 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 yes -som_burning_plains_xandank_packleader 80 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.3 1.4 1 0 0 0 0 0 0 0 -1 2 1 22 meat_insect 32 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.001 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 9 9 1 -som_burning_plains_xandank_prowler 77 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank col_glass_shelving_02 18 xandank 0.009 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 1 -som_burning_plains_xandank_stalker 75 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1 1.3 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.05 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 -som_chief_armstrong 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_foreman_chivos.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_chief_glost 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_foreman_chivos.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 instant -som_col_narl 82 0 0 0 0 ELITE CREDITS mustafar treasure_hunter col_narl.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_narl mustafar_narl npc 90 90 100 commando_ranged pirate_unarmed commando_special_6 melee_special_6 9 9 yes -som_coyn_captain 82 0 0 0 0 ELITE CREDITS mustafar coyn som/coyn_captain.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn_captain mustafar_coyn_captain col_shattered_shard_02 npc 90 90 100 commando_ranged imperial_sword commando_special_6 melee_special_6 9 9 instant -som_coyn_commander 85 0 0 0 0 ELITE CREDITS mustafar coyn som/coyn_commander.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn_commander mustafar_coyn_commander col_shattered_shard_02 npc 90 90 100 commando_ranged imperial_sword commando_special_6 melee_special_6 9 9 -som_coyn_commando 79 0 0 0 0 NORMAL mustafar coyn som/coyn_commando.iff 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn mustafar_coyn col_round_red_cut_gem_01 npc commando_ranged imperial_sword commando_7 melee_7 24 24 yes -som_coyn_shock 80 0 0 0 0 NORMAL mustafar coyn som/coyn_shock.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn mustafar_coyn col_round_red_cut_gem_01 npc imperial_rifle imperial_pistol commando_special_6 commando_special_6 9 9 yes -som_coyn_shock_elite 82 0 0 0 0 ELITE mustafar coyn som/coyn_shock.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn mustafar_coyn col_shattered_shard_02, col_round_red_cut_gem_01 npc imperial_rifle imperial_pistol commando_special_6 commando_special_6 9 9 -som_coyn_trooper 77 0 0 0 0 NORMAL mustafar coyn som/coyn_trooper.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn mustafar_coyn col_round_red_cut_gem_01 npc imperial_rifle imperial_pistol commando_7 commando_7 24 24 yes -som_crystal_flats_blistmok 67 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 20 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.1 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 1 yes -som_crystal_flats_blistmok_crystal_stalker 72 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.3 1.5 2 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.07 highAbilitySpeedStrong carnivore raptor_5 raptor_5 3 3 yes -som_crystal_flats_blistmok_raptor 69 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 19 meat_reptilian 20 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.1 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 yes -som_crystal_flats_blistmok_terroraptor 75 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.4 1.7 2 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok col_glass_shelving_02 0.05 highAbilitySpeedStrong carnivore raptor_5 raptor_5 3 3 -som_crystal_flats_lava_beetle 69 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 14 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.1 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 -som_crystal_flats_lava_beetle_soldier 73 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.07 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 3 3 -som_crystal_flats_lava_beetle_worker 70 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.09 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 -som_crystal_flats_lava_flea 65 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 23 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.1 medTankUtilityStrong carnivore roach_5 roach_5 0 24 yes -som_crystal_flats_lava_flea_guard 70 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.09 medTankUtilityStrong carnivore roach_5 roach_5 3 3 yes -som_crystal_flats_lava_flea_queen 75 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.4 1.8 2 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea col_glass_shelving_02 0.05 medTankUtilityStrong carnivore roach_5 roach_5 0 3 -som_crystal_flats_lava_flea_strider 67 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.1 medTankUtilityStrong carnivore roach_5 roach_5 0 24 yes -som_crystal_flats_salvage_bandit_chief 72 0 0 0 0 NORMAL mustafar must_bandit som/must_salvage_bandit_leader_01.iff 1.2 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit col_contraband_set_03,col_shattered_shard_03 18 salvage_bandit npc pirate_rifle pirate_unarmed smuggler_special_6 melee_special_6 3 3 -som_crystal_flats_salvage_bandit_enforcer 70 0 0 0 0 NORMAL mustafar must_bandit som/mustafarian_m_02.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit 4 col_contraband_set_03,col_shattered_shard_03 18 salvage_bandit npc pirate_pistol pirate_pistol smuggler_7 smuggler_7 24 24 yes -som_crystal_flats_salvage_bandit_king 78 0 0 0 0 ELITE mustafar must_bandit som/mustafarian_m_02.iff 1.2 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit_king mustafar_mustafarian_bandit_king 6 col_contraband_set_03,col_shattered_shard_03 18 salvage_bandit npc 75 75 100 commando_ranged pirate_unarmed smuggler_special_6 melee_special_6 9 9 -som_crystal_flats_salvage_bandit_thug 68 0 0 0 0 NORMAL mustafar must_bandit som/must_salvage_bandit_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit 4 col_contraband_set_03,col_shattered_shard_03 18 salvage_bandit npc pirate_carbine pirate_unarmed smuggler_6 melee_6 24 24 yes -som_crystal_flats_treasure_hunter_commander 74 0 0 0 0 NORMAL mustafar treasure_hunter som_treasure_hunter 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit col_contraband_set_03,col_shattered_shard_03 npc pirate_carbine pirate_polearm officer_special_6 melee_special_6 3 3 -som_crystal_flats_treasure_hunter_merc 71 0 0 0 0 NORMAL mustafar treasure_hunter som_treasure_hunter 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit 4 col_contraband_set_03,col_shattered_shard_03 npc pirate_pistol pirate_pistol commando_7 commando_7 24 24 -som_crystal_flats_treasure_hunter_thug 69 0 0 0 0 NORMAL mustafar treasure_hunter som_treasure_hunter 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit 4 col_contraband_set_03,col_shattered_shard_03 npc pirate_pistol pirate_unarmed commando_6 melee_6 24 24 -som_cube_ithes_olok 80 0 0 0 0 NORMAL mustafar commoner som/npc_ithes_olok.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 conversation.som_cube_ithes_olok pirate_pistol pirate_carbine commoner_8 commoner_8 0 2 -som_cww8 1 0 0 0 0 NORMAL mustafar mustafar_miner som/cww8_battle_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_droid mustafar_droid droid 0 2 yes -som_cww8_decrepit_sentry 84 0 0 0 0 NORMAL mustafar mustafar_miner som/cww8_battle_droid.iff 1 1 0 2 1 100 mustafar/mustafar_droid mustafar_droid col_shattered_shard_02,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff droid_8 droid_8 24 24 yes -som_cww8_malfunctioning 82 0 0 0 0 NORMAL mustafar mustafar_miner som/cww8_battle_droid.iff 0.8 0.8 0 2 1 100 mustafar/mustafar_droid mustafar_droid col_shattered_shard_02,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff droid_8 droid_8 24 24 -som_cww8a 1 0 0 0 0 NORMAL mustafar mustafar_miner som/cww8a_battle_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_droid mustafar_droid droid 0 2 instant -som_cww8a_eradicator 88 0 0 0 0 ELITE mustafar droid_army som/cww8a_eradicator.iff 1.4 1.4 0 2 1 100 mustafar/mustafar_eradicator mustafar_eradicator col_shattered_shard_02 droid droid_special_6 droid_special_6 9 9 instant -som_deathsting 84 0 0 0 0 ELITE mustafar lava_beetle som/deathsting.iff 1.1 1.1 0 2 1 20 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_deathsting mustafar_deathsting col_shattered_shard_02 18 lava_beetle carnivore 80 80 spider_5 spider_5 9 9 instant -som_decrepit_battle_droid 83 0 0 0 0 ELITE mustafar droid_army droid_army death_watch_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android battledroid droid_special_6 droid_special_6 9 6 instant -som_decrepit_blastromech 81 0 0 0 0 ELITE mustafar droid_army droid_army blastromech.iff 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 6 instant -som_decrepit_colonel_or5 86 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army death_watch_battle_droid 0 75 75 100 60 100 25 40 85 2 2 100 mustafar/mustafar_trial_col_or5 mustafar_trial_col_or5 col_shattered_shard_02 100 colonel_or5 android battledroid droid_special_6 droid_special_6 9 9 instant -som_decrepit_cww8_combat_droid 83 0 0 0 0 BOSS mustafar droid_army droid_army som/cww8a_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 droid object/weapon/ranged/droid/droid_cww8.iff droid_special_6 droid_special_6 10 9 instant -som_decrepit_guardian 85 5 -5 0 0 BOSS CREDITS mustafar droid_army droid_army death_watch_s_battle_droid 0 75 75 100 60 100 25 40 85 1.6 1 100 mustafar/mustafar_trial_factory_guardian mustafar_trial_factory_guardian col_shattered_shard_02 android 100 100 100 100 1 object/weapon/ranged/droid/droid_union_sentry_02.iff droid_special_6 droid_special_6 10 9 instant -som_decrepit_patrol_bot 80 0 0 0 0 ELITE mustafar droid_army droid_army som/asn_121.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid droid_special_6 droid_special_6 9 6 instant -som_decrepit_super_battle_droid 85 0 0 0 0 BOSS mustafar droid_army droid_army death_watch_s_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 100 100 object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 10 9 -som_diskret_stahn 80 0 0 0 0 NORMAL mustafar commoner som/diskret_stahn.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 pirate_pistol pirate_carbine commoner_8 commoner_8 0 2 -som_doctor_lu 1 0 0 0 0 NORMAL mustafar commoner som/doc_lu.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_dying_miner 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 100 mustafar/mustafar_npc mustafar_npc npc 0 2 -som_engineer_cobar 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_foreman_chivos 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_foreman_chivos.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_carbine_low_level 0 2 -som_foreman_donko 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_foreman_chivos.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_foreman_milo 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_milo_mensix.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol_low_level 0 2 -som_foreman_nurfa 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_02.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_ig106 1 0 0 0 0 NORMAL mustafar mustafar_miner som/ig106.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_droid mustafar_droid npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_jundak 1 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 0.8 1.4 0 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak carnivore mantis_5 mantis_5 0 2 instant -som_jundak_cinderclaw 88 0 0 0 0 ELITE mustafar jundak som/cinderclaw.iff 2.1 2.1 0 2 1 23 meat_insect 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_cinderclaw mustafar_cinderclaw col_shattered_shard_02 carnivore 80 80 mantis_5 mantis_5 9 9 yes -som_jundak_devourer 88 0 0 0 0 NORMAL mustafar jundak som/jundak_devourer.iff 1.7 1.7 0 2 1 23 meat_insect 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak_devourer mustafar_jundak_devourer col_shattered_shard_02 carnivore 100 snare_defense=100,root_defense=100 mantis_5 mantis_5 3 3 1 1 yes -som_kenobi_alien_parasite 68 4 -3 0 -3 NORMAL mustafar langlatch som/som_alien_parasite.iff 0.2 0.2 2 20 0 0 15 15 45 45 -1 2 1 4 meat_carnivore 8 hide_scaley 10 bone_mammal defaultProfile creature/creature_61_70 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackDamageAvg carnivore griffon_4 griffon_4 24 24 yes -som_kenobi_ancient_guardian_droideka 78 -2 2 0 0 NORMAL mustafar assassindroid som/som_ancient_guardian_droideka.iff 0 35 35 0 0 0 -1 0 -1 1.4 1 100 mustafar/mustafar_droid mustafar_droid 4 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_7 droid_7 24 24 yes -som_kenobi_ancient_guardian_ig 78 -2 2 0 0 NORMAL mustafar assassindroid som/som_ancient_guardian_ig.iff 0 35 35 0 0 0 -1 0 -1 1.4 1 100 mustafar/mustafar_droid mustafar_droid 4 col_holo_emitter_01 android battledroid droid_7 droid_7 24 24 no -som_kenobi_blistmok 75 0 0 0 0 NORMAL mustafar blistmok som/som_kenobi_blistmok.iff 3 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok carnivore raptor_5 raptor_5 24 24 -som_kenobi_computer_technician 100 0 0 0 0 NORMAL mustafar commoner som/som_mustafarian_computer_technician.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_computer_technician unarmed unarmed commoner_10 commoner_10 0 2 -som_kenobi_crazed_hermit 77 0 0 0 0 NORMAL mustafar commoner som/som_crazed_mustafarian_hermit.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc conversation.som_kenobi_crazed_hermit unarmed unarmed medic_7 medic_7 24 24 -som_kenobi_cursed_shard_sucker 100 0 0 0 0 NORMAL mustafar commoner som/som_kenobi_sucker.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_cursed_shard_sucker unarmed unarmed commoner_10 commoner_10 0 2 -som_kenobi_dark_jedi_boss 110 0 0 0 0 BOSS CREDITS mustafar dark_jedi som/som_dark_jedi_boss.iff 1.2 1.2 0 30 45 55 55 45 0 0 0 2 1 100 mustafar/mustafar_sinistros mustafar_sinistros 18 dark_jedi npc 100 100 jedi_dark jedi_dark jedi_special_9 jedi_special_9 9 9 no -som_kenobi_dark_jedi_minion_1 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_1.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no -som_kenobi_dark_jedi_minion_2 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_2.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no -som_kenobi_dark_jedi_minion_3 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_3.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no -som_kenobi_dark_jedi_minion_4 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_4.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no -som_kenobi_dark_jedi_minion_5 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_5.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no -som_kenobi_dark_jedi_minion_mix 75 0 0 0 0 NORMAL mustafar dark_jedi som_kenobi_dark_jedi_minion 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 -som_kenobi_enclave_scavenger 72 0 0 0 0 NORMAL mustafar mustafar_scavenger criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 1 100 mustafar/mustafar_npc mustafar_npc npc imperial_pistol imperial_sword commoner_7 commoner_7 24 24 -som_kenobi_epo_qetora 100 0 0 0 0 NORMAL mustafar commoner som/som_kenobi_epo_qetora.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_epo_qetora unarmed pirate_carbine melee_10 commoner_10 0 2 no -som_kenobi_finale_minion_melee 75 0 0 0 0 NORMAL mustafar dark_jedi som_kenobi_dark_jedi_minion 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol none jedi_7 jedi_7 24 24 no -som_kenobi_finale_minion_mix 75 0 0 0 0 NORMAL mustafar dark_jedi som_kenobi_dark_jedi_minion 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 instant -som_kenobi_historian_dark_jedi 84 0 0 0 0 NORMAL mustafar dark_jedi som/som_kenobi_historian_dark_jedi.iff 1 1 0 30 45 55 55 45 0 0 0 2 npc/npc_81_90:force_dark dark_jedi4 4 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_sith_holocron,col_aurebesh_tiles,col_shattered_shard_02 18 dark_jedi npc conversation.som_kenobi_historian_dark_jedi jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 0 3 -som_kenobi_menth_paul 100 0 0 0 0 NORMAL mustafar commoner som/som_kenobi_menth_paul.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_menth_paul unarmed unarmed commoner_10 commoner_10 0 2 -som_kenobi_mining_exec 100 0 0 0 0 NORMAL mustafar commoner som/som_mustafarian_ikt.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc 1 conversation.som_kenobi_moral_exec unarmed unarmed commoner_10 commoner_10 0 2 -som_kenobi_obi_wan_glowie 255 0 0 0 0 NORMAL mustafar commoner som/obi_wan_ghost.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:ai.noChatMood=1,int:celebrity=1 conversation.som_kenobi_obi_wan unarmed unarmed jedi_10 jedi_10 0 2 -som_kenobi_pann_protocol_droid 100 0 0 0 0 NORMAL mustafar commoner som/som_pann_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.som_kenobi_collectors_business_q4p3 unarmed unarmed droid_10 droid_10 0 2 instant -som_kenobi_pwwoz_pwwa 83 0 0 0 0 ELITE mustafar dark_jedi som/som_pwwoz_pwwa.iff 1 1 0 55 55 70 60 30 30 100 40 2 1 100 npc/elite_npc:elite_force_dark_npc_81_90 mustafar_npc 4 col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc conversation.som_kenobi_pwwoz_pwwa force_sword force_sword_ranged jedi_8 jedi_8 0 3 -som_kenobi_pwwoz_thug_1 70 0 0 0 0 NORMAL mustafar thug som/som_pwwoz_thug_1.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 100 mustafar/mustafar_npc mustafar_npc 4 col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03 npc imperial_pistol imperial_sword commando_7 melee_7 24 24 -som_kenobi_pwwoz_thug_2 70 0 0 0 0 NORMAL mustafar thug som/som_pwwoz_thug_2.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 100 mustafar/mustafar_npc mustafar_npc 4 col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03 npc imperial_pistol imperial_sword commando_7 melee_7 24 24 instant -som_kenobi_reunite_dark_jedi 88 0 0 0 0 NORMAL mustafar dark_jedi_kenobi som/som_kenobi_reunite_dark_jedi.iff 1 1 0 30 45 55 55 45 0 0 0 2 npc/npc_81_90:force_dark dark_jedi5 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_sith_holocron,col_shattered_shard_02 npc int:ai.noChatMood=1 theme_park.dungeon.mustafar_trials.obiwan_finale.reunite_shard_dark_jedi_event jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes -som_kenobi_reunite_dark_trooper 83 0 0 0 0 NORMAL mustafar imperial Imperial som/som_kenobi_reunite_dark_trooper.iff 1 1 0 55 55 70 60 30 30 100 40 2 1 100 mustafar/mustafar_npc mustafar_npc col_shattered_shard_02 npc int:ai.noChatMood=1 theme_park.dungeon.mustafar_trials.obiwan_finale.reunite_shard_dark_jedi_attacker inquisition_polearm imperial_pistol commando_8 commando_8 0 24 yes -som_kenobi_reunite_inquisitorium_hunter 81 0 0 0 0 NORMAL mustafar imperial Imperial som/som_kenobi_reunite_inquisitorium_hunter.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc int:ai.noChatMood=1 theme_park.dungeon.mustafar_trials.obiwan_finale.reunite_shard_dark_jedi_attacker inquisition_sword imperial_carbine bounty_hunter_special_6 bounty_hunter_special_6 9 9 -som_kenobi_serpent_ikt 100 0 0 0 0 NORMAL mustafar commoner som/som_mustafarian_ikt.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_ikt unarmed unarmed commoner_10 commoner_10 0 2 yes -som_kenobi_serpent_thief 84 0 0 0 0 NORMAL mustafar dark_jedi som/som_kenobi_serpent_dark_jedi.iff 1 1 0 55 55 70 60 30 30 100 40 2 1 100 mustafar/mustafar_npc mustafar_npc 18 dark_jedi npc conversation.som_kenobi_serpent_thief jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 0 3 -som_kenobi_striking_mining_leader 100 0 0 0 0 NORMAL mustafar commoner som/mustafarian_m_01.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_eng_trader,col_mun_trader npc 1 conversation.som_kenobi_moral_strike_leader unarmed unarmed commoner_10 commoner_10 0 2 -som_kenobi_treasure_hunter_corpse_01 1 0 0 0 0 NORMAL mustafar mustafar_miner som/som_kenobi_treasure_hunter_corpse_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc 1 quest.task.ground.retrieve_item_on_item pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_kenobi_treasure_hunter_corpse_02 1 0 0 0 0 NORMAL mustafar mustafar_miner som/som_kenobi_treasure_hunter_corpse_02.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc 1 quest.task.ground.retrieve_item_on_item pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_kenobi_treasure_hunter_corpse_03 1 0 0 0 0 NORMAL mustafar mustafar_miner som/som_kenobi_treasure_hunter_corpse_03.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc 1 quest.task.ground.retrieve_item_on_item pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_kenobi_treasure_hunter_corpse_mix 1 0 0 0 0 NORMAL mustafar mustafar_miner nym_pirate_strong 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc 1 pirate_pistol_low_level pirate_carbine_low_level 0 2 1 yes -som_kenobi_trinity_assassin_ithorian_male 77 5 5 0 -2 NORMAL mustafar dark_jedi som/som_trinity_assassin_ithorian_male.iff 0 0 0 0 100 100 100 100 100 2 npc/npc_71_80:force_dark dark_jedi3 4 housing_improvement_05,col_sith_holocron,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_7 jedi_7 3 3 1 yes -som_kenobi_trinity_assassin_nightsister_female 77 5 5 0 -2 NORMAL mustafar dark_jedi som/som_trinity_assassin_nightsister_female.iff 0 0 0 0 100 100 100 100 100 2 npc/npc_71_80:force_dark dark_jedi3 4 housing_improvement_05,col_sith_holocron,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_7 jedi_7 3 3 1 yes -som_kenobi_trinity_assassin_zabrak_female 77 5 5 0 -2 NORMAL mustafar dark_jedi som/som_trinity_assassin_zabrak_female.iff 0 0 0 0 100 100 100 100 100 2 npc/npc_71_80:force_dark dark_jedi3 4 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_7 jedi_7 3 3 1 yes -som_kenobi_tulrus 82 0 0 0 0 NORMAL mustafar tulrus som/som_kenobi_reunite_tulrus.iff 1.6 1.6 0 0 0 0 0 0 0 0 0 2 1 42 meat_wild 33 hide_leathery 1 100 mustafar/mustafar_tulrus mustafar_tulrus 18 tulrus carnivore bull_5 bull_5 9 9 -som_kweeta 80 0 0 0 0 NORMAL mustafar commoner som/npc_kweeta.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 pirate_pistol pirate_carbine commoner_8 commoner_8 0 2 -som_lava_beetle 1 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 22 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle carnivore roach_4 roach_4 0 2 -som_lava_flea 68 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 23 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 0 2 -som_lava_flea_preorder 10 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 0 2 instant -som_lava_flea_smoldering 80 0 0 0 0 ELITE mustafar lava_flea som/lava_flea_smoldering.iff 2 2 0 2 1 19 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_flea_smoldering mustafar_flea_smoldering carnivore 80 80 roach_5 roach_5 9 9 yes -som_link_lava_beetle_defender 80 4 0 0 0 ELITE mustafar link_beetle som/kubaza_beetle.iff 1.5 1.5 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile 1 80 carnivore 75 75 roach_5 roach_5 9 8 -som_link_lava_beetle_drone 80 0 0 0 0 NORMAL mustafar link_beetle som/kubaza_beetle.iff 0.9 0.9 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile carnivore roach_5 roach_5 0 2 instant -som_link_lava_beetle_foreman 80 4 0 0 0 BOSS CREDITS mustafar link_beetle som/kubaza_beetle.iff 3.2 3.2 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_trial_foreman mustafar_trial_foreman carnivore 100 100 100 100 1 roach_5 roach_5 9 8 yes -som_link_lava_beetle_soldier 80 2 0 0 0 NORMAL mustafar link_beetle som/kubaza_beetle.iff 1.3 1.3 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile carnivore roach_5 roach_5 6 6 -som_link_lava_beetle_worker 80 0 0 0 0 NORMAL mustafar link_beetle som/kubaza_beetle.iff 1.1 1.1 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile carnivore roach_5 roach_5 0 6 -som_link_relay_droid 55 0 0 0 0 NORMAL mustafar link_player som/must_mining_droid_mark_03.iff 0 0 0 0 0 0 0 0 -1 2 droid droid_5 droid_5 0 2 instant -som_lislot_bloodscar 80 0 0 0 0 ELITE CREDITS mustafar treasure_hunter lislot_bloodscar.iff 1.3 1.3 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_lislot mustafar_lislot npc 75 75 100 100 pirate_pistol pirate_pistol smuggler_special_6 smuggler_special_6 9 9 -som_miner_hens 1 0 0 0 0 NORMAL mustafar mustafar_miner som/miner_hens.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_mining_droid_bucket 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_mining_droid_mark_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_mining_droid_claw 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_mining_droid_mark_02.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_mining_droid_fork 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_mining_droid_mark_03.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes -som_mustafarian_corrupt_security_guard 70 0 0 0 0 NORMAL mustafar mustafar_corrupt_guard som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_aurebesh_tiles,col_shattered_shard_03 npc pirate_pistol pirate_carbine commando_7 commando_7 24 24 -som_mustafarian_junk 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_junk.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_mustafarian_miner 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_mustafarian_miner_a 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_mustafarian_miner_b 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_02.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes -som_mustafarian_miner_crazed 69 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_round_red_cut_gem_01 npc rebel_pistol rebel_unarmed commoner_6 melee_6 24 24 yes -som_mustafarian_phantom_bandit 69 0 0 0 0 NORMAL mustafar mustafar_miner som/som_mustafarian_phantom_bandit.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol pirate_unarmed smuggler_6 melee_6 24 24 -som_mustafarian_salvage_bandit 75 0 0 0 0 NORMAL mustafar must_bandit som/must_salvage_bandit_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_round_red_cut_gem_01 npc pirate_carbine smuggler_7 24 24 -som_mustafarian_salvage_bandit_leader 80 0 0 0 0 NORMAL mustafar must_bandit som/mustafarian_m_02.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_round_red_cut_gem_01 npc 100 snare_defense=100,root_defense=100 snare_defense=100,root_defense=100 pirate_carbine smuggler_special_6 24 24 yes -som_mustafarian_salvage_leader 80 0 0 0 0 NORMAL mustafar must_bandit som/mustafarian_m_02.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 mustafar_npc housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc pirate_carbine pirate_unarmed officer_special_6 melee_special_6 9 9 -som_mustafarian_scout 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_scout.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_mustafarian_striking_miner 70 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 100 mustafar/mustafar_npc mustafar_npc col_aurebesh_tiles,col_shattered_shard_03 npc pirate_pistol jedi_dark_ranged jedi_7 jedi_7 0 24 -som_naboo_historian 1 0 0 0 0 NORMAL mustafar commoner som/naboo_historian.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_neimoidian 1 0 0 0 0 NORMAL mustafar mustafar_miner som/neimoidian.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes -som_nesting_grounds_jundak 78 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 25 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak 4 0.008 highAttackUtilityStrong carnivore mantis_5 mantis_5 24 24 yes -som_nesting_grounds_jundak_bloated 84 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 1.1 1.5 0 0 0 0 0 0 0 0 -1 2 1 28 meat_insect 38 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak highAbilitySpeedStrong carnivore mantis_5 mantis_5 3 3 yes -som_nesting_grounds_jundak_shrieker 80 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 0.9 1.3 0 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak 5 0.001 highAttackUtilityStrong carnivore mantis_5 mantis_5 24 24 1 yes -som_nesting_grounds_jundak_stalker 82 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 1 1.4 0 0 0 0 0 0 0 0 -1 2 1 27 meat_insect 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak highAbilitySpeedAvg carnivore mantis_5 mantis_5 24 24 -som_nesting_grounds_tulrus 78 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 22 meat_wild 19 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus 0.008 highTankDefenseStrong carnivore bull_5 bull_5 24 24 yes -som_nesting_grounds_tulrus_ancient 82 0 0 0 0 ELITE mustafar tulrus som/tulrus.iff 1.5 1.6 1 0 0 0 0 0 0 0 -1 2 1 33 meat_wild 24 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus highTankUtilityStrong carnivore bull_5 bull_5 12 8 yes -som_nesting_grounds_tulrus_bull 81 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.3 1.6 1 0 0 0 0 0 0 0 -1 2 1 30 meat_wild 22 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus highTankUtilityAvg carnivore bull_5 bull_5 24 24 -som_nesting_grounds_tulrus_matriarch 80 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 28 meat_wild 20 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus 0.001 highTankDefenseStrong carnivore bull_5 bull_5 24 24 yes -som_orf_ancient_guard_droid 87 0 0 0 0 ELITE mustafar orf_security som/cww8a_battle_droid.iff 0.8 0.8 4 2 1 100 mustafar/mustafar_droid mustafar_droid col_holo_emitter_01 droid 100 100 object/weapon/ranged/droid/droid_cww8_01.iff droid_special_6 droid_special_6 9 8 -som_orf_ancient_patrol_drone 84 0 0 0 0 NORMAL mustafar orf_security som/cww8_battle_droid.iff 0.8 0.8 1 2 1 100 mustafar/mustafar_droid mustafar_droid col_holo_emitter_01 droid object/weapon/ranged/droid/droid_cww8.iff droid_8 droid_8 24 2 -som_orf_ancient_security_drone 85 0 0 0 0 NORMAL mustafar orf_security som/cww8_battle_droid.iff 0.8 0.8 2 2 1 100 mustafar/mustafar_droid mustafar_droid col_holo_emitter_01 droid object/weapon/ranged/droid/droid_cww8.iff droid_8 droid_8 24 2 yes -som_orf_ancient_sentinel_droid 86 0 0 0 0 NORMAL mustafar orf_security som/cww8a_battle_droid.iff 0.8 0.8 3 2 1 100 mustafar/mustafar_droid mustafar_droid col_holo_emitter_01 droid 100 100 object/weapon/ranged/droid/droid_cww8_01.iff droid_8 droid_8 24 2 instant -som_orf_ancient_tulrus 85 0 0 0 0 BOSS mustafar orf_tulrus som/orf_tulrus.iff 0 2 1 27 meat_wild 21 hide_leathery defaultProfile 1 100 mustafar/mustafar_orf_tulrus mustafar_orf_tulrus col_kill_tulrus_activation_loot carnivore 100 100 1 bull_5 bull_5 9 2 instant -som_orf_ancient_xandank 87 0 0 0 0 BOSS mustafar orf_xandank som/orf_xandank.iff 0 2 1 24 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_orf_xandank mustafar_orf_xandank carnivore 100 100 100 1 predatory_cat_5 predatory_cat_5 9 2 -som_orf_beetle_hatchling 84 0 0 0 0 NORMAL mustafar orf_beetle som/kubaza_beetle.iff 2 1 21 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle carnivore roach_5 roach_5 24 24 yes -som_orf_beetle_soldier 86 0 0 0 0 NORMAL mustafar orf_beetle som/kubaza_beetle.iff 2 1 21 meat_insect 32 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle carnivore roach_5 roach_5 24 24 -som_orf_beetle_worker 85 0 0 0 0 NORMAL mustafar orf_beetle som/kubaza_beetle.iff 2 1 21 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle carnivore roach_5 roach_5 24 24 -som_orf_flea_hatchling 83 0 0 0 0 NORMAL mustafar orf_flea som/lava_flea.iff 0.3 0.3 2 1 20 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 24 24 -som_orf_flea_juvenile 84 0 0 0 0 NORMAL mustafar orf_flea som/lava_flea.iff 0.4 0.4 2 1 20 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 24 24 yes -som_orf_flea_starving 85 0 0 0 0 NORMAL mustafar orf_flea som/lava_flea.iff 0.5 0.5 2 1 20 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 24 24 -som_pei_yi 80 0 0 0 0 NORMAL mustafar commoner som/pei_yi.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 pirate_pistol pirate_carbine commoner_8 commoner_8 0 2 instant -som_pulverizer 89 0 0 0 0 ELITE mustafar droid_army som/union_sentry_droid.iff 1.35 1.35 0 2 1 100 mustafar/mustafar_pulverizer mustafar_pulverizer droid droid_special_6 droid_special_6 9 9 -som_reporter_jural 1 0 0 0 0 NORMAL mustafar commoner som/reporter_jural.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 -som_reporter_talper 1 0 0 0 0 NORMAL mustafar commoner som/reporter_talper.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes -som_ruins_hunter 80 0 0 0 0 NORMAL mustafar ruin_hunter som_ruin_hunters 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_ruins mustafar_ruins col_round_red_cut_gem_01 npc pirate_pistol pirate_unarmed bounty_hunter_8 melee_8 24 24 instant -som_ruins_leader 85 0 0 0 0 ELITE mustafar ruin_hunter som/ruins_patron.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_ruins_leader mustafar_ruins_leader col_round_red_cut_gem_01 npc pirate_pistol pirate_unarmed bounty_hunter_special_6 melee_special_6 9 9 yes -som_ruins_stalker 82 0 0 0 0 NORMAL mustafar ruin_hunter som_ruin_hunters 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_ruins mustafar_ruins col_round_red_cut_gem_01 npc pirate_pistol pirate_unarmed bounty_hunter_special_6 melee_special_6 9 9 instant -som_sansii_kursk 82 0 0 0 0 BOSS CREDITS mustafar blackguard som/sansii.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_sansii mustafar_sansii npc 90 90 100 100 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes -som_scorching_terror 84 0 0 0 0 NORMAL mustafar lava_beetle som/scorching_terror.iff 2.5 2.5 0 2 1 20 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_scorching_terror mustafar_scorching_terror 18 lava_beetle carnivore bull_5 bull_5 3 3 instant -som_sherkar 90 0 0 0 0 BOSS mustafar sherkar som/sher_kar.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 60 meat_insect 85 hide_scaley defaultProfile 2 100 mustafar/mustafar_trial_sherkar mustafar_trial_sherkar 100 sher_kar carnivore 100 100 100 theme_park.dungeon.mustafar_trials.sher_kar.sher_kar spider_5 spider_5 12 9 instant -som_sherkar_consort 80 0 0 0 0 BOSS CREDITS mustafar sherkar som/sher_kar.iff 0.65 0.65 3 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_sherkar_consort mustafar_sherkar_consort 18 sherkar_minion carnivore 100 100 100 100 1 theme_park.dungeon.mustafar_trials.sher_kar.malfosa spider_5 spider_5 24 24 instant -som_sherkar_karling 83 0 0 0 0 ELITE mustafar sherkar som/sher_kar.iff 0.13 0.13 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 33 hide_scaley defaultProfile 1 80 18 sherkar_minion carnivore snare_defense=100,root_defense=100 theme_park.dungeon.mustafar_trials.sher_kar.karling spider_5 spider_5 9 9 instant -som_sherkar_praetorian 85 0 0 0 0 ELITE CREDITS mustafar sherkar som/sher_kar.iff 0.3 0.3 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 33 hide_scaley defaultProfile 1 80 18 sherkar_minion carnivore snare_defense=100,root_defense=100 theme_park.dungeon.mustafar_trials.sher_kar.praetorian spider_5 spider_5 9 9 instant -som_sherkar_symbiot 85 0 0 0 0 ELITE mustafar sherkar som/sher_kar.iff 0.15 0.15 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 33 hide_scaley defaultProfile 1 80 18 sherkar_minion carnivore snare_defense=100,root_defense=100 theme_park.dungeon.mustafar_trials.sher_kar.life_sapper spider_5 spider_5 9 9 yes -som_smoking_forest_blistmok 69 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 23 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.1 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 1 yes -som_smoking_forest_blistmok_forest_stalker 74 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.3 1.5 2 0 0 0 0 0 0 0 -1 2 1 21 meat_reptilian 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.07 highAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 yes -som_smoking_forest_blistmok_raptor 72 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.08 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 yes -som_smoking_forest_blistmok_terroraptor 78 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.4 1.7 2 0 0 0 0 0 0 0 -1 2 1 24 meat_reptilian 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.008 highAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 -som_smoking_forest_lava_beetle 70 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.09 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 -som_smoking_forest_lava_beetle_queen 78 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.4 1.6 2 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.008 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 -som_smoking_forest_lava_beetle_soldier 75 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.05 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 -som_smoking_forest_lava_beetle_worker 71 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 25 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.09 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 -som_smoking_forest_lava_flea 68 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.1 medTankUtilityStrong carnivore roach_5 roach_5 0 24 yes -som_smoking_forest_lava_flea_guard 72 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.08 medTankUtilityStrong carnivore roach_5 roach_5 9 9 yes -som_smoking_forest_lava_flea_queen 76 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.4 1.8 2 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.04 medTankUtilityStrong carnivore roach_5 roach_5 9 9 -som_smoking_forest_lava_flea_strider 69 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.1 medTankUtilityStrong carnivore roach_5 roach_5 0 24 -som_smoking_forest_xandank 71 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.09 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 1 -som_smoking_forest_xandank_prowler 75 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 23 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.05 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 1 -som_smoking_forest_xandank_stalker 73 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 21 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.08 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 instant -som_storm_lord 90 0 0 0 0 BOSS CREDITS mustafar storm_lord som/storm_lord.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 3 100 mustafar/mustafar_storm_lord mustafar_storm_lord col_shattered_shard_02 npc 100 100 100 100 1 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes -som_storm_lord_blistmok 80 0 0 0 0 NORMAL mustafar storm_lord som/blistmok.iff 1.2 1.4 1 0 0 0 0 0 0 0 -1 2 1 24 meat_reptilian 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok medAbilitySpeedStrong carnivore generic_creature_8 generic_creature_8 24 24 -som_storm_lord_guard 82 0 0 0 0 NORMAL mustafar storm_lord som/storm_lord_guard.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm mustafar_storm col_shattered_shard_02, col_round_red_cut_gem_01 npc snare_defense=100,root_defense=100 pirate_polearm pirate_polearm commando_special_6 commando_special_6 3 3 yes -som_storm_lord_high_priest 85 0 0 0 0 ELITE mustafar storm_lord som/storm_lord_touched.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm mustafar_storm col_shattered_shard_02 npc 100 snare_defense=100,root_defense=100 imperial_sword force_sword_ranged medic_8 medic_8 12 8 -som_storm_lord_minion 80 0 0 0 0 NORMAL mustafar storm_lord som/storm_lord_minion.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm mustafar_storm col_round_red_cut_gem_01 npc pirate_carbine pirate_carbine commando_8 commando_8 24 24 instant -som_storm_lord_prophet 87 0 0 0 0 ELITE CREDITS mustafar storm_lord som/storm_lord_prophet.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm_lord_prophet mustafar_storm_lord_prophet col_shattered_shard_02 npc 100 snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes -som_storm_lord_touched 83 0 0 0 0 NORMAL mustafar storm_lord som/storm_lord_touched.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm mustafar_storm col_shattered_shard_02 npc imperial_sword force_sword_ranged commando_8 commando_8 24 24 -som_striking_camp_miner 70 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc rebel_carbine rebel_unarmed commoner_7 melee_7 0 24 -som_striking_camp_miner_chief 73 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_02.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc commando_ranged rebel_unarmed commoner_7 melee_7 0 24 -som_surveyor_keslev 1 0 0 0 0 NORMAL mustafar mustafar_miner som/miner_hens.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 1 -som_traveler_f 1 0 0 0 0 NORMAL mustafar townsperson townsperson som/travler_f.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc rebel_pistol rebel_unarmed 0 2 1 -som_traveler_m 1 0 0 0 0 NORMAL mustafar townsperson townsperson som/traveler_m.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc rebel_pistol rebel_unarmed 0 2 yes -som_treasure_hunter_bodyguard 80 0 0 0 0 NORMAL mustafar treasure_hunter som/treasure_hunter_protector.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_treasure mustafar_treasure col_round_red_cut_gem_01 npc pirate_carbine pirate_unarmed commando_special_6 melee_special_6 3 3 -som_treasure_hunter_guard 70 0 0 0 0 NORMAL mustafar treasure_hunter som/treasure_hunter_guard.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_treasure mustafar_treasure col_round_red_cut_gem_01 npc pirate_pistol jedi_dark_ranged commando_7 commando_7 24 24 -som_treasure_hunter_merc 73 0 0 0 0 NORMAL mustafar treasure_hunter som/treasure_hunter_merc.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_treasure mustafar_treasure col_round_red_cut_gem_01 npc pirate_rifle pirate_carbine commando_7 commando_7 3 3 yes -som_treasure_hunter_protector 75 0 0 0 0 NORMAL mustafar treasure_hunter som/treasure_hunter_protector.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_treasure mustafar_treasure col_round_red_cut_gem_01 npc pirate_carbine pirate_unarmed commando_7 melee_7 3 3 instant -som_tremor_foot 89 0 0 0 0 ELITE mustafar tulrus som/tremor_foot.iff 2.5 2.5 0 2 1 28 meat_wild 35 hide_leathery defaultProfile 1 100 mustafar/mustafar_tremor_foot mustafar_tremor_foot col_eng_trader,col_mun_trader 18 tulrus carnivore 100 100 elephant_5 elephant_5 9 9 -som_tulrus 70 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 0.9 1 1 0 0 0 0 0 0 0 -1 2 1 23 meat_insect 18 hide_scaley defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus carnivore bull_4 bull_4 0 2 yes -som_tulrus_foehorn 82 0 0 0 0 ELITE mustafar tulrus som/tulrus.iff 1.6 1.6 1 0 0 0 0 0 0 0 -1 2 1 35 meat_wild 26 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus 18 tulrus highTankDefenseStrong carnivore 75 elephant_5 elephant_5 12 8 yes -som_tulrus_magma_drenched 89 0 0 0 0 NORMAL mustafar tulrus som/tulrus_magma_drenched.iff 1.5 1.5 0 2 1 33 meat_wild 30 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus_drenched mustafar_tulrus_drenched 18 tulrus carnivore 1 bull_5 bull_5 3 3 -som_urup_falco 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_milo_mensix.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 instant -som_vansk_blackguard 80 0 0 0 0 BOSS CREDITS mustafar blackguard som/vansk_blackguard.iff 1 1 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_vansk mustafar_vansk col_round_red_cut_gem_01 npc 90 90 100 snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes -som_voakar_duset 84 0 0 0 0 ELITE mustafar must_bandit som/voakar_duset.iff 1.2 1.2 0 2 1 100 mustafar/mustafar_voakar_duset mustafar_voakar_duset npc commoner_8 commoner_8 12 8 -som_volcano_autopilot 100 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 droid_10 droid_10 0 2 instant -som_volcano_final_hk47 83 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/hk47.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_hk47 mustafar_trial_hk47 col_shattered_shard_02 100 hk47 android 100 100 100 100 1 battledroid droid_special_6 droid_special_6 24 24 instant -som_volcano_final_lava_beetle 80 0 0 0 0 ELITE mustafar droid_army droid_army som/kubaza_beetle.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 21 meat_insect 28 hide_scaley 1 80 carnivore generic_creature_special_6 generic_creature_special_6 24 24 instant -som_volcano_final_risen_sustainer 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_elite.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_final_septipod 82 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 0.9 0.9 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 100 object/weapon/ranged/droid/droid_union_sentry_01.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_final_squadleader 83 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_final_squadmember 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_final_walker 83 0 0 0 0 ELITE mustafar droid_army droid_army som/cww8_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 droid 100 object/weapon/ranged/droid/droid_cww8_01.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_five_boss_septipod 82 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/union_sentry_droid.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_oppressor mustafar_trial_oppressor col_shattered_shard_02 100 hk_gk_oppressor android 100 100 100 100 object/weapon/ranged/droid/droid_union_sentry_02.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_five_midguard 83 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 0.9 0.9 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 1 object/weapon/ranged/droid/droid_union_sentry_01.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_five_septipod 83 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 1 1 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_union_sentry.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_four_cym_prototype 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/volcano_cyborg_lt.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_cym mustafar_trial_cym col_shattered_shard_02 100 hk_cym_prototype android 100 100 100 100 1 jedi_dark jedi_dark_ranged droid_special_6 droid_special_6 24 24 instant -som_volcano_four_lava_beetle 80 0 0 0 0 ELITE mustafar droid_army droid_army som/kubaza_beetle.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 21 meat_insect 28 hide_scaley 1 80 carnivore generic_creature_special_6 generic_creature_special_6 24 24 instant -som_volcano_observer 80 0 0 0 0 BOSS mustafar droid_army droid_army death_watch_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 android droid_special_6 droid_special_6 24 24 instant -som_volcano_one_sustainer 83 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 100 1 object/weapon/ranged/droid/droid_hk77_elite.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_one_taskmaster 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/hk77.iff 1.5 1.5 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_taskmaster mustafar_trial_taskmaster col_shattered_shard_02 100 hk_taskmaster android 100 100 100 100 1 object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 24 24 -som_volcano_pilot 1 0 0 0 0 NORMAL mustafar commoner som/miner_pilot.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 instant -som_volcano_three_forward_commander 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/hk77.iff 1.5 1.5 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_cmdr_mk2 mustafar_trial_cmdr_mk2 col_shattered_shard_02 100 hk_forward_commander android 100 100 100 100 object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_three_hk77 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_three_risen_commander 82 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.4 1.4 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_hk77_elite.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_two_ak_prime 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/cww8a_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_akprime mustafar_trial_akprime col_shattered_shard_02 100 hk_ak_prime droid 100 100 100 100 1 object/weapon/ranged/droid/droid_cww8_01.iff droid_special_6 droid_special_6 24 24 instant -som_volcano_two_hk77 83 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 24 24 1 yes -som_working_assassin_droid 82 0 0 0 0 ELITE mustafar droid_army droid_army ig_assassin_droid.iff 0 25 25 0 0 0 -1 0 -1 2 1 80 android 100 pirate_carbine pirate_carbine droid_special_6 droid_special_6 9 9 instant -som_working_blastromech 80 0 0 0 0 ELITE mustafar droid_army droid_army blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 1 80 android object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 9 -som_working_detonation_droid 25 0 0 0 0 NORMAL mustafar droid_army droid_army mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid droid_2 droid_2 0 2 instant -som_working_devistator 88 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/cww8a_battle_droid.iff 1 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_devistator mustafar_trial_devistator col_eng_trader,col_mun_trader 100 devastator droid 100 100 object/weapon/ranged/droid/droid_cww8.iff som_working_devistator som_working_devistator 6 9 instant -som_working_doom_bringer 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/union_sentry_droid.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 1.4 1 100 mustafar/mustafar_trial_doombringer mustafar_trial_doombringer 100 doom_bringer android 100 100 1 object/weapon/ranged/droid/droid_union_sentry_02.iff droid_special_6 droid_special_6 6 9 instant -som_working_hammer 83 0 0 0 0 BOSS mustafar droid_army droid_army som/cww8_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid object/weapon/ranged/droid/droid_union_sentry_01.iff droid_special_6 droid_special_6 6 9 instant -som_working_hand_of_doom 82 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 0.9 0.9 0 75 75 100 60 100 25 40 85 2 1 80 android 100 100 object/weapon/ranged/droid/droid_union_sentry_01.iff droid_special_6 droid_special_6 9 9 instant -som_working_hk_58_aurek 83 0 0 0 0 BOSS mustafar droid_army droid_army som/hk77.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 80 100 hk58_aurek android 100 100 1 object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 6 9 instant -som_working_hk_58_besh 83 0 0 0 0 BOSS mustafar droid_army droid_army som/hk77.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 80 100 hk58_besh android 100 100 1 object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 6 9 instant -som_working_hk_77 83 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 9 9 -som_working_master_droid_engineer 84 0 0 0 0 BOSS mustafar droid_army droid_army ev_9d9.iff 0 0 0 0 0 0 0 0 -1 2 1 80 100 master_droid_engineer android 100 100 1 pirate_carbine pirate_carbine droid_special_6 droid_special_6 6 9 instant -som_working_reaper 84 0 0 0 0 ELITE mustafar droid_army droid_army som/cww8a_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid object/weapon/ranged/droid/droid_cww8.iff droid_special_6 droid_special_6 9 9 -som_working_repair_droid 80 0 0 0 0 ELITE mustafar droid_army droid_army pit_droid.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 80 droid droid_special_6 droid_special_6 0 2 instant -som_working_septipod 83 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 0.9 0.9 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_union_sentry.iff droid_special_6 droid_special_6 9 9 -som_working_super_repair_droid 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army pit_droid.iff 3 3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_trial_engineer mustafar_trial_engineer android 100 100 1 pirate_carbine pirate_carbine droid_special_6 droid_special_6 6 9 -som_xandank 1 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 0 2 -som_xandank_cobak 80 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.6 1.6 2 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 24 hide_scaley defaultProfile 2 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 3 3 -som_xandank_elite 80 0 0 0 0 ELITE mustafar xandank som/xandank.iff 1.3 1.3 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 12 8 instant -som_xandank_onyx_plated 86 0 0 0 0 ELITE mustafar xandank som/xandank_onyx_plated.iff 2.5 2.5 0 2 1 22 meat_insect 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank_plated mustafar_xandank_plated 18 xandank carnivore 90 90 predatory_cat_5 predatory_cat_5 9 9 1 yes -som_xandank_pack 75 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 24 24 1 yes -som_xandank_packleader 79 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.4 1.4 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 9 9 yes -som_xandank_patriarch 86 0 0 0 0 ELITE mustafar xandank som/xandank_patriarch.iff 2.1 2.1 0 2 1 22 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank_patriarch mustafar_xandank_patriarch 18 xandank carnivore predatory_cat_5 predatory_cat_5 12 8 -song_rasp 37 0 0 0 0 NORMAL talus rasp horned_rasp_hue.iff 1.1 1.2 2 0 0 0 0 0 0 0 -1 2 1 10 meat_avian 3 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_3 avian_3 0 2 -spacer 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -spacer_male 4 0 0 0 0 NORMAL global thug thug male_criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes -specforce_heavy_weapons_specialist 18 1 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_carbine officer_1 officer_1 0 2 1 yes -specforce_infiltrator 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_carbine officer_1 officer_1 0 2 -specforce_interrogator 16 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes -specforce_lieutenant 23 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes -specforce_major 26 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 0 25 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 1 yes -specforce_marine 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 yes -specforce_master_sergeant 22 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 -specforce_procurement_specialist 13 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 -specforce_technician 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 yes -specforce_wilderness_operative 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 -special_missions_engineer 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 -specialist_noncom 13 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes -specops_agent 24 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes -specops_alliance_free_agent 27 0 0 0 5 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 1 -specops_trooper 17 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 -spice_collective_courier 8 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_courier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_carbine_low_level pirate_pistol_low_level 0 2 1 yes -spice_collective_eliteguard 53 0 0 0 -2 NORMAL rori spice_collective spice_collective spice_collective_eliteguard 0.8 1.2 0 20 40 0 -1 -1 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol commando_5 commando_5 0 2 1 -spice_collective_foreman 47 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_foreman 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc general_carbine general_pistol commoner_4 commoner_4 0 2 1 yes -spice_collective_heavyguard 50 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_heavyguard 0.8 1.2 0 0 30 0 0 -1 0 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 2 1 -spice_collective_miner 36 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_miner 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_carbine commoner_3 commoner_3 0 2 1 -spice_collective_sentry 43 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_sentry 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol bounty_hunter_4 bounty_hunter_4 0 2 1 -spice_collective_workchief 39 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_workchief 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine general_pistol commoner_3 commoner_3 0 2 1 -spice_fiend 11 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 instant -spider_nightsister_crawler 79 7 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_crawler.iff 0 0 100 100 0 100 100 100 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant -spider_nightsister_elder 83 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_elder.iff 0 80 100 85 80 100 100 90 100 2 1 80 npc/elite_npc:elite_force_light_npc_81_90 boss_npc_9 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dath_spider npc 85 85 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 9 9 yes -spider_nightsister_initiate 79 5 5 0 -2 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_initiate.iff 0 35 85 100 50 100 100 50 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant -spider_nightsister_protector 80 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_protector.iff 0 45 95 100 65 100 100 55 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant -spider_nightsister_sentinel 80 0 16 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_sentinel.iff 0 55 100 45 60 100 100 0 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 -spider_nightsister_sentry 80 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_guardian.iff 0.95 1.05 0 60 50 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant -spider_nightsister_spell_weaver 80 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_spellweaver.iff 0 55 100 100 75 100 100 90 55 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc 85 85 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 9 3 1 instant -spider_nightsister_stalker 79 5 5 0 -2 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_stalker.iff 0 90 100 100 0 100 100 0 0 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 yes -spider_nightsister_web_dancer 78 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_web_dancer.iff 0 100 95 100 65 100 0 90 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 -spiked_krevol 3 0 0 0 0 NORMAL naboo krevol_horned horned_krevol_hue.iff 0.9 1.4 3 0 0 0 0 0 0 0 -1 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore 0 2 yes -spiketail_blurrg 80 0 0 0 0 ELITE endor bioengineer spiketail_blurrg.iff 1.6 1.8 0 0 20 0 25 -1 -1 25 -1 2 1 meat_carnivore hide_leathery bone_avian 1 80 creature/elite_creature:elite_creature_71_80 elite_creature_8 100 col_spiketail_blurrg carnivore 100 root_defense=200,snare_defense=100 generic_creature_special_6 generic_creature_special_6 12 6 -spined_puc 69 0 0 0 0 NORMAL yavin4 spinedpuc spined_puc_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 0 2 1 6 meat_reptilian 6 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackAbilityStrong carnivore frog_4 frog_4 12 12 -spined_puc_poison 65 0 0 0 0 NORMAL yavin4 spinedpuc spined_puc_hue.iff 1.6 1.8 2 10 0 0 -1 -1 -1 -1 -1 2 1 7 meat_reptilian 7 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackAbilityStrong carnivore frog_4 frog_4 12 12 yes -spined_snake 48 1 0 0 0 NORMAL lok spinesnake spined_snake_hue.iff 1 1.1 3 0 0 0 0 0 0 0 -1 2 1 11 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff snake_3 snake_3 8 8 -spined_snake_recluse 46 3 -3 0 0 NORMAL lok spined_snake_recluse spined_snake_hue.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 11 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff snake_3 snake_3 8 8 -spineflap_gatherer 34 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1.3 1.5 1 0 0 0 0 0 0 0 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 8 1 -spineflap_guard 41 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1.9 2.1 3 -1 20 0 -1 0 -1 0 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.15 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff moth_3 moth_3 0 8 -spineflap_handmaiden 41 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 0.8 1 3 10 10 0 -1 -1 0 -1 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.15 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff moth_3 moth_3 0 8 -spineflap_queen 42 0 0 0 -3 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 2 3 1 -1 30 0 0 0 -1 0 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.1 lowAbilitySpeedWeak carnivore moth_3 moth_3 8 8 -spineflap_soldier 41 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1.7 1.9 2 0 0 0 0 0 0 0 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.15 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff moth_3 moth_3 8 8 1 yes -spitting_rawl 22 0 0 0 0 NORMAL naboo rawl_spitting fanned_rawl_hue.iff 1 1.1 2 0 30 0 -1 -1 -1 100 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medAttackSpeedWeak carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff snake_2 snake_2 6 6 yes -spooky_donkuwah_spiritmaster 86 2 -2 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 25 15 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes -spooky_korga_spiritmaster 77 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 30 30 0 70 70 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -spooky_pubam_spiritmaster 64 7 -7 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 40 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 -spy_pirate 20 -2 0 0 -2 NORMAL tatooine spy_pirate criminal_thug 0.9 1.1 0 10 20 0 0 0 0 0 0 2 npc/npc_11_20 mercenary1 npc thug slang pirate_carbine_low_level pirate_unarmed spy_2 melee_2 4 4 -spy_pirate_leader 100 0 0 0 0 NORMAL Profession NPC Spy 1 Level 11 tatooine profcomm criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_spy_21_eyan thug slang commoner_10 commoner_10 0 2 yes -spymaster_21 22 3 3 3 3 ELITE STEALING_TABLE tatooine spymaster dressed_tatooine_spymaster21.iff 0 20 20 20 20 20 20 20 85 2 1 100 npc/quest_spy_21 npc general_unarmed general_pistol melee_2 spy_2 0 0 yes -spynet_operative 17 0 0 0 0 NORMAL global spynet rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc rebel military rebel_carbine rebel_pistol spy_1 spy_1 0 2 1 -squall 70 0 0 0 0 NORMAL endor squall squall_hue.iff 1 1 2 0 0 0 0 0 0 0 -1 2 1 meat_herbivore 12 hide_bristley 8 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedWeak herbivore rabbit_4 rabbit_4 0 12 1 -squall_female 37 0 0 0 0 NORMAL rori squall squall_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 8 meat_herbivore 12 hide_bristley 8 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 2 1 -squall_male 39 0 0 0 0 NORMAL rori squall squall_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 10 meat_herbivore 15 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 2 -squatter 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 1 -squill 12 0 0 0 0 NORMAL tatooine squill squill_hue.iff 1.3 1.5 1 10 10 0 0 -1 -1 0 -1 2 1 6 meat_carnivore 6 hide_leathery 5 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 squill 0.15 lowAttackAbilityWeak carnivore monkey_1 monkey_1 0 2 1 -squill_deranged_ravisher 33 4 -6 -2 -4 NORMAL endor squill_endor squill_hue.iff 1.6 1.7 1 40 40 0 -1 0 0 0 0 2 1 meat_carnivore defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.001 highAttackSpeedWeak carnivore monkey_2 monkey_2 12 12 1 -squill_great 13 0 0 0 0 NORMAL tatooine squill squill_hue.iff 1.5 1.5 2 10 10 0 0 -1 -1 0 -1 2 1 6 meat_carnivore 6 hide_leathery 5 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 squill 0.05 lowAttackDamageWeak carnivore monkey_1 monkey_1 10 10 1 -startled_vrelt_mother 6 0 0 0 -4 NORMAL corellia vrelt stintaril_hue.iff 1 1.5 2 10 10 0 0 0 0 0 -1 2 1 13 meat_carnivore 13 hide_bristley 13 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff 0 2 -starving_fambaa 84 0 0 0 0 ELITE Azure Cabal series naboo fambaa_feral fambaa_hue.iff 1.3 1.3 4 0 0 0 0 60 60 -1 0 2 1 milk_wild 1075 meat_reptilian 700 hide_leathery 675 bone_mammal defaultProfile npc/elite_npc:elite_npc_21_30 generic_creature_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 medTankHealthWeak herbivore fambaa_5 fambaa_5 4 4 yes -stella 20 0 0 0 0 NORMAL tatooine townsperson townsperson mos_taike_cantina_owner.iff 0.95 0.95 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.stella pirate_carbine_low_level pirate_pistol_low_level commoner_2 commoner_2 10 10 -stintaril 60 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 3 hide_bristley 2 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackSpeedAvg carnivore rat_4 rat_4 0 2 -stintaril_fleshstripper 58 0 1 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 0.9 1.2 3 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 3 hide_bristley 2 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.05 highAttackSpeedAvg carnivore rat_4 rat_4 12 12 instant -stintaril_prowler 61 5 -10 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 1.6 1.8 4 0 0 0 0 0 0 0 -1 2 1 9 meat_carnivore 7 hide_bristley 6 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff rat_4 rat_4 12 12 -stintaril_ravager 62 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 1.1 1.4 3 0 0 0 0 0 0 0 -1 2 1 7 meat_carnivore 5 hide_bristley 4 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityAvg carnivore rat_4 rat_4 0 2 -stintaril_scavenger 64 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 0.9 1.1 4 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 3 hide_bristley 2 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityAvg carnivore rat_4 rat_4 0 2 instant -stoneskin_hanadak 60 -5 5 0 5 NORMAL endor hanadak hanadak_hue.iff 1.5 1.5 4 90 100 65 100 100 100 75 80 1.7 1 40 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.009 highTankDefenseStrong carnivore 1.7 gorilla_4 gorilla_4 12 12 -stoos_olko 100 0 0 0 0 NORMAL dantooine townsperson dressed_stoos_olko.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 1 yes -storm_commando 29 0 0 0 5 NORMAL global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes -stormtrooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 yes -stormtrooper_black_hole 27 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 yes -stormtrooper_black_hole_squad_leader 29 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_squad_leader_black_black.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 yes -stormtrooper_bombardier 25 3 -3 0 0 NORMAL global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 yes -stormtrooper_captain 29 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 instant -stormtrooper_dark_trooper_novatrooper 82 0 0 0 5 NORMAL global imperial Imperial dressed_dark_trooper_black_hole.iff 1.32 1.32 0 95 85 80 30 0 0 30 45 2 1 80 npc/npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 android int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 9 3 -stormtrooper_dewback 14 0 0 0 -4 NORMAL tatooine imperial Imperial dewback_hue.iff 1 1 4 40 20 0 40 -1 -1 -1 -1 2 1 360 meat_reptilian 275 hide_leathery 250 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 herbivore int:ai.noChatMood=1 bull_1 bull_1 0 24 yes -stormtrooper_major 32 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 6 yes -stormtrooper_medic 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 instant -stormtrooper_novatrooper 80 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 9 3 instant -stormtrooper_novatrooper_cadet 80 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 9 3 instant -stormtrooper_novatrooper_captain 82 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_captain_black_black.iff 1 1 0 60 50 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 instant -stormtrooper_novatrooper_commander 82 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_commander_black_black.iff 1 1 0 65 65 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 instant -stormtrooper_novatrooper_elite 82 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_gold.iff 1 1 0 65 65 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 9 3 instant -stormtrooper_novatrooper_elite_commander 83 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_commander_black_gold.iff 1 1 0 60 75 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 instant -stormtrooper_novatrooper_ensign 81 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 yes -stormtrooper_novatrooper_medic 80 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_red.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 instant -stormtrooper_novatrooper_squad_leader 81 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_squad_leader_black_black.iff 1 1 0 55 45 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 yes -stormtrooper_rifleman 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 6 yes -stormtrooper_sniper 25 1 -1 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 6 yes -stormtrooper_squad_leader 27 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 -story_loot_bestine 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_bestine.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_bestine_02 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_bestine_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_bestine_03 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_bestine_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_coronet 100 0 0 0 0 NORMAL corellia townsperson dressed_story_loot_coronet.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_eisley_01 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_eisley_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_eisley_02 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_eisley_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_espa 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_espa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_kaadara 100 0 0 0 0 NORMAL naboo townsperson dressed_story_loot_kadaara.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_moeina 100 0 0 0 0 NORMAL naboo townsperson dressed_story_loot_moeina.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_talus 100 0 0 0 0 NORMAL talus townsperson dressed_story_loot_talus.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_theed 100 0 0 0 0 NORMAL naboo townsperson dressed_story_loot_theed.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 -story_loot_tyrena 100 0 0 0 0 NORMAL corellia townsperson dressed_story_loot_tyrena.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 yes -storyteller_aakuan 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_aakuan aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 0 2 1 npc noble fancy general_polearm none melee_4 melee_4 12 10 yes -storyteller_acklay 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_acklay acklay_hue.iff 0.9 1.1 2 0 0 0 0 0 0 0 0 2 1 carnivore generic_creature_2 generic_creature_2 12 10 yes -storyteller_aqualish 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc military pirate_pistol pirate_carbine officer_4 officer_4 12 10 1 -storyteller_bark_mite 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_bark_mite bark_mite_hue.iff 1 1.3 1 0 0 0 0 0 0 0 0 2 1 carnivore roach_1 roach_1 12 10 1 -storyteller_battle_droid 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_battle_droid battle_droid.iff 0 0 0 0 0 0 0 0 0 2 1 android imperial_carbine none droid_special_6 melee_special_6 12 12 yes -storyteller_baz_nitch 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_baz_nitch baz_nitch_hue.iff 1 1.3 3 0 0 0 0 0 0 0 0 2 1 herbivore turkey_4 turkey_4 12 12 1 yes -storyteller_black_sun_thug 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_black_sun dressed_black_sun_thug.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc pirate slang pirate_pistol pirate_pistol smuggler_5 smuggler_5 12 6 -storyteller_chiss 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_chiss etyyy_chiss_poacher_defender 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang general_rifle general_sword smuggler_4 melee_4 12 6 -storyteller_dalyrake 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_dalyrake dalyrake_hue.iff 1 1.3 4 0 0 0 0 0 0 0 0 2 1 carnivore mantis_3 mantis_3 12 6 yes -storyteller_dark_trooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial dark_trooper.iff 1.32 1.32 0 0 0 0 0 0 0 0 0 2 1 android stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_3 droid_3 0 8 -storyteller_droideka 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_droideka droideka.iff 0 0 0 0 0 0 0 0 0 2 1 droid object/weapon/ranged/droid/droid_droideka_ranged.iff none droid_special_6 droid_special_6 12 10 yes -storyteller_dulok 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_dulok species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 1 npc ewok_melee ewok_ranged melee_7 spy_7 12 12 -storyteller_emperor_royal_guard 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_imperial emperor_royal_guard.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 inquisition_polearm inquisition_polearm melee_10 melee_10 0 2 -storyteller_ewok 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_ewok species_choices_ewok 0 0 0 0 0 0 0 0 -1 2 1 npc ewok_ranged ewok_melee spy_7 melee_7 12 12 1 -storyteller_gamorrean_guard 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_jabba gamorrean.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 npc thug slang pirate_carbine_low_level pirate_sword smuggler_1 melee_1 12 8 1 yes -storyteller_gaping_spider 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_gaping_spider gaping_spider_hue.iff 1 1.2 4 0 0 0 0 0 0 0 0 2 1 carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff spider_4 spider_4 12 12 -storyteller_generic_thug 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_thug criminal_thug 0.8 1.1 0 0 0 0 0 0 0 0 -1 2 1 npc general_carbine general_sword smuggler_2 melee_2 12 8 yes -storyteller_geonosian 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_geonosian geonosian_warrior 4 0 0 0 0 0 0 0 0 2 1 npc geonosian_carbine geonosian_pistol officer_special_6 officer_special_6 12 12 -storyteller_gungan 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_gingan gungan_outcast.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 1 npc pirate slang pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 12 8 1 1 yes -storyteller_hermit_spider 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_hermit_spider hermit_spider_hue.iff 1 1.3 3 0 0 0 0 0 0 0 0 2 carnivore 12 8 1 1 -storyteller_horned_krevol 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_horned_krevol horned_krevol_hue.iff 0.8 1 1 0 0 0 0 0 0 0 0 2 carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff 12 10 -storyteller_imperial_officer 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 npc military military imperial_carbine commando_1 commando_1 0 10 -storyteller_jabba_thug 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 12 8 1 yes -storyteller_jawa 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_jawa jawa_male.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 1 npc rebel_carbine rebel_pistol spy_1 spy_1 12 8 -storyteller_jinda 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_jinda species_choices_jinda 0 0 0 0 0 0 0 0 0 2 1 npc general_unarmed none commoner_6 commoner_6 12 12 yes -storyteller_marauder 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_marauder species_choices_marauder 0 0 0 0 0 0 0 0 0 2 1 npc pirate_rifle marauder_melee bounty_hunter_8 melee_8 12 12 1 yes -storyteller_mauler 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_mauler mauler_medium 0 0 0 0 0 0 0 0 0 2 1 npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 12 8 1 -storyteller_meatlump 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_meatlump meatlump_thug 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 npc thug slang pirate_carbine pirate_carbine smuggler_3 smuggler_3 12 8 yes -storyteller_merek 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_merek merek_hue.iff 0.8 1 1 0 0 0 0 0 0 0 0 2 carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes -storyteller_nightsister_bloodguard 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_nightsister dressed_dathomir_nightsister_guardian.iff 0.95 1.05 0 0 0 0 0 0 0 0 0 2 1 npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 12 12 yes -storyteller_nightsister_warrior 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_nightsister dressed_dathomir_nightsister_outcast.iff 0 0 0 0 0 0 0 0 0 2 1 npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 12 12 -storyteller_quenker 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_quenker quenker_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 1 carnivore rat_4 rat_4 12 12 -storyteller_rakqua_shaman 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rakqua npe_rakqua_shaman 1 1.1 0 0 0 0 0 0 0 0 -1 2 1 npc pirate_pistol_low_level pirate_carbine_low_level 12 8 -storyteller_rakqua_warrior 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rakqua npe_rakqua_warrior 1 1.1 0 0 0 0 0 0 0 0 -1 2 1 npc general_polearm pirate_carbine_low_level 12 8 yes -storyteller_rancor 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rancor rancor_hue.iff 1 1.2 1 0 0 0 0 0 0 0 0 2 1 carnivore gorilla_2 gorilla_2 12 8 1 yes -storyteller_rebel_commando 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 0 2 1 npc rebel military rebel_carbine commando_2 commando_2 0 10 1 yes -storyteller_rebel_heavy_trooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_crewman 1 1.2 0 0 0 0 0 0 0 0 0 2 1 npc int:ai.noChatMood=1 stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 10 yes -storyteller_rebel_officer 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_major 0 0 0 0 0 0 0 0 0 2 1 npc rebel military rebel_carbine commando_2 commando_2 0 10 yes -storyteller_sennex_pirate 1 0 0 0 0 NORMAL Storyteller NPC anywhere storytellr_sennex sennex_pirate 0.96 0.98 0 0 0 0 0 0 0 0 0 2 1 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 12 10 yes -storyteller_shadow_pirate 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_shadow_pirate shadow_pirate 0 0 0 0 0 0 0 0 0 2 1 npc pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes -storyteller_singing_mtn_clan_guardian 1 0 0 0 0 NORMAL Storyteller NPC anywhere storytell_singing_mtn_clan dressed_dathomir_sing_mt_clan_guardian.iff 0.95 1.05 0 0 0 0 0 0 0 0 0 2 1 npc force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 12 12 1 yes -storyteller_singing_mtn_clan_huntress 1 0 0 0 0 NORMAL Storyteller NPC anywhere storytell_singing_mtn_clan dressed_dathomir_sing_mt_clan_huntress.iff 0 0 0 0 0 0 0 0 0 2 1 npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 12 12 1 -storyteller_spice_collective 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_spice_collective spice_collective_sentry 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc pirate_carbine pirate_pistol bounty_hunter_4 bounty_hunter_4 12 8 1 yes -storyteller_stormtrooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial dressed_stormtrooper_m.iff 1 1.2 0 0 0 0 0 0 0 0 0 2 1 npc int:ai.noChatMood=1 stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 10 yes -storyteller_stormtrooper_squad_leader 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 npc stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 10 yes -storyteller_super_battle_droid 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_battle_droid super_battle_droid.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 1 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 12 12 1 yes -storyteller_tusken_raider 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 0 0 0 0 0 0 1 npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 12 10 yes -storyteller_veermok 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_veermok veermok_hue.iff 0.8 1.3 2 0 0 0 0 0 0 0 0 2 carnivore gorilla_2 gorilla_2 12 8 -storyteller_vendor 100 0 0 0 0 NORMAL Storyteller Vendor global storyteller_vendor dressed_npe_entertainer.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc 1 systems.storyteller.storyteller_vendor commoner_10 commoner_10 0 0 -storyteller_wookiee_commando 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_kashyyyk ep3_wke_commandos 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang commando_ranged wookiee_melee smuggler_3 melee_3 12 12 -storyteller_wookiee_forest_stalker 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_kashyyyk ep3_wke_stalkers 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang wookiee_ranged wookiee_melee smuggler_2 melee_2 12 12 -storyteller_wookiee_freedom_fighters 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_kashyyyk ep3_wke_freedom_fighter 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang wookiee_ranged wookiee_melee smuggler_2 melee_2 12 12 -storyteller_wookiee_lifeday_elder 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_townsperson wookiee_lifeday_elder.iff 0 0 0 0 0 0 0 0 0 2 1 npc 1 noble fancy commando_10 commando_10 0 2 -storyteller_wookiee_lifeday_female1 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_townsperson wookiee_lifeday_female1.iff 0 0 0 0 0 0 0 0 0 2 1 npc 1 noble fancy commando_10 commando_10 0 2 -storyteller_wookiee_lifeday_male1 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_townsperson wookiee_lifeday_male1.iff 0 0 0 0 0 0 0 0 0 2 1 npc 1 noble fancy commando_10 commando_10 0 2 yes -stranded_imperial_officer 76 0 0 0 0 NORMAL yavin4 imperial Imperial imperial_officer 0 0 20 0 -1 30 -1 30 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_pistol officer_7 officer_7 0 2 yes -stranded_imperial_pilot 77 0 0 0 0 NORMAL yavin4 imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_pistol officer_7 officer_7 0 2 yes -stranded_imperial_soldier 77 0 0 0 0 NORMAL yavin4 imperial Imperial imperial_officer 0 15 15 0 0 0 -1 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_pistol commando_7 commando_7 0 2 yes -stranded_rebel_officer 77 0 0 0 0 NORMAL yavin4 rebel Rebel rebel_trooper 0 0 20 0 30 -1 30 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc military rebel_carbine rebel_pistol officer_7 officer_7 0 2 yes -stranded_rebel_pilot 71 0 0 0 0 NORMAL yavin4 rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc military rebel_carbine rebel_pistol commando_7 commando_7 0 2 1 yes -stranded_rebel_scout 62 0 0 0 0 NORMAL dantooine rebel Rebel rebel_trooper 0 15 25 0 40 -1 40 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc rebel_carbine rebel_pistol officer_6 officer_6 0 12 yes -stranded_rebel_soldier 71 0 0 0 0 NORMAL yavin4 rebel Rebel rebel_trooper 0 15 15 0 0 0 -1 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc military rebel_carbine rebel_pistol officer_7 officer_7 0 2 1 -stunted_huf_dun 36 1 0 0 0 NORMAL talus huf_dun huf_dun_hue.iff 0.4 0.5 3 0 0 0 0 0 0 0 -1 2 1 775 meat_herbivore 800 hide_leathery 775 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore fambaa_3 fambaa_3 0 2 -stunted_woolamander 74 0 0 0 0 NORMAL yavin4 woolamander woolamander_hue.iff 0.7 0.8 0 10 0 0 0 0 0 0 0 2 1 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 12 12 -sulfur_pool_mynock 39 0 0 0 0 NORMAL lok mynock salt_mynock_hue.iff 1.2 1.4 3 -1 50 0 100 -1 0 100 -1 2 1 57 meat_herbivore 75 hide_leathery 27 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowAbilitySpeedAvg carnivore mynock_3 mynock_3 8 8 1 -summon_smuggler_buddy_1 10 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 -summon_smuggler_buddy_2 20 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 2 1 -summon_smuggler_buddy_3 30 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_3 smuggler_3 0 2 1 -summon_smuggler_buddy_4 40 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_4 smuggler_4 0 2 1 -summon_smuggler_buddy_5 50 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_04 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_5 smuggler_5 0 2 1 -summon_smuggler_buddy_6 60 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_6 smuggler_6 0 2 1 -summon_smuggler_buddy_7 70 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_7 smuggler_7 0 2 1 -summon_smuggler_buddy_8 80 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_8 smuggler_8 0 2 1 -summon_smuggler_buddy_9 90 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_02 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_special_9 smuggler_special_9 0 2 -summon_smuggler_medic_1 10 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_1 medic_1 0 2 -summon_smuggler_medic_2 20 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 0 2 -summon_smuggler_medic_3 30 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_3 medic_3 0 2 -summon_smuggler_medic_4 40 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_4 medic_4 0 2 -summon_smuggler_medic_5 50 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_04 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_5 medic_5 0 2 -summon_smuggler_medic_6 60 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_aurebesh_tiles,col_shattered_shard_03 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_6 medic_6 0 2 -summon_smuggler_medic_7 70 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_7 medic_7 0 2 -summon_smuggler_medic_8 80 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_8 medic_8 0 2 -summon_smuggler_medic_9 90 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_02 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_9 medic_9 0 2 instant -super_battle_droid 88 0 0 0 0 ELITE global battle_droid super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 3 instant -super_battle_droid_crafted 80 0 0 0 0 NORMAL anywhere battle_droid super_battle_droid_crafted.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 0 2 -super_borvo_battle_droid 28 0 0 0 0 NORMAL global battle_droid super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 100 npc/elite_npc:elite_npc_21_30 elite_droid_3 col_dejarik_holomonster,col_dejarik_table android droid_2 droid_2 6 6 1 -surefoot_brackaset 65 -1 0 0 0 NORMAL dathomir brackaset brackaset_hue.iff 1 1.1 3 60 55 60 0 0 -1 -1 80 2 1 100 meat_wild 91 hide_leathery 81 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankDefenseStrong herbivore camel_4 camel_4 0 12 -surgical_droid_21b 1 0 0 0 0 NORMAL anywhere surgicaldroid 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 yes -surlin_rolei 16 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_surlin_rolei.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military commoner_1 commoner_1 0 2 1 -swamp_gurrcat 26 0 0 0 0 NORMAL corellia gurrcat_swamp tusk_cat_hue.iff 0.6 0.8 3 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 0 2 1 -swamp_humbaba 35 -3 0 0 0 NORMAL corellia humbaba_swamp falumpaset_hue.iff 1.2 1.3 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 250 meat_domesticated 150 hide_leathery 105 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore camel_3 camel_3 0 2 1 yes -swamp_rat 7 1 0 0 0 NORMAL naboo swamp_rat swamp_rat criminal_thug 0 0 0 0 0 0 0 10 -1 2 npc/npc_1_10 generic_creature_1 npc thug slang pirate_rifle_low_level pirate_pistol_low_level 4 4 1 yes -swamp_stalker 30 0 0 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 1.2 1.5 2 35 0 0 70 0 0 60 0 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.01 highAttackSpeedWeak carnivore ai.hunter predatory_cat_2 predatory_cat_2 6 6 yes -swamp_trooper 33 0 0 0 0 NORMAL naboo imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 -1 -1 -1 100 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 yes -swamp_trooper_anti_gungan 32 0 0 0 0 NORMAL naboo imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 yes -swamp_trooper_captain_anti_gungan 31 0 0 0 0 NORMAL naboo imperial Imperial dressed_swamp_trooper_m.iff 0 30 30 0 -1 -1 -1 50 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 -swamp_villager 4 0 0 0 0 NORMAL naboo swamp_villager commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson pirate_carbine_low_level pirate_pistol_low_level 0 2 1 1 -swarming_lesser_dewback 12 -2 2 0 0 NORMAL tatooine dewback_swarming_lesser dewback_hue.iff 0.3 0.5 1 15 0 10 0 -1 -1 -1 -1 2 1 175 meat_reptilian 125 hide_leathery 100 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 carnivore bull_1 bull_1 10 10 -swirl_prong 60 0 0 0 -3 NORMAL endor swirl_prong swirl_prong_hue.iff 1.5 1.5 3 0 20 0 35 35 -1 -1 -1 2 1 milk_wild meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAbilitySpeedWeak herbivore goat_4 goat_4 0 12 -swirl_prong_impaler 71 0 0 0 -3 NORMAL endor swirl_prong swirl_prong_hue.iff 0.8 0.8 2 35 30 0 50 50 -1 -1 -1 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 6 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackAbilityWeak herbivore goat_4 goat_4 0 12 1 -swirl_prong_pack_leader 36 0 0 0 0 NORMAL endor swirl_prong swirl_prong_hue.iff 1 1 3 35 0 0 0 -1 -1 -1 0 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 4 housing_improvement_01 0.1 medTankUtilityWeak herbivore goat_3 goat_3 0 12 -swooper 26 0 0 0 0 NORMAL corellia swoop cor_swoop criminal_swooper 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate_pistol pirate_pistol commando_2 commando_2 0 2 1 -swooper_gangmember 7 0 0 0 0 NORMAL corellia swoop cor_swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_pistol_low_level 0 2 -swooper_leader 26 0 0 0 0 NORMAL corellia swoop cor_swoop criminal_swooper 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate_pistol pirate_pistol officer_2 officer_2 0 2 -sy_snootles 100 0 0 0 0 NORMAL jabba jabba sy_snootles.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 -syren_5_imperial_imperial_exterminator_hard 84 2 -2 0 3 ELITE gobal imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc imperial military imperial_carbine commando_special_6 commando_special_6 5 7 -syren_5_imperial_inquisitor 83 0 0 0 0 ELITE global imperial Imperial dressed_imperial_inquisitor_human_male_01.iff 0 50 50 50 0 50 0 50 50 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc imperial military stormtrooper_carbine commando_special_6 commando_special_6 5 7 -syren_5_imperial_sand_trooper_hard 85 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper imperial_carbine commando_special_6 commando_special_6 5 7 -syren_5_imperial_scout_trooper_hard 84 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc military military imperial_carbine commando_special_6 commando_special_6 5 7 -syren_5_imperial_stormtrooper_hard 84 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper imperial_carbine commando_special_6 commando_special_6 5 7 -syren_5_imperial_stormtrooper_medic_hard 85 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper stormtrooper_carbine imperial_pistol medic_special_6 medic_special_6 5 7 instant -syren_5_imperial_stormtrooper_novatrooper_elite_commander 83 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_commander_black_gold.iff 1 1 0 60 75 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper stormtrooper_carbine commando_special_6 commando_special_6 3 3 -syren_5_imperial_stormtrooper_rifleman_hard 85 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper stormtrooper_rifle imperial_pistol commando_special_6 commando_special_6 5 7 -syren_5_imperial_stormtrooper_sniper_hard 85 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper stormtrooper_rifle commando_special_6 commando_special_6 5 7 -syren_5_rebel_cadet_hard 85 0 0 0 5 ELITE global rebel Rebel rebel_crewman 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine commando_special_6 commando_special_6 5 7 -syren_5_rebel_grenadier_hard 85 3 -3 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine commando_special_6 commando_special_6 5 7 -syren_5_rebel_guardsman_hard 86 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine officer_special_6 melee_special_6 5 7 -syren_5_rebel_heavy_trooper_hard 86 0 0 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android rebel military rebel_carbine droid_special_6 melee_special_6 5 7 -syren_5_rebel_liberator_hard 84 2 -2 0 3 ELITE gobal rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine commando_special_6 commando_special_6 5 7 instant -syren_5_rebel_rebel_admiral 83 0 0 0 0 ELITE global rebel Rebel rebel_general 0 80 90 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_pistol officer_special_6 melee_special_6 3 3 -syren_5_rebel_rifleman_hard 85 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_rifle commando_special_6 commando_special_6 5 7 -syren_5_rebel_soldier_hard 85 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine commando_special_6 commando_special_6 5 7 -syren5_imperial_questgiver 100 0 0 0 0 NORMAL Syren 5 quest NPC (Imperial) talus imperial Imperial dressed_officer_mkae.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_story1_5 commoner_10 commoner_10 0 2 -syren5_rebel_questgiver 100 0 0 0 0 NORMAL Syren 5 quest NPC (Rebel) talus rebel Rebel dressed_dak_ralter.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_story1_5_rebel commoner_10 commoner_10 0 2 -tabage 26 0 0 0 0 NORMAL corellia tabage langlatch_hue.iff 1.5 1.7 3 0 0 0 10 0 0 0 -1 2 1 18 meat_carnivore 24 hide_bristley 7 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 10 10 1 -tabage_protector 12 0 0 0 0 NORMAL corellia tabage langlatch_hue.iff 1 1 3 0 15 0 0 0 -1 -1 -1 2 1 14 meat_carnivore 14 hide_leathery 14 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 10 10 1 1 -tabage_scavenger 12 0 0 0 -4 NORMAL corellia tabage langlatch_hue.iff 1 1 1 10 10 0 0 0 0 0 -1 2 1 13 meat_carnivore 13 hide_leathery 13 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 10 10 yes -tainted_donkuwah_dark_shaman 87 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 15 25 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 instant -tainted_korga_dark_shaman 76 0 0 0 -3 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 20 20 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -tainted_pubam_dark_shaman 65 7 -7 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 40 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 -talon_karrde 100 0 0 0 0 NORMAL corellia townsperson dressed_talon_karrde.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:celebrity=1 noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -talus_dearic_coa_aclo_commando 42 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_commando 1.1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_carbine 5 4 -talus_dearic_coa_aclo_officer 41 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_officer 1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_pistol 5 4 -talus_dearic_coa_aclo_personnel 30 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_personnel 1 1.3 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02 18 aclo npc general_unarmed 3 2 -talus_dearic_coa_aclo_prisoner 100 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_prisoner 0.9 1.2 0 0 0 0 0 0 0 0 0 0 npc/npc_41_50 generic_npc_2 housing_improvement_02 18 aclo npc 1 npc.legacy_dead_miner 0 0 -talus_dearic_coa_aclo_saboteur 42 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_saboteur 1.2 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_rifle 5 4 -talus_dearic_coa_aclo_slicer 41 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_slicer 1 1.2 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_pistol 3 2 -talus_dearic_coa_aclo_soldier 41 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_soldier 1.2 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_carbine 5 4 -talus_dearic_coa_aclo_technician 35 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_technician 1 1.3 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc general_unarmed 3 2 instant -talus_dearic_coa_aclo_top_slicer 42 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo coa_aclo_elite_slicer_human_f.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 4 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_pistol 2 4 -talus_dearic_coa_colonel_braedic_ekirk 100 0 0 0 0 NORMAL Crisis of Allegiance talus imperial imperial coa_colonel_braedic_ekirk.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_braedic_ekirk 1 0 2 -talus_dearic_coa_dathnaeya_loessin 100 0 0 0 0 NORMAL Crisis of Allegiance talus corsec corsec coa_dathnaeya_loessin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_dathnaeya 1 0 2 -talus_dearic_coa_galiir_ac_yandar 100 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_galiir_ac_yandar.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_galiir_ac_yandar 1 0 2 yes -talus_dearic_coa_imperial_escort 42 0 0 0 0 NORMAL Crisis of Allegiance talus imperial Imperial dressed_stormtrooper_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc imperial_carbine 4 3 yes -talus_dearic_coa_imperial_officer 43 0 0 0 0 NORMAL Crisis of Allegiance talus imperial Imperial dressed_imperial_captain_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_3 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc string:recruiter=Imperial imperial military imperial_pistol 5 4 -talus_dearic_coa_lag_combat_droids 41 0 0 0 0 NORMAL Crisis of Allegiance talus lag_combat_droids lag naboo_stonewall_labs_battledroid_green.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_41_50 generic_droid_4 housing_improvement_02,col_holo_emitter_01 18 coa_lag android battledroid droid_2 droid_2 5 4 instant -talus_dearic_coa_lag_droideka 42 5 0 0 0 NORMAL Crisis of Allegiance talus lag lag droideka.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_41_50 generic_droid_4 housing_improvement_02,col_holo_emitter_01 18 coa_lag droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 4 -talus_dearic_coa_lag_elite 42 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_lag_elite_hum_m2.iff 1.1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_carbine 5 4 -talus_dearic_coa_lag_enforcer 41 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag talus_dearic_coa_lag_enforcer 1 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_carbine 5 4 -talus_dearic_coa_lag_enforcer_sergeant 42 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_lag_officer_hum_m2.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_pistol 5 4 -talus_dearic_coa_lag_officer 42 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag talus_dearic_coa_lag_officer 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_pistol 5 4 -talus_dearic_coa_lag_personnel 30 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag talus_dearic_coa_lag_personnel 1 1.1 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02 18 coa_lag npc general_unarmed 3 2 -talus_dearic_coa_lag_supply_officer 42 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_lag_officer_hum_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_pistol 5 4 -talus_dearic_coa_lag_technician 35 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag talus_dearic_coa_lag_technician 1 1.3 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc general_unarmed 3 2 yes -talus_dearic_coa_lag_torture_officer 43 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_lag_torture_officer_hum_m2.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_pistol 5 4 -talus_dearic_coa_mark_hieks 100 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_mark_hieks.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_mark_hieks 1 0 2 -talus_dearic_coa_rebel_investigator 42 0 0 0 0 NORMAL Crisis of Allegiance talus rebel Rebel rebel_recruiter 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc rebel_carbine rebel_pistol officer_2 officer_2 5 4 -talus_dearic_coa_syirlabradawk 100 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo coa_syirlabradawk.iff 1.4 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 aclo npc 1 conversation.talus_dearic_coa_syirlabradawk 1 0 2 -talus_dearic_coa_trezya_nenei 100 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo coa_trezya_nenei.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 aclo npc 1 conversation.talus_dearic_coa_trezya_nenei 1 0 2 -talus_dearic_coa_vayde_quellium 100 0 0 0 0 NORMAL Crisis of Allegiance talus rebel rebel coa_vayde_quellium.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_vayde_quellim 1 0 2 -talus_dearic_genetech_syndicate_droid 100 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus genetech 4lom.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_droid commoner_10 commoner_10 0 0 -talus_dearic_genetech_syndicate_jana 100 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus genetech npc_dressed_talus_genetech_syndicate_jana.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01 npc 1 conversation.talus_dearic_jana 1 0 0 instant -talus_nashal_arachne_brood_mate 45 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood angler_king.iff 6 6 0 80 60 40 60 40 60 100 100 2 1 400 meat_insect defaultProfile creature/insect_41_50 boss_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff creature_ranged_poison_snare generic_creature_special_3 6 6 instant -talus_nashal_arachne_brood_queen 45 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood angler_queen.iff 8 8 0 50 80 50 50 50 50 70 70 2 1 400 meat_insect defaultProfile creature/insect_41_50 elite_creature_5 housing_improvement_02 18 brood highTankArmorStrong carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff creature_ranged_poison_snare generic_creature_special_3 6 6 -talus_nashal_binary_lifter 30 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus talusian_smuggler cll8_binary_load_lifter.iff 0 75 20 0 0 75 0 0 0 2 droid/droid_21_30 elite_droid_6 2 col_holo_emitter_01 droid 100 100 0 0 -talus_nashal_brood1_arachne 41 0 0 0 0 NORMAL talus arachne_brood angler_hue.iff 0.8 1 2 0 0 0 0 0 0 0 0 2 1 50 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff spider_2 spider_2 6 6 -talus_nashal_brood10_arachne 42 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood razor_angler_hue.iff 2.5 3 1 0 0 0 0 0 0 0 0 2 1 240 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff creature_ranged_poison_snare creature_ranged_poison_snare 6 6 yes -talus_nashal_brood10a_arachne 45 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood bane_back_spider_hue.iff 2.5 3 1 50 50 30 30 30 30 30 30 2 1 240 meat_insect defaultProfile creature/insect_41_50 elite_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore generic_creature_6 generic_creature_6 6 6 yes -talus_nashal_brood1a_arachne 42 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood gaping_spider_hue.iff 0.8 1 2 20 20 0 0 0 0 0 0 2 1 50 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medTankArmorAvg carnivore spider_3 spider_3 6 6 -talus_nashal_brood2_arachne 41 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood angler_hue.iff 1.2 1.5 0 0 0 0 0 0 0 0 0 2 1 80 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff spider_2 spider_2 6 6 yes -talus_nashal_brood2a_arachne 42 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood gaping_spider_hue.iff 1.2 1.5 0 30 30 10 10 10 10 10 10 2 1 80 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medTankArmorAvg carnivore spider_3 spider_3 6 6 -talus_nashal_brood5_arachne 42 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood razor_angler_hue.iff 1.7 2 4 0 0 0 0 0 0 0 0 2 1 120 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff creature_ranged_fire creature_ranged_fire 6 6 yes -talus_nashal_brood5a_arachne 45 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood bane_back_spider_hue.iff 1.7 2 4 40 40 20 20 20 20 20 20 2 1 120 meat_insect defaultProfile creature/insect_41_50 elite_creature_5 housing_improvement_02 18 brood medTankArmorAvg carnivore generic_creature_6 generic_creature_6 6 6 -talus_nashal_power_droid 30 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus talusian_smuggler eg6_power_droid.iff 0 75 20 0 0 75 0 0 0 2 droid/droid_21_30 elite_droid_6 2 col_holo_emitter_01 droid 100 100 0 0 -talus_nashal_smuggler 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler criminal_thug 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 6 -talus_nashal_smuggler_corsec_agent 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian dressed_corsec_captain_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01 npc 1 conversation.talus_nashal_agent 1 0 0 yes -talus_nashal_smuggler_guard 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler mercenary_elite 0.9 1.1 0 35 35 35 25 25 25 25 0 2 1 80 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 6 yes -talus_nashal_smuggler_guard_elite 42 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler mercenary_elite 0.9 1.1 0 50 50 50 35 35 35 35 20 2 1 80 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 6 -talus_nashal_smuggler_informant 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_smuggler 1 0 0 yes -talus_nashal_smuggler_leader 42 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler dressed_talus_smuggler_leader_f_01.iff 1 1.1 0 50 50 50 35 35 35 35 20 2 1 80 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 3 -talus_nashal_smuggler_selonian 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc 1 0 2 -talus_nashal_smuggler_selonian_kiki 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_kiki 1 0 0 -talus_nashal_smuggler_selonian_lika 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_lika 1 0 0 -talus_nashal_smuggler_selonian_mother 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01 npc 1 conversation.talus_nashal_mother 1 0 0 -talus_nashal_smuggler_selonian_ravi 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_ravi 1 0 0 -talus_nashal_smuggler_selonian_tika 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_tika 1 0 0 -talus_nashal_smuggler_taskmaster 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler criminal_thug 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 12 -talus_omkoo 100 0 0 0 0 NORMAL talus lost_aqualish_regiment dressed_talus_omkoo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 lost_aqualish npc 1 conversation.c_talus_grave_robbers_omkoo noble fancy rebel_carbine commoner_10 commoner_10 0 2 -talus_ttlp_soldier 35 0 0 0 0 ELITE talus ttlp_military talus_ttlp_soldier 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier police military commando_ranged rebel_pistol commando_special_3 commando_special_3 0 3 -tame_rill 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine rill dune_lizard_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 3 meat_carnivore 3 hide_bristley 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 carnivore 0 2 1 -tame_womprat 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine womprat womp_rat_hue.iff 1 1.4 3 0 0 0 0 0 0 0 -1 2 1 2 meat_wild 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 womprat carnivore 0 2 -tame_worrt 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine worrt worrt_hue.iff 1 1.4 1 0 0 0 0 0 0 0 -1 2 1 5 meat_reptilian 5 hide_leathery 2 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 carnivore 0 2 -tamvar_senzen 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_tamvar_senzen.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 -tanc_mite 67 0 0 0 0 NORMAL yavin4 tancmite tanc_mite_hue.iff 1.1 1.3 2 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankArmorStrong herbivore roach_4 roach_4 0 2 1 -tanc_mite_eviscerator 63 3 -1 -1 1 NORMAL yavin4 tancmite tanc_mite_hue.iff 1.3 1.4 1 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackDamageStrong herbivore roach_4 roach_4 12 12 1 -tanc_mite_warrior 71 1 0 0 0 NORMAL yavin4 tancmite tanc_mite_hue.iff 1.1 1.4 3 0 15 -1 0 -1 -1 -1 -1 2 1 3 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.01 highTankUtilityStrong herbivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff roach_4 roach_4 12 12 -tatooine_baboo 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_baboo.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_contact commoner_10 commoner_10 0 2 -tatooine_eisley_escaped_criminal 7 0 0 0 0 NORMAL tatooine escaped_criminal dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang rebel_carbine rebel_pistol 4 4 -tatooine_entha_podracers_racedroid1 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 3po_protocol_droid_red.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_race_droid1 commoner_10 commoner_10 0 0 -tatooine_entha_podracers_racedroid2 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 3po_protocol_droid_silver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_race_droid2 commoner_10 commoner_10 0 0 -tatooine_entha_podracers_racedroid3 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 4lom.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_race_droid3 commoner_10 commoner_10 0 0 -tatooine_entha_watto_ankwee 100 0 0 0 0 NORMAL Tatooine Watto Legacy Quests tatooine townsperson townsperson dressed_tatooine_entha_ankwee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_ankwee commoner_10 commoner_10 0 0 -tatooine_entha_watto_draknus 100 0 0 0 0 NORMAL Tatooine Watto Legacy Quests tatooine townsperson townsperson dressed_tatooine_entha_drakus.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_draknus commoner_10 commoner_10 0 0 -tatooine_error_prone_droid 6 0 0 0 0 NORMAL tatooine error_prone_droid rryatt_battle_droid 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 android imperial_carbine none 4 4 -tatooine_icon_demomech 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine townsperson lin_demolitionmech.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.tat_icon_missingdroid_droid droid_10 droid_10 0 2 -tatooine_icon_dren 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine townsperson dressed_tatooine_icon_dren.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tat_icon_missingdroid_farmer commoner_10 commoner_10 0 2 -tatooine_icon_jawa 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine jawa jawa_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -tatooine_icon_jawa_droid 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine jawa 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.tat_icon_missingdroid_jawa droid_10 droid_10 0 2 -tatooine_icon_lyrissa 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine townsperson dressed_tatooine_icon_lyrissa.iff 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tat_icon_missingdroid_lyrissa commoner_10 commoner_10 0 2 -tatooine_icon_tosche 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine townsperson dressed_tatooine_icon_tosche.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tat_icon_missingdroid_tosche commoner_10 commoner_10 0 2 -tatooine_jawa_droid1 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 3po_protocol_droid_red.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_jawa_droid1 commoner_10 commoner_10 0 0 -tatooine_jawa_droid2 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 3po_protocol_droid_silver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_jawa_droid2 commoner_10 commoner_10 0 0 -tatooine_jawa_droid3 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 4lom.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_jawa_droid3 commoner_10 commoner_10 0 0 -tatooine_junk_battle_droid 14 0 0 0 0 NORMAL quest target for Knives Story Arc tatooine battle_droid battle_droid.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_11_20 generic_droid_2 android ai.thug imperial_carbine none droid_1 melee_1 5 5 -tatooine_kcur 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_kcur.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_parry_kcur pirate_carbine pirate_pistol commoner_10 commoner_10 0 2 -tatooine_keela 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_keela.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_fencing_keela pirate_carbine commoner_10 commoner_10 0 2 -tatooine_keska 18 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine mercenary dressed_tatooine_keska.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 ai.thug thug slang commando_ranged commoner_1 melee_1 6 6 -tatooine_labria 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_labria.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_labria pirate_carbine commoner_10 commoner_10 0 2 -tatooine_larit 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_larit.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_parry_larit pirate_carbine pirate_pistol commoner_10 commoner_10 0 2 -tatooine_laserflit 18 0 0 0 0 NORMAL Tatooine - Wald Quest tatooine tatooine_laserflit tatooine_laserflit 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11-20 generic_npc_1 18 laserflit npc pirate_pistol_low_level 4 3 -tatooine_lin_demolitionmech 16 0 0 0 0 NORMAL anywhere townsperson battle_droid.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_11_20 generic_npc_2 android ai.thug imperial_carbine none droid_1 droid_1 6 6 -tatooine_mercenary_recon 12 1 1 1 1 NORMAL tatooine merc_recon shadow_mercenary 0.9 1.1 0 20 15 10 10 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military general_carbine commando_1 commando_1 0 8 -tatooine_mercenary_recon_commando 12 2 2 2 2 NORMAL tatooine merc_recon mercenary_elite 0.9 1.1 0 25 20 15 15 0 0 0 -1 2 npc/npc_11_20 generic_npc_3 npc military military commando_ranged commando_1 commando_1 -tatooine_militiaman 1 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military rebel_carbine rebel_pistol 0 2 -tatooine_moa 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_moa.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_parry_moa pirate_carbine pirate_pistol commoner_10 commoner_10 0 2 -tatooine_mynock 2 0 0 0 0 NORMAL Tatooine - to be sorted tatooine tatooine_mynock mynock_hue.iff 1.8 2.2 1 0 0 0 0 0 0 0 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 -tatooine_mynock_greater 18 0 0 0 0 NORMAL Tatooine - to be sorted tatooine tatooine_mynock mynock_hue.iff 2.2 3 1 0 0 0 0 0 0 0 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_11_20 generic_creature_1 herbivore mynock_1 3 0 -tatooine_opening_aigorn 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_aigorn.iff 1.1 1.15 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_aigorn townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_begol 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_begol.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_begol townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_bognar 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_bognar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_bognar townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_brannix 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_brannix.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_brannix townsperson townperson commoner_10 commoner_10 0 2 yes -tatooine_opening_brok 14 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_brok.iff 1.15 1.15 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_pistol_low_level commoner_1 commoner_1 5 5 -tatooine_opening_byxle 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_byxle.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_byxle townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_cultist_10 8 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_pistol_low_level pirate_unarmed 4 4 -tatooine_opening_cultist_11 9 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_polearm pirate_carbine_low_level 4 4 -tatooine_opening_cultist_12 10 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_polearm pirate_carbine_low_level medic_1 medic_1 4 4 -tatooine_opening_cultist_8 6 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_pistol_low_level pirate_carbine_low_level 4 4 -tatooine_opening_cultist_9 7 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_pistol_low_level pirate_unarmed 4 4 -tatooine_opening_degno 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_degno.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_degno townsperson townperson commoner_10 commoner_10 0 2 yes -tatooine_opening_dren 13 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_dren.iff 0 0 0 0 0 0 0 0 0 2 npc/tatooine_thranta_durr_roddack generic_npc_2 npc thug slang pirate_rifle_low_level commoner_1 commoner_1 5 5 -tatooine_opening_drixa 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_drixa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_drixa townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_dunir 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_dunir.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_dunir townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_informant 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_informant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_aigorn townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_jano 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_jano.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_jano townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_kashi 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_kashi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_kashi townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_niko 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_niko.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_niko townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_nogri 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_nogri.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_nogri townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_pilar 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_pilar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_pilar townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_reimos 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_reimos.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_reimos_v2 townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_smuggler_08 7 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 4 4 -tatooine_opening_smuggler_09 8 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 4 4 -tatooine_opening_smuggler_10 9 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 -tatooine_opening_smuggler_11 9 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 -tatooine_opening_smuggler_12 10 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 -tatooine_opening_swooper_10 9 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 npc townsperson townperson pirate_pistol_low_level pirate_pistol_low_level 2.4 0 -tatooine_opening_swooper_11 10 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_unarmed commoner_1 melee_1 5 5 -tatooine_opening_swooper_12 11 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_unarmed commoner_1 melee_1 5 5 -tatooine_opening_swooper_13 12 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc townsperson townperson pirate_pistol_low_level pirate_unarmed commoner_1 melee_1 2.4 0 -tatooine_opening_swooper_14 13 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_unarmed commoner_1 melee_1 5 5 yes -tatooine_opening_swooper_15 14 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_unarmed commoner_1 melee_1 5 5 -tatooine_opening_swooper_8 8 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta corsec_detective 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 npc townsperson townperson pirate_pistol_low_level pirate_unarmed 0 0 -tatooine_opening_swooper_9 9 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_pistol_low_level 0 5 -tatooine_opening_toggi 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_toggi.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_toggi townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_tori 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_tori.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_tori townsperson townperson commoner_10 commoner_10 0 2 -tatooine_opening_wh_receptionist 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_receptionist.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_wh_receptionist townsperson townperson commoner_10 commoner_10 0 2 -tatooine_porgryn 100 0 0 0 0 NORMAL Azure Cabal series naboo townsperson azure_cabal naboo_porgryn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_24_azure_cabal_porgryn_01 commoner_10 commoner_10 0 0 -tatooine_propti_xaroon 100 0 0 0 0 NORMAL Azure Cabal series naboo Tatooine azure_cabal propti_xaroon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_24_azure_cabal_propti_xaroon_01 commoner_10 commoner_10 0 0 1 yes -tatooine_repo_buhba 16 0 0 0 0 NORMAL Quest NPC for Repo Arc (Watto) tatooine thug dressed_tatooine_repo_buhba.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_polearm melee_1 melee_1 4 4 1 -tatooine_repo_daezii 16 0 0 0 0 NORMAL Quest NPC for Repo Arc (Watto) tatooine thug dressed_tatooine_repo_daezii.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level commando_1 commando_1 4 4 1 yes -tatooine_repo_kleetuz 16 0 0 0 0 NORMAL Quest NPC for Repo Arc (Watto) tatooine thug dressed_tatooine_repo_kleetuz.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_sword commando_1 melee_1 4 4 -tatooine_repo_pah 16 0 0 0 0 NORMAL Quest NPC for Repo Arc (Watto) tatooine thug dressed_tatooine_repo_pah.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01 npc ai.thug thug slang pirate_carbine_low_level tusken_melee commando_1 melee_1 4 4 -tatooine_romo_vax_henchman 19 0 0 0 0 NORMAL tatooine sennex cobral_bandit 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 romo_vax npc general_carbine general_carbine commando_1 commando_1 5 4 -tatooine_sand_splitter_brute 19 0 0 0 0 NORMAL tatooine sand_splitter corsair_cutthroat 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc general_carbine general_carbine commando_1 commando_1 5 4 -tatooine_sand_splitter_erib_kurrugh 19 0 0 0 0 NORMAL tatooine sand_splitter tatooine_sand_splitter_erib_kurrugh.iff 1.15 1.15 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc general_rifle general_carbine smuggler_1 officer_1 5 4 -tatooine_sand_splitter_knave 18 0 0 0 0 NORMAL tatooine sand_splitter corsec_captain 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc pirate general_carbine general_unarmed smuggler_1 melee_1 5 4 -tatooine_sand_splitter_ruffian 19 0 0 0 0 NORMAL tatooine sand_splitter corsair_pirate_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 5 4 -tatooine_sand_splitter_saul_rouse 19 0 0 0 0 NORMAL tatooine sand_splitter tatooine_sand_splitter_saul_rouse.iff 0.97 0.97 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc general_carbine general_pistol officer_1 officer_1 5 4 -tatooine_shinn_guard 8 0 0 0 0 NORMAL tatooine shinn_mugger nym_pirate_elite 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 18 shinn npc pirate pirate_carbine_low_level pirate_pistol_low_level 4 4 -tatooine_shinn_mugger 7 0 0 0 0 NORMAL tatooine shinn_mugger nym_pirate_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 18 shinn npc pirate general_carbine general_pistol 4 4 -tatooine_tosche_sorna 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson dressed_tatooine_tosche_sorna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_tosche_sorna 1 commoner_10 commoner_10 0 0 -tatooine_tweego 100 0 0 0 0 NORMAL Azure Cabal series naboo Tatooine azure_cabal tatooine_tweego.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_24_azure_cabal_tweego_01 commoner_10 commoner_10 0 0 -tatooine_una 14 0 0 0 0 NORMAL quest target for Knives Story Arc tatooine mercenary dressed_tatooine_una.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 ai.thug thug slang pirate_carbine_low_level commoner_1 melee_1 0 2 -tatooine_vaigon_shinn 9 0 0 0 0 NORMAL tatooine shinn_mugger dressed_nym_pirate_strong_nikto_m.iff 0 5 5 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 18 shinn npc pirate pirate_carbine_low_level pirate_pistol_low_level 5 5 -tatooine_valarian_bookie 19 0 0 0 0 NORMAL tatooine valarian nym_surveyer 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 4 -tatooine_valarian_doane_watki 21 0 0 0 0 NORMAL quest NPC tatooine valarian dressed_tatooine_valarian_swooper_leader.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 4 -tatooine_valarian_enforcer 19 0 -2 2 0 NORMAL tatooine valarian criminal_smuggler 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang general_carbine general_pistol officer_1 officer_1 5 4 -tatooine_valarian_executioner 20 2 0 0 -2 NORMAL tatooine valarian criminal_organized 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang general_carbine general_carbine commando_1 commando_1 5 4 -tatooine_valarian_hacker 19 0 0 0 0 NORMAL tatooine valarian criminal_smuggler 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 4 -tatooine_valarian_smuggler 20 0 0 0 0 NORMAL tatooine valarian criminal_smuggler 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang general_carbine pirate_carbine_low_level smuggler_1 smuggler_1 5 4 -tatooine_valarian_soldier 18 0 0 0 0 NORMAL tatooine valarian criminal_thug 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 4 -tatooine_valarian_vandal 18 0 0 0 0 NORMAL tatooine valarian criminal_thug 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 5 4 -tatooine_wald_customer 100 0 0 0 0 NORMAL Tatooine - Wald Quest - Mos Espa Starport tatooine townsperson townsperson tatooine_wald_customer.iff 1.2 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_wald_customer 1 0 2 -tatooine_watto_jawa 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine jawa jawa jawa_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 townsperson townperson commoner_10 commoner_10 0 2 -tatooine_watto_jawa_droid 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.tatooine_espa_jawadroid townsperson townperson droid_10 droid_10 0 2 -tatooine_watto_peggin 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_body_peggin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_espa_peggin townsperson townperson commoner_10 commoner_10 0 2 -tatooine_wayfar_spy 19 0 0 0 0 NORMAL tatooine wayfar_spy assassin_mission_giver_neutral 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 50 col_new_player_wayfar_spy npc pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 5 4 -tatooine_wayfar_spy_leader 21 0 0 0 0 NORMAL tatooine wayfar_spy tatooine_wayfar_spies_dewall_paez.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 5 4 1 -tattered_torton 46 4 -4 0 0 NORMAL rori torton torton_hue.iff 0.8 1 3 0 0 0 -1 -1 -1 -1 45 2 1 1200 meat_carnivore 1100 hide_wooly 1200 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 torton herbivore fambaa_3 fambaa_3 0 2 -technician 1 0 0 0 0 NORMAL global townsperson townsperson artisan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_carbine rebel_pistol 0 2 -tekil_barje 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_tekil_barje.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.tekil_barje 0 2 -teras_kasi_master 20 0 0 0 0 NORMAL global townsperson townsperson trainer_unarmed 0 40 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc military military commoner_2 commoner_2 0 2 -terrorist 14 2 -2 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -test 0 5 5 10 -2 NORMAL global townsperson townsperson eisley_officer 0.9 0.9 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_1_10 npc police military 0 12 yes -test_none_target 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine test_pb_ae test_pb_ae 0 6 yes -test_quest_npc 25 0 0 0 0 NORMAL Test quest NPC for perform action task global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine 0 2 1 -thale_dustrunner 100 0 0 0 0 NORMAL corellia corsec dressed_criminal_smuggler_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc conversation.corsec_captain townsperson townperson rebel_carbine rebel_pistol officer_10 officer_10 0 2 -thief 11 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -thief_male 11 0 0 0 0 NORMAL global thug thug male_criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 -thracken_sal_solo 100 0 0 0 0 NORMAL corellia townsperson thracken_sal_solo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 instant -thrawn 100 0 0 0 0 NORMAL naboo imperial Imperial naboo_npc/thrawn.iff 0 20 20 0 50 -1 -1 -1 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.thrawn imperial military imperial_carbine imperial_pistol officer_10 officer_10 0 2 -thug 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_aqualish_female 4 0 0 0 0 NORMAL global thug thug thug_aqualish_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_aqualish_male 4 0 0 0 0 NORMAL global thug thug thug_aqualish_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_bith_female 4 0 0 0 0 NORMAL global thug thug thug_bith_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_bith_male 4 0 0 0 0 NORMAL global thug thug thug_bith_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_bothan_female 4 0 0 0 0 NORMAL global thug thug thug_bothan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_bothan_male 4 0 0 0 0 NORMAL global thug thug thug_bothan_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_gran_male 4 0 0 0 0 NORMAL global thug thug thug_gran_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_human_female 4 0 0 0 0 NORMAL global thug thug thug_human_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_human_male 4 0 0 0 0 NORMAL global thug thug thug_human_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_male 4 0 0 0 0 NORMAL global thug thug male_criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_rodian_female 4 0 0 0 0 NORMAL global thug thug thug_rodian_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_rodian_male 4 0 0 0 0 NORMAL global thug thug thug_rodian_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_trandoshan_female 4 0 0 0 0 NORMAL global thug thug thug_trandoshan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_trandoshan_male 4 0 0 0 0 NORMAL global thug thug thug_trandoshan_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_twilek_female 4 0 0 0 0 NORMAL global thug thug thug_twilek_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_twilek_male 4 0 0 0 0 NORMAL global thug thug thug_twilek_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_zabrak_female 4 0 0 0 0 NORMAL global thug thug thug_zabrak_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -thug_zabrak_male 4 0 0 0 0 NORMAL global thug thug thug_zabrak_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 -thune 68 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1 1 4 20 0 0 0 0 0 0 -1 2 1 115 meat_herbivore 125 hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.15 lowTankHealthAvg herbivore elephant_4 elephant_4 0 12 -thune_grassland_guardian 72 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1.3 1.5 3 45 60 0 -1 -1 -1 -1 -1 2 1 milk_wild 135 meat_herbivore 150 hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.15 medTankHealthAvg herbivore elephant_4 elephant_4 12 12 1 yes -thune_herd_leader 71 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1.5 1.5 1 40 60 0 -1 -1 0 0 -1 2 1 135 meat_herbivore 150 hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medTankHealthAvg herbivore elephant_4 elephant_4 0 12 -tiem_rutnar 1 0 0 0 0 NORMAL global townsperson townsperson dressed_combatmedic_trainer_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_carbine rebel_pistol 0 2 -timid_vir_vur 34 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 0.7 0.8 3 0 0 0 0 0 0 0 -1 2 1 6 meat_avian hide_wooly 1 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_2 rabbit_2 0 2 1 -torton 53 4 -2 0 0 NORMAL rori torton torton_hue.iff 1 1.2 1 0 0 0 -1 -1 -1 -1 45 2 1 1300 meat_carnivore 1150 hide_wooly 1300 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 18 torton herbivore fambaa_3 fambaa_3 0 2 1 -torton_pygmy_adolescent 13 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.4 0.5 1 10 10 0 0 0 -1 0 50 2 1 500 meat_carnivore 300 hide_wooly 500 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 torton herbivore fambaa_1 fambaa_1 4 4 1 -torton_pygmy_adult 16 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.5 0.6 1 20 20 0 0 0 -1 -1 100 2 1 600 meat_carnivore 400 hide_wooly 600 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 torton herbivore fambaa_1 fambaa_1 4 4 1 -torton_pygmy_juvenile 8 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.3 0.4 1 20 20 0 0 0 0 0 35 2 1 400 meat_carnivore 300 hide_wooly 400 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 torton herbivore 0 2 1 yes -torton_pygmy_matriarch 25 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.8 0.8 1 20 20 0 0 -1 -1 -1 100 2 1 700 meat_carnivore 500 hide_wooly 700 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 torton herbivore fambaa_2 fambaa_2 6 6 1 yes -torton_pygmy_mature 22 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.6 0.7 1 35 35 0 0 -1 -1 -1 60 2 1 700 meat_carnivore 500 hide_wooly 700 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 torton herbivore fambaa_2 fambaa_2 6 6 1 yes -torton_pygmy_protector 19 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.5 0.6 1 25 25 0 0 0 -1 -1 45 2 1 600 meat_carnivore 400 hide_wooly 600 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 torton herbivore fambaa_2 fambaa_2 6 6 1 -torton_voracious_patriarch 36 8 -5 -3 0 NORMAL rori torton torton_hue.iff 1.2 1.3 2 15 15 0 0 0 15 15 100 2 1 1300 meat_carnivore 1150 hide_wooly 1300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 torton carnivore fambaa_3 fambaa_3 6 6 1 -tortur 47 6 -5 0 0 NORMAL talus tortur torton_hue.iff 0.9 1 4 0 0 0 0 -1 -1 -1 45 2 1 1300 meat_carnivore 1150 hide_leathery 1300 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 -tortur_bull 50 7 -5 0 0 NORMAL talus tortur torton_hue.iff 1.2 1.3 4 0 0 0 -1 -1 -1 -1 100 2 1 1300 meat_carnivore 1151 hide_leathery 1301 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 -tough_dathomir_prisoner 27 0 0 0 0 NORMAL global prisoner dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc slang pirate_carbine none commoner_2 commoner_2 0 2 -tough_thug_aqualish_male 16 0 0 0 0 NORMAL global thug thug thug_aqualish_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -tough_thug_bothan_female 16 0 0 0 0 NORMAL global thug thug thug_bothan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -tough_thug_male_rodian 16 0 0 0 0 NORMAL global thug thug male_rodian_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 -tough_wookiee_brawler 14 0 0 0 0 NORMAL global mercenary wookiee_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level bounty_hunter_1 bounty_hunter_1 0 2 -tour_aryon 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_tour_aryon.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.tour_aryon 0 2 1 1 yes -toxic_merek_battlelord 64 0 0 0 0 NORMAL endor merek merek_hue.iff 1 1.2 4 40 -1 60 60 50 60 80 50 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff mantis_4 mantis_4 12 12 1 -trade_federation_avenger 16 0 0 0 0 NORMAL naboo trade_federation trade_federation mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 -trade_federation_loyalist 15 0 0 0 0 NORMAL naboo trade_federation trade_federation mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 -trade_federation_pirate 16 0 0 0 0 NORMAL naboo trade_federation trade_federation mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 -trade_federation_zealot 16 0 0 0 0 NORMAL naboo trade_federation trade_federation mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 -trailblazer 13 0 0 0 -6 NORMAL global wilder rebel_trooper 0 15 15 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 -trainer_1hsword 100 0 0 0 0 NORMAL townsperson townsperson trainer_sword 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_1hsword npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_2hsword 100 0 0 0 0 NORMAL townsperson townsperson trainer_sword 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_2hsword npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_architect 100 0 0 0 0 NORMAL townsperson townsperson trainer_architect 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_architect npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_armorsmith 100 0 0 0 0 NORMAL townsperson townsperson trainer_armorsmith 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_armorsmith npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_artisan 100 0 0 0 0 NORMAL townsperson townsperson trainer_artisan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_artisan npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 -trainer_beast_master 100 0 0 0 0 NORMAL anywhere townsperson trainer_beast_master.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.trainer_beast_master 0 0 -trainer_bioengineer 100 0 0 0 0 NORMAL townsperson townsperson trainer_bioengineer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_bioengineer npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_bountyhunter 100 0 0 0 0 NORMAL townsperson townsperson trainer_bountyhunter 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_bountyhunter npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_brawler 100 0 0 0 0 NORMAL townsperson townsperson trainer_brawler 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_brawler npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 -trainer_carbine 100 0 0 0 0 NORMAL townsperson townsperson trainer_carbine 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_carbine npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_chef 100 0 0 0 0 NORMAL townsperson townsperson trainer_chef 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_chef npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_combatmedic 100 0 0 0 0 NORMAL townsperson townsperson trainer_combatmedic 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_combatmedic npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_commando 100 0 0 0 0 NORMAL townsperson townsperson trainer_commando 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_commando npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_creaturehandler 100 0 0 0 0 NORMAL townsperson townsperson trainer_creaturehandler 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_creaturehandler npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_dancer 100 0 0 0 0 NORMAL townsperson townsperson trainer_dancer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_dancer npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_doctor 100 0 0 0 0 NORMAL townsperson townsperson trainer_doctor 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_doctor npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_droidengineer 100 0 0 0 0 NORMAL townsperson townsperson trainer_droidengineer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_droidengineer npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_entertainer 100 0 0 0 0 NORMAL townsperson townsperson trainer_entertainer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_entertainer npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 -trainer_fs 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_trainer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_fs npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_imagedesigner 100 0 0 0 0 NORMAL townsperson townsperson trainer_imagedesigner 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_imagedesigner npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_marksman 100 0 0 0 0 NORMAL townsperson townsperson trainer_marksman 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_marksman npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 -trainer_medic 100 0 0 0 0 NORMAL townsperson townsperson trainer_medic 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_medic npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 -trainer_merchant 100 0 0 0 0 NORMAL townsperson townsperson trainer_merchant 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_merchant npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_musician 100 0 0 0 0 NORMAL townsperson townsperson trainer_musician 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_musician npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_narglatch 24 0 0 0 0 NORMAL commando 21 prof quest enemy corellia profcomm criminal_thug 0.8 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 npc general_carbine general_pistol commoner_2 commoner_2 4 1 -trainer_pistol 100 0 0 0 0 NORMAL townsperson townsperson trainer_pistol 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_pistol npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_polearm 100 0 0 0 0 NORMAL townsperson townsperson trainer_polearm 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_polearm npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_politician 100 0 0 0 0 NORMAL townsperson townsperson trainer_politician 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_politician npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_ranger 100 0 0 0 0 NORMAL townsperson townsperson trainer_ranger 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_ranger npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_rifleman 100 0 0 0 0 NORMAL townsperson townsperson trainer_rifleman 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_rifleman npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_scout 100 0 0 0 0 NORMAL townsperson townsperson trainer_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_scout npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 -trainer_smuggler 100 0 0 0 0 NORMAL townsperson townsperson trainer_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_smuggler npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_squadleader 100 0 0 0 0 NORMAL townsperson townsperson trainer_squadleader 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_squadleader npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_tailor 100 0 0 0 0 NORMAL townsperson townsperson trainer_tailor 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_tailor npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_unarmed 100 0 0 0 0 NORMAL townsperson townsperson trainer_unarmed 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_unarmed npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -trainer_weaponsmith 100 0 0 0 0 NORMAL townsperson townsperson trainer_weaponsmith 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_weaponsmith npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 -training_remote 1 0 0 0 0 NORMAL anywhere jeditrainer training_remote.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 yes -trandoshan_sif 36 0 0 0 0 NORMAL Talus sif sif dressed_talus_sif_mercenary_trand_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_3 commoner_3 6 6 1 yes -trandoshan_sif_02 43 0 0 0 0 NORMAL Talus sif sif dressed_talus_sif_mercenary_trand_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_4 commoner_4 6 6 -trandoshan_slavemaster 2 0 0 0 0 NORMAL tatooine slaver dressed_tatooine_trandoshan_slavemaster.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -trandoshan_slaver 4 0 0 0 0 NORMAL tatooine slaver dressed_tatooine_trandoshan_slaver.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 -traveller 1 0 0 0 0 NORMAL global wilder noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 rebel_carbine rebel_pistol 0 2 1 -treasure_guard_adventurer 8 0 0 0 0 NORMAL Treasure Maps global thug thug_generic 0 2 npc/npc_1_10 npc pirate_carbine imperial_sword commoner_10 commoner_10 24 24 1 -treasure_guard_bounty_hunter 38 0 0 0 0 NORMAL Treasure Maps global thug bounty_hunter 0 10 10 10 10 10 10 10 10 2 1 80 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine imperial_sword bounty_hunter_3 melee_3 24 24 1 -treasure_guard_droid 48 0 0 0 0 NORMAL Treasure Maps global assassindroid droid_ig106_enemy 1 1 0 10 10 10 10 10 10 10 10 2 1 80 mustafar/mustafar_droid mustafar_droid 3 col_holo_emitter_01 npc object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 24 24 1 instant -treasure_guard_jedi 68 0 0 0 0 NORMAL Treasure Maps global dark_jedi jedi_dark 0 50 50 50 50 50 50 50 50 2 1 80 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc 68 68 100 100 1 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 24 24 1 instant -treasure_guard_jedi_boss 90 0 0 0 0 BOSS Treasure Maps global dark_jedi jedi_dark_master 0 90 90 90 90 90 90 90 90 2 npc/boss_npc:boss_force_light_npc_81_90 6 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_jedi_holocron,col_contraband_set_04,col_shattered_shard_02 18 dark_jedi npc 90 90 100 100 1 jedi_dark jedi_dark_ranged jedi_special_boss jedi_special_boss 5 5 1 instant -treasure_guard_jedi_elder 78 0 0 0 0 NORMAL Treasure Maps global dark_jedi jedi_dark_elder 0 70 70 70 70 70 70 70 70 2 1 80 npc/npc_71_80:force_light 4 housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc 78 78 100 100 1 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 24 24 1 instant -treasure_guard_jedi_elite 88 0 0 0 0 ELITE Treasure Maps global dark_jedi jedi_dark_master 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_force_light_npc_81_90 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc 88 88 100 100 1 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 5 5 1 -treasure_guard_padawan 58 0 0 0 0 NORMAL Treasure Maps global dark_jedi jedi_padawan 0 30 30 30 30 30 30 30 30 2 1 80 npc/npc_51_60 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 dark_jedi npc jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 24 24 1 -treasure_guard_trader 28 0 0 0 0 NORMAL Treasure Maps global thug trader_thug 0 2 npc/npc_21_30 npc pirate_carbine imperial_sword commoner_10 commoner_10 24 24 1 -treasure_guard_villager 18 0 0 0 0 NORMAL Treasure Maps global thug villager_generic 0 2 npc/npc_11_20 npc pirate_carbine imperial_sword commoner_10 commoner_10 24 24 yes -tricky_donkuwah_scout 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 40 -1 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 instant -tricky_korga_scout 77 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 35 0 0 75 75 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes -tricky_pubam_scout 64 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 35 0 0 0 -1 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 -trivia_librarian 2 0 0 0 0 NORMAL global townsperson townsperson noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.library_trivia noble fancy 1 rebel_carbine rebel_pistol 0 2 -tt8l 1 0 0 0 0 NORMAL anywhere tattletaledroid tt8l.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 -tt8l_y7 2 0 0 0 0 NORMAL anywhere doordroid tt8l_y7.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 -tusk_cat_rider 17 0 0 0 0 NORMAL naboo naboo naboo dressed_tusk_cat_rider.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 1 yes -tusken_avenger 30 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 10 0 50 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_3 4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 9 3 -tusken_bantha 30 2 -2 0 0 NORMAL tatooine tusken_raider tusken_raider bantha_saddle_hue.iff 1 1.2 2 20 25 0 50 -1 -1 -1 -1 2 1 475 meat_herbivore 350 hide_wooly 375 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 tusken herbivore elephant_2 elephant_2 0 10 1 instant -tusken_berserker 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 45 45 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_kill_tusken_activation_loot,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_blood_champion 32 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 50 40 0 30 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 9 3 1 yes -tusken_brute 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 0 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_captain 33 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.2 0 0 0 0 40 -1 40 0 0 2 npc/tusken:tusken_normal generic_npc_4 6 col_tusken_valuables,col_aurebesh_tiles,col_kill_tusken_activation_loot,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_chief 34 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.2 0 45 0 0 60 -1 40 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_kill_tusken_activation_loot,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 -tusken_commoner 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1 1.15 0 0 0 0 0 0 0 0 0 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 instant -tusken_death_hunter 32 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 9 3 1 instant -tusken_elite_guard 34 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 instant -tusken_executioner 34 5 -3 0 -2 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.3 0 85 80 35 100 0 30 45 80 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 1 instant -tusken_flesh_hunter 33 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 1 yes -tusken_fort_tusken_champion 34 2 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.3 1.3 0 65 40 0 30 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 1 yes -tusken_fort_tusken_treasure_guardian 34 2 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.3 1.3 0 65 40 0 30 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_4 6 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged bounty_hunter_special_3 bounty_hunter_special_3 6 10 1 yes -tusken_gore_chief 34 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.15 1.21 0 30 30 0 30 -1 30 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 1 yes -tusken_guard 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 20 20 0 50 -1 50 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_king 33 0 0 0 10 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.25 0 0 0 0 50 -1 50 -1 0 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 instant -tusken_king_quest 33 0 0 0 5 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.25 0 45 35 0 80 -1 50 0 0 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc int:combat.intCombatXP=3000 ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 yes -tusken_observer 32 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.15 1.25 0 85 85 35 100 0 30 45 80 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_raid_leader 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 35 25 0 60 -1 30 0 -1 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_raider 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 -tusken_raider_18 18 0 0 0 0 NORMAL tatooine tusken_raider_follower tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_1 melee_1 6 2 -tusken_raider_19 19 0 0 0 0 NORMAL tatooine tusken_raider_follower tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_1 melee_1 6 2 -tusken_raider_20 20 0 0 0 0 NORMAL tatooine tusken_raider_follower tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_1 melee_1 6 2 -tusken_raider_21 21 0 0 0 0 NORMAL tatooine tusken_raider_follower tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_1 melee_1 6 2 1 yes -tusken_raider_ambusher 84 -2 0 0 0 NORMAL Enemies for Azure Cabal series tatooine tusken_raider tusken_raider tusken_raider.iff 1 1 0 0 0 0 24 -1 24 -1 -1 2 npc/tusken:tusken_normal generic_npc_2 7 col_tusken_valuables,col_shattered_shard_02 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_2 melee_2 15 15 1 yes -tusken_raider_marauder 83 0 0 0 0 NORMAL Enemies for Azure Cabal series tatooine tusken_raider tusken_raider tusken_raider.iff 1 1 0 0 0 0 24 -1 24 -1 -1 2 npc/tusken:tusken_normal generic_npc_2 7 col_tusken_valuables,col_shattered_shard_02 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_2 melee_2 15 15 -tusken_raider_scout_newbie 6 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider tusken_raider.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 4 4 -tusken_raider_soldier 5 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 4 4 -tusken_raider_warrior 6 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 4 4 -tusken_raider_wildman 14 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged bounty_hunter_1 bounty_hunter_1 6 2 -tusken_raider_worshiper 20 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 6 col_tusken_valuables,col_dejarik_holomonster,col_dejarik_table 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee medic_2 melee_1 3 2 -tusken_raider_zealot 5 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 4 4 1 instant -tusken_savage 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 35 -1 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_sniper 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 yes -tusken_soldier 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 20 20 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_torture_lord 32 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 50 30 0 60 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 9 3 1 yes -tusken_wanderer 30 0 0 0 5 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_war_master 32 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 20 20 0 50 -1 30 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_melee tusken_ranged melee_3 bounty_hunter_special_3 9 3 1 yes -tusken_warlord 33 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.25 0 45 25 0 80 -1 40 -1 0 2 npc/tusken:tusken_normal generic_npc_4 6 col_tusken_valuables,col_aurebesh_tiles,col_kill_tusken_activation_loot,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes -tusken_warrior 32 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 45 30 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_melee tusken_ranged melee_3 bounty_hunter_3 6 10 yes -tusken_witch_doctor 33 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.15 1.25 0 65 95 35 100 0 30 45 80 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 9 3 1 -tutorial_dark_jedi 500 0 0 0 0 NORMAL global dark_jedi_sentinel Imperial dressed_tutorial_dark_jedi.iff 0 95 95 95 95 95 95 95 95 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:jedi.enclave.dark=1 systems.jedi.enclave_sentinel jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 5 5 -tutorial_droid 1 0 0 0 0 NORMAL anywhere mousedroid mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 -tutorial_light_jedi 500 0 0 0 0 NORMAL global light_jedi_sentinel Rebel dressed_tutorial_light_jedi.iff 0 95 95 95 95 95 95 95 95 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:jedi.enclave.light=1 systems.jedi.enclave_sentinel jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 5 5 1 -twilight_vir_vur 42 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 0.7 0.8 2 0 0 0 0 0 0 0 -1 2 1 6 meat_avian hide_wooly 1 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore rabbit_3 rabbit_3 0 2 -twisted_dewback 11 1 2 1 0 NORMAL Tatooine - Force Sensitive Profession 11 tatooine twisted dewback_hue.iff 1 1.2 27 15 0 10 0 -1 -1 -1 -1 2 1 175 meat_reptilian 125 hide_leathery 100 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 carnivore bull_1 bull_1 6 2 yes -twisted_donkuwah_scavenger 84 2 0 0 -2 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 5 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 instant -twisted_korga_scavenger 78 2 -2 0 -4 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 25 25 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -twisted_pubam_scavenger 66 3 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 -twisted_rill 11 2 -1 2 -1 NORMAL Tatooine - Force Sensitive Profession 11 tatooine twisted dune_lizard_hue.iff 1.3 1.5 24 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 20 hide_bristley 15 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 carnivore lizard_1 lizard_1 6 2 1 -twisted_womprat 11 0 0 0 0 NORMAL Tatooine - Force Sensitive Profession 11 tatooine twisted womp_rat_hue.iff 1.5 1.8 9 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat carnivore rat_1 rat_1 6 2 1 -tybis 73 0 0 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 0 2 1 275 meat_herbivore 200 hide_bristley 125 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 0 2 1 -tybis_female 77 0 0 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.7 0.9 4 0 0 0 0 0 0 0 0 2 1 milk_wild 220 meat_herbivore 160 hide_bristley 105 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 0 2 1 -tybis_grand 76 1 -1 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 0 2 1 milk_wild 275 meat_herbivore 200 hide_bristley 125 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 12 12 1 -tybis_male 78 0 0 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 -1 2 1 275 meat_herbivore 200 hide_bristley 125 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 0 12 1 -tybis_youth 77 0 0 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.5 0.8 2 0 0 0 0 0 0 0 0 2 1 200 meat_herbivore 150 hide_bristley 100 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 0 2 -tyrena_kunegunda 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson tyrena_kunegunda.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 -tyrena_lyman_zavala 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson lyman_zavala.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 -tyrena_takouhi 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson tyrena_takouhi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 -tyrena_vannotte 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson tyrena_vannotte.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 instant -union_sentry_droid_crafted 30 0 0 0 0 NORMAL anywhere spider_droid union_sentry_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 droid creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 0 2 -untrained_wielder_of_the_dark_side 88 0 0 0 0 NORMAL dantooine remnants_of_kun dark_jedi 0 30 30 0 0 0 0 0 0 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc force_sword force_sword_ranged jedi_8 jedi_8 12 12 yes -valarian_assassin 15 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 -valarian_boss_depot 16 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level smuggler_1 melee_1 6 2 -valarian_boss_shuttle 22 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 5 5 yes -valarian_compound_guard 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 -valarian_crew_chief 20 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 -valarian_elite_shuttle 22 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 3 3 -valarian_enforcer 15 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc thug slang general_carbine general_pistol smuggler_1 smuggler_1 4 4 -valarian_henchman 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc pirate slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 -valarian_mechanic 19 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 -valarian_pod_racer 19 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 1 -valarian_scout 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc military slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 1 -valarian_scout_depot 12 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc military slang pirate_rifle_low_level smuggler_1 melee_1 6 2 -valarian_swooper 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 -valarian_swooper_depot 13 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_carbine_low_level smuggler_1 melee_1 6 2 -valarian_swooper_leader 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc thug slang general_carbine general_pistol smuggler_1 smuggler_1 4 4 -valarian_swooper_shuttle 17 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 5 5 1 -valarian_thief 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 1 -valarian_thief_depot 14 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level smuggler_1 melee_1 6 2 1 -valarian_thief_shuttle 18 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 5 -valarian_thug 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 -valarian_thug_depot 14 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level smuggler_1 melee_1 6 2 -valarian_thug_shuttle 20 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 5 5 -vana_sage 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lt_vana_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_vana_sage commoner_10 commoner_10 0 2 -vardias_tyne 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_vardias_tyne.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.vardias_tyne 0 2 1 -variegated_womprat 12 1 -1 0 0 NORMAL Tatooine - to be sorted tatooine womprat_variegated womp_rat_hue.iff 1.5 2 1 0 0 15 0 0 0 0 -1 2 1 3 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat 0.15 lowAttackAbilityWeak carnivore rat_1 rat_1 6 2 -veermok 18 0 0 0 -6 NORMAL naboo veermok veermok_hue.iff 0.8 1.2 2 15 15 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_1 gorilla_1 0 2 1 -veermok_cannibal 19 4 0 0 0 NORMAL naboo veermok_cannibal veermok_hue.iff 1.5 1.8 2 15 -1 0 0 0 0 0 0 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.1 lowAttackSpeedWeak carnivore gorilla_2 gorilla_2 6 6 -veermok_cave 19 0 0 0 -8 NORMAL naboo veermok veermok_hue.iff 0.8 1.2 2 20 20 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 yes -veermok_giant_cave 22 0 0 0 -15 NORMAL naboo veermok veermok_hue.iff 2.5 3 2 50 50 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_21_30 generic_creature_3 18 veermok carnivore gorilla_2 gorilla_2 6 6 -veermok_guard 18 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.9 2.2 4 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_1 gorilla_1 0 2 -veermok_guard_cave 19 0 0 0 -1 NORMAL naboo veermok veermok_hue.iff 1.9 2.2 4 20 20 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 1 yes -veermok_hunter 19 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1 1.3 3 15 -1 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_2 gorilla_2 0 2 -veermok_pygmy 20 0 2 0 0 NORMAL naboo veermok veermok_hue.iff 2 2.5 3 25 20 0 -1 45 0 -1 -1 2 1 250 meat_carnivore 200 hide_bristley 80 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 yes -veermok_ravager 18 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.5 1.9 2 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_1 gorilla_1 6 6 -veermok_scavenger 18 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.5 2 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_1 gorilla_1 6 6 1 -veermok_scout 18 0 0 0 -3 NORMAL naboo veermok veermok_hue.iff 0.75 1 4 10 5 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_1 gorilla_1 0 2 1 -veermok_scout_cave 19 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 0.75 1 4 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 -veermok_sentry 18 -1 -1 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.4 1 0 0 0 0 0 0 15 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_1 gorilla_1 0 2 -veermok_sentry_cave 19 -1 -1 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 yes -veers 100 0 0 0 0 NORMAL naboo imperial Imperial naboo_npc/veers.iff 0 0 20 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.veers imperial military imperial_carbine imperial_pistol officer_10 officer_10 0 2 1 -vendor 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 instant -venom_filled_arachne 64 5 -5 5 -5 NORMAL endor arachne angler_hue.iff 0.5 0.8 1 45 45 0 65 65 0 65 -1 2 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackSpeedStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_3 spider_3 12 12 -venthan_chassu 100 0 0 0 0 NORMAL corellia townsperson dressed_venthan_chassu.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 -verne 60 0 1 0 0 NORMAL dathomir verne verne_hue.iff 0.95 1.15 3 0 0 0 -1 -1 25 25 -1 2 1 125 meat_herbivore 90 hide_leathery 80 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 highTankHealthAvg herbivore goat_4 goat_4 0 12 1 -verne_bull 61 0 1 0 0 NORMAL dathomir verne verne_hue.iff 1.2 1.4 2 0 0 0 -1 -1 25 25 -1 2 1 110 meat_wild 95 hide_leathery 85 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg herbivore goat_4 goat_4 12 12 1 -verne_calf 60 -2 1 0 0 NORMAL dathomir verne verne_hue.iff 0.6 0.7 4 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 15 hide_leathery 12 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_02 0.1 lowTankHealthAvg herbivore goat_4 goat_4 0 12 -vesp 43 0 2 0 0 NORMAL lok vesp vesp_hue.iff 0.8 1.2 3 20 35 -1 0 -1 0 0 -1 2 1 10 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankArmorAvg carnivore lizard_3 lizard_3 8 8 -vesp_hunter 46 0 -5 0 0 NORMAL lok vesp vesp_hue.iff 0.8 1.2 4 20 20 0 50 0 0 50 -1 2 1 10 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_3 lizard_3 8 8 -vesp_scavanger 44 0 0 0 -2 NORMAL lok vesp vesp_hue.iff 0.7 1.1 1 30 30 0 -1 -1 80 80 -1 2 1 9 meat_reptilian 3 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankArmorAvg carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff lizard_3 lizard_3 8 8 1 yes -veteran_assault_trooper 65 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_white_gold.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_sword commando_6 melee_6 0 4 1 yes -veteran_assault_trooper_squad_leader 68 0 0 0 3 NORMAL global imperial Imperial dressed_stormtrooper_white_gold.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_rifle imperial_pistol officer_6 officer_6 0 4 -veteran_command_security_guard 36 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_pistol imperial_carbine commando_3 commando_3 0 2 yes -veteran_compforce_trooper 24 0 0 0 0 NORMAL global imperial Imperial mercenary_elite 0 20 20 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_2 commando_2 0 4 yes -veteran_dark_trooper 79 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_71_80 generic_droid_8 housing_improvement_05,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_7 droid_7 0 4 yes -veteran_imperial_army_captain 53 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_sword officer_5 melee_5 0 2 yes -veteran_imperial_brigadier_general 63 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 20 20 40 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 6 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine officer_6 officer_6 0 2 yes -veteran_imperial_colonel 60 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol officer_6 officer_6 0 2 -veteran_imperial_corporal 35 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol officer_3 officer_3 0 2 yes -veteran_imperial_first_lieutenant 49 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 yes -veteran_imperial_general 70 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_7 officer_7 0 2 yes -veteran_imperial_high_general 73 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_7 officer_7 0 2 -veteran_imperial_lance_corporal 34 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 yes -veteran_imperial_lieutenant_colonel 58 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_5 officer_5 0 2 yes -veteran_imperial_lieutenant_general 68 0 0 0 5 NORMAL global imperial Imperial imperial_officer 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_6 officer_6 0 2 yes -veteran_imperial_major 55 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_major_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_5 officer_5 0 2 yes -veteran_imperial_major_general 65 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 25 0 -1 30 -1 30 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_6 officer_6 0 2 1 yes -veteran_imperial_master_sergeant 43 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 -veteran_imperial_medic 40 0 0 0 0 NORMAL global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol medic_4 medic_4 0 2 yes -veteran_imperial_second_lieutenant 50 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_lieutenant_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_5 officer_5 0 2 -veteran_imperial_sergeant 36 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 yes -veteran_imperial_sergeant_major 46 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 -veteran_imperial_sharpshooter 43 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military general_rifle general_pistol commando_4 commando_4 0 2 -veteran_imperial_staff_corporal 38 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 -veteran_imperial_staff_sergeant 40 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 yes -veteran_imperial_surface_marshal 75 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_major_cold_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_7 officer_7 0 2 -veteran_imperial_trooper 38 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_3 commando_3 0 2 yes -veteran_imperial_warrant_officer_i 48 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 yes -veteran_imperial_warrant_officer_ii 45 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 yes -veteran_rebel_army_captain 53 0 0 0 0 NORMAL global rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_5 officer_5 0 2 yes -veteran_rebel_brigadier_general 63 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 20 20 40 0 0 -1 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 2 yes -veteran_rebel_colonel 60 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 2 yes -veteran_rebel_commando 80 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.soldier rebel military commando_ranged commando_melee commando_8 melee_8 0 2 -veteran_rebel_corporal 35 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 yes -veteran_rebel_first_lieutenant 49 0 0 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 yes -veteran_rebel_general 70 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Rebel ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 2 yes -veteran_rebel_high_general 73 0 0 0 4 NORMAL global rebel Rebel rebel_high_general 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 2 -veteran_rebel_lance_corporal 34 0 0 0 0 NORMAL global rebel Rebel rebel_lance_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 yes -veteran_rebel_lieutenant_colonel 58 0 0 0 0 NORMAL global rebel Rebel rebel_lieutenant_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_5 officer_5 0 2 yes -veteran_rebel_lieutenant_general 68 0 0 0 5 NORMAL global rebel Rebel rebel_lieutenant_general 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 2 yes -veteran_rebel_major 55 0 0 0 0 NORMAL global rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_5 officer_5 0 2 yes -veteran_rebel_major_general 65 0 0 0 0 NORMAL global rebel Rebel rebel_high_general 0 0 25 0 30 -1 30 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 2 -veteran_rebel_master_sergeant 43 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 -veteran_rebel_medic 60 0 0 0 0 NORMAL global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_pistol rebel_carbine medic_6 medic_6 0 2 1 -veteran_rebel_scout 40 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_rifle rebel_pistol bounty_hunter_4 bounty_hunter_4 0 2 1 -veteran_rebel_scout_female 40 0 0 0 0 NORMAL global rebel Rebel rebel_scout_female 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_rifle rebel_pistol bounty_hunter_4 bounty_hunter_4 0 2 yes -veteran_rebel_second_lieutenant 50 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military general_carbine general_pistol officer_5 officer_5 0 2 -veteran_rebel_sergeant 36 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 -veteran_rebel_sergeant_major 46 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 -veteran_rebel_staff_corporal 38 0 0 0 0 NORMAL global rebel Rebel rebel_staff_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 -veteran_rebel_staff_sergeant 40 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 yes -veteran_rebel_surface_marshal 75 0 0 0 4 NORMAL global rebel Rebel rebel_surface_marshal 0 0 0 0 40 -1 40 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 2 -veteran_rebel_trooper 55 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc ai.soldier rebel military rebel_carbine rebel_pistol commando_5 commando_5 0 2 yes -veteran_rebel_warrant_officer_i 48 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 -veteran_rebel_warrant_officer_ii 45 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 yes -veteran_sand_trooper 49 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_4 commando_4 0 2 -veteran_scout_trooper 46 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_rifle imperial_pistol commando_4 commando_4 0 2 1 yes -veteran_storm_commando 75 0 0 0 5 NORMAL global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_7 commando_7 0 4 yes -veteran_stormtrooper 50 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 4 yes -veteran_stormtrooper_bombardier 55 3 -3 0 0 NORMAL global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_5 commando_5 0 4 yes -veteran_stormtrooper_captain 72 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_7 officer_7 0 4 yes -veteran_stormtrooper_major 75 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_7 officer_7 0 4 yes -veteran_stormtrooper_medic 60 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol medic_6 medic_6 0 4 yes -veteran_stormtrooper_rifleman 62 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_6 commando_6 0 4 yes -veteran_stormtrooper_sniper 63 1 -1 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_6 commando_6 0 4 yes -veteran_stormtrooper_squad_leader 70 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_7 officer_7 0 4 1 -vetran_explorer 5 0 0 0 0 NORMAL global wilder species_choices_all 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 rebel_carbine rebel_pistol 0 2 -vexed_voritor_lizard 73 0 0 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1.3 1.6 4 35 -1 0 0 -1 -1 0 0 2 1 50 meat_carnivore 50 hide_leathery 50 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 medAttackSpeedAvg carnivore lizard_5 lizard_5 12 12 -vhaunda 100 0 0 0 0 NORMAL dathomir townsperson dressed_vhaunda.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 yes -vicious_donkuwah_battlelord 79 5 -3 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 35 0 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 yes -vicious_huf_dun 46 1 -1 0 -1 NORMAL talus huf_dun huf_dun_hue.iff 0.6 0.7 4 20 0 0 -1 -1 -1 -1 -1 2 1 850 meat_herbivore 900 hide_leathery 850 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackDamageWeak carnivore fambaa_3 fambaa_3 6 6 instant -vicious_korga_battlelord 78 5 -3 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 25 10 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant -vicious_pubam_battlelord 64 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 45 0 0 0 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes -vicious_rill 6 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine rill dune_lizard_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 20 hide_bristley 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankDefenseWeak carnivore 0 2 1 -vicious_squall 40 0 0 0 0 NORMAL rori squall squall_hue.iff 1.2 1.5 3 0 0 0 0 0 0 0 -1 2 1 12 meat_herbivore 17 hide_bristley 12 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackSpeedWeak carnivore rabbit_3 rabbit_3 8 8 -victor_questn_cantina 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_questn_cantina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -victor_questn_capitol 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_questn_capitol.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -victor_questp_hospital 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_questp_hospital.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -victor_questp_slums 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_questp_slums.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -victor_visalis 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_visalis.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes -vile_donkuwah_battlelord 88 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 50 -1 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_melee ewok_ranged melee_8 spy_8 12 12 instant -vile_korga_battlelord 78 7 -4 0 0 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 65 -1 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes -vine_rawl 18 0 0 0 -3 NORMAL naboo rawl_vine fanned_rawl_hue.iff 1.2 1.4 3 10 10 0 0 0 0 45 0 2 1 40 meat_reptilian 30 hide_scaley 15 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore snake_2 snake_2 0 2 -vinya_maysor 100 0 0 0 0 NORMAL corellia townsperson dressed_vinya_maysor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -violent_krahbu 25 1 0 0 -6 NORMAL corellia krahbu_violent krahbu_hue.iff 1.2 1.5 4 10 25 0 0 0 0 0 -1 2 1 225 meat_herbivore 135 hide_bristley 135 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore horse_2 horse_2 10 10 1 1 -vir_vur 37 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 10 meat_avian hide_wooly 4 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 2 1 -vir_vur_toxic_slasher 14 2 -2 2 -1 NORMAL rori vir_vur vir_vur_hue.iff 1.3 1.5 3 10 0 0 0 0 -1 0 -1 2 1 10 meat_avian hide_wooly 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackSpeedWeak herbivore rabbit_1 rabbit_1 4 4 1 1 yes -voracious_rasp 45 5 -5 0 0 NORMAL talus voracious_rasp horned_rasp_hue.iff 4 4.1 2 0 0 -1 -1 0 -1 0 -1 2 1 60 meat_avian 25 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 carnivore avian_3 avian_3 6 6 -vordin_sildor 100 0 0 0 0 NORMAL rori townsperson dressed_vordin_sildor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -voritor_dasher 72 0 0 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 0.5 0.7 2 0 -1 0 -1 -1 -1 -1 0 2 1 40 meat_carnivore 30 hide_leathery 35 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_4 lizard_4 12 12 -voritor_lizard 72 0 0 0 0 NORMAL naboo voritor_lizard voritor_lizard_hue.iff 1 1 1 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 25 hide_leathery 30 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.15 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff lizard_4 lizard_4 12 12 yes -voritor_spiked_slasher 70 2 -2 -2 2 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1.1 1.3 4 65 40 0 0 50 -1 20 0 2 1 65 meat_carnivore 40 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedAvg carnivore lizard_5 lizard_5 12 12 -vr_bearded_jax 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr bearded_jax_hue.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 0 defaultProfile creature/creature_31_40 generic_creature_4 herbivore 1 0 0 -vr_gacklebat 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr vr_gackle_bat.iff 0.3 0.4 0 0 0 0 0 0 0 0 0 0 defaultProfile none 1 0 0 -vr_mouse_droid 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr mouse_droid.iff 0 0 0 0 0 0 0 0 0 0 defaultProfile droid/droid_1_10 generic_droid_1 droid 1 0 0 -vr_mynock 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr vr_mynock.iff 0.3 0.4 0 0 0 0 0 0 0 0 0 0 defaultProfile none 1 0 0 -vr_nightspider 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr hermit_spider_hue.iff 0.3 0.4 0 0 0 0 0 0 0 0 0 0 defaultProfile creature/insect_1_10 generic_creature_1 carnivore 1 0 0 -vraker_orde 100 0 0 0 0 NORMAL yavin4 townsperson dressed_vraker_orde.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -vrelt 23 0 0 0 0 NORMAL corellia vrelt stintaril_hue.iff 0.6 0.7 1 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore rat_2 rat_2 0 2 -vrir_unglan 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_vrir_unglan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -vrobal 43 0 0 0 0 NORMAL rori vrobal roba_hue.iff 1.2 1.3 3 0 0 0 0 0 0 0 -1 2 1 13 meat_carnivore 18 hide_leathery 13 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 2 -vrobal_bull 48 0 0 0 -3 NORMAL rori vrobal roba_hue.iff 1.3 1.6 3 15 10 35 0 -1 -1 -1 -1 2 1 15 meat_carnivore 22 hide_leathery 16 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 2 -vrobal_sow 47 0 0 0 0 NORMAL rori vrobal roba_hue.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 13 meat_carnivore 20 hide_leathery 15 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 2 -vrobalet 34 0 0 0 0 NORMAL rori vrobal roba_hue.iff 0.7 0.8 1 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 17 hide_leathery 11 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 2 -vurlene 100 0 0 0 0 NORMAL dathomir townsperson dressed_vurlene.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 -vynock 28 0 0 0 0 NORMAL corellia vynock vynock_hue.iff 1.2 1.3 1 0 0 0 0 0 0 0 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore mynock_2 mynock_2 0 2 -wald 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_tatooine_wald.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc/npc_81_90 generic_npc_2 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_wald_firstquest 0 2 -walker_at_rt_camo 10 0 0 0 0 NORMAL anywhere townsperson vehicle/walker_at_rt_camo.iff 1 1 1 0 0 0 0 0 0 0 -1 2 herbivore 0 2 -walker_at_rt_reg 10 0 0 0 0 NORMAL anywhere townsperson vehicle/walker_at_rt_reg.iff 1 1 1 0 0 0 0 0 0 0 -1 2 herbivore 0 2 -wallaw_loowobbli 100 0 0 0 0 NORMAL dathomir townsperson dressed_wallaw_loowobbli.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 12 1 -walluga 27 1 -1 1 -1 NORMAL kashyyyk walluga walluga.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.05 medTankDefenseWeak carnivore elephant_2 elephant_2 12 12 instant -wandering_desert_marauder 77 0 0 0 0 NORMAL endor marauder endor_marauder species_choices_marauder 0 25 20 0 0 -1 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 marauder npc ai.thug pirate_rifle marauder_melee bounty_hunter_7 melee_7 12 12 1 -wandering_kitonak 2 0 0 0 0 NORMAL tatooine kitonak kitonak_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 yes -war_gronda 38 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 1.6 1.9 4 40 0 40 0 0 -1 -1 -1 2 1 390 meat_carnivore 300 hide_leathery 240 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackUtilityWeak carnivore elephant_4 elephant_4 10 10 -warden_vinzel_haylon 100 0 0 0 0 NORMAL dathomir imperial Imperial dressed_vinzel_haylon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol bounty_hunter_10 bounty_hunter_10 0 12 1 yes -warder 22 2 0 0 0 NORMAL global wilder noble 0 30 30 0 -1 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc rebel_carbine rebel_pistol bounty_hunter_2 bounty_hunter_2 0 2 yes -warren_agro_droid_atst 55 0 0 0 0 BOSS dantooine warren_cyborg warren_cyborg atst.iff 0 0 0 0 0 0 0 0 100 2 3 100 npc/boss_npc:boss_npc_51_60 boss_droid_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 android absorption_fire=60,dissipation_fire=50 droid_special_3 droid_special_3 16 14 yes -warren_agro_droid_boss 52 0 0 0 -2 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_boss.iff 1.2 1.5 0 35 35 0 0 0 -1 -1 0 2 1 80 npc/elite_npc:elite_npc_41_50 elite_droid_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 android droid_special_3 droid_special_3 4 4 yes -warren_agro_droid_s01 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_s01.iff 0.8 1.2 0 35 35 0 0 0 -1 0 -1 2 1 80 droid/elite_droid:elite_droid_41_50 elite_droid_6 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android droid_special_3 droid_special_3 4 4 yes -warren_agro_droid_s02 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_s02.iff 0.8 1.2 0 35 35 0 -1 0 -1 0 -1 2 1 80 droid/elite_droid:elite_droid_41_50 elite_droid_6 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android droid_special_3 droid_special_3 4 4 yes -warren_agro_droid_s03 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_s03.iff 0.8 1.2 0 35 35 0 -1 0 -1 0 0 2 1 80 droid/elite_droid:elite_droid_41_50 elite_droid_6 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android droid_special_3 droid_special_3 4 4 yes -warren_agro_droid_s04 52 0 0 0 -3 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_s04.iff 0.8 1.2 0 30 30 0 0 0 -1 0 -1 2 1 80 droid/elite_droid:elite_droid_41_50 elite_droid_6 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android droid_special_3 droid_special_3 4 4 1 -warren_bol 65 -3 0 0 2 NORMAL dantooine warren_bol bol_hue.iff 0.9 1 2 35 0 -1 0 0 -1 0 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 herbivore 1 bull_4 bull_4 0 12 -warren_bomarr_loyalist 51 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_dim_u_loyalist.iff 0.8 1.2 0 20 20 0 0 0 0 0 0 2 milk_wild 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 android droid_special_3 droid_special_3 0 4 yes -warren_bors_teraud 55 0 0 0 0 BOSS dantooine warren_teraud warren_teraud warren_bors_teraud.iff 0.8 1.2 0 45 45 0 0 0 0 -1 0 2 1000 2000 2 100 npc/boss_npc:boss_npc_51_60 warren_bors_teraud housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 npc 100 pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 9 8 yes -warren_cyborg_bol 53 0 0 0 0 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_bol.iff 0.8 1.1 1 45 0 -1 0 0 -1 0 -1 2 1 100 meat_wild 100 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 yes -warren_cyborg_dunelizard 51 0 0 0 -3 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_dunelizard.iff 1.8 2 1 40 30 0 75 -1 -1 -1 -1 2 1 70 meat_wild 70 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 yes -warren_cyborg_huurton 51 0 0 0 0 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_huurton.iff 1.5 1.7 0 30 45 0 -1 -1 -1 -1 -1 2 1 70 meat_wild 70 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 yes -warren_cyborg_slicehound 51 0 0 0 0 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_slicehound.iff 1.8 2 1 35 40 0 -1 -1 -1 -1 -1 2 1 70 meat_wild 70 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 yes -warren_cyborg_tuskcat 51 0 0 0 0 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_tuskcat.iff 1.8 2 1 35 0 0 35 35 -1 -1 -1 2 1 70 meat_wild 70 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 -warren_droideka_loyalist 53 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_droideka_loyalist.iff 0.8 1.2 0 35 35 0 0 0 -1 0 0 2 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_special_3 droid_special_3 4 4 1 yes -warren_dunelizard 52 0 0 0 -3 NORMAL dantooine warren_dune_lizard dune_lizard_hue.iff 1 1.4 4 0 20 0 45 -1 -1 -1 -1 2 1 85 meat_carnivore 50 hide_bristley 35 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 carnivore 1 lizard_3 lizard_3 0 12 yes -warren_huurton_fierce 52 2 0 0 0 ELITE dantooine warren_huurton warren_huurton huurton_hue.iff 1.5 1.7 1 20 20 0 0 -1 0 -1 -1 2 1 25 meat_wild hide_wooly 25 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore wolf_4 wolf_4 9 4 1 -warren_huurton_hostile 52 0 0 0 0 ELITE dantooine warren_huurton warren_huurton huurton_hue.iff 1.2 1.4 1 0 0 0 0 -1 0 0 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore wolf_4 wolf_4 9 4 yes -warren_huurton_savage 52 0 0 0 -4 ELITE dantooine warren_huurton warren_huurton huurton_hue.iff 1.8 2 1 35 35 0 -1 0 0 -1 -1 2 1 35 meat_wild hide_wooly 35 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore wolf_4 wolf_4 9 4 yes -warren_imperial_officer 51 0 0 0 0 ELITE dantooine warren_imperial warren_imperial warren_imperial_officer 1 1 0 25 25 0 -1 -1 -1 -1 -1 2 50 150 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 imperial military imperial_pistol imperial_pistol officer_special_3 officer_special_3 0 4 yes -warren_imperial_officer_kitchen 51 0 0 0 0 ELITE dantooine warren_imperial warren_imperial warren_imperial_officer 1 1 0 25 25 0 -1 -1 -1 -1 -1 2 50 150 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 theme_park.warren.trooper imperial military imperial_pistol imperial_pistol officer_special_3 officer_special_3 0 4 1 -warren_imperial_worker 50 0 0 0 0 ELITE dantooine warren_imperial_worker warren_imperial_worker warren_imperial_worker 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 10 50 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc ai.hunter townsperson townperson rebel_pistol rebel_pistol officer_special_3 officer_special_3 0 4 1 -warren_imperial_worker_hospital 50 0 0 0 0 ELITE dantooine warren_imperial_worker warren_imperial_worker warren_imperial_worker 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 10 50 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc theme_park.warren.worker townsperson townperson rebel_pistol rebel_pistol officer_special_3 officer_special_3 0 4 -warren_insane_comp_sci 51 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_insane_comp_sci.iff 1 1 0 20 20 0 0 0 -1 -1 -1 2 100 500 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc noble fancy pirate_carbine pirate_pistol medic_special_3 medic_special_3 4 4 -warren_irradiated_worker 50 0 0 0 0 ELITE dantooine warren_imperial_worker_crazed warren_irradiated_worker 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 100 200 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc stormtrooper_pistol none officer_special_3 officer_special_3 0 4 1 -warren_scientist 50 0 0 0 0 ELITE dantooine warren_scientist warren_scientist warren_scientist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 100 200 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc general_unarmed none officer_special_3 officer_special_3 4 4 1 -warren_slicehound 51 2 -1 0 0 NORMAL dantooine warren_slice_hound corellian_slice_hound_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 carnivore 1 wolf_3 wolf_3 0 12 yes -warren_sludgepanther 51 0 0 0 0 NORMAL dantooine warren_sludge_panther corellian_sand_panther_hue.iff 1.1 1.3 1 15 0 0 -1 -1 -1 -1 -1 2 1 24 meat_carnivore 30 hide_leathery 31 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 18 sludge_panther carnivore 1 predatory_cat_3 predatory_cat_3 0 12 yes -warren_stormtrooper 52 0 0 0 0 ELITE dantooine warren_imperial warren_imperial warren_stormtrooper.iff 1 1 0 20 20 40 0 0 0 0 -1 2 50 100 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_pistol stormtrooper_pistol officer_special_3 officer_special_3 9 4 yes -warren_teraud_loyalist 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_teraud_loyalist 0.8 1.2 0 25 25 0 -1 0 0 0 -1 2 100 500 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 4 4 yes -warren_teraud_loyalist_commander 53 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_loyalist_commander.iff 0.8 1.2 0 0 0 0 -1 0 0 -1 0 2 500 1000 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 4 4 yes -warren_teraud_loyalist_cyborg 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_teraud_loyalist_cyborg 0.8 1.2 0 40 50 0 -1 -1 -1 -1 -1 2 0 0 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 4 4 -warren_teraud_loyalist_scientist 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_teraud_loyalist_scientist.iff 0.8 1.2 0 0 0 0 0 0 0 0 0 2 250 1000 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc ai.hunter pirate_pistol none smuggler_special_3 smuggler_special_3 4 4 1 -warren_thune 51 0 0 0 0 NORMAL dantooine warren_thune thune_hue.iff 1 1 4 20 0 0 0 0 0 0 -1 2 1 115 meat_herbivore 125 hide_wooly defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 herbivore 1 elephant_3 elephant_3 0 12 yes -warren_tuskcat 51 0 -2 0 0 NORMAL dantooine warren_tusk_cat tusk_cat_hue.iff 1 1.2 3 0 0 0 30 30 -1 -1 -1 2 1 milk_wild 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 carnivore 1 predatory_cat_3 predatory_cat_3 0 12 1 -wasteland_cu_pa 20 0 0 0 0 NORMAL tatooine cu_pa cu_pa_hue.iff 1.2 1.5 3 0 20 0 -1 -1 -1 -1 -1 2 1 215 meat_reptilian 100 hide_bristley 115 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackUtilityWeak herbivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff raptor_2 raptor_2 0 2 yes -wasteland_marauder 83 0 0 0 0 NORMAL endor marauder endor_marauder species_choices_marauder 0 40 40 0 -1 0 0 -1 0 2 milk_wild 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 marauder npc ai.thug pirate_rifle marauder_melee bounty_hunter_8 melee_8 12 12 -wastrel 2 0 0 0 0 NORMAL global thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -water_bug 4 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_creature_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -water_thief 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_sword rebel_carbine 4 4 -watto 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson watto.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=legacy_together,string:task_name=legacy_together_e6,int:celebrity=1 conversation.tatooine_espa_watto,quest.task.ground.give_item_to_npc townsperson townperson commoner_10 commoner_10 0 2 -watto_body_miner 100 0 0 0 0 NORMAL tatooine townsperson dressed_fs_village_surveyor.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_espa_miner,npc.legacy_dead_miner commoner_10 commoner_10 0 2 -watto_leg_pilot 100 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_leg_pilot.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_espa_pilot commoner_10 commoner_10 0 2 -watto_leg_syndil 100 0 0 0 0 NORMAL tatooine townsperson dressed_fs_village_intro_woman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_espa_syndil commoner_10 commoner_10 0 2 -watto_thieves 16 0 0 0 0 NORMAL tatooine watto_thug criminal_thug 0.9 1.1 0 10 20 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang imperial_sword pirate_pistol_low_level melee_1 smuggler_1 4 4 -weathered_gondula_shaman 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 40 40 0 0 60 60 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -weathered_jinda_shaman 66 3 -3 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -weathered_panshee_shaman 70 0 0 0 -2 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 25 0 -1 0 0 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 -wed_treadwell 1 0 0 0 0 NORMAL anywhere treadwell wed_treadwell.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 -wedge_antilles 100 0 0 0 0 NORMAL rebel Rebel wedge_antilles.iff 0.85 0.85 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.wedge_antilles commoner_10 commoner_10 0 2 1 yes -weequay_captain 17 0 0 0 0 NORMAL tatooine weequay dressed_tatooine_weequay_captain.iff 0 0 0 15 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 1 yes -weequay_champion 16 0 0 0 0 NORMAL tatooine weequay weequay_thug 0 0 0 15 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_sword rebel_carbine melee_1 commando_1 0 2 yes -weequay_soldier 16 0 0 0 0 NORMAL tatooine weequay weequay_thug 0 0 0 5 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 yes -weequay_thug 16 0 0 0 0 NORMAL tatooine weequay weequay_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level commando_1 commando_1 0 2 1 yes -weequay_zealot 17 2 -2 0 0 NORMAL tatooine weequay weequay_thug 0 0 0 15 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 -whip 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_whip.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 -whisper_bird_female 60 1 -1 0 0 NORMAL yavin4 whisperbird whisper_bird_hue.iff 0.7 1.1 4 0 0 0 0 0 0 0 0 2 1 65 meat_avian 40 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 col_feather_whisper_bird,housing_improvement_03,col_glass_shelving_01 0.05 medAbilitySpeedAvg herbivore avian_4 avian_4 0 2 1 -whisper_bird_hatchling 60 0 0 0 0 NORMAL yavin4 whisperbird whisper_bird_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 55 meat_avian 30 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 col_feather_whisper_bird,housing_improvement_03,col_glass_shelving_01 0.05 lowAbilitySpeedAvg herbivore avian_4 avian_4 0 2 1 -whisper_bird_majestic 56 1 0 -1 0 NORMAL yavin4 whisperbird whisper_bird_hue.iff 1.2 1.3 2 0 0 0 0 0 0 0 0 2 1 65 meat_avian 40 bone_avian defaultProfile creature/whisper_bird_majestic_loot generic_creature_6 col_feather_whisper_bird,col_glass_shelving_01 0.05 medAttackAbilityAvg herbivore avian_4 avian_4 0 2 1 -whisper_bird_male 61 0 0 0 0 NORMAL yavin4 whisperbird whisper_bird_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 -1 2 1 65 meat_avian 40 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 col_feather_whisper_bird,housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg herbivore avian_4 avian_4 0 2 yes -wild_dune_boar 50 0 0 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1.4 2.2 3 10 40 10 0 0 0 0 -1 1.7 1 90 meat_herbivore 80 hide_leathery 75 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.005 highTankHealthAvg carnivore pig_3 pig_3 12 12 -wilhalm_skrim 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_wilhalm_skrim.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.wilhalm_skrim 0 2 -will_of_solitude 36 -1 0 0 -1 NORMAL corellia solitude Rebel mercenary_strong 0.8 1.2 0 10 10 0 0 0 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 rebel_pistol rebel_pistol commando_3 commando_3 0 2 -windom_starkiller 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_windom_starkiller.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.windom_starkiller 0 2 -wise_gondula_ritualist 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 0 75 75 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 -wise_jinda_ritualist 67 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 -wise_panshee_ritualist 70 3 -3 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 20 20 0 60 60 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 1 -wolf_kima 45 2 -2 0 0 NORMAL talus wolf_kima kima_hue.iff 1.3 1.5 4 15 10 -1 -1 0 0 -1 -1 2 1 10 meat_herbivore 11 hide_bristley 10 bone_mammal defaultProfile creature/wolf_kima_loot generic_creature_5 0.15 lowTankDefenseWeak carnivore predatory_cat_3 predatory_cat_3 6 6 1 -womprat 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 3 tatooine womprat womp_rat_hue.iff 1.2 1.6 1 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 18 womprat 0.15 lowAttackAbilityWeak carnivore 0 2 1 -womprat_city 5 0 0 0 0 NORMAL Tatooine - to be sorted tatooine womprat womp_rat_hue.iff 1.8 2 3 0 0 0 0 0 0 0 -1 2 1 7 meat_wild 7 hide_leathery 3 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 womprat 0.15 lowAttackAbilityWeak carnivore 0 2 1 -womprat_plague 11 0 0 0 0 NORMAL Tatooine - to be sorted tatooine womprat womp_rat_hue.iff 1.2 1.6 2 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat 0.05 lowAttackAbilityWeak carnivore rat_1 rat_1 6 2 -wood_mite 40 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.4 1.7 2 0 0 0 0 0 0 0 -1 2 1 5 meat_insect 4 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 18 bark_mite 0.15 lowTankArmorWeak carnivore roach_3 roach_3 0 2 1 -wood_mite_matriarch 14 -1 0 0 -8 NORMAL rori bark_mite bark_mite_hue.iff 1.8 2.2 3 25 15 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore roach_1 roach_1 0 6 1 yes -wood_mite_royal_guard 45 2 -1 0 -1 NORMAL rori bark_mite bark_mite_hue.iff 3 3.2 3 25 15 -1 -1 0 0 0 -1 2 1 15 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 bark_mite 0.1 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff roach_3 roach_3 6 6 1 -wooded_paralope 25 0 0 0 0 NORMAL corellia paralope_wooded swirl_prong_hue.iff 0.7 0.8 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak herbivore goat_2 goat_2 0 2 1 -woodland_gurreck 64 5 -3 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 1 25 50 0 0 -1 -1 0 0 2 1 milk_wild meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2 0.01 medAttackDamageAvg carnivore predatory_cat_4 predatory_cat_4 12 12 -woodland_kima 45 -2 2 0 0 NORMAL talus woodland_kima kima_hue.iff 1 1.1 1 15 10 0 -1 0 0 -1 -1 2 1 7 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankDefenseWeak carnivore predatory_cat_3 predatory_cat_3 0 2 -wookiee_brawler 4 0 0 0 0 NORMAL global mercenary wookiee_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 0 2 -wookiee_lifeday_elder 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_elder.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 2 -wookiee_lifeday_female1 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_female1.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 2 -wookiee_lifeday_female2 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_female2.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 2 -wookiee_lifeday_male1 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_male1.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 2 -wookiee_lifeday_male2 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_male2.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 2 1 -woolamander 76 0 0 0 -4 NORMAL yavin4 woolamander woolamander_hue.iff 1 1 1 30 30 -1 50 50 35 -1 -1 2 1 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 12 12 1 1 -woolamander_gatherer 75 0 0 0 -4 NORMAL yavin4 woolamander woolamander_hue.iff 1 1 1 0 0 -1 80 80 80 -1 -1 2 1 20 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 0 2 1 yes -woolamander_harrower 78 0 0 0 0 NORMAL yavin4 woolamander woolamander_hue.iff 1.5 1.5 4 35 35 -1 60 60 60 -1 -1 2 1 40 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile 1 100 creature/ris_armor_components:woolamander generic_creature_8 herbivore monkey_5 monkey_5 12 12 1 -woolamander_harvester 77 0 0 0 0 NORMAL yavin4 woolamander woolamander_hue.iff 1 1 2 0 0 -1 80 80 80 -1 -1 2 1 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 12 12 1 yes -woolmander_reaper 78 0 0 0 0 NORMAL yavin4 woolamander woolamander_hue.iff 1.2 1.3 3 35 35 -1 70 70 70 -1 -1 2 1 35 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 12 12 -wormed_vrobal 10 0 0 0 0 NORMAL rori wormed_vrobal roba_hue.iff 1.2 1.3 4 0 0 0 10 0 0 0 -1 2 1 13 meat_carnivore 20 hide_leathery 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 6 6 -worrt 6 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine worrt worrt_hue.iff 1 1.4 1 0 0 0 0 0 0 0 -1 2 1 5 meat_reptilian 5 hide_leathery 2 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 -worrt_gutbuster 13 -1 0 3 -2 NORMAL Tatooine - to be sorted tatooine worrt worrt_hue.iff 3.4 3.4 4 0 0 0 0 0 10 0 -1 2 1 9 meat_reptilian 9 hide_leathery 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackUtilityWeak carnivore frog_1 frog_1 6 2 1 -wrix 27 0 0 0 0 NORMAL corellia wrix gurreck_hue.iff 1 1.1 2 0 0 0 0 0 0 0 -1 2 1 60 meat_carnivore 30 hide_bristley 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 0 2 1 yes -wrix_bloodstained_prowler 21 -3 5 -1 -3 NORMAL corellia wrix gurreck_hue.iff 1.9 2 2 35 30 0 50 0 35 -1 0 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 lowTankArmorWeak carnivore predatory_cat_2 predatory_cat_2 10 10 -wuher 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_wuher.iff 1.12 1.12 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.wuher 0 2 -xaan_talmaron 100 0 0 0 0 NORMAL dantooine townsperson dressed_xaan_talmaron.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 -xalox_guul 100 0 0 0 0 NORMAL talus townsperson dressed_commander_xalox_guul.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -xarot_korlin 100 0 0 0 0 NORMAL dathomir imperial Imperial dressed_xarot_korlin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol bounty_hunter_10 bounty_hunter_10 0 12 -yavin_graverobber_digger 68 0 0 0 0 NORMAL yavin4 graverobber yavin_scavenger criminal_thug 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_polearm commoner_6 melee_6 0 12 yes -yavin_graverobber_leader 72 0 0 0 5 NORMAL yavin4 graverobber yavin_scavenger criminal_thug 0 15 0 0 -1 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc general_carbine general_sword commoner_7 melee_7 12 12 -yavin_graverobber_member 70 0 0 0 0 NORMAL yavin4 graverobber yavin_scavenger criminal_thug 0 0 0 0 30 -1 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_pistol commoner_7 commoner_7 0 12 -yavin_negam 100 0 0 0 0 NORMAL yavin4 townsperson selonian_female 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine general_pistol commoner_10 commoner_10 0 2 -yavin_osae 100 0 0 0 0 NORMAL yavin4 townsperson dressed_yavin_osae.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 yes -yavin_scavanger_leader 72 0 0 0 5 NORMAL yavin4 scavanger mercenary_weak 0 15 0 0 -1 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc general_carbine general_sword commoner_7 melee_7 12 12 -yavin_scavanger_member 70 0 0 0 0 NORMAL yavin4 scavanger mercenary_weak 0 0 0 0 30 -1 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_pistol commoner_7 commoner_7 0 12 -yavin_scavanger_surveyer 68 0 0 0 0 NORMAL yavin4 scavanger mercenary_weak 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_polearm commoner_6 melee_6 0 12 yes -yavin_smuggler_bully_elite 70 0 0 0 0 ELITE yavin4 graverobber yavin_scavenger criminal_thug 0 50 50 0 0 -1 0 0 -1 2 npc/elite_npc_61_70 4 col_contraband_set_03,col_shattered_shard_03,col_glass_shelving_02 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes -yavin_smuggler_henchmen_elite 68 0 0 0 0 ELITE yavin4 graverobber yavin_scavenger criminal_thug 0 45 45 0 0 -1 0 0 -1 2 npc/elite_npc_61_70 4 col_contraband_set_03,col_shattered_shard_03,col_glass_shelving_02 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes -yavin_smuggler_leader 72 0 0 0 5 NORMAL yavin4 yavin_smuggler yavin_scavenger criminal_smuggler 0 15 0 0 -1 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03 npc general_carbine general_sword commoner_7 melee_7 12 12 yes -yavin_smuggler_leader_elite 72 0 0 0 5 ELITE yavin4 graverobber yavin_scavenger criminal_thug 0 60 60 0 0 -1 0 0 -1 2 npc/elite_npc_71_80 col_contraband_set_03,col_shattered_shard_03 npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 9 3 -yavin_smuggler_member 70 0 0 0 0 NORMAL yavin4 yavin_smuggler yavin_scavenger criminal_smuggler 0 0 0 0 30 -1 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 4 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_pistol commoner_7 commoner_7 12 12 -yavin_smuggler_muscle 68 0 0 0 0 NORMAL yavin4 yavin_smuggler yavin_scavenger criminal_smuggler 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 4 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_polearm commoner_6 melee_6 0 24 -yavin_soci 100 0 0 0 0 NORMAL yavin4 townsperson dressed_yavin_soci.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine commoner_10 commoner_10 0 2 yes -yavin_yakasoba 68 0 0 0 0 NORMAL yavin4 graverobber yavin_scavenger dressed_yavin_yakasoba.iff 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_sword general_pistol melee_6 commoner_6 12 12 -yith_seenath 100 0 0 0 0 NORMAL yavin4 townsperson dressed_yith_seenath.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -yondalla 100 0 0 0 0 NORMAL townsperson townsperson dressed_corvette_neutral_yondalla.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 yes -young_baz_nitch 62 0 0 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 0.6 0.9 2 0 0 0 0 0 0 0 0 2 1 5 meat_wild 3 hide_leathery 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackAbilityAvg herbivore turkey_4 turkey_4 12 12 -young_borgle 1 0 0 0 0 NORMAL rori borgle borgle_hue.iff 0.7 0.7 1 15 5 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 18 borgle carnivore 0 2 -young_borgle_gruntling 30 0 0 0 0 NORMAL rori borgle borgle_hue.iff 2.5 3 1 15 5 0 0 0 0 0 -1 2 1 10 meat_carnivore 10 hide_leathery 10 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 18 borgle carnivore bat_3 bat_3 0 2 1 -young_hanadak_rock_crusher 60 0 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1 1 4 35 30 0 -1 -1 -1 -1 -1 2 1 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackDamageWeak carnivore gorilla_4 gorilla_4 12 12 1 -young_malkloc 72 -3 2 0 -3 NORMAL dathomir malkloc malkloc_hue.iff 0.6 0.7 3 25 25 0 0 -1 -1 -1 -1 2 1 850 meat_herbivore 900 hide_leathery 850 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_4 fambaa_4 0 12 1 -young_mountain_squill 16 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.1 1.1 2 0 0 0 0 0 0 0 -1 2 1 2 meat_carnivore 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_1 monkey_1 10 10 -young_reptilian_flier 69 0 1 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 0.8 0.9 4 0 0 0 0 0 0 0 -1 2 1 120 meat_avian 75 hide_leathery 70 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityStrong carnivore avian_4 avian_4 12 12 -young_roba 62 0 0 0 0 NORMAL endor roba roba_hue.iff 0.5 0.6 3 35 35 0 60 -1 60 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 medAttackDamageWeak herbivore pig_4 pig_4 0 12 -young_spined_snake 47 0 0 0 0 NORMAL lok spinesnake spined_snake_hue.iff 0.5 0.7 4 0 0 0 0 0 0 0 -1 2 1 7 meat_reptilian 2 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore snake_3 snake_3 8 8 -zeelius_kraymunder 100 0 0 0 0 NORMAL rori townsperson dressed_zeelius_kraymunder.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -zekka_thyne 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_bothan_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 -zideera 100 0 0 0 0 NORMAL dathomir townsperson dressed_zideera.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 -zogor_storm 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_supervisor_zogor_sturm.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 -zucca_boar 8 1 -1 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1 1.4 1 0 0 0 0 0 0 0 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 -zucca_boar_blight 9 2 -1 -1 1 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1 1.4 4 0 0 0 0 0 0 0 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackDamageWeak herbivore 6 2 -zucca_boar_elder 8 1 -1 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1.4 1.7 1 0 0 0 0 0 0 0 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAttackAbilityWeak herbivore 0 2 -zucca_boar_porcellus 19 1 -1 0 0 NORMAL porcellus quest tatooine zucca_boar zucca_boar_hue.iff 1 1.4 5 0 0 0 0 0 0 0 -1 2 1 125 meat_herbivore 125 hide_leathery 125 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore pig_2 pig_2 0 5 -kimaru_force_storm 100 0 0 0 0 NORMAL dathomir commoner force_storm.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 1 1 theme_park.heroic.axkva_min.force_storm 0.75 0 2 1 yes -lok_ig88_security_battlemech_omega_elite 90 0 0 0 0 ELITE ig-88 feeder quest npcs lok ig88 endor_ig88_security_battlemech_omega.iff 0 20 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 col_shattered_shard_02 18 ig88 npc commando_ranged commando_melee droid_2 droid_2 10 6 -feeder_tusken_militia_leader 100 0 0 0 0 NORMAL tatooine commoner heroic_tusken_kav_golder.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 tusken npc 1 conversation.tusken_invasion_instance commoner_10 commoner_10 0 2 -nexus_tusken_starter 100 0 0 0 0 NORMAL dathomir commoner tusken_raider.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 tusken npc 1 conversation.nexus_tusken_starter commoner_10 commoner_10 0 2 -nexus_ig88_starter 100 0 0 0 0 NORMAL dathomir commoner nexus_8t88.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.nexus_ig88_starter commoner_10 commoner_10 0 2 -axkva_force_whirl 100 0 0 0 0 NORMAL dathomir commoner axkva_whirl.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 1 1 theme_park.heroic.axkva_min.axkva_storm 0.75 0 2 no -nexus_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_female_mon_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=nexus_collector conversation.collections_collector 0 2 no -tatooine_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_female_zab_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=tatooine_collector conversation.collections_collector 0 2 no -corellia_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_bith_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=corellia_collector conversation.collections_collector 0 2 no -dantooine_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_human_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=dantooine_collector conversation.collections_collector 0 2 no -endor_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_human_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=endor_collector conversation.collections_collector 0 2 no -lok_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_ithorian_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=lok_collector conversation.collections_collector 0 2 no -yavin4_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_ithorian_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=yavin4_collector conversation.collections_collector 0 2 instant -fs_villager_militia 94 0 0 0 0 ELITE dathomir fs_villager fs_villager villager_militia 0 30 30 30 30 30 30 30 30 2 npc theme_park.dathomir.aurilia.citizen military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 -township_nightsister_prisoner 82 0 0 0 0 ELITE axkva min heroic intro quest dathomir nightsister nightsister dressed_dathomir_nightsister_outcast.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 col_shattered_shard_02 18 nightsister npc 1 conversation.aurilia_nightsister_prisoner 0 0 instant -township_nightsister_aranei 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir nightsister nightsister rancor_hue.iff 1.3 1.3 0 0 70 0 100 100 100 0 0 2 1 880 meat_carnivore 750 hide_leathery 670 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister carnivore 100 100 root_defense=200,snare_defense=200 gorilla_5 gorilla_5 8 8 instant -township_singing_mtn_clan_gilsaria 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_councilwoman.iff 0 100 0 0 100 100 100 100 100 2 1 100 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_shattered_shard_02 18 sng_mtn_clan npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 instant -township_dark_jedi_ras 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir dark_jedi dressed_dark_jedi_elder_male_human_02.iff 1.2 1.2 0 80 80 80 80 80 80 80 80 2 2 40 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 90 90 100 100 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 8 8 instant -township_shadow_kylaena 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir sith_shadow sith_shadow dressed_fs_village_enemy_kylaena.iff 1.1 1.1 0 80 80 80 80 80 80 80 80 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 90 100 100 1 force_polearm force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 yes -township_shadow_executioner 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir sith_shadow sith_shadow shadow_pirate 0 30 30 30 30 30 30 30 30 2 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc pirate_carbine pirate_pistol smuggler_7 smuggler_7 8 8 yes -township_shadow_assassin 90 0 0 0 0 NORMAL axkva min heroic intro quest dathomir sith_shadow sith_shadow shadow_outlaw 0 15 15 15 15 15 15 15 15 2 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc pirate_carbine pirate_pistol smuggler_7 smuggler_7 8 8 -scavenger_punk 6 0 0 0 0 NORMAL tatooine thug criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 100 inv_publish_datapad_component_02 npc pirate_carbine_low_level pirate_carbine 6 2 -scavenger_thief 6 0 0 0 0 NORMAL tatooine thug criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 100 inv_publish_datapad_component_03 npc pirate_carbine_low_level pirate_carbine 6 2 1 yes -captain_pirpwn 60 0 0 0 0 ELITE rori rorgungan rorgungan lieutenant_heb_nee.iff 1 1.25 0 80 0 0 0 20 0 35 0 2 npc/elite_npc:elite_npc_51_60 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc slang melee_7 melee_7 6 6 1 yes -captain_meh_ur 60 0 0 0 0 ELITE rori rorgungan rorgungan lieutenant_ori.iff 1 1.25 0 80 0 0 0 20 0 35 0 2 npc/elite_npc:elite_npc_51_60 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc slang melee_7 melee_7 6 6 1 yes -rorgungan_guard 58 0 0 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 30 30 0 40 0 10 0 -1 2 npc/npc_51_60 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc slang general_sword general_rifle melee_5 officer_5 6 6 1 yes -rorgungan_lieutenant 56 0 0 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 45 45 -1 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 col_shattered_shard_04,col_glass_shelving_01 npc slang general_rifle general_sword officer_3 melee_3 6 6 -aurilia_junk_dealer 100 0 0 0 0 NORMAL aurilia junk dealer aurilia fs_villager fs_villager dressed_fs_junk_dealer.iff 0 0 0 0 0 0 0 0 0 2 npc 1 npc.converse.junk_dealer 0 0 -nerf_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_nerf.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes -storyteller_dark_jedi 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_dark_jedi jedi_dark 0 0 0 0 0 0 0 0 0 2 1 npc 100 100 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 12 8 yes -storyteller_boss_dark_jedi 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_dark_jedi dressed_dark_jedi_master_male_zab_01.iff 1.2 1.2 0 20 20 20 20 20 20 20 20 2 1 npc 100 100 100 100 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 15 12 yes -storyteller_boss_super_battle_droid 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_battle_droid storyteller_super_battle_droid_boss.iff 1.2 1.6 0 30 30 20 10 10 10 10 30 2 1 android 100 100 100 100 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 15 12 yes -storyteller_boss_rebel_commando 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_rebel Rebel storyteller_rebel_commando_boss.iff 0 20 20 30 30 30 30 30 20 2 1 npc 100 100 100 100 rebel military rebel_carbine commando_10 commando_10 0 12 yes -storyteller_boss_stormtrooper 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_imperial Imperial dressed_stormtrooper_captain_black_black.iff 1 1.2 0 20 20 30 30 30 30 30 20 2 1 npc 100 100 100 100 stormtrooper stormtrooper stormtrooper_carbine commando_10 commando_10 0 12 yes -storyteller_boss_nightsister 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_nightsister dressed_dathomir_nightsister_elder.iff 1 1.2 0 30 30 30 30 30 30 30 30 2 1 npc 100 100 100 100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 15 12 yes -storyteller_boss_tusken_raider 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_raider tusken_raider storyteller_tusken_raider_boss.iff 1.21 1.3 0 30 30 30 30 30 30 30 30 0 1 npc 100 100 100 100 tusken_ranged tusken_melee bounty_hunter_special_6 melee_7 15 12 -lifeday_figrin_dan 8 0 0 0 0 NORMAL tatooine townsperson lifeday_figrin_dan.iff 0.95 0.95 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 0 2 -lifeday_bith_musician 8 0 0 0 0 NORMAL tatooine townsperson lifeday_figrin_dan_band.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 1 0 2 -lifeday_wookiee_vendor 8 0 0 0 0 NORMAL tatooine townsperson lifeday_wookiee_vendor.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 string:item.vendor.vendor_table=lifeday_stuff npc.vendor.vendor,conversation.lifeday_vendor 1 0 2 instant -heroic_sd_captain_sait 95 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd captain_andal_sait.iff 0 80000 160000 1 100 heroic/heroic:sd_boss 15 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk 100 captain_sait npc 100 100 1 int:ai.noChatMood=1 imperial_carbine imperial_sword heroic_sd_darktrooper heroic_sd_darktrooper_unarmed 12 9 instant -heroic_sd_commander_kenkirk 94 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd commander_kenkirk.iff 0 70 70 70 70 70 70 70 70 1 12000 16000 1 100 heroic/heroic:sd_sub_3 15 col_shattered_shard_02,col_shattered_shard_04,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk 100 commander_kenkirk npc 100 100 1 int:ai.noChatMood=1 imperial_carbine imperial_carbine sd_kenkirk sd_kenkirk 12 9 -heroic_sd_chief_olum 90 0 0 0 0 NORMAL heroic_sd Imperial Imperial chief_olum.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 instant -heroic_sd_watch_captain_prat 93 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd watch_captain_prat.iff 0 60 60 60 60 60 60 60 60 1 12000 16000 1 100 heroic/heroic:sd_sub_2 15 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk 100 captain_prat npc 100 100 1 int:ai.noChatMood=1 imperial_carbine imperial_carbine sd_prat sd_prat 12 9 instant -heroic_sd_stormtrooper 90 0 0 0 0 ELITE heroic_sd heroic_sd heroic_sd dressed_stormtrooper_m.iff 0 800 1600 1 4 npc/boss_npc:boss_npc_81_90 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 12 9 instant -heroic_sd_darktrooper 90 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd dark_trooper.iff 1.25 1.25 0 800 1600 1 4 npc/boss_npc:boss_npc_81_90 npc int:ai.noChatMood=1 imperial_carbine imperial_sword heroic_sd_darktrooper heroic_sd_darktrooper_unarmed 12 9 -heroic_sd_tie_pilot 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial tie_pilot_m.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 -heroic_sd_mse 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial imperial_tech_officer 0 droid int:ai.noChatMood=1 3 -heroic_sd_tech_officer 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial tusken_raider.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 -heroic_sd_crewman 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial imperial_crewman 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 -heroic_sd_flight_officer 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial sd_flight_officer.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 -heroic_sd_engineer 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial imperial_engineer 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 -heroic_sd_kodo_kara 90 0 0 0 0 NORMAL heroic_sd heroic_sd heroic_sd kodo_kara.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 -heroic_sd_security 80 0 0 0 0 ELITE heroic_sd Imperial Imperial imperial_security 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 instant -heroic_sd_ito 89 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd ito_interrogator.iff 0 80 85 90 50 90 15 30 75 2 droid/droid_1_10 generic_droid_1 droid int:ai.noChatMood=1 sd_ito_droid sd_ito_droid 6 9 no -slicer_student 51 0 0 0 0 NORMAL slicer academy tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 col_glass_shelving_01,col_glass_shelving_02 18 slicer npc thug slang pirate_carbine_low_level pirate_pistol_low_level 3 2 yes -slicer_quality_assurance 55 0 0 0 0 ELITE slicer academy tatooine thug thug talus_dearic_coa_aclo_slicer 0 0 0 0 0 0 0 0 0 1 npc/elite_npc:elite_npc_51_60 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_story_count_dooku_set_3 18 slicer npc thug slang rebel_pistol 3 2 1 yes -slicer_sentry 50 0 0 0 0 NORMAL slicer academy tatooine thug thug droid_ig106_enemy 0 10 10 10 10 10 10 10 10 2 droid/elite_droid:elite_droid_51_60 col_eng_trader,col_mun_trader,col_holo_emitter_01 18 slicer npc object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 3 2 instant -slicer_skaelor_tay 58 0 0 0 0 BOSS slicer academy tatooine thug thug slicer_skaelor_tay.iff 0 10 10 10 10 10 10 10 10 2 npc/boss_npc:boss_npc_61_70 4 col_contraband_set_01,col_contraband_set_02,col_shattered_shard_01,col_shattered_shard_02 18 slicer npc thug slang pirate_carbine pirate_pistol officer_3 melee_3 3 2 instant -slicer_kelson_sharphorn 56 0 0 0 0 BOSS slicer academy tatooine thug thug slicer_kelson_sharphorn.iff 0 10 10 10 10 10 10 10 10 2 npc/boss_npc:boss_npc_61_70 4 col_contraband_set_03,col_contraband_set_04,col_shattered_shard_03,col_shattered_shard_04 18 slicer npc thug slang pirate_carbine pirate_pistol officer_3 melee_3 3 2 instant -slicer_boyd_chillings 56 0 0 0 0 BOSS slicer academy tatooine thug thug slicer_boyd_chillings.iff 0 10 10 10 10 10 10 10 10 2 npc/boss_npc:boss_npc_61_70 4 col_contraband_set_01,col_contraband_set_04,col_shattered_shard_01,col_shattered_shard_04 18 slicer npc thug slang pirate_carbine pirate_pistol officer_3 melee_3 3 2 instant -heroic_sd_krix_swiftshadow 92 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd krix_swiftshadow.iff 0 12000 16000 1 100 heroic/heroic:sd_sub_1 10 col_shattered_shard_02,col_shattered_shard_04,col_glass_shelving_01,col_glass_shelving_02 100 krix_swiftshadow npc 100 100 1 int:ai.noChatMood=1 imperial_carbine imperial_carbine sd_krix_swiftshadow sd_krix_swiftshadow 12 9 instant -heroic_sd_stormtrooper_grenadier 90 0 0 0 0 ELITE heroic_sd heroic_sd heroic_sd shocktrooper.iff 0 800 1600 1 4 npc/boss_npc:boss_npc_81_90 7 col_shattered_shard_02,col_shattered_shard_04,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 sd_stormtrooper_grenadier sd_stormtrooper_grenadier 12 9 instant -heroic_sd_stormtrooper_squad_leader 90 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd dressed_stormtrooper_groupleader_m.iff 0 800 1600 1 4 npc/boss_npc:boss_npc_81_90 7 col_shattered_shard_02,col_shattered_shard_04,col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01 npc int:ai.noChatMood=1 imperial_carbine imperial_carbine officer_3 officer_3 12 9 -nova_orion_intro_quest_giver 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_intro.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_intro commoner_10 commoner_10 0 2 -nova_orion_rank1_quest_giver 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_rank1.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_rank1 commoner_10 commoner_10 0 2 -nova_rank3_quest_giver 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_rank3.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_rank3 commoner_10 commoner_10 0 2 -orion_rank3_quest_giver 100 0 0 0 0 NORMAL dungeon1 nova_orion orion_rank3.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.orion_rank3 commoner_10 commoner_10 0 2 -nova_orion_rank_advisor 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_willard_wassleman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_rank_advisor commoner_10 commoner_10 0 2 -heroic_sd_officer 80 0 0 0 0 ELITE heroic_sd Imperial Imperial imperial_officer 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 -nova_orion_dexen_eronoss 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_dexen_eronoss.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_dexen_eronoss commoner_10 commoner_10 0 2 -nova_orion_skyron_waurie 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_skyron_waurie.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_skyron_waurie commoner_10 commoner_10 0 2 -nova_orion_garrick_orion 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_garrick_orion.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:quest_name=no_rank2_04,string:task_name=no_rank2_04_03b conversation.nova_orion_garrick_orion,quest.task.ground.give_item_to_npc commoner_10 commoner_10 0 2 -nova_orion_jonas_nova 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_jonas_nova.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:quest_name=no_rank2_04,string:task_name=no_rank2_04_03a conversation.nova_orion_jonas_nova,quest.task.ground.give_item_to_npc commoner_10 commoner_10 0 2 yes -black_sun_enforcer 90 0 2 0 0 ELITE global blacksun_heroic dressed_black_sun_guard.iff 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug pirate_polearm rebel_pistol melee_special_6 commando_special_6 3 3 yes -black_sun_aggressor 90 0 0 0 0 ELITE global blacksun_heroic dressed_black_sun_thug.iff 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug pirate_rifle rebel_pistol commando_7 commando_7 12 12 instant -black_sun_blood_reaper 90 0 0 0 0 ELITE global blacksun_heroic dressed_black_sun_henchman.iff 0.8 0.9 0 20 0 0 0 0 -1 -1 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug 1 pirate_pistol rebel_pistol commando_7 commando_7 12 12 -heroic_sd_intro_imperial 100 0 0 0 0 NORMAL anywhere imperial Imperial dressed_imperial_officer_m_5.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.heroic_sd_intro_imperial commoner_10 commoner_10 0 2 -heroic_sd_intro_rebel 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_rebel_first_lieutenant_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.heroic_sd_intro_rebel commoner_10 commoner_10 0 2 -heroic_sd_intro_neutral 100 0 0 0 0 NORMAL anywhere commoner dressed_npe_dartas.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.heroic_sd_intro_neutral commoner_10 commoner_10 0 2 -nova_orion_intro_station_quest_giver 100 0 0 0 0 NORMAL anywhere commoner nova_orion_pilot_f_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_intro_on_station commoner_10 commoner_10 0 2 -nova_orion_junk_dealer 100 0 0 0 0 NORMAL nova orion station junk dealer dungeon1 nova_orion dressed_fs_junk_dealer.iff 0 0 0 0 0 0 0 0 0 2 npc 1 npc.converse.junk_dealer 0 0 -nova_orion_chassis_broker_01 100 0 0 0 0 NORMAL nova orion station chassis dealer dungeon1 nova_orion space_chassis_broker_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.chassis_npc 1 commoner_10 commoner_10 0 2 -nova_orion_chassis_broker_02 100 0 0 0 0 NORMAL nova orion station chassis dealer dungeon1 nova_orion space_chassis_broker_03.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.chassis_npc 1 commoner_10 commoner_10 0 2 -nova_orion_human_resources_advisor 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_human_resources_advisor.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_human_resources_advisor commoner_10 commoner_10 0 2 instant -heroic_sd_blacksun_boarder 90 0 2 0 0 BOSS heroic_sd heroic_sd heroic_sd dressed_black_sun_guard.iff 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_polearm pirate_polearm heroic_sd_blacksun_boarder heroic_sd_blacksun_boarder 12 9 instant -heroic_sd_blacksun_engineer 90 0 0 0 0 ELITE heroic_sd heroic_sd heroic_sd dressed_black_sun_thug.iff 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_rifle rebel_pistol heroic_sd_blacksun_engineer heroic_sd_blacksun_engineer 12 9 instant -heroic_sd_blacksun_crewman 90 0 0 0 0 ELITE heroic_sd heroic_sd heroic_sd dressed_black_sun_henchman.iff 0.8 0.9 0 20 0 0 0 0 -1 -1 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_pistol rebel_pistol commando_7 commando_7 12 9 -nova_orion_vendor_nova 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_vendor_nova.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=nova_schematic_vendor,string:township.nova_orion_faction=nova theme_park.dungeon.nova_orion_station.nova_orion_vendor,conversation.nova_orion_vendor rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -nova_orion_vendor_orion 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_vendor_orion.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=orion_schematic_vendor,string:township.nova_orion_faction=orion theme_park.dungeon.nova_orion_station.nova_orion_vendor,conversation.nova_orion_vendor rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -collection_fixer_protocol_droid 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_silver.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 conversation.collections_fixbrokenspacekillcollections 0 2 -nova_orion_band_member_01 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_ochoa.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -nova_orion_band_member_02 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_sequencer_band1.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -nova_orion_band_member_03 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_sequencer_band3.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -nova_orion_band_member_04 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_sequencer_band2.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -nova_orion_band_member_05 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_sequencer_cantina1.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -nova_orion_employee 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_employee 0.8 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -nova_orion_katiaras_ghost 100 0 0 0 0 NORMAL quest NPC dungeon1 nova_orion nova_orion_katiara_orion.iff 0.65 0.65 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_katiara_orion 0 0 -ewok_loveday_vendor 100 0 0 0 0 NORMAL anywhere ewok ewok_love_day_vendor.iff 1.15 1.15 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=loveday_stuff,string:item.token.type=item_event_loveday_chak_heart npc.vendor.vendor,conversation.loveday_vendor,event.ewok_festival.shaman 0 0 -ewok_loveday_dancer 100 0 0 0 0 NORMAL anywhere eowk ewok_dancer 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -ewok_loveday_chief 100 0 0 0 0 NORMAL anywhere ewok ewok_loveday_chief.iff 1.25 1.25 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 event.ewok_festival.chief 0 0 yes -savage_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_savage_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes -angry_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_angry_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes -territorial_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_territorial_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes -hungry_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_hungry_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes -oozing_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_oozing_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes -ferocious_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_ferocious_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes -carnivorous_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_carnivorous_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes -aggravated_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_aggravated_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes -brutal_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_brutal_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes -fierce_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_fierce_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 instant -forage_thief 1 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 12 12 instant -forage_criminal 1 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 12 12 instant -forage_scavenger 1 0 0 0 0 NORMAL global thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc npc.converse.npc_convo thug slang rebel_pistol rebel_carbine 12 12 instant -heroic_exar_kun 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun.iff 1.3 1.3 2 40000 80000 1 100 heroic/heroic:exar_exar_kun 25 heroic_exar_kun 100 exar_kun npc 100 100 100 1 int:ai.noChatMood=1 heroic_exar_kun heroic_exar_kun 6 9 instant -heroic_exar_wordbearer 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_head_cultist.iff 1.3 1.3 2 npc 100 100 100 1 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_kun_massassi.iff heroic_exar_wordbearer heroic_exar_wordbearer 6 9 instant -heroic_exar_professor 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_professor.iff 1.3 1.3 2 npc 100 100 100 1 int:ai.noChatMood=1 heroic_exar_wordbearer heroic_exar_wordbearer 6 9 instant -heroic_exar_swordsman 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun invis_man.iff 1.3 1.3 2 npc 100 100 100 1 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_kun_massassi.iff heroic_exar_wordbearer heroic_exar_wordbearer 6 9 instant -heroic_exar_harmony 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_tomb_guardian 1.3 1.3 2 100 exar_harmony npc 100 100 100 int:ai.noChatMood=1 heroic_exar_harmony heroic_exar_harmony 6 30 instant -heroic_exar_chaos 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 1.3 1.3 2 100 exar_chaos npc 100 100 100 int:ai.noChatMood=1 heroic_exar_chaos heroic_exar_chaos 6 30 instant -heroic_exar_vengence 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 1.3 1.3 2 100 exar_vengeance npc 100 1 int:ai.noChatMood=1 heroic_exar_vengence heroic_exar_vengence 6 30 instant -heroic_exar_wrath 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 1.3 1.3 2 100 exar_wrath npc 100 100 100 1 int:ai.noChatMood=1 heroic_exar_wrath heroic_exar_wrath 6 30 instant -heroic_exar_hate_fist 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_fist_of_hate.iff 1.3 1.3 2 16000 24000 1 100 heroic/heroic:exar_hate_fist 25 heroic_exar_hate_fist 100 exar_hate npc 100 100 100 1 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_kun_massassi.iff heroic_exar_hate_fist heroic_exar_hate_fist 6 9 instant -heroic_exar_open_hand 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_open_hand.iff 1.3 1.3 2 32000 64000 1 100 heroic/heroic:exar_open_hand 25 heroic_exar_open_hand 100 exar_open_hand_of_hate npc 100 100 100 int:ai.noChatMood=1 heroic_exar_open_hand heroic_exar_open_hand 6 9 instant -heroic_exar_caretaker 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_caretaker.iff 1.3 1.3 2 8000 16000 1 100 heroic/heroic:exar_caretaker 25 heroic_exar_caretaker 100 exar_caretaker npc 100 100 100 1 int:ai.noChatMood=1 heroic_exar_caretaker heroic_exar_caretaker 6 9 instant -heroic_exar_cultist 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 2 npc int:ai.noChatMood=1 heroic_exar_cultist heroic_exar_cultist 0 9 -heroic_exar_prisoner 80 0 0 0 0 NORMAL heroic_exar_kun exar_kun exar_kun commoner 2 npc 1 1 int:ai.noChatMood=1 heroic_exar_prisoner heroic_exar_prisoner 0 9 instant -heroic_exar_warrior 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_warrior 2 npc int:ai.noChatMood=1 heroic_exar_warrior heroic_exar_warrior 0 9 instant -heroic_exar_tomb_guard 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_tomb_guardian 2 npc 90 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_kun_massassi.iff heroic_exar_tomb_guard heroic_exar_tomb_guard 12 9 instant -heroic_exar_minder 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_minder.iff 1.3 1.3 2 16000 24000 1 100 heroic/heroic:exar_minder 25 heroic_exar_minder 100 exar_minder npc 100 100 100 int:ai.noChatMood=1 heroic_exar_minder heroic_exar_minder 3 9 -heroic_exar_skreeg 90 0 0 0 0 ELITE heroic_exar_kun exar_kun exar_kun skreeg_hue.iff 2 carnivore monkey_5 monkey_5 6 9 instant -heroic_exar_skreeg_boss 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun skreeg_hue.iff 1.5 1.5 2 2 100 exar_skreeg carnivore 100 100 int:bm_doNotShowExamineInfo=1 heroic_exar_skreeg_boss heroic_exar_skreeg_boss 3 9 -heroic_exar_woolamander 90 0 0 0 0 ELITE heroic_exar_kun exar_kun exar_kun woolamander_hue.iff 2 carnivore monkey_5 monkey_5 0 9 -heroic_exar_gackle_bat 90 0 0 0 0 ELITE heroic_exar_kun exar_kun exar_kun gackle_bat_hue.iff 2 5 heroic_exar_gackle_bat carnivore bat_5 bat_5 6 9 instant -heroic_exar_gackle_bat_boss 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun gackle_bat_hue.iff 1.5 1.5 2 2 5 heroic_exar_gackle_bat 100 exar_gackle carnivore 100 100 int:bm_doNotShowExamineInfo=1 heroic_exar_gackle_bat_boss heroic_exar_gackle_bat_boss 3 9 -heroic_exar_geonosian 90 0 0 0 0 ELITE heroic_exar_kun exar_kun exar_kun geonosian_warrior 2 npc 75 int:ai.noChatMood=1 heroic_exar_geonosian heroic_exar_geonosian 0 9 instant -heroic_exar_executioner 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_tomb_guardian 2 npc 100 100 1 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_battleaxe.iff heroic_exar_executioner heroic_exar_executioner 12 9 instant -heroic_exar_lasher 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 2 npc 50 int:ai.noChatMood=1 heroic_exar_lasher heroic_exar_lasher 3 9 instant -heroic_exar_subduer 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 2 npc 50 int:ai.noChatMood=1 heroic_exar_subduer heroic_exar_subduer 3 9 no -hunde_decan_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson hunde_decan_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 100 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_one townsperson townperson commoner_10 commoner_10 0 2 no -amyva_vanew_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson amyva_vanew_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 100 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_two townsperson townperson commoner_10 commoner_10 0 2 no -mikfa_faaus_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson mikfa_faaus_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_three townsperson townperson commoner_10 commoner_10 0 2 no -eteto_topan_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson eteto_topan_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_four townsperson townperson commoner_10 commoner_10 0 2 no -kerhi_hilak_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson kerhi_hilak_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_five townsperson townperson commoner_10 commoner_10 0 2 no -tombl_blaus_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson tombl_blaus_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_six townsperson townperson commoner_10 commoner_10 0 2 no -lepwalk_chan_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson lepwalk_chan_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 100 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_seven townsperson townperson commoner_10 commoner_10 0 2 no -nore_brrea_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson nore_brrea_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_eight townsperson townperson commoner_10 commoner_10 0 2 no -otonon_tracks_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson otonon_tracks_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 100 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_nine townsperson townperson commoner_10 commoner_10 0 2 no -icecream_man_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson icecream_man_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_ten townsperson townperson commoner_10 commoner_10 0 2 -exar_kun_intro_giver 100 0 0 0 0 NORMAL quest NPC exar_kun_intro corellia_university exar_kun_intro_giver.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.exar_kun_intro_giver commoner_10 commoner_10 0 2 -exar_kun_intro_professor_wagglehorn 100 0 0 0 0 NORMAL quest NPC exar_kun_intro corellia_university exar_kun_professor_wagglehorn.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 100 conversation.exar_kun_intro_wagglehorn commoner_10 commoner_10 0 2 -exar_kun_intro_corpse 100 0 0 0 0 NORMAL quest NPC exar_kun_intro corellia_university dressed_combatmedic_trainer_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 0 0 npc 1 quest.task.ground.retrieve_item_on_item,npc.legacy_dead_miner 0 0 -exar_kun_intro_magnus_grenz 90 0 0 0 0 BOSS quest NPC exar_kun_intro exar_kun exar_kun_intro_magnus_grenz.iff 2 0 0 npc 1 conversation.exar_kun_intro_grenz,quest.task.ground.wave_event_controller_npc yes -exar_kun_intro_cultist 90 0 0 0 0 NORMAL quest NPC exar_kun_intro exar_kun exar_kun_cultist 5 2 npc/elite_npc:elite_npc_81_90 npc 100 int:ai.noChatMood=1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 8 12 yes -exar_kun_intro_cult_soulslave 90 0 0 0 0 NORMAL quest NPC exar_kun_intro exar_kun exar_kun_warrior 10 2 npc/elite_npc:elite_npc_81_90 npc 100 int:ai.noChatMood=1 deathwatch_ranged deathwatch_ranged spy_10 spy_10 8 12 yes -exar_kun_intro_cult_bloodservant 90 0 0 0 0 NORMAL quest NPC exar_kun_intro exar_kun exar_kun_warrior 25 2 npc/elite_npc:elite_npc_81_90 npc 100 int:ai.noChatMood=1 deathwatch_ranged deathwatch_ranged bounty_hunter_10 bounty_hunter_10 8 12 -exar_kun_intro_rebel 90 0 0 0 0 NORMAL quest NPC exar_kun_intro rebel Rebel dressed_rebel_trooper_sullustan_male_01.iff 2 0 0 npc 1 conversation.exar_kun_intro_dig_site_spy -storyteller_mse_droid 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid mouse_droid.iff 0 0 0 0 0 0 0 0 0 2 droid 1 -storyteller_dewback 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_dewback dewback_hue.iff 0.8 1.2 4 20 0 10 0 -1 -1 -1 -1 2 herbivore bull_1 bull_1 0 2 1 instant -storyteller_krayt_dragon 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_krayt_dragon krayt_dragon_hue.iff 0.8 0.9 3 95 95 95 95 65 95 95 95 2 carnivore 100 snare_defense=125,root_defense=125 lizard_5 lizard_5 24 24 instant -storyteller_kimogila 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_kimogila kimogila_hue.iff 0.7 0.8 2 40 65 0 100 -1 0 100 -1 2 carnivore 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 -storyteller_graul 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_graul graul_hue.iff 0.9 1 1 50 0 -1 0 0 -1 -1 -1 2 carnivore gorilla_5 gorilla_5 12 12 1 -storyteller_womprat 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_womprat womp_rat_hue.iff 0.9 1.1 9 0 0 0 0 0 0 0 -1 2 carnivore rat_1 rat_1 12 6 -storyteller_worrt 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_worrt worrt_hue.iff 1.2 1.4 1 0 0 0 0 0 10 0 -1 2 carnivore frog_1 frog_1 12 6 1 -storyteller_eopie 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_eopie eopie_hue.iff 0.8 1.2 2 0 0 0 10 10 0 0 -1 2 herbivore 0 6 yes -storyteller_imperial_pilot 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial dressed_tie_fighter_m.iff 0 0 0 0 0 0 0 0 -1 2 npc int:ai.noChatMood=1 military imperial_carbine imperial_pistol commando_2 commando_2 0 10 yes -storyteller_rebel_pilot 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_pilot 0 0 0 0 0 0 0 0 -1 2 npc int:ai.noChatMood=1 military rebel_carbine rebel_pistol commando_2 commando_2 0 10 -storyteller_4lom 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 4lom.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc 1 commoner_10 commoner_10 0 2 1 yes -storyteller_ig_assassin_droid 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_assassindroid ig_assassin_droid.iff 0 25 25 0 0 0 -1 0 -1 2 android droid_1 droid_1 10 10 -storyteller_astromech_waiter 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid astromech_waiter.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 instant -storyteller_blastromech 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_blastromech blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_7 droid_7 12 12 -storyteller_r2 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid r2.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 -storyteller_r3 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid r3.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 -storyteller_r4 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid r4.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 -storyteller_r5 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid r5.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 -storyteller_bomarr_monk 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_spiderdroid bomarr_monk_spider_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid droid_special_3 droid_special_3 6 10 -storyteller_eg6_power_droid 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid eg6_power_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 -storyteller_le_repair_droid 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid le_repair_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 droid_2 droid_2 0 2 1 -storyteller_probot 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_probot probot.iff 0 0 10 0 0 0 0 0 0 1.8 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_1 droid_1 0 2 -storyteller_protocol_droid_3po 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 -storyteller_protocol_droid_3po_red 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 -storyteller_protocol_droid_3po_silver 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 3po_protocol_droid_silver.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 -storyteller_surgical_droid_21b 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 yes -storyteller_exar_kun_cultist 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_cultist exar_kun_cultist 5 2 npc 100 int:ai.noChatMood=1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 8 12 -bounty_check_fugitive_1 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_1.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 -bounty_check_fugitive_2 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_2.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 -bounty_check_fugitive_3 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_3.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 -bounty_check_fugitive_4 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_4.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 -bounty_check_fugitive_5 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_5.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 -bounty_check_fugitive_6 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_6.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 -bounty_check_fugitive_7 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_7.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 yes -bounty_check_fugitive_8 90 0 0 0 0 ELITE Bounty Check Fugitive global commoner bounty_check_fugitive_8.iff 0 0 40 0 80 80 80 80 80 2 500 1500 1 25 npc/elite_npc:elite_force_dark_npc_81_90 npc 1 1 int:noBountyCheck=1,int:bountyCheckPayBracket=2 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 yes -bounty_check_fugitive_9 90 0 0 0 0 ELITE Bounty Check Fugitive global commoner bounty_check_fugitive_9.iff 0 40 0 0 20 20 80 20 80 2 500 1500 1 25 npc/elite_npc:elite_npc_81_90 npc 1 1 int:noBountyCheck=1,int:bountyCheckPayBracket=2 ai.thug thug slang pirate_pistol general_unarmed spy_10 melee_8 8 8 -bounty_check_fugitive_10 90 0 0 0 0 ELITE Bounty Check Fugitive global commoner bounty_check_fugitive_10.iff 0 0 40 0 80 80 80 80 80 2 500 1500 1 25 npc/elite_npc:elite_force_light_npc_81_90 npc 1 1 int:noBountyCheck=1,int:bountyCheckPayBracket=2 noble fancy jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 8 8 -bounty_guild_bounty_check_rep 100 0 0 0 0 NORMAL tatooine townsperson townsperson bounty_guild_bounty_check.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.bounty_check_reset commoner_10 commoner_10 0 2 yes -mission_bounty_boss_aakuan_assassin 70 0 0 0 0 BOSS bounty bounty_target aakuan_hard 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc noble pirate_polearm pirate_carbine melee_special_6 spy_special_6 30 30 yes -mission_bounty_boss_aakuan_champion 70 0 0 0 0 BOSS bounty bounty_target aakuan_hard 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc noble pirate_rifle pirate_pistol commando_special_6 commando_special_6 30 30 yes -mission_bounty_boss_aakuan_warder 70 0 0 0 0 BOSS bounty bounty_target aakuan_hard 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc noble fancy pirate_polearm general_pistol melee_special_6 commando_special_6 30 30 yes -mission_bounty_boss_blood_razor_cutthroat 70 0 0 0 0 BOSS bounty bounty_target blood_razor_pirate 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_pistol pirate_carbine smuggler_special_6 smuggler_special_6 30 30 yes -mission_bounty_boss_blood_razor_pirate_elite 70 0 0 0 0 BOSS bounty bounty_target blood_razor_pirate_elite 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_polearm pirate_pistol smuggler_special_6 smuggler_special_6 30 30 yes -mission_bounty_boss_blood_razor_scout 70 0 0 0 0 BOSS bounty bounty_target blood_razor_pirate 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_rifle pirate_pistol bounty_hunter_special_6 bounty_hunter_special_6 30 30 yes -mission_bounty_boss_canyon_corsair_cutthroat 70 0 0 0 0 BOSS bounty bounty_target corsair_cutthroat 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_pistol pirate_polearm smuggler_special_6 melee_special_6 30 30 yes -mission_bounty_boss_canyon_corsair_pirate_strong 70 0 0 0 0 BOSS bounty bounty_target corsair_pirate_elite 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_carbine rebel_pistol smuggler_special_6 smuggler_special_6 30 30 yes -mission_bounty_boss_canyon_corsair_pirate_weak 70 0 0 0 0 BOSS bounty bounty_target corsair_pirate_weak 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_carbine pirate_pistol smuggler_special_6 smuggler_special_6 30 30 yes -mission_bounty_boss_canyon_corsair_scout 70 0 0 0 0 BOSS bounty bounty_target corsair_pirate_weak 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_rifle general_pistol bounty_hunter_special_6 bounty_hunter_special_6 30 30 yes -mission_bounty_boss_cobral_boss 70 0 0 0 0 BOSS bounty bounty_target cobral_boss 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_pistol general_unarmed officer_special_6 melee_special_6 30 30 yes -mission_bounty_boss_cobral_overlord 70 0 0 0 0 BOSS bounty bounty_target cobral_boss 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_polearm pirate_pistol melee_special_6 officer_special_6 30 30 yes -mission_bounty_boss_corsec_chief 70 0 0 0 0 BOSS bounty bounty_target corsec_captain 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc imperial military general_rifle pirate_carbine officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_corsec_comissioner 70 0 0 0 0 BOSS bounty bounty_target corsec_captain 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc imperial military general_carbine pirate_sword commoner_7 melee_special_6 30 30 yes -mission_bounty_boss_garyn_lieutenant 70 0 0 0 0 BOSS bounty bounty_target garyn_lieutenant 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc military military pirate_carbine general_pistol officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_garyn_vigo 70 0 0 0 0 BOSS bounty bounty_target garyn_vigo 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc slang pirate_carbine pirate_pistol commando_special_6 commando_special_6 30 30 yes -mission_bounty_boss_imperial_deserter 70 0 0 0 0 BOSS bounty nym Rebel imperial_officer 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc imperial_carbine rebel_pistol commando_special_6 commando_special_6 30 30 yes -mission_bounty_boss_lord_nyax_visionary 70 0 0 0 0 BOSS bounty bounty_target mercenary_elite 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc general_carbine pirate_carbine medic_special_6 medic_special_6 30 30 yes -mission_bounty_boss_lost_aqualish_warchief 70 0 0 0 0 BOSS bounty bounty_target lost_aqualish_warchief 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc military military general_sword rebel_pistol melee_special_6 officer_special_6 30 30 yes -mission_bounty_boss_mercenary_weak 70 0 0 0 0 BOSS bounty bounty_target mercenary_weak 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc rebel_carbine pirate_carbine commando_special_6 commando_special_6 30 30 yes -mission_bounty_boss_nym_bodyguard 70 0 0 0 0 BOSS bounty bounty_target nym_bodyguard 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc rebel_carbine rebel_pistol commando_special_6 melee_special_6 30 30 yes -mission_bounty_boss_nym_guard_weak 70 0 0 0 0 BOSS bounty bounty_target nym_guard_weak 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc general_carbine pirate_pistol commando_special_6 commando_special_6 30 30 yes -mission_bounty_boss_nym_patrol_weak 70 0 0 0 0 BOSS bounty bounty_target nym_patrol_weak 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate pirate_carbine pirate_pistol commando_special_6 commando_special_6 30 30 yes -mission_bounty_boss_nym_pirate_elite 70 0 0 0 0 BOSS bounty bounty_target nym_pirate_elite 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate pirate_carbine pirate_carbine smuggler_special_6 smuggler_special_6 30 30 yes -mission_bounty_boss_rebel_brigadier_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_brigadier_general 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_rebel_commando 70 0 0 0 0 BOSS bounty rebel Rebel rebel_commando 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier rebel military commando_ranged imperial_pistol commando_special_6 commando_special_6 30 30 yes -mission_bounty_boss_rebel_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_general 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_rebel_high_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_high_general 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_rebel_lieutenant_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_lieutenant_general 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_unarmed officer_special_6 melee_special_6 30 30 yes -mission_bounty_boss_rebel_major_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_high_general 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine commando_melee officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_rebel_specforce_captain 70 0 0 0 0 BOSS bounty rebel Rebel rebel_specforce_captain 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_rebel_specforce_colonel 70 0 0 0 0 BOSS bounty rebel Rebel rebel_colonel 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_rebel_specforce_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_general 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_rebel_surface_marshal 70 0 0 0 0 BOSS bounty rebel Rebel rebel_surface_marshal 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_specforce_major 70 0 0 0 0 BOSS bounty rebel Rebel rebel_colonel 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier military military imperial_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes -mission_bounty_boss_specops_alliance_free_agent 70 0 0 0 0 BOSS bounty rebel Rebel rebel_trooper 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc military military imperial_carbine imperial_pistol spy_special_6 spy_special_6 30 30 -col_jedi_robe_light_jedi 91 0 0 0 0 ELITE jedi robe collection col_jedi_robe_light jedi_robe_light_jedi.iff 0 0 0 0 0 0 0 0 0 2 npc 90 90 100 100 1 1 int:ai.noChatMood=1 jedi_statue_quest_light jedi_light_ranged col_jedi_statue_special_light col_jedi_statue_special_light 18 0 yes -col_jedi_robe_dark_jedi 91 0 0 0 0 ELITE jedi robe collection col_jedi_robe_dark jedi_robe_dark_jedi.iff 0 0 0 0 0 0 0 0 0 2 npc 90 90 100 100 1 1 int:ai.noChatMood=1 jedi_statue_quest_dark jedi_dark_ranged col_jedi_statue_special_dark col_jedi_statue_special_dark 18 0 -col_jedi_robe_giver 100 0 0 0 0 BOSS jedi robe collection jedi robe collection jedi_robe_collection_giver.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 100 conversation.jedi_robe_collection_giver 0 0 -col_jedi_robe_jinsu_taker 100 0 0 0 0 NORMAL jedi robe collection jedi robe collection jedi_robe_jinsu_taker.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 100 conversation.jedi_robe_jinsu_taker 0 0 -mtp_quest_crate_maker 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout townsperson dressed_corran_horn.iff 1 conversation.mtp_hideout_access_crate_maker yes -mtp_quest_crate_breaker 63 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout crate_breaker dressed_assassin_mission_giver_imp_hum_m_02.iff 5 2 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc 1 100 int:ai.noChatMood=1 conversation.mtp_hideout_access_crate_breaker deathwatch_ranged deathwatch_ranged commando_7 commando_7 0 0 yes -mtp_quest_crate_breaker_high 90 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout crate_breaker dressed_assassin_mission_giver_imp_hum_m_02.iff 5 2 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc 1 100 int:ai.noChatMood=1 conversation.mtp_hideout_access_crate_breaker deathwatch_ranged deathwatch_ranged commando_10 commando_10 0 0 -mtp_quest_droid_farmer 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout townsperson dressed_quest_farmer.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.mtp_hideout_access_droid_farmer commoner_10 commoner_10 0 2 -mtp_quest_bike_racer 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout townsperson dressed_npe_dartas.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.mtp_hideout_access_bike_racer commoner_10 commoner_10 0 2 -mtp_quest_farles_meatlump 64 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 meatlump npc pirate_pistol smuggler_7 melee_7 8 4 -mtp_quest_farles_meatlump_high 90 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 meatlump npc pirate_pistol smuggler_10 melee_10 8 4 -mtp_quest_strilath_farles 65 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_merkie_howzat.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc theme_park.meatlump.mtp_quest_strilath_farles_combat pirate_pistol smuggler_7 melee_7 8 2 -mtp_quest_strilath_farles_high 91 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_merkie_howzat.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc theme_park.meatlump.mtp_quest_strilath_farles_combat pirate_pistol smuggler_10 melee_10 8 2 -mtp_quest_strilath_farles_convo 100 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_merkie_howzat.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 theme_park.meatlump.mtp_quest_strilath_farles_combat,conversation.mtp_hideout_access_strilath_farles_02 pirate_pistol smuggler_10 melee_10 8 2 yes -mtp_quest_farles_ragtag 64 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_7 melee_7 0 8 yes -mtp_quest_farles_ragtag_high 90 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_10 melee_10 0 8 yes -mtp_quest_farles_ragtag_leader 65 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_tomi_jinsin.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_6 melee_special_6 0 8 yes -mtp_quest_farles_ragtag_leader_high 91 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_tomi_jinsin.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_9 melee_special_9 0 8 -mtp_quest_old_meatlump 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_male_02.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_access_old_meatlump pirate_pistol smuggler_2 melee_2 -mtp_quest_kaiya_merel 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_02.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_access_lieutenant_kaiya pirate_pistol yes -mtp_quest_rogue_corsec_01 65 0 0 0 0 NORMAL CREDITS quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle bounty_hunter_7 bounty_hunter_7 0 12 yes -mtp_quest_rogue_corsec_01_high 91 0 0 0 0 NORMAL CREDITS quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle bounty_hunter_10 bounty_hunter_10 0 12 yes -mtp_quest_rogue_corsec_02 65 0 0 0 0 NORMAL CREDITS quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle bounty_hunter_7 bounty_hunter_7 0 12 yes -mtp_quest_rogue_corsec_02_high 91 0 0 0 0 NORMAL CREDITS quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle bounty_hunter_10 bounty_hunter_10 0 12 yes -mtp_quest_stephax_meatlump 65 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01,col_shattered_shard_04 18 meatlump npc pirate_pistol smuggler_7 melee_7 8 4 yes -mtp_quest_stephax_meatlump_high 90 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 4 col_shattered_shard_01,col_shattered_shard_04,col_contraband_set_03,col_contraband_set_02 18 meatlump npc pirate_pistol smuggler_10 melee_10 8 4 yes -mtp_quest_stephax_dain 66 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_shattered_shard_03 18 meatlump npc pirate_pistol smuggler_7 melee_7 8 2 yes -mtp_quest_stephax_dain_high 91 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 4 col_shattered_shard_02,col_shattered_shard_03,col_contraband_set_04,col_contraband_set_01 18 meatlump npc pirate_pistol smuggler_10 melee_10 8 2 -mtp_meatlump_vendor 100 0 0 0 0 NORMAL meatlump theme-park meatlumps_hideout meatlump meatlump dressed_meatlump_male_03.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=mtp_meatlump_vendor theme_park.meatlump.mtp_vendor,conversation.meatlump_vendor 0 0 -mtp_corellia_times_vendor 100 0 0 0 0 NORMAL meatlump theme-park corellia corellia_times dressed_fs_junk_dealer.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=mtp_corellia_times_vendor theme_park.meatlump.mtp_vendor,conversation.corellia_times_vendor 0 0 -meatlump_outpost_guard_donk 65 0 0 0 0 NORMAL generic guardian meatlumps_outpost meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_3 4 col_shattered_shard_02,col_shattered_shard_03,col_contraband_set_04,col_contraband_set_01 18 meatlump npc pirate_pistol smuggler_2 melee_2 12 -meatlump_outpost_guard_dunder 65 0 0 0 0 NORMAL generic guardian meatlumps_outpost meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_3 4 col_shattered_shard_01,col_shattered_shard_04,col_contraband_set_02,col_contraband_set_03 18 meatlump npc pirate_pistol smuggler_2 melee_2 12 instant -meatlump_outpost_guard_spawned 1 0 0 0 0 NORMAL spawned by trigger meatlumps_outpost meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_3 18 meatlump npc pirate_pistol smuggler_2 melee_2 6 2 -mtp_angry_meatlump 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout angry_meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 0 2 npc 1 0 0 -mtp_meatlump_king 100 0 0 0 0 BOSS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_king.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc 1 theme_park.meatlump.hideout.meatlump_king,conversation.mtp_meatlump_king -mtp_hideout_meatlump_dunder 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true -mtp_hideout_meatlump_lunk 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true -mtp_hideout_meatlump_donk 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true -mtp_hideout_meatlump_simp 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true -mtp_hideout_meatlump_nerp 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true -mtp_hideout_meatlump_lieutenant 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_lieutenant 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true -mtp_hideout_meatlump_captain 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_captain 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true -mtp_hideout_meatlump_decider 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_decider 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true -mtp_corellia_times_contact 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_mtp_corellian_times_contact.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_corellia_times_contact 0 0 -meatlump_kreetle 1 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump_kreetle meatlump_tanc_mite.iff 0.2 0.4 1 0 0 0 0 0 0 0 0 1 theme_park.meatlump.sewer_rodent 0 -meatlump_worrt 1 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump_worrt meatlump_worrt.iff 0.2 0.4 1 0 0 0 0 0 0 0 0 1 theme_park.meatlump.sewer_rodent 0 -mtp_kissing_meatlump_male 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_male_02.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_kissing_booth 0 0 -mtp_kissing_meatlump_female 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_hideout_female_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_kissing_booth 0 0 -mtp_hideout_bomb_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_bomb_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_bomb_tech 0 0 -mtp_hideout_food_supplies_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_food_supply_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_food_supply_tech 0 0 -mtp_hideout_weapon_supply_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_weapon_supply_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_weapon_supply_tech 0 0 -mtp_hideout_map_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_map_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_map_tech 0 0 -mtp_hideout_safe_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_safe_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_safe_tech 0 0 instant -mtp_hideout_infiltrator 1 0 0 0 0 NORMAL stealth infiltrator meatlumps_hideout thug thug dressed_meatlump_hideout_infiltrator.iff 0 45 35 0 0 30 30 80 65 2 1 80 npc/npc_61_70 npc int:ai.noChatMood=1 ai.soldier thug military rebel_carbine rebel_carbine officer_special_6 officer_special_6 2 0 -rebel_emperorsday_vendor 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_emperorsday_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=rebel_emperorsday_stuff,string:emperorsday.npcType=rebel_vendor,string:item.token.type=item_empire_day_rebel_token npc.vendor.vendor,conversation.rebel_emperorsday_vendor,event.emperorsday.rebel_npc 0 0 -imperial_emperorsday_vendor 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_emperorsday_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=imperial_emperorsday_stuff,string:emperorsday.npcType=imperial_vendor,string:item.token.type=item_empire_day_imperial_token npc.vendor.vendor,conversation.imperial_emperorsday_vendor,event.emperorsday.imperial_npc 0 0 -rebel_emperorsday_soldier 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_desert_soldier.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:emperorsday.npcType=soldier event.emperorsday.rebel_npc 0 0 -rebel_emperorsday_spec_ops 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:emperorsday.npcType=soldier event.emperorsday.rebel_npc 0 0 -rebel_emperorsday_pilot 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:emperorsday.npcType=soldier event.emperorsday.rebel_npc 0 0 -rebel_emperorsday_leia 100 0 0 0 0 BOSS anywhere rebel Rebel rebel_emperorsday_leia.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc 1 string:emperorsday.npcType=leia,int:celebrity=1 event.emperorsday.rebel_npc commoner_10 commoner_10 0 0 -rebel_emperorsday_chewbacca 200 0 0 0 0 BOSS anywhere rebel Rebel chewbacca.iff 1.14 1.14 0 0 0 0 0 0 0 0 0 2 npc 1 string:emperorsday.npcType=chewbacca,int:celebrity=1 event.emperorsday.rebel_npc commoner_10 commoner_10 0 0 -rebel_emperorsday_han_solo 150 0 0 0 0 BOSS anywhere rebel Rebel han_solo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 string:emperorsday.npcType=solo,int:celebrity=1 event.emperorsday.rebel_npc smuggler_10 smuggler_10 0 0 -rebel_emperorsday_wedge_antilles 100 0 0 0 0 BOSS anywhere rebel Rebel wedge_antilles_remembrance_day.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rebel_remembrance_day_wedge_antilles commoner_10 commoner_10 0 0 -rebel_emperorsday_major_rieekan 100 0 0 0 0 BOSS anywhere rebel Rebel dressed_major_rieekan_remembrance_day.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 int:holidayFaction=2 conversation.rebel_remembrance_day_rieekan,event.emp_day.give_multiple_items_to_supply_npc commoner_10 commoner_10 0 0 -rebel_emperorsday_captain_derlin 100 0 0 0 0 BOSS anywhere rebel Rebel dressed_captain_derlin_remembrance_day.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rebel_remembrance_day_captain_derlin commoner_10 commoner_10 0 0 -rebel_emperorsday_ceremony_sentry 110 0 0 0 0 BOSS anywhere rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc 100 100 100 100 1 stormtrooper military rebel_carbine rebel_pistol officer_6 officer_6 20 20 instant -rebel_emperorsday_crashvictim_pilot 100 2 0 2 5 ELITE anywhere imperial Imperial rebel_pilot 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.rebel_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -rebel_emperorsday_crashvictim_officer 100 0 0 0 0 ELITE anywhere imperial Imperial rebel_major 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 int:hasIntel=1 event.emperorsday.rebel_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -rebel_emperorsday_crashvictim_trooper 100 0 0 0 0 ELITE anywhere imperial Imperial rebel_commando 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.rebel_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -rebel_emperorsday_crashvictim_spec_ops 100 2 0 2 5 ELITE anywhere imperial Imperial rebel_specforce_hum_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.rebel_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -imperial_emperorsday_mara_jade 100 0 0 0 0 BOSS anywhere imperial Imperial mara_jade_empire_day.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.imperial_empire_day_mara_jade commoner_10 commoner_10 0 0 -imperial_emperorsday_kaythree 100 0 0 0 0 BOSS anywhere imperial Imperial kaythree_protocol_droid.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.imperial_empire_day_kaythree commoner_10 commoner_10 0 0 -imperial_emperorsday_major_tantor 100 0 0 0 0 BOSS anywhere imperial Imperial dressed_imperial_officer_brenn_tantor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.imperial_empire_day_major_tantor commoner_10 commoner_10 0 0 -imperial_emperorsday_dark_trooper 100 0 0 0 0 ELITE anywhere imperial Imperial dark_trooper.iff 1.25 1.25 0 40 0 0 50 50 50 50 -1 2 android 1 string:emperorsday.npcType=dark_trooper event.emperorsday.imperial_npc stormtrooper_sword melee_2 melee_2 0 0 -imperial_emperorsday_stormtrooper 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 string:emperorsday.npcType=stormtrooper event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -imperial_emperorsday_stormtrooper_fat 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_fat_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 string:emperorsday.npcType=stormtrooper event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -imperial_emperorsday_stormtrooper_squad_leader 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc 1 string:emperorsday.npcType=stormtrooper_squadleader event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 instant -imperial_emperorsday_tie_fighter_pilot 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_tie_fighter_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc 1 string:emperorsday.npcType=stormtrooper_squadleader event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 instant -imperial_emperorsday_darth_vader 300 0 0 0 0 BOSS anywhere imperial Imperial darth_vader.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 2 npc 1 string:emperorsday.npcType=vader,int:celebrity=1 event.emperorsday.imperial_npc jedi_statue_quest_dark jedi_special_9 jedi_special_9 0 0 -imperial_emperorsday_atst 100 2 0 2 5 ELITE anywhere imperial Imperial atst.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 string:emperorsday.npcType=stormtrooper event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -imperial_emperorsday_supply_officer 100 0 0 0 0 BOSS anywhere imperial Imperial imperial_officer 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 int:holidayFaction=1 conversation.imperial_empire_day_supply_officer,event.emp_day.give_multiple_items_to_supply_npc commoner_10 commoner_10 0 0 -imperial_emperorsday_ceremony_sentry 110 0 0 0 0 BOSS anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc 100 100 100 100 1 stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 20 20 instant -imperial_emperorsday_crashvictim_stormtrooper 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.imperial_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -imperial_emperorsday_crashvictim_officer 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_emperorsday_vendor.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 int:hasIntel=1 event.emperorsday.imperial_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -imperial_emperorsday_crashvictim_imperial_inquisitor 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_imperial_inquisitor_human_male_01.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.imperial_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -imperial_emperorsday_crashvictim_galactic_marine 100 2 0 2 5 ELITE anywhere imperial Imperial galactic_marine_hum_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.imperial_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -mtp_instance_power_droid 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_droid_target eg6_power_droid.iff 0 45 65 100 60 100 25 40 75 2 droid/mtp_instance_droid 2 col_holo_emitter_01 droid droid_2 droid_2 0 6 -mtp_instance_mouse_droid 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_droid_target mouse_droid.iff 0 45 65 100 60 100 25 40 75 2 droid/mtp_instance_droid 2 col_holo_emitter_01 droid droid_2 droid_2 0 6 yes -mtp_instance_blastromech 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_droid_target blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/mtp_instance_droid 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 0 6 -mtp_instance_r5 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_droid_target r5.iff 0 45 65 100 60 100 25 40 75 2 droid/mtp_instance_droid 2 col_holo_emitter_01 droid creature.droid_setup droid_2 droid_2 0 6 yes -mtp_instance_security_droid_01 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_security_droid warren_agro_droid_s02.iff 0.8 1 0 0 0 0 0 0 0 0 0 2 1 80 droid/droid_1_10 android droid_special_3 droid_special_3 0 8 yes -mtp_instance_security_droid_02 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_security_droid warren_agro_droid_s04.iff 0.8 1 0 0 0 0 0 0 0 0 0 2 1 80 droid/droid_1_10 android droid_special_3 droid_special_3 0 8 yes -mtp_instance_aggro_security_droid_01 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_security_droid warren_agro_droid_s02.iff 0.8 1 0 45 65 100 60 100 25 40 75 2 1 80 droid/mtp_instance_droid 2 col_holo_emitter_01 android droid_special_3 droid_special_3 6 8 yes -mtp_instance_aggro_security_droid_02 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_security_droid warren_agro_droid_s04.iff 0.8 1 0 45 65 100 60 100 25 40 75 2 1 80 droid/mtp_instance_droid 2 col_holo_emitter_01 android droid_special_3 droid_special_3 6 8 yes -mtp_instance_ragtag_blackjack 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance ragtag_gang commoner 0 0 0 0 0 0 0 0 25 2 npc/mtp_instance_npc 4 npc pirate_carbine commando_6 melee_3 6 2 yes -mtp_instance_ragtag_cudgel 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance ragtag_gang commoner 0 0 0 0 0 0 0 0 25 2 npc/mtp_instance_npc 4 npc pirate_carbine commando_7 melee_3 6 2 -mtp_hideout_angry_meatlump_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_female_04.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_angry_meatlump_giver -mtp_hideout_all_droids_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_03.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 boolean:angryMeatlumpsEligible=true conversation.mtp_destroy_all_droids_giver -mtp_hideout_some_droids_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_05.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 boolean:angryMeatlumpsEligible=true conversation.mtp_destroy_some_droids_giver -mtp_hideout_meatlump_supplies_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_captain_04.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 boolean:angryMeatlumpsEligible=true conversation.mtp_meatlumps_supplies_giver -mtp_hideout_trapped_meatlump_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_decider_02.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 boolean:angryMeatlumpsEligible=true conversation.mtp_trapped_meatlump_giver -mtp_hideout_quest_smuggler 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 conversation.mtp_hideout_weapon_supply_smuggler pirate_carbine_low_level pirate_sword spy_1 melee_1 0 2 -mtp_hideout_chef_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_female_chef_02.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_meatlump_wine 0 0 -mtp_hideout_chef_02 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_male_chef_02.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -mtp_hideout_col_eavesdrop_npc_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_hideout_col_eavesdrop 0 0 -mtp_hideout_col_recon_npc_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_hideout_thug_male 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_hideout_recon 0 0 -mtp_hideout_complaint_dept_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -mtp_hideout_quest_ragtag_ames_missd 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_ragtag_ames_missd.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_31_40 generic_npc_2 npc 1 conversation.mtp_ragtag_ames_missd,quest.task.ground.wave_event_controller_npc 0 0 instant -mtp_hideout_quest_ragtag_box_orox 1 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_ragtag_box_orox.iff 1 1 0 0 0 0 0 0 0 0 -1 2 200 500 1 100 npc/npc_61_70 generic_npc_2 7 col_contraband_set_03,col_contraband_set_04 npc theme_park.meatlump.quest_ames_missd_ragtag_event thug slang general_carbine pirate_carbine medic_special_6 medic_special_6 2 2 instant -mtp_hideout_quest_ragtag_anita_bath 1 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_ragtag_anita_bath.iff 0.95 0.95 0 0 0 0 0 0 0 0 -1 2 200 500 1 100 npc/npc_61_70 generic_npc_2 7 col_contraband_set_03,col_contraband_set_04 npc theme_park.meatlump.quest_ames_missd_ragtag_event thug slang general_carbine pirate_carbine medic_special_6 medic_special_6 2 2 -mtp_hideout_quest_meatlump_captain_coptszt 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_captain_coptszt.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 -mtp_hideout_complaint_dept_02 100 0 0 0 0 NORMAL meatlumps_hideout meatlump ep3/ep3_clone_relics_super_battle_droid_01.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_complaint_department 0 0 -mtp_hideout_col_doll_npc_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_hideout_col_doll_reset 0 0 -mtp_hideout_col_recruit_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_hideout_thug_male 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_hideout_col_recruit 0 0 yes -mtp_delivery_ambush_ragtag_blackjack 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance ragtag_gang commoner 0 0 0 0 0 0 0 0 25 2 npc/mtp_instance_npc 4 col_contraband_set_01,col_contraband_set_02 npc pirate_carbine commando_6 melee_3 6 2 -mtp_instance_lost_meatlump 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug_male 0 0 0 0 0 0 0 0 -1 2 npc 1 -mtp_recruiter_corsec_detective 81 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_detective 0 50 50 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 0 0 -mtp_recruiter_corsec_investigator 33 0 0 0 0 NORMAL corellia corsec corsec corsec_detective 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_31_40 generic_npc_4 7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 0 -mun_quest_marauder 100 0 0 0 0 NORMAL marauder endor marauder mun_quest_maurader.iff 1 1 0 0 0 0 0 0 0 0 -1 2 18 marauder npc 1 conversation.mun_quest_marauder 0 2 -community_painting_handout_2008 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.community_painting_handout_2009 commoner_10 commoner_10 0 2 -halloween_vendor 100 0 0 0 0 ELITE anywhere jabba halloween_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=halloween_vendor,int:celebrity=1,string:item.token.type=item_event_halloween_coin,int:ai.noClap=1 npc.vendor.vendor,conversation.halloween_vendor 0 0 -bomarr_monk_greeter 100 0 0 0 0 NORMAL townsperson bomarr_monk_spider_droid_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -ewok_f_greeter 100 0 0 0 0 NORMAL townsperson ewok_f_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 string:greeter.sound_vo=greeter_ewok_female_sound,string:greeter.sound_vo_string=greeter_ewok_female_sound_string 0 -ewok_m_greeter 100 0 0 0 0 NORMAL townsperson ewok_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -gungan_m_hood_greeter 100 0 0 0 0 NORMAL townsperson gungan_m_hood_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -gungan_m_greeter 100 0 0 0 0 NORMAL townsperson gungan_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -jawa_m_greeter 100 0 0 0 0 NORMAL townsperson jawa_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -meatlump_f_01_greeter 100 0 0 0 0 NORMAL townsperson meatlump_f_01_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 string:greeter.sound_vo=greeter_meatlump_female_voice,string:greeter.sound_vo_string=greeter_meatlump_female_voice_string 0 -meatlump_f_02_greeter 100 0 0 0 0 NORMAL townsperson meatlump_f_02_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 string:greeter.sound_vo=greeter_meatlump_female_voice,string:greeter.sound_vo_string=greeter_meatlump_female_voice_string 0 -meatlump_f_officer_greeter 100 0 0 0 0 NORMAL townsperson meatlump_f_officer_01_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 string:greeter.sound_vo=greeter_meatlump_female_voice,string:greeter.sound_vo_string=greeter_meatlump_female_voice_string 0 -meatlump_m_01_greeter 100 0 0 0 0 NORMAL townsperson meatlump_m_01_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -meatlump_m_02_greeter 100 0 0 0 0 NORMAL townsperson meatlump_m_02_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -meatlump_m_officer_01_greeter 100 0 0 0 0 NORMAL townsperson meatlump_m_officer_01_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -waiter_astromech_greeter 100 0 0 0 0 NORMAL townsperson waiter_astromech_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -tcg_target_creature_acklay 1 0 0 0 0 NORMAL NOTHING anywhere target_creature tcg_target_acklay.iff 0.5 0.5 3 0 0 0 0 0 0 0 0 2 carnivore int:isTargetDummy=1,int:create_doNotRescale=1,string:targetDummyCreatureName=tcg_target_creature_acklay,int:noEject=1 systems.tcg.target_creature generic_creature_2 generic_creature_2 0 0 -halloween_skeleton 1 0 0 0 0 NORMAL global townsperson townsperson halloween_skeleton 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson rebel_pistol rebel_carbine 0 0 -mtp_recruiter_corsec_agent 80 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 45 45 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 7 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 0 0 1 -heroic_echo_tauntaun_domesticated 70 0 0 0 0 NORMAL echo tauntaun tauntaun_hue.iff 1.25 1.25 7 0 0 0 0 40 0 0 -1 2 0 defaultProfile 1 5 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_1 raptor_1 0 10 1 -heroic_echo_tauntaun_diseased 75 0 0 0 0 NORMAL echo tauntaun tauntaun_hue.iff 0.8 1 15 0 0 0 0 50 0 0 -1 2 0 defaultProfile 1 10 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_1 raptor_2 0 10 1 -heroic_echo_tauntaun_bull 85 0 0 0 0 ELITE echo tauntaun tauntaun_hue.iff 0.9 1.1 41 0 0 0 0 60 0 0 -1 2 0 defaultProfile 1 20 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_2 raptor_1 0 8 1 yes -heroic_echo_tauntaun_feral 90 0 0 0 0 ELITE echo tauntaun tauntaun_hue.iff 1 1.2 43 0 0 0 0 75 0 0 -1 2 0 defaultProfile 1 30 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_1 raptor_3 0 8 1 yes -heroic_echo_tauntaun_agitator 95 0 0 0 0 ELITE echo tauntaun tauntaun_hue.iff 1.1 1.3 45 0 0 0 0 90 0 0 -1 2 0 defaultProfile 1 50 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_3 raptor_4 0 4 1 instant -heroic_echo_wampa_hostile 90 0 0 0 0 ELITE echo wampa wampa.iff 0.3 0.3 0 0 0 0 0 40 0 0 -1 2 0 defaultProfile 1 20 heroic/heroic:echo_base_wampa_generic carnivore snare_defense=200,root_defense=200 gorilla_1 gorilla_1 9 9 1 instant -heroic_echo_wampa_brute 92 0 0 0 0 ELITE echo wampa wampa.iff 0.35 0.35 0 0 0 0 0 50 0 0 -1 2 0 defaultProfile 1 60 heroic/heroic:echo_base_wampa_generic carnivore snare_defense=200,root_defense=200 gorilla_2 gorilla_2 9 9 1 instant -heroic_echo_wampa_fierce 94 0 0 0 0 ELITE echo wampa wampa.iff 0.4 0.4 0 0 0 0 0 60 0 0 -1 2 0 defaultProfile 1 40 heroic/heroic:echo_base_wampa_generic carnivore snare_defense=200,root_defense=200 gorilla_3 gorilla_3 9 9 1 instant -heroic_echo_wampa_savage 96 0 0 0 0 ELITE echo wampa wampa.iff 0.45 0.45 0 0 0 0 0 75 0 0 -1 2 0 defaultProfile 1 50 heroic/heroic:echo_base_wampa_generic carnivore snare_defense=200,root_defense=200 gorilla_4 gorilla_4 9 9 1 instant -heroic_echo_wampa_berzerker 93 0 0 0 0 BOSS echo wampa wampa.iff 0.5 0.5 0 0 0 0 0 90 0 0 -1 2 0 defaultProfile 1 100 heroic/heroic:echo_base_wampa_berserker carnivore snare_defense=200,root_defense=200 gorilla_4 gorilla_4 9 9 instant -heroic_echo_atat 200 0 0 0 0 BOSS echo atat Imperial atat.iff 1.3 1.3 0 90 90 0 90 90 90 90 100 2 vehicle 100 100 100 100 1 object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 64 50 instant -heroic_echo_atst 90 -2 2 0 0 BOSS echo imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0 0.6 64 0 instant -heroic_ic36 90 0 0 0 0 ELITE echo hoth droid_ic36.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 col_holo_emitter_01 droid droid_10 droid_10 0 2 -heroic_echo_snowtrooper 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 800 1600 1 5 heroic/heroic:echo_base_imperial_soldier 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc int:ai.noChatMood=1,float:regen_mod.health=0 1 imperial_hoth_rifle imperial_hoth_rifle heroic_echo_snowtrooper heroic_echo_snowtrooper 64 10 instant -heroic_echo_snowtrooper_interior 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 800 1600 1 5 heroic/heroic:echo_base_imperial_soldier 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 imperial_hoth_rifle imperial_hoth_rifle heroic_echo_snowtrooper heroic_echo_snowtrooper 28 10 instant -heroic_echo_stormcommando 90 0 0 0 0 BOSS echo hoth Imperial shocktrooper_blue.iff 1.15 1.15 0 800 1600 1 5 heroic/heroic:echo_base_imperial_soldier 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc 1 int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 imperial_hoth_rifle imperial_hoth_rifle heroic_echo_stormcommando heroic_echo_stormcommando 28 10 instant -heroic_echo_imp_assassin 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 800 1600 1 5 heroic/heroic:echo_base_imperial_soldier 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 imperial_hoth_rifle imperial_hoth_rifle heroic_echo_imp_assassin heroic_echo_imp_assassin 28 10 instant -heroic_echo_rebel_trooper 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 28 10 instant -heroic_echo_rebel_phalax_commander 92 0 0 0 0 BOSS echo rebel Rebel rebel_mandalorian.iff 1.15 1.15 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc 1 int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0,int:hp_value=285000 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_phalax_commander heroic_echo_rebel_phalax_commander 28 10 instant -heroic_echo_rebel_phalax_guard 90 0 0 0 0 BOSS echo rebel Rebel rebel_mandalorian_grey.iff 1.05 1.05 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc 1 expertise_co_killing_spree_target=2,expertise_co_cluster_bomblet=4 int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_phalax_guard heroic_echo_rebel_phalax_guard 28 10 instant -heroic_echo_rebel_sapper 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 0 10 instant -heroic_echo_rebel_gunnery_sergeant 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 0 10 instant -heroic_echo_rebel_commando 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_commando heroic_echo_rebel_commando 64 10 instant -heroic_echo_rebel_evac_pilot 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_commando heroic_echo_rebel_commando 12 10 instant -heroic_echo_rebel_commando_interior 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_commando heroic_echo_rebel_commando 28 10 instant -heroic_echo_rebel_medic 90 0 0 0 0 ELITE echo herm Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 8 2 instant -heroic_echo_rebel_command 90 0 0 0 0 ELITE echo hercom Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 8 2 instant -heroic_echo_rebel_turret_s1 90 0 0 0 0 ELITE echo rebel Rebel hoth_turret_s1.iff 1.5 1.5 0 0 0 40 0 0 0 0 -1 2 vehicle int:ai.noChatMood=1,float:regen_mod.health=0 0 96 96 instant -heroic_echo_rebel_turret_s2 90 0 0 0 0 ELITE echo rebel Rebel hoth_turret_s2.iff 1.5 1.5 0 0 0 40 0 0 0 0 -1 2 vehicle int:ai.noChatMood=1,float:regen_mod.health=0 0 96 96 instant -heroic_echo_rebel_turret_s1_phase3 90 0 0 0 0 ELITE echo rebel Rebel hoth_turret_s1.iff 1.5 1.5 0 0 0 40 0 0 0 0 -1 2 vehicle int:ai.noChatMood=1,float:regen_mod.health=0 0 64 10 instant -heroic_echo_rebel_turret_s1_phase3_boss 90 0 0 0 0 BOSS echo rebel Rebel hoth_turret_s1.iff 1.5 1.5 0 0 0 40 0 0 0 0 -1 2 vehicle int:ai.noChatMood=1,float:regen_mod.health=0 0 64 10 instant -heroic_echo_veers 90 0 0 0 0 BOSS echo imperial Imperial veers.iff 0 0 0 0 0 0 0 0 0 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 imperial_pistol imperial_carbine officer_10 officer_10 0 12 instant -heroic_echo_leia 90 0 0 0 0 BOSS echo rebel Rebel leia_echo_base_01.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle officer_10 officer_10 0 12 instant -heroic_echo_commander 90 0 0 0 0 ELITE echo rebel Rebel rebel_major 0 0 0 0 0 0 0 0 0 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_carbine rebel_pistol heroic_echo_rebel_phalax_commander heroic_echo_rebel_phalax_commander 0 12 instant -heroic_echo_vehicle_mine 91 0 0 0 0 NORMAL echo rebel Rebel vehicle_mine.iff 5 5 0 0 0 40 0 0 0 0 -1 2 npc 1 1 1 1 1 1 int:ai.noChatMood=1,float:regen_mod.health=0 theme_park.heroic.echo_base.vehicle_mine 0 0 0 instant -heroic_echo_probe_droid 90 0 0 0 0 NORMAL echo hoth probot.iff 0 35 35 -1 100 100 0 0 100 2 6 col_holo_emitter_01 droid int:ai.noChatMood=1,float:regen_mod.health=0 1 object/weapon/ranged/droid/droid_probot_ranged.iff droid_8 droid_8 28 28 instant -heroic_echo_rebel_pilot 90 0 0 0 0 ELITE echo rebel Rebel rebel_pilot 0 10 10 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 10 instant -heroic_echo_snowspeeder 90 0 0 0 0 ELITE echo hoth_snowspeeder Rebel snowspeeder.iff 0 35 35 -1 100 100 0 0 100 2 vehicle 100 100 100 100 1 int:ai.noChatMood=1,float:regen_mod.health=0 64 50 instant -heroic_echo_snowspeeder_ai 90 -2 2 0 0 BOSS echo hoth_snowspeeder Rebel snowspeeder_ai.iff 0 35 35 -1 100 100 0 0 100 2 vehicle 100 100 100 100 1 1 absorption_fire=80,dissipation_fire=50 int:ai.noChatMood=1,float:regen_mod.health=0 64 0 instant -heroic_echo_communication_female 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_communication_female_01.iff 0 0 0 40 0 0 0 0 -1 2 npc 1 int:ai.noChatMood=1,float:regen_mod.health=0 commando_2 commando_2 0 2 instant -heroic_echo_communication_male 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_communication_male_01.iff 0 0 0 40 0 0 0 0 -1 2 npc 1 int:ai.noChatMood=1,float:regen_mod.health=0 commando_2 commando_2 0 2 instant -heroic_echo_rebel_male_1 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_m_01.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_male_2 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_m_02.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_male_3 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_m_03.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_male_4 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_m_04.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_female_1 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_f_01.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_female_2 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_f_02.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_female_3 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_f_03.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_female_4 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_f_04.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_pilot_1 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_human_male_01.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_pilot_2 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_human_male_02.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_pilot_3 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_human_male_03.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_rebel_pilot_4 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_human_male_04.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant -heroic_echo_general_rieekan_1 90 0 0 0 0 BOSS echo rebel Rebel dressed_rebel_general_rieekan_01.iff 0 0 0 40 0 0 0 0 -1 2 npc 1 int:ai.noChatMood=1,float:regen_mod.health=0 commando_2 commando_2 0 2 instant -heroic_echo_derlin 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_derlin.iff 0 0 0 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 2 instant -heroic_echo_hobbie 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_hobbie.iff 0 0 0 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 2 instant -heroic_echo_wedge 90 0 0 0 0 ELITE echo rebel Rebel dressed_echo_base_wedge_antilles.iff 0 0 0 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 2 instant -heroic_echo_c3po 90 0 0 0 0 NORMAL anywhere rebel Rebel 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 int:ai.noChatMood=1,float:regen_mod.health=0 droid_10 droid_10 0 2 instant -heroic_echo_r2d2 90 0 0 0 0 NORMAL anywhere astromech r2d2.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 int:ai.noChatMood=1,float:regen_mod.health=0 0 2 instant -heroic_echo_dack 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_dack.iff 0 0 0 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 2 instant -storyteller_at_st 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial atst.iff 0 0 0 0 0 0 0 0 0 2 1 vehicle absorption_fire=80,dissipation_fire=50 0 8 instant -storyteller_rebel_snow_trooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_snow_soldier 0.9 1 0 0 0 0 0 0 0 0 0 2 1 npc int:ai.noChatMood=1 rebel_hoth_rifle commando_2 commando_2 0 10 yes -storyteller_imperial_snowtrooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial snowtrooper_s01.iff 0 0 0 0 0 0 0 0 0 2 1 npc int:ai.noChatMood=1 imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 0 10 yes -storyteller_wampa 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rancor wampa.iff 0.6 0.7 0 0 0 0 0 0 0 0 0 2 1 carnivore gorilla_5 gorilla_5 0 8 yes -heroic_echo_launch_rebel 100 0 0 0 0 ELITE Rebel Hoth Transportation NPC echo rebel Rebel rebel_snow_soldier 0 0 0 0 0 0 0 0 -1 2 npc 1 string:item.vendor.vendor_table=echo_base_rebel_items npc.vendor.vendor,conversation.echo_base_launch rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 0 -heroic_echo_launch_imperial 100 0 0 0 0 ELITE Imperial Hoth Transportation NPC echo hoth Imperial snowtrooper_s01.iff 0 npc 1 string:item.vendor.vendor_table=echo_base_imperial_items npc.vendor.vendor,conversation.echo_base_launch imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 0 0 -heroic_echo_wampa_boss 95 0 0 0 0 BOSS echo hoth_wampa_boss beast_master/bm_wampa.iff 1.5 1.5 16 0 0 0 0 90 0 0 -1 2 0 defaultProfile 1 100 heroic/echo_base_wampa_boss 10 echo_base_wampa_boss 100 unkajo carnivore 100 100 100 100 int:bm_doNotShowExamineInfo=1 theme_park.heroic.echo_base.wampa_boss echo_base_wampa_boss echo_base_wampa_boss 18 9 instant -heroic_echo_wampa_boss_bodyguard 91 0 0 0 0 BOSS echo hoth_wampa_boss wampa.iff 0.7 0.7 0 0 0 0 0 90 0 0 -1 2 0 defaultProfile carnivore 100 100 100 100 int:bm_doNotShowExamineInfo=1 gorilla_4 gorilla_4 9 9 instant -heroic_echo_collector 90 0 0 0 0 NORMAL echo hoth hoth_collector.iff 0.75 0.9 0 0 0 0 0 90 0 0 -1 2 npc 1 conversation.heroic_echo_collector noble fancy -heroic_echo_han_solo 100 0 0 0 0 NORMAL echo rebel Rebel han_solo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 smuggler_10 smuggler_10 0 2 -heroic_echo_luke_skywalker 100 0 0 0 0 NORMAL echo rebel Rebel dressed_echo_base_luke_skywalker.iff 0.96 0.96 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 0 2 1 -heroic_echo_rebel_sharpshooter_1 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant -heroic_echo_rebel_sharpshooter_2 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant -heroic_echo_rebel_sharpshooter_3 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant -heroic_echo_rebel_sharpshooter_4 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant -heroic_echo_rebel_sharpshooter_5 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant -heroic_echo_imperial_sharpshooter_1 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant -heroic_echo_imperial_sharpshooter_2 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant -heroic_echo_imperial_sharpshooter_3 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant -heroic_echo_imperial_sharpshooter_4 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant -heroic_echo_imperial_sharpshooter_5 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant -heroic_echo_darth_vader 300 0 0 0 0 BOSS echo hoth Imperial dressed_echo_base_darth_vader.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc 100 100 100 100 1 1 int:ai.noChatMood=1,int:ai.noFollow=1 player.yavin_e3,ai.random_player_target jedi_vader jedi_vader darth_vader darth_vader 10 2 instant -heroic_echo_chewbacca 100 0 0 0 0 NORMAL echo rebel Rebel chewbacca.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 -lifeday_monkey_lizard 1 0 0 0 0 NORMAL lifeday house pet anywhere pet lifeday_monkey_lizard.iff 0 0 0 0 0 0 0 0 -1 2 carnivore 1 frog_1 frog_1 0 2 -lifeday_imperial_vendor 100 0 0 0 0 ELITE anywhere imperial Imperial life_day_imperial_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 int:ai.noChatMood=1,int:ai.noClap=1,string:item.vendor.vendor_table=life_day_faction_vendor,int:celebrity=1,string:item.token.type=item_event_lifeday_imperial_token npc.vendor.vendor,conversation.imperial_life_day_vendor 0 0 -lifeday_rebel_vendor 100 0 0 0 0 ELITE anywhere rebel Rebel life_day_rebel_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 int:ai.noChatMood=1,int:ai.noClap=1,string:item.vendor.vendor_table=life_day_faction_vendor_rebel,int:celebrity=1,string:item.token.type=item_event_lifeday_rebel_token npc.vendor.vendor,conversation.rebel_life_day_vendor 0 0 -lifeday_monkey_lizard_green 1 0 0 0 0 NORMAL lifeday house pet anywhere pet lifeday_monkey_lizard_2.iff 0 0 0 0 0 0 0 0 -1 2 carnivore 1 frog_1 frog_1 0 2 -lifeday_rebel_snow_trooper 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_snow_soldier 0.9 1 0 0 0 0 0 0 0 0 0 2 npc 1 int:ai.noChatMood=1 rebel_hoth_rifle commando_2 commando_2 0 -lifeday_imperial_snowtrooper 100 0 0 0 0 ELITE anywhere imperial Imperial snowtrooper_s01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 int:ai.noChatMood=1 imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 0 -lifeday_saun_dann 100 0 0 0 0 NORMAL anywhere townsperson lifeday_saun_dann.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc 1 string:item.vendor.vendor_table=lifeday_stuff npc.vendor.vendor,conversation.lifeday_vendor -keren_shipping_master 100 0 0 0 0 NORMAL anywhere townsperson keren_shipping_master.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stap_quest_master_1 0 0 -entha_shipping_master 100 0 0 0 0 NORMAL anywhere townsperson entha_shipping_master.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stap_quest_master_2 0 0 -jawa_fortress_droid_3po_silver 100 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_silver.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid 1 int:ai.noChatMood=1,int:ai.noClap=1 conversation.stap_quest_jawa_droid 0 0 -stormtrooper_fat_tk555 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_fat_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 conversation.stap_quest_tk555 stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 -lifeday_jawa 70 0 0 0 0 ELITE tatooine townsperson jawa ep3/ep3_avatar_jawa.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc 1 avatar_jawa spy_special_6 melee_special_6 0 6 -loveday_ewok_cupid_familiar 1 0 0 0 0 NORMAL ewok festival of love reward 2009 anywhere love_day_cupid loveday_ewok_cupid_familiar.iff 0.5 0.5 0 0 0 0 0 0 0 0 0 0 none 1 0 0 -loveday_reward_vendor 100 0 0 0 0 NORMAL ewok festival of love reward vendor 2009 anywhere love_day loveday_protocol_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=loveday_rewards_vendor,string:item.token.type=item_event_loveday_chak_heart npc.vendor.vendor,conversation.loveday_reward_vendor 0 0 -loveday_ewok_cupid 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day_cupid loveday_ewok_cupid.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_ewok_cupid 0 0 -npe_collector 30 0 0 0 0 NORMAL npe townsperson commoner 1 1 0 0 0 0 0 0 0 0 25 2 npc 1 conversation.npe_collector 0 0 -loveday_ewok_cardless_child 1 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere ewok ewok_love_day_dancer_06.iff 0.5 0.5 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.loveday_ewok_cardless_child 0 0 -loveday_ewok_cupid_herald 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day_cupid loveday_ewok_cupid_herald.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_ewok_cupid_herald 0 0 -loveday_ewok_disillusion_blaire 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_ewok_mister_disillusion.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_blaire 0 0 -loveday_ewok_disillusion_herald 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_ewok_cupid_herald.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_herald 0 0 -loveday_ewok_disillusion_mr_love 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_disillusion_mister_love.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_mr_love 0 0 -loveday_ewok_disillusion_love_note 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_disillusion_love_note.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_love_note,event.ewok_festival.love_note 0 0 -loveday_ewok_disillusion_mr_hate 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_disillusion_mister_hate.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 0 npc event.ewok_festival.mister_hate 0 0 -loveday_ewok_disillusion_durni 100 0 0 0 0 NORMAL ewok festival of love npc 2009 corellia love_day durni_hue.iff 1.2 1.2 2 0 0 0 0 0 0 0 -1 2 creature/creature_21_30 generic_npc_3 npc 1 quest.task.ground.retrieve_item_on_item,event.ewok_festival.loveday_disillusion_durni rabbit_2 rabbit_2 0 0 -loveday_ewok_disillusion_pet_lover 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day dressed_collection_npc_male_bith_01.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_pet_lover 4 0 -loveday_romance_seeker_familiar_male_01 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_m_01.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 -loveday_romance_seeker_familiar_male_02 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_m_02.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 -loveday_romance_seeker_familiar_male_03 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_m_03.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 -loveday_romance_seeker_familiar_male_04 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_m_04.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 -loveday_romance_seeker_familiar_female_01 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_f_01.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 -loveday_romance_seeker_familiar_female_02 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_f_02.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 -loveday_romance_seeker_familiar_female_03 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_f_03.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 -loveday_romance_seeker_familiar_female_04 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_f_04.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 -loveday_matchmaker_droid 100 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_protocol_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.loveday_matchmaker_droid 0 0 -loveday_romance_target_male 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day commoner_male 0.9 1.2 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 conversation.loveday_romance_target 0 0 -loveday_romance_target_female 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day commoner_female 0.8 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 conversation.loveday_romance_target 0 0 -gamorrean_m_greeter 100 0 0 0 0 NORMAL townsperson gamorrean_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -tcg_target_dummy 1 0 0 0 0 NORMAL NOTHING anywhere target_creature tcg_target_dummy.iff 1 1 3 0 0 0 0 0 0 0 0 2 npc int:isTargetDummy=1,int:create_doNotRescale=1,string:targetDummyCreatureName=tcg_target_dummy,int:noEject=1,int:noBountyCheck=1 systems.tcg.target_creature generic_creature_2 generic_creature_2 0 0 -tcg_massiff_pet 1 0 0 0 0 NORMAL anywhere pet tcg_massiff_pet.iff 0 0 0 0 0 0 0 0 -1 2 carnivore 1 frog_1 frog_1 0 2 -tcg_nuna_pet 1 0 0 0 0 NORMAL anywhere pet tcg_nuna_pet.iff 0 0 0 0 0 0 0 0 -1 2 herbivore 1 0 -tcg_armored_bantha 1 0 0 0 -4 NORMAL tatooine bantha bantha_saddle_armored.iff 1 0 20 0 20 0 0 0 -1 2 herbivore elephant_1 elephant_1 0 2 1 -battle_droid_greeter 100 0 0 0 0 NORMAL townsperson battle_droid_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -toydarian_m_greeter 100 0 0 0 0 NORMAL townsperson toydarian_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -toydarian_m_greeter_01 100 0 0 0 0 NORMAL townsperson toydarian_m_greeter_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -toydarian_m_greeter_02 100 0 0 0 0 NORMAL townsperson toydarian_m_greeter_02.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -tusken_m_greeter 100 0 0 0 0 NORMAL townsperson tusken_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -imp_title_grant 100 0 0 0 0 NORMAL imperial dressed_imperial_major_cold_m.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.imperial_title_grant 0 -reb_title_grant 100 0 0 0 0 NORMAL rebel dressed_npe_rebel_agent.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rebel_title_grant 0 -neut_title_grant 100 0 0 0 0 NORMAL townsperson azure_cabal_greel_smuggler_m_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.neutral_title_grant 0 -april_fools_at_at 110 0 0 0 0 BOSS anywhere townsperson atat.iff 0.05 0.05 0 90 90 0 90 90 90 90 100 2 vehicle 100 100 100 100 1 event.aprilfools.atat_actor 10 5 yes -pvp_bf_rebel_vendor 100 0 0 0 0 NORMAL anywhere rebel rebel_specforce_hum_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc 1 string:item.vendor.vendor_table=rebel_pvp_bf_rewards npc.vendor.vendor,conversation.rebel_pvp_bf_vendor 0 0 instant -pvp_bf_imperial_vendor 100 0 0 0 0 NORMAL anywhere imperial galactic_marine_hum_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc 1 string:item.vendor.vendor_table=imperial_pvp_bf_rewards npc.vendor.vendor,conversation.imperial_pvp_bf_vendor 0 0 instant -quest_u10_hraykken_bender 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hraykken_bender.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 int:celebrity=1 conversation.quest_u10_hraykken_bender pirate_pistol -quest_u10_draykken_bender 100 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump meatlump meatlump_draykken_bender.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 int:celebrity=1 conversation.quest_u10_draykken_bender pirate_pistol -quest_u10_louis_bender 100 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump meatlump meatlump_louis_bender.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 int:celebrity=1 pirate_pistol -quest_u10_helper_droid 65 0 0 0 0 NORMAL anywhere astromech nhelper_droid.iff 0 45 65 100 60 100 25 40 75 2 80 droid/droid_71_80 generic_npc_8 housing_improvement_05,col_holo_emitter_01 droid theme_park.corellia.content.quest_u10_helper_droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_7 droid_7 6 10 instant -quest_u10_helper_droid_queen 65 0 0 0 0 ELITE anywhere astromech nhelper_droid.iff 2 2 0 45 65 100 60 100 25 40 75 2 80 droid/droid_71_80 generic_npc_8 housing_improvement_05,col_holo_emitter_01 droid theme_park.corellia.content.quest_u10_helper_droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_7 droid_7 6 10 instant -quest_u10_r2d2 100 0 0 0 0 NORMAL anywhere astromech r2d2.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 int:celebrity=1 0 0 -quest_u10_c3p0 100 0 0 0 0 NORMAL anywhere rebel Rebel 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 int:celebrity=1 conversation.quest_u10_c3p0 droid_10 droid_10 0 0 -quest_u10_meatlump_lt 100 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump meatlump dressed_meatlump_lieutenant_02.iff 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 conversation.quest_u10_meatlump_lt pirate_pistol -quest_u10_bossk 100 0 0 0 0 NORMAL mercenary bossk.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.quest_u10_bossk commoner_10 commoner_10 0 0 -quest_u10_bofa_treat_thug 65 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang bofa_treat_gang 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_6 melee_special_6 0 10 yes -quest_u10_lucien_bender 65 0 0 0 0 ELITE CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang meatlump_father.iff 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc 1 conversation.quest_u10_lucien_bender general_rifle bounty_hunter_6 melee_special_6 0 8 instant -quest_u10_bossk_henchman 65 0 0 0 0 ELITE mercenary dressed_villain_trandoshan_male_01.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.quest_u10_bossk_henchman commoner_10 commoner_10 0 0 -quest_u10_oono_morin 65 0 0 0 0 ELITE CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang gungan_outcast.iff 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine officer_6 melee_special_6 0 8 instant -quest_u10_sardeya_elgrin 65 0 0 0 0 ELITE CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_doctor_trainer_moncal_female_01.iff 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_6 melee_special_6 0 8 instant -quest_u10_joti_laike 65 0 0 0 0 ELITE CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_assassin_mission_giver_02.iff 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc general_rifle bounty_hunter_6 melee_special_6 0 8 instant -tie_fighter_pilot_greeter 100 0 0 0 0 NORMAL townsperson dressed_tie_fighter_m.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -xwing_fighter_pilot_greeter 100 0 0 0 0 NORMAL townsperson dressed_rebel_pilot_greeter_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -imperial_marine_detainment_sentry_normal 80 0 0 0 0 NORMAL anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 50 50 50 50 stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 5 5 yes -imperial_marine_detainment_sentry_high 85 0 0 0 0 NORMAL anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 70 70 70 70 stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 5 5 yes -imperial_detainment_officer 70 0 0 0 0 NORMAL anywhere imperial Imperial imperial_emperorsday_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 npc 10 10 10 10 imperial fancy imperial_carbine imperial_pistol commando_2 commando_2 5 5 yes -imperial_detainment_probot_low 60 0 1 0 0 NORMAL global imperial Imperial probot.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 droid int:ai.noChatMood=1 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 1 yes -imperial_detainment_probot_normal 72 0 1 0 0 NORMAL global imperial Imperial probot.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_71_80 droid 10 10 10 10 int:ai.noChatMood=1 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 1 yes -imperial_detainment_atst 90 -2 2 0 0 BOSS echo imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/elite_droid:elite_droid_81_90 vehicle 100 100 100 100 1 0.6 20 10 instant -imperial_detainment_scout_trooper 65 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 1 1 0 15 15 0 0 0 -1 0 -1 2 npc/npc_61_70 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 5 5 yes -imperial_detainment_stormtrooper 60 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_61_70 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 5 5 yes -imperial_detainment_mouse_droid 25 0 0 0 0 NORMAL global imperial Imperial mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 2 droid_2 droid_2 0 2 yes -imperial_detainment_medical_droid 25 0 0 0 0 NORMAL global imperial Imperial 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 2 droid_2 droid_2 0 2 yes -imperial_detainment_load_lifter 25 0 0 0 0 NORMAL global imperial Imperial cll8_binary_load_lifter.iff 0 0 0 0 0 0 0 0 -1 2 droid 2 droid_2 droid_2 0 2 yes -imperial_detainment_battle_droid 60 0 0 0 0 NORMAL global imperial Imperial battle_droid.iff 0 75 75 100 60 100 25 40 85 2 droid/droid_61_70 droid imperial_carbine imperial_carbine droid_special_6 melee_special_6 5 5 yes -imperial_detainment_battle_droid_normal 71 0 0 0 0 NORMAL global imperial Imperial battle_droid.iff 0 75 75 100 60 100 25 40 85 2 droid/droid_61_70 droid 10 10 10 10 imperial_carbine imperial_carbine droid_special_6 melee_special_6 5 5 yes -imperial_detainment_super_battle_droid 80 0 0 0 0 NORMAL global imperial Imperial super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 droid/droid_71_80 droid 50 50 50 50 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 5 5 yes -imperial_detainment_super_battle_droid_normal 85 0 0 0 0 NORMAL global imperial Imperial super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 droid/droid_71_80 droid 70 70 70 70 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 5 5 yes -imperial_detainment_droideka 70 5 0 0 0 NORMAL global imperial Imperial droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 droid/droid_71_80 droid 20 20 20 20 object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 5 1 yes -imperial_detainment_droideka_normal 75 5 0 0 0 NORMAL global imperial Imperial droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 droid/droid_71_80 droid 30 30 30 30 object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 5 1 yes -imperial_detainment_droideka_high 80 5 0 0 0 NORMAL global imperial Imperial droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 droid/droid_71_80 droid 40 40 40 40 object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 5 1 yes -rebel_detainment_commando 60 0 0 0 0 NORMAL global rebel Rebel rebel_commando 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_61_70 npc rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes -rebel_detainment_blastromech 60 0 0 0 0 NORMAL global rebel Rebel blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes -rebel_detainment_trooper 60 3 -3 0 0 NORMAL global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 yes -rebel_detainment_pilot 65 0 0 0 0 NORMAL global rebel Rebel rebel_pilot 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes -rebel_detainment_officer 70 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 1.05 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 npc 10 10 10 10 rebel military rebel_pistol rebel_pistol officer_2 officer_2 0 2 yes -rebel_detainment_desert_trooper 70 0 0 0 0 NORMAL global rebel Rebel rebel_desert_soldier.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 10 10 10 10 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes -rebel_detainment_cww89_battle_droid 71 0 0 0 0 NORMAL global rebel Rebel som/cww8_battle_droid.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid 20 20 20 20 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes -rebel_detainment_d270_droid 72 0 0 0 0 NORMAL global rebel Rebel dz70_fugitive_tracker_droid.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid 20 20 20 20 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes -rebel_detainment_mandalorian 75 0 0 0 0 NORMAL global rebel Rebel rebel_mandalorian.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 30 30 30 30 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes -rebel_detainment_cww89a_battle_droid 80 0 0 0 0 NORMAL global rebel Rebel som/cww8a_battle_droid.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid 40 40 40 40 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes -rebel_detainment_mandalorian_grey 80 0 0 0 0 NORMAL global rebel Rebel rebel_mandalorian_grey.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 50 50 50 50 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes -rebel_detainment_specforce_normal 80 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 60 60 60 60 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes -rebel_detainment_specforce_high 85 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 70 70 70 70 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes -rebel_detainment_cww89a_battle_droid_normal 90 0 0 0 0 NORMAL global rebel Rebel som/cww8a_battle_droid.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes -rebel_detainment_astromech 25 0 0 0 0 NORMAL global rebel Rebel r2.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_1 droid 0 0 -rebel_detainment_protocol_droid 25 0 0 0 0 NORMAL global rebel Rebel 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_1 droid 0 0 -rebel_detainment_medical_droid 25 0 0 0 0 NORMAL global rebel Rebel 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_1 droid 0 0 -rebel_detainment_load_lifter 25 0 0 0 0 NORMAL global rebel Rebel cll8_binary_load_lifter.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_1 droid 0 0 -imp_prisoner_reb_pilot_disguise_stormtrooper 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_stormtrooper conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -imp_prisoner_reb_pilot_disguise_scouttrooper 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_scouttrooper conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -imp_prisoner_reb_pilot_disguise_sqdldr 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_sqdldr conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -imp_prisoner_reb_pilot_disguise_officer 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_officer conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -imp_prisoner_reb_pilot_disguise_marine 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_marine conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -imp_prisoner_reb_pilot_disguise_jedi 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_jedi conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -imp_prisoner_stormtrooper 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_stormtrooper_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_stormtrooper_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -imp_prisoner_scouttrooper 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_scout_trooper_white_white.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_scouttrooper_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -imp_prisoner_sqdldr 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_stormtrooper_groupleader_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_sqdldr_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -imp_prisoner_officer 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_imperial_officer_m_5.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_officer_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -imp_prisoner_marine 100 0 0 0 0 ELITE anywhere rebel Rebel galactic_marine_hum_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_marine_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -imp_prisoner_jedi 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_dark_jedi_master_male_human_06.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_jedi_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -reb_prisoner_imp_officer_disguise_rebtrooper 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_rebtrooper conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -reb_prisoner_imp_officer_disguise_pilot 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_pilot conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -reb_prisoner_imp_officer_disguise_officer 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_officer conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -reb_prisoner_imp_officer_disguise_deserttrooper 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_deserttrooper conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -reb_prisoner_imp_officer_disguise_specforce 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_specforce conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -reb_prisoner_imp_officer_disguise_jedi 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_jedi conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 -reb_prisoner_rebtrooper 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_rebel_trooper_human_male_01.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_rebtrooper_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -reb_prisoner_pilot 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_rebel_pilot_human_male_01.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_pilot_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -reb_prisoner_officer 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_rebel_army_captain_human_male_01.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_officer_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -reb_prisoner_deserttrooper 100 0 0 0 0 ELITE anywhere imperial Imperial rebel_desert_soldier.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_deserttrooper_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -reb_prisoner_specforce 100 0 0 0 0 ELITE anywhere imperial Imperial rebel_specforce_hum_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_specforce_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -reb_prisoner_jedi 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_tutorial_light_jedi.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_jedi_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 -reb_empireday_detentionboss_rebtrooper 60 0 0 0 0 ELITE anywhere rebel Rebel dressed_rebel_trooper_human_male_01.iff 1.05 1.2 0 10 10 10 10 10 10 10 10 2 0 0 npc 10 10 10 10 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes -reb_empireday_detentionboss_pilot 65 0 0 0 0 ELITE anywhere rebel Rebel dressed_rebel_pilot_human_male_01.iff 1.05 1.2 0 20 20 20 20 20 20 20 20 2 0 0 npc 20 20 20 20 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes -reb_empireday_detentionboss_officer 70 0 0 0 0 ELITE anywhere rebel Rebel dressed_rebel_army_captain_human_male_01.iff 1.05 1.2 0 30 30 30 30 30 30 30 30 2 0 0 npc 30 30 30 30 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes -reb_empireday_detentionboss_deserttrooper 75 0 0 0 0 ELITE anywhere rebel Rebel rebel_desert_soldier.iff 1.05 1.2 0 40 40 40 40 40 40 40 40 2 0 0 npc 40 40 40 40 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes -reb_empireday_detentionboss_specforce 80 0 0 0 0 ELITE anywhere rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 50 50 50 50 50 50 50 50 2 0 0 npc 50 50 50 50 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes -reb_empireday_detentionboss_jedi 90 0 0 0 0 ELITE anywhere rebel Rebel dressed_tutorial_light_jedi.iff 1.05 1.2 0 50 50 50 50 50 50 50 50 2 0 0 npc 68 68 100 100 1 rebel fancy jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 10 5 yes -imp_empireday_detentionboss_stormtrooper 60 0 0 0 0 ELITE anywhere imperial Imperial dressed_stormtrooper_m.iff 1.05 1.2 0 10 10 10 10 10 10 10 10 2 0 0 npc 10 10 10 10 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes -imp_empireday_detentionboss_scouttrooper 65 0 0 0 0 ELITE anywhere imperial Imperial dressed_scout_trooper_white_white.iff 1.05 1.2 0 20 20 20 20 20 20 20 20 2 0 0 npc 20 20 20 20 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes -imp_empireday_detentionboss_sqdldr 70 0 0 0 0 ELITE anywhere imperial Imperial dressed_stormtrooper_groupleader_m.iff 1.05 1.2 0 30 30 30 30 30 30 30 30 2 0 0 npc 30 30 30 30 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes -imp_empireday_detentionboss_officer 75 0 0 0 0 ELITE anywhere imperial Imperial dressed_imperial_officer_m_5.iff 1.05 1.2 0 40 40 40 40 40 40 40 40 2 0 0 npc 40 40 40 40 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes -imp_empireday_detentionboss_marine 80 0 0 0 0 ELITE anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 50 50 50 50 50 50 50 50 2 0 0 npc 50 50 50 50 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes -imp_empireday_detentionboss_jedi 90 0 0 0 0 ELITE anywhere imperial Imperial dressed_dark_jedi_master_male_human_06.iff 1.05 1.2 0 50 50 50 50 50 50 50 50 2 0 0 npc 68 68 100 100 1 imperial fancy jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 10 5 yes -at_st_empire_day_patrol_theed 150 0 0 0 0 BOSS anywhere imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_61_70 generic_droid_7 vehicle absorption_fire=80,dissipation_fire=50 10 15 instant -peko_peko_mount 1 0 0 0 0 NORMAL naboo peko_peko beast_master/bm_peko_peko_mount.iff 0.8 0.8 0 0 0 25 0 0 0 0 -1 2 1 defaultProfile lowAttackUtilityWeak carnivore avian_1 avian_1 0 2 1 instant -tcg_peko_peko_mount 1 0 0 0 0 NORMAL naboo peko_peko tcg_peko_peko_mount.iff 0.8 0.8 0 0 0 25 0 0 0 0 -1 2 1 defaultProfile lowAttackUtilityWeak carnivore avian_1 avian_1 0 2 1 instant -pa_lowick_greeter 100 0 0 0 0 NORMAL townsperson pa_lowick_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -nightsister_greeter 100 0 0 0 0 NORMAL townsperson nightsister_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -cor_droid_bunker_battle_droid 50 0 0 0 0 NORMAL corellia droid_bunker battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid/droid_41_50 elite_droid_9 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android imperial_carbine none droid_4 droid_4 9 5 instant -cor_droid_bunker_droideka 52 0 0 0 0 ELITE corellia droid_bunker droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 1 80 droid/droid_51_60 elite_droid_9 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 9 5 1 yes -cor_droid_bunker_super_battle_droid 50 0 0 0 0 ELITE corellia droid_bunker super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/droid_41_50 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_4 droid_4 9 5 1 instant -cor_droid_bunker_boss_droid 50 0 0 0 0 BOSS corellia droid_bunker ev_9d9.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/droid_41_50 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_4 droid_4 9 5 1 instant -u13_boba_fett 250 0 0 0 0 BOSS legacy quest rori jabba jabba boba_fett.iff 1.2 1.2 0 45 45 0 90 90 90 -1 0 2 npc 1 100 100 int:celebrity=1 conversation.u13_boba_fett pirate_carbine pirate_pistol bounty_hunter_special_9 bounty_hunter_special_9 0 0 -u13_wernell_covington 100 0 0 0 0 NORMAL rori townsperson townsperson wernell_covington.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.u13_wernell_covington 0 -u13_horace_korr 100 0 0 0 0 NORMAL rori townsperson townsperson horace_korr.iff 1.05 1.05 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.u13_horace_korr 0 -u13_warehouse_thug 52 0 0 0 0 NORMAL quest target rori warehouse_thug criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_61_60 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_pistol commoner_8 melee_7 6 6 -u13_jurgen_nath 54 0 0 0 0 NORMAL quest target rori jurgen_nath jurgen_nath.iff 1.25 1.25 10 10 10 5 10 10 10 5 2 1 100 npc/npc_61_60 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate pirate_carbine pirate_pistol officer_special_3 officer_special_3 12 12 instant -u13_jurgen_bandit 53 0 0 0 0 NORMAL quest target rori jurgen_nath shadow_outlaw 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc pirate_carbine pirate_pistol smuggler_7 smuggler_7 8 8 -u13_vladlun_travan 54 0 0 0 0 NORMAL rori vladlun_travan dressed_yavin_yakasoba.iff 1.1 1.1 0 15 15 15 20 15 15 15 15 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_sword general_pistol melee_6 commoner_6 12 12 yes -u13_vladlun_henchman 53 0 0 0 0 NORMAL rori vladlun_travan assassin_mission_giver_neutral 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_6 melee_special_6 10 10 -u13_titus_dabrini 52 0 0 0 0 NORMAL quest target rori vladlun_henchmen exar_kun_intro_magnus_grenz.iff 1.15 1.15 2 1 100 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate pirate_carbine pirate_pistol officer_special_3 officer_special_3 12 12 yes -u13_aztin_maru 53 0 0 0 0 NORMAL quest target rori vladlun_henchmen tatooine_sand_splitter_saul_rouse.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate pirate_carbine pirate_pistol smuggler_special_3 commando_8 12 12 -u13_tiaba_charr 54 0 1 0 0 NORMAL quest target rori vladlun_henchmen dressed_yith_seenath.iff 1.2 1.2 0 0 10 0 0 10 -1 -1 -1 2 1 100 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate pirate_carbine pirate_pistol smuggler_9 smuggler_9 12 12 instant -u13_lieutenant_tarc 100 0 0 0 0 NORMAL rori rsf naboo_security_force naboo_sgt_bragg.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc 1 int:celebrity=1 conversation.u13_lieutenant_tarc police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes -u13_cobral_brute 54 3 -3 0 0 NORMAL rori u13_cobral cobral cobral_assassin 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 cobral npc slang pirate_carbine pirate_sword smuggler_5 melee_5 8 8 -u13_cobral_killer 55 2 0 0 -2 NORMAL rori u13_cobral cobral cobral_bandit 0.8 1.2 0 10 10 0 25 25 25 25 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 cobral npc pirate general_unarmed general_carbine melee_4 smuggler_4 8 6 yes -u13_garyn_shooter 54 -1 -1 -1 3 NORMAL rori u13_garyn garyn garyn_dragoon 0.8 1.2 0 25 20 0 -1 0 0 -1 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc military pirate_carbine pirate_sword smuggler_7 melee_7 6 6 yes -u13_garyn_shiv 55 3 -1 -1 -1 NORMAL rori u13_garyn garyn garyn_lieutenant 0.8 1.2 0 0 30 0 -1 0 -1 0 -1 2 npc/npc_61_70 generic_npc_7 6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc military military general_sword general_carbine melee_7 smuggler_7 6 6 yes -u13_gundark_flunky 54 0 0 0 0 NORMAL rori u13_gundark_gang criminal_thug 0.75 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_polearm smuggler_6 melee_6 10 8 -u13_gundark_hoodlum 55 0 0 0 0 NORMAL rori u13_gundark_gang criminal_organized 0.75 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_sword commando_6 melee_6 10 8 -u13_gundark_overseer 56 0 0 0 0 NORMAL rori u13_gundark_gang criminal_smuggler 0.75 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_unarmed commoner_6 melee_6 10 8 yes -u13_ponda_baba 56 0 0 0 0 NORMAL quest target rori ponda_baba ponda_baba.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc theme_park.corellia.content.u13_ponda_baba pirate pirate_carbine pirate_pistol commando_8 smuggler_special_3 0 0 yes -u13_nym_enraged_miner 60 0 0 0 0 NORMAL lok nym_dungeon_assist commoner_male 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:quest.object_key=nym_themepark_miner_dna systems.collections.collection_handle_object_on_object pirate_pistol pirate_pistol commando_8 smuggler_special_3 6 6 1 yes -u13_nym_slp_armsman 58 0 0 1 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0 12 8 0 35 25 -1 50 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate slang pirate_carbine general_carbine smuggler_7 smuggler_7 8 8 -u13_nym_slp_cutthroat 58 0 1 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0 8 12 0 25 0 50 -1 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate slang pirate_carbine general_carbine bounty_hunter_special_6 bounty_hunter_5 8 8 yes -u13_nym_slp_pirate 58 1 0 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0 15 15 0 35 50 -1 -1 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate slang pirate_carbine pirate_pistol officer_7 officer_6 8 8 instant -u13_nym_droideka 60 5 0 0 0 NORMAL lok nym_dungeon_assist droideka.iff 0 25 30 15 10 20 -1 -1 0 2 droid/droid_61_70 generic_droid_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 yes -u13_nym_mercenary 62 0 0 0 0 NORMAL lok nym_dungeon_assist mercenary_weak 0.8 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc military military rebel_carbine rebel_pistol bounty_hunter_7 bounty_hunter_7 8 8 yes -cor_droid_bunker_cornel_savas 100 0 0 0 0 NORMAL townsperson corsec_jornel_savas.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_jornel_savas 0 -cor_droid_bunker_sergeant_mener 100 0 0 0 0 NORMAL townsperson corsec_sgt_mener.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_sergeant_mener 0 -cor_droid_bunker_druno_kener 100 0 0 0 0 NORMAL townsperson corsec_druno_kener.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_druno_kener 0 -cor_droid_bunker_lieutenant_varias 100 0 0 0 0 NORMAL townsperson corsec_lieutenant_varias.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_lieutenant_varias 0 -cor_droid_bunker_sergeant_hirka 100 0 0 0 0 NORMAL townsperson corsec_sgt_hirka.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_sergeant_hirka 0 -corsec_trooper_droid_bunker 45 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_3 officer_3 0 2 -content_biologist_01 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_04.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=content_biologist_01 theme_park.outbreak_prolog.dead_npc_script 0 0 -content_biologist_02 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_02.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_biologist_03 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_03.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_biologist_04 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_01.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_biologist_05 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_05.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_biologist_06 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_06.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_biologist_07 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_07.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_biologist_08 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_08.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_biologist_09 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_09iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_biologist_10 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_10.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_lab_assistant 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_lab_assistant.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 -content_mos_eisley_police_happer 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_happer.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.happer_mos_eisley 0 0 -content_mos_eisley_stormtrooper 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_stormtrooper_groupleader_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_mos_eisley 0 0 -content_mos_eisley_bib_fortuna 100 0 0 0 0 ELITE anywhere townsperson townsperson bib_fortuna.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.bib_fortuna_mos_eisley 0 0 -content_valarian_assassin 5 0 0 0 0 ELITE anywhere valarian valarian dressed_valarian_assassin_boss.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 valarian npc string:fail_signal=playerFailedAssassinTask quest.util.dynamic_mob_opponent general_sword none melee_5 melee_5 0 0 instant -content_slicer_01 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_slicer_mentor.iff 1.05 1.05 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.slicer_01_mos_taike 0 0 -content_slicer_02 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_slicer_mentor.iff 1.05 1.05 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.slicer_02_lok 0 0 -content_inquisitor_stormtrooper 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_stormtrooper_groupleader_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_mos_eisley 0 0 -content_inquisitor_officer 100 0 0 0 0 ELITE anywhere townsperson townsperson imperial_officer 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.imperial_officer_dathomir 0 0 -content_inquisitor_01 83 0 0 0 0 ELITE global imperial Imperial dressed_imperial_inquisitor_human_male_02.iff 0 50 50 50 0 50 0 50 50 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 npc 1 conversation.imperial_inquisitor_dathomir imperial military stormtrooper_carbine none officer_special_6 melee_special_6 0 0 -content_stormtrooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.stormtrooper_leader_mos_eisley stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 -chronicles_reward_vendor 100 0 0 0 0 ELITE chronicles townsperson loveday_protocol_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=chronicle_reward_items npc.vendor.vendor,conversation.chronicles_reward_vendor 0 0 -senate_guard_greeter 100 0 0 0 0 NORMAL townsperson senate_guard_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -royal_guard_greeter 100 0 0 0 0 NORMAL townsperson royal_guard_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 -tcg_scurrier_pet 1 0 0 0 0 NORMAL anywhere pet tcg_scurrier_pet.iff 0.44 0.44 0 0 0 0 0 0 0 0 -1 2 herbivore 1 0 -tcg_armored_mount_varactyl 10 0 0 0 0 NORMAL global varactyl_mount tcg_armored_varactyl.iff 0.8 0.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile creature/creature_1_10 0.05 lowAttackAbilityWeak carnivore generic_creature_1 generic_creature_1 0 2 -outbreak_chewbacca 200 0 0 0 0 BOSS dathomir rebel Rebel chewbacca.iff 1.14 1.14 0 0 0 0 0 0 0 0 0 2 npc 1 int:chewie=1 ai.equip_weapon wookiee_ranged commoner_10 commoner_10 0 0 -outbreak_han_solo 150 0 0 0 0 BOSS dathomir rebel Rebel han_solo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.outbreak_han_solo smuggler_10 smuggler_10 0 0 -outbreak_guri 100 0 0 0 0 BOSS dathomir bandit dressed_guri.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.blacksun_guri commoner_10 commoner_10 0 0 -outbreak_black_sun_smuggler_escort_01 100 0 0 0 0 BOSS dathomir bandit dressed_black_sun_guard.iff 0.8 1 0 20 0 0 0 0 -1 -1 -1 2 npc 1 ai.equip_weapon pirate slang pirate_carbine pirate_pistol smuggler_5 smuggler_5 6 6 -outbreak_black_sun_smuggler_escort_02 100 0 0 0 0 BOSS dathomir bandit dressed_black_sun_henchman.iff 0.8 1 0 20 0 0 0 0 -1 -1 -1 2 npc 1 ai.equip_weapon pirate slang pirate_carbine pirate_pistol smuggler_5 smuggler_5 6 6 -outbreak_prince_xizor 100 0 0 0 0 BOSS dathomir bandit ephant_mon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 commoner_10 commoner_10 0 2 -outbreak_imperial_officer_captain_piett 100 0 0 0 0 BOSS dathomir imperial Imperial dressed_imperial_officer_firmus_piett.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.captain_piett 0 0 -outbreak_imperial_officer_gate_keeper 100 0 0 0 0 BOSS dathomir imperial Imperial dressed_imperial_officer_m_2.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.gate_keeper_quarantine_zone 0 0 -outbreak_stormtrooper_groupleader 100 0 0 0 0 ELITE dathomir townsperson townsperson dressed_stormtrooper_groupleader_sandtrooper_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_quarantine_zone,ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_stormtrooper_guard 25 0 0 0 0 NORMAL dathomir imperial Imperial dressed_stormtrooper_sandtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_mos_eisley,ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 -outbreak_scout_trooper_guard 25 0 0 0 0 NORMAL dathomir imperial Imperial dressed_scout_trooper_white_white.iff 1 1 0 0 0 40 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_mos_eisley,ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 -outbreak_zahara_cody 100 0 0 0 0 NORMAL quest NPC dathomir survivor townsperson dressed_zahara_cody.iff 0 0 0 0 0 0 0 0 0 2 0 0 npc 1 conversation.zahara_cody 0 2 -outbreak_trig_longo 100 0 0 0 0 NORMAL quest NPC dathomir survivor townsperson dressed_trig_longo.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 0 0 npc 1 int:trig=1 conversation.trig_longo 0 2 -outbreak_stormtrooper_groupleader_hx138 100 0 0 0 0 ELITE dathomir survivor townsperson dressed_stormtrooper_shadowtrooper_hx138.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.hx_138 stormtrooper stormtrooper sword_special stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_scientist_griffax_jin 100 0 0 0 0 ELITE dathomir survivor townsperson scientist_griffax_jin.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none conversation.doctor_griffax_jin 0 0 -outbreak_scientist_griffax_jin_afflicted 100 0 0 0 0 ELITE dathomir survivor townsperson scientist_griffax_jin_afflicted.iff 1.2 1.2 0 50 50 50 0 50 0 50 50 2 0 0 npc theme_park.outbreak.griffax_jin_undead 0 0 -outbreak_rescue_inquisitor 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_inquisitor_human_male_01.iff 0 50 50 50 0 50 0 50 50 2 0 0 npc 1 1 string:success_signal=survivorLivedQuest01,string:update_signal=survivorUpdateQuest01,string:fail_signal=survivorDiedQuest01 conversation.survivor_01,theme_park.outbreak.survivor_pathing stormtrooper_carbine stormtrooper_carbine 0 0 -outbreak_rescue_officer 90 0 0 0 0 NORMAL dathomir survivor survivor imperial_officer 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 string:success_signal=survivorLivedQuest02,string:update_signal=survivorUpdateQuest02,string:fail_signal=survivorDiedQuest02 conversation.survivor_01,theme_park.outbreak.survivor_pathing stormtrooper_carbine stormtrooper_carbine 0 0 -outbreak_rescue_prisoner 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_prisoner_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 string:success_signal=survivorLivedQuest03,string:update_signal=survivorUpdateQuest03,string:fail_signal=survivorDiedQuest03 conversation.survivor_01,theme_park.outbreak.survivor_pathing stormtrooper_carbine stormtrooper_carbine 0 0 -outbreak_rescue_scientist 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_biologist_08.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 string:success_signal=survivorLivedQuest04,string:update_signal=survivorUpdateQuest04,string:fail_signal=survivorDiedQuest04 conversation.survivor_01,theme_park.outbreak.survivor_pathing stormtrooper_carbine stormtrooper_carbine 0 0 -outbreak_afflicted_test 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_civilian_01.iff 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc stormtrooper_carbine commando_2 commando_2 10 12 instant -outbreak_afflicted_scientist_key_drop 90 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_scientist 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 18 afflicted npc int:detect_hidden=99 ai.thug,theme_park.outbreak.afflicted_npc pirate_carbine pirate_carbine smuggler_3 smuggler_3 10 12 instant -outbreak_shuttle_mechanic 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_mechanic_nils_cridmeen.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mechanic none none 0 0 -outbreak_stormtrooper_survivor_01 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_outbreak_survivor_01_m.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.gt643_stormtrooper stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_scouttrooper_survivor_01 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_scouttrooper_outbreak_survivor_01_m.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.kd121_scouttrooper stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_inquisitor_survivor 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_inquisitor_human_male_02.iff 0 50 50 50 0 50 0 50 50 2 0 0 npc 1 conversation.inquisitor_admin none none 0 0 -outbreak_medical_droid_01 90 0 0 0 0 NORMAL dathomir survivor survivor 21b_surgical_droid.iff 1 1 0 25 25 25 25 25 25 25 25 2 0 0 droid 1 100 100 100 100 conversation.medical_droid_outbreak general_unarmed 0 0 instant -outbreak_dead_officer_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_officer_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=1 theme_park.outbreak_prolog.dead_npc_script none none 0 0 -outbreak_dead_scientist_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_biologist_10.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=2 theme_park.outbreak_prolog.dead_npc_script none none 0 0 -outbreak_dead_stormtrooper_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_sandtrooper_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=3 theme_park.outbreak_prolog.dead_npc_script none none 0 0 -outbreak_dead_scouttrooper_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_scout_trooper_white_white.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=4 theme_park.outbreak_prolog.dead_npc_script none none 0 0 -outbreak_dead_inquisitor_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_inquisitor_human_male_03.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=5 theme_park.outbreak_prolog.dead_npc_script none none 0 0 -outbreak_facility_scientist_nomi_rhane 90 0 0 0 0 ELITE dathomir survivor survivor dressed_twi_female_scientist_01.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:nomi_rhane=1,int:sci=1,int:invln=1 conversation.nomi_rhane,ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_facility_scientist_survivor_01 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_pram_dramango.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:invln=1 ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_facility_scientist_survivor_02 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_marpo_glenfik.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:invln=1 ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_facility_scientist_survivor_03 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_stane_tritan.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:invln=1 ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_facility_stormtrooper_survivor 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_sandtrooper_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:guard=1 ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_afflicted_rancor 95 0 0 0 0 BOSS dathomir afflicted survivor outbreak_afflicted_blackwing_rancor_boss.iff 1.5 1.5 16 50 65 0 100 100 100 0 0 2 0 defaultProfile 1 npc/undead_boss_81_90:rancor 50 afflicted_rancor carnivore 100 100 100 100 int:bm_doNotShowExamineInfo=1,string:fail_signal=playerFailedBoss,int:distance_check=90 theme_park.outbreak.boss_fight_functionality,theme_park.outbreak.afflicted_npc,item.outbreak.shock_collar outbreak_afflicted_rancor outbreak_afflicted_rancor 18 9 instant -outbreak_downed_tie_fighter 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_downed_tie_pilot_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:guard=1 ai.equip_weapon,conversation.radio_delivery_deathtrooper_conversation imperial_pistol commando_2 commando_2 0 0 -outbreak_lost_rebel_trooper 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_rebel_trooper_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:guard=1 ai.equip_weapon,conversation.camp_gamma_leader rebel_carbine commando_2 commando_2 0 0 -outbreak_stormtrooper_survivor_02 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_outbreak_survivor_02_m.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.camp_delta_leader stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_stormtrooper_survivor_03 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_outbreak_survivor_03_m.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.camp_epsilon_leader stormtrooper_carbine commando_2 commando_2 0 0 -outbreak_human_survivor_01 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_hum_01.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.camp_beta_leader pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 0 -outbreak_rodian_pilot 90 0 0 0 0 NORMAL dathomir survivor survivor male_rodian_thug 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.thug,conversation.outbreak_rodian_pilot thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 -outbreak_camp_delta_survivor 80 0 0 0 0 NORMAL dathomir survivor survivor outbreak_civilian_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 ai.equip_weapon,conversation.camp_survivor townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 -outbreak_camp_gamma_survivor 80 0 0 0 0 NORMAL dathomir survivor survivor outbreak_civilian_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 ai.equip_weapon,conversation.camp_survivor townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 -outbreak_camp_beta_survivor 80 0 0 0 0 NORMAL dathomir survivor survivor outbreak_civilian_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 ai.equip_weapon,conversation.camp_survivor townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 -outbreak_camp_alpha_survivor 80 0 0 0 0 NORMAL dathomir survivor survivor outbreak_civilian_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 ai.equip_weapon,conversation.camp_survivor townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 -outbreak_dead_scientist_virus_search_01 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_biologist_10.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=scientist_body_searched,int:signal=1 theme_park.outbreak_prolog.dead_npc_script none none 0 0 -outbreak_dead_scientist_virus_search_02 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_biologist_05.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=scientist_body_searched,int:signal=2 theme_park.outbreak_prolog.dead_npc_script none none 0 0 -outbreak_canister_demolition_camp_alpha 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_outbreak_survivor_canister_demo.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.outbreak_canister_demolition_bothan none none 0 0 -outbreak_canister_demolition_camp_beta 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_outbreak_survivor_canister_demo.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.outbreak_canister_demolition_bothan_beta none none 0 0 -outbreak_canister_demolition_camp_gamma 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_outbreak_survivor_canister_demo.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.outbreak_canister_demolition_bothan_gamma none none 0 0 -outbreak_canister_demolition_camp_delta 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_outbreak_survivor_canister_demo.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.outbreak_canister_demolition_bothan_delta none none 0 0 -outbreak_wave_defense_alpha_mika_horn 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_rebel_soldier_mika_horn.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_mika_horn_alpha rebel_carbine none 0 0 -outbreak_wave_defense_beta_stephon_sprocketfire 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_nobel_stephon_sprocketfire.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_stephon_sprocketfire_beta general_sword none 0 0 -outbreak_wave_defense_gamma_kyra_naa 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_bounty_hunter_kyra_naa.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_kyraa_naa tusken_ranged none 0 0 -outbreak_wave_defense_delta_erlem_marh 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_prison_guard_erlem_marh.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_erlem_math_delta imperial_carbine none 0 0 -outbreak_wave_defense_epsilon_zsu_val 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_prisoner_zsu_val.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_zsu_val_epsilon commando_ranged none 0 0 -prolog_refugee_scientist 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_prolog_biologist.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 conversation.refugee_biologist commando_2 commando_2 0 0 -prolog_refugee_stormtrooper 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_prolog_stormtrooper.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 conversation.refugee_stormtrooper commando_2 commando_2 0 0 -prolog_refugee_civilian 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_prolog_civilian.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 conversation.refugee_civilian commando_2 commando_2 0 0 -outbreak_afflicted_lvl_05 5 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_afflicted_lvl_10 10 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_afflicted_lvl_15 15 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_11_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_afflicted_lvl_20 20 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_11_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_afflicted_lvl_25 25 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_21_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_afflicted_lvl_30 30 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_21_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_afflicted_lvl_35 35 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_31_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 no -outbreak_afflicted_lvl_40 40 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_31_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 no -outbreak_afflicted_lvl_45 45 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_41_50 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 yes -outbreak_afflicted_lvl_50 50 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_41_50 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_standard undead_standard 10 12 yes -outbreak_afflicted_lvl_55 55 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_51_60 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_standard undead_standard 10 12 yes -outbreak_afflicted_lvl_60 60 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_51_60 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_standard undead_standard 10 12 yes -outbreak_afflicted_lvl_65 65 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_61_70 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_lvl_70 70 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_61_70 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_lvl_75 75 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_71_80 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_lvl_80 80 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_71_80 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_lvl_85 85 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_lvl_90 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_lvl_95 95 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_advanced undead_advanced 10 12 instant -outbreak_deathtrooper_lvl_05 5 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_deathtrooper_lvl_10 10 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_deathtrooper_lvl_15 15 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_11_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_deathtrooper_lvl_20 20 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_11_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_deathtrooper_lvl_25 25 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_21_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_deathtrooper_lvl_30 30 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_21_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no -outbreak_deathtrooper_lvl_35 35 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_31_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 no -outbreak_deathtrooper_lvl_40 40 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_31_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 no -outbreak_deathtrooper_lvl_45 45 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_41_50 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 yes -outbreak_deathtrooper_lvl_50 50 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_41_50 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_standard undead_standard 10 12 yes -outbreak_deathtrooper_lvl_55 55 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_51_60 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_standard undead_standard 10 12 yes -outbreak_deathtrooper_lvl_60 60 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_51_60 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_standard undead_standard 10 12 yes -outbreak_deathtrooper_lvl_65 65 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_61_70 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes -outbreak_deathtrooper_lvl_70 70 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_61_70 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 yes -outbreak_deathtrooper_lvl_75 75 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_71_80 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes -outbreak_deathtrooper_lvl_80 80 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_71_80 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes -outbreak_deathtrooper_lvl_85 85 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant -outbreak_deathtrooper_lvl_90 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc,item.dna.vorpal_durni_dna undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 instant -outbreak_deathtrooper_lvl_95 95 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_boss_lvl_05 5 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_both_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_boss_1_10:level_05 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_10 10 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_hum_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_boss_1_10:level_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_15 15 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_ith_01.iff 1 1 0 5 10 5 10 5 10 5 -1 2 0 0 1 100 npc/undead_boss_11_20:level_15 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_20 20 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_hum_01.iff 1 1 0 10 5 10 5 10 5 10 -1 2 0 0 1 100 npc/undead_boss_11_20:level_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_25 25 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_wke_02.iff 1 1 0 15 10 15 10 15 10 15 -1 2 0 0 1 100 npc/undead_boss_21_30:level_25 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_30 30 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_rod_01.iff 1 1 0 15 20 15 20 15 20 15 -1 2 0 0 1 100 npc/undead_boss_21_30:level_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_35 35 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_sul_01.iff 1 1 0 25 15 25 15 25 25 15 -1 2 0 0 1 100 npc/undead_boss_31_40:level_35 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_40 40 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_hum_03.iff 1 1 0 20 30 25 30 25 20 30 -1 2 0 0 1 100 npc/undead_boss_31_40:level_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_45 45 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_twe_01.iff 1 1 0 30 20 30 25 30 25 20 -1 2 0 0 1 100 npc/undead_boss_41_50:level_45 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_50 50 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_wke_01.iff 1 1 0 20 35 20 35 30 25 35 -1 2 0 0 1 100 npc/undead_boss_41_50:level_50 18 afflicted npc 10 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes -outbreak_afflicted_boss_lvl_55 55 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_hum_02.iff 1 1 0 40 20 35 20 40 35 20 -1 2 0 0 1 100 npc/undead_boss_51_60:level_55 18 afflicted npc 20 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_boss_lvl_60 60 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_ith_01.iff 1 1 0 45 20 30 25 30 20 30 -1 2 0 0 1 100 npc/undead_boss_51_60:level_60 18 afflicted npc 30 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_boss_lvl_65 65 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_hum_02.iff 1 1 0 50 40 35 30 40 20 30 -1 2 0 0 1 100 npc/undead_boss_61_70:level_65 18 afflicted npc 40 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_boss_lvl_70 70 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_trn_01.iff 1 1 0 55 50 55 40 50 40 35 -1 2 0 0 1 100 npc/undead_boss_61_70:level_70 18 afflicted npc 50 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_boss_lvl_75 75 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_both_01.iff 1 1 0 60 55 60 30 50 60 60 -1 2 0 0 1 100 npc/undead_boss_71_80:level_75 18 afflicted npc 60 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_boss_lvl_80 80 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_nightsister_02.iff 1 1 0 65 60 55 45 50 40 50 -1 2 0 0 1 100 npc/undead_boss_71_80:level_80 18 afflicted npc 25 70 50 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_boss_lvl_85 85 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_hum_04.iff 1 1 0 70 65 70 50 60 50 50 -1 2 0 0 1 100 npc/undead_boss_81_90:level_85 18 afflicted npc 50 80 50 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_boss_lvl_90 90 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_nightsister_03.iff 1 1 0 70 70 50 65 40 65 70 -1 2 0 0 1 100 npc/undead_boss_81_90:level_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_boss_lvl_95 95 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_nightsister_01.iff 1 1 0 70 75 65 70 60 70 50 -1 2 0 0 1 100 npc/undead_boss_81_90:level_95 18 afflicted npc 100 100 100 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_maintenance_boss 95 0 0 0 0 BOSS dathomir afflicted afflicted outbreak_maintenance_boss.iff 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_boss_81_90:cornburr 50 afflicted_cornburr npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc outbreak_afflicted_maintenance_boss outbreak_afflicted_maintenance_boss 8 12 instant -outbreak_imperial_guard_aggro 90 0 0 0 0 BOSS dathomir survivor_guard survivor_guard dressed_stormtrooper_sandtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 0 0 npc 1 int:ignoreCollector=1 ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 -outbreak_mixed_guard_aggro 90 0 0 0 0 BOSS dathomir survivor_guard survivor_guard outbreak_guard_survivor 1 1 0 0 0 40 0 0 0 0 -1 2 0 0 npc 1 int:ignoreCollector=1 ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 -outbreak_undead_officer_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_deathtrooper_04_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 imperial_carbine none 0 0 -outbreak_undead_scientist_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_biologist_10.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 none none 0 0 -outbreak_undead_stormtrooper_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_deathtrooper_01_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 imperial_carbine none 0 0 -outbreak_undead_scouttrooper_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_deathtrooper_03_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 imperial_carbine none 0 0 -outbreak_undead_inquisitor_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_imperial_inquisitor_human_male_03.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 none none 0 0 -outbreak_delivery_survivor 5 0 0 0 0 NORMAL dathomir survivor survivor outbreak_delivery_survivor 1 1.2 0 60 60 60 60 60 60 60 60 2 0 0 npc 1 1 ai.equip_weapon,conversation.delivery_hassel,theme_park.outbreak.beast_pathing general_sword general_sword commoner_4 commoner_4 0 3 -outbreak_carrion_spat_betsy 90 0 0 0 0 ELITE dathomir survivor survivor painted_spat.iff 1.2 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 260 meat_avian carnivore 1 string:menu_string=pick_up_betsy theme_park.outbreak.hidden_content_object -outbreak_junk_dealer 1 0 0 0 0 NORMAL dathomir survivor survivor outbreak_junk_dealer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.converse.junk_dealer,planet_map.map_loc_creature townsperson townperson rebel_carbine rebel_pistol 0 2 1 -outbreak_facility_battle_droid 90 0 0 0 0 BOSS dathomir survivor survivor battle_droid.iff 1 1 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_71_80 elite_droid_9 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 1 imperial_carbine none droid_special_6 melee_special_6 0 3 -outbreak_facility_super_battle_droid 90 0 0 0 0 BOSS dathomir survivor survivor super_battle_droid.iff 1.5 1.5 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 npc 1 object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 0 3 -outbreak_afflicted_prisoner_lvl_90 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_prisoner 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_81_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_prisoner_lvl_95 95 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_prisoner 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_81_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_scientist_lvl_90 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_scientist 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_81_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_advanced undead_advanced 10 12 instant -outbreak_afflicted_scientist_lvl_95 95 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_scientist 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_81_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_advanced undead_advanced 10 12 instant -outbreak_dead_officer_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted dressed_imperial_officer_m_undead.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 -outbreak_dead_scientist_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted dressed_biologist_10_undead.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 -outbreak_dead_stormtrooper_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper_10_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 -outbreak_dead_scouttrooper_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper_02_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 -outbreak_dead_inquisitor_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted dressed_imperial_inquisitor_human_male_03_undead.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 -outbreak_afflicted_defense 5 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 instant -tcg_armored_dewback 1 0 0 0 -4 NORMAL tatooine dewback dewback_armored.iff 1 0 20 0 20 0 0 0 -1 2 herbivore bull_1 bull_1 0 0 -tcg_gualaar 1 0 0 0 -4 NORMAL tatooine gualaar gualaar.iff 1 0 20 0 20 0 0 0 -1 2 herbivore horse_3 horse_3 0 0 -gcw_city_imperial_1 60 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine commando_4 commando_4 32 32 yes -gcw_city_imperial_2 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine officer_6 officer_6 32 32 yes -gcw_city_imperial_3 90 0 0 0 0 ELITE global imperial Imperial dark_trooper.iff 1.25 1.25 0 800 1600 1 4 npc/npc_81_90 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 imperial_carbine imperial_carbine commando_6 commando_6 32 32 yes -gcw_city_imperial_black 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine commando_4 commando_4 32 32 yes -gcw_city_imperial_black_sgt 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_commander_black_gold.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine officer_6 officer_6 32 32 yes -gcw_city_imperial_black_darkt 90 0 0 0 0 ELITE global imperial Imperial dressed_dark_trooper_black_hole.iff 1.25 1.25 0 800 1600 1 4 npc/npc_81_90 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 imperial_carbine imperial_carbine commando_6 commando_6 32 32 yes -gcw_city_imperial_sandtrooper 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sandtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine commando_4 commando_4 32 32 yes -gcw_city_imperial_sandtrooper_sgt 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_groupleader_sandtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine officer_6 officer_6 32 32 yes -gcw_entertainer_rebel 100 1 1 1 1 NORMAL global townsperson townsperson gcw_entertainer_rebel 1 1.2 0 80 80 80 80 80 80 80 80 2 npc 1 noble fancy rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 -gcw_entertainer_imperial 100 1 1 1 1 NORMAL global townsperson townsperson gcw_entertainer_imperial 1 1.2 0 80 80 80 80 80 80 80 80 2 npc 1 noble fancy rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 -gcw_city_rebel_grunt_assault 60 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine commando_4 commando_4 32 32 yes -gcw_city_rebel_commando_assault 90 0 0 0 0 NORMAL global rebel Rebel rebel_desert_soldier.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine officer_6 officer_6 32 32 yes -gcw_city_rebel_specforce_assault 90 0 0 0 0 ELITE global rebel Rebel rebel_specforce_hum_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine officer_6 officer_6 32 32 yes -gcw_city_rebel_grunt_defense 60 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine commando_4 commando_4 32 32 yes -gcw_city_rebel_commando_defense 90 0 0 0 0 NORMAL global rebel Rebel rebel_desert_soldier.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine officer_6 officer_6 32 32 yes -gcw_city_rebel_specforce_defense 90 0 0 0 0 ELITE global rebel Rebel rebel_specforce_hum_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine officer_6 officer_6 32 32 yes -gcw_city_imperial_general 110 0 0 0 0 BOSS global imperial Imperial dressed_imperial_general_m.iff 1.25 1.25 0 100 100 100 100 100 100 100 -1 2 npc/npc_81_90 generic_npc_3 npc int:gcw_point_override=1;int:ai.noClap=1,int:gcw_participation_flag=1 ai.soldier imperial military 0 imperial_carbine imperial_carbine officer_boss officer_boss 32 0 instant -gcw_city_rebel_general 110 0 0 0 0 BOSS global rebel Rebel rebel_brigadier_general 1.25 1.25 0 100 100 100 100 100 100 100 -1 2 npc/npc_81_90 generic_npc_3 npc int:gcw_point_override=1;int:ai.noClap=1,int:gcw_participation_flag=1 ai.soldier rebel military 0 rebel_carbine rebel_carbine officer_boss officer_boss 32 0 instant -gcw_city_offensive_imperial_general 110 0 0 0 0 BOSS global imperial Imperial dressed_imperial_general_m.iff 1.25 1.25 0 100 100 100 100 100 100 100 -1 2 npc/npc_81_90 generic_npc_3 npc int:gcw_point_override=1;int:ai.noClap=1,int:gcw_participation_flag=1 ai.soldier imperial military 0 imperial_carbine imperial_carbine officer_boss officer_boss 32 0 instant -gcw_city_offensive_rebel_general 110 0 0 0 0 BOSS global rebel Rebel rebel_brigadier_general 1.25 1.25 0 100 100 100 100 100 100 100 -1 2 npc/npc_81_90 generic_npc_3 npc int:gcw_point_override=1;int:ai.noClap=1,int:gcw_participation_flag=1 ai.soldier rebel military 0 rebel_carbine rebel_carbine officer_boss officer_boss 32 0 instant -gcw_city_at_st_1 60 0 2 0 0 ELITE global gcw_imp_vehicle Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 32 0 instant -gcw_city_at_st_2 90 0 2 0 0 ELITE global gcw_imp_vehicle Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 32 0 instant -gcw_city_at_st_3 90 0 2 0 0 BOSS global gcw_imp_vehicle Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 32 0 instant -gcw_city_at_xt_1 60 0 2 0 0 ELITE global gcw_reb_vehicle Rebel atxt.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 32 0 instant -gcw_city_at_xt_2 90 0 2 0 0 ELITE global gcw_reb_vehicle Rebel atxt.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 32 0 instant -gcw_city_at_xt_3 90 0 2 0 0 BOSS global gcw_reb_vehicle Rebel atxt.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 32 0 instant -gcw_city_rebel_captain 90 0 0 0 0 ELITE global rebel Rebel rebel_army_captain 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noClap=1 conversation.rebel_general,ai.soldier rebel military 0 rebel_carbine rebel_carbine officer_6 officer_6 10 12 yes -gcw_city_imperial_captain 90 0 0 0 0 ELITE global imperial imperial dressed_gcw_imperial_captain.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noClap=1 conversation.imperial_general,ai.soldier imperial military 0 imperial_carbine imperial_carbine commando_6 commando_6 10 12 yes -gcw_city_atat 100 0 0 0 0 BOSS global imperial Imperial atat.iff 1.3 1.3 0 90 90 0 90 90 90 90 100 2 vehicle 100 100 100 100 1 int:gcw_participation_flag=1 theme_park.heroic.echo_base.at_at object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 64 50 instant -gcw_city_hailfire_droid 100 0 0 0 0 BOSS global rebel Rebel hailfire_droid.iff 3 3 0 90 90 0 90 90 90 90 100 2 vehicle 100 100 100 100 1 string:default.default_attack_override=ig88_rocket_launch,int:gcw_participation_flag=1 theme_park.heroic.echo_base.at_at object/weapon/ranged/droid/droid_rocket_launcher.iff 64 50 instant -gcw_city_demoralized_imperial 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc 1 int:gcw_participation_flag=1 conversation.gcw_demoralized_soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_carbine commando_4 commando_4 32 12 yes -gcw_city_demoralized_rebel 90 0 0 0 0 NORMAL global rebel Rebel rebel_desert_soldier.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc 1 int:gcw_participation_flag=1 conversation.gcw_demoralized_soldier rebel military rebel_carbine rebel_carbine commando_4 commando_4 32 12 yes -gcw_rebel_sentry 90 0 0 0 0 ELITE anywhere rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc 100 100 100 100 1 int:force_cleanup=1,int:forceNoMovement=0 stormtrooper military 0 rebel_carbine rebel_pistol officer_6 officer_6 20 20 instant -gcw_imperial_sentry 90 0 0 0 0 ELITE anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc 100 100 100 100 1 int:force_cleanup=1,int:forceNoMovement=0 stormtrooper stormtrooper 0 imperial_carbine imperial_pistol commando_2 commando_2 20 20 instant -tcg_hutt_fighter_familiar 1 0 0 0 0 NORMAL tcg set 7 loot item - hutt fighter familiar (dunelizard) anywhere tcg_familiar tcg_familiar_neutral tcg_familiar_hutt_fighter.iff 1 1 0 0 0 0 0 0 0 0 0 0 none 1 0 0 -tcg_tie_fighter_familiar 1 0 0 0 0 NORMAL tcg set 7 loot item - tie fighter familiar anywhere tcg_familiar tcg_familiar_imperial tcg_familiar_tie_fighter.iff 1 1 0 0 0 0 0 0 0 0 0 0 none 1 0 0 -tcg_xwing_fighter_familiar 1 0 0 0 0 NORMAL tcg set 7 loot item - xwing fighter familiar anywhere tcg_familiar tcg_familiar_rebel tcg_familiar_xwing_fighter.iff 1 1 0 0 0 0 0 0 0 0 0 0 none 1 0 0 -nym_themepark_grenz_zittoun 100 0 0 0 0 NORMAL lok nym nym nym_themepark_grenz_zittoun.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.grenz_zittoun smuggler_10 smuggler_10 0 8 instant -nym_themepark_mako_ghast 100 0 0 0 0 NORMAL lok nym nym nym_themepark_mako_ghast.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.mako_ghast smuggler_10 smuggler_10 0 8 instant -nym_themepark_stuvany_inglen 100 0 0 0 0 NORMAL lok nym nym nym_themepark_stuvany_inglen.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.stuvany_inglen smuggler_10 smuggler_10 0 8 instant -nym_themepark_rek_thelcar 100 0 0 0 0 NORMAL lok nym nym nym_themepark_rek_thelcar.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rek_thelcar smuggler_10 smuggler_10 0 8 instant -nym_themepark_vana_sage 100 0 0 0 0 NORMAL lok nym nym nyms_themepark_vana_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.vana_sage smuggler_10 smuggler_10 0 8 instant -nym_themepark_ran_machado 100 0 0 0 0 NORMAL lok nym nym nym_themepark_ran_machado.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.ran_machado smuggler_10 smuggler_10 0 8 instant -nym_themepark_teemu_komo 60 0 0 0 0 BOSS lok u13_enraged_miner nym_themepark_teemu_komo.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/boss_npc:boss_npc_61_70 col_glass_shelving_02,col_holo_emitter_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_3,string:theme_park_boss=u16_nym_themepark_mine_boss,string:theme_park_task=killControllerMine theme_park.nym.boss_nyms_themepark pirate_carbine general_sword nyms_themepark_controller_boss nyms_themepark_controller_boss 8 8 instant -nym_themepark_rel_rogock 60 0 0 0 0 BOSS lok u13_enraged_miner nym_themepark_rel_rogock.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/boss_npc:boss_npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_2,string:theme_park_boss=u16_nym_themepark_mine_boss,string:theme_park_task=killGrandForeman theme_park.nym.boss_nyms_themepark pirate_carbine general_sword nyms_themepark_foreman_boss nyms_themepark_foreman_boss 8 8 instant -nym_themepark_kell_lapaz 62 0 0 0 0 BOSS lok u13_mercenary nym_themepark_kell_lapaz.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/boss_npc:boss_npc_61_70 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_5,string:theme_park_boss=u16_nym_themepark_lab_boss,string:theme_park_task=KillKellLapaz theme_park.nym.boss_nyms_themepark pirate_carbine general_sword nyms_themepark_lapaz_boss nyms_themepark_lapaz_boss 8 8 instant -nym_themepark_udo_barnet 62 0 0 0 0 BOSS lok u13_mercenary nym_themepark_udo_barnet.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/boss_npc:boss_npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_4,string:theme_park_boss=u16_nym_themepark_lab_boss,string:theme_park_task=killUdoBarnet theme_park.nym.boss_nyms_themepark pirate_carbine general_sword nyms_themepark_barnet_boss nyms_themepark_barnet_boss 8 8 instant -nym_themepark_marcus_precore 70 0 0 0 0 ELITE lok sulfur_lake_pirate sulfur_lake_pirate nym_themepark_marcus_precore.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc smuggler_10 smuggler_10 8 8 instant -nym_themepark_wes_riggers 60 0 0 0 0 ELITE lok u13_enraged_miner nym_themepark_wes_riggers.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 npc string:theme_park_boss=u16_nym_themepark_elite_kill_miner_cave_collection,string:theme_park_boss_slot=kill_nyms_themepark_wes_riggers theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant -nym_themepark_raynar_cath 60 0 0 0 0 ELITE lok u13_enraged_miner nym_themepark_raynar_cath.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc string:theme_park_boss=u16_nym_themepark_elite_kill_miner_cave_collection,string:theme_park_boss_slot=kill_nyms_themepark_raynar_cath theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant -nym_themepark_jeran_tarven 62 0 0 0 0 ELITE lok u13_mercenary nym_themepark_jeran_tarven.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 npc string:theme_park_boss=u16_nym_themepark_elite_kill_imperial_facility_collection,string:theme_park_boss_slot=kill_nyms_themepark_jeran_tarven theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant -nym_themepark_platt_pareja 62 0 0 0 0 ELITE lok u13_mercenary nym_themepark_platt_pareja.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc string:theme_park_boss=u16_nym_themepark_elite_kill_imperial_facility_collection,string:theme_park_boss_slot=kill_nyms_themepark_platt_pareja theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant -nym_themepark_goll_bardok 62 0 0 0 0 ELITE lok u13_mercenary nym_themepark_goll_bardok.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 npc string:theme_park_boss=u16_nym_themepark_elite_kill_imperial_facility_collection,string:theme_park_boss_slot=kill_nyms_themepark_goll_bardok theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant -nym_themepark_kendo_ryzak 62 0 0 0 0 ELITE lok u13_mercenary nym_themepark_kendo_ryzak.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc string:theme_park_boss=u16_nym_themepark_elite_kill_imperial_facility_collection,string:theme_park_boss_slot=kill_nyms_themepark_kendo_ryzak theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant -nym_themepark_nym_mother 60 0 0 0 0 BOSS lok pharple pharple_hue.iff 3 3.5 1 0 0 0 0 0 0 0 -1 2 npc/boss_npc:boss_npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 highTankUtilityAvg herbivore int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_1,string:theme_park_boss=u16_nym_themepark_pirate_boss_1,string:theme_park_task=fightNymsGirlfriend theme_park.nym.boss_nyms_themepark nyms_themepark_farple_boss nyms_themepark_farple_boss 8 8 instant -nym_themepark_cave_troll 58 0 0 0 0 ELITE lok sulfur_lake_pirate sulfur_lake_pirate gurk_hue.iff 2 2.5 3 35 35 0 -1 0 0 -1 -1 2 npc/elite_npc:elite_npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 medTankArmorAvg carnivore string:theme_park_boss=u16_nym_themepark_elite_kill_pirate_cave_collection,string:theme_park_boss_slot=kill_nyms_themepark_cave_troll theme_park.nym.boss_nyms_themepark gorilla_3 gorilla_3 8 8 instant -nym_themepark_choster_cantina 75 0 0 0 0 NORMAL lok nym dressed_commoner_old_twilek_male_02.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc 1 conversation.choster_lok_cantina smuggler_10 smuggler_10 8 8 instant -nym_themepark_sergeant_moore_cantina 75 0 0 0 0 NORMAL lok nym dressed_commoner_old_human_male_02.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc 1 conversation.moore_lok_cantina smuggler_10 smuggler_10 8 8 instant -nym_themepark_slicer 75 0 0 0 0 NORMAL lok nym dressed_criminal_slicer_human_male_01.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc 1 conversation.hacker_lok_pirate_cave smuggler_10 smuggler_10 8 8 instant -space_duty_token_vendor 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_vendor_orion.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=space_duty_vendor npc.vendor.space_duty_vendor,conversation.space_duty_vendor rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 -nym_themepark_arena_pirate 61 0 0 0 0 NORMAL lok nym_arena dressed_criminal_slicer_human_male_01.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:arena=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine sword_special smuggler_3 smuggler_3 8 8 instant -nym_themepark_arena_kusak_scourge 62 0 0 0 0 NORMAL lok nym_arena kusak_hue.iff 1.2 1.3 4 35 0 0 -1 -1 60 60 -1 2 1 meat_carnivore hide_bristley bone_mammal defaultProfile creature/creature_71_80 generic_npc_6 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 carnivore int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:arena=1 theme_park.nym.boss_nyms_themepark wolf_3 wolf_3 8 8 instant -nym_themepark_arena_kusak_razor 63 0 0 0 0 NORMAL lok nym_arena kusak_hue.iff 1.2 1.3 4 35 0 0 -1 -1 60 60 -1 2 1 meat_carnivore hide_bristley bone_mammal defaultProfile creature/creature_71_80 generic_npc_6 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 carnivore int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:arena=1 theme_park.nym.boss_nyms_themepark wolf_3 wolf_3 8 8 instant -nym_themepark_arena_droideka 64 5 0 0 0 NORMAL lok nym_arena droideka.iff 1 1 5 25 30 0 0 0 -1 0 -1 2 droid/droid_71_80 generic_droid_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid int:bm_doNotShowExamineInfo=1,int:distance_check=70,int:arena=1 theme_park.nym.boss_nyms_themepark object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 instant -nym_themepark_arena_champion 65 0 0 0 0 ELITE lok nym_arena dressed_corsair_pirate_strong_zab_m.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc/elite_npc:elite_npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,int:arena=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine sword_special smuggler_10 smuggler_10 8 8 instant -nym_themepark_arena_referee 75 0 0 0 0 NORMAL lok nym_arena dressed_nym_arena_referee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 quest.task.ground.wave_event_controller_npc,conversation.nym_arena_referee smuggler_10 smuggler_10 8 8 instant -nym_themepark_sulfur_pirate_ambush 60 1 0 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0.9 1.2 0 15 15 0 35 50 -1 -1 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:shuttle=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine pirate_pistol officer_7 officer_6 12 12 -nym_themepark_kole_ambush 65 0 0 0 0 NORMAL lok nym nym kole_nym_ambush.iff 0.9 0.9 0 25 25 40 -1 0 -1 0 -1 2 npc 1 int:invln=1 theme_park.nym.nym_ambush_ai,ai.equip_weapon pirate_carbine pirate_pistol smuggler_10 smuggler_10 12 12 instant -nym_themepark_jinkins_ambush 65 0 0 0 0 NORMAL lok nym nym jinkins_nym_ambush.iff 0.9 0.9 0 20 20 0 -1 -1 40 40 -1 2 npc 1 int:invln=1 theme_park.nym.nym_ambush_ai,ai.equip_weapon pirate_carbine pirate_pistol smuggler_10 smuggler_10 12 12 instant -nym_themepark_vana_ambush 65 0 0 0 0 NORMAL lok nym nym nyms_themepark_vana_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 int:invln=1 theme_park.nym.nym_ambush_ai,ai.equip_weapon pirate_carbine pirate_pistol smuggler_10 smuggler_10 12 12 instant -nym_themepark_nym_ambush 65 0 3 0 0 NORMAL lok nym nym nym_nym_ambush.iff 1.15 1.15 0 35 35 0 0 40 -1 -1 -1 2 npc 1 int:invln=1 theme_park.nym.nym_ambush_ai,ai.equip_weapon pirate_carbine pirate_pistol smuggler_5 smuggler_5 12 12 instant -nym_themepark_pirate_prisoner 58 0 0 0 0 NORMAL lok nym nym dressed_nym_pirate_weak_hum_f.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc 1 1 string:failSignal=hasFailedRescueQuest,string:signal=shuttleHasArrived conversation.prisoner_pirate_cave smuggler_10 smuggler_10 8 8 instant -nym_themepark_droideka 62 5 0 0 0 NORMAL lok nym_dungeon_assist droideka.iff 0 25 30 15 10 20 -1 -1 0 2 droid/droid_61_70 generic_droid_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 yes -nym_themepark_imperial_scientist 1 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 noble fancy 1 rebel_pistol rebel_carbine 0 2 -u16_nym_themepark_mad_miner 60 0 0 0 0 NORMAL lok nym_dungeon_assist commoner_male 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:quest.object_key=nym_themepark_miner_dna systems.collections.collection_handle_object_on_object pirate_pistol pirate_pistol commando_8 smuggler_special_3 6 6 1 yes -u16_nym_themepark_infuriated_miner 60 0 0 0 0 NORMAL lok nym_dungeon_assist commoner_male 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:quest.object_key=nym_themepark_miner_dna systems.collections.collection_handle_object_on_object pirate_pistol pirate_pistol commando_8 smuggler_special_3 6 6 1 yes -nym_themepark_phor 100 0 0 0 0 NORMAL lok nym nym nym_themepark_phor.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.water_treatment smuggler_10 smuggler_10 0 8 instant -nym_themepark_quatermaster 100 0 0 0 0 NORMAL lok nym nym nym_themepark_quatermaster.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_quatermaster smuggler_10 smuggler_10 0 8 instant -nym_themepark_rei_reeven 100 0 0 0 0 NORMAL lok nym nym nym_themepark_rei_reeven.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.injured_agent smuggler_10 smuggler_10 0 8 instant -nym_themepark_d_townsperson_lead 100 0 0 0 0 NORMAL lok nym nym nym_themepark_d_townsperson_lead.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.disgruntled_leader smuggler_10 smuggler_10 0 8 instant -nym_themepark_d_townsperson_01 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_old_twilek_female_01.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant -nym_themepark_d_townsperson_02 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_old_human_male_01.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant -nym_themepark_d_townsperson_03 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_tatooine_sullustan_male_05.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant -nym_themepark_d_townsperson_04 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_tatooine_bith_female_06.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant -nym_themepark_d_townsperson_05 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_tatooine_ishitib_male_02.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant -nym_themepark_d_townsperson_06 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_tatooine_trandoshan_female_03.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant -nym_themepark_smuggler 100 0 0 0 0 NORMAL lok nym nym nym_themepark_smuggler.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_smuggler smuggler_10 smuggler_10 0 8 instant -nym_themepark_kusak_01 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 2 2 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=1 conversation.kusak 0 2 -nym_themepark_choster_sister 1 0 0 0 0 NORMAL lok nym nym nym_themepark_choster_sister.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.sheeli townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 -nym_themepark_cale_serasai 65 0 0 0 0 NORMAL rori sulfur_lake_pirate sulfur_lake_pirate nym_themepark_cale_serasai.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.cale_serasai,quest.task.ground.wave_event_controller_npc pirate_carbine pirate_pistol commando_8 smuggler_special_3 6 6 1 instant -nym_themepark_cale_henchman 65 0 0 0 0 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 2 2 3 35 35 0 -1 0 0 -1 -1 2 npc pirate slang pirate_carbine sword_special smuggler_3 smuggler_3 8 8 instant -nym_themepark_kusak_02 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 2 2 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=2 conversation.kusak 0 2 -nym_themepark_kusak_03 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 2 2 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=3 conversation.kusak 0 2 -nym_themepark_kusak_04 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 2 2 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=4 conversation.kusak 0 2 -nym_themepark_kusak_05 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=5 conversation.kusak 0 2 -nym_themepark_sulfur_pirate_henchment 65 1 0 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0.9 1.2 0 15 15 0 35 50 -1 -1 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:henchmen=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine pirate_pistol officer_7 officer_6 12 12 instant -nym_themepark_kusak_06 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=6 conversation.kusak 0 2 -nym_themepark_kusak_07 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=7 conversation.kusak 0 2 -nym_themepark_kusak_08 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=8 conversation.kusak 0 2 -nym_themepark_kusak_09 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=9 conversation.kusak 0 2 -nym_themepark_kusak_10 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=10 conversation.kusak 0 2 -nym_themepark_pirate_engineer 60 0 0 0 -3 NORMAL lok piratesoflok marooned_pirate_engr 0 0 20 0 40 -1 40 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc string:bark_string_file=spam,string:bark_string_id=marooned_pirate ai.bark_string_on_initialize pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes -community_tcg_photo_contest_painting_handout 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.community_tcg_photo_contest_painting_handout commoner_10 commoner_10 0 2 -nym_themepark_sulfur_pirate_henchmen_low 60 1 0 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0.9 1.2 0 15 15 0 35 50 -1 -1 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:henchmen=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine pirate_pistol officer_7 officer_6 12 12 -naboo_vana_legacy_jeepfal_nareedo 25 0 0 0 0 NORMAL global thug thug thug_rodian_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 -rebel_vendor_gcw2 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_rebel_recruiter_human_female_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=space_gcw_stuff_rebel npc.vendor.vendor,conversation.rebel_space_gcw_vendor 0 0 -imperial_vendor_gcw2 100 0 0 0 0 NORMAL anywhere imperial Imperial tie_pilot_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=space_gcw_stuff_imperial npc.vendor.vendor,conversation.imperial_space_gcw_vendor 0 0 -gcw_atst_familiar 1 0 0 0 0 NORMAL global imperial atst_toy.iff 0.1 0.1 0 35 35 -1 100 100 0 0 100 2 none 1 0 -gcw_atxt_familiar 1 0 0 0 0 NORMAL global rebel atxt_toy.iff 0.1 0.1 0 0 0 0 0 0 0 0 0 2 none 1 0 -item_tcg_loot_reward_series8_snow_speeder_familiar 1 0 0 0 0 NORMAL tcg set 8 loot item - snow speeder familiar anywhere tcg_familiar tcg_familiar_rebel snow_speeder_toy.iff 1 1 0 0 0 0 0 0 0 0 0 0 none 1 0 -tcg_armored_tauntaun 1 0 0 0 -4 NORMAL global tauntaun tcg_armored_tauntaun.iff 1 0 20 0 20 0 0 0 -1 2 herbivore bull_1 bull_1 0 0 -vendor_tcg_1 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_1.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg1_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 -vendor_tcg_2 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_2.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg2_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 -vendor_tcg_3 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_3.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg3_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 -vendor_tcg_4 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_4.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg4_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 -vendor_tcg_5 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_5.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg5_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 -vendor_tcg_6 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_6.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg6_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 -vendor_tcg_7 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_7.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg7_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 -vendor_tcg_8 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_8.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg8_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 -vendor_tcg_9 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_9.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg9_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 -warren_cracktooth 70 0 0 0 0 BOSS dantooine cracktooth warren_cracktooth.iff 0 60 60 60 60 60 60 60 100 2 1 18 creature/elite_creature:elite_creature_61_70 medAttackSpeedStrong carnivore item.dna.cracktooth_dna predatory_cat_2 predatory_cat_2 24 24 yes -warren_hawk_bat 90 0 0 0 0 BOSS dantooine hawk_bat warren_hawk_bat.iff 0 75 75 75 75 75 75 75 100 2 1 7 creature/elite_creature:elite_creature_81_90 medAttackSpeedStrong carnivore 1 1 1 item.dna.hawkbat_dna bat_5 bat_5 24 24 instant -unstable_nexu 90 0 0 0 0 BOSS yavin4 unstable_nexu beast_master/bm_nexu.iff 0 75 75 75 75 75 75 75 100 2 1 7 creature/elite_creature:elite_creature_81_90 medAttackSpeedStrong carnivore item.dna.unstable_nexu_dna predatory_cat_5 predatory_cat_5 24 24 instant -unstable_reek 90 0 0 0 0 BOSS yavin4 unstable_reek beast_master/bm_reek.iff 0 75 75 75 75 75 75 75 100 2 1 7 creature/elite_creature:elite_creature_81_90 medAttackSpeedStrong carnivore item.dna.unstable_reek_dna bull_5 bull_5 24 24 instant -vendor_bm_0 100 0 0 0 0 ELITE anywhere jabba vendor_bm_0.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_0,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor 0 0 -vendor_bm_1 100 0 0 0 0 ELITE anywhere jabba vendor_bm_1.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_1,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor 0 0 -vendor_bm_2 100 0 0 0 0 ELITE anywhere jabba vendor_bm_2.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_2,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor -vendor_bm_3 100 0 0 0 0 ELITE anywhere jabba vendor_bm_3.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_3,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor -wod_spider_queen_guard 91 0 0 0 5 BOSS dathomir spider_nightsister spider_nightsister razor_angler_hue.iff 2.8 2.8 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore int:bm_doNotShowExamineInfo=1 item.dna.razor_angler_dna generic_creature_special_6 generic_creature_special_6 12 12 instant -wod_spider_queen_consort 92 0 0 0 5 ELITE dathomir spider_nightsister spider_nightsister spider_queen_consort.iff 2.9 2.9 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore int:bm_doNotShowExamineInfo=1 item.dna.spider_consort_dna generic_creature_special_6 generic_creature_special_6 12 12 instant -wod_spider_queen_boss 96 5 5 0 5 BOSS dathomir spider_nightsister spider_nightsister angler_queen.iff 4.2 4.5 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore 100 100 100 100 expertise_glancing_blow_reduction=100,expertise_glancing_blow_ranged=100 int:bm_doNotShowExamineInfo=1 item.dna.spider_queen_dna generic_creature_special_6 generic_creature_special_6 12 12 instant -binjinphant_forest_small 64 0 0 0 0 NORMAL endor binjinphant beast_master/bm_binjinphant.iff 0.3 0.6 1 0 0 0 0 0 0 0 -1 2 1 meat_reptilian hide_scaley bone_mammal defaultProfile 1 100 creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes -binjinphant_forest_medium 66 0 0 0 0 NORMAL endor binjinphant beast_master/bm_binjinphant.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 meat_reptilian hide_scaley bone_mammal defaultProfile 1 100 creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes -binjinphant_forest_large 68 0 0 0 0 NORMAL endor binjinphant beast_master/bm_binjinphant.iff 1.3 1.6 1 0 0 0 0 0 0 0 -1 2 1 meat_reptilian hide_scaley bone_mammal defaultProfile 1 100 creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes -binjinphant_mount 1 0 0 0 0 NORMAL global binjinphant_mount beast_master/bm_binjinphant_mount.iff 1 1.3 1 0 0 0 0 0 0 0 -1 2 1 defaultProfile 1 100 creature/creature_61_70 carnivore yes -reptilian_flier_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_reptilian_flier_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes -whisper_bird_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_whisper_bird_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes -snorbal_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_snorbal_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes -wod_omogg_rep 90 0 0 0 0 NORMAL global wod dressed_wod_omogg_rep.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_omogg_rep 0 0 -wod_rubina 90 0 0 0 0 NORMAL global wod dressed_wod_rubina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rubina 0 0 -wod_outcast_1 90 0 0 0 0 NORMAL global wod wod_outcast_1.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast1 0 0 -wod_outcast_2 90 0 0 0 0 NORMAL global wod wod_outcast_2.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast2 0 0 -wod_outcast_3 90 0 0 0 0 NORMAL global wod wod_outcast_3.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast3 0 0 -wod_outcast_4 90 0 0 0 0 NORMAL global wod wod_outcast_4.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast4 0 0 -wod_outcast_5 90 0 0 0 0 NORMAL global wod wod_outcast_5.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast5 0 0 -wod_outcast_6 90 0 0 0 0 NORMAL global wod wod_outcast_6.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast6 0 0 -wod_outcast_7 90 0 0 0 0 NORMAL global wod wod_outcast_7.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast7 0 0 -wod_gatekeeper_saik 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_guide 0 0 -wod_spellweaver_leandra 90 0 0 0 0 NORMAL global wod dressed_herald_dathomir_nsister_cave_leandra.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_leandra 0 0 -wod_satra_herbalist 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_herbs 0 0 -wod_ns_vendor 90 0 0 0 0 NORMAL global wod npc_dressed_wod_ns_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_ns_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_ns_vendor 0 0 -wod_culinarian_kais 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_obfuscatrix.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_food 0 0 -wod_rancor_fath 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_rancor_tamer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_mistress 0 0 -wod_tamer_diax 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_spellweaver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_tamer_diax 0 0 -wod_sage_num 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_sage 0 0 -wod_ghost_witch 90 0 0 0 0 NORMAL global wod dressed_wod_ghost_clan_mother.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ghost_witch 0 0 -wod_sm_food_vhaunda 90 0 0 0 0 NORMAL global wod dressed_vhaunda.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_food 0 0 -wod_sm_azzenaj 90 0 0 0 0 NORMAL global wod dressed_herald_dathomir_nsister_cave_azzenaj.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_azzenaj 0 0 -wod_sm_herbalist_telo 90 0 0 0 0 NORMAL global wod dressed_dathomir_sing_mt_clan_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_herbs 0 0 -wod_sm_vurlene 90 0 0 0 0 NORMAL global wod dressed_vurlene.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_guide 0 0 -wod_sm_rancor_handler_izaryx 90 0 0 0 0 NORMAL global wod dressed_izaryx.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_handler_izaryx 0 0 -wod_sm_rancor_tamer_zideera 90 0 0 0 0 NORMAL global wod wod_sm_rancor_handler.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_tamer_zideera 0 0 -wod_sm_sage_ha'zel 90 0 0 0 0 NORMAL global wod dressed_dathomir_sing_mt_clan_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_sage 0 0 -wod_sm_klee 90 0 0 0 0 NORMAL global wod dressed_aujante_klee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_klee 0 0 -wod_sm_vendor 90 0 0 0 0 NORMAL global wod dressed_wod_sm_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_sm_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_sm_vendor 0 0 -spider_nightsister_obfuscatrix 88 5 5 0 -2 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_spellweaver.iff 0 35 85 100 50 100 100 50 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 "col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03" 18 dath_spider npc "root_defense=100,snare_defense=100" force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant -wod_rescue_initiate 90 0 0 0 0 NORMAL global wod dressed_wod_gray_outcast_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rescue_initiate 0 0 -wod_spiderclan_matron 90 0 0 0 0 NORMAL global spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_matron.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_queen_mother 0 0 -wod_first_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_first_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_first_sister 0 0 -wod_second_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_second_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_second_sister 0 0 -wod_third_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_third_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_third_sister 0 0 -giant_whuffa_worm 91 0 0 0 0 ELITE dathomir wod whuffa_worm.iff 3 3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 0 0 -wod_reanimated_slave 90 0 0 0 0 NORMAL dathomir wod wod_reanimated_slave_all 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 "col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02" 18 nightsister npc "root_defense=100,snare_defense=100" force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant -wod_reanimated_witch 90 0 0 0 0 NORMAL dathomir wod wod_reanimated_witch_all 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 "col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02" 18 nightsister npc "root_defense=100,snare_defense=100" force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant -wod_kyrisa 90 0 0 0 0 NORMAL global wod kyrisa.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_kyrisa 0 0 -wod_mutant_rancor_boss 95 4 0 0 0 BOSS dathomir wod beast_master/bm_mutated_rancor.iff 1.5 1.5 16 50 65 0 100 100 100 0 0 2 0 defaultProfile 3 90 creature/worldboss:generic_boss 50 wod_mutant_rancor_boss carnivore 100 100 100 100 expertise_glancing_blow_reduction=100,expertise_glancing_blow_ranged=100 int:bm_doNotShowExamineInfo=1 theme_park.wod.wod_mutant_rancor_combat wod_mutant_rancor_boss wod_mutant_rancor_boss 18 9 instant +creatureName BaseLevel Damagelevelmodifier StatLevelModifier ToHitLevelModifier ArmorLevelModifier difficultyClass stealingFlags notes where socialGroup pvpFaction isSpecialForces template minScale maxScale hue minDrainModifier maxDrainModifier minFaucetModifier maxFaucetModifier armorKinetic armorEnergy armorBlast armorHeat armorCold armorElectric armorAcid armorStun attackSpeed hasResources milkType meat meatType hide hideType bone boneType rare rareType geneProfile minCash maxCash intLootRolls intRollPercent lootTable lootList collectionRoll collectionLoot col_faction chronicleLootChance chronicleLootCategory canTame wildAbilityList niche invulnerable rootImmune snareImmune stunImmune mezImmune canNotPunish tauntImmune ignorePlayer skillmods objvars scripts clothesList utterance diction canOfferMission movement_speed primary_weapon primary_weapon_speed secondary_weapon secondary_weapon_speed primary_weapon_specials secondary_weapon_specials aggressive assist stalker herd death_blow dnaChancePct dnaItemName +s[required] i[0] i[0] i[0] i[0] i[0] e(NORMAL=0,ELITE=1,BOSS=2)[NORMAL] e(NOTHING=0,CREDITS=1,MOB_LOOT=2,STEALING_TABLE=16,CREDITS_N_MOBLOOT=3)[CREDITS_N_MOBLOOT] c s s[required] s i[0] s[required] f[1] f[1] i f[0.0007] f[1] f[0.0007] f[1.0] i[0] i[0] i[0] i[0] i[0] i[0] i[0] i[0] i b[0] s[none] i[-1] s[none] i[-1] s[none] i[-1] s[none] i[-1] s[none] s[none] i[-1] i[-1] i[2] i[20] s s[none] i[5] s[no_loot] s i[10] s[no_loot] f[0.0] s[none] e(none=0,pc=1,ai=2,droid=3,vehicle=4,npc=5,monster=6,herbivore=7,carnivore=8,predator=9,android=10)[monster] b[0] i[0] i[0] i[0] i[0] i[0] i[0] i[0] s s s s[none] s[none] s[none] i[0] f[1.6] s[unarmed] f[2.0] s[none] f[2.0] s s f[0.0] f[2] b[0] b[0] e(no=0,yes=1,instant=2)[no] f[0.0] s +aakuan_anarchist 53 0 0 0 0 NORMAL talus aakuans aakuans aakuan_hard 1.2 1.5 0 30 30 0 0 -1 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 aakuan npc noble general_polearm none melee_5 melee_5 0 6 yes +aakuan_assassin 53 0 0 0 -2 NORMAL talus aakuans aakuans aakuan_hard 1 1.3 0 40 40 0 0 0 -1 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 aakuan npc noble general_sword none melee_5 melee_5 0 6 yes +aakuan_champion 53 0 0 0 0 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 30 30 0 0 -1 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 aakuan npc noble general_sword none melee_5 melee_5 0 6 yes +aakuan_defender 47 0 0 0 0 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 35 35 -1 0 0 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 aakuan npc police fancy general_polearm none melee_4 melee_4 0 6 yes +aakuan_follower 39 0 0 0 0 NORMAL talus aakuans aakuans aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 aakuan npc townperson general_polearm none melee_3 melee_3 0 2 +aakuan_guardian 48 0 -2 0 -3 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 30 30 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 aakuan npc general_polearm none melee_4 melee_4 0 6 yes +aakuan_keeper 42 0 1 0 0 NORMAL talus aakuans aakuans aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aakuan npc police fancy general_polearm none melee_4 melee_4 0 6 yes +aakuan_sentinal 45 0 2 0 0 NORMAL talus aakuans aakuans aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aakuan npc fancy general_sword none melee_4 melee_4 0 6 yes +aakuan_spice_guard 48 0 0 0 -1 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 30 30 -1 0 0 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 aakuan npc noble general_sword none melee_4 melee_4 0 6 yes +aakuan_steward 43 0 0 0 0 NORMAL talus aakuans aakuans aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aakuan npc noble fancy 1 general_polearm none melee_4 melee_4 0 6 yes +aakuan_warder 52 0 0 0 -2 NORMAL talus aakuans aakuans aakuan_hard 0.8 1.2 0 30 30 0 0 0 -1 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 aakuan npc noble fancy 1 general_polearm none melee_5 melee_5 0 6 yes +aaph_koden 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_aaph_koden.iff 0.85 0.85 0 0 0 0 0 10 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.aaph_koden pirate_carbine_low_level none 0 2 +abandoned_rebel_private 61 0 0 0 0 NORMAL dantooine rebel Rebel rebel_trooper 0 30 30 40 40 -1 40 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc rebel_carbine rebel_pistol officer_6 officer_6 0 12 yes +ackbar 100 0 0 0 0 NORMAL rebel Rebel admiral_ackbar.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.celebrity.ackbar commoner_10 commoner_10 0 2 +adar 100 0 0 0 0 NORMAL rebel Rebel dressed_corvette_rebel_adar.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +adept_jinda_shaman 65 6 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +adept_panshee_shaman 69 0 2 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_ranged ewok_melee spy_6 melee_6 0 12 +afarathu_cult_bodyguard 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 1.2 1.4 0 0 10 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 yes +afarathu_cult_brute 29 0 0 0 -3 NORMAL corellia afarathu afarathu selonian_female 0.8 1.2 0 10 5 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_2 smuggler_2 6 6 yes +afarathu_cult_follower 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 1 1.4 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_polearm pirate_polearm smuggler_3 smuggler_3 0 2 +afarathu_cult_hellion 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 0.8 1.2 0 0 10 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 yes +afarathu_cult_leader 31 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 1.4 1.8 0 0 15 0 0 0 -1 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 afarathu npc ai.thug 1 pirate_carbine pirate_sword smuggler_3 melee_3 6 6 yes +afarathu_cult_ruffian 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_pistol pirate_pistol smuggler_3 smuggler_3 0 2 +afarathu_cult_savage 30 1 -1 0 0 NORMAL corellia afarathu afarathu selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 +afarathu_cult_zealot 30 0 0 0 0 NORMAL corellia afarathu afarathu selonian_female 1 1.4 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 afarathu npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 yes +agrilat_plumed_rasp 34 2 -2 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 3 3.2 3 0 0 0 0 0 10 0 -1 2 1 3 meat_avian 2 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowAttackUtilityWeak herbivore avian_2 avian_2 0 2 +ajuva_vanasterin 100 0 0 0 0 NORMAL rori townsperson dressed_ajuva_vanasterin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 2 +alkhara_bandit 15 0 0 0 0 NORMAL tatooine alkhara alkhara criminal_thug 0 0 0 10 10 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang general_rifle pirate_polearm smuggler_1 melee_1 0 2 1 yes +alkhara_bandit_king 17 0 0 0 0 NORMAL tatooine alkhara alkhara male_criminal_thug 0 0 0 35 35 -1 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_rifle_low_level pirate_sword smuggler_1 melee_1 0 2 1 yes +alkhara_champion 21 0 1 0 -4 NORMAL tatooine alkhara alkhara criminal_thug 0 20 0 25 25 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine_low_level pirate_polearm smuggler_2 melee_2 0 2 1 yes +alkhara_lieutenant 20 0 0 0 0 NORMAL tatooine alkhara alkhara criminal_thug 0 0 0 25 25 -1 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_rifle_low_level pirate_sword smuggler_2 melee_2 0 2 1 yes +alliance_intelligence_case_officer 22 0 0 0 0 NORMAL global rebel Rebel rebel_recruiter 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate slang rebel_rifle rebel_pistol commando_2 commando_2 0 2 yes +alpha_bolma 62 1 0 0 -1 NORMAL dathomir bolma bolma_hue.iff 1.8 2.2 2 45 25 0 -1 0 -1 -1 -1 2 1 500 meat_wild 550 hide_leathery 500 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.015 medTankDefenseAvg herbivore bull_4 bull_4 12 12 1 +alpha_veermok 19 0 0 0 -4 NORMAL naboo veermok veermok_hue.iff 2 2.2 1 30 0 0 -1 0 0 -1 -1 2 1 150 meat_carnivore 150 hide_bristley 40 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.1 lowAttackSpeedWeak carnivore gorilla_2 gorilla_2 0 24 +anchorjobs_ordo 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_anchorjobs_ordo.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.tatooine_anchorjobs_ordo commoner_10 commoner_10 0 2 +ancient_bull_rancor 90 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 1.5 1.8 3 50 65 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 boss_creature_9 6 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_dejarik_table,col_story_count_dooku_set_2,col_shattered_shard_02 18 bull_rancor carnivore snare_defense=200,root_defense=200 gorilla_5 gorilla_5 9 9 instant +ancient_graul 83 0 0 0 0 NORMAL dantooine graul graul_hue.iff 0.9 1.1 1 60 45 70 70 70 -1 0 0 2 1 950 meat_carnivore 875 hide_leathery 775 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.009 highAttackAbilityAvg carnivore gorilla_5 gorilla_5 12 12 +ancient_reptilian_flier 68 2 -2 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1.2 1.4 2 20 30 0 50 50 -1 50 -1 2 1 135 meat_avian 90 hide_leathery 85 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankUtilityStrong carnivore avian_4 avian_4 12 12 +angler 81 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 highTankArmorAvg carnivore spider_4 spider_4 12 12 1 +angler_bone 68 1 -1 1 -1 NORMAL yavin4 angler angler.iff 1.2 1.3 0 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankUtilityStrong carnivore spider_3 spider_3 12 12 1 +angler_hatchling 80 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 0.4 0.6 2 0 0 0 0 0 0 0 -1 2 1 2 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medTankArmorAvg carnivore spider_4 spider_4 0 2 1 +angler_recluse 82 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 1.2 1.4 4 25 20 -1 0 0 -1 0 -1 2 1 2 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.05 medTankDefenseStrong carnivore spider_4 spider_4 12 12 1 +angry_baz_nitch_avenger 62 2 -2 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 1 1.5 2 0 35 0 0 0 0 0 0 2 1 5 meat_wild 2 hide_leathery 2 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.0015 highAttackAbilityStrong herbivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff turkey_4 turkey_4 12 12 1 yes +ankura_gungan 5 0 0 0 0 NORMAL naboo gungan gungan ankura_gungan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_carbine rebel_sword 0 2 +ankura_gungan_devious 84 0 0 0 0 NORMAL Gungan Power Grab mobs naboo gungan gungan ankura_gungan 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc rebel_carbine rebel_sword 0 2 +arachne_drone 63 0 0 0 0 NORMAL endor arachne angler_hue.iff 0.5 0.6 4 35 25 0 40 40 -1 40 -1 2 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_3 spider_3 12 12 +arachne_fleshripper 64 0 0 0 0 NORMAL endor arachne angler_hue.iff 1 1.4 3 10 40 -1 20 20 0 20 0 2 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_3 spider_3 12 12 instant +arachne_hatchling 64 0 0 0 0 NORMAL endor arachne angler_hue.iff 0.5 0.5 1 10 10 0 -1 -1 0 85 0 2 1 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 lowAttackSpeedAvg carnivore spider_3 spider_3 0 12 1 +arachne_pygmy 10 -1 0 -2 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult_gnasher angler_hue.iff 0.5 0.6 4 0 0 0 0 0 0 0 0 2 1 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 medAttackSpeedAvg carnivore spider_1 spider_1 4 1 +arachne_warrior 62 -2 4 -2 4 NORMAL endor arachne angler_hue.iff 1 1 1 30 30 -1 60 60 -1 60 -1 2 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankDefenseStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_3 spider_3 12 12 1 1 instant +arachne_webmaster 62 0 0 0 0 NORMAL endor arachne angler_hue.iff 1 1 1 35 35 -1 60 60 -1 60 -1 2 1 30 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackUtilityStrong carnivore spider_3 spider_3 12 12 1 yes +arachne_widow 63 0 0 0 0 NORMAL endor arachne angler_hue.iff 1 1 1 40 40 0 70 80 0 80 -1 2 1 30 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankArmorStrong carnivore spider_3 spider_3 12 12 1 instant +archaic_gondula_ritualist 80 0 0 0 3 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 50 50 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_melee ewok_ranged melee_8 spy_8 0 12 +archaic_jinda_ritualist 65 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 50 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +archaic_panshee_ritualist 70 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 25 25 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +area_coordinator 13 0 0 0 0 NORMAL global rebel Rebel commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc imperial military rebel_carbine rebel_polearm officer_1 melee_1 0 2 +arrek_von_sarko 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +artisan 1 0 0 0 0 NORMAL global townsperson townsperson artisan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 +arven_wendik 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_arven_wendik.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +asn_121_crafted 1 4 0 4 0 NORMAL anywhere assassindroid asn_121.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_droid_2 droid creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_1 droid_1 0 2 1 +assassin 22 4 -4 0 0 NORMAL global mercenary criminal_thug 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 2 yes +assassin_mission_recruiter_imperial 16 1 0 0 0 NORMAL global imperial Imperial assassin_mission_giver_imperial 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 imperial_carbine imperial_sword commando_1 melee_1 0 2 +assassin_mission_recruiter_neutral 16 1 0 0 0 NORMAL global hutt assassin_mission_giver_neutral 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 spy_1 spy_1 0 2 +assassin_mission_recruiter_rebel 16 1 0 0 0 NORMAL global rebel Rebel assassin_mission_giver_rebel 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 rebel_carbine rebel_pistol officer_1 officer_1 0 2 +assassin_twilek_male 18 0 0 0 0 NORMAL global thug thug male_twilek_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +assault_trooper 26 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_white_gold.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_sword commando_2 melee_2 0 2 1 yes +assault_trooper_squad_leader 27 0 0 0 3 NORMAL global imperial Imperial dressed_stormtrooper_white_gold.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_rifle imperial_pistol commando_2 commando_2 0 2 1 yes +astromech_waiter 4 0 0 0 0 NORMAL anywhere astromech astromech_waiter.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 +at_at 200 0 0 0 0 BOSS anywhere imperial Imperial atat.iff 0 90 90 0 90 90 90 90 100 2 creature/creature_81_90 boss_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 vehicle 100 100 100 100 1 18 14 instant +at_st 65 0 0 0 0 NORMAL anywhere imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_61_70 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle absorption_fire=80,dissipation_fire=50 5 5 instant +athok_dinvar 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_athok_dinvar.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +aujante_klee 20 0 -3 0 0 NORMAL dathomir mtn_clan mtn_clan dressed_aujante_klee.iff 0.95 0.95 0 25 25 0 40 40 40 40 -1 2 npc/npc_11_20 generic_npc_2 18 sng_mtn_clan npc commoner_2 commoner_2 0 12 +axkva_min 85 0 0 0 0 BOSS dathomir nightsister nightsister dressed_dathomir_nightsister_axkva.iff 0 100 0 0 100 100 100 100 100 2 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister npc 100 100 force_sword force_sword_ranged jedi_special_9 jedi_special_9 12 9 instant +ayn_eckener 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_ayn_eckener.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +azure_cabal_abrogata 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_abrogata.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_abrogata 0 0 +azure_cabal_camdoen 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_camdoen.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_camdoen 0 0 +azure_cabal_capi 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_capi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_capi 0 0 +azure_cabal_craaf 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_craaf.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_craaf 0 0 +azure_cabal_drennic_analyst 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD drennic azure_cabal_drennic_analyst 0.8 1.2 0 -10 -10 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang general_pistol general_unarmed 9 12 +azure_cabal_drennic_dataminer 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD drennic azure_cabal_drennic_dataminer 0.8 1.2 0 -10 -10 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 +azure_cabal_drennic_scout 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD drennic azure_cabal_drennic_scout 1 1 0 -10 -10 0 0 0 0 0 -1 1.9 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 +azure_cabal_duth 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_duth.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_duth 0 0 +azure_cabal_fillian 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_fillian.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_fillian 0 0 +azure_cabal_frosch_cryptoanalyst 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD frosch azure_cabal_frosch_cryptoanalyst 0.8 1.2 0 0 0 -20 -20 20 20 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_unarmed general_pistol 9 12 +azure_cabal_frosch_guard 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD frosch azure_cabal_frosch_guards 0.8 1.2 0 0 0 -20 -20 20 20 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.soldier thug slang general_carbine commando_melee 9 12 +azure_cabal_frosch_researcher 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD frosch azure_cabal_frosch_researcher 1 1 0 0 0 -20 -20 20 20 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 +azure_cabal_golgo 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_golgo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_golgo 0 0 +azure_cabal_greel 91 1 1 1 1 ELITE Enemies for Azure Cabal series TBD greel azure_cabal_greel.iff 0.9 1.1 0 20 20 20 20 -30 20 20 -1 2 npc/elite_npc:elite_npc_31_40 elite_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc ai.thug thug slang general_pistol rebel_sword 4 4 +azure_cabal_greel_conman 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD greel azure_cabal_greel_conman 0.8 1.2 0 10 0 10 0 -20 0 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang general_pistol general_unarmed 9 12 +azure_cabal_greel_scoundrel 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD greel azure_cabal_greel_scoundrel 0.8 1.2 0 10 0 10 0 -20 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 +azure_cabal_greel_smuggler 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD greel azure_cabal_greel_smuggler 1 1 0 10 0 10 0 -20 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 +azure_cabal_grunta 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_grunta.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_grunta 0 0 +azure_cabal_haadj 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_haadj.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_haadj 0 0 +azure_cabal_hoolar 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal ithorian_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_hoolar 0 0 +azure_cabal_hoverdale 84 1 1 1 1 ELITE Enemies for Azure Cabal series tatooine hoverdale hoverdale dressed_noble_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine commando_1 spy_2 4 4 1 +azure_cabal_hoverdale_bandit 83 -1 -1 -1 0 NORMAL Enemies for Azure Cabal series tatooine hoverdale hoverdale peacewar_drennic_guard 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug thug rebel_carbine commando_2 commando_2 6 6 +azure_cabal_hoverdale_bodyguard 84 0 0 0 0 ELITE Enemies for Azure Cabal series tatooine hoverdale hoverdale criminal_organized 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine commando_1 spy_2 4 4 1 +azure_cabal_hoverdale_enforcer 83 0 0 0 0 NORMAL Enemies for Azure Cabal series tatooine hoverdale hoverdale peacewar_drennic_hunter 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.thug thug thug rebel_sword spy_2 spy_2 9 9 1 +azure_cabal_ik 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_ik.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_ik 0 0 +azure_cabal_ixalak 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_ixalak.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_ixalak 0 0 +azure_cabal_jabba_brute 84 -2 -2 -2 0 NORMAL Enemies for Azure Cabal series tatooine jabba jabba peacewar_drennic_guard 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 18 jabba npc ai.thug thug thug rebel_carbine commando_2 commando_2 10 12 +azure_cabal_jabba_retainer 84 0 0 0 0 ELITE Enemies for Azure Cabal series tatooine jabba jabba criminal_organized 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 jabba npc ai.thug thug slang general_carbine general_carbine commando_1 spy_2 5 5 1 +azure_cabal_jabba_strongarm 84 -1 -1 -1 0 ELITE Enemies for Azure Cabal series tatooine jabba jabba peacewar_drennic_hunter 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_21_30 elite_npc_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 jabba npc ai.thug thug thug rebel_sword spy_2 spy_2 5 5 1 +azure_cabal_klaxi 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_klaxi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_klaxi 0 0 +azure_cabal_kwaila 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_kwaila.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_kwaila 0 0 +azure_cabal_molhallis 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_molhallis.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_molhallis 0 0 +azure_cabal_ms_cadet 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD monshallok azure_cabal_ms_cadet 1 1 0 20 0 20 -20 -20 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.soldier thug slang general_unarmed general_unarmed 9 12 +azure_cabal_ms_supervisor 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD monshallok azure_cabal_ms_supervisor 0.8 1.2 0 20 0 20 -20 -20 -10 -10 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang general_rifle general_pistol 9 12 +azure_cabal_ms_trainer 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD monshallok azure_cabal_ms_trainer 0.8 1.2 0 20 0 20 -20 -20 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.soldier thug slang general_rifle general_pistol 9 12 +azure_cabal_mystril_assault 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD mystril azure_cabal_mystril_assault 0.8 1.2 0 20 0 20 -10 -10 -10 -10 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.soldier 9 12 1 +azure_cabal_mystril_prime_01 91 1 1 1 1 ELITE Enemies for Azure Cabal series TBD mystril azure_cabal_mystril_prime_01.iff 0.9 1.1 0 20 0 20 -10 -10 -10 -10 -1 2 npc/elite_npc:elite_npc_31_40 elite_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc ai.soldier 4 4 1 +azure_cabal_mystril_skirmisher 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD mystril azure_cabal_mystril_skirmisher 0.8 1.2 0 20 0 20 -10 -10 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.soldier general_rifle commando_melee 9 12 1 +azure_cabal_mystril_slicer 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD mystril azure_cabal_mystril_slicer 1 1 0 20 0 20 -10 -10 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.soldier general_unarmed general_unarmed 9 12 1 +azure_cabal_nikto_fanatic 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD nikto azure_cabal_nikto_fanatic 1 1 0 30 -10 20 10 -20 -10 -20 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine 9 12 +azure_cabal_nikto_fatalist 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD nikto azure_cabal_nikto_fatalist 0.8 1.2 0 30 -10 20 10 -20 -10 -20 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_unarmed general_unarmed 9 12 +azure_cabal_nikto_mastermind_01 91 1 1 1 1 ELITE Enemies for Azure Cabal series TBD nikto azure_cabal_nikto_mastermind_01.iff 0.9 1.1 0 40 -20 30 0 -20 -10 -20 -1 2 npc/elite_npc:elite_npc_31_40 elite_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc ai.thug thug slang 4 4 +azure_cabal_nikto_overseer 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD nikto azure_cabal_nikto_overseer 0.8 1.2 0 30 -10 20 10 -20 -10 -20 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang 9 12 +azure_cabal_phanjoon 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_phanjoon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_phanjoon 0 0 +azure_cabal_quixiak 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_quixiak.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_quixiak 0 0 +azure_cabal_rayxeen 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_rayxeen.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_rayxeen 0 0 +azure_cabal_sb_penitent 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD sleepless_brotherhood azure_cabal_sb_penitent 1 1 0 10 -10 10 10 -10 -10 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine 9 12 +azure_cabal_sb_rogue 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD sleepless_brotherhood azure_cabal_sb_rogue 0.8 1.2 0 10 -10 10 10 -10 -10 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_pistol general_unarmed 9 12 +azure_cabal_sb_slayer 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD sleepless_brotherhood azure_cabal_sb_slayer 0.8 1.2 0 10 -10 10 10 -10 -10 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang 9 12 +azure_cabal_strol 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_strol.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_strol 0 0 +azure_cabal_toedri 100 0 0 0 0 NORMAL Azure Cabal series townsperson azure_cabal azure_cabal_toedri.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.azure_cabal_toedri 0 0 +azure_cabal_troudge 91 1 1 1 1 ELITE Enemies for Azure Cabal series TBD troudge azure_cabal_troudge.iff 0.9 1.1 0 20 0 20 0 -40 0 0 -1 2 npc/elite_npc:elite_npc_31_40 elite_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc ai.thug thug slang 4 4 +azure_cabal_troudge_ghoul 91 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD troudge azure_cabal_troudge_ghoul 0.8 1.2 0 10 10 10 10 -30 10 10 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_aurebesh_tiles npc ai.thug thug slang 9 12 +azure_cabal_troudge_roughian 90 0 0 0 0 NORMAL Enemies for Azure Cabal series TBD troudge azure_cabal_troudge_roughian 0.8 1.2 0 0 0 0 0 -20 0 0 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_unarmed commando_melee 9 12 +azure_cabal_troudge_scavenger 89 1 1 1 1 NORMAL Enemies for Azure Cabal series TBD troudge azure_cabal_troudge_scavenger 1 1 0 -10 -10 -10 -10 -10 -10 -10 -1 2 npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc ai.thug thug slang general_carbine general_carbine 9 12 +bab_esrus 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_commoner_naboo_human_female_08.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +baby_bol 10 0 0 0 0 NORMAL dantooine bol bol_hue.iff 0.5 0.55 1 0 0 0 0 0 0 0 -1 2 1 milk_domesticated meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowTankHealthWeak herbivore bull_1 bull_1 0 2 1 +bachelor_gualama 41 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 200 meat_wild 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore horse_3 horse_3 0 6 +bageraset 29 0 0 0 0 NORMAL corellia bageraset bageraset_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 230 meat_herbivore 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankHealthWeak herbivore object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_2 camel_2 0 2 1 +bageraset_bruiser 9 0 0 0 0 NORMAL corellia bageraset bageraset_hue.iff 1.2 1.5 3 0 0 0 10 0 0 0 0 2 1 230 meat_herbivore 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_1 camel_1 0 6 +bandit 5 0 0 0 0 NORMAL global bandit bandit criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_carbine 0 6 1 +bane_back_spider 80 0 0 0 0 ELITE dathomir gaping bane_back_spider.iff 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 50 meat_insect 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_8 100 col_bane_back_spider 0.15 carnivore 100 1 root_defense=200,snare_defense=100 generic_creature_special_6 generic_creature_special_6 3 3 yes +bantha 14 0 0 0 -4 NORMAL tatooine bantha bantha_hue.iff 0.8 1.2 1 0 20 0 20 0 0 0 -1 2 1 milk_wild 450 meat_herbivore 325 hide_wooly 250 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 3 0.15 lowTankHealthWeak herbivore elephant_1 elephant_1 0 2 1 +bantha_bonecracker 21 1 1 0 -3 NORMAL tatooine bantha bantha_hue.iff 1.3 1.4 4 0 25 0 40 -1 -1 -1 -1 2 1 475 meat_herbivore 345 hide_wooly 300 bone_mammal defaultProfile creature/bantha_bonecracker_loot 0.05 medAttackDamageWeak herbivore elephant_2 elephant_2 6 6 1 +bantha_e3 8 0 0 0 0 NORMAL tatooine bantha bantha_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 450 meat_herbivore 325 hide_wooly 250 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankHealthWeak herbivore elephant_1 elephant_1 0 2 1 +barada 1 0 0 0 0 NORMAL jabba jabba barada.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.celebrity.barada 0 2 +bardo_klinj 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_bardo_klinj.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +baritha 100 0 0 0 0 NORMAL dathomir nightsister dressed_baritha.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 nightsister npc noble fancy rebel_carbine rebel_polearm commoner_10 commoner_10 0 12 +bark_mite 37 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.5 1.9 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect 4 hide_scaley 3 bone_mammal defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 18 bark_mite 0.15 lowTankArmorWeak carnivore roach_3 roach_3 0 2 +bark_mite_burrower 63 5 0 0 0 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 65 40 -1 80 -1 80 80 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackDamageAvg carnivore roach_4 roach_4 12 12 yes +bark_mite_burrower_collector 63 5 0 0 -3 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 0 40 -1 70 -1 65 70 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackDamageAvg carnivore roach_4 roach_4 12 12 1 +bark_mite_burrower_drone 63 5 0 0 0 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 35 20 -1 70 -1 60 70 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackDamageAvg carnivore roach_4 roach_4 0 12 +bark_mite_burrower_queen 64 4 0 0 0 NORMAL endor bark_mite bark_mite_hue.iff 2.5 3 4 60 50 -1 80 -1 80 80 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.01 highAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff roach_4 roach_4 0 12 yes +bark_mite_burrower_swarmling 63 5 0 0 -2 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 0 20 -1 35 -1 20 35 -1 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackSpeedAvg carnivore roach_4 roach_4 12 12 +bark_mite_burrower_worker 63 5 0 0 0 NORMAL endor bark_mite bark_mite_hue.iff 1 1.25 4 45 60 -1 80 -1 80 80 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 18 bark_mite 0.05 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff roach_4 roach_4 0 12 +bark_mite_hatchling 36 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.25 1.6 2 0 0 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 18 bark_mite carnivore roach_3 roach_3 0 2 1 +basilisk_war_droid 65 0 0 0 0 NORMAL anywhere droid droid basilisk_war_droid.iff 0 35 35 -1 100 100 0 0 100 2 vehicle 5 5 instant +bartender 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.bartender.base townsperson townperson 1 rebel_pistol none 0 2 +battle_droid 85 0 0 0 0 ELITE global battle_droid battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_71_80 elite_droid_9 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android imperial_carbine none droid_special_6 melee_special_6 9 3 instant +battle_droid_crafted 30 0 0 0 0 NORMAL anywhere astromech battle_droid.iff 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android creature.droid_setup battledroid droid_2 droid_2 0 2 +baz_nitch 60 0 0 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 1 1.5 3 20 0 0 -1 0 0 -1 0 2 1 5 meat_wild 2 hide_leathery 2 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 highAttackUtilityAvg herbivore turkey_4 turkey_4 12 12 1 yes +bearded_jax 37 0 0 0 0 NORMAL rori jax bearded_jax_hue.iff 1 1.4 1 0 5 30 0 0 0 0 -1 2 1 15 meat_herbivore 15 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore predatory_cat_3 predatory_cat_3 0 2 1 +bedraggled_korga_laborer 74 -1 1 0 5 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 20 20 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 +bedraggled_pubam_laborer 64 2 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 +beginner_brawler_quest_client_1 5 0 0 0 0 NORMAL tatooine townsperson beginner_brawler_client_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc conversation.c_newbie_melee_combat_client_1 rebel_carbine rebel_pistol 4 4 +beginner_brawler_quest_client_2 5 0 0 0 0 NORMAL tatooine townsperson beginner_brawler_client_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc conversation.c_newbie_melee_combat_client_2 rebel_carbine rebel_pistol 4 4 +beginner_brawler_quest_client_3 5 0 0 0 0 NORMAL tatooine townsperson beginner_brawler_client_3.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc conversation.c_newbie_melee_combat_client_3 rebel_carbine rebel_pistol 4 4 +beginner_brawler_quest_peawp_bodyguard_trainer 100 0 0 0 0 NORMAL tatooine townsperson peawp_bodyguard_trainer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.c_newbie_melee_combat 1 commoner_10 commoner_10 0 2 +beguiling_donkuwah_scout 76 1 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 1 yes +beguiling_korga_scout 74 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 30 30 0 0 0 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 1 instant +beguiling_pubam_scout 63 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 60 60 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 yes +beldonnas_enforcer 40 0 0 0 0 NORMAL corellia beldonnas_league beldonnas_league mercenary_elite 0.8 1.2 0 20 0 0 -1 -1 -1 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_polearm smuggler_4 melee_4 0 6 yes +beldonnas_marshal 40 0 0 0 0 NORMAL corellia beldonnas_league beldonnas_league mercenary_commander 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 pirate_carbine pirate_sword smuggler_4 melee_4 0 6 yes +beldonnas_scout 39 0 0 0 0 NORMAL corellia beldonnas_league beldonnas_league mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 pirate_rifle pirate_pistol smuggler_3 smuggler_3 0 6 +beldonnas_soldier 39 0 0 0 0 NORMAL corellia beldonnas_league beldonnas_league mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_pistol pirate_pistol smuggler_3 smuggler_3 0 6 +berserk_marauder 78 5 -5 0 0 NORMAL endor marauder endor_marauder dressed_frenzied_marauder.iff 0 40 40 0 -1 0 0 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc marauder_melee pirate_pistol melee_special_6 bounty_hunter_special_6 5 5 instant +beserk_kahmurra 46 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 20 -1 0 0 0 0 0 -1 2 1 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 kahmurra 0.15 lowAttackDamageWeak carnivore goat_3 goat_3 6 6 yes +bestine_artist01 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_artist02 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_artist03 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_artist04 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist04.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_artist05 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist05.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_artist06 100 0 0 0 0 NORMAL tatooine artist dressed_bestine_artist06.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_capitol01 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_capitol01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_capitol02 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_capitol02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_capitol03 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_capitol03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_capitol04 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_capitol04.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_merchant 100 0 0 0 0 NORMAL townsperson townsperson bestine_merchant 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor01 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor02 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor03 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor04 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor04.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor05 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor05.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor06 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor06.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor07 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor07.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor08 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor08.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor09 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor09.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor10 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor10.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor11 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor11.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_rumor12 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_bestine_rumor12.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bestine_tusken_raid_leader 32 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.25 0 45 25 0 80 -1 40 -1 0 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +bestine_tusken_raid_sub_leader 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.15 1.21 0 30 30 0 30 -1 30 0 0 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +bestinejobs_jasha 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_bestinejobs_jasha.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.tatooine_bestinejobs_jasha commoner_10 commoner_10 0 2 +bewitching_donkuwah_shaman 85 1 1 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 0 -1 30 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes +bewitching_korga_dark_shaman 76 2 -2 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 0 0 -1 30 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +bewitching_pubam_dark_shaman 64 3 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes +bib_fortuna 100 0 0 0 0 NORMAL jabba jabba bib_fortuna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.celebrity.bib_fortuna commoner_10 commoner_10 0 2 +bile_drenched_quenker 63 0 0 0 6 NORMAL dantooine quenker quenker_hue.iff 1.2 1.4 1 0 0 0 0 -1 0 0 -1 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_shattered_shard_03,col_glass_shelving_02 0.1 medAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff rat_4 rat_4 12 12 1 +binayre_chief 47 0 0 0 0 NORMAL talus binayre binayre binayre_chief 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 6 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 binayre npc ai.thug pirate_rifle pirate_pistol smuggler_4 smuggler_4 6 6 +binayre_hooligan 36 0 0 0 0 NORMAL talus binayre binayre binayre_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 18 binayre npc ai.thug thug slang pirate_polearm pirate_carbine smuggler_3 smuggler_3 6 6 +binayre_pirate 43 0 0 0 0 NORMAL talus binayre binayre binayre_elite 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 18 binayre npc ai.thug thug slang pirate_carbine pirate_sword smuggler_4 melee_4 6 6 +binayre_ruffian 42 0 0 0 0 NORMAL talus binayre binayre binayre_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 binayre npc ai.thug thug slang pirate_pistol pirate_carbine smuggler_4 smuggler_4 6 6 +binayre_scalawag 39 0 0 0 0 NORMAL talus binayre binayre binayre_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 18 binayre npc ai.thug pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 +binayre_smuggler 45 0 2 0 0 NORMAL talus binayre binayre binayre_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 18 binayre npc ai.thug pirate slang pirate_carbine pirate_sword smuggler_4 melee_4 6 6 +binayre_swindler 46 0 0 0 0 NORMAL talus binayre binayre binayre_strong 0.8 1.2 0 20 0 0 0 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 6 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04 18 binayre npc ai.thug pirate slang 1 pirate_pistol pirate_sword smuggler_4 melee_4 6 6 +binna_jode 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_binna.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.binna_jode pirate_carbine_low_level pirate_polearm 0 2 +bio_engineered_angler 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer angler_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_bageraset 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer bageraset_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_bantha 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer bantha_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_bearded_jax 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE rori bioengineer bearded_jax_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_blurrg 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer blurrg_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_boar_wolf 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer boar_wolf_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_bocatt 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer bocatt_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 1 +bio_engineered_bol 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer bol_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_bolle_bol 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer bolle_bol_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_bolma 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer bolma_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_bordok 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer bordok_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes +bio_engineered_brackaset 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer brackaset_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_carrion_spat 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer carrion_spat_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_choku 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer choku_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_cu_pa 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer cu_pa_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_dalyrake 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer dalyrake_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_dewback 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer dewback_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_dune_lizard 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer dune_lizard_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 18 dune_lizard carnivore 0 2 yes +bio_engineered_durni 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer durni_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_eopie 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer eopie_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_falumpaset 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer falumpaset_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_fambaa 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer fambaa_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_gnort 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer gnort_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_graul 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer graul_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_gronda 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer gronda_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_gualama 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer gualama_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_guf_drolg 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE talus bioengineer guf_drolg_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_gurnaset 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer gurnaset_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_gurreck 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer gurreck_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_hermit_spider 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer hermit_spider_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_huf_dun 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE talus bioengineer huf_dun_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_huurton 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer huurton_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_ikopi 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer ikopi_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_kaadu 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer kaadu_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_kima 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE talus bioengineer kima_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_kimogila 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer kimogila_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 yes +bio_engineered_kliknik 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer kliknik_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_krahbu 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer krahbu_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_kusak 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer kusak_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_kwi 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer kwi_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_langlatch 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer langlatch_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_malkloc 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer malkloc_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_mawgax 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer mawgax_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_merek 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer merek_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_mott 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer mott_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_murra 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer murra_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_narglatch 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer narglatch_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_piket 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer piket_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_pugoriss 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE rori bioengineer pugoriss_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_rancor 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer rancor_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 yes +bio_engineered_roba 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer roba_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_ronto 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer ronto_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_sand_panther 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer corellian_sand_panther_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_sharnaff 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer sharnaff_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_shear_mite 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer shear_mite_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_slice_hound 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE corellia bioengineer corellian_slice_hound_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_snorbal 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer snorbal_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_squall 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer squall_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_swirl_prong 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer swirl_prong_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_thune 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dantooine bioengineer thune_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_torton 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE rori bioengineer torton_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_tusk_cat 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer tusk_cat_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_tybis 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer tybis_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_veermok 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE naboo bioengineer veermok_hue.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_verne 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer verne_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_vesp 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE lok bioengineer vesp_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +bio_engineered_vir_vur 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE rori bioengineer vir_vur_hue.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_woolamander 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE yavin4 bioengineer woolamander_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +bio_engineered_zucca_boar 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer zucca_boar_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +biribas_tarun 100 0 0 0 0 NORMAL rori townsperson dressed_biribas_tarun.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 2 +bith_assassin 18 1 -1 0 0 NORMAL global bith dressed_desperado_bith_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang general_rifle general_pistol spy_1 spy_1 0 6 +bith_musician 8 0 0 0 0 NORMAL tatooine townsperson tatooine_npc/figrin_dan.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.figrin_dan 1 0 2 +bith_sniper 7 1 -1 0 0 NORMAL global bith dressed_desperado_bith_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang general_rifle general_pistol 0 6 +black_sun_initiate 50 0 2 0 0 NORMAL talus bandit dressed_black_sun_thug.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc ai.thug pirate slang pirate_pistol pirate_pistol smuggler_5 smuggler_5 6 6 +black_sun_minion 54 0 0 0 0 NORMAL talus bandit dressed_black_sun_guard.iff 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc ai.thug pirate slang pirate_rifle pirate_pistol smuggler_5 smuggler_5 6 6 +black_sun_smuggler 52 0 0 0 0 NORMAL talus bandit dressed_black_sun_henchman.iff 0.8 1.2 0 20 0 0 0 0 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc ai.thug pirate slang pirate_carbine pirate_pistol smuggler_5 smuggler_5 6 6 +blastromech 75 0 0 0 0 NORMAL global blastromech blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_71_80 generic_npc_8 housing_improvement_05,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_7 droid_7 12 12 instant +blerx_tango 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_blerx_tango.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.blerx_tango pirate_carbine_low_level pirate_pistol_low_level 0 2 +blister_rot_queen 14 1 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.5 3 0 0 0 0 10 0 10 -1 2 1 10 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff roach_1 roach_1 4 4 1 yes +blood_crazed_plains_marauder 76 5 15 0 0 NORMAL endor marauder endor_marauder dressed_blood_crazed_plains_marauder.iff 0 0 0 0 -1 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc marauder_melee pirate_pistol melee_special_6 bounty_hunter_special_6 8 8 1 instant +blood_drenched_merek_king 64 0 0 0 0 NORMAL endor merek merek_hue.iff 1.5 2 4 0 35 0 0 0 0 0 0 2 1 meat_wild 55 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackDamageAvg carnivore mantis_4 mantis_4 12 12 1 1 instant +blood_frenzied_boar_wolf 68 5 -5 0 -5 NORMAL endor boar_wolf boar_wolf_hue.iff 1 1 1 0 0 0 75 75 -1 0 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackDamageStrong carnivore pig_4 pig_4 12 12 instant +blood_razor_berzerker 38 8 -9 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 -1 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 8 8 yes +blood_razor_captain 40 0 0 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate_captain 0 40 70 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_rifle pirate_pistol smuggler_4 smuggler_3 8 8 yes +blood_razor_cutthroat 38 6 -2 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 45 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 8 8 yes +blood_razor_destroyer 36 8 -9 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes +blood_razor_guard 36 4 0 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 8 8 yes +blood_razor_officer 38 0 0 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate_captain 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_sword smuggler_3 melee_3 8 8 yes +blood_razor_pirate_elite 37 6 -3 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate_elite 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm pirate_pistol melee_3 smuggler_3 8 8 yes +blood_razor_pirate_strong 38 5 -5 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate_elite 0 20 40 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm none melee_3 melee_3 8 8 yes +blood_razor_pirate_weak 37 4 -4 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 25 0 0 -1 -1 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm none melee_3 melee_3 8 8 yes +blood_razor_scout 38 3 0 0 0 NORMAL lok bloodrazor bloodrazor blood_razor_pirate 0 0 45 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes +blood_stained_merek 63 3 0 0 -2 NORMAL endor merek merek_hue.iff 1 1 4 -1 45 0 60 60 0 75 -1 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes +blood_thirsty_borgle 39 2 -1 0 -5 NORMAL rori borgle borgle_hue.iff 1 1.2 1 10 10 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.05 lowAttackSpeedWeak carnivore bat_3 bat_3 6 6 yes +bloodfanged_gackle_bat 63 1 -1 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.5 2 3 0 0 10 0 0 0 0 -1 2 1 9 meat_avian 9 hide_leathery 9 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAbilitySpeedStrong carnivore bat_4 bat_4 12 12 1 yes +bloodseeker_mite 64 6 -4 0 0 NORMAL endor bloodseeker bark_mite_hue.iff 2.5 3 4 -1 40 -1 100 -1 100 100 -1 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 highAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff roach_4 roach_4 0 12 +bloodseeker_mite_drone 64 4 -3 0 -3 NORMAL endor bloodseeker bark_mite_hue.iff 2 3 4 -1 35 -1 45 -1 45 45 -1 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medAttackUtilityAvg carnivore roach_4 roach_4 0 12 +bloodseeker_mite_guardian 64 4 -3 0 -3 NORMAL endor bloodseeker bark_mite_hue.iff 2.5 3 4 60 40 -1 70 -1 70 70 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 highAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff roach_4 roach_4 12 12 +bloodseeker_mite_hunter 65 8 -4 0 -1 NORMAL endor bloodseeker bark_mite_hue.iff 2.5 3 4 15 45 -1 80 -1 80 80 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackDamageStrong carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff roach_4 roach_4 12 12 +bloodseeker_mite_queen 60 0 0 0 0 NORMAL endor bloodseeker bark_mite_hue.iff 2.5 3 4 40 45 -1 80 -1 80 80 -1 2 1 meat_insect hide_scaley defaultProfile creature/insect_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.01 medAttackUtilityStrong carnivore roach_4 roach_4 0 12 yes +bloodseeker_mite_sanguine_hierarch 59 4 0 2 0 NORMAL endor bloodseeker bark_mite_hue.iff 3.1 3.5 4 15 15 0 20 0 20 20 0 2 1 meat_insect hide_scaley defaultProfile creature/insect_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.05 medAttackSpeedStrong carnivore roach_4 roach_4 12 12 yes +blooming_jax 61 0 0 0 0 NORMAL endor jax bearded_jax_hue.iff 1 2 4 35 35 50 -1 -1 -1 -1 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.15 medAttackAbilityWeak carnivore predatory_cat_4 predatory_cat_4 0 12 +blurrg 62 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 1.1 1.1 2 20 20 0 40 80 80 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff raptor_4 raptor_4 0 12 +blurrg_hunter 64 1 -1 0 -3 NORMAL endor blurrg blurrg_hue.iff 1 1 4 15 20 0 35 35 -1 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff raptor_4 raptor_4 12 12 1 +blurrg_mount 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE endor bioengineer beast_master/bm_blurrg.iff 1 1 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 0 2 +blurrg_pup 62 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 1.5 1.5 3 0 0 0 0 0 0 0 0 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAttackDamageAvg carnivore raptor_4 raptor_4 0 12 1 +blurrg_raptor 63 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 0.8 0.9 3 0 0 0 0 0 0 0 0 1.7 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff 1.7 object/weapon/ranged/creature/creature_spit_large_yellow.iff raptor_4 raptor_4 12 12 1 instant +blurrg_sand_crawler 65 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 1.1 1.1 2 45 45 0 100 20 100 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff raptor_4 raptor_4 0 12 +blurrg_tracker 64 0 0 0 -1 NORMAL endor blurrg blurrg_hue.iff 1 1 4 25 25 0 40 80 0 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff raptor_4 raptor_4 0 12 1 +blushing_jax 61 -2 4 0 0 NORMAL endor jax bearded_jax_hue.iff 1 2 4 35 30 50 -1 -1 -1 -1 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankDefenseWeak carnivore predatory_cat_4 predatory_cat_4 0 12 +boar_wolf 65 0 0 0 0 NORMAL endor boar_wolf boar_wolf_hue.iff 1 1 1 50 -1 30 -1 30 30 -1 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackDamageAvg carnivore pig_4 pig_4 12 12 +boar_wolf_cub 64 0 0 0 0 NORMAL endor boar_wolf boar_wolf_hue.iff 1.5 1.5 4 15 0 10 0 0 0 -1 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore pig_4 pig_4 0 12 +boar_wolf_ravager 66 5 -3 0 -5 NORMAL endor boar_wolf boar_wolf_hue.iff 1 1 2 50 0 50 0 0 0 -1 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore pig_4 pig_4 12 12 instant +boba_fett 250 0 0 0 0 BOSS jabba jabba boba_fett.iff 1 1 0 45 45 0 90 90 90 -1 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 100 100 int:celebrity=1 pirate_carbine pirate_pistol bounty_hunter_special_9 bounty_hunter_special_9 0 2 +boba_fett_big 250 0 0 0 0 BOSS jabba jabba boba_fett.iff 1.2 1.2 0 45 45 0 90 90 90 -1 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 100 100 int:celebrity=1 pirate_carbine pirate_pistol bounty_hunter_special_9 bounty_hunter_special_9 0 2 +bocatt 17 0 2 0 0 NORMAL tatooine bocatt bocatt_hue.iff 2.5 1 0 0 -1 -1 50 50 -1 -1 2 1 100 meat_reptilian 60 hide_leathery 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_1 lizard_1 10 10 1 +bocatt_diseased 5 0 0 0 0 NORMAL tatooine bocatt bocatt_hue.iff 1.2 1.6 4 0 0 0 0 0 0 10 -1 2 1 6 meat_wild 5 hide_leathery 4 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 carnivore lizard_1 lizard_1 10 10 1 +bocatt_tormented 18 1 2 0 -1 NORMAL tatooine bocatt bocatt_hue.iff 2.5 3 0 0 -1 -1 50 50 -1 -1 2 1 100 meat_reptilian 60 hide_leathery 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_1 lizard_1 10 10 1 +bodyguard 4 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc police military rebel_carbine rebel_pistol 0 2 +bodyguard_zabrak_female 18 0 0 0 0 NORMAL global thug thug thug_zabrak_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_polearm pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +bol 60 -3 0 0 2 NORMAL dantooine bol bol_hue.iff 0.9 1 2 35 0 -1 0 0 -1 0 -1 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 medTankHealthWeak herbivore bull_4 bull_4 0 2 1 +bol_lesser_plains 10 0 0 0 0 NORMAL dantooine bol bol_hue.iff 0.5 0.7 1 0 0 0 0 0 0 0 0 2 1 milk_domesticated meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_1_10 generic_creature_6 0.1 lowAttackAbilityWeak herbivore bull_1 bull_1 0 2 1 +bol_pack_runner 67 -2 2 0 -1 NORMAL dantooine bol bol_hue.iff 1.4 1.4 2 25 25 0 0 -1 -1 0 -1 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedWeak herbivore bull_4 bull_4 0 2 1 +bol_swift_charger 39 0 1 2 2 NORMAL dantooine bol bol_hue.iff 1.2 1.4 2 20 20 0 0 0 0 0 0 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 medAbilitySpeedWeak herbivore bull_3 bull_3 0 2 1 +bolle_bol 16 0 0 0 0 NORMAL naboo bolle_bol bolle_bol_hue.iff 0.8 1.2 1 25 25 0 -1 40 -1 40 -1 2 1 milk_wild 450 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak herbivore giraffe_1 giraffe_1 0 8 1 +bolle_bol_bark_biter 65 0 0 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 1.5 1.5 2 35 25 -1 0 40 0 40 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 +bolle_bol_calf 64 0 0 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 0.55 0.6 1 0 0 0 0 0 0 0 0 2 1 milk_domesticated meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 +bolle_bol_colt 57 0 0 0 -2 NORMAL endor bolle_bol bolle_bol_hue.iff 0.55 0.6 1 10 10 0 0 0 0 0 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 lowTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 +bolle_bol_elder_pulverizer 17 5 0 -5 0 NORMAL naboo bolle_bol bolle_bol_hue.iff 1.3 1.5 1 25 25 0 0 15 -1 15 -1 2 1 450 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.01 lowAttackDamageWeak herbivore giraffe_1 giraffe_1 8 8 1 +bolle_bol_female 65 0 5 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 0.8 1 2 0 0 0 0 50 0 50 -1 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 +bolle_bol_herd_leader 65 0 0 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 1.1 1.2 3 35 0 0 -1 50 0 50 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 +bolle_bol_male 65 0 0 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 1 1 4 0 0 0 0 50 0 50 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 1 +bolle_bol_stomper 60 2 -1 0 0 NORMAL endor bolle_bol bolle_bol_hue.iff 1.5 1.5 2 25 0 -1 -1 50 -1 50 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.05 medAttackDamageStrong herbivore giraffe_4 giraffe_4 0 12 1 +bolma 55 0 0 0 -3 NORMAL dathomir bolma bolma_hue.iff 1 1 3 0 25 0 -1 -1 -1 -1 -1 2 1 milk_wild meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 medTankHealthAvg herbivore bull_4 bull_4 0 12 1 +bolma_calf 60 0 1 0 0 NORMAL dathomir bolma bolma_hue.iff 0.5 0.6 2 0 0 0 0 0 0 0 0 2 1 milk_wild 175 meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 lowTankHealthAvg herbivore bull_4 bull_4 0 12 1 +bolma_female 60 0 1 0 -4 NORMAL dathomir bolma bolma_hue.iff 0.9 1.1 3 35 30 0 0 -1 -1 0 0 2 1 milk_wild 300 meat_wild 320 hide_leathery 300 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 medTankHealthAvg herbivore bull_4 bull_4 0 12 1 +bolma_male 60 0 0 0 0 NORMAL dathomir bolma bolma_hue.iff 1.1 1.3 2 35 20 0 -1 -1 -1 -1 -1 2 1 320 meat_wild 340 hide_leathery 320 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 medTankDefenseAvg herbivore bull_4 bull_4 0 12 1 +bolma_pack_master 61 0 0 0 0 NORMAL dathomir bolma bolma_hue.iff 1 1 4 0 30 0 -1 -1 -1 -1 -1 2 1 meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthStrong herbivore bull_4 bull_4 0 12 +bolma_prime 56 1 1 0 0 NORMAL dathomir bolma bolma_hue.iff 2.1 2.4 2 45 45 0 0 0 0 -1 -1 2 1 500 meat_wild 550 hide_leathery 500 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.05 medTankHealthAvg herbivore bull_4 bull_4 12 12 1 +bolma_youth 60 0 0 0 0 NORMAL dathomir bolma bolma_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 1 milk_wild meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.1 lowTankDefenseAvg herbivore bull_4 bull_4 0 12 1 +bomarr_monk 1 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 +bomarr_monk_abbot 2 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 1.3 1.4 0 20 0 0 0 0 0 0 0 2 droid/droid_1_10 generic_npc_1 droid 0 2 +bomarr_monk_bodyguard 2 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 1.2 1.3 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 +bomarr_monk_healer 1 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 1 +bomarr_monk_initiate 1 0 0 0 0 NORMAL tatooine spiderdroid bomarr_monk_spider_droid.iff 0.8 0.95 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 1 +bombardier 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +booto_lubble 100 0 0 0 0 NORMAL rori townsperson gungan_s04_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol none commoner_10 commoner_10 0 2 +bordok_ancient 62 4 8 0 0 NORMAL endor bordok bordok_hue.iff 2 2 1 45 0 0 70 70 -1 -1 -1 2 1 milk_domesticated meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankDefenseAvg herbivore horse_4 horse_4 0 12 +bordok_foal 62 0 2 0 0 NORMAL endor bordok bordok_hue.iff 0.5 0.5 4 0 0 -1 70 70 -1 -1 -1 2 1 milk_domesticated meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthWeak herbivore horse_4 horse_4 0 12 1 +bordok_herd_master 62 3 3 0 0 NORMAL endor bordok bordok_hue.iff 1 1 2 0 0 0 70 70 -1 -1 -1 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityAvg herbivore horse_4 horse_4 0 12 1 +bordok_mare 62 5 0 0 0 NORMAL endor bordok bordok_hue.iff 1 1 2 30 -1 0 100 100 0 -1 -1 2 1 milk_domesticated meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAbilitySpeedAvg herbivore horse_4 horse_4 12 12 yes +borgle 39 0 0 0 -3 NORMAL rori borgle borgle_hue.iff 1 1.3 1 0 15 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.15 lowTankUtilityWeak carnivore bat_3 bat_3 6 6 +borgle_desert_roamer 63 0 0 0 -4 NORMAL endor borgle borgle_hue.iff 1.5 1.5 1 30 40 0 55 -1 70 0 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.1 medAttackAbilityAvg herbivore bat_4 bat_4 12 12 +borgle_desert_runner 63 1 -1 0 0 NORMAL endor borgle borgle_hue.iff 1.5 1.5 1 0 50 0 75 -1 95 0 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.05 medAbilitySpeedAvg herbivore bat_4 bat_4 12 12 +borgle_harvester 37 0 0 0 -4 NORMAL rori borgle borgle_hue.iff 1 1.12 1 10 10 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.15 lowTankUtilityWeak carnivore bat_3 bat_3 0 6 +borgle_life_sapper 63 0 0 0 -3 NORMAL endor borgle borgle_hue.iff 1 1 3 20 30 -1 -1 35 35 50 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.1 medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff bat_4 bat_4 12 12 1 yes +borgle_matriarch 40 0 0 0 -4 NORMAL rori borgle borgle_hue.iff 1.12 1.5 1 10 10 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle carnivore bat_3 bat_3 0 6 yes +borgle_protector 39 0 0 0 -6 NORMAL rori borgle borgle_hue.iff 1 1.2 1 15 15 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.15 lowTankUtilityWeak carnivore bat_3 bat_3 6 6 +borvo_aldalad 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine pirate_pistol commoner_2 commoner_2 0 2 1 1 +borvo_battle_droid 23 0 0 0 0 NORMAL global battle_droid battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 100 npc/elite_npc:elite_npc_21_30 elite_droid_3 col_dejarik_holomonster,col_dejarik_table android imperial_carbine none droid_2 droid_2 6 6 instant +borvo_blastromech 22 0 0 0 0 NORMAL global blastromech blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 instant +borvo_bounty_hunter 27 0 0 0 0 NORMAL global prisoner dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc slang general_unarmed none melee_2 melee_2 0 2 +borvo_dagorel 100 1 1 1 1 NORMAL global townsperson townsperson dressed_gendra.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.dagorel noble fancy rebel_pistol none commoner_10 commoner_10 0 2 +borvo_frangee 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine pirate_pistol commoner_2 commoner_2 0 2 1 1 +borvo_ig_assassin_droid 25 4 -4 0 -4 NORMAL anywhere assassindroid ig_assassin_droid.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_21_30 generic_droid_3 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 1 yes +borvo_maerzen 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine pirate_pistol commoner_2 commoner_2 0 2 1 1 +borvo_montrus 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine pirate_pistol commoner_2 commoner_2 0 2 1 1 +borvo_the_hutt 100 0 0 0 0 NORMAL naboo borvo borvo borvo.iff 0 0 0 0 0 0 0 0 2 npc/npc_81_90 elite_npc_4 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 borvo npc int:celebrity=1 conversation.borvo_the_hutt smuggler_10 smuggler_10 0 8 +borvos_acklay 25 3 6 0 0 ELITE yavin4 geonosian_monster borvo_acklay.iff 0.9 1.1 2 30 45 55 55 45 0 0 0 1.7 1 defaultProfile 50 npc/borvo_acklay boss_creature_3 carnivore snare_defense=250,root_defense=250 generic_creature_2 generic_creature_2 6 6 instant +borvos_acklay_dakk 100 0 0 0 0 NORMAL naboo borvo borvo dressed_acklay_dakk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc 1 conversation.borvos_acklay_dakk townsperson townperson rebel_sword commoner_10 commoner_10 0 8 1 +borvos_acklay_guard 100 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc 1 conversation.borvo_acklay_guard townsperson townperson rebel_sword commoner_10 commoner_10 0 8 1 +borvos_bruiser 22 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 8 +borvos_champion 25 0 0 0 0 NORMAL naboo borvo borvo dressed_borvos_champion.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_pistol_low_level none commando_2 melee_2 0 8 +borvos_guard 22 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc conversation.borvos_guard townsperson townperson rebel_sword rebel_pistol melee_2 commando_2 0 8 1 +borvos_mercenary 23 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 8 +borvos_mutant_kahmurra 23 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 0 0 0 45 45 45 45 35 2 1 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 kahmurra 0.15 lowAttackAbilityAvg carnivore goat_2 goat_2 6 6 yes +borvos_rancor 24 0 0 0 0 NORMAL dathomir rancor rancor_hue.iff 1.3 1.4 1 45 60 0 100 100 100 0 0 2 1 1020 meat_carnivore 901 hide_leathery 851 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 3 col_rancor_parts,col_dejarik_holomonster,col_dejarik_table carnivore root_defense=100,snare_defense=100 gorilla_2 gorilla_2 6 6 instant +borvos_soldier 24 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang general_rifle general_pistol smuggler_2 smuggler_2 0 8 1 +borvos_thief 21 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 8 +borvos_thug 21 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_carbine_low_level pirate_sword smuggler_2 smuggler_2 0 8 1 +boshek 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_boshek.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.boshek pirate_rifle_low_level pirate_pistol_low_level 0 2 +boss_nass 100 0 0 0 0 NORMAL gungan gungan boss_nass.iff 1.03 1.03 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.naboo_boss_nass commoner_10 commoner_10 0 2 +bossk 100 0 0 0 0 NORMAL mercenary bossk.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 +bothan_diplomat 1 0 0 0 0 NORMAL global spynet bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol none 0 2 +bothan_information_broker 1 0 0 0 0 NORMAL global spynet bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson fancy 1 rebel_pistol none 0 2 1 +bounding_jax 60 1 0 0 0 NORMAL endor jax bearded_jax_hue.iff 1.1 1.5 4 10 15 10 0 0 -1 -1 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.15 medAttackAbilityWeak carnivore predatory_cat_4 predatory_cat_4 0 12 +bounty_hunter 23 0 0 0 0 NORMAL global mercenary trainer_bountyhunter 0 20 20 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc rebel slang pirate_carbine_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 yes +bounty_hunter_female 23 0 0 0 0 NORMAL global mercenary dressed_bounty_hunter_zabrak_female_01.iff 0 20 20 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc rebel slang pirate_carbine_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 yes +brackaset 66 -1 1 0 -1 NORMAL dathomir brackaset brackaset_hue.iff 0.9 1.1 3 30 20 20 0 0 -1 -1 -1 2 1 milk_wild 100 meat_wild 91 hide_leathery 81 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankDefenseAvg herbivore camel_4 camel_4 0 12 1 +brackaset_female 64 -1 1 0 -3 NORMAL dathomir brackaset brackaset_hue.iff 0.9 1.1 1 30 30 20 0 0 -1 -1 -1 2 1 milk_wild 100 meat_wild 90 hide_leathery 80 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg herbivore camel_4 camel_4 0 12 1 +brackaset_lowlands 60 1 -1 0 0 NORMAL dathomir brackaset brackaset_hue.iff 0.7 0.9 2 0 0 0 0 0 0 0 0 2 1 milk_wild 75 meat_wild 65 hide_leathery 60 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 0.15 lowAttackAbilityWeak herbivore camel_4 camel_4 0 12 1 +brackaset_male 65 -1 1 0 0 NORMAL dathomir brackaset brackaset_hue.iff 0.9 1.1 3 30 30 20 0 0 -1 -1 -1 2 1 100 meat_wild 91 hide_leathery 81 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankArmorAvg herbivore camel_4 camel_4 0 12 1 +brantlee_spondoon 100 0 0 0 0 NORMAL corellia townsperson dressed_brantlee_spondoon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_brantlee_spondoon noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +brass_marshoo 100 0 0 0 0 NORMAL naboo townsperson townsperson gungan_s02_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +brawler 2 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 0 2 1 +brea_tonnika 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_brea_tonnika.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.brea_tonnika pirate_pistol_low_level pirate_pistol_low_level 0 2 +bren_kingal 20 0 0 0 0 NORMAL tatooine townsperson townsperson mos_taike_guard_young.iff 1.01 1.01 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.bren_kingal imperial_rifle imperial_pistol commoner_2 commoner_2 10 10 yes +brennis_doore 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_brennis_doore.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +brigade_captain 52 0 0 0 0 NORMAL rori restuss restuss brigade_captain 0.8 1.2 0 15 15 0 45 45 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc police rebel_carbine rebel_pistol officer_5 officer_5 0 6 1 +brigade_general 55 0 0 0 0 NORMAL rori restuss restuss brigade_general 0.8 1.2 0 20 20 0 -1 40 -1 40 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_pistol rebel_sword officer_5 melee_5 0 6 +brigade_gunner 36 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_sword commando_3 melee_3 0 6 1 +brigade_infiltrator 42 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 10 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc townperson rebel_sword rebel_pistol melee_4 commando_4 0 6 1 1 +brigade_marine 44 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc military rebel_polearm rebel_carbine melee_4 commando_4 0 6 1 +brigade_officer 46 0 0 0 0 NORMAL rori restuss restuss brigade_captain 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc rebel_pistol rebel_carbine officer_4 officer_4 0 6 1 +brigade_scout 33 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_rifle rebel_pistol bounty_hunter_3 bounty_hunter_3 0 6 1 +brigade_sergeant 37 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc military military rebel_carbine rebel_pistol commando_3 commando_3 0 6 1 +brigade_technician 39 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_pistol rebel_pistol commando_3 commando_3 0 6 1 +brigade_trooper 31 0 0 0 0 NORMAL rori restuss restuss brigade_soldier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc military military rebel_carbine rebel_pistol commando_3 commando_3 0 6 1 +brigand 1 0 0 0 0 NORMAL global brigand criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_polearm pirate_carbine 4 4 1 +brigand_assasin 17 2 0 0 0 NORMAL global brigand criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level spy_1 spy_1 4 4 1 yes +brigand_leader 19 0 0 0 -3 NORMAL global brigand criminal_organized 0 10 20 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 yes +brigand_scout 13 0 1 0 0 NORMAL global brigand criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 yes +bronell 100 0 0 0 0 NORMAL townsperson townsperson dressed_corvette_neutral_bronell.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bruce_mcbrain 100 0 0 0 0 NORMAL townsperson townsperson dressed_corvette_neutral_bruce.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +bull_bantha 15 1 0 0 -3 NORMAL tatooine bantha bantha_hue.iff 0.9 1.3 2 0 25 0 40 -1 -1 -1 -1 2 1 475 meat_herbivore 345 hide_wooly 300 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 4 0.1 lowTankHealthWeak herbivore elephant_1 elephant_1 0 6 1 +bull_rancor 88 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 1.3 1.5 2 35 60 0 80 80 80 0 0 2 1 1020 meat_carnivore 900 hide_leathery 850 bone_mammal defaultProfile 1 80 creature/rancor_loot:bull_rancor_81_90 generic_creature_7 col_rancor_parts 18 bull_rancor 0.009 highAttackUtilityStrong carnivore gorilla_5 gorilla_5 8 8 yes +businessman 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_pistol 0 2 +c_3po 100 0 0 0 0 NORMAL anywhere rebel Rebel 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_holo_emitter_01 droid 1 npc.celebrity.c3po droid_10 droid_10 0 2 +c_syren_3_arrworr 55 0 0 0 0 NORMAL tatooine kashyyyk ep3/ep3_clone_relics_wookie_prisoner_02.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc conversation.c_story1_3_imprisoned_wookiee thug slang commoner_5 commoner_5 12 12 +c_syren_3_dancer 100 0 0 0 0 NORMAL talus townsperson townsperson c_syren_3_dancer.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +c_syren_3_trando_boss 84 0 0 0 0 ELITE tatooine avatar_blackscale avatar_blackscale c_syren_3_trandoshan_boss.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc thug slang imperial_carbine imperial_sword commando_special_6 commando_special_6 3 3 yes +c_syren_3_wire 100 0 0 0 0 NORMAL talus townsperson c_syren_3_wire.iff 0.7 0.7 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.c_story1_3_wire commoner_10 commoner_10 0 2 +c_syren_4_imp_boss 82 0 0 0 0 ELITE global imperial Imperial dressed_imperial_general_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc imperial_carbine officer_special_6 melee_special_6 0 2 yes +c_syren_4_imp_mkae 60 0 0 0 0 ELITE global imperial Imperial dressed_imperial_general_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc 1 conversation.c_story1_4_imp_contact melee_special_6 melee_special_6 0 2 +c_syren_4_reb_boss 82 0 0 0 0 ELITE global rebel Rebel rebel_brigadier_general 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel_carbine officer_special_6 melee_special_6 0 2 yes +c_syren_4_reb_ralter 60 0 0 0 0 ELITE global rebel Rebel rebel_brigadier_general 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc 1 melee_special_6 melee_special_6 0 2 +c_syren_4_tierce 100 0 0 0 0 ELITE global townsperson dressed_human_tierce.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +cannibal 4 0 0 0 0 NORMAL tatooine cannibal commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang general_unarmed none 4 4 +canoid 29 0 0 0 0 NORMAL corellia canoid boar_wolf_hue.iff 1.3 1.5 2 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAbilitySpeedWeak carnivore pig_2 pig_2 0 2 1 +canoid_hunter 29 0 0 0 0 NORMAL corellia canoid boar_wolf_hue.iff 1.4 1.6 4 15 15 15 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAbilitySpeedWeak carnivore pig_2 pig_2 0 2 1 yes +canoid_pack_leader 30 0 0 0 0 NORMAL corellia canoid boar_wolf_hue.iff 1.6 1.8 3 15 20 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackDamageWeak carnivore pig_2 pig_2 0 2 1 yes +canyon_corsair_captain 44 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_captain 0 20 40 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_pistol pirate_carbine smuggler_4 smuggler_3 8 8 yes +canyon_corsair_cutthroat 43 3 3 0 0 NORMAL lok corsairs canyon_corsair corsair_cutthroat 0 0 45 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_pistol pirate_carbine smuggler_4 smuggler_3 8 8 yes +canyon_corsair_destroyer 43 4 -3 0 0 NORMAL lok corsairs canyon_corsair corsair_elite 0 0 60 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_sword smuggler_4 melee_3 8 8 yes +canyon_corsair_guard 42 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_cutthroat 0 0 60 0 -1 -1 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_polearm pirate_carbine melee_3 smuggler_3 8 8 yes +canyon_corsair_pirate_elite 43 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_pirate_elite 0 0 70 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 yes +canyon_corsair_pirate_strong 44 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_pirate_elite 0 0 60 0 0 -1 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 yes +canyon_corsair_pirate_weak 43 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_pirate_weak 0 25 0 0 0 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 yes +canyon_corsair_scout 43 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_pirate_weak 0 25 0 0 0 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_rifle pirate_pistol smuggler_4 smuggler_3 8 8 yes +canyon_krayt_dragon 85 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 0.55 0.95 2 60 60 60 60 20 60 60 60 2 1 1250 meat_carnivore 750 hide_bristley 675 bone_mammal defaultProfile 1 100 creature/krayt_dragon_medium krayt2 18 krayt_dragon carnivore 90 90 100 snare_defense=150,root_defense=150 lizard_5 lizard_5 36 24 1 instant +capper_spineflap 31 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 8 +capper_spineflap_drone 2 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 2.4 3.1 4 0 0 0 0 0 0 0 -1 2 1 6 meat_insect 10 hide_scaley 6 bone_avian defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore moth_1 moth_1 0 8 +capt_loftus 8 1 -1 0 0 NORMAL tatooine townsperson dressed_tatooine_lt_hantor_loftus.iff 0.85 0.85 0 0 0 0 0 10 10 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.capt_loftus pirate_carbine_low_level pirate_sword 0 2 +captain_eso 100 0 0 0 0 NORMAL yavin4 rebel Rebel dressed_captain_eso.iff 0 25 25 0 0 -1 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc imperial_pistol imperial_carbine officer_10 officer_10 0 2 +captain_gilad_pellaeon 100 0 0 0 0 NORMAL corellia townsperson dressed_captain_gilad_pellaeon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol rebel_sword commoner_10 commoner_10 0 2 +captain_hassk 70 0 0 0 0 NORMAL rori rorgungan rorgungan captain_hassk.iff 1 1.25 0 80 0 0 0 20 0 35 0 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc slang melee_7 melee_7 6 6 1 yes +captain_tish 16 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_captain_tish.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_polearm officer_1 melee_1 0 2 yes +captured_oldman 100 0 0 0 0 NORMAL endor fs_villager fs_villager dressed_fs_village_oldman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +carnivorous_nuna 13 0 0 0 0 NORMAL naboo carnivorous_nuna nuna_hue.iff 1.5 2.2 3 0 0 0 0 0 0 0 -1 2 1 5 meat_avian 5 hide_leathery 2 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore turkey_1 turkey_1 8 8 1 yes +carrion_spat 10 0 1 0 0 NORMAL corellia carrion_spat carrion_spat_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 260 meat_avian 180 bone_avian defaultProfile creature/creature_1_10 generic_creature_4 0.15 lowTankUtilityWeak carnivore raptor_1 raptor_1 0 2 +carrion_spat_corpsereaver 10 0 1 0 0 NORMAL corellia carrion_spat carrion_spat_hue.iff 1.2 1.5 1 0 0 0 10 10 0 0 0 2 1 260 meat_avian 180 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowTankUtilityWeak carnivore raptor_1 raptor_1 0 2 yes +cas_vankoo 80 0 0 0 0 BOSS Lok kimogila bandit dressed_lok_cas_vankoo.iff 1.08 1.08 0 75 75 -1 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 kimogila npc thug slang general_pistol general_carbine commando_special_6 commando_special_6 16 12 1 instant +cave_beetle 20 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2.2 2.6 1 0 0 0 0 0 0 0 0 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 18 cave_beetle 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 4 4 yes +cave_gaping_spider 78 0 0 0 -1 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 0.9 1.1 2 30 30 0 -1 0 0 -1 -1 2 1 35 meat_insect defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 elite_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore spider_5 spider_5 9 3 1 yes +cave_gaping_spider_broodling 77 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 0.5 0.8 3 0 0 10 0 0 0 0 -1 2 1 15 meat_insect defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider carnivore spider_5 spider_5 0 2 1 yes +cave_gaping_spider_hunter 79 5 -2 0 1 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 1 1.2 4 40 40 60 15 -1 -1 0 -1 2 1 35 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_71_80 elite_creature_8 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_2 18 dath_spider carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff spider_5 spider_5 9 3 1 yes +cave_gaping_spider_queen 81 0 9 0 0 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 1.6 1.8 1 60 60 40 25 0 -1 0 0 2 1 40 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_81_90 elite_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore root_defense=100,snare_defense=100 spider_5 spider_5 9 3 1 yes +cave_gaping_spider_recluse 80 5 -2 0 1 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 1.5 1.7 1 40 40 60 25 -1 -1 0 -1 2 1 41 meat_insect defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 elite_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 9 3 1 yes +cave_gaping_spider_recluse_giant 81 8 -8 0 0 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 4.51 4.82 1 60 60 60 0 0 0 0 0 2 1 80 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_81_90 elite_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore root_defense=100,snare_defense=100 spider_5 spider_5 9 3 1 instant +cave_gaping_spider_recluse_queen 82 8 -4 0 0 ELITE dathomir spider_nightsister spider_nightsister gaping_spider_hue.iff 2.12 2.86 1 60 60 60 50 0 0 0 0 2 1 45 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_81_90 elite_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dath_spider carnivore 90 90 spider_5 spider_5 9 3 1 yes +chadra_fan_assassin 19 6 -2 0 0 NORMAL global chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 0 4 1 yes +chadra_fan_female 2 0 0 0 0 NORMAL nowhere chadra_fan chadra_fan_female.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug townperson rebel_pistol rebel_pistol 0 2 +chadra_fan_male 2 0 0 0 0 NORMAL nowhere chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug townperson rebel_pistol rebel_pistol 0 2 +chadra_fan_thief 5 0 0 0 0 NORMAL global chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 0 4 1 +champhra_biahin 100 0 0 0 0 NORMAL talus townsperson dressed_champhra_biahin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol rebel_unarmed commoner_10 commoner_10 0 2 +charal 100 0 0 0 0 NORMAL endor marauder endor_marauder charal.iff 0.88 0.88 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 marauder npc 1 commoner_10 commoner_10 0 2 +charred_krevol 44 0 0 0 0 NORMAL rori krevol horned_krevol_hue.iff 1.2 1.4 4 0 0 30 30 -1 -1 -1 -1 2 1 10 meat_insect 15 hide_scaley defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_3 roach_3 0 2 +cheerleader_rebel_commando_hard 86 0 0 0 5 ELITE global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 6 1 +cheerleader_rebel_corporal_hard 87 0 0 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 6 +cheerleader_rebel_master_sergeant_hard 89 0 0 0 0 ELITE global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 6 1 +cheerleader_rebel_sergeant_hard 88 0 0 0 0 ELITE global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 6 +cheerleader_rebel_squad_leader_hard 84 0 0 0 5 ELITE global rebel Rebel rebel_trooper 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_5 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 6 +chertyl_ruluwoor 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_old_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +chewbacca 100 0 0 0 0 NORMAL rebel Rebel chewbacca.iff 1.14 1.14 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 +chirq_crimson_criminal 34 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_high 0 0 15 0 -1 -1 -1 40 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine smuggler_3 smuggler_3 0 6 yes +chirq_maroon_marauder 32 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine smuggler_3 smuggler_3 0 2 +chirq_rouge_rogue 33 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_med 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine smuggler_3 smuggler_3 0 6 yes +chirq_scarlet_scoundrel 33 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_high 0 0 10 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle smuggler_3 smuggler_3 0 6 yes +chirq_vermillion_villain 33 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol smuggler_3 smuggler_3 0 2 +choku 63 0 0 0 0 NORMAL yavin4 choku choku_hue.iff 0.9 1.3 1 10 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackDamageAvg carnivore wolf_4 wolf_4 12 12 1 +choku_female 69 -1 1 0 0 NORMAL yavin4 choku choku_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackUtilityAvg carnivore wolf_4 wolf_4 0 12 1 +choku_hunter 71 0 -1 0 -2 NORMAL yavin4 choku choku_hue.iff 0.8 1.2 3 15 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.01 medTankHealthStrong carnivore wolf_4 wolf_4 12 12 1 +choku_male 70 0 0 0 0 NORMAL yavin4 choku choku_hue.iff 0.9 1.3 1 15 0 -1 -1 0 0 -1 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackUtilityAvg carnivore wolf_4 wolf_4 12 12 1 +choku_packmaster 66 0 1 0 0 NORMAL yavin4 choku choku_hue.iff 0.9 1.3 1 10 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankUtilityStrong carnivore wolf_4 wolf_4 12 12 1 +choku_pup 68 0 0 0 0 NORMAL yavin4 choku choku_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 7 meat_avian 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore wolf_4 wolf_4 0 12 1 +chuba 1 0 0 0 0 NORMAL naboo chuba chuba_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore frog_1 frog_1 0 2 1 +chuba_large 1 0 0 0 0 NORMAL naboo chuba chuba_hue.iff 2.3 3.2 4 0 0 0 0 0 0 0 -1 2 1 10 meat_herbivore 6 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore frog_1 frog_1 0 2 1 +chuba_lunch 1 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine chuba_lunch chuba_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore ai.legacy_quest frog_1 frog_1 0 2 1 +chuba_pet 1 0 0 0 0 NORMAL pet for TDC side quest tatooine chuba_pet chuba_hue.iff 4 0 0 0 0 0 0 0 -1 2 creature/creature_1_10 lowAttackAbilityWeak herbivore frog_1 frog_1 0 2 +chunker_braggart 5 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_sword 0 2 +chunker_bruiser 10 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang general_carbine general_pistol 4 4 yes +chunker_bully 8 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang general_rifle general_pistol 4 4 1 +chunker_creep 7 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_pistol_low_level 4 4 +chunker_goon 4 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_pistol_low_level 0 2 +chunker_mooch 4 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +chunker_nitwit 1 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level none 0 2 +chunker_pest 2 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_polearm none 0 2 1 +chunker_punk 2 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_rifle_low_level 4 4 +chunker_swindler 5 0 0 0 0 NORMAL talus chunker_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_unarmed 0 2 +city_rockmite 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 3 tatooine rockmite rock_mite_hue.iff 1.2 1.6 2 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore 0 2 1 +city_sewer_swamprat 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine womprat womp_rat_hue.iff 1 1.4 3 0 0 0 0 0 0 0 -1 2 1 2 meat_wild 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 +clipped_fynock 36 0 0 0 0 NORMAL talus fynock fynock_hue.iff 0.7 0.9 4 0 0 0 0 0 0 0 -1 2 1 20 meat_avian 30 hide_leathery 7 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 fynock carnivore mynock_3 mynock_3 0 2 +cll8_binary_load_lifter 8 -2 2 0 0 NORMAL anywhere loadlifter cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 0 2 +clone_droid 100 0 0 0 0 NORMAL global townsperson townsperson clone_droid.iff 1.1 1.25 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles droid 1 conversation.clone_droid commoner_10 commoner_10 0 2 +clone_relics_admiral_krieg 100 0 0 0 0 NORMAL kashyyyk imperial Imperial ep3/ep3_clone_relics_admiral_krieg.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_jedi_starfighter_imp_commander commoner_10 commoner_10 0 2 +clone_relics_bartender_talus 100 0 0 0 0 NORMAL talus townsperson townsperson ep3/ep3_clone_relics_bartender_talus.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_boba_fett_talus_bartender_1 commoner_10 commoner_10 0 12 +clone_relics_bartender_yavin 100 0 0 0 0 NORMAL yavin4 townsperson townsperson ep3/ep3_clone_relics_bartender_yavin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_boba_fett_yavin_bartender_1 commoner_10 commoner_10 0 12 +clone_relics_boba_fett_contact 100 0 0 0 0 NORMAL rori townsperson townsperson ep3/ep3_clone_relics_kkrax.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_boba_fett_contact_1 commoner_10 commoner_10 0 2 +clone_relics_chewbacca 100 0 0 0 0 NORMAL anywhere rebel Rebel chewbacca.iff 1.14 1.14 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 commoner_10 commoner_10 0 2 +clone_relics_claw_bodyguard_01 36 0 0 0 0 NORMAL talus clone_relics_claw clone_relics_claw ep3/ep3_clone_relics_claw_bodyguard_01.iff 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 conversation.ep3_clone_relics_boba_fett_claw_guard thug slang commoner_3 commoner_3 0 0 0 +clone_relics_claw_bodyguard_02 36 0 0 0 0 NORMAL talus clone_relics_claw clone_relics_claw ep3/ep3_clone_relics_claw_bodyguard_02.iff 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang commoner_3 commoner_3 0 12 0 +clone_relics_claw_boss 100 0 0 0 0 NORMAL talus townsperson townsperson ep3/ep3_clone_relics_imbrimi_gangster_boss.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_boba_fett_claw_boss_imbrimi commoner_10 commoner_10 0 2 +clone_relics_claw_grunt 20 0 2 0 0 NORMAL talus clone_relics_claw clone_relics_claw claw_grunt 0 20 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang commoner_2 commoner_2 0 6 +clone_relics_darth_vader 300 0 0 0 0 BOSS kashyyyk imperial Imperial darth_vader.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 100 100 int:celebrity=1 conversation.ep3_clone_relics_jedi_starfighter_darth_vader jedi_special_9 jedi_special_9 0 2 +clone_relics_durge_01 100 0 0 0 0 NORMAL talus townsperson townsperson ep3/ep3_clone_relics_durge.iff 1.4 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 conversation.ep3_clone_relics_boba_fett_durge_1 commoner_10 commoner_10 0 2 +clone_relics_durge_02 64 0 0 0 0 NORMAL naboo clone_relics_durge_droid ep3/ep3_clone_relics_durge.iff 1.4 1.4 0 65 65 30 0 80 30 0 35 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc ai.soldier imperial military commoner_6 commoner_6 0 12 +clone_relics_durge_big_droid 75 5 5 0 -16 NORMAL naboo clone_relics_durge_droid ep3/ep3_clone_relics_cww8.iff 0 75 75 100 60 100 25 40 85 2 droid/droid_71_80 generic_droid_8 housing_improvement_05,col_holo_emitter_01 droid droid_7 droid_7 0 12 +clone_relics_durge_ig_droid 75 5 5 0 -16 NORMAL naboo clone_relics_durge_droid ep3/ep3_clone_relics_durge_droid_01.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 droid/droid_71_80 generic_droid_8 housing_improvement_05,col_holo_emitter_01 android droid_7 droid_7 0 12 +clone_relics_durge_super_battle_droid 45 5 5 0 -16 NORMAL naboo clone_relics_durge_droid ep3/ep3_clone_relics_durge_droid_02.iff 1.5 1.5 0 75 75 100 60 100 25 40 85 2 droid/droid_41_50 generic_droid_5 housing_improvement_02,col_holo_emitter_01 droid droid_4 droid_4 0 12 +clone_relics_emperor_palpatine 300 0 0 0 0 BOSS naboo imperial Imperial ep3/palpatine_hologram.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 100 100 int:celebrity=1 conversation.ep3_clone_relics_clone_trooper_palpatine jedi_special_9 jedi_special_9 0 2 +clone_relics_han_solo 100 0 0 0 0 NORMAL anywhere rebel Rebel han_solo.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 conversation.ep3_clone_relics_nym_starmap_han_solo smuggler_10 smuggler_10 0 2 +clone_relics_ikvizi 100 0 0 0 0 NORMAL kashyyyk townsperson townsperson ep3/ep3_clone_relics_geonosian_ikvizi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_trapped_geonosian 1 commoner_10 commoner_10 0 2 +clone_relics_jawl 100 0 0 0 0 NORMAL tatooine jabba jabba ep3/ep3_clone_relics_jawl.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_clone_trooper_jawl commoner_10 commoner_10 0 2 +clone_relics_kole 100 0 0 0 0 NORMAL anywhere nym nym kole.iff 0.9 0.9 0 25 25 40 -1 0 -1 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc commoner_10 commoner_10 0 2 +clone_relics_leia 100 0 0 0 0 NORMAL dantooine rebel Rebel ep3/ep3_clone_relics_leia.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 conversation.ep3_clone_relics_clone_trooper_leia commoner_10 commoner_10 0 2 +clone_relics_major_raev 100 0 0 0 0 NORMAL naboo imperial Imperial ep3/ep3_clone_relics_major_raev.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_clone_trooper_major_raev commoner_10 commoner_10 0 2 +clone_relics_morkov 36 0 0 0 0 NORMAL naboo clone_relics_armsdealer ep3/ep3_clone_relics_morkov.iff 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 conversation.ep3_clone_relics_clone_trooper_morkov imperial military commoner_3 commoner_3 0 12 1 +clone_relics_morkov_courier 30 0 3 0 0 NORMAL naboo clone_relics_armsdealer ep3/ep3_clone_relics_armsdealer_courier.iff 0 0 40 0 0 40 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.ep3_clone_relics_clone_trooper_morkov_courier commoner_3 commoner_3 0 12 +clone_relics_morkov_courier_bodyguard 35 0 0 0 -3 NORMAL naboo clone_relics_armsdealer nym_guard_elite 0 50 0 0 0 60 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc commoner_3 commoner_3 0 12 +clone_relics_morkov_super_battle_droid 45 5 5 0 -16 NORMAL naboo clone_relics_armsdealer ep3/ep3_clone_relics_super_battle_droid_01.iff 1.5 1.5 0 75 75 100 60 100 25 40 85 2 droid/droid_41_50 generic_droid_5 housing_improvement_02,col_holo_emitter_01 android droid_4 droid_4 0 12 +clone_relics_mort 100 0 0 0 0 NORMAL talus townsperson townsperson ep3/ep3_clone_relics_mort.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_clone_trooper_mort 1 commoner_10 commoner_10 0 2 +clone_relics_nym 100 0 0 0 0 NORMAL anywhere nym nym nym.iff 1.15 1.15 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.ep3_clone_relics_nym_starmap_nym commoner_10 commoner_10 0 2 +clone_relics_ovarra 100 0 0 0 0 NORMAL kashyyyk townsperson townsperson ep3/ep3_clone_relics_ovarra.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_wookie_elder_ovarra commoner_10 commoner_10 0 2 +clone_relics_qakkee 100 0 0 0 0 NORMAL tatooine townsperson townsperson ep3/ep3_clone_relics_qakkee.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_hunter_qakkee 1 commoner_10 commoner_10 0 2 +clone_relics_queen_kylantha 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_queen_kylantha.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.ep3_clone_relics_queen_kylantha 1 commoner_10 commoner_10 0 2 +clone_relics_sawtooth 60 2 0 0 0 ELITE kashyyyk uller clone_relics_sawtooth.iff 2.5 2.5 7 35 60 0 80 80 80 0 0 2 1 1020 meat_carnivore 900 hide_leathery 850 bone_mammal defaultProfile 1 80 creature/elite_creature:elite_creature_51_60 elite_creature_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_glass_shelving_01 carnivore generic_creature_special_6 generic_creature_special_6 0 2 +clone_relics_trandoshan_researcher 35 0 0 0 0 NORMAL kashyyyk hsskor trandoshan_researcher 0 0 35 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang commoner_3 commoner_3 0 24 +clone_relics_walda 100 0 0 0 0 NORMAL tatooine jabba jabba ep3/ep3_clone_relics_walda.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc conversation.ep3_clone_relics_clone_trooper_walda commoner_10 commoner_10 0 2 +clone_relics_warren_agro_droid_s03 22 0 0 0 0 NORMAL dantooine clone_relics_droid clone_relics_droid warren_agro_droid_s03.iff 1 1 0 35 35 0 -1 0 -1 0 0 2 droid/droid_21_30 generic_npc_3 col_holo_emitter_01 android droid_2 droid_2 0 12 +clone_relics_warren_agro_droid_s04 23 0 0 0 -3 NORMAL dantooine clone_relics_droid clone_relics_droid warren_agro_droid_s04.iff 1 1 0 30 30 0 0 0 -1 0 -1 2 droid/droid_21_30 generic_npc_3 col_holo_emitter_01 android droid_2 droid_2 0 12 +clone_relics_warren_scientist 35 0 0 0 0 NORMAL dantooine clone_relics_scientist clone_relics_scientist ep3/ep3_clone_relics_warren_scientist.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc conversation.ep3_clone_relics_boba_fett_warren_scientist noble fancy commoner_3 commoner_3 0 12 +clone_relics_wookie_informant_01 29 0 0 0 4 NORMAL global rebel Rebel ep3/ep3_clone_relics_wookie_prisoner_01.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.ep3_clone_relics_queen_wookie_informant_1 rebel military commoner_2 commoner_2 0 12 +clone_relics_wookie_informant_02 29 0 0 0 4 NORMAL global rebel Rebel ep3/ep3_clone_relics_wookie_prisoner_02.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.ep3_clone_relics_queen_wookie_informant_3 rebel military commoner_2 commoner_2 0 12 +clone_relics_wookie_informant_03 29 0 0 0 4 NORMAL global rebel Rebel ep3/ep3_clone_relics_wookie_prisoner_03.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.ep3_clone_relics_queen_wookie_informant_2 rebel military commoner_2 commoner_2 0 12 +clone_relics_wookie_prisoner_01 100 0 0 0 0 NORMAL global rebel Rebel ep3/ep3_clone_relics_wookie_prisoner_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_queen_wookie_prisoner_1 rebel military commoner_10 commoner_10 0 2 +coa2_drall_guard 27 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc theme_park.alderaan.act2.drall_camp_guard rebel military rebel_sword rebel_carbine officer_2 officer_2 0 2 1 +coa2_drall_scientist 24 0 0 0 0 NORMAL corellia drall Rebel species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 drall npc theme_park.alderaan.act2.drall_camp_scientist rebel_carbine none smuggler_2 0 2 +coa2_imperial_commander 100 0 0 0 0 NORMAL global imperial Imperial naboo_npc/veers.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:recruiter=Imperial conversation.coa3lgeneralveers,theme_park.alderaan.act3.imperial_commander imperial military imperial_pistol imperial_carbine officer_10 officer_10 0 12 +coa2_imperial_coordinator 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 string:recruiter=Imperial conversation.coa3lcoordinator,theme_park.alderaan.act3.imperial_coordinator,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine commando_2 commando_2 0 4 +coa2_imperial_informant 20 0 0 0 0 NORMAL global imperial Imperial mercenary_elite 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 string:convo_table=alderaan/act2/imperial_informant theme_park.alderaan.act2.imperial_informant,npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_sword commando_2 melee_2 0 2 yes +coa2_imperial_slicer 14 0 0 0 0 NORMAL global rebel criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.alderaan.act2.imperial_slicer thug slang pirate_rifle_low_level pirate_pistol_low_level officer_1 officer_1 0 2 yes +coa2_imperial_slicer_gang 10 0 0 0 0 NORMAL global rebel criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug,theme_park.alderaan.act2.imperial_slicer_gang thug slang pirate_carbine_low_level pirate_polearm commando_1 melee_1 0 2 yes +coa2_lyda_thugs 10 0 0 0 0 NORMAL global thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug,theme_park.alderaan.act2.rebel_lyda_thug thug slang pirate_pistol_low_level pirate_unarmed smuggler_1 melee_1 4 4 yes +coa2_rebel_commander 100 0 0 0 0 NORMAL global rebel Rebel leia_organa.iff 0.75 0.75 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:recruiter=Rebel conversation.coa3wcoolguy,theme_park.alderaan.act3.rebel_commander rebel military rebel_carbine rebel_pistol officer_10 officer_10 0 12 +coa2_rebel_coordinator 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 string:recruiter=Rebel conversation.coa3wcoordinator,theme_park.alderaan.act3.rebel_coordinator rebel military rebel_pistol rebel_pistol officer_2 officer_2 0 2 +coa2_rebel_lyda 15 0 0 0 0 NORMAL global rebel Rebel dressed_lyda_skims.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 string:convo_table=alderaan/act2/rebel_lyda npc.converse.dynamic_convo,theme_park.alderaan.act2.rebel_lyda rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 +coa2_rebel_sympathizer 15 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 theme_park.alderaan.act2.rebel_sympathizer rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 +coa2_relay_captain 29 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc theme_park.alderaan.act2.relay_station_captain,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +coa2_relay_guard 27 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +coa3_caravan_leader 19 0 0 0 0 NORMAL global caravan jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc conversation.coa3sharedcaravanleader,theme_park.alderaan.act3.shared_caravan_leader thug slang pirate_carbine_low_level pirate_polearm smuggler_1 melee_1 0 4 1 yes +coa3_caravan_thug 15 0 0 0 0 NORMAL global caravan jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 1 +coa3_imperial_research_captain 44 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 45 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.imperial_research_guard rebel military rebel_carbine rebel_carbine officer_4 officer_4 0 2 1 yes +coa3_imperial_research_guard 35 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 35 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.imperial_research_guard rebel military rebel_carbine rebel_sword officer_3 melee_3 0 2 1 +coa3_information_imperial 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.coa3linfoofficer,theme_park.alderaan.act3.imperial_coordinator,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine commando_2 commando_2 0 4 +coa3_information_rebel 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.coa3winfoofficer,theme_park.alderaan.act3.rebel_coordinator rebel military rebel_pistol rebel_carbine officer_2 officer_2 0 2 +coa3_lookout 11 0 0 0 0 NORMAL global lookout jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc conversation.coa3sharedlookout,theme_park.alderaan.act3.shared_lookout thug slang pirate_rifle_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 yes +coa3_rebel_research_attacker1 35 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 0 0 35 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.rebel_research_attacker,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed officer_3 melee_3 0 2 1 yes +coa3_rebel_research_attacker2 44 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 0 0 45 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.rebel_research_attacker,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_rifle imperial_pistol officer_4 officer_4 0 2 1 yes +coa3_rebel_research_captain 23 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc theme_park.alderaan.act3.rebel_research_guard rebel military rebel_rifle rebel_carbine commando_2 commando_2 0 2 1 yes +coa3_rebel_research_guard 18 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.alderaan.act3.rebel_research_guard rebel military rebel_carbine rebel_unarmed officer_1 melee_1 0 2 1 +coa3_rebel_vacca 35 0 0 0 0 NORMAL global rebel Rebel dressed_dr_vacca.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 conversation.coa3wvacca rebel military rebel_carbine rebel_unarmed officer_3 melee_3 0 2 +coa3_tactical_imperial 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.coa3ltactofficer,theme_park.alderaan.act3.imperial_coordinator,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_sword commando_2 melee_2 0 4 +coa3_tactical_rebel 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.coa3wtactofficer,theme_park.alderaan.act3.rebel_coordinator rebel military rebel_carbine rebel_unarmed officer_2 melee_2 0 2 +coa3_warehouse_captain 35 0 0 0 0 NORMAL global warehouse jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc theme_park.alderaan.act3.shared_flora_guard commoner_3 commoner_3 4 4 1 yes +coa3_warehouse_guard 25 0 0 0 0 NORMAL global warehouse jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc theme_park.alderaan.act3.shared_flora_guard commoner_2 commoner_2 4 4 1 +coa3_warehouse_thug 17 0 0 0 0 NORMAL global warehouse jabba criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.alderaan.act3.shared_flora_guard commoner_1 commoner_1 4 4 1 +cobral_assassin 54 6 -3 0 0 NORMAL rori cobral cobral cobral_assassin 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 cobral npc slang pirate_carbine pirate_sword smuggler_5 melee_5 0 2 yes +cobral_bandit 48 2 0 0 -4 NORMAL rori cobral cobral cobral_bandit 0.8 1.2 0 10 10 0 25 25 25 25 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 cobral npc ai.thug pirate general_unarmed general_carbine melee_4 smuggler_4 0 6 +cobral_boss 58 0 0 0 0 NORMAL rori cobral cobral cobral_boss 0.8 1.2 0 0 0 0 40 40 40 40 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 cobral npc pirate_pistol pirate_carbine smuggler_5 smuggler_5 6 6 yes +cobral_hitman 50 2 0 0 0 NORMAL rori cobral cobral cobral_assassin 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 cobral npc general_rifle general_carbine smuggler_5 smuggler_5 0 6 1 +cobral_hooligan 37 0 0 0 0 NORMAL rori cobral cobral cobral_bandit 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc ai.thug thug slang pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 +cobral_mugger 36 0 0 0 0 NORMAL rori cobral cobral cobral_bandit 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc ai.thug thug slang pirate_carbine pirate_unarmed smuggler_3 melee_3 6 6 +cobral_overlord 60 0 0 0 -3 NORMAL rori cobral cobral cobral_boss 0.8 1.2 0 0 0 0 50 50 50 50 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 18 cobral npc pirate_polearm pirate_carbine smuggler_6 smuggler_6 6 6 yes +cobral_runner 44 0 0 0 0 NORMAL rori cobral cobral cobral_assassin 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc pirate_pistol pirate_carbine smuggler_4 smuggler_4 0 6 +cobral_thief 42 0 0 0 0 NORMAL rori cobral cobral cobral_bandit 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc ai.thug pirate_pistol pirate_carbine smuggler_4 smuggler_4 0 6 1 +cobral_thug 40 0 0 0 0 NORMAL rori cobral cobral cobral_bandit 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 cobral npc ai.thug thug slang pirate_pistol pirate_carbine smuggler_4 smuggler_4 6 6 +comm_operator 14 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine commando_1 melee_1 0 2 +command_security_guard 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_pistol imperial_carbine commando_1 commando_1 0 2 +commander_byrne 23 0 0 0 0 NORMAL global imperial Imperial dressed_lian_byrne.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes +commando 19 0 0 0 0 NORMAL global mercenary rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_sword bounty_hunter_1 melee_1 0 2 yes +commando_11_questgiver 100 0 0 0 0 NORMAL tatooine townsperson brigade_soldier 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.prof_commando_mao military military commoner_10 commoner_10 0 2 +commando_21_reward 100 0 0 0 0 NORMAL quest NPC - Do Not Use naboo townsperson townsperson dressed_noble_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.prof_commando_21_galuf commoner_10 commoner_10 0 2 +common_thief 10 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +commoner 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 1 +commoner_aqualish 1 0 0 0 0 NORMAL global townsperson townsperson commoner_aqualish 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_aqualish_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_aqualish_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_aqualish_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_aqualish_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_bith 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bith 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_bith_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bith_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_bith_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bith_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_bothan 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_bothan_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bothan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_bothan_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_bothan_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_devaronian 1 0 0 0 0 NORMAL global townsperson townsperson commoner_devaronian 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_gran 1 0 0 0 0 NORMAL global townsperson townsperson thug_gran_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_human 1 0 0 0 0 NORMAL global townsperson townsperson commoner_human 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_human_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_human_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_human_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_human_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_ishitib 1 0 0 0 0 NORMAL global townsperson townsperson commoner_ishitib 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_moncal 1 0 0 0 0 NORMAL global townsperson townsperson commoner_moncal 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_moncal_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_moncal_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_moncal_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_moncal_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_nikto 1 0 0 0 0 NORMAL global townsperson townsperson commoner_nikto 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_rodian 1 0 0 0 0 NORMAL global townsperson townsperson commoner_rodian 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_rodian_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_rodian_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_rodian_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_rodian_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_sullustan 1 0 0 0 0 NORMAL global townsperson townsperson commoner_sullustan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_trandoshan 1 0 0 0 0 NORMAL global townsperson townsperson commoner_trandoshan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_trandoshan_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_trandoshan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_trandoshan_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_trandoshan_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_twilek 1 0 0 0 0 NORMAL global townsperson townsperson commoner_twilek 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_twilek_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_twilek_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_twilek_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_twilek_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_zabrak 1 0 0 0 0 NORMAL global townsperson townsperson commoner_zabrak 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_zabrak_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_zabrak_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +commoner_zabrak_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_zabrak_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +competent_gondula_ritualist 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 +competent_jinda_ritualist 65 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 30 30 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc unarmed none commoner_6 commoner_6 0 12 +competent_panshee_ritualist 70 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 25 25 0 -1 0 -1 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 +compforce_trooper 21 0 0 0 0 NORMAL global imperial Imperial criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes +confused_wood_mite_hatchling 36 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 2.5 3 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 18 bark_mite carnivore roach_3 roach_3 0 2 1 +coraline_dynes 100 0 0 0 0 NORMAL corellia townsperson dressed_coraline_dynes.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 +corellia_abagga_creel 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_corellia_abagga_creel.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +corellia_braggans_fist_thug 38 0 0 0 0 NORMAL corellia braggans_fist criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 6 +corellia_captain_baize 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_captain_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_captain_baize 0 2 +corellia_cara_raeth 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_commoner_naboo_human_female_06.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_cara_raeth 0 2 +corellia_carrion_spat_gravefeather 30 0 0 0 0 ELITE quest target corellia enraged_carrion_spat painted_spat.iff 1.2 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 260 meat_avian 180 bone_avian 1 100 npc/elite_npc:elite_npc_31_40 elite_creature_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table carnivore generic_creature_special_3 generic_creature_special_3 3 3 +corellia_chirq_annor_fash 39 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_low_m_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 4 2 +corellia_chirq_assassin 37 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_med 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 5 6 yes +corellia_chirq_atlan_dubreas 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_reb_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 4 2 +corellia_chirq_battle_mech 40 0 0 0 0 NORMAL quest NPC corellia chirq_council naboo_stonewall_labs_battlemech_alpha.iff 0 10 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 npc battledroid 5 6 1 yes +corellia_chirq_braganti_hooge 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_imp_hum_m_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 +corellia_chirq_cavalier 38 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_med 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 5 6 yes +corellia_chirq_chemist 39 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 5 2 +corellia_chirq_crale_forte 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_03.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 4 2 +corellia_chirq_dain_pax 41 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_high_m_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 4 2 +corellia_chirq_genovin_jasha 40 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_med_m_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 4 2 +corellia_chirq_guard 38 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 5 2 +corellia_chirq_jade_mcdonagh 41 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_high_f_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 0 2 +corellia_chirq_janos_zarbo 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_imp_hum_m_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 4 2 +corellia_chirq_kazic_pendre 39 0 0 0 0 ELITE quest NPC corellia chirq_council dressed_corran_horn.iff 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_41_50 generic_npc_4 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_pistol 0 2 +corellia_chirq_koran_lassk 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_reb_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 4 2 +corellia_chirq_ladonna_poe 39 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_low_f_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 4 2 +corellia_chirq_lookout 38 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 5 2 +corellia_chirq_markus_gilder 42 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_reb_03.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 4 2 +corellia_chirq_mathazar_zayet 41 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 +corellia_chirq_rallyn_secura 41 0 0 0 0 NORMAL quest NPC corellia chirq_council dressed_assassin_mission_giver_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 4 2 +corellia_chirq_ruffian 38 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_high 0 0 10 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 5 6 yes +corellia_chirq_sentinel 40 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_high 0 0 15 0 -1 -1 -1 40 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 5 6 yes +corellia_chirq_seyda_shae 40 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_med_f_2.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 4 2 +corellia_chirq_tettsel_anker 41 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_high_f_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 4 2 +corellia_chirq_trins_evnar 40 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_med_m_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 0 2 +corellia_chirq_vanquisher 39 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_high 0 0 10 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_rifle 5 6 yes +corellia_chirq_vella_corse 39 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_low_f_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 +corellia_chirq_vora_anjek 40 0 0 0 0 NORMAL quest NPC corellia chirq_council chirq_med_f_1.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 +corellia_chirq_warden 39 1 -1 0 0 NORMAL Chirq Council corellia chirq_council chirq_high 0 0 15 0 -1 -1 -1 40 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine 5 6 yes +corellia_chirq_watcher 37 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 5 2 +corellia_chirq_zuld_marshayal 41 0 0 0 0 ELITE quest NPC corellia chirq_council dressed_assassin_mission_giver_imp_hum_m_03.iff 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_41_50 generic_npc_4 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc general_carbine 4 2 +corellia_chun_solso 100 0 0 0 0 NORMAL quest NPC naboo corsec townsperson dressed_corsec_officer_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_chun_solso 0 2 +corellia_civius_bain 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_mercenary_weak_rod_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_civius_bain 0 2 +corellia_cora 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_cora.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_cora commoner_10 commoner_10 0 0 +corellia_coronet_armor_thief 31 0 1 0 0 NORMAL quest target corellia coronet_armor_thief mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 npc pirate_pistol smuggler_3 melee_3 6 6 +corellia_corsec_rogue 31 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle smuggler_3 melee_3 6 2 +corellia_corsec_rogue_hiram_bish 31 0 0 0 0 NORMAL quest target corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle smuggler_special_3 melee_special_3 3 3 +corellia_corsec_rogue_miscreant 38 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_2 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle 6 2 +corellia_corsec_rogue_mtara_vinram 32 0 0 0 0 NORMAL quest target corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle general_pistol smuggler_special_3 smuggler_special_3 3 3 +corellia_corsec_rogue_sentry 30 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle smuggler_3 melee_3 6 2 +corellia_corsec_rogue_xyrias_undea 41 0 0 0 0 NORMAL quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_31_40 elite_npc_2 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle 6 6 +corellia_deel_draav 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_mayor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_deel_draav 0 2 +corellia_demmi_wot 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_commoner_naboo_human_male_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_demmi_wot commoner_10 commoner_10 0 2 +corellia_donovan 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_donovan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_donovan commoner_10 commoner_10 0 0 +corellia_drall_patriot_tactician 39 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier rebel_carbine 5 2 yes +corellia_drall_patriot_warrior 38 0 0 0 -3 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 10 30 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier pirate_carbine 5 2 yes +corellia_durni_fiendish 38 1 0 0 0 NORMAL corellia fiendish_durni durni_hue.iff 1.3 1.7 2 0 0 10 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore rabbit_2 rabbit_2 5 6 +corellia_edbr_yamagh 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_commoner_naboo_human_male_06.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_edbr_yamagh 0 2 +corellia_enraged_carrion_spat 30 0 1 0 0 NORMAL quest target corellia enraged_carrion_spat carrion_spat_hue.iff 0.9 1 2 0 0 0 0 0 0 0 -1 2 1 260 meat_avian 180 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 carnivore raptor_2 raptor_2 6 6 +corellia_finn_shallo 100 0 0 0 0 NORMAL coronet quest npc corellia corellia_times dressed_corellia_finn_shallo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +corellia_frye_troeman 100 0 0 0 0 NORMAL coronet quest npc corellia troeman dressed_businessman_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_frye_troeman commoner_10 commoner_10 0 2 +corellia_gallura_handerin 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_noble_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_gallura_handerin commoner_10 commoner_10 0 2 +corellia_galvain_tark 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_commoner_tatooine_nikto_male_05.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_galvain_tark 0 2 +corellia_grey_shroud_ebela_puckett 39 0 0 0 0 NORMAL corellia grey_shroud dressed_cobral_overlord_human_female_01.iff 0.8 1.2 0 25 20 0 -1 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_01,col_glass_shelving_01 18 grey_shroud npc military general_sword 6 6 yes +corellia_grey_shroud_terrorist 38 0 0 0 0 NORMAL corellia grey_shroud cobral_bandit 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01,col_glass_shelving_01 18 grey_shroud npc ai.thug pirate slang pirate_carbine 6 6 +corellia_gwhirrye_baric 100 0 0 0 0 NORMAL quest NPC naboo baric_thug dressed_villain_trandoshan_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_gwhirrye_baric 0 2 +corellia_hurley_klakk 100 0 0 0 0 NORMAL quest NPC naboo corsec townsperson dressed_corsec_detective_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_hurley_klakk 0 2 +corellia_jaalib_rigel 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson warren_scientist_s02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_jaalib_rigel 0 2 +corellia_jark 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_jark.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_jark commoner_10 commoner_10 0 0 +corellia_jaylon_geissler 100 0 0 0 0 NORMAL quest NPC naboo vuuls_guards dressed_criminal_thug_bothan_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_jaylon_geissler 0 2 +corellia_jesseb_convorr 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_corellia_jesseb_convorr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +corellia_jonset 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_assassin_mission_giver_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_jonset commoner_10 commoner_10 0 2 +corellia_jori 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_carbine smuggler_3 melee_3 6 2 yes +corellia_jzoro_quanera 100 0 0 0 0 NORMAL quest NPC naboo chirq_council dressed_noble_human_male_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_jzoro_quanera 0 2 +corellia_lejo_daramus 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_doctor_trainer_moncal_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_lejo_daramus 0 2 +corellia_lieutenant_jasper 100 0 0 0 0 NORMAL coronet quest npc corellia corsec dressed_corsec_officer_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_lt_jasper officer_10 officer_10 0 2 +corellia_lilith_laughlin 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_robber_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_lilith_laughlin 0 2 +corellia_lt_cope 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_captain_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_lt_cope 0 2 +corellia_major_walden 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_detective_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_major_walden 0 2 +corellia_meatlump_donk 37 0 0 0 0 NORMAL aggro corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc pirate_pistol 6 2 +corellia_meatlump_dunder 29 0 0 0 0 NORMAL aggro corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 18 meatlump npc pirate_pistol smuggler_2 melee_2 6 2 +corellia_meatlump_hrath_koo 39 0 0 0 0 NORMAL aggro corellia meatlump meatlump dressed_meatlump_lieutenant_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc pirate_pistol 6 2 +corellia_meatlump_lieutenant 31 0 0 0 0 NORMAL quest npc corellia meatlump meatlump meatlump_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc 1 conversation.corellia_coronet_meatlump_distress pirate_pistol smuggler_3 melee_3 0 2 +corellia_meatlump_lunk 30 0 0 0 0 NORMAL aggro corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 18 meatlump npc pirate_pistol smuggler_3 melee_3 6 2 +corellia_meatlump_merkie_howzat 31 0 0 0 0 NORMAL CREDITS quest target corellia meatlump meatlump dressed_meatlump_merkie_howzat.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/meatlump_merkie_howzat meatlump_merkie_howzat col_shattered_shard_01 18 meatlump npc pirate_pistol smuggler_3 melee_3 6 2 +corellia_meatlump_nerp 39 0 0 0 0 NORMAL aggro corellia meatlump_ubbal meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc pirate_pistol 6 2 +corellia_meatlump_simp 38 0 0 0 0 NORMAL aggro corellia meatlump_ubbal meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 18 meatlump npc pirate_pistol 6 2 +corellia_menchi_lerann 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_gran_thug_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_menchi_lerann 0 2 +corellia_monumenter_poacher 38 0 0 0 0 NORMAL corellia monumenter criminal_thug 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_01 npc ai.thug pirate_pistol 5 5 +corellia_nedgarr_bandit 31 0 0 0 0 NORMAL quest target corellia nedgar_bandits criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_shattered_shard_01 npc pirate_pistol smuggler_3 melee_3 6 6 +corellia_nedgarr_bandit_trae_nedgarr 31 0 0 0 0 NORMAL quest target corellia nedgar_bandits dressed_black_sun_thug.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 generic_creature_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine smuggler_special_3 melee_3 3 3 +corellia_olivia_bain 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_mercenary_medic_rodian_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_olivia_bain 0 2 +corellia_osto_grissom 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_royal_pilot_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_osto_grissom 0 2 +corellia_pech_seki 100 0 0 0 0 NORMAL quest NPC naboo meatlump dressed_meatlump_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_pech_seki 0 2 +corellia_pendretronics_employee 37 0 0 0 0 NORMAL corellia pendetronics_employee scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_6 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 pirate_pistol 0 0 +corellia_pendretronics_security 38 0 0 0 -2 NORMAL quest NPC corellia pendetronics_employee nym_bodyguard 0 30 30 0 0 40 -1 -1 -1 2 npc/npc_31_40 generic_npc_6 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 6 8 yes +corellia_pol_handerin 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_quest_farmer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_pol_handerin commoner_10 commoner_10 0 2 +corellia_preens_boola 32 0 0 0 0 NORMAL quest target corellia thug dressed_commoner_fat_twilek_male_02.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 generic_creature_2 col_shattered_shard_01 npc pirate_carbine smuggler_special_3 smuggler_special_3 6 6 +corellia_ragtag_blackjack 30 0 0 0 0 NORMAL aggro corellia ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate_carbine commando_3 melee_3 6 2 +corellia_ragtag_cudgel 38 0 0 0 0 NORMAL aggro corellia ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_2 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 6 2 +corellia_ragtag_lilea_norith 42 0 0 0 0 NORMAL quest NPC corellia ragtag_gang dressed_blood_razor_pirate_officer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_31_40 generic_npc_2 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 +corellia_ragtag_sentry 31 0 0 0 0 NORMAL aggro corellia ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc pirate_carbine commando_3 melee_3 6 2 +corellia_ragtag_tomi_jinsin 31 0 0 0 0 NORMAL quest target corellia ragtag_gang dressed_corellia_tomi_jinsin.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 generic_npc_2 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_3 melee_special_3 3 2 +corellia_ragtag_ventil_tamplin 41 0 0 0 0 NORMAL quest NPC corellia ragtag_gang dressed_blood_razor_pirate_captain_nikto_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_2 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 4 2 +corellia_red_circle_guard 38 0 0 0 0 NORMAL Chirq Council corellia chirq_council chirq_low 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine 5 2 +corellia_retired_officer 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_noble_fat_human_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_retired_officer 0 2 +corellia_ryll_elite_guardian 39 4 -4 0 0 NORMAL corellia ryll_smuggler blood_razor_pirate_elite 0 0 25 0 0 -1 -1 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm 6 8 yes +corellia_ryll_jaryn_minoze 40 6 -2 0 0 NORMAL quest NPC corellia ryll_smuggler dressed_blood_razor_pirate_officer_nikto_m.iff 0 0 45 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 6 8 yes +corellia_ryll_oret_sturm 39 8 -9 0 0 NORMAL quest NPC corellia ryll_smuggler dressed_blood_razor_pirate_officer_hum_m.iff 0 -1 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 6 8 yes +corellia_ryll_refiner 38 6 -3 0 0 NORMAL corellia ryll_smuggler blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_polearm 6 8 yes +corellia_ryll_sentry 37 4 0 0 0 NORMAL corellia ryll_smuggler blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 6 8 yes +corellia_ryll_smuggler 37 8 -9 0 0 NORMAL corellia ryll_smuggler blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate_carbine 6 8 yes +corellia_ryll_ubis_reendorr 38 0 0 0 0 NORMAL quest NPC corellia ryll_smuggler dressed_blood_razor_pirate_officer_rod_m.iff 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine 6 8 yes +corellia_selonian_dayana 100 0 0 0 0 NORMAL quest NPC naboo selonian selonian_female_19.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_selonian_dayana 0 2 +corellia_sgt_hus 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_pilot_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_sgt_hus 0 2 +corellia_shobbo_durron 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_doctor_trainer_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_shobbo_durron 0 2 +corellia_sinis 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_sinis_questgiver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_sinis commoner_10 commoner_10 0 0 +corellia_teilo_monnro 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson junk_dealer_f_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_teilo_monnro 0 2 +corellia_teniel_waray 100 0 0 0 0 NORMAL quest NPC naboo corsec dressed_corsec_pilot_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_39_teniel_waray 0 2 +corellia_the_informant 100 0 0 0 0 NORMAL coronet quest npc corellia coronet dressed_noble_human_male_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_the_informant commoner_10 commoner_10 0 2 +corellia_times_investigator 5 0 0 0 0 NORMAL corellia corellia_times commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 pirate_pistol pirate_carbine 0 2 +corellia_times_reporter 4 0 0 0 0 NORMAL corellia corellia_times commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 pirate_pistol pirate_carbine 0 2 +corellia_troeman_lackey 30 0 0 0 0 NORMAL quest target corellia troeman criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate_pistol general_pistol commoner_3 commoner_3 6 6 +corellia_tyrena_akers 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_akers 1 commoner_10 commoner_10 0 0 +corellia_tyrena_akkus 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_akkus 1 commoner_10 commoner_10 0 0 +corellia_tyrena_anyza_ekull 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_anyza_ekull.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_anyza_ekull 1 commoner_10 commoner_10 0 0 +corellia_tyrena_bandor_mokk 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_bandor_mokk.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_bandor 1 commoner_10 commoner_10 0 0 +corellia_tyrena_bannoc_gnoc 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_bannoc_gnoc.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_bannoc_gnoc 1 commoner_10 commoner_10 0 0 +corellia_tyrena_dulor 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_dulor 1 commoner_10 commoner_10 0 0 +corellia_tyrena_gordo_zek 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_gordo_zek 1 commoner_10 commoner_10 0 0 +corellia_tyrena_herkog_gerr 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_herkog_gerr.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 0 +corellia_tyrena_kyran_silene 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_kyran_silene.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_kyran_silene 1 commoner_10 commoner_10 0 0 +corellia_tyrena_madison_silene 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_madison_silene.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_madison_silene 1 commoner_10 commoner_10 0 0 +corellia_tyrena_narlissa 100 0 0 0 0 NORMAL Corellian Slavers Quest tatooine townsperson commoner_female 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.legacy_dead_miner commoner_10 commoner_10 0 2 +corellia_tyrena_neeka_zall 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_neeka_zall.iff 0.6 0.7 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_neeka_zall 1 commoner_10 commoner_10 0 0 +corellia_tyrena_norith_zall 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_norith_zall.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_norith_zall 1 commoner_10 commoner_10 0 0 +corellia_tyrena_noro 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_noro 1 commoner_10 commoner_10 0 0 +corellia_tyrena_slave 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 0 +corellia_tyrena_slave_escaped 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 0 +corellia_tyrena_slaver_clerk 35 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver scientist 1 1 0 0 0 0 0 0 0 0 0 2 1 50 npc/corellian_slaver_clerk generic_npc_4 col_shattered_shard_01 18 tyrena_slaver npc general_pistol smuggler_3 melee_3 0 6 +corellia_tyrena_slaver_faye_patrick 40 0 0 0 0 NORMAL CREDITS Corellian Slavers Quest corellia corellian_slaver npc_dressed_corellia_faye_patrick.iff 1 1 0 20 80 60 0 0 0 0 0 2 1 100 npc/corellian_slaver_faye_patrick generic_npc_4 col_shattered_shard_01 18 tyrena_slaver npc 1 general_unarmed melee_3 melee_3 0 0 instant +corellia_tyrena_slaver_guard 37 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver slaver_guard 1 1.1 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 tyrena_slaver npc general_pistol smuggler_3 melee_3 6 6 +corellia_tyrena_slaver_guard_elite 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver slaver_guard_elite 1 1.1 0 40 60 20 20 20 20 20 20 2 1 100 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tyrena_slaver npc general_carbine smuggler_3 melee_3 6 6 yes +corellia_tyrena_slaver_guard_elite_detention 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver slaver_guard_elite 1 1.1 0 40 60 20 20 20 20 20 20 2 1 100 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tyrena_slaver npc general_carbine smuggler_special_3 melee_special_3 6 6 yes +corellia_tyrena_slaver_guard_friendly 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson slaver_guard 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 tyrena_slaver npc 1 conversation.corellia_tyrena_guard 1 commoner_10 commoner_10 0 0 +corellia_tyrena_slaver_medical_droid 39 0 0 0 0 NORMAL Corellian Slavers Quest corellia corellian_slaver wed_treadwell.iff 2.2 2.2 0 25 25 25 25 25 25 25 25 2 1 80 npc/npc_61_70 boss_droid_4 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_01,col_glass_shelving_02 18 tyrena_slaver droid 100 100 100 100 general_unarmed 0 0 instant +corellia_tyrena_slaver_slavemaster 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Corellian Slavers Quest corellia corellian_slaver dressed_corellian_slavemaster.iff 0.8 0.9 0 10 30 10 10 10 10 10 10 2 1 100 npc/npc_41_50 elite_npc_6 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tyrena_slaver npc pirate_polearm melee_special_3 melee_special_3 6 6 instant +corellia_tyrena_stavu 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson commoner_male 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_stavu 1 commoner_10 commoner_10 0 0 +corellia_tyrena_vermon_skeetz 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_vermon_skeetz.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_vermon_skeetz 1 commoner_10 commoner_10 0 0 +corellia_tyrena_zorgom_zall 100 0 0 0 0 NORMAL Corellian Slavers Quest corellia townsperson townsperson npc_dressed_corellia_zorgom_zall.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_tyrena_zorgom_zall 1 commoner_10 commoner_10 0 0 +corellia_ubbal_fenn 100 0 0 0 0 NORMAL quest NPC naboo meatlump_ubbal dressed_meatlump_lieutenant_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_ubbal_fenn 0 2 +corellia_vani_korr 100 0 0 0 0 NORMAL coronet quest npc corellia corellia_times dressed_corellia_vani_korr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +corellia_vicious_thug 30 0 0 0 0 NORMAL quest target corellia thug commoner 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 col_contraband_set_01 npc pirate_carbine commando_3 melee_3 6 6 +corellia_vuul_sarlin 100 0 0 0 0 NORMAL quest NPC naboo vuuls_guards dressed_hoodlum_zabrak_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_38_vuul_sarlin 0 2 +corellia_vuuls_guard 38 0 0 0 0 NORMAL corellia vuuls_guards corsair_cutthroat 0 0 45 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol 5 5 yes +corellia_vuuls_thug 37 0 0 0 0 NORMAL corellia vuuls_guards corsair_cutthroat 0 0 60 0 -1 -1 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate_polearm 5 5 yes +corellia_yorick 100 0 0 0 0 NORMAL Corellia Level 35 Quest NPC corellia townsperson townsperson cb_yorick.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_cb_yorick commoner_10 commoner_10 0 0 +corellian_butterfly 25 0 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 0.8 1.1 1 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 2 +corellian_butterfly_defender 33 4 -4 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 1.4 1.7 1 0 15 -1 -1 -1 -1 -1 -1 2 1 16 meat_insect 16 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.05 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff moth_2 moth_2 0 6 1 +corellian_butterfly_drone 22 0 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 2 +corellian_butterfly_drone_large 23 0 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 2 2.6 2 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 2 +corellian_butterfly_monarch 34 2 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 2 2.3 3 -1 25 -1 0 0 -1 -1 -1 2 1 27 meat_insect 27 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.05 lowAbilitySpeedWeak carnivore moth_2 moth_2 0 6 1 yes +corellian_butterfly_monarch_bloodthirsty 19 2 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 2 2.3 3 0 15 0 0 0 -1 -1 -1 2 1 27 meat_insect 27 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.05 lowAbilitySpeedWeak carnivore moth_2 moth_2 6 6 1 yes +corellian_butterfly_warrior 33 2 -2 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 1.4 1.7 4 0 0 0 0 0 0 0 -1 2 1 12 meat_insect 12 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.1 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_red.iff moth_2 moth_2 6 6 1 +corellian_butterfly_worker 28 0 0 0 0 NORMAL corellia corellian_butterfly corellian_butterfly_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 8 meat_insect 8 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAbilitySpeedWeak carnivore moth_2 moth_2 0 2 1 +corevette_rebel_commando 25 0 0 0 0 ELITE global rebel Rebel corvette_rebel_commando 0 0 0 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc ai.soldier rebel military rebel_rifle commando_melee commando_2 melee_2 0 2 yes +coronet_captain_dool 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson coronet_captain_dool.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 +coronet_sheelya 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson coronet_sheelya.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 +corporal_sova 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_sword commando_1 melee_1 0 2 +corran_horn 100 0 0 0 0 NORMAL corellia townsperson dressed_corran_horn.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 2 +corsec_agent 33 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 +corsec_agent_aggro 80 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 45 45 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes +corsec_battle_droid 83 0 0 0 0 ELITE global aggro_corsec aggro_corsec battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_71_80 elite_droid_9 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android imperial_carbine none droid_special_6 droid_special_6 9 3 instant +corsec_cadet 32 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 +corsec_cadet_aggro 80 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 35 35 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes +corsec_captain 33 0 0 0 0 NORMAL corellia corsec corsec corsec_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_rifle general_pistol officer_3 officer_3 0 2 yes +corsec_captain_aggro 82 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_captain 0 65 65 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 8 8 yes +corsec_chief 34 0 0 0 5 NORMAL corellia corsec corsec corsec_captain 0 0 0 0 0 0 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military 1 general_rifle general_pistol officer_3 officer_3 0 2 yes +corsec_chief_aggro 83 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_captain 0 75 75 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 8 8 yes +corsec_comissioner 34 0 0 0 4 NORMAL corellia corsec corsec corsec_captain 0 0 0 0 0 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 yes +corsec_comissioner_aggro 84 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_captain 0 85 85 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes +corsec_deserter 33 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_carbine general_pistol officer_3 officer_3 6 2 +corsec_detective 33 0 0 0 0 NORMAL corellia corsec corsec corsec_detective 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military 1 general_rifle general_pistol officer_3 officer_3 0 2 +corsec_detective_aggro 81 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_detective 0 50 50 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 8 8 yes +corsec_inspector_sergeant 34 0 0 0 0 NORMAL corellia corsec corsec corsec_detective 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 yes +corsec_inspector_sergeant_aggro 81 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_detective 0 55 55 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes +corsec_investigator 33 0 0 0 0 NORMAL corellia corsec corsec corsec_detective 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military 1 general_carbine general_pistol officer_3 officer_3 0 2 +corsec_lieutenant 33 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 yes +corsec_lieutenant_aggro 82 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 55 55 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes +corsec_major 34 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 15 15 0 0 0 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 yes +corsec_major_aggro 83 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 65 65 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes +corsec_master_sergeant 33 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_rifle general_pistol officer_3 officer_3 0 2 +corsec_master_sergeant_aggro 82 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 50 50 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 8 8 yes +corsec_renegade 34 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 ai.thug thug slang general_rifle general_pistol officer_3 officer_3 6 2 yes +corsec_rogue 33 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 ai.thug thug slang general_rifle general_pistol officer_3 officer_3 6 2 +corsec_sergeant 32 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 2 +corsec_sergeant_aggro 81 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 45 45 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes +corsec_super_battle_droid 86 0 0 0 0 ELITE global aggro_corsec aggro_corsec super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 3 instant +corsec_traitor 31 0 0 0 0 NORMAL corellia corsec_rogue rogue_corsec mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_carbine general_pistol officer_3 officer_3 6 2 yes +corsec_trooper 32 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_3 officer_3 0 2 +corsec_trooper_aggro 80 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 45 45 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 8 8 yes +corvette_rebel_admiral 83 0 0 0 0 ELITE global rebel Rebel rebel_general 0 80 90 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_pistol rebel_carbine officer_special_6 officer_special_6 9 3 instant +corvette_rebel_commandant 82 0 0 0 0 ELITE global rebel Rebel rebel_major 0 50 65 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_pistol rebel_carbine officer_special_6 officer_special_6 9 3 instant +corvette_rebel_commodore 82 0 0 0 0 ELITE global rebel Rebel rebel_major 0 65 75 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 9 3 instant +corvette_rebel_engineer 80 0 0 0 0 ELITE global rebel Rebel rebel_second_lieutenant 0 45 45 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 9 3 instant +corvette_rebel_ensign 81 0 0 0 0 ELITE global rebel Rebel rebel_crewman 0 45 35 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine officer_special_6 officer_special_6 9 3 instant +corvette_rebel_mate 80 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 45 35 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine officer_special_6 officer_special_6 9 3 instant +corvette_rebel_midshipman 81 0 0 0 0 ELITE global rebel Rebel rebel_sergeant 0 50 65 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_pistol rebel_carbine officer_special_6 officer_special_6 9 3 instant +corvette_rebel_rear_admiral 82 0 0 0 0 ELITE global rebel Rebel rebel_first_lieutenant 0 70 75 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_sword officer_special_6 melee_special_6 9 3 instant +corvette_rebel_sailor 80 0 0 0 0 ELITE global rebel Rebel rebel_staff_corporal 0 45 45 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_pistol rebel_carbine officer_special_6 officer_special_6 9 3 instant +cowardly_gurreck 60 -1 1 0 0 NORMAL endor gurreck gurreck_hue.iff 1.5 1.5 1 10 10 0 -1 -1 0 -1 -1 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowTankDefenseWeak carnivore predatory_cat_4 predatory_cat_4 0 12 +crackdown_at_st 80 0 0 0 0 NORMAL global imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 creature/creature_71_80 generic_npc_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 vehicle absorption_fire=80,dissipation_fire=50 0 8 +crackdown_comm_operator 14 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 4 +crackdown_comm_operator_hard 35 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_command_security_guard 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +crackdown_command_security_guard_hard 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_81_90 elite_npc_3 housing_improvement_01,housing_improvement_02,col_story_count_dooku_set_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol commando_2 commando_2 0 3 +crackdown_dark_trooper 32 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_3 droid_3 0 6 +crackdown_dark_trooper_hard 50 0 0 0 0 ELITE global imperial Imperial dark_trooper.iff 1.4 1.4 0 40 25 15 50 50 50 50 25 2 1 100 droid/elite_droid:elite_droid_41_50 elite_npc_5 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_3 droid_special_3 0 3 +crackdown_elite_dark_trooper 64 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_61_70 generic_npc_7 col_glass_shelving_02,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_6 droid_6 0 8 +crackdown_elite_dark_trooper_hard 80 0 0 0 0 ELITE global imperial Imperial dark_trooper.iff 1.45 1.45 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 +crackdown_elite_sand_trooper 45 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_4 officer_4 0 6 +crackdown_elite_sand_trooper_hard 75 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +crackdown_imperial_army_captain 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +crackdown_imperial_army_captain_hard 45 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_imperial_colonel 23 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +crackdown_imperial_colonel_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_imperial_corporal 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +crackdown_imperial_corporal_hard 40 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_imperial_exterminator 28 2 -2 0 3 NORMAL global imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 6 +crackdown_imperial_exterminator_hard 45 2 -2 0 3 ELITE global imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_5 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_imperial_first_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +crackdown_imperial_first_lieutenant_hard 35 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_imperial_master_sergeant 18 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 1 +crackdown_imperial_master_sergeant_hard 34 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 1 +crackdown_imperial_medic 16 0 0 0 0 NORMAL global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +crackdown_imperial_medic_hard 33 0 0 0 0 NORMAL global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_4 col_shattered_shard_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_imperial_noncom 14 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 4 1 +crackdown_imperial_noncom_hard 32 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_21_30 elite_npc_4 col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 1 +crackdown_imperial_sergeant 16 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +crackdown_imperial_sergeant_hard 31 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_4 col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_imperial_sharpshooter 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +crackdown_imperial_sharpshooter_hard 36 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_imperial_warrant_officer_ii 18 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +crackdown_imperial_warrant_officer_ii_hard 33 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_army_captain 21 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 +crackdown_rebel_army_captain_hard 45 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_cadet 29 0 0 0 5 NORMAL global rebel Rebel mercenary_weak 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 +crackdown_rebel_cadet_hard 60 0 0 0 5 ELITE global rebel Rebel mercenary_weak 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +crackdown_rebel_colonel 23 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 +crackdown_rebel_colonel_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_comm_operator 14 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 +crackdown_rebel_comm_operator_hard 35 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_command_security_guard 15 0 0 0 0 NORMAL global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 +crackdown_rebel_command_security_guard_hard 25 0 0 0 0 NORMAL global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_81_90 elite_npc_3 housing_improvement_01,housing_improvement_02,col_story_count_dooku_set_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol commando_2 commando_2 0 3 +crackdown_rebel_commando 29 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 1 +crackdown_rebel_commando_hard 70 0 0 0 5 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/npc_71_80 elite_npc_7 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 +crackdown_rebel_corporal 16 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 +crackdown_rebel_corporal_hard 40 0 0 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_elite_heavy_trooper 64 0 0 0 0 NORMAL global rebel Rebel rebel_ris 0 40 0 0 50 50 50 50 -1 2 droid/droid_61_70 generic_npc_7 col_glass_shelving_02,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_6 droid_6 0 6 +crackdown_rebel_elite_heavy_trooper_hard 80 0 0 0 0 NORMAL global rebel Rebel rebel_ris 0 40 20 15 50 50 50 50 25 2 1 80 npc/npc_81_90 elite_npc_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_03 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 +crackdown_rebel_elite_sand_rat 45 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 6 +crackdown_rebel_elite_sand_rat_hard 75 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +crackdown_rebel_first_lieutenant 20 0 0 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 +crackdown_rebel_first_lieutenant_hard 35 0 0 0 0 ELITE global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_grenadier 25 3 -3 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 6 +crackdown_rebel_grenadier_hard 50 3 -3 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_guard_captain 25 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 +crackdown_rebel_guard_captain_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_specforce_captain 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_guardsman 25 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 +crackdown_rebel_guardsman_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_heavy_trooper 32 0 0 0 0 NORMAL global rebel Rebel rebel_ris 0 40 0 0 50 50 50 50 -1 2 droid/droid_31_40 generic_npc_4 housing_improvement_01,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_3 droid_3 0 6 +crackdown_rebel_heavy_trooper_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_ris 0 40 20 15 50 50 50 50 25 2 1 100 droid/elite_droid:elite_droid_41_50 elite_npc_5 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_3 droid_special_3 0 3 +crackdown_rebel_liberator 28 2 -2 0 3 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 +crackdown_rebel_liberator_hard 45 2 -2 0 3 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 100 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_master_sergeant 18 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 1 +crackdown_rebel_master_sergeant_hard 34 0 0 0 0 ELITE global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 1 +crackdown_rebel_medic 16 0 0 0 0 NORMAL global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 +crackdown_rebel_medic_hard 33 0 0 0 0 ELITE global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_recruit 14 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 1 +crackdown_rebel_recruit_hard 32 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0 0 0 0 0 0 0 0 0 2 1 100 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 1 +crackdown_rebel_rifleman 25 1 -1 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 +crackdown_rebel_rifleman_hard 50 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 +crackdown_rebel_sergeant_hard 31 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_4 col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_sharpshooter 17 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 +crackdown_rebel_sharpshooter_hard 36 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_soldier 25 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 +crackdown_rebel_soldier_hard 50 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_squad_leader 27 0 0 0 5 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 6 +crackdown_rebel_squad_leader_hard 55 0 0 0 5 ELITE global rebel Rebel rebel_trooper 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_5 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 +crackdown_rebel_warrant_officer_ii 18 0 0 0 0 NORMAL global rebel Rebel rebel_lieutenant_colonel 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 6 +crackdown_rebel_warrant_officer_ii_hard 33 0 0 0 0 ELITE global rebel Rebel rebel_lieutenant_colonel 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 rebel military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_sand_trooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_2 officer_2 0 6 +crackdown_sand_trooper_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_scout_trooper 23 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +crackdown_scout_trooper_hard 45 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_5 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol officer_special_3 officer_special_3 0 2 +crackdown_specialist_noncom 13 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +crackdown_specialist_noncom_hard 25 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_2 commando_2 0 3 +crackdown_storm_commando 29 0 0 0 5 NORMAL global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 0 6 1 +crackdown_storm_commando_hard 70 0 0 0 5 ELITE global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 +crackdown_stormtrooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 +crackdown_stormtrooper_bombardier 25 3 -3 0 0 NORMAL global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 +crackdown_stormtrooper_bombardier_hard 50 3 -3 0 0 ELITE global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_stormtrooper_captain 29 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol commando_2 commando_2 0 6 +crackdown_stormtrooper_captain_hard 60 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +crackdown_stormtrooper_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_3 officer_special_3 0 3 +crackdown_stormtrooper_medic 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 +crackdown_stormtrooper_medic_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_stormtrooper_rifleman 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol commando_2 commando_2 0 6 +crackdown_stormtrooper_rifleman_hard 50 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_stormtrooper_sniper 25 1 -1 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol commando_2 commando_2 0 6 +crackdown_stormtrooper_sniper_hard 50 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_stormtrooper_squad_leader 27 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 +crackdown_stormtrooper_squad_leader_hard 55 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_51_60 elite_npc_6 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_3 officer_special_3 0 3 +crackdown_swamp_trooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 -1 -1 -1 100 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 0 6 +crackdown_swamp_trooper_hard 25 0 0 0 0 NORMAL global imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 -1 -1 -1 100 -1 2 1 100 npc/npc_81_90 elite_npc_3 housing_improvement_01,housing_improvement_02,col_story_count_dooku_set_3 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 0 3 +crafting_contractor 100 0 0 0 0 NORMAL townsperson townsperson trainer_artisan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.crafting_contractor commoner_10 commoner_10 0 2 +crafty_donkuwah_scout 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 20 20 0 -1 -1 30 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes +crafty_korga_scout 74 1 -1 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 15 15 0 0 0 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +crafty_pubam_scout 62 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes +craggy_bolma 68 1 6 0 0 NORMAL dathomir bolma bolma_hue.iff 2 2.3 3 25 40 0 0 -1 0 0 -1 2 1 500 meat_wild 550 hide_leathery 500 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.001 highTankUtilityStrong herbivore bull_4 bull_4 12 12 1 yes +crazed_durni 29 1 -1 0 0 NORMAL corellia crazed_durni durni_hue.iff 1.3 1.7 1 0 0 10 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore rabbit_2 rabbit_2 6 6 +crazed_gurk_destroyer 40 8 4 0 0 NORMAL lok gurk gurk_hue.iff 1.3 1.3 1 0 0 0 0 0 0 0 0 2 1 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01,col_kill_gurk_activation_loot 0.05 medAttackDamageAvg carnivore gorilla_3 gorilla_3 8 8 1 1 yes +crazed_gurreck 60 3 -6 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 2 0 30 0 0 0 0 -1 -1 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.05 highAttackDamageWeak carnivore predatory_cat_4 predatory_cat_4 12 12 yes +crazed_roba 40 1 -1 0 0 NORMAL talus crazed_roba roba_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 12 meat_carnivore 18 hide_leathery 12 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowAttackSpeedWeak carnivore pig_3 pig_3 6 6 yes +crescent_rasp 33 2 -2 0 0 NORMAL rori rasp horned_rasp_hue.iff 2.5 3.5 3 0 0 0 0 0 15 0 -1 2 1 10 meat_avian 2 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_3 avian_3 0 2 1 +crev_bombaasa 100 0 0 0 0 NORMAL corellia townsperson dressed_crev_bombaasa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +crider_trant 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_crider_trant.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +crimelord 11 0 0 0 0 NORMAL tatooine jabba Hutt criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_sword smuggler_1 melee_1 0 2 +criminal 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang 1 pirate_carbine_low_level pirate_polearm 0 2 1 +criminal_male 4 0 0 0 0 NORMAL global thug thug male_criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +crimson_blurrg 60 0 0 0 0 NORMAL endor blurrg blurrg_hue.iff 1 1 4 40 30 0 40 60 -1 -1 -1 2 1 meat_carnivore hide_leathery bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.09 highAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff raptor_4 raptor_4 0 12 1 +crimson_sand_panther 39 0 0 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 1.3 1.6 4 35 35 -1 -1 0 -1 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 10 10 yes +crowley 100 0 0 0 0 NORMAL rebel Rebel dressed_corvette_rebel_crowley.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +crystal_snake 65 0 0 0 0 NORMAL yavin4 crystal_snake crystal_snake.iff 0.8 1.2 0 20 20 0 0 -1 -1 60 -1 2 1 5 meat_carnivore 2 hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff snake_4 snake_4 12 12 +crystal_snake_hooded 62 1 0 1 2 NORMAL yavin4 crystal_snake crystal_snake.iff 1.3 1.3 0 20 20 0 0 -1 -1 60 -1 2 1 5 meat_carnivore 2 hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff snake_4 snake_4 12 12 +cu_pa 10 0 0 0 0 NORMAL tatooine cu_pa cu_pa_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 215 meat_reptilian 100 hide_bristley 115 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff raptor_1 raptor_1 0 2 1 +cu_pa_wonderous 12 0 0 0 0 NORMAL tatooine cu_pa cu_pa_hue.iff 1.2 1.2 2 0 0 0 0 0 0 0 -1 2 1 milk_wild 215 meat_reptilian 100 hide_bristley 115 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff raptor_1 raptor_1 10 10 1 +cww8_droid_crafted 80 0 0 0 0 NORMAL anywhere loadlifter cww8_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 1 object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 +cx_425 100 0 0 0 0 NORMAL yavin4 imperial dressed_cx_425.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +cyst_covered_rot_guard 13 0 0 0 0 NORMAL corellia decay_mite bark_mite_hue.iff 1.5 2 1 0 0 0 0 0 0 15 -1 2 1 9 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackUtilityWeak carnivore roach_1 roach_1 6 6 1 +daclif_gallamby 100 0 0 0 0 NORMAL corellia townsperson dressed_daclif_gallamby.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_coronet_daclif_gallamby noble fancy rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +daktar_bloodmoon 80 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow dressed_fs_village_enemy_daktar.iff 0 80 80 80 80 80 80 80 80 2 300 600 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc pirate_carbine pirate_sword jedi_no_saber_8 jedi_no_saber_8 3 3 yes +dalla_solo 100 0 0 0 0 NORMAL corellia townsperson dressed_dalla_solo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 noble fancy rebel_polearm rebel_carbine commoner_10 commoner_10 0 2 +dalyrake 30 0 0 0 0 NORMAL corellia dalyrake dalyrake_hue.iff 0.9 1.2 2 0 0 0 0 0 0 0 -1 2 1 25 meat_insect 45 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackDamageWeak carnivore mantis_2 mantis_2 0 24 +dalyrake_harvester 35 0 0 0 0 NORMAL corellia dalyrake dalyrake_hue.iff 1.3 1.6 3 10 10 0 -1 -1 -1 0 -1 2 1 25 meat_insect 45 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankDefenseWeak carnivore mantis_3 mantis_3 0 24 +dalyrake_matriarch 31 0 0 0 -3 NORMAL corellia dalyrake dalyrake_hue.iff 1.3 1.5 1 20 0 0 0 0 0 0 -1 2 1 35 meat_insect 60 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.1 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff mantis_2 mantis_2 0 24 +damalia_korde 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_damalia_korde.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +dannik_malaan 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_fat_zabrak_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_rifle rebel_carbine commoner_10 commoner_10 0 2 +dantari_raider 61 0 0 0 0 NORMAL dantooine dantari_raiders dantari_raiders species_choices_dantari 0 25 0 0 0 -1 0 -1 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc primitive_weapons general_unarmed melee_6 melee_6 12 12 yes +dantari_raider_battlelord 63 0 0 0 0 NORMAL dantooine dantari_raiders dantari_raiders species_choices_dantari 0 0 40 40 -1 60 60 -1 0 2 0 0 droid/droid_61_70 generic_npc_7 col_glass_shelving_02,col_holo_emitter_01 android primitive_weapons general_unarmed droid_6 melee_6 12 12 yes +dantari_raider_chief 64 0 0 0 0 NORMAL dantooine dantari_raiders dantari_raiders species_choices_dantari 0 35 50 50 -1 70 70 -1 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc primitive_weapons general_unarmed melee_6 melee_6 0 24 yes +dantari_raider_strategist 62 0 0 0 -10 NORMAL dantooine dantari_raiders dantari_raiders species_choices_dantari 0 0 20 40 -1 50 50 -1 20 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc primitive_weapons general_unarmed melee_6 melee_6 0 24 +dappled_gualama 41 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 1.5 1.9 2 0 0 0 0 0 0 0 -1 2 1 milk_wild 200 meat_herbivore 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackUtilityWeak herbivore horse_3 horse_3 0 6 +dark_adept 86 0 0 0 0 ELITE global dark_jedi dark_jedi 0 80 80 80 80 80 80 80 80 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 4 col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc general_unarmed none jedi_special_6 jedi_special_6 9 3 1 instant +dark_force_crystal_hunter 86 0 0 0 0 NORMAL dantooine remnants_of_kun dark_jedi 0 80 80 80 80 80 80 80 80 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 crystal_hunter npc force_sword force_sword_ranged jedi_8 jedi_8 12 12 instant +dark_jedi_knight 88 0 0 0 0 ELITE global dark_jedi dark_jedi 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc 75 75 100 100 1 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 3 1 instant +dark_jedi_master 90 0 0 0 0 BOSS global dark_jedi dark_jedi 0 90 90 90 90 90 90 90 90 2 2 80 npc/boss_npc:boss_force_dark_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_sith_holocron,col_eng_trader,col_mun_trader,col_shattered_shard_02 18 dark_jedi_master npc 70 70 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 9 9 1 instant +dark_jedi_sentinel 50 0 0 0 0 BOSS global dark_jedi_sentinel dark_jedi_sentinel dark_jedi 0 95 95 95 95 95 95 95 95 2 1 80 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 dark_jedi npc 50 50 int:jedi.enclave.dark=1 systems.jedi.enclave_sentinel jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 9 9 1 instant +dark_side_savage 85 0 0 0 0 NORMAL dantooine remnants_of_kun dark_jedi 0 0 0 0 0 0 0 0 0 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc jedi_8 jedi_8 0 12 instant +dark_trooper 32 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_31_40 generic_npc_4 housing_improvement_01,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_3 droid_3 0 2 yes +darklighter_guard 7 0 0 0 0 NORMAL global darklighter criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc police military rebel_carbine rebel_pistol 0 2 +darkstone 100 0 0 0 0 NORMAL imperial Imperial dressed_corvette_imperial_darkstone.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +darth_maul_probe_droid 1 0 0 0 0 NORMAL anywhere maul_probe_droid darth_maul_probe_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 +darth_vader 300 0 0 0 0 BOSS imperial Imperial darth_vader.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 100 100 int:celebrity=1 npc.celebrity.darth_vader jedi_special_9 jedi_special_9 0 2 +dashing_vir_vur 40 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1.1 1.3 3 0 0 0 0 0 0 0 -1 2 1 10 meat_avian hide_wooly 2 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 2 1 +dathomir_prisoner 11 0 0 0 0 NORMAL global prisoner dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc slang pirate_carbine_low_level none commoner_1 commoner_1 0 2 +dathomir_smuggler_muscle 86 0 0 0 0 NORMAL dathomir dathomir_smuggler dathomir_scavenger criminal_smuggler 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_contraband_set_04,col_shattered_shard_02 npc pirate_carbine pirate_polearm commoner_6 melee_6 12 24 +deadly_forest_mite_guardian 45 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.8 2 4 0 15 0 -1 -1 -1 -1 -1 2 1 12 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 bark_mite 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff roach_3 roach_3 6 6 1 1 yes +deadly_vesp 42 0 -5 0 0 NORMAL lok vesp vesp_hue.iff 1.1 1.4 2 40 40 0 0 0 0 0 0 2 1 15 meat_reptilian 6 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore lizard_3 lizard_3 8 8 1 instant +death_watch_herald_imperial 100 0 0 0 0 NORMAL imperial Imperial dressed_imperial_general_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.stormtrooper_respect.stormtrooper_respect commoner_10 commoner_10 0 2 +death_watch_herald_rebel 100 0 0 0 0 NORMAL rebel Rebel dressed_rebel_general_moncal_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +death_watch_miner 85 0 6 0 0 ELITE dwb death_watch death_watch death_watch_miner 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch npc townsperson townperson 1 pirate_pistol rebel_carbine commando_10 commando_10 0 6 1 +death_watch_quenker 83 0 8 0 0 ELITE dwb death_watch death_watch quenker_hue.iff 1 1 3 55 55 80 35 35 35 100 35 2 1 meat_wild hide_scaley defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch carnivore rat_5 rat_5 9 6 yes 5.0 item_barbed_quenker_dna +death_watch_rescue_scientist 100 0 0 0 0 NORMAL townsperson townsperson dressed_mercenary_elite_medic_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +death_watch_scientist 85 0 6 0 0 ELITE dwb death_watch death_watch scientist 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch npc noble fancy 1 rebel_carbine pirate_sword commando_10 commando_10 0 6 +death_watch_technician 85 0 6 0 0 ELITE dwb death_watch death_watch artisan 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch npc townsperson townperson 1 rebel_carbine pirate_sword commando_10 commando_10 0 6 +decay_mite 36 0 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1.5 1.75 3 0 0 0 0 0 0 0 -1 2 1 4 meat_insect 3 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankArmorWeak carnivore roach_2 roach_2 0 2 1 +deflarian_agent 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 +deflarian_bodyguard 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 +deflarian_courier 35 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc npc.cb_deflarian_courier 1.5 general_pistol smuggler_3 melee_3 4 2 +deflarian_deflaros 38 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian cb_deflaros.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 +deflarian_enforcer 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 +deflarian_guard 35 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 +deflarian_henchman 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 +deflarian_lieutenant 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 +deflarian_mechanic 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 +deflarian_scavenger 34 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 4 2 +deflarian_security_guard 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 +deflarian_underboss 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 +deflarian_vinros 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia deflarian cb_deflaros.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 deflarian npc general_pistol smuggler_3 melee_3 6 2 +delirious_merek_avenger 63 0 4 0 10 NORMAL endor merek merek_hue.iff 1 1 3 45 -1 0 0 0 0 0 -1 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankArmorAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff mantis_4 mantis_4 12 12 1 +denell_kelvannon 100 0 0 0 0 NORMAL corellia townsperson dressed_denell_kelvannon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +dera_darklighter 100 0 0 0 0 NORMAL darklighter dera_darklighter.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 conversation.dera_darklighter commoner_10 commoner_10 0 2 +deranged_mantigrue 61 5 -5 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 0.6 0.9 1 50 45 70 -1 70 70 70 70 2 1 meat_carnivore hide_wooly defaultProfile creature/deranged_mantigrue_loot generic_creature_7 col_feather_mantigrue 0.01 highAttackSpeedWeak carnivore griffon_4 griffon_4 12 12 +deranged_squall 44 1 -1 0 0 NORMAL rori deranged_squall squall_hue.iff 1 1.3 4 10 0 0 -1 -1 -1 -1 -1 2 1 10 meat_herbivore 15 hide_bristley 10 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedWeak carnivore rabbit_3 rabbit_3 6 6 +deranged_wrix 32 2 -2 0 -2 NORMAL corellia wrix_deranged gurreck_hue.iff 1.3 1.5 4 15 15 0 45 -1 0 -1 0 2 1 55 meat_carnivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore predatory_cat_2 predatory_cat_2 10 10 +dervish 5 2 -1 0 -3 NORMAL tatooine dervish criminal_thug 0 10 10 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_polearm 10 10 1 +desert_demon 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_unarmed smuggler_1 melee_10 4 4 +desert_demon_bodyguard 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 15 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang general_carbine general_pistol smuggler_1 smuggler_1 4 4 +desert_demon_brawler 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_unarmed smuggler_1 melee_10 4 4 +desert_demon_leader 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 30 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_sword smuggler_1 melee_1 4 4 yes +desert_demon_marksman 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 pirate slang general_rifle general_pistol smuggler_1 smuggler_1 4 4 +desert_eopie 16 0 0 0 0 NORMAL tatooine eopie eopie_hue.iff 0.85 1.05 2 0 0 0 0 0 0 0 0 2 1 milk_wild 300 meat_herbivore 225 hide_leathery 125 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak herbivore camel_2 camel_2 0 2 +desert_gurreck_charger 65 2 0 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 3 20 20 0 -1 0 -1 0 0 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highAbilitySpeedAvg carnivore predatory_cat_4 predatory_cat_4 12 12 +desert_razorback 23 0 0 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1.2 1.8 2 0 0 0 0 -1 0 -1 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankHealthWeak herbivore pig_2 pig_2 0 2 +desert_razorback_felspur 24 0 0 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1.8 1.9 4 0 0 0 0 -1 0 -1 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medAttackSpeedWeak herbivore pig_2 pig_2 0 2 +desert_squill 14 0 0 0 0 NORMAL tatooine squill_desert squill_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 4 hide_leathery 3 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 squill 0.15 lowAttackAbilityWeak carnivore monkey_1 monkey_1 10 10 +desert_swooper 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 +desert_swooper_elite 6 0 0 0 0 NORMAL tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_unarmed 4 4 +desert_swooper_leader 7 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_unarmed 4 4 +desert_thug 1 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 4 4 +desert_thug_newbie 1 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 4 4 +desert_vesp 41 0 0 0 0 NORMAL lok vesp vesp_hue.iff 1.1 1.4 4 0 0 0 100 75 -1 -1 -1 2 1 15 meat_reptilian 6 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankArmorAvg carnivore lizard_3 lizard_3 8 8 +detention_security_guard 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_sword commando_1 melee_1 0 2 +devil_gulginaw 32 2 0 0 -1 NORMAL corellia gulginaw gulginaw_hue.iff 1.2 1.4 4 15 15 15 -1 0 0 -1 -1 2 1 70 meat_avian 35 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 col_feather_gulginaw,housing_improvement_01 0.1 lowAttackSpeedWeak carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff griffon_2 griffon_2 10 10 1 instant +dewback 17 0 0 0 0 NORMAL tatooine dewback dewback_hue.iff 0.8 1.2 4 20 0 10 0 -1 -1 -1 -1 2 1 350 meat_reptilian 275 hide_leathery 200 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankArmorWeak herbivore bull_1 bull_1 0 2 +dewback_cannibal 13 4 2 0 0 NORMAL tatooine dewback_cannibal dewback_hue.iff 0.8 1.2 4 0 0 0 -1 0 -1 0 -1 2 1 340 meat_reptilian 260 hide_leathery 185 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.1 lowTankArmorWeak carnivore bull_1 bull_1 10 10 1 +dewback_sandreaver 18 4 2 0 -2 NORMAL tatooine dewback dewback_hue.iff 1 1.3 2 0 0 0 -1 0 -1 0 -1 2 1 340 meat_reptilian 260 hide_leathery 185 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowTankArmorWeak carnivore bull_2 bull_2 10 10 1 +diax 83 4 -2 0 0 BOSS dathomir nightsister nightsister dressed_diax.iff 0.95 0.95 0 0 0 0 40 40 40 40 -1 2 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister npc commoner_10 commoner_10 0 12 +didina_lippinoss 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_human_female_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +dilvin_lormurojo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +dim_u_abbot 4 0 0 0 0 NORMAL tatooine dim-u commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 +dim_u_bantha 3 0 0 0 0 NORMAL tatooine dim-u bantha_hue.iff 0.8 1.2 1 0 5 0 20 0 0 0 -1 2 1 milk_wild 450 meat_herbivore 325 hide_wooly 250 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 herbivore elephant_1 0 2 1 +dim_u_cleric 3 0 0 0 0 NORMAL tatooine dim-u commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 +dim_u_monastery_nun 2 0 0 0 0 NORMAL tatooine dim-u commoner_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 +dim_u_monk 2 0 0 0 0 NORMAL tatooine dim-u commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 +dim_u_preacher 5 0 0 0 0 NORMAL tatooine dim-u commoner_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 +dim_u_priestess 5 0 0 0 0 NORMAL tatooine dim-u commoner_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 +dire_cat 28 2 -2 0 -6 NORMAL corellia dire_cat narglatch_hue.iff 1 1.2 3 15 15 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 lowAttackSpeedWeak carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes +dire_cat_feral_orphan 12 3 0 2 -1 NORMAL corellia dire_cat narglatch_hue.iff 0.7 1 3 20 20 0 10 10 0 0 0 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackDamageWeak carnivore predatory_cat_1 predatory_cat_1 6 6 1 +disappear_angela 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_noble_human_female_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_1_angela commoner_10 commoner_10 0 0 +disappear_hermit 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_commoner_naboo_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_2_hermit commoner_10 commoner_10 0 0 +disappear_hike_master 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_disappearances_hike_master.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_1_hike_master commoner_10 commoner_10 0 0 +disappear_hostage 1 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 npc 1 0 0 +disappear_husband 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_disappearances_husband.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_5_husband commoner_10 commoner_10 0 0 +disappear_psycho_boss 38 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_male_elder.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_rifle spy_special_3 spy_special_3 3 4 +disappear_psycho_female_1 37 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_female_1.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol spy_3 spy_3 4 8 +disappear_psycho_female_elder 38 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_female_elder.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol spy_3 spy_3 4 8 +disappear_psycho_female_hunter 36 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_female_1.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine smuggler_3 smuggler_3 8 8 +disappear_psycho_male_1 37 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_male_1.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine spy_3 spy_3 4 8 +disappear_psycho_male_elder 38 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_male_elder.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_rifle spy_3 spy_3 4 8 +disappear_psycho_male_hunter 36 0 0 0 0 NORMAL Corellia Disappearances corellia disappearances disappearances_psycho_male_1.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_rifle smuggler_3 smuggler_3 8 8 +disappear_quest_giver 100 0 0 0 0 NORMAL Corellia Disappearances corellia townsperson townsperson dressed_disappearances_questgiver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.corellia_disappearances_questgiver commoner_10 commoner_10 0 0 +diseased_blurrg 64 0 0 0 0 NORMAL endor blurrg_diseased blurrg_hue.iff 1.2 1.2 2 40 40 -1 50 50 0 50 -1 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore raptor_4 raptor_4 12 12 +diseased_nuna 2 0 0 0 0 NORMAL naboo diseased_nuna nuna_hue.iff 1.1 1.2 4 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 4 hide_leathery 2 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 +diseased_vrelt 26 0 0 0 0 NORMAL corellia vrelt stintaril_hue.iff 0.7 0.8 3 0 0 0 0 0 0 10 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankDefenseWeak carnivore rat_2 rat_2 10 10 +diseased_vrelt_matriarch 6 0 0 0 -2 NORMAL corellia vrelt stintaril_hue.iff 1.5 2 1 5 5 0 0 15 0 15 -1 2 1 10 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowTankDefenseWeak carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff 10 10 1 yes +disturbed_bolma 66 5 -2 0 0 NORMAL dathomir bolma_disturbed bolma_hue.iff 1 1 1 0 30 0 -1 -1 -1 -1 -1 2 1 meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.005 highAttackDamageStrong herbivore bull_4 bull_4 12 12 1 +doak_sif 48 0 0 0 0 NORMAL Talus sif sif dressed_doak_sif.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 sif npc thug slang rebel_pistol rebel_unarmed commoner_4 commoner_4 6 6 1 yes +docile_kahmurra 37 -1 1 0 0 NORMAL talus docile_kahmurra murra_hue.iff 1 1.2 1 0 0 10 0 0 0 0 -1 2 1 milk_domesticated 45 meat_herbivore 27 hide_bristley 32 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 kahmurra herbivore goat_3 goat_3 0 2 +dolac_legasi 100 0 0 0 0 NORMAL dathomir hutt dressed_dolac_legasi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_carbine bounty_hunter_10 bounty_hunter_10 0 12 +domestic_bageraset 5 -1 1 0 0 NORMAL corellia bageraset_domestic bageraset_hue.iff 0.7 1 1 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 240 meat_herbivore 145 hide_leathery 104 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore rebel_unarmed camel_1 camel_1 0 2 +domestic_bearded_jax 1 0 0 0 0 NORMAL rori narmle bearded_jax_hue.iff 1 1.3 1 0 0 0 0 0 0 0 -1 2 1 11 meat_domesticated 16 hide_bristley 11 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 1 +domestic_bol_mount 30 -3 3 0 2 NORMAL dantooine bol_domestic_mount bol_hue.iff 1 1 1 35 0 -1 0 0 -1 0 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore bull_3 bull_3 0 2 1 +domestic_eopie 1 0 0 0 0 NORMAL tatooine eopie eopie_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 335 meat_domesticated 260 hide_leathery 190 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 +domestic_humbaba 4 0 0 0 0 NORMAL corellia humbaba_domestic falumpaset_hue.iff 0.7 0.9 2 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 215 meat_domesticated 115 hide_leathery 65 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 +domestic_krahbu 4 -1 1 0 0 NORMAL corellia krahbu_domestic krahbu_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 230 meat_herbivore 160 hide_bristley 145 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 +domestic_tusk_cat 18 -2 2 0 0 NORMAL naboo naboo naboo tusk_cat_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 carnivore predatory_cat_1 predatory_cat_1 0 2 +domesticated_blurrg 20 0 0 0 0 NORMAL endor blurrt_domestic blurrg_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 1 meat_carnivore hide_leathery defaultProfile creature/creature_11_20 generic_creature_2 carnivore raptor_2 raptor_2 0 12 1 +domesticated_brackaset 60 -6 2 0 0 NORMAL dathomir brackaset_domestic brackaset_hue.iff 1 1.2 4 15 15 0 0 -1 0 0 -1 2 1 milk_domesticated 100 meat_wild 90 hide_leathery 80 bone_mammal defaultProfile creature/creature_51_60 generic_creature_7 housing_improvement_03,col_glass_shelving_01 herbivore camel_4 camel_4 0 12 +domesticated_gurnaset 48 -1 1 0 -6 NORMAL lok gurnaset_domestic gurnaset_hue.iff 0.8 1.2 2 10 10 0 0 0 0 0 -1 2 1 milk_domesticated 352 meat_herbivore 279 hide_leathery 304 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff camel_3 camel_3 0 8 1 +domesticated_merek 50 0 0 0 0 NORMAL endor merek_domestic merek_hue.iff 1.8 2 2 60 -1 0 80 40 0 40 0 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff mantis_3 mantis_3 0 12 +domesticated_mott 1 0 0 0 0 NORMAL naboo naboo mott_hue.iff 1.2 1.4 4 0 0 0 0 0 0 0 -1 2 1 95 meat_domesticated 65 hide_leathery 30 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 +domesticated_snorbal 35 -3 3 0 0 NORMAL lok snorbal_domestic snorbal_hue.iff 1 1.1 2 40 40 0 -1 -1 -1 -1 0 2 1 milk_domesticated 545 meat_herbivore 440 hide_leathery 400 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore elephant_3 elephant_3 0 8 1 +dominant_bantha 84 1 0 0 -2 ELITE Enemies for Azure Cabal series tatooine bantha bantha_hue.iff 1.2 1.3 2 0 25 0 40 -1 -1 -1 -1 2 1 475 meat_herbivore 345 hide_wooly 300 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 lowTankHealthWeak herbivore elephant_4 elephant_4 0 6 +donkuwah_battlelord 79 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 20 20 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes +donkuwah_chieftan 90 0 5 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 15 50 0 0 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_9 spy_9 12 12 yes +donkuwah_cub 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 +donkuwah_laborer 78 -1 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 +donkuwah_scout 76 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 -1 -1 30 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 yes +donkuwah_shaman 78 0 0 0 4 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 yes +donkuwah_spiritmaster 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 0 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 yes +donkuwah_tribesman 80 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes +dr_bledsoe 100 0 0 0 0 NORMAL townsperson townsperson dathomir_prisoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +dr_dea_tore 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_dr_dea_tore.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +dragonet 24 0 0 0 0 NORMAL tatooine dragonet dune_lizard_hue.iff 1.4 2 3 25 40 0 0 0 -1 0 -1 2 1 125 meat_carnivore 75 hide_bristley 68 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_2 lizard_2 10 10 1 +dragonet_armodragon 25 1 -1 1 0 NORMAL tatooine dragonet dune_lizard_hue.iff 2 2 2 25 40 0 0 0 -1 0 -1 2 1 125 meat_carnivore 75 hide_bristley 68 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_2 lizard_2 10 10 1 +dragonet_runt 19 0 0 0 0 NORMAL tatooine dragonet dune_lizard_hue.iff 0.75 1 3 25 40 0 0 0 -1 0 -1 2 1 125 meat_carnivore 75 hide_bristley 68 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_2 lizard_2 10 10 1 +drakka_judarrl 100 0 0 0 0 NORMAL dantooine townsperson dressed_drakka_judarrl.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 12 +drall_abbot 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc pirate_carbine pirate_unarmed smuggler_3 melee_3 0 2 +drall_chieftain 38 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 20 0 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc 1 pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 +drall_guard 36 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 2 +drall_master 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 10 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc pirate_polearm pirate_carbine melee_3 smuggler_3 0 2 +drall_monk 37 0 -2 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc 1 rebel_carbine pirate_carbine smuggler_3 smuggler_3 0 2 +drall_patriot 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 +drall_patriot_conqueror 38 0 0 0 -3 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 10 30 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier pirate_carbine pirate_sword smuggler_3 melee_3 0 2 yes +drall_patriot_footsoldier 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier rebel_carbine pirate_pistol smuggler_3 smuggler_3 0 2 yes +drall_patriot_legionnare 38 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier rebel_carbine pirate_carbine smuggler_3 smuggler_3 0 2 yes +drall_sentry 37 0 0 0 0 NORMAL corellia drall drall species_choices_drall 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 drall npc ai.soldier rebel_carbine rebel_unarmed smuggler_3 melee_3 0 2 +draya_korbinari 100 0 0 0 0 NORMAL rori townsperson dressed_draya_korbinari.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_sword commoner_10 commoner_10 0 2 +dread_pirate 22 0 0 0 0 NORMAL global pirate criminal_smuggler 0 0 20 0 40 -1 40 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate slang pirate_carbine_low_level pirate_unarmed smuggler_2 melee_2 4 2 yes +dreaded_vir_vur 40 5 -10 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1.5 1.8 3 40 0 -1 -1 0 0 0 0 2 1 25 meat_avian hide_wooly 16 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 highAttackSpeedWeak carnivore rabbit_3 rabbit_3 6 6 1 yes +drenn_zebber 100 0 0 0 0 NORMAL yavin4 townsperson dressed_drenn_zebber.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +droid_4lom 100 0 0 0 0 NORMAL 4lom 4lom.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +droid_8d8_crafted 1 0 0 0 0 NORMAL anywhere droid 8d8.iff 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android creature.droid_setup 0.5 battledroid droid_2 droid_2 0 2 +droideka 40 5 0 0 0 NORMAL anywhere droideka droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 droid/droid_31_40 generic_droid_4 housing_improvement_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 5 1 +droideka_strong 55 5 0 0 0 NORMAL lok droideka droideka.iff 0 25 30 0 0 0 -1 0 -1 2 droid/droid_51_60 generic_droid_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 yes +droideka_weak 53 5 0 0 -2 NORMAL lok droideka droideka.iff 0 40 40 0 0 0 -1 0 -1 2 droid/droid_51_60 generic_droid_6 housing_improvement_03,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 yes +droopy_mccool 100 0 0 0 0 NORMAL jabba jabba droopy_mccool.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +dulok_outcast 72 0 0 0 0 NORMAL endor dulok_outcast species_choices_dulok 0 0 0 0 40 40 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes +dulok_outcast_leader 73 0 0 0 0 ELITE endor dulok_outcast species_choices_dulok 0 0 40 20 40 40 10 10 0 2 0 0 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes +dulok_outcast_raider 71 0 0 0 0 NORMAL endor dulok_outcast species_choices_dulok 0 0 0 0 40 40 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes +dune_bantha 20 0 0 0 0 NORMAL tatooine bantha bantha_hue.iff 1.4 2 0 0 0 40 -1 -1 -1 -1 2 1 milk_wild 375 meat_herbivore 275 hide_wooly 175 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak herbivore elephant_2 elephant_2 0 6 1 +dune_beetle 9 0 1 0 0 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 1.8 2.2 2 15 15 0 0 0 0 0 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff 0 2 yes +dune_kimogila 79 8 8 0 0 BOSS lok kimogila kimogila_hue.iff 1.1 1.3 2 40 65 0 100 -1 0 100 -1 2 1 1450 meat_carnivore 1350 hide_leathery defaultProfile 1 100 creature/ris_armor_components:dune_kimogila boss_creature_8 18 kimogila carnivore 50 50 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 instant +dune_lizard 18 0 0 0 -3 NORMAL tatooine dune_lizard dune_lizard_hue.iff 1 1.4 4 0 15 0 45 -1 -1 -1 -1 2 1 85 meat_carnivore 50 hide_bristley 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 dune_lizard 0.15 lowTankArmorWeak carnivore lizard_2 lizard_2 10 10 1 1 yes +dune_lizard_sunstained 19 0 0 0 -3 NORMAL tatooine dune_lizard dune_lizard_hue.iff 1.3 1.5 3 0 15 0 45 -1 -1 -1 -1 2 1 85 meat_carnivore 50 hide_bristley 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 dune_lizard 0.05 lowTankDefenseWeak carnivore lizard_2 lizard_2 10 10 1 1 yes +dune_stalker 5 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang tusken_ranged general_unarmed 4 4 1 +dune_stalker_brawler 15 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang general_unarmed tusken_ranged melee_1 bounty_hunter_1 4 4 1 +dune_stalker_enforcer 16 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 20 25 0 0 -1 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 pirate slang tusken_ranged general_unarmed bounty_hunter_1 melee_1 4 4 1 +dune_stalker_leader 17 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang tusken_ranged general_unarmed bounty_hunter_1 melee_1 4 4 1 +dune_stalker_marksman 15 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 pirate slang general_carbine general_unarmed bounty_hunter_1 melee_1 4 4 1 +dune_stalker_scavenger 8 0 0 0 0 NORMAL tatooine dune_stalker criminal_thug 0 0 0 0 10 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang tusken_ranged general_unarmed 4 4 1 +dung_mite 42 1 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.75 3 0 0 0 0 0 0 0 -1 2 1 9 meat_insect 6 hide_scaley defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore roach_3 roach_3 0 4 1 +dung_mite_repugnant_crawler 4 2 -2 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1.2 1.5 3 0 0 0 0 0 0 0 -1 2 1 9 meat_insect 6 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.05 lowAttackSpeedWeak carnivore roach_1 roach_1 4 4 1 +durgur_pyne 100 0 0 0 0 NORMAL talus townsperson dressed_durgur_pyne.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +durni 25 0 0 0 0 NORMAL corellia durni durni_hue.iff 1 1.2 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 lowAttackAbilityWeak herbivore rabbit_2 rabbit_2 0 2 +durni_vehement_warrior 5 0 0 -2 -1 NORMAL corellia durni durni_hue.iff 1.3 1.5 3 5 5 0 0 0 0 0 10 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 0.05 lowAttackAbilityWeak herbivore 0 2 +dusk_vir_vur 44 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1 1.1 1 0 0 0 0 -1 0 0 -1 2 1 10 meat_avian hide_wooly 2 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore rabbit_3 rabbit_3 0 2 1 +dwarf_bantha 10 -1 1 0 0 NORMAL tatooine bantha bantha_hue.iff 0.45 1 1 0 0 0 15 0 0 0 -1 2 1 milk_domesticated 300 meat_herbivore 200 hide_wooly 100 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 3 0.1 lowTankHealthWeak herbivore elephant_1 elephant_1 0 2 1 +dwarf_eopie 1 0 0 0 0 NORMAL tatooine eopie eopie_hue.iff 0.3 0.7 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 230 meat_herbivore 180 hide_leathery 110 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankHealthWeak herbivore 0 2 +dwarf_gronda 31 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 0.3 0.6 2 20 20 0 0 0 0 0 -1 2 1 280 meat_carnivore 170 hide_leathery 90 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankHealthWeak carnivore elephant_3 elephant_3 0 2 1 +dwarf_nuna 1 0 0 0 0 NORMAL tatooine dwarf_nuna dwarf_nuna_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 2 meat_avian 3 hide_leathery 1 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 1 +dwarf_nuna_drooling 2 3 -1 -1 -1 NORMAL tatooine dwarf_nuna dwarf_nuna_hue.iff 0.8 0.8 3 0 0 0 0 0 0 0 -1 2 1 2 meat_avian 3 hide_leathery 1 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackAbilityWeak herbivore 10 10 1 +dwarf_spider_droid_crafted 30 0 0 0 0 NORMAL anywhere spider_droid dwarf_spider_droid.iff 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 droid creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 0 2 +dz70_fugitive_tracker_droid 16 4 0 4 0 NORMAL anywhere trackerdroid dz70_fugitive_tracker_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_droid_2 col_holo_emitter_01 droid droid_1 droid_1 0 2 1 +ebenn_q3_baobab 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +eerie_donkuwah_spiritmaster 81 1 -1 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 0 0 -1 -1 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes +eerie_korga_spiritmaster 76 1 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 0 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +eerie_pubam_spiritmaster 62 2 -1 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes +eg6_power_droid 1 0 0 0 0 NORMAL anywhere powerdroid eg6_power_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 +eg6_power_droid_crafted 1 0 0 0 0 NORMAL anywhere powerdroid eg6_power_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0 2 +elder_female_swamp_tusk_cat 30 -1 1 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 0.75 0.8 1 0 0 0 -1 30 -1 35 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 10 10 1 yes +elder_gualama 13 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 1.2 1.4 2 0 0 0 0 0 0 0 0 2 1 200 meat_wild 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.1 lowAttackAbilityWeak herbivore horse_3 horse_3 0 6 +elder_hanadak_matriarch 61 0 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1.2 1.3 3 0 0 -1 80 80 80 -1 -1 2 1 35 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankArmorWeak carnivore gorilla_4 gorilla_4 12 12 1 yes +elder_male_swamp_tusk_cat 29 0 1 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 0.8 0.9 1 0 0 0 -1 35 -1 35 -1 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 10 10 1 yes +elder_malkloc_plainswalker 90 0 0 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.9 2 4 0 0 0 0 0 0 0 0 2 1 2400 meat_herbivore 2100 hide_leathery 1700 bone_mammal defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 instant +elder_pugoriss 45 0 0 0 -1 NORMAL rori pugoriss pugoriss_hue.iff 1.7 2 3 15 15 0 -1 35 -1 -1 -1 2 1 35 meat_carnivore 40 hide_leathery 45 bone_mammal defaultProfile creature/elder_pugoriss_loot generic_creature_5 6 herbivore raptor_3 raptor_3 0 2 1 +elder_robe_ex 100 0 0 0 0 NORMAL Elder Robe Exchange Quest dathomir townsperson townsperson elder_robe_ex.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:quest_name=jedi_gift_exchange,string:task_name=GiveRobe conversation.elder_robe_exchange,quest.task.ground.give_item_to_npc commoner_10 commoner_10 0 0 +elder_snorbal_female 35 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 1.2 1.4 1 0 0 0 -1 0 0 0 0 2 1 milk_wild 570 meat_herbivore 455 hide_leathery 420 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 +elder_snorbal_male 37 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 1.3 1.5 1 45 40 0 -1 -1 -1 -1 0 2 1 570 meat_herbivore 455 hide_leathery 420 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankArmorWeak herbivore elephant_3 elephant_3 0 8 1 +elder_squall 72 0 0 0 0 NORMAL endor squall squall_hue.iff 1 1 3 0 0 0 0 0 0 0 -1 2 1 meat_herbivore 12 hide_bristley 8 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 lowAttackAbilityAvg herbivore rabbit_4 rabbit_4 0 12 1 +elite_alkhara_champion 21 0 1 0 -4 ELITE Dynamic Elite Creatures/NPCS tatooine alkhara alkhara criminal_thug 1.1 1.2 0 20 0 25 25 -1 -1 -1 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc pirate slang pirate_polearm pirate_polearm commando_2 melee_2 0 2 1 yes +elite_bocatt 17 0 2 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine bocatt bocatt_hue.iff 2.5 2.8 1 0 0 -1 -1 50 50 -1 -1 2 1 100 meat_reptilian 60 hide_leathery 35 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_1 lizard_1 8 8 1 +elite_canyon_corsair 45 0 0 0 0 NORMAL lok corsairs canyon_corsair corsair_elite 0 20 45 0 0 -1 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 canyon_corsair npc pirate_carbine pirate_sword smuggler_4 melee_3 8 8 yes +elite_dark_trooper 64 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 1 80 npc/npc_61_70 elite_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 melee_special_6 0 2 instant +elite_desert_razorback 23 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine zucca_boar zucca_boar_hue.iff 1.8 2.2 2 0 0 0 0 -1 0 -1 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankHealthWeak herbivore pig_2 pig_2 0 2 +elite_dewback_cannibal 13 4 2 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine dewback_cannibal dewback_hue.iff 1.2 1.4 4 0 0 0 -1 0 -1 0 -1 2 1 340 meat_reptilian 260 hide_leathery 185 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.1 lowTankArmorWeak carnivore bull_1 bull_1 8 8 1 +elite_dragonet 24 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine dragonet dune_lizard_hue.iff 2 2.4 3 25 40 0 0 0 -1 0 -1 2 1 125 meat_carnivore 75 hide_bristley 68 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_2 lizard_2 8 8 1 +elite_dune_lizard 18 0 0 0 -3 ELITE Dynamic Elite Creatures/NPCS tatooine dune_lizard dune_lizard_hue.iff 1.4 1.8 4 0 15 0 45 -1 -1 -1 -1 2 1 85 meat_carnivore 50 hide_bristley 35 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 18 dune_lizard 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff lizard_2 lizard_2 3 3 1 1 yes +elite_giant_sand_beetle 25 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine giant_sand_beetle rock_mite_hue.iff 5.4 6 2 0 35 0 0 -1 -1 0 0 2 1 15 meat_insect 20 hide_scaley defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankArmorWeak herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_2 roach_2 0 2 +elite_highwayman 8 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS global brigand criminal_thug 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_1_10 elite_npc_1 npc ai.thug thug slang pirate_rifle_low_level pirate_pistol_low_level 10 10 yes +elite_hutt_assassin 22 1 0 0 0 ELITE tatooine jabba jabba tatooine_jabba_thief 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc thug slang pirate_pistol_low_level general_carbine smuggler_2 smuggler_2 4 4 yes +elite_jabba_enforcer 15 0 0 0 0 ELITE tatooine jabba jabba criminal_thug 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table 18 jabba npc pirate slang general_sword melee_1 melee_1 3 4 +elite_jundland_eopie 21 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine eopie eopie_hue.iff 1.5 1.8 3 0 0 0 10 10 0 10 -1 2 1 300 meat_herbivore 225 hide_leathery 115 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankHealthWeak herbivore camel_2 camel_2 4 4 1 +elite_mauler_master 28 0 0 0 0 ELITE naboo mauler dressed_mauler_master.iff 1.2 1.2 0 65 35 90 90 90 -1 -1 -1 2 200 500 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table 18 mauler npc imperial military pirate_pistol pirate_carbine smuggler_2 smuggler_2 3 3 yes +elite_mountain_dewback 22 0 0 -2 0 ELITE Dynamic Elite Creatures/NPCS tatooine dewback_mountain dewback_hue.iff 1 1.2 3 20 0 0 40 40 -1 -1 -1 2 1 330 meat_reptilian 240 hide_leathery 170 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.15 medTankArmorWeak herbivore bull_2 bull_2 4 4 +elite_mutant_womprat 12 0 -1 0 -4 ELITE Dynamic Elite Creatures/NPCS tatooine womprat womp_rat_hue.iff 1.6 1.8 2 10 15 0 0 0 0 15 -1 2 1 6 meat_wild 5 hide_leathery 4 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 18 womprat 0.15 lowAttackAbilityWeak carnivore rat_1 rat_1 10 10 1 +elite_naboo_skaak_tipper_waylayer 27 0 0 0 0 ELITE naboo skaak_tipper_gang criminal_thug 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table 18 skaak npc thug slang pirate_carbine pirate_carbine smuggler_2 smuggler_2 4 4 1 1 +elite_rock_beetle 18 0 1 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine rock_beetle rock_mite_hue.iff 2.4 2.7 1 15 0 0 0 0 0 0 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile 1 100 npc/elite_npc:elite_npc_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 0 2 1 +elite_rodian_gladiator 14 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine rodian dressed_criminal_thug_rodian_male_01.iff 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table npc military military rebel_pistol rebel_pistol commando_1 commando_1 0 2 +elite_ronto_ronto 17 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine ronto ronto_hue.iff 1.2 1.4 1 10 0 -1 30 30 -1 0 0 2 1 450 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.15 lowTankHealthWeak herbivore giraffe_1 giraffe_1 0 2 1 +elite_sand_trooper 45 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_5 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol officer_special_3 officer_special_3 0 2 yes +elite_sevorrt 5 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine sevorrt worrt_hue.iff 2.4 2.8 2 0 0 0 0 0 0 0 -1 2 1 10 meat_reptilian 10 hide_leathery 4 bone_mammal defaultProfile creature/elite_creature:elite_creature_1_10 elite_creature_1 0.15 lowAttackAbilityWeak carnivore 4 4 +elite_squill 12 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine squill squill_hue.iff 1.5 1.8 1 10 10 0 0 -1 -1 0 -1 2 1 6 meat_carnivore 6 hide_leathery 5 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 18 squill 0.15 lowAttackAbilityWeak carnivore monkey_1 monkey_1 0 2 1 +elite_valarian_assassin 15 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine valarian valarian criminal_thug 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table 18 valarian npc thug slang pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 8 8 yes +elite_weequay_zealot 17 2 -2 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine weequay weequay_thug 1.1 1.2 0 0 0 15 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table npc military military rebel_carbine rebel_pistol commoner_1 commoner_1 0 2 1 yes +elite_zucca_boar 8 1 -1 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine zucca_boar zucca_boar_hue.iff 1.4 1.7 1 0 0 0 0 0 0 0 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile npc/elite_npc:elite_npc_1_10 elite_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 +emperor_royal_guard 100 0 0 0 0 NORMAL imperial Imperial emperor_royal_guard.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_polearm officer_10 melee_10 0 2 +emperors_hand 80 0 0 0 0 BOSS global imperial Imperial emperors_hand 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc 100 100 stormtrooper_carbine none officer_special_6 officer_special_6 16 12 instant +endor_ig88_security_battle_droid_blue 85 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battledroid_blue.iff 0 15 0 0 0 0 0 0 85 2 droid/droid_81_90 generic_droid_3 2 col_holo_emitter_01 18 ig88 android battledroid smuggler_7 6 3 yes +endor_ig88_security_battle_droid_purple 85 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battledroid_purple.iff 0 20 0 0 0 0 0 0 85 2 droid/droid_81_90 generic_droid_3 2 col_holo_emitter_01 18 ig88 android battledroid smuggler_7 6 3 yes +endor_ig88_security_battle_droid_red 85 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battledroid_red.iff 0 25 0 0 0 0 0 0 85 2 droid/droid_81_90 generic_droid_3 2 col_holo_emitter_01 18 ig88 android battledroid smuggler_7 6 3 yes +endor_ig88_security_battlemech_alpha 87 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battlemech_alpha.iff 0 10 0 0 0 0 0 0 55 2 droid/droid_81_90 elite_npc_3 2 col_holo_emitter_01 18 ig88 npc battledroid smuggler_7 6 3 yes +endor_ig88_security_battlemech_beta 88 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battlemech_beta.iff 0 15 0 0 0 0 0 0 55 2 droid/droid_81_90 elite_npc_3 2 col_holo_emitter_01 18 ig88 npc deathwatch_ranged deathwatch_melee smuggler_7 6 3 yes +endor_ig88_security_battlemech_omega 90 0 0 0 0 NORMAL ig-88 feeder quest npcs endor ig88 endor_ig88_security_battlemech_omega.iff 0 20 0 0 0 0 0 0 55 2 droid/droid_81_90 elite_npc_3 2 col_holo_emitter_01 18 ig88 npc commando_ranged commando_melee smuggler_7 6 3 yes +enraged_bull_rancor 90 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 1.3 1.5 3 0 70 0 100 100 100 0 0 2 1 880 meat_carnivore 750 hide_leathery 670 bone_mammal defaultProfile 1 80 creature/rancor_loot:enraged_bull_rancor_81_90 elite_creature_9 6 col_rancor_parts,col_eng_trader,col_mun_trader 18 bull_rancor carnivore 80 80 gorilla_5 gorilla_5 5 5 instant +enraged_donkuwah 79 6 -4 0 -2 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 35 35 0 60 60 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes +enraged_dune_kimogila 84 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 1.5 1.7 4 80 90 80 100 80 80 100 80 2 1 1600 meat_carnivore 1450 hide_leathery defaultProfile 1 100 creature/ris_armor_components:dune_kimogila boss_creature_9 18 kimogila carnivore 80 80 100 100 ai.hunter lizard_5 lizard_5 24 12 instant +enraged_kimogila 80 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 1.3 1.5 4 45 70 45 70 45 40 100 45 2 1 1500 meat_carnivore 1400 hide_leathery defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 boss_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 kimogila carnivore 80 80 100 ai.hunter lizard_5 lizard_5 24 12 instant +enraged_korga 76 6 -4 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 100 100 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +enraged_malkloc 81 1 2 0 0 NORMAL dathomir malkloc malkloc_hue.iff 1 1.4 2 0 0 0 0 0 0 0 0 2 1 1100 meat_herbivore 1200 hide_leathery 1100 bone_mammal defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 +enraged_malkloc_bull 82 1 4 0 -4 NORMAL dathomir malkloc malkloc_hue.iff 1.6 1.8 1 0 0 0 0 0 0 0 0 2 1 1400 meat_herbivore 1500 hide_leathery 1200 bone_mammal defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 +enraged_miner 7 0 0 0 0 NORMAL rori enraged_miner commoner_male 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_pistol_low_level none 6 6 1 yes +enraged_pubam 64 2 -1 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes +enraged_rancor 88 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 0.9 1.1 3 0 60 0 100 100 100 0 0 2 1 950 meat_carnivore 878 hide_leathery 778 bone_mammal defaultProfile 1 80 creature/rancor_loot:enraged_rancor_81_90 elite_creature_8 col_rancor_parts carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 5 5 instant +enraged_reptilian_flier 67 2 -2 0 -4 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1.1 1.2 1 25 30 -1 50 50 -1 50 -1 2 1 135 meat_avian 90 hide_leathery 85 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAbilitySpeedAvg carnivore avian_4 avian_4 12 12 +enraged_tabage_mother 16 0 0 0 0 NORMAL corellia tabage langlatch_hue.iff 1 1 3 0 15 0 0 0 -1 -1 -1 2 1 16 meat_carnivore 16 hide_bristley 16 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackDamageWeak carnivore predatory_cat_1 predatory_cat_1 10 10 1 yes +enraged_tybis 75 1 -1 0 0 NORMAL yavin4 tybis tybis_hue.iff 1.3 1.1 1 0 0 0 0 0 0 0 -1 2 1 220 meat_herbivore 160 hide_bristley 105 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 12 12 1 +enraged_wood_mite_king 19 2 -1 0 -4 NORMAL rori bark_mite bark_mite_hue.iff 3 3.2 3 15 25 -1 0 -1 -1 -1 -1 2 1 15 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff roach_2 roach_2 6 6 1 yes +entertainer 1 0 0 0 0 NORMAL global townsperson townsperson trainer_entertainer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol none 0 2 1 +eopie 4 -2 1 0 0 NORMAL tatooine eopie eopie_hue.iff 0.8 1.2 2 0 0 0 10 10 0 0 -1 2 1 milk_wild 315 meat_herbivore 250 hide_leathery 150 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowTankHealthWeak herbivore 0 2 1 +eopie_herdmaster 5 -2 1 0 -1 NORMAL tatooine eopie eopie_hue.iff 1.2 1.2 3 0 0 0 10 10 0 0 -1 2 1 315 meat_herbivore 250 hide_leathery 150 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowTankHealthWeak herbivore 0 2 1 +eopie_mount 1 0 0 0 0 NORMAL Mount tatooine bioengineer beast_master/bm_eopie.iff 1.25 1.25 2 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +ep3_achonnko 100 0 0 0 0 NORMAL rryatt_trail kashyyyk ep3/ep3_achonnko.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_achonnko 1 commoner_10 commoner_10 0 2 +ep3_arena_guard_inner 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/arena_guard_inner.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_arena_uller_hellstalker 62 0 0 0 0 ELITE arena arena_challenge uller.iff 1.2 1.7 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 80 creature/elite_creature:elite_creature_61_70 col_dejarik_holomonster,col_dejarik_table,col_glass_shelving_02 carnivore generic_creature_special_6 generic_creature_special_6 24 24 1 +ep3_arena_varactyl_venomblade 64 0 0 0 0 ELITE arena arena_challenge varactyl.iff 1.9 1.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 80 creature/elite_creature:elite_creature_61_70 col_dejarik_holomonster,col_dejarik_table,col_glass_shelving_02 carnivore generic_creature_special_6 generic_creature_special_6 24 24 1 +ep3_arena_webweaver_bonerender 60 0 0 0 0 ELITE arena arena_challenge webweaver.iff 1.2 1.3 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 80 creature/elite_creature:elite_creature_51_60 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_glass_shelving_01 carnivore generic_creature_special_6 generic_creature_special_6 24 24 1 +ep3_avatar_blackscale_captain 80 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_assault 1.1 1.4 0 0 0 0 0 0 0 0 0 2 1 5 kashyyyk/avatar_platform:avatar_trando avatar_trando col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_carbine imperial_sword commando_special_6 melee_special_6 9 6 +ep3_avatar_blackscale_guard 81 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_guard 1 1.3 0 0 0 0 0 0 0 0 0 2 1 5 kashyyyk/avatar_platform:avatar_trando avatar_trando col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_carbine imperial_sword commando_special_6 melee_special_6 9 6 +ep3_avatar_blackscale_jailer 81 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_guard 1 1.3 0 0 0 0 0 0 0 0 0 2 1 5 kashyyyk/avatar_platform:avatar_trando avatar_trando col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_pistol imperial_sword commando_special_6 melee_special_6 9 6 +ep3_avatar_blackscale_scalelord 82 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_enforcer 1.3 1.5 0 0 0 0 0 0 0 0 0 2 1 20 kashyyyk/avatar_platform:avatar_trando_scale avatar_trando_scale col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_rifle imperial_sword commando_special_6 melee_special_6 9 6 +ep3_avatar_blackscale_watch_cmd 84 0 0 0 0 ELITE avatar avatar_blackscale avatar_blackscale ep3_blackscale_trooper 1.2 1.3 0 0 0 0 0 0 0 0 0 2 1 35 kashyyyk/avatar_platform:avatar_trando_cmd avatar_trando_cmd col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_carbine imperial_sword commando_special_6 melee_special_6 9 6 yes +ep3_avatar_harwakokok_mighty 86 0 0 0 0 BOSS avatar avatar_kashyyyk avatar_kashyyyk ep3/ep3_harwakokok_mighty.iff 1.3 1.3 0 0 0 0 0 0 0 0 -1 1.8 1 100 kashyyyk/avatar_platform:avatar_harwakokok avatar_harwakokok col_square_green_cut_gem_01 18 blackscale npc 100 100 thug slang harwakokok_melee melee_special_6 melee_special_6 9 9 yes +ep3_avatar_jawa 70 0 0 0 0 ELITE avatar avatar_blackscale jawa ep3/ep3_avatar_jawa.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02,col_square_green_cut_gem_01 18 blackscale npc avatar_jawa spy_special_6 melee_special_6 0 6 +ep3_avatar_wke_battleleader 85 0 0 0 0 ELITE avatar avatar_kashyyyk avatar_kashyyyk ep3_wke_battleleader 1.4 1.6 0 0 0 0 0 0 0 0 -1 2 1 5 kashyyyk/avatar_platform:avatar_wke avatar_wke col_square_green_cut_gem_01 npc thug slang wookiee_ranged wookiee_melee commando_special_6 melee_special_6 9 6 +ep3_avatar_wke_captive 50 0 0 0 0 ELITE avatar kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_square_green_cut_gem_01 npc thug slang commando_special_3 melee_special_6 0 6 +ep3_avatar_wke_commando 84 0 0 0 0 ELITE avatar avatar_kashyyyk avatar_kashyyyk ep3_wke_commandos 1.2 1.4 0 0 0 0 0 0 0 0 -1 2 1 15 kashyyyk/avatar_platform:avatar_commando avatar_commando col_square_green_cut_gem_01 npc thug slang commando_ranged wookiee_melee commando_special_6 melee_special_6 9 6 +ep3_avatar_wke_fighter 83 0 0 0 0 ELITE avatar avatar_kashyyyk avatar_kashyyyk ep3_wke_freedom_fighter 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 5 kashyyyk/avatar_platform:avatar_wke avatar_wke col_square_green_cut_gem_01 npc thug slang wookiee_ranged wookiee_melee commando_special_6 melee_special_6 9 6 +ep3_avatar_wke_processed 50 0 0 0 0 ELITE avatar kashyyyk ep3/ep3_wke_civilian_03.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc 1 quest.task.ground.retrieve_item_on_item thug slang wookiee_ranged wookiee_melee commando_special_3 melee_special_6 0 6 +ep3_belga_daeri 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_belga_daeri.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_belga_daeri 1 commoner_10 commoner_10 0 2 +ep3_borantok 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_borantok.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_borantok 1 commoner_10 commoner_10 0 2 +ep3_boshaz 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_boshaz.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_boshaz_zssik_01 1 commoner_10 commoner_10 0 2 +ep3_carl_mosik 100 0 0 0 0 NORMAL rryatt_trail kashyyyk ep3/ep3_carl_mosik.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_carl_mosik 1 commoner_10 commoner_10 0 2 +ep3_chanoota 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_chanoota.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_chanoota 1 commoner_10 commoner_10 0 2 +ep3_chassis_broker_05 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/space_ep3_chassis_broker_05.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.chassis_npc 1 commoner_10 commoner_10 0 2 +ep3_chawroo 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_chawroo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_chawroo_zssik_01a 1 commoner_10 commoner_10 0 2 +ep3_cheated_gambler 100 0 0 0 0 NORMAL tatooine kashyyyk ep3/ep3_cheated_gambler.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_cheated_gambler 1 commoner_10 commoner_10 0 2 +ep3_cheyerooto 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_cheyerooto.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_cheyerooto 1 commoner_10 commoner_10 0 2 +ep3_clone_relics_geonosian_ikvizi 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_clone_relics_geonosian_ikvizi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_trapped_geonosian 1 commoner_10 commoner_10 0 2 +ep3_clone_relics_ovarra 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_clone_relics_ovarra.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_wookie_elder_ovarra 1 commoner_10 commoner_10 0 2 +ep3_clone_relics_wookiee_prisoner_04 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_clone_relics_wookie_prisoner_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_clone_relics_queen_wookie_prisoner_1 1 commoner_10 commoner_10 0 2 +ep3_cmd_richards 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_cmd_richards.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_imp_cmd_richards 1 commoner_10 commoner_10 0 2 +ep3_col_gurnst 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_col_gurnst.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_col_gurnst 1 commoner_10 commoner_10 0 2 +ep3_cr_bantha_kashyyyk 25 0 0 0 0 NORMAL kashyyyk bantha kashyyyk_bantha.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha 0.05 medTankHealthWeak carnivore generic_creature_2 generic_creature_2 24 24 +ep3_cr_bolotaur 25 0 0 0 0 NORMAL kashyyyk bolotaur bolotaur.iff 1.8 2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_2 generic_creature_2 24 24 +ep3_cr_katarn 25 0 0 0 0 NORMAL kashyyyk katarn katarn.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_mammal defaultProfile creature/creature_21_30 0.05 medTankDefenseWeak carnivore generic_creature_2 generic_creature_2 24 24 +ep3_cr_kkorrwrot 25 0 0 0 0 NORMAL kashyyyk kkorrwrot kkorrwrot.iff 1.68 1.69 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile creature/insect_21_30 0.05 medAttackSpeedWeak carnivore generic_creature_2 generic_creature_2 24 24 +ep3_cr_minstyngar 25 0 0 0 0 NORMAL kashyyyk minstyngar minstyngar.iff 1.8 2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar 0.05 medAttackDamageWeak carnivore generic_creature_2 generic_creature_2 24 24 +ep3_cr_mouf 25 0 0 0 0 NORMAL kashyyyk mouf mouf.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf 0.05 medTankHealthWeak carnivore generic_creature_2 generic_creature_2 24 24 +ep3_cr_uller 25 0 0 0 0 NORMAL kashyyyk uller uller.iff 1.8 2 0 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller 0.05 medTankUtilityWeak carnivore generic_creature_2 generic_creature_2 24 24 +ep3_cr_varactyl 25 0 0 0 0 NORMAL kashyyyk varactyl varactyl.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl 0.05 medAbilitySpeedWeak carnivore generic_creature_2 generic_creature_2 24 24 +ep3_cr_walluga 27 0 0 0 0 NORMAL kashyyyk walluga walluga.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga 0.05 medTankDefenseWeak carnivore elephant_2 elephant_2 24 24 +ep3_cr_webweaver 25 0 0 0 0 NORMAL kashyyyk webweaver webweaver.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver 0.05 medAttackSpeedWeak carnivore generic_creature_2 generic_creature_2 24 24 +ep3_criss_nepomi 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_criss_nepomi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_criss_nepomi 1 commoner_10 commoner_10 0 2 +ep3_dakar 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dakar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_dakar_zssik_02 1 commoner_10 commoner_10 0 2 +ep3_dr_farnsworth 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dr_farnsworth.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_dr_farnsworth 1 commoner_10 commoner_10 0 2 +ep3_dr_price 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dr_price.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_imp_dr_price 1 commoner_10 commoner_10 0 2 +ep3_etyyy_banol_starkiller 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_banol_starkiller.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_banol_starkiller 1 commoner_10 commoner_10 0 2 +ep3_etyyy_bantha_kashyyyk 38 0 0 0 0 NORMAL etyyy bantha_kashyyyk kashyyyk_bantha.iff 0.8 0.9 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_3 generic_creature_3 0 24 +ep3_etyyy_bantha_kashyyyk_greyclimber 40 0 0 0 0 ELITE etyyy bantha_kashyyyk kashyyyk_bantha.iff 1.65 1.7 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/etyyy_greyclimber etyyy_greyclimber carnivore generic_creature_special_3 generic_creature_special_3 0 3 +ep3_etyyy_bantha_kashyyyk_herdleader 40 0 0 0 0 NORMAL etyyy bantha_kashyyyk kashyyyk_bantha.iff 1.1 1.2 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_4 generic_creature_4 0 24 +ep3_etyyy_bantha_kashyyyk_matriarch 42 0 0 0 0 NORMAL etyyy bantha_kashyyyk kashyyyk_bantha.iff 0.9 1 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_4 generic_creature_4 0 24 +ep3_etyyy_blackscale_enforcer 47 0 0 0 0 ELITE etyyy blackscale ep3_blackscale_enforcer 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_square_green_cut_gem_01 18 blackscale npc thug slang captain_beshk officer_special_3 melee_special_3 12 3 +ep3_etyyy_blackscale_guard 46 0 0 0 0 ELITE etyyy blackscale ep3_blackscale_guard 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_square_green_cut_gem_01 18 blackscale npc thug slang imperial_pistol commando_special_3 melee_special_3 12 3 +ep3_etyyy_chiss_poacher 25 0 0 0 0 NORMAL etyyy chiss_poacher_etyyy etyyy_chiss_poacher 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 col_contraband_set_01,col_square_green_cut_gem_01 npc thug slang general_rifle general_sword smuggler_2 melee_2 24 24 +ep3_etyyy_chiss_poacher_defender 45 0 0 0 0 NORMAL etyyy chiss_poacher_etyyy etyyy_chiss_poacher_defender 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01,col_square_green_cut_gem_01 npc thug slang general_rifle general_sword smuggler_4 melee_4 24 24 +ep3_etyyy_chiss_poacher_hunter 46 0 0 0 0 ELITE etyyy chiss_poacher_etyyy etyyy_chiss_poacher_hunter 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04,col_square_green_cut_gem_01 npc thug slang general_rifle general_sword smuggler_special_3 melee_special_3 12 3 +ep3_etyyy_chiss_poacher_laen_pieweto 47 0 0 0 0 ELITE etyyy chiss_poacher_etyyy ep3/ep3_etyyy_laen_pieweto.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_02,col_shattered_shard_04,col_square_green_cut_gem_01 npc thug slang general_rifle general_sword smuggler_special_3 melee_special_3 9 9 +ep3_etyyy_chiss_poacher_smuggler 44 0 0 0 0 NORMAL etyyy chiss_poacher_etyyy etyyy_chiss_poacher_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01,col_square_green_cut_gem_01 npc thug slang general_pistol general_sword smuggler_4 melee_4 24 24 +ep3_etyyy_chrilooc 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_chrilooc.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_chrilooc 1 commoner_10 commoner_10 0 2 +ep3_etyyy_ehartt_brihnt 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_ehartt_brihnt.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_ehartt_brihnt 1 commoner_10 commoner_10 0 2 +ep3_etyyy_harroom 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_harroom.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_harroom 1 commoner_10 commoner_10 0 2 +ep3_etyyy_iluna_mystuk 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_iluna_mystuk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_iluna_mystuk 1 commoner_10 commoner_10 0 2 +ep3_etyyy_jerrol_chupapa 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_jerrol_chupapa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_jerrol_chupapa 1 commoner_10 commoner_10 0 2 +ep3_etyyy_johnson_smith 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_johnson_smith.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_johnson_smith 1 commoner_10 commoner_10 0 2 +ep3_etyyy_kara_corlon 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_kara_corlon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_kara_corlon 1 commoner_10 commoner_10 0 2 +ep3_etyyy_kerssoc 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_kerssoc.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_kerssoc 1 commoner_10 commoner_10 0 2 +ep3_etyyy_kint_zsam 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_kint_zsam.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 item.travel_ticket.travel_space_dungeon,conversation.ep3_etyyy_kint_zsam 1 commoner_10 commoner_10 0 2 +ep3_etyyy_mada_johnson 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_mada_johnson.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_mada_johnson 1 commoner_10 commoner_10 0 2 +ep3_etyyy_manfred_carter 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_manfred_carter.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_manfred_carter 1 commoner_10 commoner_10 0 2 +ep3_etyyy_mouf 44 0 0 0 0 NORMAL etyyy mouf_etyyy mouf.iff 0.7 0.8 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_4 generic_creature_4 24 24 +ep3_etyyy_mouf_brightclaw 47 0 0 0 0 ELITE etyyy mouf_etyyy mouf.iff 1.75 1.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/etyyy_brightclaw etyyy_brightclaw carnivore generic_creature_special_3 generic_creature_special_3 9 9 +ep3_etyyy_mouf_paleclaw 48 0 0 0 0 ELITE etyyy mouf_etyyy mouf.iff 1.65 1.7 0 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/etyyy_paleclaw etyyy_paleclaw carnivore generic_creature_special_3 generic_creature_special_3 9 9 +ep3_etyyy_mouf_roarlord 48 0 0 0 0 ELITE etyyy mouf_etyyy mouf.iff 1.2 1.25 2 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_41_50 kashyyyk_mouf housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 12 3 +ep3_etyyy_mouf_vibrant 45 0 0 0 0 NORMAL etyyy mouf_etyyy mouf.iff 0.95 1 4 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_4 generic_creature_4 24 24 +ep3_etyyy_mouf_vicious 44 0 0 0 0 NORMAL etyyy mouf_etyyy mouf.iff 0.8 0.85 1 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_4 generic_creature_4 24 24 +ep3_etyyy_pilot_from_bocctyyy 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_pilot_from_bocctyyy.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_etyyy_pilot_to_bocctyyy 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_pilot_to_bocctyyy.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 item.travel_ticket.travel_space_dungeon,conversation.ep3_etyyy_pilot_etyyy_to_bocctyyy 1 commoner_10 commoner_10 0 2 +ep3_etyyy_rodian_camp_doctor_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rodian_camp_doctor_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rodian_doctor 1 commoner_10 commoner_10 0 2 +ep3_etyyy_rodian_trader 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rodian_trader.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 +ep3_etyyy_ryoo_finn 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_ryoo_finn.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_ryoo_finn 1 commoner_10 commoner_10 0 2 +ep3_etyyy_sordaan_xris 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_sordaan_xris.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_sordaan_xris 1 commoner_10 commoner_10 0 2 +ep3_etyyy_tripp_rar 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_tripp_rar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_tripp_rar 1 commoner_10 commoner_10 0 2 +ep3_etyyy_tuwezz_vol 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_tuwezz_vol.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_tuwezz_vol 1 commoner_10 commoner_10 0 2 +ep3_etyyy_uller 44 0 0 0 0 NORMAL etyyy uller_etyyy uller.iff 0.9 0.95 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_4 generic_creature_4 24 2 +ep3_etyyy_uller_diseased 43 0 0 0 0 NORMAL etyyy uller_etyyy uller.iff 0.75 0.8 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_4 generic_creature_4 24 24 +ep3_etyyy_uller_elder 45 0 0 0 0 NORMAL etyyy uller_etyyy uller.iff 1.1 1.15 4 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_4 generic_creature_4 24 24 +ep3_etyyy_uller_spiketop 46 0 0 0 0 ELITE etyyy uller_etyyy uller.iff 1.85 1.9 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/etyyy_spiketop etyyy_spiketop carnivore generic_creature_special_3 generic_creature_special_3 9 9 +ep3_etyyy_uller_warhoof 47 0 0 0 0 ELITE etyyy uller_etyyy uller.iff 1.3 1.4 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 npc/elite_npc:elite_npc_41_50 kashyyyk_uller housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 12 3 +ep3_etyyy_walluga 44 0 0 0 0 NORMAL etyyy walluga_etyyy walluga.iff 0.8 0.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_3 elephant_3 24 2 +ep3_etyyy_walluga_elder 46 0 0 0 0 NORMAL etyyy walluga_etyyy walluga.iff 1.1 1.2 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_3 elephant_3 24 24 +ep3_etyyy_walluga_frenzied 48 0 0 0 0 ELITE etyyy walluga_etyyy walluga.iff 0.9 1 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 npc/elite_npc:elite_npc_41_50 kashyyyk_walluga housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore elephant_3 elephant_3 12 3 +ep3_etyyy_walluga_stoneleg 50 0 0 0 0 ELITE etyyy walluga_etyyy walluga.iff 1.75 1.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/etyyy_stoneleg etyyy_stoneleg carnivore elephant_3 elephant_3 9 9 +ep3_etyyy_webweaver 47 0 0 0 0 NORMAL etyyy webweaver_etyyy webweaver.iff 0.75 0.8 4 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_4 generic_creature_4 24 2 +ep3_etyyy_webweaver_crazed 48 0 0 0 0 NORMAL etyyy webweaver_etyyy webweaver.iff 0.8 0.9 2 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_4 generic_creature_4 24 24 +ep3_etyyy_webweaver_silkthrower 49 0 0 0 0 ELITE etyyy webweaver_etyyy webweaver.iff 1.75 1.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/etyyy_silkthrower etyyy_silkthrower carnivore generic_creature_special_3 generic_creature_special_3 9 9 +ep3_etyyy_webweaver_spiker 48 0 0 0 0 ELITE etyyy webweaver_etyyy webweaver.iff 1.15 1.2 1 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 npc/elite_npc:elite_npc_41_50 kashyyyk_webweaver housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 12 3 +ep3_etyyy_webweaver_warrior 49 0 0 0 0 NORMAL etyyy webweaver_etyyy webweaver.iff 1.25 1.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_4 generic_creature_4 24 24 +ep3_etyyy_wrelaac 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_wrelaac.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_wrelaac 1 commoner_10 commoner_10 0 2 +ep3_etyyy_ziven_tissak 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_etyyy_ziven_tissak.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_etyyy_ziven_tissak 1 commoner_10 commoner_10 0 2 +ep3_eyma 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_eyma.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_eyma 1 commoner_10 commoner_10 0 2 +ep3_fern_bicker 17 0 0 0 0 NORMAL kachirho fern_bicker ep3_fern_bicker.iff 0.5 0.8 5 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_fern_bicker kashyyyk_fern_bicker carnivore generic_creature_1 generic_creature_1 0 2 +ep3_fezrik_bendledon 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_fezrik_bendledon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_fezrik_bendledon 1 commoner_10 commoner_10 0 2 +ep3_forest_ardon 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_ep3_forest_ardon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_kerritamba_epic 1 commoner_10 commoner_10 0 2 +ep3_forest_arena_guard_outer 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/arena_guard_outer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_arena_guard,item.travel_ticket.travel_space_dungeon 1 commoner_10 commoner_10 0 2 +ep3_forest_aveso 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_female_01.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_aveso 1 commoner_10 commoner_10 0 2 +ep3_forest_blackscale_guard 37 0 0 0 0 ELITE dead_forest blackscale ep3_blackscale_guard 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 blackscale npc thug slang imperial_pistol commando_special_3 melee_3 12 3 +ep3_forest_chief_kerritamba 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_chief_kerritamba.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_kerritamba 1 commoner_10 commoner_10 0 2 +ep3_forest_cryl 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_male_03.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_cryl 1 commoner_10 commoner_10 0 2 +ep3_forest_dahlia 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_female_03.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_dahlia 1 commoner_10 commoner_10 0 2 +ep3_forest_exemplar_zheus 39 0 0 0 0 ELITE dead_forest forest_webweaver forest_outcast ep3_forest_outcast_assassin 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_exemplar forest_exemplar npc general_polearm general_rifle melee_3 commando_special_3 0 2 +ep3_forest_great_mouf 34 0 0 0 0 NORMAL dead_forest forest_mouf faction_sayormi mouf.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_3 generic_creature_3 0 2 1 +ep3_forest_kerritamba_assassin 37 0 0 0 0 NORMAL dead_forest forest_kerritamba forest_kerritamba dressed_ep3_forest_wke_assassin.iff 1.2 1.3 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_kerritamba forest_kerritamba npc wookiee_ranged wookiee_melee commando_3 melee_3 0 2 +ep3_forest_kerritamba_dealer 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_ep3_forest_kerritamba_dealer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 +ep3_forest_kerritamba_leader 39 0 0 0 0 ELITE dead_forest forest_kerritamba forest_kerritamba ep3_forest_kerritamba_warrior 1.2 1.3 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_warchief forest_warchief col_square_green_cut_gem_01 npc 100 100 wookiee_ranged wookiee_melee commando_special_3 melee_3 0 2 +ep3_forest_kerritamba_warrior 36 0 0 0 0 NORMAL dead_forest forest_kerritamba forest_kerritamba ep3_forest_kerritamba_warrior 1.2 1.3 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_kerritamba forest_kerritamba col_square_green_cut_gem_01 npc wookiee_ranged wookiee_melee commando_3 melee_3 0 2 +ep3_forest_mother_vesad 40 0 0 0 0 ELITE dead_forest forest_webweaver webweaver.iff 2 2.4 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 100 kashyyyk/forest_vesad forest_vesad carnivore 100 generic_creature_special_3 generic_creature_special_3 12 2 1 +ep3_forest_mouf 32 0 0 0 0 NORMAL dead_forest forest_mouf faction_sayormi mouf.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/forest_mouf forest_mouf carnivore generic_creature_3 generic_creature_3 0 2 1 +ep3_forest_npc_greeter 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_ep3_forest_npc_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_npc_greeter 1 commoner_10 commoner_10 0 2 +ep3_forest_outcast_assassin 38 0 0 0 0 ELITE dead_forest forest_webweaver forest_outcast ep3_forest_outcast_assassin 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/forest_outcast forest_outcast col_square_green_cut_gem_01 npc general_rifle general_polearm spy_special_3 melee_special_3 0 2 +ep3_forest_outcast_dealer 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_dealer.iff 0.9 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_outcast_dealer 1 commoner_10 commoner_10 0 2 +ep3_forest_outcast_informant 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_forest_outcast_informant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 quest.ep3.forest_outcast_barker,conversation.ep3_forest_outcast_informant 1 commoner_10 commoner_10 0 2 +ep3_forest_outcast_male_02 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_ep3_forest_outcast_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_sertild 1 commoner_10 commoner_10 0 2 +ep3_forest_rhiek 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_ep3_forest_outcast_male_01.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_rhiek 1 commoner_10 commoner_10 0 2 +ep3_forest_risyl 100 0 0 0 0 NORMAL dead_forest forest_webweaver dressed_forest_outcast_leader.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_risyl 1 commoner_10 commoner_10 0 2 +ep3_forest_sayormi_cyrans 34 0 0 0 0 ELITE dead_forest forest_sayormi faction_sayormi dressed_cyrans_unfeeling.iff 0.9 1 0 30 45 55 55 45 0 0 0 2 1 100 kashyyyk/sayormi_cyrans sayormi_cyrans col_round_purple_cut_gem_01 npc general_polearm medic_special_3 melee_3 9 9 yes +ep3_forest_sayormi_monk 32 0 0 0 0 NORMAL dead_forest forest_sayormi faction_sayormi ep3_forest_sayormi_monk 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/sayormi_monk sayormi_monk col_round_purple_cut_gem_01 npc general_unarmed medic_3 melee_3 24 24 yes +ep3_forest_sayormi_queen 33 0 0 0 0 ELITE dead_forest forest_sayormi faction_sayormi dressed_sayormi_queen.iff 0.9 1 0 30 45 55 55 45 0 0 0 2 1 100 kashyyyk/sayormi_queen sayormi_queen col_round_purple_cut_gem_01 npc general_sword medic_special_3 melee_3 12 3 yes +ep3_forest_sayormi_warrior 32 0 0 0 0 NORMAL dead_forest forest_sayormi faction_sayormi ep3_forest_sayormi_warrior 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/sayormi_warrior sayormi_warrior col_round_purple_cut_gem_01 npc general_sword medic_3 melee_3 24 24 yes +ep3_forest_sayormi_witch 32 0 0 0 0 NORMAL dead_forest forest_sayormi faction_sayormi ep3_forest_sayormi_witch 0.9 1 0 90 100 65 100 100 100 75 80 2 1 100 kashyyyk/sayormi_witch sayormi_witch col_round_purple_cut_gem_01 npc general_sword medic_3 melee_3 24 24 yes +ep3_forest_shadevale_stalker 37 0 0 0 0 NORMAL dead_forest forest_snake crystal_snake.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley defaultProfile 1 100 kashyyyk/forest_snake forest_snake col_round_purple_cut_gem_01 carnivore snake_3 snake_3 24 24 1 yes +ep3_forest_shadevale_venomsting 37 0 0 0 0 NORMAL dead_forest forest_snake fanned_rawl.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_scaley defaultProfile 1 100 kashyyyk/forest_snake forest_snake col_round_purple_cut_gem_01 carnivore generic_creature_3 generic_creature_3 24 24 1 yes +ep3_forest_shoartu_mystic_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_shoartu_mystic_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_meust 1 commoner_10 commoner_10 0 2 +ep3_forest_shoartu_mystic_02 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_shoartu_mystic_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_athnalu 1 commoner_10 commoner_10 0 2 +ep3_forest_shoartu_mystic_03 100 0 0 0 0 NORMAL kashyyyk kashyyyk dressed_shoartu_mystic_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_forest_perusta 1 commoner_10 commoner_10 0 2 +ep3_forest_steelclaw 36 0 0 0 0 ELITE dead_forest forest_mouf faction_sayormi mouf.iff 1.3 1.5 0 35 60 0 80 80 80 0 0 2 1 90 meat_wild 60 hide_wooly 50 bone_mammal defaultProfile 1 100 kashyyyk/forest_steelhoof forest_steelhoof carnivore generic_creature_special_3 generic_creature_special_3 0 2 +ep3_forest_warchief 38 0 0 0 0 ELITE dead_forest forest_kerritamba forest_kerritamba dressed_ep3_forest_warchief.iff 1.2 1.3 0 30 45 55 55 45 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc wookiee_ranged wookiee_melee commando_special_3 melee_special_3 0 2 +ep3_forest_webweaver_bloodseeker 37 0 0 0 0 NORMAL dead_forest forest_webweaver webweaver.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver col_round_purple_cut_gem_01 carnivore generic_creature_3 generic_creature_3 24 2 1 +ep3_forest_webweaver_gravespinner 37 0 0 0 0 NORMAL dead_forest forest_webweaver webweaver.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver col_round_purple_cut_gem_01 carnivore generic_creature_3 generic_creature_3 24 2 1 +ep3_forest_webweaver_tombsinger 38 0 0 0 0 NORMAL dead_forest forest_webweaver webweaver.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 21 hide_bristley defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver col_round_purple_cut_gem_01 carnivore generic_creature_3 generic_creature_3 24 2 1 +ep3_forest_wirartu 65 0 0 0 0 ELITE arena forest_kerritamba forest_kerritamba dressed_arena_champion.iff 1 1.3 0 90 100 65 100 100 100 75 80 2 1 80 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc theme_park.dungeon.myyydril.wirartu_attack wookiee_melee wookiee_ranged melee_special_6 commando_special_6 9 9 yes +ep3_forest_wookiee_spirit_healer_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wookiee_spirit_healer_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 structure.municipal.cloning_facility,terminal.insurance 1 commoner_10 commoner_10 0 2 +ep3_forgotten_creation 74 0 0 0 0 ELITE myyydril myyydril_urn ep3_forgotten_creation 1.1 1.3 0 35 60 0 80 80 80 0 0 2 0 0 defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 droid droid_special_6 droid_special_6 12 2 +ep3_general_grievous 90 0 0 0 0 BOSS myyydril myyydril_grievous ep3/general_grievous.iff 0.9 1.1 0 30 45 55 55 45 0 0 0 2 1 100 kashyyyk/myyydril_grievous myyydril_grievous 50 grievous android 100 100 snare_defense=300,root_defense=300 general_grievous jedi_dark_ranged droid_special_9 droid_special_9 9 9 1 instant +ep3_gursan_bryes 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_gursan_bryes.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_gursan_bryes 1 commoner_10 commoner_10 0 2 +ep3_harwakokok_mighty 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_harwakokok_mighty.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_harwakokok_zssik_05 1 commoner_10 commoner_10 0 2 +ep3_hracca_chiss_poacher_hunter 78 0 0 0 0 ELITE hracca chiss_poacher_etyyy hracca_chiss_poacher_hunter 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc thug slang imperial_rifle imperial_polearm bounty_hunter_special_6 melee_6 12 3 +ep3_hracca_kkorrwrot 86 0 0 0 0 BOSS hracca kkorrwrot kkorrwrot.iff 1.95 2 0 0 0 0 0 0 0 0 -1 1.8 1 18 meat_insect 21 hide_bristley defaultProfile 3 100 npc/boss_npc:boss_npc_71_80 housing_improvement_05,col_shattered_shard_02 carnivore 100 100 generic_creature_special_6 generic_creature_special_6 9 9 +ep3_hracca_noxious_bantha_kashyyyk 74 0 0 0 0 NORMAL hracca hracca_noxious_creature kashyyyk_bantha.iff 0.7 0.8 4 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 +ep3_hracca_noxious_kklyyytt 74 0 0 0 0 NORMAL hracca hracca_noxious_creature ep3_kklyyytt.iff 0.5 0.6 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_kkryytch kashyyyk_kkryytch col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 +ep3_hracca_noxious_mouf 75 0 0 0 0 NORMAL hracca hracca_noxious_creature mouf.iff 0.8 0.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 +ep3_hracca_noxious_pug_jumper 73 0 0 0 0 NORMAL hracca hracca_noxious_creature ep3_pug_jumper.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_leathery 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_pug_jumper kashyyyk_pug_jumper col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 +ep3_hracca_noxious_roroo 73 0 0 0 0 NORMAL hracca hracca_noxious_creature ep3_roroo.iff 0.4 0.7 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_roroo kashyyyk_roroo col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 +ep3_hracca_noxious_uller 76 0 0 0 0 NORMAL hracca hracca_noxious_creature uller.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller col_round_purple_cut_gem_01 carnivore generic_creature_7 generic_creature_7 24 2 +ep3_hracca_noxious_walluga 78 0 0 0 0 NORMAL hracca hracca_noxious_creature walluga.iff 0.8 0.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga col_round_purple_cut_gem_01 carnivore elephant_5 elephant_5 24 2 +ep3_hssissk_bloodscale 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_hssissk_bloodscale.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_hssissk_zssik_06 1 commoner_10 commoner_10 0 2 +ep3_jyykle_vulture 18 0 0 0 0 NORMAL kachirho jyykle_vulture ep3_jyykle_vulture.iff 0.4 0.5 1 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_leathery 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_jyykle_vulture kashyyyk_jyykle_vulture carnivore generic_creature_1 generic_creature_1 0 24 +ep3_kachirho_bantha 22 0 0 0 0 NORMAL kachirho bantha_kashyyyk kashyyyk_bantha.iff 1.3 1.7 0 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_2 generic_creature_2 0 24 +ep3_kachirho_bantha_bull 30 0 0 0 0 NORMAL kachirho bantha_kashyyyk kashyyyk_bantha.iff 2 2.2 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_3 generic_creature_3 0 24 +ep3_kachirho_bantha_matriarch 24 0 0 0 0 NORMAL kachirho bantha_kashyyyk kashyyyk_bantha.iff 1.8 2 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_bantha kashyyyk_bantha carnivore generic_creature_2 generic_creature_2 0 24 +ep3_kachirho_bolotaur 26 0 0 0 0 NORMAL kachirho bolotaur bolotaur.iff 1.8 2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_2 generic_creature_2 24 2 +ep3_kachirho_bolotaur_fleshripper 28 0 0 0 0 NORMAL kachirho bolotaur bolotaur.iff 1.9 2.2 2 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_2 generic_creature_2 24 24 +ep3_kachirho_bolotaur_sunbaked 30 0 0 0 0 NORMAL kachirho bolotaur bolotaur.iff 2 2.4 3 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_3 generic_creature_3 24 24 +ep3_kachirho_canopy_bandit 27 0 0 0 0 NORMAL kachirho canopy_bandit ep3_canopy_bandits 0.9 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc ai.thug thug slang 1 pirate_pistol pirate_sword smuggler_2 melee_2 24 24 +ep3_kachirho_canopy_boss 32 0 0 0 0 ELITE kachirho canopy_bandit ep3/ep3_canopy_boss.iff 1.3 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc ai.thug thug slang 1 pirate_carbine pirate_polearm smuggler_special_3 melee_special_3 12 3 yes +ep3_kachirho_canopy_cutthroat 28 0 0 0 0 NORMAL kachirho canopy_bandit ep3_canopy_bandits 0.9 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc ai.thug thug slang 1 pirate_carbine pirate_polearm smuggler_2 melee_2 24 24 +ep3_kachirho_canopy_reaper 30 0 0 0 0 NORMAL kachirho canopy_bandit ep3/ep3_canopy_reaper_01.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc ai.thug thug slang 1 pirate_rifle pirate_sword smuggler_3 melee_3 24 24 +ep3_kachirho_chatook 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_kachirho_chatook.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_missing_son 1 commoner_10 commoner_10 0 2 +ep3_kachirho_chiss_guard 25 0 0 0 0 NORMAL kachirho chiss_poacher_etyyy etyyy_chiss_poacher_defender 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc thug slang pirate_carbine_low_level pirate_sword smuggler_2 melee_2 24 24 +ep3_kachirho_chiss_villager 24 0 0 0 0 NORMAL kachirho chiss_poacher_etyyy etyyy_chiss_poacher 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc thug slang pirate_pistol_low_level pirate_sword commoner_10 commoner_10 24 24 +ep3_kachirho_uller 25 0 0 0 0 NORMAL kachirho uller_kachiro uller.iff 1.1 1.5 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_2 generic_creature_2 0 2 +ep3_kachirho_uller_packleader 27 0 0 0 0 NORMAL kachirho uller_kachiro uller.iff 1.3 1.7 4 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_uller kashyyyk_uller carnivore generic_creature_2 generic_creature_2 0 24 +ep3_kachirho_uller_stoneclaw 27 0 0 0 0 ELITE kachirho uller_kachiro uller.iff 1.2 1.7 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile 1 100 npc/elite_npc:elite_npc_31_40 kashyyyk_uller housing_improvement_01,col_dejarik_holomonster,col_dejarik_table carnivore generic_creature_2 generic_creature_2 0 24 +ep3_kachirho_varactyl 26 0 0 0 0 NORMAL kachirho kachirho_varactyl varactyl.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl carnivore generic_creature_2 generic_creature_2 24 24 +ep3_kachirho_varactyl_deathspine 28 0 0 0 0 NORMAL kachirho kachirho_varactyl varactyl.iff 1.3 1.7 5 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl carnivore generic_creature_2 generic_creature_2 24 24 +ep3_kachirho_varactyl_jaggedfang 55 0 0 0 0 BOSS kachirho kachirho_varactyl varactyl.iff 1.9 1.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 3 100 npc/boss_npc:boss_npc_71_80 kashyyyk_varactyl housing_improvement_03,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 9 yes +ep3_kachirho_varactyl_preystalker 30 0 0 0 0 NORMAL kachirho kachirho_varactyl varactyl.iff 1.1 1.5 2 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl carnivore generic_creature_3 generic_creature_3 24 24 +ep3_kachirho_walluga 27 0 0 0 0 NORMAL kachirho walluga walluga.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_2 elephant_2 24 24 +ep3_kachirho_walluga_bonecrusher 27 0 0 0 0 NORMAL kachirho walluga walluga.iff 1.5 1.5 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_2 elephant_2 24 24 +ep3_kachirho_walluga_stoneskin 27 0 0 0 0 NORMAL kachirho walluga walluga.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_2 elephant_2 24 24 +ep3_kachirho_wke_bloodsample 24 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_wke_civilian_01.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc 1 quest.task.ground.retrieve_item_on_item thug slang commoner_2 commoner_2 0 2 +ep3_kachirho_wke_healthy 24 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_wke_civilian_05.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc 1 quest.task.ground.retrieve_item_on_item thug slang commoner_2 commoner_2 0 2 +ep3_kklyyytt 17 0 0 0 0 NORMAL kachirho kklyyytt ep3_kklyyytt.iff 0.5 0.6 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_kkryytch kashyyyk_kkryytch carnivore generic_creature_1 generic_creature_1 0 2 +ep3_kymayrr 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_kymayrr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kymayrr 1 commoner_10 commoner_10 0 2 +ep3_lesnorr 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_lesnorr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_lesnorr 1 commoner_10 commoner_10 0 2 +ep3_lobarorr 60 0 0 0 0 ELITE kashyyyk kashyyyk ep3/ep3_kachirho_lobarorr.iff 1.3 1.3 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_51_60 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc thug slang lobarorr_melee melee_special_6 melee_special_6 12 2 yes +ep3_marium_valmont 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_marium_valmont.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_avatar_return 1 commoner_10 commoner_10 0 2 +ep3_mining_captain_koh 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_mining_captain_koh.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_mining_captain_koh 1 commoner_10 commoner_10 0 2 +ep3_mining_flash_harrison 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_mining_flash_harrison.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_mining_flash_harrison 1 commoner_10 commoner_10 0 2 +ep3_mining_thom_steele 100 0 0 0 0 NORMAL talus civilian ep3/ep3_mining_thom_steele.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_mining_thom_steele commoner_10 commoner_10 0 2 +ep3_mount_bolotaur 10 0 0 0 0 NORMAL global bolotaur_mount bolotaur.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile creature/creature_1_10 carnivore generic_creature_1 generic_creature_1 0 2 +ep3_mount_kashyyyk_bantha 10 0 0 0 0 NORMAL global kashyyyk_bantha_mount kashyyyk_bantha.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_wooly 23 bone_horn defaultProfile creature/creature_1_10 0.05 lowAttackAbilityWeak carnivore generic_creature_1 generic_creature_1 0 2 +ep3_mount_varactyl 10 0 0 0 0 NORMAL global varactyl_mount varactyl.iff 0.8 0.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile creature/creature_1_10 0.05 lowAttackAbilityWeak carnivore generic_creature_1 generic_creature_1 0 2 +ep3_mssikss 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_mssikss.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_mssikss 1 commoner_10 commoner_10 0 2 +ep3_musolium 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_musolium.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_mosolium_zssik_03 1 commoner_10 commoner_10 0 2 +ep3_myydril_refugee 100 0 0 0 0 NORMAL myyydril myyydril ep3_myydril_refugee 0.8 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_attiera 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_attiera.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_attiera 1 commoner_10 commoner_10 0 2 +ep3_myyydril_chasuli 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_chasuli.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_villager_1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_compactor 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_compactor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_compactor 1 commoner_10 commoner_10 0 2 +ep3_myyydril_deathswarm 36 0 0 0 0 ELITE myyydril myyydril_beetle uwari_beetle_aggro.iff 1.5 1.6 0 0 0 0 0 0 0 0 -1 2 1 30 meat_insect 45 hide_scaley defaultProfile 1 100 kashyyyk/myyydril_deathswarm myyydril_deathswarm col_round_purple_cut_gem_01 carnivore generic_creature_special_3 generic_creature_special_3 9 2 yes +ep3_myyydril_erriya 64 0 0 0 0 ELITE myyydril myyydril_urn dressed_myyydril_lost_erriya.iff 1 1.5 4 90 100 65 100 100 100 75 80 2 1 80 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02,col_round_purple_cut_gem_01 npc geonosian_carbine general_sword bounty_hunter_special_6 melee_special_6 0 2 +ep3_myyydril_farmer 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_farmer 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_greeter_guard 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_greeter_guard.iff 1.1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_guard_1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_guard 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_guard 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_herder 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_herder 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_isdan 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_isdan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_isdan 1 commoner_10 commoner_10 0 2 +ep3_myyydril_ivesa 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_ivesa.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_villager_3 1 commoner_10 commoner_10 0 2 +ep3_myyydril_kallaarac 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_chief.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_chief 1 commoner_10 commoner_10 0 2 +ep3_myyydril_kiaanta 100 0 0 0 0 NORMAL myyydril myyydril dressed_patrol_member_02.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_kinesworthy 100 0 0 0 0 NORMAL myyydril myyydril dressed_doctor_kinesworthy.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_kinesworthy 1 commoner_10 commoner_10 0 2 +ep3_myyydril_kirrir 100 0 0 0 0 NORMAL myyydril myyydril dressed_cantina_girl.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_cantina_girl 1 commoner_10 commoner_10 0 2 +ep3_myyydril_kivvaaa 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_patrol_leader.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_patrol_leader 1 commoner_10 commoner_10 0 2 +ep3_myyydril_lorn 100 0 0 0 0 NORMAL myyydril myyydril dressed_treun_lorn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_lorn 1 commoner_10 commoner_10 0 2 +ep3_myyydril_lorn_servant 100 0 0 0 0 NORMAL myyydril myyydril_grievous battle_droid.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_lorn_servant 1 commoner_10 commoner_10 0 2 +ep3_myyydril_lost 63 0 0 0 0 ELITE myyydril myyydril_urn ep3_myyydril_sick 1 1.5 4 90 100 65 100 100 100 75 80 2 1 80 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc geonosian_pistol general_sword commoner_6 melee_6 0 2 +ep3_myyydril_miner 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_miner 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_mystic 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_mystic.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_mystic_1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_nawika 100 0 0 0 0 NORMAL myyydril myyydril dressed_cantina_patron.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_patron_1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_nk3 87 0 0 0 0 ELITE myyydril myyydril_grievous ep3_myyydril_nk3.iff 1.2 1.5 0 30 45 55 55 45 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android warden_tosk droid_special_6 droid_special_6 9 9 1 instant +ep3_myyydril_old_warris 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_old_warris.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_villager_4 1 commoner_10 commoner_10 0 2 +ep3_myyydril_pers 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_pers.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_pers 1 commoner_10 commoner_10 0 2 +ep3_myyydril_rensalla 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_refugee_f_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_refugee 1 commoner_10 commoner_10 0 2 +ep3_myyydril_serileo 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_serileo.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_greeter_villager_2 1 commoner_10 commoner_10 0 2 +ep3_myyydril_sick 100 0 0 0 0 NORMAL myyydril myyydril ep3_myyydril_sick 1.2 1.3 0 0 0 0 0 0 0 0 0 2 creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 monster 1 commoner_10 commoner_10 0 2 +ep3_myyydril_talaoree 100 0 0 0 0 NORMAL myyydril myyydril dressed_patrol_member_01.iff 1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_patrol_1 1 commoner_10 commoner_10 0 2 +ep3_myyydril_treesh 100 0 0 0 0 NORMAL myyydril myyydril dressed_myyydril_treesh.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_weaponsmith 1 commoner_10 commoner_10 0 2 +ep3_myyydril_uwari_aggro 34 0 0 0 0 NORMAL myyydril myyydril_beetle uwari_beetle_aggro.iff 1 1.3 0 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 15 hide_scaley defaultProfile kashyyyk/uwari uwari 0.05 carnivore generic_creature_3 generic_creature_3 24 2 +ep3_myyydril_uwari_domestic 100 0 0 0 0 NORMAL myyydril myyydril uwari_beetle_domestic.iff 1 1.3 0 0 0 0 0 0 0 0 0 2 creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 0.05 herbivore 1 1 generic_creature_10 generic_creature_10 0 2 1 +ep3_myyydril_yraka 100 0 0 0 0 NORMAL myyydril myyydril dressed_yraka_nes.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_myyydril_yraka_nes 1 commoner_10 commoner_10 0 2 +ep3_npc_arcona_addict 100 0 0 0 0 NORMAL etyyy etyyy_arcona etyyy_arcona_addict 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +ep3_npc_ceremonial_captain 34 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_wke_cerimonial_captain.iff 1.6 1.6 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_31_40 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc thug slang wookiee_melee wookiee_ranged melee_special_3 officer_special_3 0 3 +ep3_npc_ceremonial_guard 32 0 0 0 0 NORMAL kachirho kashyyyk ep3_cerimonial_guards 1.4 1.5 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang wookiee_melee wookiee_ranged melee_3 officer_3 0 24 +ep3_npc_dead_guard 32 0 0 0 0 NORMAL kachirho kashyyyk ep3_dead_guard 1.4 1.5 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang wookiee_melee wookiee_ranged melee_3 officer_3 0 24 +ep3_npc_rodian_eharttclan 100 0 0 0 0 NORMAL etyyy etyyy_rodian_ehartt etyyy_rodian_eharttclan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +ep3_npc_rodian_lesser_hunter 100 0 0 0 0 NORMAL etyyy etyyy_rodian_sordaan etyyy_rodian_lesser_hunter 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +ep3_npc_rodian_sordaanclan 100 0 0 0 0 NORMAL etyyy etyyy_rodian_sordaan etyyy_rodian_sordaanclan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +ep3_npc_rodian_trippclan 100 0 0 0 0 NORMAL etyyy etyyy_rodian_tripp etyyy_rodian_trippclan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +ep3_npc_rodian_zivenclan 100 0 0 0 0 NORMAL etyyy etyyy_rodian_ziven etyyy_rodian_zivenclan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +ep3_npc_trandoshan_slavers 27 0 0 0 0 NORMAL kachirho hsskor hsskor ep3_trandoshan_slavers 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 npc thug slang pirate_carbine pirate_sword smuggler_2 melee_2 0 24 +ep3_npc_wookiee_battleleader 32 0 0 0 0 NORMAL kachirho kashyyyk_resistance kashyyyk_resistance ep3_wke_battleleader 1.4 1.6 0 0 0 0 0 0 0 0 -1 2 1 100 kashyyyk/wke_resistance_leader wke_resistance_leader npc thug slang wookiee_ranged wookiee_melee smuggler_special_3 melee_special_3 3 3 +ep3_npc_wookiee_commando 30 0 0 0 0 NORMAL kachirho kashyyyk_resistance kashyyyk_resistance ep3_wke_commandos 1.2 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 kashyyyk/wke_resistance_commando wke_resistance_commando npc thug slang commando_ranged wookiee_melee smuggler_3 melee_3 24 24 +ep3_npc_wookiee_forest_stalker 28 0 0 0 0 NORMAL kachirho kashyyyk_resistance kashyyyk_resistance ep3_wke_stalkers 1.1 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 kashyyyk/wke_resistance wke_resistance npc thug slang wookiee_ranged wookiee_melee smuggler_2 melee_2 24 24 +ep3_npc_wookiee_freedom_fighters 27 0 0 0 0 NORMAL kachirho kashyyyk_resistance kashyyyk_resistance ep3_wke_freedom_fighter 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 kashyyyk/wke_resistance wke_resistance npc thug slang wookiee_ranged wookiee_melee smuggler_2 melee_2 24 24 +ep3_olima_grunc 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_olima_grunc.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_olima_grunc 1 commoner_10 commoner_10 0 2 +ep3_omwaan 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_omwaan.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_omwaan 1 commoner_10 commoner_10 0 2 +ep3_orooroo_betrayer 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_orooroo_betrayer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_orooroo_zssik_04 1 commoner_10 commoner_10 0 2 +ep3_ortha_ledox 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_ortha_ledox.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_varactyl_hunter 1 commoner_10 commoner_10 0 2 +ep3_pirus_gue 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_pirus_gue.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_varactyl_egg 1 commoner_10 commoner_10 0 2 +ep3_pressk 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_pressk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trando_pressk 1 commoner_10 commoner_10 0 2 +ep3_pug_jumper 17 0 0 0 0 NORMAL kachirho pug_jumper ep3_pug_jumper.iff 0.98 1 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_leathery 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_pug_jumper kashyyyk_pug_jumper carnivore generic_creature_1 generic_creature_1 0 2 +ep3_qst_anguished_wookiee 25 0 0 0 0 NORMAL kachirho mad_wookiee ep3_anguished_wookiee 1.1 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc commoner_2 commoner_2 24 24 +ep3_qst_forlorn_wookiee 23 0 0 0 0 NORMAL kachirho mad_wookiee ep3_forlorn_wookiee 1.1 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc commoner_2 commoner_2 24 24 +ep3_qst_jessk 32 0 0 0 0 NORMAL tatooine mercenary ep3/ep3_jessk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_sword smuggler_3 melee_3 0 2 +ep3_qst_mad_wookiee 24 0 0 0 0 NORMAL kachirho mad_wookiee ep3_mad_wookiee 1.1 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc commoner_2 commoner_2 24 24 +ep3_qst_myssith 38 0 0 0 0 NORMAL dead_forest hsskor ep3/ep3_myssith.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang imperial_carbine imperial_polearm officer_special_3 melee_special_3 3 3 +ep3_qst_reward_varactyl 65 0 0 0 0 NORMAL kashyyyk kachirho_varactyl varactyl.iff 0.9 1.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile 1 100 kashyyyk/kashyyyk_varactyl kashyyyk_varactyl 0.05 medAbilitySpeedStrong carnivore generic_creature_6 generic_creature_6 0 2 +ep3_qst_slavemaster_klesk 50 0 0 0 0 NORMAL etyyy hsskor ep3/ep3_slavemaster_klesk.iff 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc thug slang imperial_carbine imperial_polearm officer_special_3 melee_special_3 3 3 +ep3_qst_wookiee_captive 20 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 col_square_green_cut_gem_01 npc thug slang commoner_2 commoner_2 0 2 +ep3_qst_wookiee_civilians 24 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 col_square_green_cut_gem_01 npc thug slang commoner_2 commoner_2 0 2 +ep3_qst_wookiee_escaped 55 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01,col_square_green_cut_gem_01 npc thug slang commoner_5 commoner_5 24 24 +ep3_qst_wookiee_guard 27 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_guards 1.3 1.5 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 col_square_green_cut_gem_01 npc thug slang wookiee_ranged wookiee_melee commando_2 melee_2 24 24 +ep3_qst_wookiee_tagged 34 0 0 0 0 NORMAL kashyyyk kashyyyk ep3_wookiee_civilians 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang commoner_3 commoner_3 24 24 +ep3_qst_wrhisch 25 0 0 0 0 NORMAL kachirho mad_wookiee ep3/ep3_wrhisch.iff 1.4 1.4 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_21_30 col_dejarik_holomonster,col_dejarik_table npc commoner_2 commoner_2 3 3 yes +ep3_rawarok 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rawarok.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_kachirho_rawarok 1 commoner_10 commoner_10 0 2 +ep3_reely_sugg 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_reely_sugg.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_reely_sugg 1 commoner_10 commoner_10 0 2 +ep3_researcher_corpse_f 15 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dead_researcher_01.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc quest.task.ground.retrieve_item_on_item thug slang commoner_1 commoner_1 0 2 +ep3_researcher_corpse_m 15 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_dead_researcher_02.iff 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc thug slang commoner_1 commoner_1 0 2 +ep3_rodian_corpse 15 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_kach_dead_rodian_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc quest.task.ground.retrieve_item_on_item thug slang commoner_1 commoner_1 0 2 +ep3_roroo 18 0 0 0 0 NORMAL kachirho roroo ep3_roroo.iff 0.4 0.7 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_roroo kashyyyk_roroo carnivore generic_creature_1 generic_creature_1 0 2 +ep3_rroot 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rroot.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rroot 1 commoner_10 commoner_10 0 2 +ep3_rroow 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_rroow.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rroow 1 commoner_10 commoner_10 0 2 +ep3_rryatt_abandoned_battle_droid 80 1 0 0 0 ELITE rryatt_trail rryatt_abandoned_droid rryatt_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 android battledroid droid_special_6 droid_special_6 3 3 +ep3_rryatt_abandoned_droideka 81 1 0 0 0 ELITE rryatt_trail rryatt_abandoned_droid rryatt_droideka 0 40 55 10 25 25 -1 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 droid object/weapon/ranged/droid/droid_droideka_ranged.iff none droid_special_6 droid_special_6 3 3 +ep3_rryatt_abandoned_super_battle_droid 82 1 0 0 0 ELITE rryatt_trail rryatt_abandoned_droid rryatt_super_battle_droid 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 droid droid_special_6 droid_special_6 3 3 +ep3_rryatt_achonnko 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_achonnko.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_rryatt_bolotaur_bonegouged 52 0 0 0 0 NORMAL rryatt_trail bolotaur bolotaur.iff 1.3 1.65 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_5 generic_creature_5 0 24 1 +ep3_rryatt_bolotaur_darkgnasher 52 0 0 0 0 NORMAL rryatt_trail bolotaur bolotaur.iff 1.5 1.8 4 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_bolotaur kashyyyk_bolotaur carnivore generic_creature_5 generic_creature_5 0 24 1 +ep3_rryatt_carl_mosik 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_carl_mosik.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_carl_mosik 1 commoner_10 commoner_10 0 2 +ep3_rryatt_crazed_jedi 60 0 0 0 0 ELITE rryatt_trail rryatt_crazed_jedi ep3/ep3_rryatt_crazed_jedi.iff 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_npc_51_60 housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc jedi_light jedi_light_ranged jedi_special_6 jedi_special_6 3 2 +ep3_rryatt_deep_woods_poacher 65 0 0 0 0 NORMAL rryatt_trail deep_woods_poacher rryatt_deep_woods_poacher 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc thug slang imperial_rifle imperial_polearm smuggler_6 melee_6 24 24 +ep3_rryatt_feral_wookiee 79 0 0 0 0 NORMAL rryatt_trail feral_wookiee_rryatt rryatt_feral_wookiee 1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc thug slang commoner_7 commoner_7 24 24 +ep3_rryatt_gotal_hunter 80 1 0 0 0 NORMAL rryatt_trail gotal_hunter_rryatt rryatt_gotal_hunter 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc thug slang imperial_rifle imperial_polearm bounty_hunter_special_6 melee_special_6 3 3 +ep3_rryatt_gotal_hunter_champion 82 1 0 0 0 NORMAL rryatt_trail gotal_hunter_rryatt rryatt_gotal_hunter_champion 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc thug slang imperial_carbine imperial_polearm bounty_hunter_special_6 melee_special_6 3 3 +ep3_rryatt_gotal_hunter_leader 83 1 0 0 0 NORMAL rryatt_trail gotal_hunter_rryatt rryatt_gotal_hunter_leader 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc thug slang imperial_rifle imperial_polearm bounty_hunter_special_6 melee_special_6 3 3 +ep3_rryatt_gotal_hunter_trapper 81 1 0 0 0 NORMAL rryatt_trail gotal_hunter_rryatt rryatt_gotal_hunter_trapper 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc thug slang imperial_rifle imperial_polearm bounty_hunter_special_6 melee_special_6 3 3 +ep3_rryatt_katarn 87 0 0 0 0 BOSS rryatt_trail katarn katarn.iff 3 3.1 0 0 0 0 0 0 0 0 -1 1.8 1 18 meat_carnivore 21 hide_leathery 23 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_71_80 housing_improvement_05,col_shattered_shard_02 carnivore 100 100 generic_creature_special_6 generic_creature_special_6 12 12 +ep3_rryatt_krepauk 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_krepauk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rryatt_krepauk 1 commoner_10 commoner_10 0 2 +ep3_rryatt_lost_rodian_hunter_deranged 64 0 0 0 0 NORMAL rryatt_trail lost_rodian_hunter rryatt_lost_rodian_hunter_deranged 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc thug slang pirate_pistol pirate_sword bounty_hunter_6 melee_6 24 24 +ep3_rryatt_lost_rodian_hunter_frantic 65 0 0 0 0 NORMAL rryatt_trail lost_rodian_hunter rryatt_lost_rodian_hunter_frantic 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc thug slang pirate_pistol pirate_sword bounty_hunter_6 melee_6 24 24 +ep3_rryatt_lost_rodian_hunter_maddened 66 0 0 0 0 NORMAL rryatt_trail lost_rodian_hunter rryatt_lost_rodian_hunter_maddened 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc thug slang pirate_pistol pirate_sword bounty_hunter_6 melee_6 24 24 +ep3_rryatt_minstyngar_breeder 63 0 0 0 0 NORMAL rryatt_trail minstyngar minstyngar.iff 0.9 1.1 2 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_6 generic_creature_6 24 24 1 +ep3_rryatt_minstyngar_elite_bloodspiller 80 1 0 0 0 ELITE rryatt_trail minstyngar_elite minstyngar.iff 1 1.1 2 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 npc/elite_npc:elite_npc_71_80 kashyyyk_minstyngar housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 +ep3_rryatt_minstyngar_elite_bonecrusher 81 1 0 0 0 ELITE rryatt_trail minstyngar_elite minstyngar.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 +ep3_rryatt_minstyngar_elite_deathcaller 82 1 0 0 0 ELITE rryatt_trail minstyngar_elite minstyngar.iff 1.1 1.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 +ep3_rryatt_minstyngar_lvl3_boss 64 0 0 0 0 BOSS rryatt_trail minstyngar minstyngar.iff 1.2 1.3 1 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar 50 minstyngar_boss carnivore generic_creature_special_6 generic_creature_special_6 9 9 1 +ep3_rryatt_minstyngar_preyfinder 62 0 0 0 0 NORMAL rryatt_trail minstyngar minstyngar.iff 0.85 0.9 4 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_6 generic_creature_6 24 24 1 +ep3_rryatt_minstyngar_thrasher 64 0 0 0 0 NORMAL rryatt_trail minstyngar minstyngar.iff 0.85 0.9 1 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_6 generic_creature_6 24 24 1 +ep3_rryatt_mouf_bloodclaw 56 0 0 0 0 NORMAL rryatt_trail mouf_etyyy mouf.iff 0.9 0.99 3 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_5 generic_creature_5 24 24 +ep3_rryatt_mouf_bloodclaw_boss 56 0 0 0 0 BOSS rryatt_trail mouf_etyyy mouf.iff 1.2 1.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 npc/boss_npc:boss_npc_71_80 kashyyyk_mouf housing_improvement_03,col_shattered_shard_04 50 mouf_boss carnivore generic_creature_special_3 generic_creature_special_3 9 9 +ep3_rryatt_mouf_bloodclaw_elite 56 0 0 0 0 ELITE rryatt_trail mouf_etyyy mouf.iff 1 1.2 3 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 21 hide_wooly 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_mouf kashyyyk_mouf carnivore generic_creature_special_3 generic_creature_special_3 3 3 +ep3_rryatt_negal_teklon 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_negal_teklon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_negal_teklon 1 commoner_10 commoner_10 0 2 +ep3_rryatt_nestling 82 0 0 0 0 NORMAL rryatt_trail katarn katarn.iff 0.85 0.9 0 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_mammal defaultProfile 1 80 creature/elite_creature:elite_creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 generic_creature_special_6 generic_creature_special_6 3 3 +ep3_rryatt_qst_minstyngar 82 1 0 0 0 NORMAL rryatt_trail minstyngar_elite minstyngar.iff 2.5 2.5 3 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 100 kashyyyk/kashyyyk_minstyngar kashyyyk_minstyngar carnivore generic_creature_special_6 generic_creature_special_6 3 3 yes +ep3_rryatt_trail_guide_f_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guild_f_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_rryatt_trail_guide_f_02 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guild_f_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_rryatt_trail_guide_f_03 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guild_f_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_rryatt_trail_guide_f_04 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guild_f_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_rryatt_trail_guide_m_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guide_m_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_rryatt_trail_guide_m_02 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guide_m_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_rryatt_trail_guide_m_03 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guide_m_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_rryatt_trail_guide_m_04 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_trail_guide_m_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 1 commoner_10 commoner_10 0 2 +ep3_rryatt_tressk 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_tressk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rryatt_tressk 1 commoner_10 commoner_10 0 2 +ep3_rryatt_vritol 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_rryatt_vritol.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_rryatt_vritol 1 commoner_10 commoner_10 0 2 +ep3_rryatt_walluga_smasher 54 0 0 0 0 NORMAL rryatt_trail walluga_smasher walluga.iff 0.8 0.9 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_3 elephant_3 24 24 +ep3_rryatt_walluga_smasher_boss 54 0 0 0 0 BOSS rryatt_trail walluga_smasher walluga.iff 1.5 1.6 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 npc/boss_npc:boss_npc_71_80 kashyyyk_walluga housing_improvement_03,col_shattered_shard_04 50 walluga_boss carnivore elephant_3 elephant_3 9 9 +ep3_rryatt_walluga_smasher_elite 54 0 0 0 0 ELITE rryatt_trail walluga_smasher walluga.iff 1.1 1.2 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_walluga kashyyyk_walluga carnivore elephant_3 elephant_3 3 3 +ep3_rryatt_webweaver_darkstalker 77 0 0 0 0 NORMAL rryatt_trail webweaver_rryatt webweaver.iff 0.85 1 3 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 +ep3_rryatt_webweaver_shadowravager 78 0 0 0 0 NORMAL rryatt_trail webweaver_rryatt webweaver.iff 0.9 1.1 2 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 +ep3_rryatt_webweaver_trailphantom 79 0 0 0 0 NORMAL rryatt_trail webweaver_rryatt webweaver.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 defaultProfile 1 100 kashyyyk/kashyyyk_webweaver kashyyyk_webweaver carnivore generic_creature_special_6 generic_creature_special_6 3 3 1 +ep3_rryatt_zhailaut 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_zhailaut.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_zhailaut 1 commoner_10 commoner_10 0 2 +ep3_sathog 20 0 0 0 0 NORMAL kachirho sathog ep3_sathog.iff 0.7 1 1 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_bristley 23 bone_mammal defaultProfile 1 100 kashyyyk/kashyyyk_sathog kashyyyk_sathog carnivore generic_creature_2 generic_creature_2 24 24 +ep3_seljin_kuric 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_seljin_kuric.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_seljin_kuric 1 commoner_10 commoner_10 0 2 +ep3_sera_jossi 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_sera_jossi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_sera_jossi 1 commoner_10 commoner_10 0 2 +ep3_slaver_blackscale_assault 82 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_assault 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc thug slang melee_special_6 melee_special_6 12 9 yes +ep3_slaver_blackscale_captain_beshk 84 0 0 0 0 BOSS slave_camp blackscale ep3/ep3_blackscale_captain_beshk.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 18 blackscale npc thug slang captain_beshk melee_special_6 melee_special_6 9 9 yes +ep3_slaver_blackscale_enforcer 81 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_enforcer 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc thug slang imperial_polearm imperial_rifle melee_special_6 smuggler_special_6 12 9 yes +ep3_slaver_blackscale_enforcer_rryatt 66 0 0 0 0 NORMAL slave_camp blackscale ep3_blackscale_enforcer 0.9 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 blackscale npc thug slang imperial_polearm imperial_carbine melee_6 smuggler_6 24 24 yes +ep3_slaver_blackscale_guard 80 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_guard 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 blackscale npc thug slang imperial_pistol imperial_carbine smuggler_special_6 smuggler_special_6 12 9 yes +ep3_slaver_blackscale_guard_rryatt 64 0 0 0 0 NORMAL slave_camp blackscale ep3_blackscale_guard 0.9 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 blackscale npc thug slang imperial_pistol imperial_carbine smuggler_6 smuggler_6 24 24 yes +ep3_slaver_blackscale_kamurith 81 0 0 0 0 ELITE slave_camp blackscale voritor_lizard_hue.iff 0.9 0.9 2 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale carnivore lizard_5 lizard_5 12 9 yes +ep3_slaver_blackscale_kamurith_ysskir 81 0 0 0 0 BOSS slave_camp blackscale voritor_lizard_hue.iff 1 1.5 2 25 0 0 0 0 0 20 20 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile npc/boss_npc:boss_npc_71_80 housing_improvement_05,col_shattered_shard_02 50 blackscale_ysskir carnivore 25 25 lizard_5 lizard_5 9 9 yes +ep3_slaver_blackscale_trooper 83 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_trooper 0.9 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc 1 thug slang imperial_carbine imperial_sword smuggler_special_6 melee_special_6 12 9 yes +ep3_slaver_blackscale_warden_tosk 86 0 0 0 0 BOSS slave_camp blackscale ep3/ep3_blackscale_warden_tosk.iff 1.4 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 18 blackscale npc thug slang warden_tosk imperial_sword smuggler_special_6 melee_special_6 9 9 yes +ep3_slaver_blackscale_wookiee_berserker 84 0 0 0 0 ELITE slave_camp blackscale ep3_blackscale_berserker 1 1.3 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc 100 thug slang melee_special_6 melee_special_6 12 9 yes +ep3_slaver_broodmaster_hsskas 85 0 0 0 0 BOSS slave_camp blackscale ep3/ep3_broodmaster_hsskas.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 1.9 2 100 npc/boss_npc:boss_npc_71_80 housing_improvement_05,col_shattered_shard_02 18 blackscale npc 100 100 1 broodmaster_hsskas imperial_carbine smuggler_special_6 melee_special_6 9 9 yes +ep3_slaver_controlled_webweaver 82 0 0 0 0 ELITE slave_camp blackscale webweaver.iff 0.9 0.9 2 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile 1 80 creature/elite_creature:elite_creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 blackscale carnivore generic_creature_special_6 generic_creature_special_6 12 9 yes +ep3_slaver_keeper_grigova 82 0 0 0 0 BOSS slave_camp blackscale ep3/ep3_keeper_grigova.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 blackscale npc 1 general_polearm general_pistol melee_special_6 smuggler_special_6 9 9 yes +ep3_slaver_selindrolich 82 0 0 0 0 BOSS slave_camp blackscale minstyngar.iff 2.2 2.3 3 0 0 0 0 0 0 0 -1 2 1 18 meat_carnivore 21 hide_leathery 23 bone_horn defaultProfile 1 80 creature/elite_creature:elite_creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 blackscale carnivore 100 100 generic_creature_special_6 generic_creature_special_6 9 9 yes +ep3_ssiksik 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_ssiksik.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_ssiksik 1 commoner_10 commoner_10 0 2 +ep3_stren_colo 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_stren_colo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_stren_colo 1 commoner_10 commoner_10 0 2 +ep3_takook 15 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_kachirho_takook.iff 1.3 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc thug slang commoner_1 commoner_1 0 2 +ep3_tempal_buncho 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_tempal_buncho.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_tempal_buncho 1 commoner_10 commoner_10 0 2 +ep3_tien_wallub 100 0 0 0 0 NORMAL kachirho kashyyyk ep3/ep3_tien_wallub.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_tien_wallub 1 commoner_10 commoner_10 0 2 +ep3_trandoshan_slavermaster 29 0 0 0 0 NORMAL kachirho hsskor hsskor ep3_trandoshan_slavermaster 1.2 1.5 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 col_dejarik_holomonster,col_dejarik_table npc thug slang general_sword general_pistol melee_2 smuggler_2 0 3 +ep3_unluto_bartender 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_unluto_bartender.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_unluto_bartender 1 commoner_10 commoner_10 0 2 +ep3_urnsoris_assassin 78 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_assassin.iff 1.3 1.4 0 35 60 0 80 80 80 0 0 2 1 80 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 +ep3_urnsoris_eviscerater 77 0 0 0 0 ELITE myyydril myyydril_urn urnsoris.iff 1.6 1.8 0 35 60 0 80 80 80 0 0 2 1 80 meat_carnivore defaultProfile 1 100 kashyyyk/myyydril_eviserator myyydril_eviserator col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 +ep3_urnsoris_handmaiden 79 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_handmaiden.iff 1.5 1.5 0 35 60 0 80 80 80 0 0 2 1 100 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 +ep3_urnsoris_nefarious 79 0 0 0 0 ELITE myyydril myyydril_urn urnsoris.iff 1.6 1.8 0 35 60 0 80 80 80 0 0 2 1 80 meat_carnivore defaultProfile 1 100 kashyyyk/myyydril_nefarious myyydril_nefarious col_round_purple_cut_gem_01 0.05 carnivore 100 100 generic_creature_special_6 generic_creature_special_6 4 4 +ep3_urnsoris_nurse 75 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_nurse.iff 0.9 1 0 35 60 0 80 80 80 0 0 2 1 30 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 +ep3_urnsoris_queen 81 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_queen.iff 1.7 1.9 0 35 60 0 80 80 80 0 0 2 1 200 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore 100 generic_creature_special_6 generic_creature_special_6 4 4 +ep3_urnsoris_royal_guards 80 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_guard.iff 1.4 1.5 0 35 60 0 80 80 80 0 0 2 1 90 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore 100 generic_creature_special_6 generic_creature_special_6 4 4 +ep3_urnsoris_soldier 76 0 0 0 0 ELITE myyydril myyydril_urn urnsoris.iff 1.1 1.2 0 35 60 0 80 80 80 0 0 2 1 50 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 +ep3_urnsoris_worker 78 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_worker.iff 1.1 1.2 0 35 60 0 80 80 80 0 0 2 1 50 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 +ep3_urnsoris_young 75 0 0 0 0 ELITE myyydril myyydril_urn urnsoris_young.iff 0.5 0.5 0 35 60 0 80 80 80 0 0 2 1 20 meat_carnivore defaultProfile 1 100 kashyyyk/urnsoris urnsoris col_round_purple_cut_gem_01 0.05 carnivore generic_creature_special_6 generic_creature_special_6 4 4 +ep3_wke_merchant_01 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wke_merchant_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 +ep3_wke_merchant_03 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wke_merchant_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 +ep3_wke_merchant_04 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wke_merchant_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 npc.converse.junk_dealer 1 commoner_10 commoner_10 0 2 +ep3_wke_vryyyr 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_wke_vryyyr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_vryyyr 1 commoner_10 commoner_10 0 2 +ep3_yosena_tule 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_yosena_tule.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_yosena_tule 1 commoner_10 commoner_10 0 2 +ep3_ysith 100 0 0 0 0 NORMAL kashyyyk kashyyyk ep3/ep3_ysith.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_trandoshan_ysith 1 commoner_10 commoner_10 0 2 +ep3_zhailaut 100 0 0 0 0 NORMAL rryatt_trail kashyyyk ep3/ep3_zhailaut.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.ep3_zhailaut 1 commoner_10 commoner_10 0 2 +ephant_mon 100 0 0 0 0 NORMAL jabba jabba ephant_mon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.celebrity.ephant_mon commoner_10 commoner_10 0 2 +erran_sif 67 0 0 0 0 NORMAL Talus sif sif dressed_erran_sif.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 sif npc thug slang rebel_pistol rebel_carbine commoner_6 commoner_6 6 6 1 instant +erratic_swirl_prong 60 0 0 0 0 NORMAL endor swirl_prong swirl_prong_hue.iff 1 1 2 25 35 0 50 50 -1 -1 -1 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/erratic_swirl_prong_loot generic_creature_6 0.1 medAttackAbilityWeak herbivore goat_4 goat_4 0 12 1 +escaped_nightsister_slave 71 2 -1 0 0 NORMAL dathomir escaped_slave commoner_male 0 35 35 0 -1 -1 -1 -1 0 2 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc commoner_7 commoner_7 12 12 +escaped_singing_mtn_clan_slave 71 1 -1 0 0 NORMAL dathomir escaped_slave commoner_male 0 25 20 0 -1 0 -1 -1 0 2 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc commoner_7 commoner_7 12 12 +ev_9d9 2 0 0 0 0 NORMAL anywhere ev_9d9 ev_9d9.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 conversation.legacy_head_ev9d9 0 2 +evil_hermit 2 0 0 0 0 NORMAL tatooine evil commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_pistol rebel_carbine 4 4 +evil_nomad 4 0 0 0 0 NORMAL tatooine evil commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_carbine rebel_unarmed 4 4 +evil_settler 1 0 0 0 0 NORMAL tatooine evil commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_pistol rebel_carbine 4 4 +ewok_outcast 72 0 0 0 0 NORMAL endor ewok_outcast species_choices_ewok 0 25 0 0 60 60 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ewok_ranged ewok_melee spy_7 melee_7 12 12 +ewok_outcast_raider 73 3 -3 0 0 NORMAL endor ewok_outcast species_choices_ewok 0 25 0 0 60 60 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 +explorer 4 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_carbine rebel_pistol 0 2 +eye_of_solitude 35 0 0 0 0 NORMAL corellia solitude Rebel criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_pistol rebel_unarmed commando_3 melee_3 0 2 +fallen_guard 31 4 -4 0 0 ELITE global thug thug blood_razor_pirate 0 45 45 0 0 -1 0 0 -1 2 npc/elite_npc_31_40 col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes +fallen_officer 32 6 -6 0 0 ELITE global thug thug blood_razor_pirate 0 50 50 0 0 -1 0 0 -1 2 npc/elite_npc_31_41 col_shattered_shard_01 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes +fallen_padawan 35 0 0 0 0 ELITE global dark_jedi jedi_padawan 0 30 30 30 30 30 30 30 30 2 1 80 npc/npc_31_40:force_dark col_aurebesh_tiles,col_shattered_shard_01 18 dark_jedi npc jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 24 24 1 yes +falumpaset 15 0 0 0 0 NORMAL naboo falumpaset falumpaset_hue.iff 0.8 1.2 1 15 0 25 -1 -1 -1 25 -1 2 1 milk_wild 230 meat_herbivore 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak herbivore camel_1 camel_1 0 2 1 +falumpaset_plodding 10 0 0 0 0 NORMAL naboo falumpaset_plodding falumpaset_hue.iff 0.7 0.8 1 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 230 meat_domesticated 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.12 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_1 camel_1 0 2 1 +fambaa 22 0 0 0 0 NORMAL naboo fambaa fambaa_hue.iff 0.8 1.2 2 0 0 0 0 60 60 -1 -1 2 1 milk_wild 1250 meat_reptilian 750 hide_leathery 675 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.12 medTankHealthWeak herbivore fambaa_2 fambaa_2 0 10 1 +fambaa_furious_devastator 23 4 0 0 -5 NORMAL naboo fambaa fambaa_hue.iff 1.3 1.5 3 25 45 -1 -1 60 60 -1 0 2 1 1250 meat_reptilian 750 hide_leathery 675 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medAttackDamageWeak herbivore fambaa_2 fambaa_2 10 10 1 yes +famished_sludge_panther 46 2 -2 0 0 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 1 1.2 3 0 20 0 -1 -1 -1 0 -1 2 1 40 meat_carnivore 35 hide_leathery 35 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 sludge_panther 0.1 lowAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 6 6 +fanned_rawl 8 0 0 0 0 NORMAL naboo rawl_fanned fanned_rawl_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 0.15 lowAttackAbilityWeak carnivore 0 2 +fanned_rawl_giant 10 0 0 0 0 NORMAL naboo rawl_fanned fanned_rawl_hue.iff 1.2 1.7 1 0 0 0 0 0 0 0 -1 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 0.15 carnivore snake_1 snake_1 0 2 +farious_gletch 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_farious_gletch.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.farious_gletch 0 2 +farmer 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_pistol 0 2 1 +farmer_agriculturalist 8 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol none 0 2 1 +farmer_female 1 0 0 0 0 NORMAL global townsperson townsperson commoner_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol none 0 2 1 +farmer_male 1 0 0 0 0 NORMAL global townsperson townsperson commoner_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol none 0 2 1 +farmer_rancher 11 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc townsperson townperson 1 rebel_pistol none commoner_1 commoner_1 0 2 1 +fath_hray 83 6 -5 0 0 BOSS dathomir nightsister nightsister dressed_fath_hray.iff 0.99 0.99 0 0 0 0 45 45 45 0 -1 2 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister npc commoner_10 commoner_10 0 12 +fawn_moonraiser 100 0 0 0 0 NORMAL tatooine darklighter dressed_fawn_moonraiser.iff 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 npc.celebrity.kwin_moonraiser townsperson townperson rebel_carbine rebel_unarmed spy_10 melee_10 0 2 1 +fbase_at_st 90 0 0 0 0 BOSS anywhere imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 1 80 npc/elite_npc:elite_npc_81_90 boss_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 vehicle 100 100 100 1 absorption_fire=80,dissipation_fire=50 18 14 +fbase_comm_operator 86 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_comm_operator_hard 88 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_command_security_guard 89 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_command_security_guard_hard 88 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_dark_trooper 90 2 1 0 0 ELITE global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 1 80 droid/elite_droid:elite_droid_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 +fbase_dark_trooper_extreme 90 3 3 0 0 ELITE global imperial Imperial dark_trooper.iff 1.4 1.4 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 +fbase_dark_trooper_hard 90 2 2 0 0 ELITE global imperial Imperial dark_trooper.iff 1.4 1.4 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 +fbase_elite_dark_trooper 90 2 2 0 0 ELITE global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 +fbase_elite_dark_trooper_extreme 90 3 2 0 0 ELITE global imperial Imperial dark_trooper.iff 1.45 1.45 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 +fbase_elite_dark_trooper_hard 90 3 2 0 0 ELITE global imperial Imperial dark_trooper.iff 1.45 1.45 0 40 25 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 3 +fbase_elite_sand_trooper 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_elite_sand_trooper_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_elite_sand_trooper_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_army_captain 90 2 2 0 0 ELITE global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_army_captain_extreme 90 2 2 0 0 ELITE global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_army_captain_hard 90 2 2 0 0 ELITE global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_colonel 0 5 3 0 0 ELITE global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_colonel_extreme 0 5 3 0 0 ELITE global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_colonel_hard 0 5 3 0 0 ELITE global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_corporal 89 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_corporal_hard 91 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_exterminator 90 0 0 0 3 NORMAL naboo imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/npc_81_90 elite_npc_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 9 3 +fbase_imperial_exterminator_extreme 90 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_exterminator_hard 90 0 0 0 3 ELITE gobal imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_first_lieutenant 90 2 2 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_first_lieutenant_hard 92 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_master_sergeant 92 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 +fbase_imperial_master_sergeant_hard 92 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 +fbase_imperial_medic 89 0 0 0 0 ELITE global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_medic_hard 90 2 1 0 0 ELITE global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_noncom 85 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 +fbase_imperial_noncom_hard 90 2 1 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 1 +fbase_imperial_sergeant 90 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_sergeant_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_sharpshooter 91 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_sharpshooter_hard 91 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_warrant_officer_ii 90 2 1 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_imperial_warrant_officer_ii_hard 92 0 0 0 0 ELITE global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_army_captain 90 2 2 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_army_captain_extreme 90 2 2 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_army_captain_hard 90 2 2 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_cadet 88 0 0 0 5 ELITE global rebel Rebel mercenary_weak 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_cadet_extreme 88 0 0 0 5 ELITE global rebel Rebel rebel_crewman 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_cadet_hard 88 0 0 0 5 ELITE global rebel Rebel rebel_crewman 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_colonel 90 3 3 0 0 ELITE global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_colonel_extreme 90 4 3 0 0 ELITE global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_colonel_hard 90 4 3 0 0 ELITE global rebel Rebel rebel_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_comm_operator 88 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_comm_operator_hard 89 0 0 0 0 ELITE global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_command_security_guard 87 0 0 0 0 NORMAL global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_command_security_guard_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_commando 92 0 0 0 0 ELITE global rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc ai.soldier rebel military rebel_carbine commando_melee officer_special_6 melee_special_6 0 3 +fbase_rebel_commando_extreme 92 0 0 0 5 ELITE global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 +fbase_rebel_commando_hard 92 0 0 0 5 ELITE global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine commando_melee officer_special_6 melee_special_6 0 3 1 +fbase_rebel_corporal 88 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_corporal_hard 88 0 0 0 0 ELITE global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_elite_commando 92 0 0 0 5 ELITE global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 30 -1 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine commando_melee officer_special_6 melee_special_6 0 3 1 +fbase_rebel_elite_heavy_trooper 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 0 0 50 50 50 50 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 +fbase_rebel_elite_heavy_trooper_extreme 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 +fbase_rebel_elite_heavy_trooper_hard 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 +fbase_rebel_elite_sand_rat 91 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_elite_sand_rat_extreme 91 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_elite_sand_rat_hard 91 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_first_lieutenant 90 0 1 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_first_lieutenant_hard 92 0 0 0 0 ELITE global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_grenadier 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_grenadier_extreme 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_grenadier_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_guard_captain 91 0 0 0 0 ELITE global rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_guard_captain_extreme 91 0 0 0 0 ELITE global rebel Rebel rebel_specforce_captain 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_guard_captain_hard 91 0 0 0 0 ELITE global rebel Rebel rebel_specforce_captain 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_guardsman 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_guardsman_extreme 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_guardsman_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_heavy_trooper 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 0 0 50 50 50 50 -1 2 1 80 droid/elite_droid:elite_droid_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 +fbase_rebel_heavy_trooper_extreme 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 +fbase_rebel_heavy_trooper_hard 90 2 1 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol droid_special_6 droid_special_6 0 3 +fbase_rebel_liberator 90 0 0 0 3 NORMAL naboo rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/npc_81_90 elite_npc_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_liberator_extreme 90 0 0 0 3 ELITE gobal rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_liberator_hard 90 0 0 0 3 ELITE gobal rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_master_sergeant 90 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 +fbase_rebel_master_sergeant_hard 92 0 0 0 0 ELITE global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 +fbase_rebel_medic 88 0 0 0 0 ELITE global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_medic_hard 89 0 0 0 0 ELITE global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_recruit 85 0 0 0 0 ELITE global rebel Rebel mercenary_weak 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 +fbase_rebel_recruit_hard 86 0 0 0 0 ELITE global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 1 +fbase_rebel_rifleman 89 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_rifleman_extreme 89 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_rifleman_hard 89 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_sergeant 89 0 0 0 0 ELITE global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_sergeant_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_sharpshooter 90 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_sharpshooter_hard 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_soldier 90 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_soldier_extreme 88 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_soldier_hard 88 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_squad_leader 90 0 0 0 5 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/npc_81_90 elite_npc_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military melee_special_6 melee_special_6 0 3 +fbase_rebel_squad_leader_extreme 89 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_squad_leader_hard 92 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_warrant_officer_ii 92 0 0 0 0 ELITE global rebel Rebel rebel_lieutenant_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_glass_shelving_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_rebel_warrant_officer_ii_hard 90 2 1 0 0 ELITE global rebel Rebel rebel_lieutenant_colonel 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 +fbase_sand_trooper 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_sand_trooper_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_sand_trooper_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_scout_trooper 90 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_02,col_glass_shelving_02 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 +fbase_scout_trooper_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_scout_trooper_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_specialist_noncom 85 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_81_90 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_specialist_noncom_hard 90 0 0 0 0 ELITE global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_storm_commando 90 2 1 0 5 ELITE global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper commando_ranged commando_melee officer_special_6 melee_special_6 0 3 1 +fbase_storm_commando_extreme 90 2 1 0 5 ELITE global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper commando_ranged commando_melee officer_special_6 melee_special_6 0 3 1 +fbase_storm_commando_hard 90 2 1 0 5 ELITE global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper commando_ranged commando_melee officer_special_6 melee_special_6 0 3 1 +fbase_stormtrooper 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_bombardier 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_bombardier_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_bombardier_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_captain 92 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_captain_extreme 92 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_commander_black_black.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_captain_hard 90 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_hard 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_medic 92 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_medic_extreme 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_medic_hard 91 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_rifleman 91 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_rifleman_extreme 91 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_rifleman_hard 92 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_sniper 92 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_sniper_extreme 90 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_sniper_hard 90 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_squad_leader 90 2 2 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_squad_leader_extreme 90 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_gold.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_stormtrooper_squad_leader_hard 90 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 3 +fbase_swamp_trooper 90 0 0 0 0 ELITE naboo imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 -1 -1 -1 100 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 9 3 +fbase_swamp_trooper_hard 92 0 0 0 0 ELITE naboo imperial Imperial dressed_swamp_trooper_m.iff 0 10 10 40 0 0 0 100 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol officer_special_6 officer_special_6 9 3 +feared_fynock_youth 2 3 1 0 0 NORMAL talus fynock fynock_hue.iff 1.3 1.5 4 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 3 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 18 fynock carnivore 0 2 1 +fearful_fynock_youth 30 0 0 0 0 NORMAL talus fynock fynock_hue.iff 0.8 0.8 4 0 0 0 0 0 0 0 -1 2 1 1 meat_avian 1 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 18 fynock carnivore mynock_3 mynock_3 0 2 1 +fed_dub_captain 46 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_captain 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc imperial_carbine imperial_sword commando_4 melee_4 0 6 1 +fed_dub_commander 47 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_commander 0.8 1.2 0 0 30 0 40 -1 40 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc 1 melee_4 melee_4 0 6 1 +fed_dub_constable 40 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_constable 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police imperial_carbine imperial_unarmed commando_4 melee_4 0 6 1 +fed_dub_investigator 43 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_investigator 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc police 1 imperial_carbine imperial_unarmed commando_4 melee_4 0 6 1 +fed_dub_patrolman 36 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_patrolman 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police rebel_carbine rebel_sword commando_3 melee_3 0 6 1 +fed_dub_supporter 34 0 0 0 0 NORMAL talus fed_dub fed_dub fed_dub_supporter 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc townsperson rebel_carbine rebel_unarmed commando_3 melee_3 0 6 1 +feeble_kima 39 0 0 0 0 NORMAL talus kima kima_hue.iff 0.8 0.9 2 0 0 0 0 0 0 0 -1 2 1 5 meat_herbivore 7 hide_bristley 5 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 4 housing_improvement_01 carnivore predatory_cat_3 predatory_cat_3 0 2 1 +feeder_tusken_bantha 75 2 -2 0 0 NORMAL tatooine tusken_raider tusken_raider bantha_saddle_hue.iff 1 1.2 2 20 25 0 50 -1 -1 -1 -1 2 1 475 meat_herbivore 900 hide_wooly 375 850 defaultProfile creature/creature_21_30 generic_creature_3 18 tusken herbivore elephant_2 elephant_2 9 10 1 +feeder_tusken_guard 85 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 10 0 50 -1 30 -1 -1 2 1 100 npc/tusken:tusken_normal elite_npc_3 4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_02 18 tusken npc tusken_ranged tusken_melee bounty_hunter_4 9 3 1 yes +feeder_tusken_patrol 85 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 10 0 50 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_3 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_02 18 tusken npc tusken_ranged tusken_melee bounty_hunter_4 9 3 1 yes +feeder_tusken_questgiver 100 0 0 0 0 NORMAL tatooine commoner dressed_mercenary_elite_medic_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 tusken npc 1 conversation.tusken_giver commoner_10 commoner_10 0 2 +feeder_tusken_raider 90 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 10 0 50 -1 30 -1 -1 2 1 100 npc/tusken:tusken_normal elite_npc_3 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_02 18 tusken npc tusken_ranged tusken_melee bounty_hunter_4 9 3 1 yes +feinu_zerk 100 0 0 0 0 NORMAL rori townsperson townsperson dressed_feinu_zerk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +female_dire_cat 29 1 -1 0 0 NORMAL corellia dire_cat narglatch_hue.iff 0.8 1 2 0 0 15 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes +female_forest_slice_hound 30 2 -1 0 0 NORMAL corellia slice_hound_forest corellian_slice_hound_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore wolf_2 wolf_2 0 2 1 +female_grassland_slice_hound 29 -1 1 0 0 NORMAL corellia slice_hound_grassland corellian_slice_hound_hue.iff 1.2 1.5 3 0 10 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowTankUtilityWeak carnivore wolf_2 wolf_2 10 10 1 +female_great_grass_plains_tusk_cat 16 -1 1 0 0 NORMAL naboo tusk_cat tusk_cat_hue.iff 0.8 1 2 0 0 0 30 30 -1 -1 -1 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAbilitySpeedWeak carnivore predatory_cat_1 predatory_cat_1 6 6 1 yes +female_kai_tok 40 0 0 0 -2 NORMAL rori kai_tok kai_tok_hue.iff 0.8 1.1 1 0 15 0 0 0 0 0 -1 2 1 25 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 col_feather_kai_tok,housing_improvement_01 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff griffon_3 griffon_3 0 2 +female_kwi 63 1 -2 0 -5 NORMAL dathomir kwi kwi_hue.iff 1.1 1.2 3 15 15 0 0 0 0 0 -1 2 1 100 meat_herbivore 86 hide_leathery 76 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medAttackDamageAvg herbivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff raptor_4 raptor_4 0 12 1 +female_mountain_squill 17 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.5 1.6 4 30 45 0 -1 0 0 0 -1 2 1 4 meat_carnivore 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_1 monkey_1 10 10 +female_sand_panther 38 2 -2 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 0.8 1.1 2 0 0 0 60 0 -1 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackDamageWeak carnivore predatory_cat_3 predatory_cat_3 10 10 1 1 yes +female_slice_hound 26 1 -1 0 0 NORMAL corellia slice_hound corellian_slice_hound_hue.iff 0.7 1.1 4 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore wolf_2 wolf_2 0 2 1 +female_snorbal_calf 35 0 0 0 -3 NORMAL lok snorbal snorbal_hue.iff 0.5 0.7 3 20 0 -1 0 0 0 -1 -1 2 1 milk_wild 500 meat_herbivore 400 hide_leathery 350 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 +female_swamp_tusk_cat 16 -1 1 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 0.75 0.8 1 0 0 0 -1 30 -1 35 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 4 4 1 yes +feral_bantha 15 3 -3 0 0 NORMAL tatooine bantha bantha_hue.iff 0.9 1.3 3 0 10 0 30 -1 -1 -1 -1 2 1 415 meat_herbivore 305 hide_wooly 215 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowTankHealthWeak herbivore elephant_1 elephant_1 6 6 yes +feral_fambaa 85 0 0 0 0 NORMAL Peacewar arc Mobs naboo fambaa_feral fambaa_hue.iff 1.1 1.2 4 0 0 0 0 60 60 -1 0 2 1 milk_wild 1075 meat_reptilian 700 hide_leathery 675 bone_mammal defaultProfile npc/elite_npc:elite_npc_21_30 generic_creature_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 0.12 medTankHealthWeak herbivore fambaa_5 fambaa_5 20 20 +feral_force_wielder 90 0 0 0 0 NORMAL dantooine force_renegade dark_jedi 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90:force_light generic_npc_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_02 npc force_sword force_sword_ranged jedi_9 jedi_9 0 2 instant +feral_forest_mite_king 24 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 3 3.2 3 0 40 -1 50 -1 50 50 -1 2 1 20 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff roach_2 roach_2 6 6 1 yes +feral_gurk 39 6 -4 0 0 NORMAL lok gurk_feral gurk_hue.iff 1.2 1.4 1 35 0 0 0 40 -1 -1 -1 2 1 350 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 highTankHealthWeak herbivore gorilla_3 gorilla_3 8 8 1 +feral_marauder 78 -5 5 0 0 NORMAL endor marauder endor_marauder dressed_feral_marauder.iff 0 0 0 0 -1 0 0 -1 0 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc pirate_rifle pirate_carbine bounty_hunter_special_6 melee_special_6 5 5 yes +feral_mutant_gackle_stalker 62 0 0 0 -8 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.5 2 3 15 15 0 -1 -1 -1 -1 -1 2 1 9 meat_avian 9 hide_leathery 9 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAbilitySpeedStrong carnivore bat_4 bat_4 12 12 1 1 +feral_selonian 39 0 0 0 0 NORMAL corellia selonian_feral selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 400 meat_carnivore 65 hide_leathery 145 bone_mammal npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_pistol rebel_carbine commando_3 commando_3 0 2 yes +ferocious_kusak 39 2 -2 0 0 NORMAL lok kusak kusak_hue.iff 1.1 1.2 1 30 0 0 -1 0 0 -1 -1 2 1 21 meat_carnivore 10 hide_bristley 11 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 medAttackDamageWeak carnivore wolf_3 wolf_3 12 12 1 yes +festering_dung_queen 17 0 2 0 0 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.5 1 15 5 0 -1 -1 -1 0 -1 2 1 13 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 carnivore roach_1 roach_1 4 4 1 yes +festering_squill 64 3 0 0 -4 NORMAL endor squill_endor squill_hue.iff 1 1.5 3 40 40 0 -1 0 0 50 -1 2 1 meat_carnivore defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore monkey_4 monkey_4 12 12 1 instant +fierce_borgle 63 5 -5 0 -3 NORMAL endor borgle borgle_hue.iff 1.2 1.4 4 40 30 30 -1 75 75 100 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.05 medAttackAbilityAvg herbivore bat_4 bat_4 12 12 yes +fierce_piket_protector 68 0 4 0 0 NORMAL dantooine piket piket_hue.iff 1 1 2 50 55 -1 0 -1 0 0 0 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankHealthAvg herbivore giraffe_4 giraffe_4 0 12 yes +fighting_romo_vax 20 0 0 0 0 NORMAL tatooine sennex dressed_cobral_thief_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_creature_2 18 romo_vax npc pirate slang rebel_carbine rebel_carbine spy_2 spy_2 10 10 yes +fightmaster_jorak 100 0 2 0 0 NORMAL endor marauder endor_marauder dressed_fightmaster_jorak.iff 1.1 1.1 0 30 30 0 -1 -1 -1 -1 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 marauder npc commoner_10 commoner_10 0 2 +figrin_dan 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_figrin_dan.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.figrin_dan 0 2 +finned_blaggart 80 0 0 0 0 ELITE yavin4 crystal_snake finned_blaggart.iff 1.6 1.8 0 0 20 0 25 -1 -1 25 -1 2 1 meat_reptilian hide_leathery 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_8 100 col_finned_blaggart carnivore generic_creature_special_6 generic_creature_special_6 3 3 yes +fixer 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_fixer.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.fixer 0 2 +flail_boss 32 0 0 0 0 NORMAL corellia flail flail mercenary_commander 0.8 1.2 0 20 25 0 -1 -1 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_sword smuggler_3 melee_3 6 6 yes +flail_butcher 31 1 1 0 0 NORMAL corellia flail flail mercenary_elite 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 yes +flail_cutthroat 30 0 0 0 0 NORMAL corellia flail flail mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc ai.thug rebel_polearm rebel_carbine smuggler_3 smuggler_3 6 6 +flail_enforcer 30 0 0 0 0 NORMAL corellia flail flail species_choices_all 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc rebel_carbine rebel_unarmed smuggler_3 melee_3 6 6 +flail_executioner 30 4 -3 0 0 NORMAL corellia flail flail mercenary_elite 0.8 1.2 0 25 0 0 -1 -1 60 -1 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_carbine pirate_sword smuggler_3 melee_3 6 6 yes +flail_killer 30 1 -1 0 0 NORMAL corellia flail flail mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug rebel_carbine pirate_carbine smuggler_3 smuggler_3 6 6 +flail_slayer 31 0 0 0 0 NORMAL corellia flail flail mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 6 6 yes +flesh_eating_chuba 2 0 0 0 0 NORMAL naboo flesh_eating_chuba chuba_hue.iff 2.1 2.4 4 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 3 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackDamageWeak carnivore frog_1 frog_1 0 2 +flewt 4 0 0 0 0 NORMAL naboo flewt flewt_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAbilitySpeedWeak carnivore 0 2 1 +flewt_leviathan 5 0 -2 0 -1 NORMAL naboo flewt flewt_hue.iff 1.3 1.6 1 0 0 0 -1 0 -1 0 -1 2 1 3 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_1_10 generic_creature_1 0.05 lowAbilitySpeedWeak carnivore 6 6 1 +flit 31 0 0 0 0 NORMAL lok flit flit_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 9 meat_avian 10 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 4 housing_improvement_01 0.1 medAbilitySpeedWeak carnivore moth_3 moth_3 0 8 +flit_bloodsucker 32 0 0 0 0 NORMAL lok flit flit_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 9 meat_avian 10 bone_avian defaultProfile creature/flit_bloodsucker_loot generic_creature_4 0.1 medAbilitySpeedWeak carnivore moth_3 moth_3 8 8 +flit_harasser 33 0 0 0 0 NORMAL lok flit flit_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 9 meat_avian 10 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAbilitySpeedWeak carnivore moth_3 moth_3 8 8 +flit_lethargic_behemoth 40 2 -1 -1 -1 NORMAL lok flit flit_hue.iff 1.8 2 3 10 10 -1 -1 0 -1 0 0 4 1 11 meat_avian 13 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 medAttackDamageWeak carnivore moth_3 moth_3 8 8 +flit_youth 32 0 0 0 0 NORMAL lok flit flit_hue.iff 0.5 0.8 1 0 0 0 0 0 0 0 -1 2 1 5 meat_avian 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 medAbilitySpeedWeak carnivore moth_3 moth_3 0 8 +flite_rasp 34 0 0 0 0 NORMAL talus rasp flite_rasp_hue.iff 2 2.5 4 0 0 0 0 0 0 0 -1 2 1 11 meat_avian 3 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore moth_3 moth_3 0 2 1 +flite_rasp_large 35 0 0 0 0 NORMAL talus rasp flite_rasp_hue.iff 3.5 3.8 4 0 0 0 0 0 0 0 -1 2 1 19 meat_avian 9 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore moth_3 moth_3 0 2 1 +foaming_vynock 43 2 -1 0 0 NORMAL talus foaming_vynock vynock_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore mynock_3 mynock_3 6 6 yes +focus_pirate_boss 16 0 0 0 0 NORMAL tatooine pirate_boss criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 2 +focus_pirate_door 14 0 0 0 0 NORMAL tatooine pirate_door criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 2 +focus_pirate_guard 15 0 0 0 0 NORMAL tatooine pirate_guard criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 2 +foot_of_solitude 35 0 0 0 0 NORMAL corellia solitude Rebel mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_pistol rebel_unarmed commando_3 melee_3 0 2 +force_sensitive_crypt_crawler 84 0 0 0 0 NORMAL dantooine remnants_of_kun dark_jedi 0 45 45 0 0 0 0 0 0 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc force_polearm force_sword_ranged jedi_8 jedi_8 0 12 yes +force_sensitive_renegade 89 0 0 0 0 NORMAL dantooine force_renegade dark_jedi 0 0 0 0 0 0 0 0 0 2 npc/npc_71_80:force_light generic_npc_8 housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_02 npc jedi_8 jedi_8 0 2 yes +force_trained_archaist 79 9 -9 0 0 NORMAL dantooine force_renegade dark_jedi 0 45 45 0 0 0 0 0 0 2 npc/npc_71_80:force_light generic_npc_8 3 housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_03 npc force_sword force_sword_ranged jedi_7 jedi_7 0 2 instant +forest_mite 43 1 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 2.4 3 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect 4 hide_scaley defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 bark_mite 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff roach_3 roach_3 0 2 +forest_murra 31 0 1 0 0 NORMAL corellia murra_forest murra_hue.iff 1.5 1.75 4 0 0 10 0 0 0 0 -1 2 1 milk_wild 75 meat_herbivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowTankUtilityWeak herbivore goat_2 goat_2 0 2 1 +forest_slice_hound 31 1 1 0 0 NORMAL corellia slice_hound_forest corellian_slice_hound_hue.iff 1 1.4 2 15 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackSpeedWeak carnivore wolf_2 wolf_2 0 2 1 +forsaken_force_drifter 80 0 -16 0 0 NORMAL dantooine force_renegade dark_jedi 0 0 0 0 0 0 0 0 0 2 npc/npc_71_80:force_light generic_npc_8 4 housing_improvement_05,col_jedi_holocron,col_shattered_shard_03 npc jedi_8 jedi_8 0 2 yes +foul_donkuwah_laborer 77 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 25 15 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 +foul_korga_laborer 74 0 0 0 -3 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 20 10 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 +foul_pubam_laborer 64 0 6 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 +fragile_kreetle 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine kreetle tanc_mite_hue.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle 0.15 lowTankArmorWeak carnivore 0 2 1 +frail_squall 2 0 0 0 0 NORMAL rori squall squall_hue.iff 0.7 0.9 2 0 0 0 0 0 0 0 -1 2 1 4 meat_herbivore 3 hide_bristley 3 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 +frail_squall_meek_avenger 31 0 0 0 0 NORMAL rori squall squall_hue.iff 2 2.4 2 0 0 0 0 0 0 0 -1 2 1 12 meat_herbivore 9 hide_bristley 9 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore rabbit_3 rabbit_3 0 2 +frenzied_choku 71 4 0 0 0 NORMAL yavin4 choku choku_hue.iff 0.9 1.3 4 0 0 0 0 0 0 0 -1 2 1 10 meat_avian 8 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.005 highAttackSpeedStrong carnivore wolf_4 wolf_4 12 12 1 +frenzied_donkuwah 82 7 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 40 0 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes +frenzied_fynock_guardian 11 2 -2 0 0 NORMAL talus fynock fynock_hue.iff 1.7 1.7 2 0 0 10 0 0 0 0 -1 2 1 8 meat_avian 8 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 18 fynock 0.15 lowAbilitySpeedWeak carnivore mynock_1 mynock_1 4 4 1 +frenzied_graul 72 -1 10 -7 0 NORMAL dantooine graul graul_hue.iff 1.2 1.5 4 65 35 90 90 90 -1 0 0 2 1 1025 meat_carnivore 950 hide_leathery 855 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.009 highTankUtilityAvg carnivore gorilla_4 gorilla_4 12 12 instant +frenzied_kahmurra 33 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 30 30 0 -1 0 0 -1 -1 2 1 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 kahmurra 0.15 medAttackAbilityWeak carnivore goat_2 goat_2 6 6 yes +frenzied_korga 75 7 -4 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 60 60 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +frenzied_marauder 78 5 -5 0 0 NORMAL endor marauder endor_marauder dressed_frenzied_marauder.iff 0 40 40 0 -1 -1 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc pirate_rifle marauder_melee bounty_hunter_special_6 melee_special_6 5 5 instant +frenzied_pubam 66 8 -5 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes +frightened_borgle 34 1 0 0 0 NORMAL rori borgle borgle_hue.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 borgle 0.15 lowTankUtilityWeak herbivore bat_3 bat_3 0 2 1 +frightened_young_flewt 3 0 0 0 0 NORMAL naboo flewt flewt_hue.iff 0.6 0.7 3 0 0 0 0 0 0 0 -1 2 1 1 meat_avian 1 hide_leathery 1 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 +fringer 4 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_unarmed 0 2 +frontiersman 17 0 0 0 0 NORMAL global wilder commoner 0 0 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc general_carbine general_pistol bounty_hunter_1 bounty_hunter_1 0 2 1 yes +fs_11_quest_contact 100 0 0 0 0 NORMAL tatooine townsperson dressed_noble_old_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 npc 1 conversation.prof_force_sensitive_main noble fancy commoner_10 commoner_10 0 2 +fs_cll8_binary_load_lifter 8 0 0 0 0 NORMAL anywhere loadlifter cll8_binary_load_lifter.iff 0 0 0 0 0 0 0 0 -1 2 0 0 droid/droid_1_10 generic_droid_1 droid 1 0 2 +fs_exit_oldman 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_oldman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.fs_intro_oldman_initial,quest.force_sensitive.fs_old_man_exit commoner_10 commoner_10 0 2 +fs_intro_female 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_intro_woman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.fs_woman,quest.force_sensitive.fs_woman commoner_10 commoner_10 0 2 +fs_intro_oldman 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_oldman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.fs_intro_oldman_initial,quest.force_sensitive.fs_oldman_initial commoner_10 commoner_10 0 2 +fs_surgical_droid_21b 1 0 0 0 0 NORMAL anywhere surgicaldroid 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 0 2 +fs_villager_captain 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_captain.iff 0 60 60 60 60 60 60 60 60 2 175 350 npc/npc_81_90 generic_npc_9 npc 1 conversation.aurilia_sarguillo 1 rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 yes +fs_villager_convert 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_converter.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 string:item.vendor.vendor_table=aurilia_buff_vendor npc.vendor.vendor,conversation.aurilia_buff_vendor_convo rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +fs_villager_elder 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_elder.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.aurilia_rohak 1 rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +fs_villager_engineer 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager nexus_chief_engineer.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.aurilia_chief_engineer 1 rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +fs_villager_farmer 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_farmer.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 1 rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +fs_villager_female 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_female 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 theme_park.dathomir.aurilia.citizen rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +fs_villager_generic 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_generic 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 theme_park.dathomir.aurilia.citizen rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +fs_villager_male 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_male 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 theme_park.dathomir.aurilia.citizen rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +fs_villager_medic 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_medic.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 string:item.vendor.vendor_table=heroic_class_items_1 npc.vendor.vendor,conversation.heroic_token_vendor 1 rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +fs_villager_sad1 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_sad.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 string:item.vendor.vendor_table=heroic_class_items_1 npc.vendor.vendor,conversation.heroic_token_vendor rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 +fs_villager_sad2 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_sad.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 conversation.fs_quests_sad2_conv rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 +fs_villager_surveyor 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_surveyor.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 1 rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 +fs_villager_target_female 1 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_female 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 +fs_villager_target_male 1 0 0 0 0 NORMAL dathomir fs_villager fs_villager villager_male 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 +fs_villager_wounded 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 npc 1 systems.fs_quest.fs_village_wounded 1 rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 +fugitive 4 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_unarmed 4 4 +fuzzy_jax 40 1 -1 0 -6 NORMAL rori jax bearded_jax_hue.iff 0.9 1.2 2 10 25 10 -1 0 -1 -1 -1 2 1 11 meat_herbivore 16 hide_bristley 11 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 lowAttackDamageWeak herbivore predatory_cat_3 predatory_cat_3 0 2 1 1 +fynock 40 0 0 0 0 NORMAL talus fynock fynock_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 22 meat_avian 33 hide_leathery 10 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 fynock 0.15 lowAbilitySpeedWeak carnivore mynock_3 mynock_3 0 2 +g_5po 20 0 0 0 0 NORMAL tatooine hutt Hutt 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_npc_2 col_holo_emitter_01 droid 1 npc.celebrity.g5po droid_2 droid_2 0 2 +gabriel_ian 100 0 0 0 0 NORMAL townsperson townsperson dathomir_prisoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +gackle_bat 65 1 -2 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 2 hide_bristley 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg carnivore bat_4 bat_4 12 12 +gackle_bat_hunter 67 0 0 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 0.9 1.3 2 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 2 hide_bristley 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore bat_4 bat_4 12 12 +gackle_bat_myrmidon_lord 63 2 -2 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.5 1.5 4 15 20 -1 25 -1 -1 -1 -1 2 1 10 meat_avian 10 hide_leathery 10 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityStrong carnivore bat_4 bat_4 12 12 1 1 yes +gackle_bat_vampiric 63 1 -2 0 1 NORMAL yavin4 gacklebat gackle_bat_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 2 hide_bristley 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackUtilityAvg carnivore bat_4 bat_4 12 12 +gadsle_distombe 80 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow dressed_fs_village_enemy_gadsle.iff 0 70 70 70 70 70 70 70 70 2 200 400 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 3 3 instant +gambler 4 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate slang 1 pirate_carbine_low_level pirate_unarmed 0 2 1 +gamorrean_guard 8 0 0 0 0 NORMAL tatooine jabba jabba gamorrean.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_2 npc 1 pirate_carbine_low_level pirate_sword smuggler_1 melee_1 0 2 yes +gaping_spider 63 0 0 0 -1 NORMAL dathomir gaping gaping_spider_hue.iff 0.9 1.1 2 30 25 -1 0 -1 0 -1 -1 2 1 8 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.1 highAttackSpeedAvg carnivore spider_4 spider_4 12 12 1 yes +gaping_spider_broodling 62 0 0 0 0 NORMAL dathomir gaping gaping_spider_hue.iff 0.5 0.8 3 0 0 10 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.05 medAttackSpeedAvg carnivore spider_4 spider_4 0 2 1 +gaping_spider_chasmal 63 0 2 -1 1 NORMAL dathomir gaping gaping_spider_hue.iff 1.2 1.5 2 30 20 0 0 0 0 10 0 2 1 8 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.05 medAttackSpeedStrong carnivore spider_4 spider_4 12 12 +gaping_spider_hunter 68 5 -2 0 1 NORMAL dathomir gaping gaping_spider_hue.iff 1 1.2 4 30 30 60 15 -1 -1 0 -1 2 1 9 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.05 medAttackUtilityStrong carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff spider_4 spider_4 12 12 1 instant +gaping_spider_queen 65 0 0 0 0 NORMAL dathomir gaping gaping_spider_hue.iff 1.6 1.8 1 65 65 40 25 0 -1 0 0 2 1 12 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02,col_round_purple_cut_gem_01 0.009 highTankArmorStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_4 spider_4 12 12 1 yes +gaping_spider_recluse 75 5 -2 0 1 NORMAL dathomir gaping_recluse gaping_spider_hue.iff 1.5 1.7 1 30 30 60 25 -1 -1 0 -1 2 1 11 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_round_purple_cut_gem_01 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 12 12 1 yes +gaping_spider_recluse_giant 78 8 -8 0 0 NORMAL dathomir gaping_recluse gaping_spider_hue.iff 4.51 4.82 1 60 60 60 25 0 0 0 -1 2 1 11 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_round_purple_cut_gem_01 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 12 12 1 instant +gaping_spider_recluse_giant_kiin_dray 83 5 -5 0 0 BOSS dathomir spider_nightsister spider_nightsister gaping_spider_recluse_giant_kiin_dray.iff 4.51 4.82 1 55 55 35 30 30 30 0 30 2 1 11 meat_insect defaultProfile 1 80 creature/elite_insect:elite_insect_81_90 boss_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_round_purple_cut_gem_01 18 dath_spider carnivore 100 100 object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 9 9 1 instant +gaping_spider_recluse_queen 79 8 -4 0 0 NORMAL dathomir gaping_recluse gaping_spider_hue.iff 2.12 2.86 1 45 65 45 90 -1 0 0 -1 2 1 11 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_round_purple_cut_gem_01 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 12 12 1 yes +garm_bel_iblis 100 0 0 0 0 NORMAL corellia townsperson dressed_garm_bel_iblis.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +garyn_dragoon 55 0 0 0 0 NORMAL rori garyn garyn garyn_dragoon 0.8 1.2 0 25 20 0 -1 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc military general_sword general_carbine melee_5 smuggler_5 6 6 yes +garyn_lieutenant 59 0 0 0 3 NORMAL rori garyn garyn garyn_lieutenant 0.8 1.2 0 0 30 0 -1 0 -1 0 -1 2 npc/npc_51_60 generic_npc_6 6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc military military pirate_carbine pirate_sword smuggler_5 melee_5 6 6 yes +garyn_marauder 52 0 0 0 0 NORMAL rori garyn garyn garyn_marauder 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc ai.thug pirate slang pirate_carbine pirate_unarmed smuggler_5 melee_5 6 6 +garyn_mugger 45 0 0 0 0 NORMAL rori garyn garyn garyn_mugger 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc thug slang pirate_pistol pirate_carbine smuggler_4 smuggler_4 6 6 +garyn_pirate 44 0 0 0 0 NORMAL rori garyn garyn garyn_pirate 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_unarmed smuggler_4 melee_4 6 6 +garyn_prowler 39 0 0 0 0 NORMAL rori garyn garyn garyn_prowler 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 +garyn_raider 49 0 0 0 0 NORMAL rori garyn garyn garyn_raider 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04 npc pirate general_sword general_carbine melee_4 smuggler_4 6 6 +garyn_thief 44 0 0 0 0 NORMAL rori garyn garyn garyn_theif 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc ai.thug thug slang pirate_carbine pirate_sword smuggler_4 melee_4 6 6 1 +garyn_vigo 60 0 0 0 0 NORMAL rori garyn garyn garyn_vigo 0.8 1.2 0 25 25 0 0 -1 0 0 -1 2 npc/npc_51_60 generic_npc_6 6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc slang pirate_carbine pirate_polearm smuggler_6 melee_6 6 6 yes +gavyn_sykes 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_gavyn_sykes.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +gcw_base_imperial_corellia_reward_officer 100 0 0 0 0 NORMAL anywhere imperial Imperial dressed_gcw_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_corellia_imperial_reward_npc 0 2 +gcw_base_imperial_naboo_reward_officer 100 0 0 0 0 NORMAL anywhere imperial Imperial dressed_gcw_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_naboo_imperial_reward_npc 0 2 +gcw_base_imperial_talus_reward_officer 100 0 0 0 0 NORMAL anywhere imperial Imperial dressed_gcw_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_talus_imperial_reward_npc 0 2 +gcw_base_rebel_commando 90 0 0 0 0 NORMAL global rebel Rebel 1 rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine commando_melee commando_2 melee_2 0 2 yes +gcw_base_rebel_corellia_reward_officer 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_gcw_rebel_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_corellia_rebel_reward_npc 0 2 +gcw_base_rebel_naboo_reward_officer 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_gcw_rebel_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_naboo_rebel_reward_npc 0 2 +gcw_base_rebel_talus_reward_officer 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_gcw_rebel_buff_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc 1 conversation.static_gcw_base_talus_rebel_reward_npc 0 2 +gcw_base_stormtrooper 90 0 0 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 imperial npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 yes +gcw_comm_link_reinforcement_imperial_10 75 0 0 0 0 NORMAL global imperial Imperial 1 dark_trooper.iff 0 0 0 0 0 0 0 0 0 0 imperial android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_carbine commando_7 commando_7 12 12 +gcw_comm_link_reinforcement_imperial_11 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_white_gold.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_rifle imperial_rifle officer_10 officer_10 12 12 +gcw_comm_link_reinforcement_imperial_12 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_imperial_restuss_trooper_leader.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_carbine commando_10 commando_10 12 12 +gcw_comm_link_reinforcement_imperial_7 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_bombardier_m.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_carbine officer_5 officer_5 0 12 +gcw_comm_link_reinforcement_imperial_8 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_groupleader_m.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_rifle medic_8 medic_8 0 12 +gcw_comm_link_reinforcement_imperial_9 75 0 0 0 0 NORMAL global imperial Imperial 1 dressed_imperial_exterminator.iff 0 0 0 0 0 0 0 0 0 0 imperial npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_carbine spy_8 spy_8 12 12 +gcw_comm_link_reinforcement_rebel_10 75 0 0 0 0 NORMAL global rebel Rebel 1 rebel_surface_marshal 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine officer_10 officer_10 0 12 +gcw_comm_link_reinforcement_rebel_11 75 0 0 0 0 NORMAL global rebel Rebel 1 rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine spy_9 spy_9 0 12 +gcw_comm_link_reinforcement_rebel_12 75 0 0 0 0 NORMAL global rebel Rebel 1 dressed_rebel_restuss_commando_leader.iff 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_rifle commando_10 commando_10 0 12 +gcw_comm_link_reinforcement_rebel_7 75 0 0 0 0 NORMAL global rebel Rebel 1 rebel_trooper 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine officer_5 officer_5 0 12 +gcw_comm_link_reinforcement_rebel_8 75 0 0 0 0 NORMAL global rebel Rebel 1 rebel_sergeant 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_rifle medic_8 medic_8 0 12 +gcw_comm_link_reinforcement_rebel_9 74 0 0 0 0 NORMAL global rebel Rebel 1 rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 0 0 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_carbine spy_8 spy_8 0 12 +gcw_planet_base_rebel_officer 100 0 0 0 0 ELITE anywhere rebel Rebel 1 dressed_gcw_rebel_buff_officer.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 rebel npc stormtrooper_carbine 0 2 yes +gcw_planet_base_rebel_commando 90 0 0 0 0 ELITE global rebel Rebel 1 rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 rebel npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine commando_melee commando_2 melee_2 0 2 yes +gcw_planet_base_imperial_officer 100 0 0 0 0 ELITE anywhere imperial Imperial 1 dressed_gcw_buff_officer.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 imperial npc rebel_carbine 0 2 yes +gcw_planet_base_imperial_stormtrooper 90 0 0 0 0 ELITE global imperial Imperial 1 dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 imperial npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 yes +general_otto 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 20 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes +genetically_enhanced_kahmurra 30 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 0 0 0 0 0 0 0 0 2 1 milk_wild 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 kahmurra 0.15 medTankArmorWeak carnivore goat_2 goat_2 6 6 yes +geonosian_acklay_bunker_boss 90 3 6 0 0 BOSS yavin4 geonosian_monster acklay_hue.iff 0.9 1.1 2 30 45 55 55 45 0 0 0 1.7 1 defaultProfile 2 100 npc/geo_bunker:geonosian_acklay_bunker_boss boss_creature_9 col_shattered_shard_02 18 geonosian carnivore 100 100 snare_defense=250,root_defense=250 object/weapon/ranged/creature/creature_spit_heavy_flame.iff generic_creature_special_6 generic_creature_special_6 12 12 instant +geonosian_crazed_guard 89 2 -2 -1 6 ELITE yavin4 geonosian_crazed_guard geonosian_warrior 4 25 35 -1 65 0 25 -1 0 2 1 80 npc/geo_bunker:geonosian elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 9 3 yes +geonosian_droideka_crazed 89 3 2 -4 2 ELITE yavin4 geonosian_crazed_droideka geonosian_crazed_monster droideka.iff 0 40 55 10 25 25 -1 0 0 2 1 80 npc/geo_bunker:geonosian_droideka elite_droid_8 col_shattered_shard_02,col_holo_emitter_01 18 geonosian droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_special_6 droid_special_6 9 3 instant +geonosian_enhanced_kwi 88 4 -2 0 0 ELITE yavin4 geonosian_monster kwi_hue.iff 0.9 1.1 3 40 40 0 40 0 0 0 0 2 1 100 meat_herbivore 85 hide_leathery 75 bone_mammal defaultProfile 1 80 npc/geo_bunker:geonosian_kwi elite_creature_8 col_shattered_shard_02 18 geonosian herbivore generic_creature_special_6 generic_creature_special_6 9 3 instant +geonosian_gaping_spider_fire 88 4 -2 0 0 ELITE yavin4 geonosian_monster gaping_spider_hue.iff 0.9 1.1 2 50 0 -1 95 -1 0 0 0 2 1 50 meat_insect defaultProfile 1 80 npc/geo_bunker:geonosian_gaping_spider_fire elite_creature_8 col_shattered_shard_02 18 geonosian carnivore object/weapon/ranged/creature/creature_spit_heavy_flame.iff object/weapon/ranged/creature/creature_spit_heavy_flame.iff generic_creature_special_6 generic_creature_special_6 9 3 instant +geonosian_human_security_force 88 0 0 0 4 ELITE yavin4 geonosian geonosian_mad_bunker dressed_noble_human_male_03.iff 1 1 0 40 40 0 0 0 0 0 -1 2 1 80 npc/geo_bunker:geonosian_mercenary elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 9 3 yes +geonosian_imperial_observer 88 0 0 0 0 ELITE yavin4 geonosian_crazy geonosian_crazy dressed_imperial_colonel_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 80 npc/geo_bunker:geonosian_humanoid elite_npc_8 col_shattered_shard_02 18 geonosian npc imperial_carbine imperial_sword bounty_hunter_8 melee_special_9 9 3 yes +geonosian_kliknik_force_strong 88 -2 2 0 8 ELITE yavin4 geonosian_monster kliknik_hue.iff 0.8 1.2 1 40 40 0 95 -1 0 0 0 2 1 45 meat_carnivore 40 hide_scaley defaultProfile 1 80 npc/geo_bunker:geonosian_kliknik_strong elite_creature_8 col_shattered_shard_02 18 geonosian carnivore object/weapon/ranged/creature/creature_spit_heavy_flame.iff object/weapon/ranged/creature/creature_spit_heavy_flame.iff generic_creature_special_6 generic_creature_special_6 9 3 instant +geonosian_kliknik_force_weak 88 -2 2 0 0 ELITE yavin4 geonosian_monster kliknik_hue.iff 0.8 1.2 1 35 35 0 95 -1 0 0 0 2 1 45 meat_carnivore 40 hide_scaley defaultProfile 1 80 npc/geo_bunker:geonosian_kliknik_weak elite_creature_8 col_shattered_shard_02 18 geonosian carnivore object/weapon/ranged/creature/creature_spit_heavy_flame.iff object/weapon/ranged/creature/creature_spit_heavy_flame.iff generic_creature_special_6 generic_creature_special_6 9 3 instant +geonosian_scientist 86 0 0 0 1 ELITE yavin4 geonosian geonosian_mad_bunker geonosian_scientist 2 15 15 -1 65 0 30 -1 0 2 1 80 npc/geo_bunker:geonosian_scientist elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 0 2 +geonosian_scientist_human_female 85 0 0 0 0 ELITE yavin4 geonosian geonosian_mad_bunker female_human_scientist 0 0 0 0 0 0 0 0 -1 2 1 80 npc/geo_bunker:geonosian_humanoid elite_npc_8 col_shattered_shard_02 18 geonosian npc rebel_pistol rebel_carbine bounty_hunter_8 bounty_hunter_8 0 2 +geonosian_security_probot 88 0 0 0 0 ELITE yavin4 geonosian_monster geonosian_crazed_monster probot.iff 0 25 25 0 0 0 -1 0 0 2 1 80 npc/geo_bunker:geonosian_probot elite_droid_8 col_shattered_shard_02,col_holo_emitter_01 18 geonosian droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_special_6 droid_special_6 9 3 instant +geonosian_tech_assistant 86 0 0 0 3 ELITE yavin4 geonosian geonosian_mad_bunker geonosian_scientist 2 20 20 -1 65 0 30 -1 0 2 1 80 npc/geo_bunker:geonosian_scientist elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 0 2 +geonosian_worker 86 -1 1 0 4 ELITE yavin4 geonosian geonosian_mad_bunker geonosian_commoner 3 25 25 -1 65 0 25 -1 0 2 1 80 npc/geo_bunker:geonosian elite_npc_8 col_shattered_shard_02 18 geonosian npc geonosian_pistol geonosian_carbine bounty_hunter_8 bounty_hunter_8 0 2 +gerrick_lond 20 2 0 0 0 NORMAL tatooine jabba jabba gerrick_lond.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 0 2 +gerrio_coronis 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_gerrio_coronis.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +gethzerion 100 0 0 0 0 NORMAL nightsister nightsister gethzerion.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 nightsister npc 1 commoner_10 commoner_10 0 2 +ghent 100 0 0 0 0 NORMAL corellia ghent ghent dressed_ghent.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol smuggler_10 smuggler_10 0 2 +giant_angler 83 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 1.6 1.8 4 35 0 0 0 0 -1 0 -1 2 1 3 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 highTankArmorAvg carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff spider_4 spider_4 12 12 1 +giant_baz_nitch 64 0 -1 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 1.8 2.5 4 45 45 0 -1 -1 -1 0 -1 2 1 9 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.015 medAttackAbilityStrong herbivore turkey_4 turkey_4 12 12 1 yes +giant_canyon_krayt_dragon 87 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 0.8 1.2 1 70 70 70 70 30 70 70 70 2 1 1500 meat_carnivore 870 hide_bristley 805 bone_mammal defaultProfile 1 100 creature/krayt_dragon_medium krayt2 18 krayt_dragon carnivore 80 80 100 lizard_5 lizard_5 33.6 24 1 instant +giant_carrion_spat 30 0 0 0 -2 NORMAL corellia carrion_spat carrion_spat_hue.iff 2 2.4 4 -1 25 0 45 45 -1 -1 -1 2 1 350 meat_avian 295 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankUtilityWeak carnivore raptor_2 raptor_2 6 6 1 yes +giant_crystal_snake 68 2 -2 0 0 NORMAL yavin4 crystal_snake crystal_snake.iff 1.6 1.8 0 0 0 0 0 0 0 0 0 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackUtilityStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff snake_4 snake_4 12 12 +giant_dalyrake 37 0 -3 0 0 NORMAL corellia dalyrake dalyrake_hue.iff 1.9 2.2 4 0 0 0 -1 35 35 -1 -1 2 1 60 meat_insect 90 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackUtilityWeak carnivore mantis_3 mantis_3 6 6 +giant_decay_mite_harvester 10 0 -1 0 -5 NORMAL talus decay_mite bark_mite_hue.iff 4 4 15 15 0 0 0 0 0 -1 2 1 12 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 18 giant_decay_mite carnivore roach_1 roach_1 0 4 +giant_decay_mite_hatchling 2 0 -1 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1 1 10 10 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 18 giant_decay_mite carnivore roach_1 roach_1 0 2 +giant_decay_mite_protector 13 2 1 0 -10 NORMAL talus decay_mite bark_mite_hue.iff 2 2 20 20 0 0 0 0 0 -1 2 1 16 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 giant_decay_mite carnivore roach_1 roach_1 0 4 +giant_decay_mite_queen 22 0 3 0 -2 NORMAL talus decay_mite bark_mite_hue.iff 3.5 3.5 40 40 0 0 0 -1 0 -1 2 1 28 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 18 giant_decay_mite carnivore roach_2 roach_2 4 4 +giant_decay_mite_royal_guardian 19 4 4 0 -4 NORMAL talus decay_mite bark_mite_hue.iff 2.8 2.8 30 30 0 0 0 -1 -1 -1 2 1 22 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 giant_decay_mite carnivore roach_2 roach_2 4 4 +giant_decay_mite_sentry 16 1 0 0 -1 NORMAL talus decay_mite bark_mite_hue.iff 2 2 20 20 -1 0 0 -1 -1 -1 2 1 15 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 giant_decay_mite carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff roach_1 roach_1 4 4 +giant_decay_mite_soldier 15 2 2 0 -8 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.5 20 20 0 0 0 -1 0 -1 2 1 18 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 giant_decay_mite carnivore roach_1 roach_1 4 4 +giant_dune_kimogila 81 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 1.3 1.5 2 65 80 65 100 65 65 100 65 2 1 1500 meat_carnivore 1400 hide_leathery defaultProfile 1 100 creature/ris_armor_components:dune_kimogila boss_creature_9 18 kimogila carnivore 80 80 100 lizard_5 lizard_5 24 12 instant +giant_flit 34 0 0 0 0 NORMAL lok flit flit_hue.iff 1.4 1.6 3 15 0 0 -1 0 0 -1 -1 2 1 11 meat_avian 13 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAbilitySpeedWeak carnivore moth_3 moth_3 8 8 +giant_fynock 40 0 9 0 0 NORMAL talus fynock fynock_hue.iff 3.7 4 2 0 0 0 0 0 0 0 0 2 1 70 meat_avian 50 hide_leathery 55 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 fynock carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mynock_3 mynock_3 4 4 yes +giant_gackle_bat 68 0 0 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.6 1.8 3 15 20 -1 25 -1 -1 -1 -1 2 1 7 meat_carnivore 5 hide_bristley 6 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAbilitySpeedAvg carnivore bat_4 bat_4 12 12 +giant_gubbur 26 -1 0 0 0 NORMAL corellia gubbur gubbur_hue.iff 2.2 2.5 2 0 0 0 0 0 10 0 -1 2 1 10 meat_carnivore 15 hide_leathery 15 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore frog_2 frog_2 10 10 1 +giant_horned_krevol 8 0 0 0 -7 NORMAL corellia horned_krevol horned_krevol_hue.iff 1.5 2 3 15 15 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff 10 10 1 1 +giant_kimogila 82 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 1.1 1.3 3 35 80 0 80 0 0 100 0 2 1 1450 meat_carnivore 1350 hide_leathery defaultProfile 2 100 npc/boss_npc:boss_npc_71_80 boss_creature_9 housing_improvement_05,col_shattered_shard_02 18 kimogila carnivore 80 80 100 lizard_5 lizard_5 24 12 instant +giant_mawgax 60 0 0 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 1.6 1.8 4 0 30 0 -1 30 -1 0 0 2 1 130 meat_domesticated 85 hide_leathery 70 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.015 medAttackAbilityAvg herbivore raptor_4 raptor_4 0 2 1 +giant_peko_peko 25 0 0 0 0 NORMAL naboo peko_peko_giant peko_peko_hue.iff 3 4 1 0 25 50 -1 -1 50 -1 -1 2 1 155 meat_avian 70 hide_wooly 45 bone_avian defaultProfile creature/giant_peko_peko_loot generic_creature_3 3 col_feather_peko_peko 0.05 medAbilitySpeedWeak carnivore avian_2 avian_2 0 2 1 +giant_pharple 55 0 0 0 0 NORMAL lok pharple pharple_hue.iff 1.4 1.6 1 0 0 0 0 0 0 0 -1 2 1 21 meat_avian 12 hide_bristley 9 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.009 highTankUtilityAvg herbivore turkey_3 turkey_4 0 8 1 +giant_sand_beetle 25 0 0 0 0 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 5 5.4 2 0 35 0 0 -1 -1 0 0 2 1 15 meat_insect 20 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 medTankArmorWeak herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_2 roach_2 10 10 +giant_sand_beetle_cave 25 0 0 0 0 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 5 5.4 2 0 35 0 0 -1 -1 0 0 2 1 15 meat_insect 20 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_2 roach_2 10 10 yes +giant_spined_puc 71 0 0 0 0 NORMAL yavin4 spinedpuc spined_puc_hue.iff 1.6 1.8 3 10 0 0 -1 -1 -1 -1 -1 2 1 7 meat_reptilian 7 hide_leathery defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.05 medAttackSpeedStrong carnivore frog_5 frog_5 12 12 +giant_spined_snake 47 4 -3 0 0 NORMAL lok spinesnake spined_snake_hue.iff 1.4 1.7 2 0 0 50 50 50 -1 -1 -1 2 1 15 meat_reptilian 8 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 medAttackSpeedAvg carnivore snake_3 snake_3 8 8 yes +giant_stintaril 63 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 1.6 1.8 3 20 20 0 -1 0 -1 -1 -1 2 1 9 meat_carnivore 7 hide_bristley 6 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff rat_4 rat_4 0 2 +giant_tanc_mite 68 -1 2 0 0 NORMAL yavin4 tancmite tanc_mite_hue.iff 2 2.25 4 0 0 0 0 0 0 0 -1 2 1 6 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankArmorStrong herbivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_4 roach_4 0 2 1 +giant_veermok 20 0 2 0 0 NORMAL naboo veermok veermok_hue.iff 4 4.3 3 25 20 0 -1 45 0 -1 -1 2 1 250 meat_carnivore 200 hide_bristley 80 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak carnivore gorilla_2 gorilla_2 6 6 +giant_worrt 13 0 0 0 0 NORMAL Tatooine - to be sorted tatooine worrt worrt_hue.iff 3 3.4 1 0 0 0 0 0 10 0 -1 2 1 9 meat_reptilian 9 hide_leathery 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore frog_1 frog_1 6 2 +gifted_gondula_shaman 79 0 2 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 50 50 0 0 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +gifted_jinda_shaman 66 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 30 30 0 -1 0 0 -1 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +gifted_panshee_shaman 70 0 2 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +giga_flite_rasp 39 1 -1 0 0 NORMAL talus rasp flite_rasp_hue.iff 1.8 3 1 0 0 0 0 0 15 0 -1 2 1 20 meat_avian 6 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore moth_3 moth_3 0 2 1 +gilad_pellaeon 100 0 0 0 0 NORMAL corellia townsperson dressed_captain_gilad_pellaeon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +gilker_budz 100 0 0 0 0 NORMAL corellia townsperson dressed_giker_budz.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +ging_darjeek 100 0 0 0 0 NORMAL corellia townsperson dressed_ging_darjeek.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +gins_darone 100 0 0 0 0 NORMAL yavin4 imperial Imperial dressed_gins_darone.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc int:celebrity=1 npc.celebrity.gins_darone commoner_10 commoner_10 0 2 +gleaming_lantern_bird 61 0 0 0 -3 NORMAL endor lantern lantern_bird_hue.iff 1 1 3 35 45 0 -1 0 0 -1 -1 2 1 meat_herbivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 highAbilitySpeedWeak herbivore avian_4 avian_4 0 12 1 +global_blksun_enforcer 79 0 2 0 0 NORMAL global blacksun dressed_black_sun_guard.iff 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 1 80 npc/npc_71_80 elite_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug pirate_polearm rebel_pistol melee_special_6 commando_special_6 3 3 +global_blksun_gunman 72 0 0 0 0 NORMAL global blacksun dressed_black_sun_thug.iff 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 2 20 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug pirate_rifle rebel_pistol commando_7 commando_7 12 12 +global_blksun_hitman 75 0 0 0 0 NORMAL global blacksun dressed_black_sun_henchman.iff 0.8 0.9 0 20 0 0 0 0 -1 -1 -1 2 2 20 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug 1 pirate_pistol rebel_pistol commando_7 commando_7 12 12 +global_mercenary_elite 78 0 0 0 -3 NORMAL global merc mercenary_elite 0 60 40 0 0 0 0 -1 -1 2 npc/npc_71_80 elite_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc rebel_carbine commando_special_6 melee_special_6 3 3 yes +global_mercenary_strong 72 0 0 0 0 NORMAL global merc mercenary_strong 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc rebel_carbine commando_7 melee_7 12 12 1 yes +glutted_fynock_queen 14 0 0 0 0 NORMAL talus fynock fynock_hue.iff 2.7 2.9 3 0 0 0 0 0 0 0 -1 2 1 30 meat_avian 25 hide_leathery 20 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 18 fynock carnivore mynock_1 mynock_1 4 4 1 yes +gnarled_bark_mite_queen 17 0 2 0 0 NORMAL rori bark_mite bark_mite_hue.iff 3 3.2 2 0 15 -1 0 -1 -1 -1 -1 2 1 13 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff roach_1 roach_1 6 6 1 +gnarled_donkuwah_spiritmaster 78 0 2 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0.9 1.2 0 0 40 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes +gnarled_korga_spiritmaster 76 2 -2 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0.9 1.2 0 0 35 0 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 0 12 instant +gnarled_pubam_spiritmaster 66 0 6 0 0 NORMAL endor pubam pubam species_choices_dulok 0.9 1.2 0 0 0 0 40 40 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant +gnarled_rancor 88 0 0 0 0 ELITE dathomir rancor rancor_hue.iff 0.8 1.1 4 0 30 -1 50 50 50 -1 -1 2 1 950 meat_carnivore 876 hide_leathery 776 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_8 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 5 5 instant +gnort 1 0 0 0 0 NORMAL naboo gnort gnort_hue.iff 0.8 1.3 3 0 0 0 0 0 0 0 -1 2 1 6 meat_herbivore 4 hide_leathery 3 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 1 +gnort_massive 2 0 0 0 0 NORMAL naboo gnort gnort_hue.iff 2.4 3.3 3 0 0 0 0 0 0 0 -1 2 1 12 meat_herbivore 8 hide_leathery 6 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 1 +gold_two 100 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_gold_two.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +gondula_chief 81 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 30 30 0 0 0 0 -1 0 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 18 gondula npc ewok_ranged ewok_melee spy_8 melee_8 0 12 +gondula_cub 77 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_creature_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_melee ewok_ranged melee_7 spy_7 0 12 +gondula_elder 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 30 0 0 60 60 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +gondula_elder_worker 78 0 0 0 -3 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 20 0 0 35 35 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 +gondula_kelbe 80 0 0 0 -1 NORMAL endor gondula_tribe gondula_tribe ewok_kelbe.iff 0 15 20 0 30 30 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_melee ewok_ranged melee_8 spy_8 0 12 +gondula_loremaster 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 35 35 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +gondula_matriarch 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 25 25 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 +gondula_outcast 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 10 15 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +gondula_ritualist 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 50 50 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_melee ewok_ranged melee_7 spy_7 0 12 +gondula_shaman 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 10 15 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +gondula_tribesman 78 0 0 0 -2 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 5 5 0 15 15 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 +gondula_veteran 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 40 30 0 50 50 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +gondula_warrior 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 30 30 0 50 50 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +gondula_worker 78 0 0 0 -1 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 15 20 0 30 30 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 +gorax 88 0 0 0 0 BOSS endor gorax gorax gorax.iff 0.7 0.9 0 65 45 0 0 0 0 0 0 2 1 meat_carnivore hide_wooly 3 100 creature/elite_creature:elite_creature_81_90 boss_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 gorax carnivore 100 100 100 100 1 gorilla_5 gorilla_5 9 9 instant +gorg 2 0 0 0 0 NORMAL tatooine gorg chuba_hue.iff 1.3 2.1 1 0 0 0 0 0 0 0 -1 2 1 5 meat_herbivore 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore frog_1 frog_1 10 10 1 +gorg_glutton 2 0 2 0 0 NORMAL tatooine gorg chuba_hue.iff 3 3.3 1 0 0 0 0 0 0 0 -1 2 1 12 meat_herbivore 9 hide_leathery 8 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore frog_1 frog_1 10 10 1 +gorge_vesp 42 0 5 0 0 NORMAL lok vesp vesp_hue.iff 0.9 1.3 2 25 25 0 -1 -1 -1 -1 -1 2 1 11 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 medTankUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff lizard_3 lizard_3 8 8 +gorr_ebelt 20 -2 -2 0 0 NORMAL naboo jabba jabba gorr_ebelt.iff 1.08 1.08 0 30 30 0 -1 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc imperial_carbine imperial_pistol officer_2 officer_2 0 2 +goru_rainstealer 100 0 0 0 0 NORMAL rori townsperson townsperson dressed_goru_rainstealer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +governor 7 0 0 0 0 NORMAL naboo naboo naboo dressed_governor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 imperial_pistol imperial_carbine 0 2 1 +governor_ian_lago 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_govenor_ian_lago.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +graf_zapalo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_graf_zapalo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +gramm_rile 20 0 0 0 0 NORMAL tatooine townsperson townsperson mos_taike_mayor.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.gramm_rile pirate_rifle_low_level pirate_pistol_low_level commoner_2 commoner_2 10 10 yes +grand_wrix 37 0 0 0 -2 NORMAL corellia wrix gurreck_hue.iff 1.7 1.8 1 35 30 0 50 -1 35 -1 0 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackUtilityWeak carnivore predatory_cat_3 predatory_cat_3 0 2 1 yes +grassland_blood_marauder 78 5 5 0 0 NORMAL endor marauder endor_marauder dressed_grassland_blood_marauder.iff 0 30 30 0 -1 -1 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc marauder_melee pirate_carbine melee_special_6 bounty_hunter_special_6 5 5 1 instant +grassland_raider 75 0 0 0 0 NORMAL endor marauder endor_marauder dressed_marauder.iff 1.5 2 0 40 40 0 -1 -1 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 marauder npc pirate_carbine marauder_melee bounty_hunter_7 melee_7 12 12 instant +grassland_slice_hound 30 0 0 0 -4 NORMAL corellia slice_hound_grassland corellian_slice_hound_hue.iff 1.3 1.6 4 5 15 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore wolf_2 wolf_2 10 10 1 yes +grassland_voritor_tracker 69 0 -6 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1.2 1.4 3 65 65 0 0 0 0 -1 0 2 1 45 meat_carnivore 35 hide_leathery 40 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 medAttackSpeedAvg carnivore lizard_4 lizard_4 12 12 1 +graul 81 0 0 0 0 NORMAL dantooine graul graul_hue.iff 0.9 1.1 1 50 0 -1 0 0 -1 -1 -1 2 1 950 meat_carnivore 875 hide_leathery 775 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackAbilityAvg carnivore gorilla_5 gorilla_5 12 12 +graul_mangler 70 2 -2 2 -2 NORMAL dathomir graul graul_hue.iff 1.2 1.5 2 40 15 60 60 60 0 -1 0 2 1 950 meat_carnivore 875 hide_leathery 775 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore gorilla_4 gorilla_4 12 12 yes +graul_marauder 80 0 0 0 0 NORMAL dantooine graul graul_hue.iff 1.6 1.8 2 75 55 90 90 90 55 55 55 1.7 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.001 highAttackDamageAvg carnivore 1.7 gorilla_5 gorilla_5 12 12 instant +graul_mauler 82 0 0 0 -4 NORMAL dantooine graul graul_hue.iff 0.9 1.1 2 45 0 60 60 60 -1 -1 -1 2 1 950 meat_carnivore 875 hide_leathery 775 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackAbilityAvg carnivore gorilla_5 gorilla_5 12 12 instant +graul_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_graul.iff 0.65 0.65 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +gravin_attal 100 0 0 0 0 NORMAL talus townsperson dressed_gravin_attal.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +great_borgle 43 -1 1 0 0 NORMAL rori borgle borgle_hue.iff 1.9 2.2 3 0 0 0 0 0 0 0 -1 2 1 11 meat_carnivore 7 hide_leathery 11 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 borgle 0.1 lowTankUtilityWeak carnivore bat_3 bat_3 6 6 +great_plains_stalker 50 0 0 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 1.5 2 4 35 35 0 0 0 0 0 -1 1.7 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.005 highAttackSpeedAvg carnivore ai.hunter 1 predatory_cat_3 predatory_cat_3 10 10 1 yes +greater_desert_womprat 12 0 0 0 0 NORMAL Tatooine - to be sorted tatooine womprat_great_desert womp_rat_hue.iff 2.7 3.1 4 0 0 35 30 0 -1 -1 -1 2 1 6 meat_wild 5 hide_leathery 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff rat_1 rat_1 6 2 1 +greater_gulginaw 37 0 0 0 0 NORMAL corellia gulginaw gulginaw_hue.iff 1.3 1.6 1 15 30 -1 0 -1 -1 0 0 2 1 97 meat_avian 48 bone_avian defaultProfile creature/greater_gulginaw_loot generic_creature_4 col_feather_gulginaw 0.15 medAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff griffon_3 griffon_3 10 10 1 +greater_shaupaut 14 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 2 2.5 1 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 6 hide_bristley 6 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackDamageWeak carnivore monkey_1 monkey_1 6 6 1 +greater_sludge_panther 49 2 2 0 -3 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 1.9 2.1 3 35 0 0 -1 -1 -1 45 -1 2 1 80 meat_carnivore 70 hide_leathery 70 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 sludge_panther 0.05 medAttackUtilityWeak carnivore predatory_cat_3 predatory_cat_3 6 6 yes +greck_assassin 31 2 -2 0 0 NORMAL corellia olag_greck olag_greck criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc spy_3 spy_3 0 2 yes +greck_henchman 23 0 0 0 0 NORMAL corellia olag_greck olag_greck criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_pistol pirate_carbine smuggler_2 smuggler_2 0 2 +greck_mugger 28 0 0 0 0 NORMAL corellia olag_greck olag_greck criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_carbine pirate_carbine smuggler_2 smuggler_2 0 2 +greck_smuggler 25 0 0 0 0 NORMAL corellia olag_greck olag_greck criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc general_carbine general_sword smuggler_2 melee_2 0 2 +greeata 100 0 0 0 0 NORMAL rebel Rebel greeata.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +green_laser 100 0 0 0 0 NORMAL talus townsperson drall_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +grizzled_bark_mite 14 1 -1 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.25 1.5 3 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite 0.1 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff roach_1 roach_1 6 6 1 +grizzled_dewback 18 4 2 0 -4 NORMAL tatooine dewback dewback_hue.iff 0.9 1.3 2 35 20 0 40 -1 -1 -1 -1 2 1 365 meat_reptilian 285 hide_leathery 210 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.1 lowTankArmorWeak herbivore bull_2 bull_2 10 10 +grobber 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_old_twk_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +gronda 32 -2 2 0 0 NORMAL corellia gronda gronda_hue.iff 1 1.3 1 20 15 0 -1 -1 -1 -1 -1 2 1 360 meat_carnivore 270 hide_leathery 180 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankHealthWeak carnivore elephant_3 elephant_3 0 6 1 +gronda_elder 33 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 1.4 1.6 2 60 0 80 0 0 0 -1 25 2 1 360 meat_carnivore 270 hide_leathery 180 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankDefenseWeak carnivore elephant_3 elephant_3 0 6 1 yes +gronda_juggernaut 50 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 2 2.2 4 65 65 75 -1 100 0 0 -1 1.7 1 500 meat_carnivore 400 hide_leathery 375 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.005 highTankArmorAvg carnivore 1.7 elephant_4 elephant_4 10 10 1 yes +gronda_patriarch 30 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 1.8 2.2 3 65 50 80 0 0 0 10 25 2 1 360 meat_carnivore 270 hide_leathery 180 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankHealthWeak carnivore elephant_3 elephant_3 0 6 1 yes +grondorn_muse 100 0 0 0 0 NORMAL corellia townsperson dressed_grondorn_muse.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_rifle rebel_carbine commoner_10 commoner_10 0 2 +grovo 83 5 0 0 0 BOSS dathomir nightsister nightsister nsister_rancor_grovo.iff 1.5 1.8 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore generic_creature_special_6 generic_creature_special_6 12 12 instant +grungy_donkuwah_laborer 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 0 15 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 yes +grungy_korga_laborer 76 0 0 0 0 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 20 25 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes +grungy_pubam_laborer 65 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 15 35 0 0 0 0 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes +gualama 39 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 0.8 1.2 2 20 15 0 0 0 0 0 -1 2 1 milk_wild 200 meat_wild 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore horse_3 horse_3 0 6 1 +gualama_patriarch 42 0 0 0 0 NORMAL naboo gualama gualama_hue.iff 1.1 1.3 3 15 15 0 0 0 0 0 -1 2 1 250 meat_wild 200 hide_wooly 120 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackAbilityWeak herbivore horse_3 horse_3 0 6 1 +guardian_mark_ii_crafted 80 0 0 0 0 NORMAL anywhere droid guardian_mark_ii_crafted.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0.9 0 2 +gubbur 23 0 0 0 0 NORMAL corellia gubbur gubbur_hue.iff 1.3 1.6 1 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 3 hide_leathery 3 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 lowAttackAbilityWeak herbivore frog_2 frog_2 0 2 1 +gubbur_bloated 23 0 0 0 0 NORMAL corellia gubbur gubbur_hue.iff 2.6 3.8 1 0 0 0 0 0 0 0 -1 2 1 4 meat_carnivore 3 hide_leathery 3 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore frog_2 frog_2 0 2 1 +guf_drolg 42 0 0 0 -6 NORMAL talus guf_drolg guf_drolg_hue.iff 1 1.2 1 15 10 0 0 0 0 0 -1 2 1 350 meat_reptilian 275 hide_leathery 200 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore bull_3 bull_3 0 2 1 +guf_drolg_female 43 0 0 0 -4 NORMAL talus guf_drolg guf_drolg_hue.iff 0.8 1 2 15 5 0 0 0 0 0 -1 2 1 325 meat_reptilian 265 hide_leathery 190 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore bull_3 bull_3 0 2 1 +gulginaw 26 1 1 0 0 NORMAL corellia gulginaw gulginaw_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 75 meat_avian 25 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 4 col_feather_gulginaw herbivore griffon_2 griffon_2 0 2 1 +gundark_crook 1 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_sword 0 2 +gundark_desperado 34 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_polearm smuggler_3 melee_3 0 2 1 +gundark_hooligan 31 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_sword smuggler_3 melee_3 0 2 +gundark_raider 36 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_unarmed smuggler_3 melee_3 0 2 +gundark_rogue 33 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 +gundark_ruffian 37 0 0 0 0 NORMAL rori gundark_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 +gungan_bomber 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 -1 30 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_rifle rebel_pistol commoner_2 commoner_2 0 6 +gungan_boss 26 0 0 0 -3 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 20 0 35 35 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_carbine rebel_unarmed smuggler_2 melee_2 0 6 +gungan_captain 26 0 0 0 5 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 -1 30 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_polearm rebel_carbine melee_2 smuggler_2 0 6 yes +gungan_falumpaset 25 0 0 0 0 NORMAL naboo gungan gungan falumpaset_hue.iff 1 1.2 1 25 0 0 35 35 -1 -1 -1 2 1 milk_wild 230 meat_domesticated 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_2 camel_2 0 6 +gungan_fambaa 25 0 0 0 0 NORMAL naboo gungan gungan fambaa_hue.iff 0.8 1.2 3 40 40 0 0 80 80 -1 0 2 1 milk_wild 1350 meat_reptilian 750 hide_leathery 725 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore fambaa_2 fambaa_2 0 6 +gungan_general 26 0 0 0 0 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 25 0 -1 30 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military rebel_carbine rebel_sword smuggler_2 melee_2 0 6 yes +gungan_grand_army_soldier 25 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc military military rebel_rifle rebel_pistol smuggler_2 smuggler_2 0 6 +gungan_guard 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 -1 25 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_sword rebel_carbine melee_2 commoner_2 0 6 +gungan_hermit 23 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc townsperson townperson rebel_pistol rebel_carbine commoner_2 commoner_2 0 6 +gungan_hunter 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s04_male.iff 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier townsperson townperson rebel_rifle rebel_pistol bounty_hunter_2 bounty_hunter_2 0 6 +gungan_kaadu 23 0 0 0 0 NORMAL naboo gungan gungan kaadu_hue.iff 1.1 1.2 1 0 0 0 0 15 0 0 -1 2 1 milk_wild 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 herbivore raptor_2 raptor_2 0 6 +gungan_kaadu_rider 24 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc townsperson townperson rebel_carbine rebel_pistol commoner_2 commoner_2 0 6 +gungan_light_scout 83 0 0 0 0 NORMAL Azure Cabal series naboo gungan gungan gungan_male 0.9 1.1 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 npc ai.soldier townsperson townperson rebel_rifle rebel_pistol bounty_hunter_2 bounty_hunter_2 0 6 +gungan_mercenary 14 0 0 0 0 NORMAL naboo mercenary gungan_s04_male.iff 0 0 0 0 0 15 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military rebel_sword rebel_carbine commando_1 commando_1 0 6 yes +gungan_outcast 23 0 0 0 0 NORMAL naboo gungan_outcast gungan_s02_male.iff 0 0 0 0 0 15 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang rebel_pistol rebel_carbine smuggler_2 smuggler_2 6 6 1 yes +gungan_priest 23 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc rebel_pistol none commoner_2 commoner_2 0 6 1 +gungan_scout 23 0 0 0 0 NORMAL naboo gungan gungan gungan_s04_male.iff 0 0 0 0 0 10 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_rifle rebel_pistol commoner_2 commoner_2 0 6 +gungan_veermok 23 0 0 0 0 NORMAL naboo gungan gungan veermok_hue.iff 0.9 1.3 1 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 carnivore gorilla_2 gorilla_2 0 6 +gungan_war_chief 26 0 0 0 0 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 0 0 0 25 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_polearm rebel_carbine melee_2 smuggler_2 0 6 yes +gunner 15 0 0 0 0 NORMAL global imperial Imperial mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +gunrunner 14 0 0 0 0 NORMAL tatooine mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 +gunrunner_newbie 5 0 0 0 0 NORMAL tatooine gunrunner criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level 4 4 +gunrunner_newbie_leader 8 0 0 0 0 NORMAL tatooine gunrunner criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level 4 4 +gunrunner_newbie_sentry 6 0 0 0 0 NORMAL tatooine gunrunner criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level 4 4 +gurk 38 0 0 0 0 NORMAL lok gurk gurk_hue.iff 0.8 1.2 2 40 0 0 0 0 -1 -1 -1 2 1 350 meat_herbivore 276 hide_leathery 301 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01,col_kill_gurk_activation_loot 0.1 medTankHealthWeak herbivore gorilla_3 gorilla_3 0 8 +gurk_gatherer 39 0 0 0 -3 NORMAL lok gurk gurk_hue.iff 0.8 1.2 3 35 30 0 0 0 0 40 0 2 1 350 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore gorilla_3 gorilla_3 0 8 +gurk_loathsome_mangler 38 5 -5 0 0 NORMAL lok gurk gurk_hue.iff 1.3 1.5 3 20 20 -1 0 0 0 0 0 2 1 350 meat_herbivore 276 hide_leathery 301 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 highAttackDamageWeak herbivore gorilla_3 gorilla_3 8 8 yes +gurk_tracker 38 0 0 0 0 NORMAL lok gurk gurk_hue.iff 0.8 1.2 4 40 0 0 0 0 -1 -1 -1 2 1 350 meat_herbivore 277 hide_leathery 302 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01,col_kill_gurk_activation_loot 0.1 medTankHealthWeak herbivore gorilla_3 gorilla_3 0 8 +gurk_whelp 37 0 -3 0 0 NORMAL lok gurk gurk_hue.iff 0.5 0.8 3 30 30 0 0 0 0 40 0 2 1 300 meat_herbivore 225 hide_leathery 250 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01,col_kill_gurk_activation_loot 0.02 medAttackDamageWeak herbivore gorilla_3 gorilla_3 0 8 +gurk_with_gun 38 0 0 0 0 NORMAL lok gurk gurk_hue.iff 0.8 1.2 2 40 0 0 0 0 -1 -1 -1 2 1 350 meat_herbivore 276 hide_leathery 301 bone_mammal defaultProfile droid/droid_31_40 generic_creature_4 housing_improvement_01,col_holo_emitter_01 0.1 medTankHealthWeak droid object/weapon/ranged/pistol/pistol_launcher.iff droid_3 droid_3 0 8 +gurnaset 50 0 0 0 0 NORMAL lok gurnaset gurnaset_hue.iff 0.8 1.2 4 10 0 0 0 0 -1 -1 -1 2 1 milk_wild 352 meat_herbivore 279 hide_leathery 304 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 medAbilitySpeedAvg herbivore camel_3 camel_3 0 8 1 +gurnaset_hatchling 49 0 0 0 0 NORMAL lok gurnaset gurnaset_hue.iff 0.5 0.8 2 0 0 0 0 0 0 0 -1 2 1 351 meat_herbivore 278 hide_leathery 303 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.12 lowTankUtilityAvg herbivore camel_3 camel_3 0 8 1 +gurrcat 29 0 0 0 0 NORMAL corellia gurrcat tusk_cat_hue.iff 0.5 0.7 4 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 carnivore predatory_cat_2 predatory_cat_2 0 2 1 +gurreck 63 0 5 0 -5 NORMAL endor gurreck gurreck_hue.iff 1 1 4 30 30 -1 50 50 -1 50 -1 2 1 milk_wild meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackAbilityAvg carnivore predatory_cat_4 predatory_cat_4 12 12 +gurreck_prowler 64 4 -4 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 1 65 65 0 0 -1 0 0 0 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedAvg carnivore predatory_cat_4 predatory_cat_4 12 12 1 +haggard_donkuwah_battlelord 89 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 35 35 0 0 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes +haggard_pubam_battlelord 65 5 5 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant +hagrin_zeed 100 0 0 0 0 NORMAL talus townsperson dressed_hagrin_zeed.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +hal_horn 100 0 0 0 0 NORMAL corellia townsperson dressed_corellia_hal_horn.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_rifle rebel_pistol commoner_10 commoner_10 0 2 +haleen_snowline 100 0 0 0 0 NORMAL talus townsperson dressed_haline_snowline.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 +haltest_credit_eater 100 0 0 0 0 NORMAL Test of script naboo townsperson townsperson smuggler_broker_gotan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.haltest_banker commoner_10 commoner_10 0 0 +han_solo 100 0 0 0 0 NORMAL rebel Rebel han_solo.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 npc.celebrity.han_solo smuggler_10 smuggler_10 0 2 +hanadak_ancient 61 0 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1.5 1.5 3 0 0 -1 100 100 100 -1 -1 2 1 40 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowTankDefenseAvg carnivore gorilla_4 gorilla_4 12 12 1 yes +hanadak_drifter 60 0 0 0 -2 NORMAL endor hanadak hanadak_hue.iff 1 1 1 20 20 -1 60 60 60 -1 -1 2 1 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackDamageWeak carnivore gorilla_4 gorilla_4 12 12 1 yes +hand_of_solitude 35 0 0 0 0 NORMAL corellia solitude Rebel mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_unarmed commando_3 melee_3 0 2 yes +hardened_gondula_warrior 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 30 30 0 0 0 0 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 yes +hardened_jinda_warrior 66 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc none commoner_6 commoner_6 0 12 yes +hardened_panshee_warrior 71 1 1 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 yes +harmony_worrt 18 0 0 0 0 NORMAL Tatooine - Force Sensitive Profession 11 tatooine worrt worrt_hue.iff 1.2 1.5 31 0 0 0 0 0 0 0 -1 2 defaultProfile creature/creature_11_20 generic_creature_2 carnivore 1 frog_1 frog_1 4 4 +hedon_istee 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_hedon_istee.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.hedon_istee 0 2 +hefsen_zindalai 100 0 0 0 0 NORMAL rori townsperson dressed_hefsen_zindalai.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +herald_biogenic_gardo 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_biogenic_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_biogenic_harmon 100 0 0 0 0 NORMAL imperial Imperial dressed_herald_biogenic_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_biogenic_teraeza 100 0 0 0 0 NORMAL rebel Rebel dressed_herald_biogenic_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_corellia_karin 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_corellia_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_corellia_lock 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_corellia_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_corellia_ren 100 0 0 0 0 NORMAL corellia townsperson townsperson dressed_herald_nsister_rancor_cave_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_dathomir_azzenaj 100 0 0 0 0 NORMAL dathomir mtn_clan mtn_clan dressed_herald_dathomir_nsister_cave_azzenaj.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 sng_mtn_clan npc 1 commoner_10 commoner_10 0 2 +herald_dathomir_denbar 100 0 0 0 0 NORMAL dathomir townsperson townsperson dressed_herald_nsister_rancor_cave_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 12 +herald_dathomir_leandra 100 0 0 0 0 NORMAL dathomir nightsister nightsister dressed_herald_dathomir_nsister_cave_leandra.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles 18 nightsister npc 1 commoner_10 commoner_10 0 12 +herald_dathomir_olof 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_dathomir_nsister_cave_olof.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_lok_andria 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_lok_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_lok_talia 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_lok_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_naboo_demitri 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_servant_naboo_human_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_naboo_hanna 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_noble_twk_female_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_naboo_ketter 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_pirate_naboo_human_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_naboo_ronin 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_naboo_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_naboo_vaikanna 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_naboo_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_tatooine_errik 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_tatooine_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +herald_tatooine_viconya 100 0 0 0 0 NORMAL townsperson townsperson dressed_herald_tatooine_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 commoner_10 commoner_10 0 2 +hermit 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_pistol rebel_carbine 0 2 +hermit_spider 33 0 0 0 0 NORMAL naboo hermit_spider hermit_spider_hue.iff 0.8 1.2 1 0 0 10 0 0 0 0 -1 2 1 60 meat_insect defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore spider_2 spider_2 0 2 1 +hermit_spider_guard 5 0 0 0 -2 NORMAL naboo hermit_spider hermit_spider_hue.iff 1.5 2 3 10 10 0 0 0 10 0 -1 2 1 9 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 6 6 1 +hermit_spider_mutant 4 0 0 0 0 NORMAL naboo hermit_spider hermit_spider_hue.iff 1.2 1.5 1 0 0 10 0 0 0 0 -1 2 1 60 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 +hermit_spider_queen 5 0 0 0 0 NORMAL naboo hermit_spider hermit_spider_hue.iff 2.5 2.5 4 20 20 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.1 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff 6 6 1 yes +heroic_axkva_axkva_min 93 5 -5 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_axkva.iff 1 1 0 0 0 0 0 0 0 0 0 0 80000 160000 1 100 heroic/heroic:axkva 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 heroic_axkva_min npc 100 100 100 100 1 int:ai.noChatMood=1 heroic_axkva_axkva_min heroic_axkva_axkva_min 12 9 instant +heroic_axkva_axkva_shade 90 0 0 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_axkva.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 1 int:ai.noChatMood=1 force_sword force_sword_ranged jedi_special_9 jedi_special_9 12 9 instant +heroic_axkva_gorvo 91 6 -6 0 0 BOSS dathomir axkva_min axkva_min beast_master/bm_mutated_rancor.iff 1 1 0 0 0 0 0 0 0 0 0 0 100 heroic_gorvo carnivore 100 100 100 100 1 int:ai.noChatMood=1,int:bm_doNotShowExamineInfo=1 heroic_axkva_gorvo heroic_axkva_gorvo 12 9 instant +heroic_axkva_kimaru 92 4 -4 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_spellweaver.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/boss_npc:boss_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 heroic_kimaru npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_kimaru heroic_axkva_kimaru 12 9 instant +heroic_axkva_lelli_hi 92 4 -4 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/boss_npc:boss_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 lelli_hi npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_lelli_hi heroic_axkva_lelli_hi 12 9 instant +heroic_axkva_nandina 91 0 0 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_rancor_tamer.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/boss_npc:boss_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 heroic_nandina npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_nandina heroic_axkva_nandina 12 9 instant +heroic_axkva_suin_chalo 92 6 -6 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_protector.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 100 suin_chalo npc 100 100 100 100 1 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_suin_chalo heroic_axkva_suin_chalo 12 9 instant +heroic_axkva_acid_aspect 90 3 -3 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_acid_aspect heroic_axkva_acid_aspect 64 64 instant +heroic_axkva_heat_aspect 90 3 -3 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_heat_aspect heroic_axkva_heat_aspect 64 64 instant +heroic_axkva_cold_aspect 90 3 -3 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_cold_aspect heroic_axkva_cold_aspect 64 64 instant +heroic_axkva_elec_aspect 90 3 -3 0 0 BOSS dathomir axkva_min axkva_min dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 0 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 npc 100 100 100 100 1 int:ai.noChatMood=1 force_sword force_sword_ranged heroic_axkva_elec_aspect heroic_axkva_elec_aspect 64 64 instant +heroic_axkva_warden 100 0 0 0 0 NORMAL axkva_min gethzerion.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 npc 100 100 100 100 1 1 commoner_10 commoner_10 0 2 instant +heroic_ig88_bomb_droid 90 0 0 0 0 NORMAL lok ig88 battle_droid.iff 0 75 75 100 60 100 25 40 85 2 8000 15000 npc/npc_21_30 android theme_park.heroic.ig88.ig88_bomb_droid imperial_sword imperial_sword droid_special_6 melee_special_6 9 3 instant +heroic_ig88_droideka 90 0 0 0 0 BOSS lok ig88 droideka.iff 0 85 95 100 60 100 25 40 85 2 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 elite_droid_9 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 droid theme_park.heroic.ig88.ig88_droideka object/weapon/ranged/droid/droid_droideka_ranged.iff ig88_droideka ig88_droideka 8 8 instant +heroic_ig88_ig88_rocket 90 0 0 0 0 BOSS NOTHING lok ig88 ig_88_rocket.iff 2 2 0 85 95 100 60 100 25 40 85 2 80000 160000 1 100 heroic/heroic:ig88 elite_droid_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 100 heroic_ig88 android 100 100 100 100 theme_park.heroic.ig88.ig88 object/weapon/ranged/droid/droid_rocket_launcher.iff object/weapon/ranged/droid/droid_flamethrower.iff droid_1 droid_1 0 2 1 instant +heroic_ig88_mouse_droid 1 0 0 0 0 NORMAL anywhere mousedroid mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 8000 15000 droid/droid_1_10 generic_droid_1 droid 100 100 100 100 1 1 0 2 +heroic_ig88_normal_droideka 90 0 0 0 0 NORMAL lok ig88 droideka.iff 0 85 95 100 60 100 25 40 85 2 8000 15000 1 100 npc/elite_npc:elite_npc_81_90 elite_droid_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 droid theme_park.heroic.ig88.ig88_droideka_normal object/weapon/ranged/droid/droid_droideka_ranged.iff ig88_droideka ig88_droideka 8 8 instant +heroic_ig88_super_battle_droid 90 0 0 0 0 BOSS lok ig88 battle_droid.iff 2 2 0 85 95 100 60 100 25 40 85 2 8000 15000 1 100 npc/boss_npc:boss_npc_81_90 elite_droid_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android 100 100 100 100 1 theme_park.heroic.ig88.ig88_super_battle_droid object/weapon/ranged/droid/droid_flamethrower_nomuzzle.iff 0.25 6 3 instant +heroic_tusken_bantha 90 0 0 0 0 ELITE heroic_tusken_army heroic_tusken heroic_tusken bantha_saddle_hue.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 100 npc/tusken:tusken_elite 18 tusken 12 3 yes +heroic_tusken_berserker 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 npc/tusken:tusken_normal 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 12 3 yes +heroic_tusken_bestine_police_offcier 90 0 0 0 0 NORMAL heroic_tusken_army espa espa eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 npc/npc_31_40 18 tusken npc 1 12 yes +heroic_tusken_blood_hunter 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 npc/tusken:tusken_normal 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,col_shattered_shard_02 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 12 3 yes +heroic_tusken_champion 90 0 0 0 0 ELITE heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 20 npc/tusken:tusken_normal 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 12 3 yes +heroic_tusken_da_la_socuna 90 0 0 0 0 NORMAL heroic_tusken_army espa espa space_rebel_tier1_tatooine_socuna.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 1 3 yes +heroic_tusken_flesh_hunter 90 0 3 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 9 3 yes +heroic_tusken_hirce_tharnam 90 0 0 0 0 NORMAL heroic_tusken_army espa espa hirce_tharnam.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 1 3 yes +heroic_tusken_honor_guard 90 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 20 npc/tusken:tusken_normal heroic_tusken_junk 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 36 15 yes +heroic_tusken_kav_goldor 90 0 0 0 0 BOSS heroic_tusken_army espa espa heroic_tusken_kav_golder.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 20 npc/tusken:tusken_normal heroic_tusken_junk 18 tusken npc 1 rebel_pistol rebel_pistol heroic_tusken_kav_goldor heroic_tusken_kav_goldor 12 yes +heroic_tusken_king 95 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_king.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 2 80000 160000 1 100 heroic/heroic:tusken 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,heroic_tusken_junk 100 heroic_tusken_king npc 100 100 ai.tusken_raider object/weapon/melee/baton/baton_gaderiffi_elite.iff object/weapon/melee/baton/baton_gaderiffi_elite.iff heroic_tusken_king heroic_tusken_king 36 15 yes +heroic_tusken_macy_malo 90 0 0 0 0 NORMAL heroic_tusken_army espa espa macy_malo.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 3 yes +heroic_tusken_major_berok_skoff 90 0 0 0 0 NORMAL heroic_tusken_army espa espa berok_skoff.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 1 3 yes +heroic_tusken_massiff 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_massif.iff 1.5 1.5 10 0 0 0 0 0 0 0 0 2 800 1600 18 tusken ai.tusken_raider wolf_5 wolf_5 12 3 yes +heroic_tusken_mos_eisley_police_officer 90 0 0 0 0 NORMAL heroic_tusken_army espa_guard espa_guard eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes +heroic_tusken_mos_espa_citizen 90 0 0 0 0 NORMAL heroic_tusken_army espa espa commoner 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 12 yes +heroic_tusken_mos_espa_medic 90 0 0 0 0 ELITE heroic_tusken_army espa_guard espa_guard scientist 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes +heroic_tusken_mos_espa_mercenary 90 0 0 0 0 NORMAL heroic_tusken_army espa_guard espa_guard eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes +heroic_tusken_mos_espa_militia 90 0 0 0 0 ELITE heroic_tusken_army espa_guard espa_guard eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes +heroic_tusken_mos_espa_police_officer 90 0 0 0 0 NORMAL heroic_tusken_army espa espa eisley_officer 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 12 yes +heroic_tusken_nova_trooper 90 0 0 0 0 NORMAL heroic_tusken_army espa_guard espa_guard dressed_stormtrooper_white_gold.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 12 yes +heroic_tusken_pack_master 90 0 0 0 0 ELITE heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 8000 16000 1 20 npc/tusken:tusken_elite 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes +heroic_tusken_raid_leader 90 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 8000 16000 1 100 npc/boss_npc:boss_npc_81_90 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,col_shattered_shard_02,heroic_tusken_junk 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes +heroic_tusken_raider 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes +heroic_tusken_savage 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes +heroic_tusken_sniper 90 0 0 0 0 ELITE heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 1 20 npc/tusken:tusken_elite 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes +heroic_tusken_war_master 90 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 2 20 npc/tusken:tusken_normal 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,col_shattered_shard_02,heroic_tusken_junk 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes +heroic_tusken_warlord 90 0 0 0 0 BOSS heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 2 20 npc/tusken:tusken_normal 7 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_tusken_valuables,col_shattered_shard_02,heroic_tusken_junk 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 36 15 yes +heroic_tusken_warrior 90 0 0 0 0 NORMAL heroic_tusken_army heroic_tusken heroic_tusken tusken_raider.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 12 3 yes +heroic_tusken_watto 90 0 0 0 0 NORMAL heroic_tusken_army espa espa watto.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 1 3 yes +heroic_tusken_businessman 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_architect 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 +heroic_tusken_javran_mu 90 0 0 0 0 NORMAL heroic_tusken_army espa espa javran_mu.iff 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 +heroic_tusken_scholar 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_architect 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 +heroic_tusken_bio_engineer 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_bioengineer 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 +heroic_tusken_flight_crew 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_weaponsmith 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 +heroic_tusken_droid_engineer 90 0 0 0 0 NORMAL heroic_tusken_army espa espa trainer_droidengineer 0 0 0 0 0 0 0 0 -1 2 800 1600 18 tusken npc 1 noble fancy rebel_pistol rebel_pistol 2 +heroic_tusken_mos_espa_expert 90 0 0 0 0 NORMAL heroic_tusken_army espa espa scientist 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 3 yes +heroic_tusken_pit_droid 90 0 0 0 0 NORMAL heroic_tusken_army espa espa pit_droid.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 rebel_pistol 3 yes +heroic_tusken_mse_droid 90 0 0 0 0 NORMAL heroic_tusken_army espa espa mouse_droid.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 3 yes +heroic_tusken_power_droid 90 0 0 0 0 NORMAL heroic_tusken_army espa_guard espa_guard eg6_power_droid.iff 0 0 0 0 0 0 0 0 0 2 800 1600 18 tusken npc 1 3 yes +hidden_daggers_activist 32 0 0 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_pistol smuggler_3 smuggler_3 0 2 +hidden_daggers_dissident 33 0 0 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 +hidden_daggers_extremist 33 1 -1 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 6 yes +hidden_daggers_leader 34 1 -1 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_organized 0 0 15 0 -1 -1 -1 40 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine general_carbine smuggler_3 smuggler_3 0 6 yes +hidden_daggers_lieutenant 33 1 -1 0 0 NORMAL corellia hidden_daggers hidden_daggers criminal_organized 0 0 10 0 -1 -1 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 general_rifle general_pistol smuggler_3 smuggler_3 0 6 yes +high_colonel 24 0 0 0 0 NORMAL global imperial Imperial imperial_colonel 0 15 15 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect military military rebel_carbine rebel_pistol commando_2 commando_2 0 4 yes +highland_remmer 65 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1 1 4 30 25 50 -1 -1 -1 -1 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highAttackUtilityAvg herbivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff rat_4 rat_4 12 12 +highwayman 8 0 0 0 0 NORMAL global brigand criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_rifle_low_level pirate_pistol_low_level 4 4 yes +hilltop_gurreck_hunter 64 3 -3 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 1 50 65 0 0 0 0 0 0 2 1 milk_wild meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityAvg carnivore predatory_cat_4 predatory_cat_4 12 12 1 +hilltop_kima 47 0 4 0 0 NORMAL talus hilltop_kima kima_hue.iff 1.2 1.3 3 0 0 0 -1 50 -1 -1 -1 2 1 8 meat_herbivore 10 hide_bristley 8 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 medTankDefenseWeak carnivore predatory_cat_3 predatory_cat_3 0 2 +hirsch_sif 57 0 0 0 0 NORMAL Talus sif sif dressed_hirsch_sif.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_5 commoner_5 6 6 1 yes +horned_krevol 2 0 0 0 0 NORMAL naboo krevol_horned horned_krevol_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 3 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankArmorWeak herbivore 0 2 +horned_rasp 31 0 0 0 0 NORMAL rori rasp horned_rasp_hue.iff 2 2.5 1 0 0 0 0 0 0 0 -1 2 1 8 meat_avian 1 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore avian_3 avian_3 0 2 1 +horned_voritor_jungle_lizard 73 0 0 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1 1 4 40 40 0 0 80 80 80 -1 2 1 65 meat_carnivore 40 hide_leathery 50 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 medAttackSpeedAvg carnivore lizard_5 lizard_5 12 12 +hostile_thune_mother 69 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1 1 2 0 55 0 -1 -1 -1 -1 -1 2 1 milk_wild 135 meat_herbivore 150 hide_wooly defaultProfile creature/hostile_thune_mother_loot generic_creature_7 0.1 medTankHealthAvg herbivore elephant_4 elephant_4 12 12 1 +hoth_at_st 10 0 0 0 0 NORMAL anywhere townsperson vehicle/hoth_at_st.iff 1 1 1 0 0 0 0 0 0 0 -1 2 herbivore 0 2 +house_packup_reward_npc 100 0 0 0 0 NORMAL Reward npc for the house packup code, residing in the Lucky Despot tatooine townsperson townsperson house_packup_reward_npc.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.house_packup_reward_npc commoner_10 commoner_10 0 0 +howling_plumed_rasp 23 0 0 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 3 3.2 2 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 2 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 herbivore avian_2 avian_2 0 2 +howling_plumed_rasp_large 23 0 0 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 6 6.4 2 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 2 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 herbivore avian_2 avian_2 0 2 1 +huf_dun 47 2 -2 0 0 NORMAL talus huf_dun huf_dun_hue.iff 1 1.1 1 25 0 0 0 -1 0 0 -1 2 1 1350 meat_herbivore 1600 hide_leathery 1350 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 +huf_dun_bull 48 2 2 0 0 NORMAL talus huf_dun huf_dun_hue.iff 1.1 1.2 3 15 0 0 -1 -1 -1 0 -1 2 1 1350 meat_herbivore 1601 hide_leathery 1351 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 +huff_darklighter 100 0 0 0 0 NORMAL tatooine darklighter dressed_huff_darklighter_2.iff 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:celebrity=1 conversation.huff_darklighter townsperson townperson rebel_carbine rebel_unarmed spy_10 melee_10 0 2 1 +huff_guard 100 0 0 0 0 NORMAL tatooine darklighter mercenary_strong 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc string:quest_name=huffs_guard_rifle,string:task_name=getRifle conversation.huffs_guard,quest.task.ground.give_item_to_npc townsperson townperson rebel_sword rebel_carbine melee_10 spy_10 0 2 yes +huff_sennex_slave_driver 32 0 0 0 0 NORMAL tatooine sennex sennex_pirate 1.02 1.04 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes +huff_sennex_slaver_overlord 31 0 0 0 0 ELITE tatooine sennex dressed_black_sun_thug.iff 1.02 1.04 0 0 0 0 30 -1 30 -1 -1 2 npc/elite_npc:elite_npc_31_40 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes +huff_sennex_slaver_veteran 31 0 0 0 0 NORMAL tatooine sennex sennex_pirate 1.02 1.04 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 1 yes +huff_tusken_blood_hunter 32 0 0 0 0 NORMAL huff darklighter quest tatooine vile_tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 50 40 0 30 -1 30 -1 -1 2 1 100 npc/tusken:tusken_normal col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 7 3 1 yes +huff_tusken_flesh_render 31 0 0 0 0 NORMAL huff darklighter quest tatooine vile_tusken_raider tusken_raider tusken_raider.iff 1 1.15 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_normal col_tusken_valuables,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 6 3 1 yes +huff_tusken_vile_chieftain 31 0 0 0 0 ELITE huff darklighter quest tatooine vile_tusken_raider tusken_raider tusken_raider.iff 1.5 1.5 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_elite col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 6 3 +huff_zinga 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_huff_zinga.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +humbaba 32 0 0 0 0 NORMAL corellia humbaba falumpaset_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 230 meat_domesticated 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankHealthWeak herbivore camel_2 camel_2 0 2 1 +hunter 7 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_rifle rebel_pistol 0 2 1 yes +hunter_talus 16 1 0 0 0 NORMAL talus talus_poachers criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 ai.hunter pirate slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes +hutt_assassin 22 1 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level spy_2 melee_2 0 2 +hutt_enforcer 22 0 0 0 0 NORMAL tatooine jabba jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate slang general_sword commando_2 melee_2 0 6 yes +hutt_expedition_force_leader 78 0 0 0 5 NORMAL yavin4 hutt Hutt dressed_hutt_expedition_force_leader.iff 0 0 0 0 30 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_carbine pirate_pistol officer_7 officer_7 0 2 yes +hutt_expedition_force_member 80 0 0 0 0 NORMAL yavin4 hutt Hutt dressed_hutt_expedition_force_member.iff 0 15 0 0 -1 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc general_carbine general_sword commoner_8 commoner_8 0 2 yes +hutt_expedition_force_surveyer 77 0 0 0 0 NORMAL yavin4 hutt Hutt dressed_hutt_expedition_force_member.iff 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc general_carbine general_sword bounty_hunter_7 bounty_hunter_7 0 2 +hutt_informant_quest 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_hutt_informant_quest.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +hutt_outcast 2 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine outcast jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 +huurton 60 0 0 0 -3 NORMAL dantooine huurton huurton_hue.iff 1 1 1 10 10 0 0 0 0 0 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackUtilityWeak carnivore wolf_4 wolf_4 12 12 1 instant +huurton_bloodhunter 64 3 0 1 0 NORMAL dantooine huurton huurton_hue.iff 1 1 1 15 15 0 25 15 0 0 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityWeak carnivore wolf_4 wolf_4 12 12 1 yes +huurton_howler 65 3 -3 0 0 NORMAL dantooine huurton huurton_hue.iff 1 1 1 15 15 0 40 60 -1 -1 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedWeak carnivore wolf_4 wolf_4 12 12 1 yes +huurton_huntress 62 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 1 1.2 4 0 0 0 40 100 -1 -1 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedWeak carnivore wolf_4 wolf_4 12 12 1 +huurton_matron 61 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 0.8 1 2 0 0 0 40 100 -1 -1 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankUtilityWeak carnivore wolf_4 wolf_4 0 24 1 +huurton_pup 60 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 0.4 0.5 3 0 0 0 0 0 0 0 -1 2 1 10 meat_wild hide_wooly 5 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackSpeedWeak carnivore wolf_4 wolf_4 0 2 1 instant +huurton_reaper 65 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 1.3 1.5 3 35 35 0 40 100 -1 -1 -1 1.7 1 25 meat_wild hide_wooly 25 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medAttackUtilityAvg carnivore 1.7 wolf_4 wolf_4 12 12 yes +huurton_stalker 60 0 0 0 0 NORMAL dantooine huurton huurton_hue.iff 1 1.3 4 0 0 0 40 100 -1 -1 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityWeak carnivore wolf_4 wolf_4 12 12 +ig_88 100 0 0 0 0 NORMAL mercenary ig_88.iff 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 1 yes +ig_assassin_droid 19 4 -4 0 -4 NORMAL anywhere assassindroid ig_assassin_droid.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_11_20 generic_droid_2 android droid_1 droid_1 0 2 +ig88_bothan_spy_01 100 0 0 0 0 NORMAL male bothan endor nym ig88_feeder_quest_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.ig88_bothan_01 commoner_10 commoner_10 0 2 +ig88_bothan_spy_02 100 0 0 0 0 NORMAL female bothan endor nym ig88_feeder_quest_02.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.ig88_bothan_02 commoner_10 commoner_10 0 2 +ig88_nym_slicer 100 0 0 0 0 NORMAL nyms elite slicer lok nym ig88_feeder_slicer_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.ig88_slicer commoner_10 commoner_10 0 2 +igbi_freemo 100 0 0 0 0 NORMAL talus townsperson dressed_igbi_freemo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +ignar_ominaz 100 0 0 0 0 NORMAL corellia townsperson dressed_ignar_ominaz.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +ikka_gesul 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_ikka_gesul.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.ikka_gesul 0 2 1 +ikopi 4 -1 1 0 0 NORMAL naboo ikopi ikopi_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 70 meat_wild 60 hide_bristley 45 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankDefenseWeak herbivore 0 2 +ikopi_stag 30 0 0 0 0 NORMAL naboo ikopi_stag ikopi_hue.iff 1.7 2 1 30 30 0 0 0 -1 -1 -1 2 1 100 meat_wild 75 hide_bristley 75 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 medTankArmorWeak herbivore goat_2 goat_2 0 6 1 +ikopi_stout_stallion 5 0 0 -1 -1 NORMAL naboo ikopi ikopi_hue.iff 1.2 1.5 1 10 0 -1 0 0 0 0 0 2 1 70 meat_wild 60 hide_bristley 45 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowTankDefenseWeak herbivore 0 6 +imo_vledmo 100 0 0 0 0 NORMAL townsperson townsperson dathomir_prisoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes +imperial_army_captain 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_sword commando_2 melee_2 0 2 instant +imperial_army_captain_herald 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_sword commando_2 melee_2 0 2 instant +imperial_battle_droid 83 0 0 0 0 ELITE global imperial battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android imperial_carbine none droid_special_6 droid_special_6 9 3 yes +imperial_brigadier_general 25 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 20 20 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine commando_2 commando_2 0 2 +imperial_cadet 7 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect police general_carbine general_pistol 0 2 +imperial_cadet_squadleader 10 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect police general_carbine general_pistol commando_1 0 2 +imperial_civil_patrol_captain 7 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect general_carbine general_pistol 0 2 +imperial_civil_patrol_commander 8 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect general_carbine general_pistol 0 2 +imperial_civil_patrol_corporal 4 0 0 0 0 NORMAL global imperial Imperial mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial_carbine general_pistol 0 2 +imperial_civil_patrol_sergeant 5 0 0 0 0 NORMAL global imperial Imperial mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial_carbine general_pistol 0 2 +imperial_civil_patrolman 2 0 0 0 0 NORMAL global imperial Imperial mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial_carbine general_pistol 0 2 yes +imperial_colonel 23 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol commando_2 commando_2 0 4 +imperial_colonel_herald 23 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol commando_2 commando_2 0 4 +imperial_comm_link_bombardier 75 3 -3 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine imperial_pistol officer_special_6 officer_special_6 0 12 +imperial_comm_link_exterminator 75 2 -2 0 3 NORMAL global imperial Imperial 1 dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 12 12 +imperial_comm_link_sniper 75 1 -1 0 0 NORMAL global imperial Imperial 1 dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle imperial_pistol officer_special_6 officer_special_6 0 12 +imperial_corporal 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol commando_1 commando_1 0 2 +imperial_defector 29 0 0 0 4 NORMAL global rebel Rebel dressed_imperial_officer_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +imperial_deserter 45 0 0 0 0 NORMAL lok nym Rebel imperial_officer 0 20 20 0 -1 40 -1 40 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc imperial_carbine imperial_unarmed commando_4 melee_4 0 2 yes +imperial_exterminator 33 2 -2 0 3 NORMAL naboo imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 yes +imperial_first_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +imperial_general 28 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +imperial_high_general 29 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +imperial_inquisitor 83 0 0 0 0 ELITE global imperial Imperial dressed_imperial_inquisitor_human_male_01.iff 0 50 50 50 0 50 0 50 50 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military stormtrooper_carbine none officer_special_6 melee_special_6 0 3 +imperial_lance_corporal 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +imperial_lieutenant_colonel 22 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +imperial_lieutenant_general 27 0 0 0 5 NORMAL global imperial Imperial imperial_officer 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +imperial_major 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_major_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +imperial_major_general 26 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 25 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 1 yes +imperial_major_herald 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_major_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +imperial_master_sergeant 18 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +imperial_medic 16 0 0 0 0 NORMAL global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +imperial_moff 28 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 1 +imperial_noncom 14 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +imperial_officer_questgiver 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial imperial military melee_2 melee_2 0 2 yes +imperial_pilot 20 0 0 0 0 NORMAL global imperial Imperial dressed_tie_fighter_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +imperial_private 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 1 +imperial_probot_drone 5 0 1 0 0 NORMAL global imperial Imperial probot.iff 0.6 0.6 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid int:ai.noChatMood=1 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 1 +imperial_probot_handler 8 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial_pistol imperial_carbine 0 2 1 +imperial_probot_seeker 7 0 0 0 0 NORMAL global imperial Imperial probot.iff 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid int:ai.noChatMood=1 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 +imperial_recruiter 30 0 0 0 4 NORMAL anywhere imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc 1 string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial_carbine imperial_pistol officer_3 officer_3 0 2 instant +imperial_retreat_guard 80 0 0 0 0 BOSS naboo imperial Imperial royal_guard.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc 100 100 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 16 12 yes +imperial_second_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_lieutenant_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +imperial_senior_cadet 8 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect police general_carbine imperial_pistol 0 2 +imperial_sergeant 16 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +imperial_sergeant_major 19 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +imperial_sharpshooter 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military general_rifle general_pistol commando_1 commando_1 0 2 +imperial_staff_corporal 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +imperial_staff_sergeant 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 instant +imperial_super_battle_droid 86 0 0 0 0 ELITE global imperial super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 3 yes +imperial_surface_marshal 30 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_major_cold_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 +imperial_trooper 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +imperial_veermok 32 0 0 0 0 NORMAL naboo imperial Imperial veermok_hue.iff 0.8 1.3 2 35 25 0 -1 50 30 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore gorilla_2 gorilla_2 0 2 yes +imperial_warrant_officer_i 19 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +imperial_warrant_officer_ii 18 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +imprisoned_imperial 11 0 0 0 0 NORMAL global imperial Imperial dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc slang general_unarmed none 0 2 +imprisoned_jabba_employee 11 0 0 0 0 NORMAL global jabba jabba dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc slang general_unarmed none commoner_1 commoner_1 0 2 +imprisoned_rebel 11 0 0 0 0 NORMAL global rebel Rebel dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc slang rebel_carbine none commando_1 melee_1 0 2 +ind 100 0 0 0 0 NORMAL tatooine valarian valarian dressed_ind.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_parry_ind pirate slang commoner_10 commoner_10 0 2 +indigo_siyan 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_indigo_siyan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +indintra_imbru_yerevan 100 0 0 0 0 NORMAL rori townsperson dressed_indintra_imbru_yerevan.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +industrial_spy 7 0 0 0 0 NORMAL global mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson slang rebel_carbine rebel_carbine 0 2 +industrial_spy_f 7 0 0 0 0 NORMAL global mercenary dressed_commoner_naboo_human_female_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson slang pirate_pistol_low_level rebel_carbine 0 2 1 +infant_brackaset 63 1 -1 0 0 NORMAL dathomir brackaset brackaset_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 75 meat_wild 65 hide_leathery 60 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthAvg herbivore camel_4 camel_4 0 12 +infant_graul 68 0 0 0 0 NORMAL dantooine graul graul_hue.iff 0.6 0.8 3 35 0 45 45 45 -1 -1 -1 2 1 700 meat_carnivore 750 hide_leathery 650 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 lowAttackSpeedAvg carnivore gorilla_4 gorilla_4 12 12 1 +info_broker 1 0 0 0 0 NORMAL global mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 pirate_pistol_low_level rebel_carbine 0 2 1 +injured_kwi 60 0 0 0 0 NORMAL dathomir kwi kwi_hue.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 100 meat_herbivore 85 hide_leathery 75 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 5 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityAvg herbivore raptor_4 raptor_4 0 12 1 +injured_purbole 61 1 0 0 0 NORMAL dathomir purbole purbole_hue.iff 1.1 1.2 3 0 0 0 0 0 0 0 -1 2 1 15 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedAvg carnivore monkey_4 monkey_4 0 12 1 +injured_verne 60 0 0 0 0 NORMAL dathomir verne verne_hue.iff 0.95 1.15 1 0 0 0 0 0 0 0 -1 2 1 30 meat_wild 25 hide_leathery 22 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityAvg herbivore goat_4 goat_4 0 12 1 +ins_444_crafted 1 0 0 0 0 NORMAL anywhere ins_444 ins_444_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0 2 +insane_kitonak 1 0 0 0 0 NORMAL tatooine insane_kitonak kitonak_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed general_unarmed 4 4 1 +irate_flewt_matriarch 5 0 0 0 0 NORMAL naboo flewt flewt_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 -1 2 1 4 meat_avian 4 hide_leathery 4 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAbilitySpeedWeak carnivore 6 6 +irenez 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_twilek_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +isshala_daprovan 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_isshala_daprovan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +ithorian_musician 8 0 0 0 0 NORMAL tatooine townsperson ithorian_male.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 0 2 +ito_interrogator 1 0 0 0 0 NORMAL anywhere interrogator ito_interrogator.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 yes +itp_emperor_imperial_tech 100 0 0 0 0 NORMAL imperial_theme_park imperial Imperial dressed_imperial_medic3_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 conversation.itp_emperor_imp_tech imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 +itp_emperor_mercenary 90 0 0 0 0 ELITE imperial_theme_park itp_mercenary mercenary_elite 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel_carbine rebel_pistol officer_9 officer_9 8 8 yes +itp_emperor_mercenary_leader_boss 90 0 0 0 0 BOSS imperial_theme_park itp_mercenary dressed_mercenary_commander_zab_m.iff 0 0 0 0 0 0 0 0 0 2 2 40 npc/boss_npc:boss_npc_81_90 npc 90 90 100 rebel_carbine rebel_pistol officer_9 officer_9 8 8 yes +itp_emperor_mercenary_leader_invul 90 0 0 0 0 ELITE imperial_theme_park itp_mercenary dressed_mercenary_commander_zab_m.iff 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 1 conversation.itp_emperor_merc_leader rebel_carbine rebel_pistol officer_9 officer_9 0 0 yes +itp_emperor_queen_security_tech 90 0 0 0 0 ELITE imperial_theme_park itp_rsf dressed_rsf_security_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc police military rebel_carbine rebel_pistol officer_7 officer_8 0 8 yes +itp_emperor_rebel_general 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_noble_zabrak_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_hethrir_operative 100 0 0 0 0 NORMAL imperial_theme_park imperial Imperial dressed_imperial_medic3_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 conversation.itp_hethrir_operative imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 1 +itp_hethrir_rebel_commando 88 0 0 0 5 ELITE imperial_theme_park rebel Rebel dressed_rebel_specforce_guerilla_moncal_male_01.iff 0 0 0 0 30 0 30 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 +itp_hethrir_rebel_nashal_camper 88 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_ris 0 40 20 15 50 50 50 50 25 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 +itp_hethrir_selonian_advocate 89 0 0 0 0 ELITE imperial_theme_park itp_selonian selonian_female_09.iff 0 0 0 0 0 0 0 0 0 2 col_shattered_shard_02 npc pirate_carbine pirate_carbine smuggler_8 smuggler_8 0 6 yes +itp_kaja_imperial_officer_spy 86 0 0 0 0 ELITE imperial_theme_park fake_imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 6 8 yes +itp_kaja_imperial_officer_spy_guard 85 0 0 0 0 ELITE imperial_theme_park fake_imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 6 8 +itp_loam_courier 100 0 0 0 0 NORMAL imperial_theme_park townsperson dressed_sith_shadow_hum_m_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 conversation.itp_loam_courier commoner_3 commoner_3 0 0 +itp_loam_courier_contact 100 0 0 0 0 NORMAL imperial_theme_park townsperson ep3/ep3_clone_relics_armsdealer_courier.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 conversation.itp_loam_contact commoner_3 commoner_3 0 0 yes +itp_loam_mugger 87 5 -5 0 0 ELITE imperial_theme_park itp_mugger blood_razor_pirate_elite 0 20 40 0 -1 -1 -1 -1 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_polearm none melee_3 melee_3 8 8 yes +itp_loam_mugger_leader 88 3 0 -3 0 ELITE imperial_theme_park itp_mugger dressed_blood_razor_pirate_officer_hum_m.iff 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes +itp_loam_rebel_commander_01 87 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_sergeant_major_moncal_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_loam_rebel_commander_02 88 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_specforce_guerrilla_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_loam_twilek_force_sensitive 87 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_force_sensitive_crypt_crawler.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc jedi_dark jedi_dark_ranged jedi_7 jedi_7 0 8 yes +itp_rebel_captain 89 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_rebel_corporal 85 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_rebel_first_lieutenant 88 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 1 yes +itp_rebel_major 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_rebel_sergeant 86 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_rebel_sergeant_major 87 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_rebel_trooper_elite_84 84 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 8 yes +itp_rebel_trooper_elite_85 85 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 8 yes +itp_rebel_trooper_elite_86 86 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 8 yes +itp_rebel_trooper_elite_87 87 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 8 yes +itp_rebel_trooper_elite_88 88 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 8 yes +itp_rebel_trooper_elite_89 89 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 8 yes +itp_rebel_trooper_elite_90 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 8 +itp_thrawn_keeloo 100 0 0 0 0 NORMAL imperial_theme_park itp_scientist warren_teraud_loyalist_scientist.iff 0 0 0 0 0 0 0 0 0 2 npc 1 int:ai.noChatMood=1 conversation.itp_thrawn_keeloo 0 0 yes +itp_thrawn_rebel_commander 89 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_high_general_sullustan_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 +itp_thrawn_rebel_commando 89 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine commando_melee officer_special_6 melee_special_6 0 8 +itp_thrawn_rebel_scout 89 0 0 0 5 ELITE imperial_theme_park rebel Rebel rebel_scout 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_thrawn_repair_shop_mechanic 89 0 -3 0 3 ELITE imperial_theme_park itp_mechanic talus_dearic_coa_aclo_technician 0 0 70 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 yes +itp_thrawn_rocket_thief 89 3 3 0 0 ELITE imperial_theme_park itp_rocket_thief canyon_corsair corsair_cutthroat 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_pistol pirate_carbine smuggler_4 smuggler_3 8 8 +itp_thrawn_winthazen 100 0 0 0 0 NORMAL imperial_theme_park imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc 1 int:ai.noChatMood=1 conversation.itp_thrawn_winthazen rebel military rebel_carbine rebel_pistol commando_1 commando_1 0 0 1 yes +itp_vader_dark_jedi 90 0 0 0 0 ELITE imperial_theme_park dark_jedi jedi_dark 0 0 0 0 0 0 0 0 0 2 1 50 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc 90 90 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 6 3 1 yes +itp_vader_dark_jedi_leader 90 0 0 0 0 BOSS imperial_theme_park dark_jedi dressed_dark_jedi_elder_male_devorian_01.iff 0 0 0 0 0 0 0 0 0 2 2 40 npc/boss_npc:boss_npc_81_90 col_shattered_shard_02 18 dark_jedi npc 1 90 90 100 100 1 conversation.itp_vader_dark_jedi jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 6 6 +itp_vader_mara_jade 100 0 0 0 0 BOSS imperial_theme_park imperial Imperial mara_jade.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 conversation.itp_vader_mara_jade commoner_10 commoner_10 0 8 yes +itp_vader_message_recipient 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel commoner 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 8 instant +itp_vader_nightsister_guardian 90 0 0 0 0 ELITE imperial_theme_park nightsister nightsister dressed_dathomir_nightsister_spellweaver.iff 0 0 100 0 100 100 100 100 100 2 1 65 npc/elite_npc:elite_npc_81_90 col_nightsister_valuables,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 6 4 yes +itp_vader_rebel_courier 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel commoner_male 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 2 yes +itp_vader_rebel_leader_01 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_brigadier_general_rodian_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_vader_rebel_leader_02 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_brigadier_general_bith_male.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_veers_rebel_commander 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_general_fat_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_veers_rebel_pilot_01 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_pilot 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_veers_rebel_pilot_02 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_pilot 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_veers_rebel_pilot_03 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel rebel_pilot 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 yes +itp_veers_trap_rebel_officer 90 0 0 0 0 ELITE imperial_theme_park rebel Rebel dressed_rebel_first_lieutenant_human_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 +izaryx 100 0 0 0 0 NORMAL dathomir townsperson dressed_izaryx.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 yes +jabba_assassin 15 1 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 yes +jabba_compound_guard 14 0 0 0 0 NORMAL tatooine jabba jabba gamorrean.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc pirate_carbine_low_level pirate_sword smuggler_1 melee_1 0 2 +jabba_enforcer 15 0 0 0 0 NORMAL tatooine jabba jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc pirate slang general_sword general_carbine melee_1 smuggler_1 0 2 1 +jabba_henchman 14 0 0 0 0 NORMAL tatooine jabba jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +jabba_medic 14 0 0 0 0 NORMAL tatooine jabba jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +jabba_scout 14 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine jabba jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +jabba_the_hutt 100 0 0 0 0 NORMAL jabba jabba jabba_the_hutt.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 jabba npc 1 int:celebrity=1 conversation.jabba commoner_10 commoner_10 0 2 +jabba_thief 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +jabba_thug 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +jabbas_helper_thug 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_santos.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 jabba npc 1 conversation.c_newbie_secondchance townsperson townperson commando_10 commando_10 0 2 yes +jabbas_palace_arkahn_greystar 19 0 2 -2 0 ELITE global valarian arkahn_greystar.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes +jabbas_palace_careem 22 4 -4 0 0 NORMAL global valarian careem.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes +jabbas_palace_delrice_capreese 18 0 -4 2 2 NORMAL global valarian delrice_capreese.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes +jabbas_palace_emanon 20 4 -2 0 -2 ELITE global valarian emanon.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes +jabbas_palace_fnast_drexler 20 0 -4 2 2 ELITE global valarian fnast_drexler.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_carbine_low_level pirate_carbine_low_level commando_2 commando_2 0 2 yes +jabbas_palace_iris_sinclair 19 4 -4 0 0 ELITE global valarian iris_sinclair.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 1 instant +jabbas_palace_rancor 100 0 0 0 0 NORMAL tatooine jabba jabba rancor_hue.iff 0.9 1.1 1 0 0 0 0 0 0 0 0 2 creature/creature_81_90 generic_npc_9 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 jabba carnivore 1 24 24 yes +jabbas_palace_tyrok 20 1 0 1 -2 NORMAL global valarian tyrok.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 +jabbas_swooper 13 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine jabba jabba criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 +jabbas_swooper_leader 14 0 0 0 0 NORMAL tatooine jabba jabba criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 jabba npc thug slang general_carbine general_pistol smuggler_1 smuggler_1 0 2 +jadam_questrel 100 0 0 0 0 NORMAL corellia townsperson dressed_jadam_questrel.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +jaleela_bindoo 100 0 0 0 0 NORMAL rori townsperson dressed_jaleela_bindoo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +jan_dodonna 100 0 0 0 0 NORMAL rebel Rebel dressed_jan_dodonna.iff 0.91 0.91 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.dodonna military military commoner_10 commoner_10 0 2 1 yes +janta_clan_leader 77 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 60 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 +janta_harvester 74 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 0 -1 0 0 60 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 +janta_herbalist 74 2 -2 0 6 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 0 -1 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes +janta_hunter 76 4 4 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 0 -1 -1 0 60 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes +janta_loreweaver 74 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 45 -1 0 0 70 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 +janta_primalist 75 7 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 0 -1 0 0 60 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 +janta_rockshaper 76 0 6 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 100 0 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes +janta_scout 75 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 35 0 0 0 70 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes +janta_shaman 76 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 40 -1 0 100 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 +janta_soothsayer 77 6 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 -1 40 -1 0 0 70 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes +janta_tribesman 76 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 15 0 -1 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 1 +janta_warrior 77 0 0 0 0 NORMAL dantooine janta_tribe janta_tribe species_choices_dantari 0 0 45 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 janta npc primitive_weapons none commoner_7 commoner_7 0 12 +jatrian_lytus 100 0 0 0 0 NORMAL dantooine townsperson dressed_jatrian_lytus.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 1 +jawa 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_pistol spy_1 spy_1 0 2 1 yes +jawa_avenger 18 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 1 1.1 0 20 15 0 0 -1 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_pistol spy_1 spy_1 0 2 1 +jawa_engineer 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_pistol rebel_carbine spy_1 spy_1 0 2 1 +jawa_healer 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_pistol rebel_carbine spy_1 spy_1 0 2 1 +jawa_henchman 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc pirate_pistol_low_level pirate_carbine_low_level spy_1 spy_1 0 2 1 +jawa_leader 17 0 -1 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 10 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_unarmed spy_1 melee_1 0 2 1 yes +jawa_protector 17 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 1 1.1 0 15 10 -1 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_polearm spy_1 melee_1 0 2 +jawa_smuggler 17 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc pirate_carbine_low_level pirate_sword spy_1 melee_1 0 2 1 +jawa_thief 16 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc pirate_pistol_low_level pirate_carbine_low_level spy_1 spy_1 0 2 1 yes +jawa_warlord 18 0 0 0 0 NORMAL tatooine jawa jawa jawa_male.iff 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc rebel_carbine rebel_pistol spy_1 spy_1 0 2 +jax_bounding_dwarf 25 2 -2 2 0 NORMAL endor jax bearded_jax_hue.iff 0.7 0.9 4 10 10 -1 0 0 0 0 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medAbilitySpeedWeak carnivore predatory_cat_2 predatory_cat_2 12 12 +jazeen_thurmm 100 0 0 0 0 NORMAL yavin4 townsperson dressed_jazeen_thurmm.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +jilljoo_jab 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_jilljoo_jab.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.jilljoo_jab 0 2 yes +jinda_chief 67 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe jinda_male.iff 0 -1 50 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 +jinda_cub 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +jinda_elder 65 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +jinda_elder_worker 65 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +jinda_loremaster 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +jinda_matriarch 64 0 8 0 0 NORMAL endor jinda_tribe jinda_tribe jinda_female.iff 0 0 0 -1 0 0 60 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +jinda_outcast 63 3 -3 0 0 NORMAL endor jinda_outcast jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc general_unarmed none commoner_6 commoner_6 12 12 +jinda_ritualist 66 3 -3 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc general_unarmed none commoner_6 commoner_6 0 12 +jinda_shaman 67 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 20 20 0 -1 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +jinda_tribesman 66 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe jinda_male.iff 0 20 20 0 -1 0 -1 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 yes +jinda_veteran 68 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 +jinda_warrior 67 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 -1 50 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 +jinda_worker 64 0 0 0 -5 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 20 -1 0 0 25 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +jinkins 20 0 0 0 0 NORMAL lok nym nym jinkins.iff 0.9 0.9 0 20 20 0 -1 -1 40 40 -1 2 npc conversation.jinkins commoner_2 commoner_2 0 2 +jowir_arlensa 100 0 0 0 0 NORMAL rori townsperson townsperson dressed_jowir_arlensa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +joz_jodhul 100 0 0 0 0 NORMAL corellia townsperson dressed_joz_jodhul.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 +jundland_eopie 21 0 0 0 0 NORMAL tatooine eopie eopie_hue.iff 1.1 1.5 3 0 0 0 10 10 0 10 -1 2 1 milk_wild 300 meat_herbivore 225 hide_leathery 115 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankHealthWeak herbivore camel_2 camel_2 0 2 +junelle_astor 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_junelle_astor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +jungle_fynock 42 0 0 0 0 NORMAL talus fynock fynock_hue.iff 1.2 1.4 1 0 0 0 0 0 0 0 -1 2 1 28 meat_avian 18 hide_leathery 15 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 fynock 0.15 lowAttackAbilityWeak carnivore mynock_3 mynock_3 0 2 1 +junk_dealer 1 0 0 0 0 NORMAL global townsperson townsperson junk_dealer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.converse.junk_dealer,planet_map.map_loc_creature townsperson townperson rebel_carbine rebel_pistol 0 2 1 +junk_dealer_smuggler 1 0 0 0 0 NORMAL global townsperson townsperson junk_dealer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.converse.junk_dealer,planet_map.map_loc_creature,npc.junk_dealer.junk_dealer_summon townsperson townperson rebel_carbine rebel_pistol 0 2 +junk_dealer_special 100 0 0 0 0 NORMAL global townsperson townsperson junk_dealer 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 melee_10 melee_10 0 2 +junk_dender 100 0 0 0 0 NORMAL townsperson townsperson junk_dender.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +junk_jawa 100 0 0 0 0 NORMAL jawa jawa jawa_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.junk_dealer_jawa,npc.converse.junk_dealer commoner_10 commoner_10 0 2 +junk_lila 100 0 0 0 0 NORMAL borvo borvo junk_lila.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +junk_malik 100 0 0 0 0 NORMAL townsperson townsperson junk_malik.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +junk_nado 100 0 0 0 0 NORMAL townsperson townsperson junk_nado.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +junk_nathan 100 0 0 0 0 NORMAL townsperson townsperson junk_nathan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +junk_ollobo 100 0 0 0 0 NORMAL jabba jabba junk_ollobo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +junk_quich 100 0 0 0 0 NORMAL townsperson townsperson junk_quich.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +junk_reggi 100 0 0 0 0 NORMAL nym nym junk_reggi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +junk_sheani 100 0 0 0 0 NORMAL townsperson townsperson junk_sheani.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +junk_sneg 100 0 0 0 0 NORMAL valarian valarian junk_sneg.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +jusani_zhord 100 0 0 0 0 NORMAL talus townsperson dressed_jusani_zhord.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 instant +juvenile_canyon_krayt 82 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 0.3 0.7 4 70 70 0 0 10 0 0 0 2 1 750 meat_carnivore 500 hide_bristley 410 bone_mammal defaultProfile 1 100 creature/krayt_dragon_low krayt carnivore snare_defense=100,root_defense=100 lizard_5 lizard_5 24 24 +jyr_koble 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_jyr_koble.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +kaadu 8 0 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 0.9 1.3 2 0 0 0 0 0 0 0 -1 2 1 milk_wild 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 1 +kaadu_aggrivated_trampler 15 2 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 1.3 1.5 2 10 0 -1 0 0 0 0 -1 2 1 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackDamageWeak herbivore raptor_2 raptor_2 6 6 1 +kaadu_female 13 0 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 0.8 1.2 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 100 meat_avian 75 hide_leathery 65 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak herbivore raptor_2 raptor_2 0 6 1 +kaadu_male 14 0 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 0.9 1.3 2 0 0 0 0 0 0 0 -1 2 1 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak herbivore raptor_2 raptor_2 0 6 1 +kaadu_motley 10 0 0 0 0 NORMAL naboo kaadu kaadu_hue.iff 0.8 1.1 3 0 0 0 0 0 0 0 -1 2 1 milk_domesticated 120 meat_avian 75 hide_leathery 65 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore raptor_2 raptor_2 0 2 +kadil_nurugen 100 0 0 0 10 NORMAL naboo townsperson townsperson dressed_naboo_kadil_nurugen 1 1 0 0 0 0 -1 0 -1 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +kaeline_ungasan 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_kaeline_ungasan.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.kaeline_ungasan 0 2 +kahmurra 43 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.2 1.3 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 45 meat_herbivore 27 hide_bristley 32 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 kahmurra 0.15 lowTankUtilityWeak carnivore goat_3 goat_3 0 2 +kahmurra_bio_engineer 1 0 0 0 0 NORMAL talus kahmurra scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 18 kahmurra npc noble fancy rebel_pistol rebel_carbine 0 2 1 +kai_tok_bloodreaver 64 -1 3 2 0 NORMAL yavin4 kai_tok kai_tok_hue.iff 1 1 4 35 30 0 0 0 -1 -1 -1 2 1 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 6 col_feather_kai_tok,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankHealthStrong carnivore griffon_4 griffon_4 12 12 1 1 +kai_tok_prowler 65 0 2 0 0 NORMAL yavin4 kai_tok kai_tok_hue.iff 1 1 3 30 20 0 0 -1 0 -1 -1 2 1 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 6 col_feather_kai_tok,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankDefenseStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff griffon_4 griffon_4 12 12 1 +kai_tok_scavenger 65 -3 3 0 0 NORMAL yavin4 kai_tok kai_tok_hue.iff 1 1 3 35 30 0 0 0 -1 -1 -1 2 1 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 6 col_feather_kai_tok,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankUtilityStrong carnivore griffon_4 griffon_4 12 12 1 yes +kai_tok_slayer 65 7 -7 0 0 NORMAL yavin4 kai_tok kai_tok_hue.iff 1 1 2 45 0 0 0 0 -1 -1 -1 2 1 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 6 col_feather_kai_tok,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medAttackUtilityStrong carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff griffon_4 griffon_4 12 12 +kais 86 0 0 0 0 BOSS dathomir nightsister nightsister dressed_kais.iff 0.89 0.89 0 0 0 0 45 45 45 0 -1 2 2 100 npc/boss_npc:boss_npc_81_90 boss_npc_8 col_shattered_shard_02 18 nightsister npc commoner_10 commoner_10 0 12 +kaja_orzee 100 0 0 0 0 NORMAL imperial Imperial kaja_orzee.iff 0.95 0.95 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.kaja_orzee commoner_10 commoner_10 0 2 yes +kamurith_defiler 78 5 -6 0 0 NORMAL dathomir kamurith voritor_lizard_hue.iff 0.9 0.9 2 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore lizard_5 lizard_5 12 12 instant +kamurith_foul_desecrator 79 5 0 -5 0 NORMAL dathomir kamurith voritor_lizard_hue.iff 1 1.5 2 25 0 0 0 0 0 20 20 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore lizard_5 lizard_5 12 12 yes +kamurith_nocuous 78 4 -6 0 0 NORMAL dathomir kamurith voritor_lizard_hue.iff 0.9 0.9 2 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackAbilityStrong carnivore lizard_5 lizard_5 12 12 yes +kamurith_snapper 75 8 -8 0 0 NORMAL dathomir kamurith voritor_lizard_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore lizard_5 lizard_5 12 12 +kardeer 20 0 0 0 0 NORMAL tatooine valarian valarian kardeer.iff 0 20 0 40 60 -1 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 0 2 +karena_keer 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_zabrak_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +karrek_flim 100 0 0 0 0 NORMAL corellia townsperson dressed_karrek_film.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +kathikiis_ruwahurr 100 0 0 0 0 NORMAL talus townsperson selonian_female 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +kavas_urdano 100 0 0 0 0 NORMAL tatooine valarian valarian dressed_kavas_urdano.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_thrust_kavas pirate slang commoner_10 commoner_10 0 2 +keanna_likyna 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_keanna_likyna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +kelvus_naria 100 0 0 0 0 NORMAL dantooine townsperson dressed_kelvus_naria.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 +kima 45 -2 2 0 -2 NORMAL talus kima kima_hue.iff 1 1.1 1 15 20 0 -1 0 0 -1 -1 2 1 7 meat_herbivore 8 hide_bristley 7 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankDefenseWeak carnivore predatory_cat_3 predatory_cat_3 0 2 yes +kima_ferine_razorfang 20 2 -3 -2 0 NORMAL talus kima kima_hue.iff 1.3 1.5 2 20 20 0 0 0 0 0 0 2 1 7 meat_herbivore 8 hide_bristley 7 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 3 0.05 lowAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 6 6 +kima_nazith 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_commoner_naboo_human_female_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 instant +kimogila 80 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 0.8 1.2 3 45 75 0 75 0 0 100 -1 2 1 1400 meat_carnivore 1300 hide_leathery defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 boss_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 kimogila carnivore 75 75 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 instant +kimogila_aged 79 0 8 0 0 BOSS lok kimogila kimogila_hue.iff 1.3 1.5 3 35 80 0 80 0 0 100 0 2 1 1450 meat_carnivore 1350 hide_leathery defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 boss_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 kimogila carnivore 70 70 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 instant +kimogila_dwarf 78 0 8 0 0 NORMAL lok kimogila kimogila_hue.iff 0.7 0.9 3 35 80 0 80 0 0 100 0 2 1 1450 meat_carnivore 1350 hide_leathery defaultProfile 1 80 creature/creature_81_90 boss_creature_8 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 kimogila carnivore 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 +kimogila_hatchling 78 0 0 0 0 BOSS lok kimogila kimogila_hue.iff 0.5 0.6 1 0 0 0 55 0 0 100 -1 2 1 700 meat_carnivore 625 hide_leathery defaultProfile 1 80 creature/elite_creature:elite_creature_71_80 boss_creature_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 kimogila carnivore 100 snare_defense=100,root_defense=100 object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff lizard_5 lizard_5 24 12 1 yes +kinad_baz_nitch 70 1 -3 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 2 2.7 3 20 20 0 40 0 0 0 0 2 1 15 meat_wild 10 hide_leathery 5 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.15 lowAttackUtilityStrong herbivore turkey_5 turkey_5 12 12 1 instant +king_merek_harvester 64 0 1 0 0 NORMAL endor merek merek_hue.iff 1.5 2 2 60 -1 0 100 50 0 50 0 2 1 meat_wild 50 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff mantis_4 mantis_4 12 12 +king_terak 100 0 0 0 0 NORMAL marauder endor_marauder king_terak.iff 1.06 1.06 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 marauder npc 1 commoner_10 commoner_10 0 2 1 yes +king_venom_nightspider 7 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 2.5 2.5 1 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.1 lowAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff 6 6 +kirkin_liawoon 100 0 0 0 0 NORMAL corellia townsperson selonian_female 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +kitster_banai 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_kitster_banai.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.kitster_banai 0 2 +klaatu 100 0 0 0 0 NORMAL jabba klaatu.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.klaatu commoner_10 commoner_10 0 2 +kliknik 87 0 0 0 -3 NORMAL yavin4 kliknik kliknik_hue.iff 0.8 1.2 1 20 0 0 -1 0 -1 0 -1 2 1 5 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mantis_5 mantis_5 12 12 +kliknik_dark_defender 74 3 -3 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.8 2 55 45 50 50 50 -1 -1 -1 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff mantis_5 mantis_5 12 12 1 yes +kliknik_dark_hunter 74 3 -3 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.8 2 40 40 0 -1 0 -1 -1 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff mantis_5 mantis_5 12 12 +kliknik_dark_queen 75 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.8 2.5 4 45 45 0 35 35 -1 -1 -1 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff mantis_5 mantis_5 12 12 yes +kliknik_dark_warrior 74 0 0 0 -4 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.8 3 60 40 0 0 0 -1 -1 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff mantis_5 mantis_5 12 12 +kliknik_dark_worker 73 0 0 0 5 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.8 1 0 0 0 0 0 -1 0 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore mantis_5 mantis_5 12 12 +kliknik_defender 89 0 0 0 -4 NORMAL yavin4 kliknik kliknik_hue.iff 0.9 1.5 2 40 25 35 35 35 -1 -1 -1 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff mantis_5 mantis_5 12 12 1 +kliknik_hatchling 73 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 0.5 0.5 1 0 0 0 0 0 0 0 0 2 1 1 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore mantis_5 mantis_5 0 2 yes +kliknik_hunter 84 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 0.9 1.3 2 40 35 0 0 0 -1 -1 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff mantis_5 mantis_5 12 12 +kliknik_mantis 74 0 0 0 -3 NORMAL yavin4 kliknik kliknik_hue.iff 1.2 1.2 2 20 0 0 -1 0 -1 0 -1 2 1 5 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mantis_5 mantis_5 12 12 +kliknik_queen 90 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.6 1.8 4 60 35 0 35 35 -1 -1 -1 2 1 7 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_yellow.iff object/weapon/ranged/creature/creature_spit_spray_yellow.iff mantis_5 mantis_5 12 12 1 1 +kliknik_queen_harvester 78 0 0 0 -3 NORMAL yavin4 kliknik kliknik_hue.iff 1 1.5 1 40 40 -1 0 0 -1 -1 -1 2 1 15 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff mantis_5 mantis_5 12 12 +kliknik_scout 85 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1.1 1.3 3 35 20 0 30 0 0 0 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff mantis_5 mantis_5 12 12 1 yes +kliknik_shredder_guardian 73 3 -3 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 1 1.5 2 40 0 0 0 0 -1 -1 -1 2 1 15 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff mantis_5 mantis_5 12 12 +kliknik_swarming 73 0 0 0 -3 NORMAL yavin4 kliknik kliknik_hue.iff 0.7 0.8 1 20 0 0 -1 0 -1 0 -1 2 1 5 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mantis_5 mantis_5 12 12 +kliknik_warrior 86 0 0 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 0.9 1.3 3 30 30 0 0 0 0 0 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2,col_kill_kliknik_activation_loot 18 kliknik carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff mantis_5 mantis_5 12 12 +kliknik_worker 88 -1 1 0 0 NORMAL yavin4 kliknik kliknik_hue.iff 0.9 1.3 1 0 25 0 0 -1 -1 -1 -1 2 1 6 meat_carnivore 4 hide_scaley defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 18 kliknik carnivore mantis_5 mantis_5 12 12 +knives_gunrunner 14 0 0 0 0 NORMAL quest target for Knives Story Arc tatooine mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 +knotted_krevol 14 0 0 0 0 NORMAL naboo krevol_horned horned_krevol_hue.iff 0.9 1.4 4 0 0 0 0 0 0 0 -1 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore roach_1 roach_1 0 2 1 yes +kobola_assassin 46 4 -4 0 -2 NORMAL rori kobola kobola kobola_assassin 0.8 1.2 0 20 10 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 kobola npc townperson pirate_pistol pirate_carbine smuggler_4 smuggler_4 0 2 +kobola_foreman 44 0 0 0 0 NORMAL rori kobola kobola kobola_guard 0.8 1.2 0 15 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc police pirate_carbine pirate_pistol smuggler_4 smuggler_4 0 2 +kobola_guard 40 0 0 0 0 NORMAL rori kobola kobola kobola_guard 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc police pirate_carbine pirate_unarmed smuggler_4 melee_4 0 2 1 +kobola_miner 34 0 0 0 0 NORMAL rori kobola kobola kobola_miner 0.8 1.2 0 0 0 0 10 10 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 yes +kobola_pitboss 49 0 0 0 0 NORMAL rori kobola kobola kobola_pitboss 0.8 1.2 0 30 30 0 -1 0 0 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 kobola npc slang general_carbine general_unarmed smuggler_4 melee_4 0 2 1 +kobola_smuggler 37 0 0 0 0 NORMAL rori kobola kobola kobola_smuggler 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 2 1 +kobola_thief 36 1 -1 0 0 NORMAL rori kobola kobola kobola_thief 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 kobola npc thug pirate_pistol pirate_carbine smuggler_3 smuggler_3 0 2 yes +kobola_underboss 51 0 0 0 0 NORMAL rori kobola kobola kobola_underboss 0.8 1.2 0 35 35 0 -1 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 kobola npc townperson pirate_carbine pirate_sword smuggler_5 melee_5 0 2 +kole 20 0 0 0 0 NORMAL lok nym nym kole.iff 0.9 0.9 0 25 25 40 -1 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc conversation.kole commoner_2 commoner_2 0 2 instant +korga_adept 74 1 -1 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 10 10 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +korga_ancient 77 1 -1 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 25 15 0 50 50 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +korga_battlelord 77 0 0 0 0 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 0 0 0 40 40 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +korga_chieftan 78 0 0 0 0 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 35 35 0 60 60 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 +korga_cub 74 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_creature_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 0 12 instant +korga_dark_shaman 76 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 35 20 0 50 50 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +korga_elder 78 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 40 40 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes +korga_laborer 74 0 0 0 -8 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 20 20 0 10 15 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 0 12 yes +korga_scout 76 0 0 0 -9 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 15 15 0 25 25 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes +korga_spiritmaster 77 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 0 0 0 35 35 -1 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 +kormund_thrylle 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_kormund_thrylle.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.kormund_thrylle 0 2 1 +krahbu 28 0 2 0 0 NORMAL corellia krahbu krahbu_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 milk_wild 210 meat_herbivore 135 hide_bristley 120 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak herbivore horse_2 horse_2 0 2 1 instant +krayt_dragon_adolescent 84 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 0.7 1 3 95 95 95 95 65 95 95 95 2 1 1700 meat_carnivore 950 hide_bristley 905 bone_mammal defaultProfile 1 100 creature/krayt_dragon_low krayt 18 krayt_dragon carnivore 100 snare_defense=125,root_defense=125 lizard_5 lizard_5 24 24 1 instant +krayt_dragon_ancient 90 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 1.8 2.3 3 95 95 95 95 65 95 95 95 2 1 1700 meat_carnivore 950 hide_bristley 905 bone_mammal defaultProfile 1 100 creature/krayt_dragon_high krayt3 18 krayt_dragon carnivore 100 100 100 100 1 lizard_5 lizard_5 36 24 1 instant +krayt_dragon_grand 88 0 0 0 0 BOSS tatooine krayt_dragon krayt_dragon_hue.iff 2.2 2.5 3 95 95 95 95 65 95 95 95 2 1 1700 meat_carnivore 950 hide_bristley 905 bone_mammal defaultProfile 1 100 creature/krayt_dragon_high krayt3 18 krayt_dragon carnivore 90 90 100 1 lizard_5 lizard_5 24 24 1 +kreetle 7 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine kreetle tanc_mite_hue.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle 0.15 lowTankArmorWeak carnivore 0 2 1 yes +kreetle_death 8 3 -2 0 0 NORMAL Tatooine - to be sorted tatooine uber_kreetle tanc_mite_hue.iff 2 2.2 1 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle carnivore 6 2 1 +kreetle_over 11 2 1 0 0 NORMAL Tatooine - to be sorted tatooine uber_kreetle tanc_mite_hue.iff 4.1 4.3 2 0 0 0 0 0 0 0 0 2 1 8 meat_insect 12 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 18 kreetle carnivore roach_1 roach_1 6 2 1 +kreetle_swarming 1 0 0 0 0 NORMAL Tatooine - to be sorted tatooine uber_kreetle tanc_mite_hue.iff 0.8 0.9 1 5 5 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle carnivore 0 2 +kritus_morven 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_kritus_morven.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 yes +kunga_clan_leader 72 0 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 60 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 +kunga_clan_primalist 71 6 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 60 0 -1 -1 60 50 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 +kunga_harvester 70 0 0 0 -2 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 40 0 -1 -1 60 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 +kunga_herbalist 70 4 0 0 -8 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 15 0 -1 -1 20 20 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes +kunga_hunter 70 4 4 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 40 0 -1 -1 80 50 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes +kunga_loreweaver 69 9 -9 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 60 0 -1 -1 65 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_6 commoner_6 0 12 1 +kunga_rockshaper 70 0 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 100 0 100 0 0 100 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes +kunga_scout 69 5 5 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 15 35 0 -1 0 60 50 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_6 commoner_6 0 12 1 yes +kunga_shaman 71 6 6 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 0 0 40 40 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 +kunga_soothsayer 70 3 -3 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 40 0 -1 -1 60 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 yes +kunga_tribesman 71 0 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 15 0 -1 -1 20 20 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 +kunga_warrior 71 0 0 0 0 NORMAL dantooine kunga_tribe kunga_tribe species_choices_dantari 0 0 45 -1 0 0 100 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 kunga npc primitive_weapons none commoner_7 commoner_7 0 12 1 +kusak 39 0 0 0 -1 NORMAL lok kusak kusak_hue.iff 0.8 1.1 4 15 15 30 -1 20 20 -1 -1 2 1 20 meat_carnivore 14 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackAbilityWeak herbivore wolf_3 wolf_3 12 12 1 instant +kusak_hunter 40 5 -5 0 0 NORMAL lok kusak kusak_hue.iff 1 1.3 2 40 0 0 -1 -1 0 0 -1 2 1 20 meat_carnivore 14 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 lowAttackUtilityAvg carnivore wolf_3 wolf_3 8 8 1 +kusak_mauler 40 2 -2 0 0 NORMAL lok kusak kusak_hue.iff 1.1 1.2 1 0 15 0 0 -1 0 0 -1 2 1 21 meat_carnivore 10 hide_bristley 11 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 medAttackSpeedWeak carnivore wolf_3 wolf_3 8 8 1 +kusak_pup 39 0 0 0 0 NORMAL lok kusak kusak_hue.iff 0.4 0.6 2 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 7 hide_bristley 5 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankUtilityWeak carnivore wolf_3 wolf_3 0 2 1 yes +kusak_stalker 38 0 0 0 -4 NORMAL lok kusak kusak_hue.iff 1 1.1 3 30 15 0 -1 0 0 -1 -1 2 1 20 meat_carnivore 14 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackAbilityWeak carnivore wolf_3 wolf_3 12 12 1 +kwi 65 1 -2 0 -2 NORMAL dathomir kwi kwi_hue.iff 0.9 1.1 3 10 10 0 0 0 0 0 -1 2 1 100 meat_herbivore 85 hide_leathery 75 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 highAttackDamageAvg herbivore raptor_4 raptor_4 0 12 +kwi_mount 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE dathomir bioengineer beast_master/bm_kwi.iff 1 1 3 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 1 +kwin_moonraiser 100 0 0 0 0 NORMAL tatooine darklighter mercenary_strong 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:celebrity=1 npc.celebrity.kwin_moonraiser townsperson townperson rebel_carbine rebel_pistol spy_10 spy_10 0 2 instant +kylaena_haley 80 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow dressed_fs_village_enemy_kylaena.iff 0 80 80 80 80 80 80 80 80 2 250 500 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc force_polearm force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 3 3 +lady_valarian 100 0 0 0 0 NORMAL valarian valarian lady_valarian.iff 1 1 0 0 0 0 0 0 0 0 0 2 18 valarian npc 1 int:celebrity=1 conversation.tatooine_knives_fencing_valarian,quest.task.ground.wave_event_controller_npc pirate slang commoner_10 commoner_10 0 2 1 +lance_bombardier 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 1 1 yes +langlatch_destroyer 42 4 -3 0 -3 NORMAL lok langlatch langlatch_hue.iff 1 1.5 2 20 0 0 15 15 45 45 -1 2 1 18 meat_carnivore 10 hide_wooly 10 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.009 medAttackDamageAvg carnivore predatory_cat_3 predatory_cat_3 8 8 +langlatch_female 40 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 1.1 1.2 1 0 0 0 0 0 0 0 -1 2 1 11 meat_carnivore 10 hide_wooly 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowAttackSpeedAvg carnivore predatory_cat_3 predatory_cat_3 8 8 1 1 yes +langlatch_giant 43 4 -3 0 -3 NORMAL lok langlatch langlatch_hue.iff 1.4 1.8 2 20 0 0 15 15 45 45 -1 2 1 18 meat_carnivore 10 hide_wooly 10 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 lowAttackDamageAvg carnivore predatory_cat_3 predatory_cat_3 8 8 +langlatch_hatchling 40 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 0.4 0.5 1 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 3 hide_wooly 3 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 0 8 1 1 yes +langlatch_hunter 41 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 0.7 1 3 0 0 0 0 0 0 0 -1 2 1 15 meat_carnivore 15 hide_wooly 15 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore predatory_cat_3 predatory_cat_3 8 8 +langlatch_juvenile 40 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 0.7 0.8 3 0 0 0 0 0 0 0 -1 2 1 7 meat_carnivore 6 hide_wooly 6 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 0 8 +langlatch_male 42 0 0 0 -4 NORMAL lok langlatch langlatch_hue.iff 0.9 1 2 0 15 0 0 0 0 0 -1 2 1 10 meat_carnivore 9 hide_wooly 9 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore predatory_cat_3 predatory_cat_3 8 8 +langlatch_marauder 43 0 0 0 0 NORMAL lok langlatch langlatch_hue.iff 1.2 1.4 3 0 15 0 0 0 0 0 -1 2 1 12 meat_carnivore 11 hide_wooly 11 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore predatory_cat_3 predatory_cat_3 8 8 1 +lantern_bird 60 0 0 0 0 NORMAL endor lantern lantern_bird_hue.iff 2 1.5 1 0 30 0 -1 0 -1 -1 -1 2 1 meat_herbivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAbilitySpeedWeak herbivore avian_4 avian_4 0 12 +lareen_dantara 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_commoner_naboo_human_female_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes +large_cave_beetle 21 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 4.4 4.8 1 50 0 -1 -1 -1 -1 -1 -1 2 1 10 meat_insect 14 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 18 cave_beetle 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 5 5 yes +large_rock_beetle 19 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 4 4.4 1 20 20 0 15 0 -1 0 -1 2 1 10 meat_insect 14 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore roach_2 roach_2 0 24 yes +large_sand_beetle 24 0 1 0 -2 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 5 5.4 2 35 30 0 0 -1 0 0 0 2 1 10 meat_insect 14 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 medTankArmorWeak herbivore roach_2 roach_2 10 10 +lasha_bindari 100 0 0 0 0 NORMAL corellia townsperson dressed_lasha_bindari.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +lassin_dedge 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lassin_dedge.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +le_repair_droid 20 -10 1 0 0 NORMAL anywhere repairdroid le_repair_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_droid_2 droid droid_2 droid_2 0 2 +leb_slesher 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_leb_slesher.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 instant +legacy_at_st 65 2 0 2 5 ELITE tatooine imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 1 80 npc/elite_npc:elite_npc_61_70 generic_droid_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 vehicle absorption_fire=80,dissipation_fire=50 npc.legacy_wattofight_impatst 0 4 +legacy_b3po 100 0 0 0 0 NORMAL quest NPC for Tracks Story Arc tatooine droid dressed_legacy_b3po.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.legacy_button_jawatracks_b3p0 droid_10 droid_10 0 2 +legacy_barrezz 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_dressed_legacy_barrezz.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_button_barrezz commoner_10 commoner_10 0 2 +legacy_bastra 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_legacy_bastra.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_button_bastra commoner_10 commoner_10 0 2 yes +legacy_cave_beetle 20 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2.2 2.6 1 0 0 0 0 0 0 0 0 2 1 8 meat_insect 10 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 18 cave_beetle 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 6 2 +legacy_cuan 100 0 0 0 0 NORMAL quest NPC for Tracks Story Arc tatooine townsperson dressed_legacy_cuan.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.legacy_button_jawatracks_cunan droid_10 droid_10 0 2 +legacy_darklighter_guard 100 0 0 0 0 NORMAL global commoner criminal_thug 0 0 0 0 0 0 0 0 -1 2 generic_npc_9 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05 npc conversation.legacy_darklighter_guard police military rebel_carbine rebel_pistol commando_10 commando_10 0 2 +legacy_desert_demon 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc pirate slang pirate_carbine_low_level commando_1 melee_1 4 4 +legacy_desert_demon_bodyguard 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 15 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc thug slang general_carbine commando_1 melee_1 4 4 +legacy_desert_demon_brawler 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc thug slang pirate_carbine_low_level commando_1 melee_1 4 4 yes +legacy_desert_demon_leader 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 30 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc thug slang pirate_carbine_low_level commando_1 melee_1 4 4 +legacy_desert_demon_marksman 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc int:ai.rangedOnly=1 pirate slang general_rifle commando_1 melee_1 4 4 +legacy_dorme 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_dorme.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +legacy_dren 5 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug dressed_openingmoves_dren.iff 1.1 1.25 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_unarmed 4 4 +legacy_eirtae 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_eirtae.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_eirtae commoner_10 commoner_10 0 2 +legacy_enoch 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_openingmoves_enoch.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tat_moseisley_opening_enoch townsperson townperson commoner_10 commoner_10 0 2 +legacy_faeto 100 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson beginner_brawler_client_1.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_bounty_hunter_faeto townsperson townperson commoner_10 commoner_10 0 2 +legacy_head_load_lifter 8 -2 2 0 0 NORMAL tatooine loadlifter cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 string:quest_name=legacy_head_remodel,string:task_name=legacy_head_remodel_e5 quest.task.ground.give_item_to_npc 0 2 +legacy_head_pilot 22 0 0 0 0 NORMAL tatooine valarian mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 +legacy_hugo_eckener 100 0 0 0 0 NORMAL naboo townsperson townsperson hugo_eckener.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_hugo_eckener commoner_10 commoner_10 0 2 1 +legacy_jawa_grunt 12 0 0 0 0 NORMAL tatooine jawa jawa_male.iff 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_1 npc rebel_pistol spy_1 spy_1 0 6 1 +legacy_jawa_leader 5 0 0 0 0 NORMAL tatooine jawa jawa_male.iff 1.05 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 rebel_pistol 0 6 yes +legacy_large_cave_beetle 21 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 4.4 4.8 1 50 0 -1 -1 -1 -1 -1 -1 2 1 12 meat_insect 16 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 18 cave_beetle 0.15 medTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 6 2 +legacy_large_rock_beetle 17 0 0 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 4 4.4 1 20 20 0 15 0 -1 0 -1 2 1 12 meat_insect 16 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore roach_1 roach_1 6 2 +legacy_lavar 100 0 0 0 0 NORMAL quest NPC for Button Story Arc tatooine townsperson dressed_legacy_lavar.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_button_damar commoner_10 commoner_10 0 2 +legacy_lin34_droid 22 0 0 0 0 NORMAL quest NPC for Runway tatooine astromech battle_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid string:quest_name=legacy_head_runaway,string:task_name=legacy_head_runaway2_e1 quest.task.ground.give_item_to_npc,npe.npe_quest_particle object/weapon/ranged/droid/droid_droideka_ranged.iff droid_2 droid_2 0 2 yes +legacy_naboo_typho_doogal_belstar 25 1 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 yes +legacy_naboo_typho_walus_mutin 25 1 -1 0 0 NORMAL naboo mauler walus_mutin.iff 0 20 40 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military force_polearm imperial_pistol melee_2 commoner_2 6 6 1 yes +legacy_naboo_typho_xylan_keechoap 25 1 1 0 0 NORMAL naboo mauler xylan_keechoap.iff 0 10 0 15 -1 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military imperial_carbine imperial_pistol commoner_2 commoner_2 6 6 1 +legacy_naboo_typho_yarick_tempol 25 0 0 0 -4 NORMAL naboo mauler yarick_tempol.iff 0.8 1.5 3 25 0 0 -1 -1 0 -1 0 2 1 defaultProfile npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_carbine_low_level pirate_unarmed commoner_2 melee_2 6 6 yes +legacy_naboo_typho_zolo_sartain 25 2 -1 0 0 NORMAL naboo mauler zolo_sartain.iff 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 +legacy_nalshel 100 0 0 0 0 NORMAL quest NPC for CL 22 Bounty Hunter Arc tatooine townsperson gungan_s04_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_bounty_hunter_faeto townsperson townperson commoner_10 commoner_10 0 2 +legacy_oldksam 100 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson dressed_combatmedic_trainer_rodian_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=c_bounty_hunter_kill_1,string:task_name=bounty_hunter_kill_1_e4 conversation.c_bounty_hunter_oldksam,quest.task.ground.give_item_to_npc townsperson townperson commoner_10 commoner_10 0 2 +legacy_panaka 100 0 0 0 0 NORMAL naboo townsperson townsperson panaka.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_kadaara_panaka commoner_10 commoner_10 0 2 +legacy_r3_droid 22 0 0 0 0 NORMAL quest NPC for Runway tatooine astromech r3.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid string:quest_name=legacy_head_runaway,string:task_name=legacy_head_runaway1_e1 quest.task.ground.give_item_to_npc,npe.npe_quest_particle object/weapon/ranged/droid/droid_droideka_ranged.iff droid_2 droid_2 0 2 +legacy_ra_droid 22 0 0 0 0 NORMAL quest NPC for Runway tatooine bugdroid ra7_bug_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid string:quest_name=legacy_head_runaway,string:task_name=legacy_head_runaway3_e1 quest.task.ground.give_item_to_npc,npe.npe_quest_particle object/weapon/ranged/droid/droid_droideka_ranged.iff droid_2 droid_2 0 2 +legacy_rabe 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_rabe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_rabe commoner_10 commoner_10 0 2 +legacy_rebel_commando 25 -5 0 -5 -5 NORMAL tatooine rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military commando_ranged rebel_pistol commando_2 commando_2 0 4 instant +legacy_rebel_first_lieutenant 20 -2 0 -2 -2 NORMAL tatooine rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 4 instant +legacy_rebel_sergeant_major 17 -2 0 -2 -2 NORMAL tatooine rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 4 instant +legacy_rebel_specforce_guerrilla 18 -2 0 -2 -2 NORMAL tatooine rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military rebel_carbine rebel_pistol commando_1 commando_1 0 4 instant +legacy_rebel_specforce_pathfinder 18 -2 0 -2 -2 NORMAL tatooine rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_rebel rebel military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 4 1 +legacy_rock_beetle 16 0 1 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2 2.4 1 15 0 0 0 0 0 0 -1 2 1 8 meat_insect 10 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_1 roach_1 6 2 +legacy_rock_beetle_cave 19 0 1 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2 2.4 1 25 0 0 0 0 0 0 -1 2 1 9 meat_insect 10 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 6 2 +legacy_sabe 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_sabe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_sabe commoner_10 commoner_10 0 2 +legacy_sache 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_sache.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_sache commoner_10 commoner_10 0 2 +legacy_sick 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 npc.legacy_sick 1 rebel_carbine commoner_10 commoner_10 0 2 +legacy_sleash 100 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson beginner_brawler_client_3.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=c_bounty_hunter_kill_1,string:task_name=bounty_hunter_kill_1_e8 conversation.c_bounty_hunter_sleash,quest.task.ground.give_item_to_npc townsperson townperson commoner_10 commoner_10 0 2 +legacy_soris 21 0 0 0 0 ELITE quest NPC for CL 22 Bounty Hunter Arc tatooine townsperson beginner_brawler_client_3.iff 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc string:quest_name=c_bounty_hunter_kill_2,string:task_name=bounty_hunter_kill_2_e9 quest.task.ground.give_item_to_npc townsperson townperson pirate_rifle_low_level pirate_pistol_low_level commoner_2 commoner_2 0 2 instant +legacy_storm_commando 29 2 0 2 5 NORMAL tatooine imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_imptroop stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 4 instant +legacy_stormtrooper 25 2 0 2 5 NORMAL tatooine imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_imptroop stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 4 instant +legacy_stormtrooper_rifleman 25 2 0 2 5 NORMAL tatooine imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 100 npc/npc_21_30 boss_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_imptroop stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 4 instant +legacy_stormtrooper_squad_leader 27 2 0 2 5 NORMAL tatooine imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 100 npc/elite_npc:elite_npc_21_30 boss_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.legacy_wattofight_imptroop stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_2 officer_2 0 4 +legacy_taibela 100 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson dressed_tutorial_entertainer.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_bounty_hunter_taibela,quest.task.ground.give_item_to_npc townsperson townperson commoner_10 commoner_10 0 2 +legacy_thug_lvl1 5 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_unarmed 0 4 +legacy_thug_lvl2 6 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_rifle_low_level pirate_unarmed 0 4 +legacy_thug_lvl3 7 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_unarmed 0 4 +legacy_thug_lvl4 8 -2 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_polearm pirate_unarmed 0 4 +legacy_thug_lvl5 9 -3 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine thug criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_unarmed 0 4 +legacy_typho 100 0 0 0 0 NORMAL naboo townsperson townsperson typho.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_lt_col_typho commoner_10 commoner_10 0 2 +legacy_untas 12 0 0 0 0 NORMAL quest NPC for CL 11 Bounty Hunter Arc tatooine townsperson dressed_black_sun_thug.iff 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 col_dejarik_holomonster,col_dejarik_table npc string:quest_name=c_bounty_hunter_kill_1,string:task_name=bounty_hunter_kill_1_e10 quest.task.ground.give_item_to_npc townsperson townperson commoner_1 commoner_1 0 2 +legacy_wounded 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 npc.legacy_wounded 1 rebel_carbine commoner_10 commoner_10 0 2 +legacy_yane 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_yane.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_naboo_yane commoner_10 commoner_10 0 2 +legacy_zef 100 0 0 0 0 NORMAL quest NPC for Tracks Story Arc tatooine townsperson dressed_legacy_zef.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.legacy_button_jawatracks_zef droid_10 droid_10 0 2 +leia_organa 100 0 0 0 0 NORMAL rebel Rebel leia_organa.iff 0.75 0.75 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.leia commoner_10 commoner_10 0 2 +lerat_zom 20 2 0 0 0 NORMAL corellia thug thug lerat_zom.iff 1.08 1.08 0 30 30 -1 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc smuggler_2 smuggler_2 0 2 +lergo_brazee 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lergo_brazee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +lesser_bocatt 14 0 0 0 0 NORMAL tatooine bocatt bocatt_hue.iff 1.1 2.1 2 0 0 0 0 15 15 -1 -1 2 1 100 meat_reptilian 60 hide_leathery 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_1 0.15 lowAttackAbilityWeak carnivore lizard_1 lizard_1 10 10 1 +lesser_desert_womprat 6 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine womprat womp_rat_hue.iff 1 1.4 3 0 0 0 0 0 0 0 -1 2 1 2 meat_wild 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 womprat 0.15 lowAttackAbilityWeak carnivore 0 2 +lesser_dewback 5 -2 2 -2 0 NORMAL tatooine dewback_lesser dewback_hue.iff 0.5 0.7 1 15 0 10 0 -1 -1 -1 -1 2 1 175 meat_reptilian 125 hide_leathery 100 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowTankArmorWeak carnivore bull_1 bull_1 0 2 instant +lesser_prophet_of_the_dark_side 80 7 -7 0 0 ELITE global imperial Imperial jedi_trainer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc root_defense=100,snare_defense=100 jedi_dark jedi_dark_ranged jedi_8 jedi_8 0 3 yes +lesser_prophet_of_the_light_side 80 0 0 0 0 ELITE global rebel Rebel jedi_trainer 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc jedi_light jedi_light_ranged jedi_special_6 jedi_special_6 0 3 +lethin_bludder 100 0 0 0 0 NORMAL talus townsperson dressed_lethin_bludder.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 +leviasquall 48 0 0 0 -3 NORMAL rori squall squall_hue.iff 2.5 2.9 2 15 0 -1 -1 30 30 -1 0 2 1 50 meat_herbivore 61 hide_bristley 50 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 8 +liane 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_liane.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +liberation_activist 47 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 25 0 -1 0 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc noble 1 pirate_carbine pirate_pistol officer_4 officer_4 0 6 1 +liberation_fanatic 45 1 -2 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol officer_4 officer_4 0 6 1 +liberation_loyalist 36 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc fancy pirate_carbine pirate_pistol officer_3 officer_3 0 2 1 +liberation_partisan 40 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine general_pistol officer_4 officer_4 0 2 1 +liberation_patriot 43 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc townsperson pirate_carbine pirate_unarmed officer_4 melee_4 0 6 1 +liberation_reactionist 46 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc noble general_carbine general_pistol officer_4 officer_4 0 6 1 +liberation_volunteer 34 0 0 0 0 NORMAL talus liberation_party liberation_party liberationist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc fancy pirate_carbine pirate_unarmed officer_3 melee_3 0 2 +lice_ridden_remmer_queen 60 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1 1.5 1 55 35 60 0 0 0 -1 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackDamageAvg herbivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff rat_4 rat_4 12 12 1 yes +lieutenant_heb_nee 50 0 0 0 0 NORMAL rori rorgungan rorgungan lieutenant_heb_nee.iff 0.8 1.2 0 30 30 0 40 0 10 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc slang general_sword general_rifle melee_5 officer_5 6 6 1 yes +lieutenant_ori 30 0 0 0 0 NORMAL rori rorgungan rorgungan lieutenant_ori.iff 0.8 1.2 0 45 45 -1 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc slang general_rifle general_sword officer_3 melee_3 6 6 1 instant +light_jedi_sentinel 50 0 0 0 0 NORMAL global light_jedi_sentinel light_jedi_sentinel jedi_trainer 0 95 95 95 95 95 95 95 95 2 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:jedi.enclave.light=1 systems.jedi.enclave_sentinel jedi_light jedi_light_ranged jedi_10 jedi_10 12 12 +lilas_dinhint 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_lilas_dinhint.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.lilas_dinhint 0 2 +lin_demolitionmech 1 0 0 0 0 NORMAL anywhere demolitionmech lin_demolitionmech.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 +lin_demolitionmech_crafted 1 0 0 0 0 NORMAL anywhere demolitionmech lin_demolitionmech.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0 2 +lizard_1 11 0 0 0 0 ELITE Dynamic Elite Creatures/NPCS tatooine scyk dune_lizard_hue.iff 1 1.3 2 0 0 0 0 0 0 0 -1 2 1 40 meat_carnivore 25 hide_bristley 18 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_11_20 elite_creature_2 col_dejarik_holomonster,col_dejarik_table 0.15 lowAttackAbilityWeak carnivore lizard_1 lizard_1 8 8 +loam_redge 100 0 0 0 0 NORMAL imperial Imperial loam_redge.iff 1.08 1.08 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.loam_redge commoner_10 commoner_10 0 2 +lob_dizz 100 0 0 0 0 NORMAL naboo townsperson townsperson gungan_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +lord_hethrir 100 0 0 0 0 NORMAL imperial Imperial lord_hethrir.iff 1.12 1.12 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.lord_hethrir commoner_10 commoner_10 0 2 1 yes +lord_nyax 40 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax dressed_lord_nyax.iff 1.08 1.08 0 80 45 40 20 50 100 10 15 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc int:ai.rangedOnly=1 thug slang general_rifle general_pistol smuggler_4 smuggler_4 6 6 yes +lord_nyax_disciple 39 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_strong 0.8 1.2 0 0 15 0 0 -1 -1 0 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc 1 general_carbine general_pistol smuggler_3 smuggler_3 4 4 yes +lord_nyax_fanatic 37 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_strong 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_unarmed smuggler_3 melee_3 4 4 yes +lord_nyax_fiend 39 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_elite 0.8 1.2 0 30 45 0 50 -1 -1 50 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 4 4 +lord_nyax_minion 38 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_strong 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_unarmed smuggler_3 melee_3 4 4 +lord_nyax_servant 38 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 4 4 yes +lord_nyax_visionary 39 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_elite 0.8 1.2 0 30 45 0 50 -1 -1 50 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc general_carbine general_unarmed smuggler_3 melee_3 4 4 yes +lord_nyax_zealot 40 0 0 0 0 NORMAL corellia followers_of_lord_nyax followers_of_lord_nyax mercenary_elite 0.8 1.2 0 0 50 -1 40 -1 -1 40 -1 2 npc/npc_31_40 elite_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 nyax npc pirate_carbine pirate_unarmed smuggler_4 melee_3 4 4 +lord_sloan_rusper 100 0 0 0 0 NORMAL rori townsperson dressed_lord_sloan_rusper.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_unarmed commoner_10 commoner_10 0 2 +lord_throme_gormengal 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lord_throme_gormengal.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes +lorne_prestar 20 0 0 0 0 NORMAL tatooine townsperson townsperson mos_taike_guard_old.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.lorne_prestar imperial_carbine imperial_pistol commoner_2 commoner_2 10 10 1 +lost_aqualish_bomber 43 3 -3 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 30 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military pirate_carbine pirate_pistol officer_4 officer_4 6 6 1 +lost_aqualish_captain 47 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_captain 0.8 1.2 0 15 0 0 -1 40 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 lost_aqualish npc military military 1 pirate_carbine pirate_pistol officer_4 officer_4 6 6 1 yes +lost_aqualish_commando 43 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_carbine pirate_pistol commando_4 commando_4 6 6 1 1 +lost_aqualish_infiltrator 45 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_infiltrator 0.8 1.2 0 0 0 0 0 35 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_pistol pirate_carbine officer_4 officer_4 6 6 1 +lost_aqualish_lookout 37 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish species_choices_aqualish 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_carbine pirate_pistol officer_3 officer_3 6 6 1 +lost_aqualish_marksman 43 1 -1 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 30 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military general_rifle pirate_pistol officer_4 officer_4 6 6 1 yes +lost_aqualish_marshal 50 0 0 0 -2 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_marshal 0.8 1.2 0 20 20 0 35 50 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 lost_aqualish npc military military pirate_carbine pirate_pistol officer_5 officer_5 6 6 1 +lost_aqualish_outrider 40 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_infiltrator 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_rifle pirate_pistol officer_4 officer_4 6 6 1 +lost_aqualish_scout 36 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_infiltrator 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_rifle pirate_pistol officer_3 officer_3 6 6 1 +lost_aqualish_soldier 39 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military military pirate_carbine pirate_pistol officer_3 officer_3 6 6 1 yes +lost_aqualish_warchief 52 3 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_warchief 0.8 1.2 0 0 0 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 lost_aqualish npc military military pirate_carbine pirate_pistol officer_5 officer_5 6 6 1 +lost_aqualish_warrior 42 0 0 0 0 NORMAL talus lost_aqualish_regiment lost_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 lost_aqualish npc military pirate_pistol pirate_carbine officer_4 officer_4 6 6 yes +lowland_salt_mynock 38 0 0 0 -4 NORMAL lok mynock salt_mynock_hue.iff 1.1 1.2 1 20 35 0 50 50 -1 -1 -1 2 1 55 meat_herbivore 73 hide_leathery 25 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 highAttackAbilityWeak carnivore mynock_3 mynock_3 8 8 +lt_harburik 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_lt_harburik.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.lt_harburik 0 2 yes +lt_lance 100 0 0 0 0 NORMAL global rebel Rebel dressed_lieutenant_lance.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc string:recruiter=Rebel,int:celebrity=1 npc.celebrity.lt_lance rebel military rebel_carbine rebel_polearm officer_10 melee_10 0 12 +lt_oron_wintree 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lt_oron_wintree.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +lt_porro_dolphe 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_lt_porro_dolphe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +lt_velso 100 0 0 0 0 NORMAL imperial Imperial dressed_corvette_imperial_velso.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 npc.stormtrooper_respect.stormtrooper_respect commoner_10 commoner_10 0 2 +luke_skywalker 100 0 0 0 0 NORMAL rebel Rebel dressed_luke_skywalker.iff 0.96 0.96 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.luke commoner_10 commoner_10 0 2 1 +lumbering_bolma 65 0 0 0 0 NORMAL dathomir bolma bolma_hue.iff 1 1 1 0 40 0 -1 -1 -1 -1 -1 2 1 meat_wild 160 hide_leathery 150 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankArmorStrong herbivore bull_4 bull_4 0 12 1 +lurking_angler 81 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 0.9 1.3 3 0 0 0 -1 0 -1 0 -1 2 1 4 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankDefenseStrong carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff spider_4 spider_4 12 12 1 +lurking_shear_mite 82 0 0 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1.2 1.4 1 0 10 -1 0 -1 -1 0 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medTankDefenseStrong carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_5 roach_5 12 12 +luthik_uwyr 100 0 0 0 0 NORMAL dantooine townsperson dressed_luthik_uwyr.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 +luthin_dlunar 100 0 0 0 0 NORMAL corellia townsperson dressed_luthin_dlunar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 +lx_466 100 0 0 0 0 NORMAL dantooine townsperson dressed_lx_466.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 1 instant +mad_angler 70 0 0 0 0 NORMAL yavin4 angler angler_hue.iff 1.6 1.8 1 50 50 0 -1 0 -1 -1 0 1.7 1 3 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.001 highAbilitySpeedStrong carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff spider_4 spider_4 12 12 +mad_scientist 11 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc noble fancy 1 rebel_pistol rebel_carbine medic_1 medic_1 0 2 +magnaguard_crafted 60 0 0 0 0 NORMAL anywhere astromech magnaguard.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android creature.droid_setup object/weapon/melee/polearm/lance_staff_magna_guard.iff droid_2 droid_2 0 2 +magur_torigai 100 0 0 0 0 NORMAL rori townsperson dressed_magur_torigai.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 +majestic_plumed_rasp 33 4 -3 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 3.2 3.5 4 0 0 0 0 0 10 0 -1 2 1 5 meat_avian 4 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_2 avian_2 0 2 yes +majolnir 100 0 0 0 0 NORMAL townsperson majolnir.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_majolnir rebel military commando_ranged commando_melee commoner_10 melee_10 0 2 +mal_sinkander 100 0 0 0 0 NORMAL naboo townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +malakili 100 0 0 0 0 NORMAL jabba jabba malakili.iff 0.86 0.86 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.legacy_head_malakili commoner_10 commoner_10 0 2 1 yes +male_great_grass_plains_tusk_cat 16 0 -2 0 0 NORMAL naboo tusk_cat tusk_cat_hue.iff 1 1.2 3 0 0 0 35 35 -1 -1 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 0 2 +male_kai_tok 42 0 0 0 -4 NORMAL rori kai_tok kai_tok_hue.iff 1 1.4 1 15 5 0 0 0 0 0 -1 2 1 25 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 col_feather_kai_tok,housing_improvement_02 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff griffon_3 griffon_3 6 6 +male_rodian_thug_low 4 0 0 0 0 NORMAL global thug thug male_rodian_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +male_snorbal_calf 34 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 0.5 0.7 4 30 30 -1 0 0 -1 0 -1 2 1 500 meat_herbivore 401 hide_leathery 351 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowTankArmorAvg herbivore elephant_3 elephant_3 0 8 1 yes +male_swamp_tusk_cat 16 0 1 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 0.8 0.9 1 0 0 0 -1 35 -1 35 -1 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 0 2 +male_twilek_thug_low 4 0 0 0 0 NORMAL global thug thug male_twilek_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +male_zabrak_thug_low 4 0 0 0 0 NORMAL global thug thug male_zabrak_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 yes +malignant_squill 50 0 0 0 0 NORMAL tatooine squill squill_hue.iff 1.6 1.9 4 0 0 10 0 100 0 0 0 1.7 1 25 meat_carnivore 25 hide_leathery 20 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 squill 0.005 highAttackUtilityAvg carnivore monkey_3 monkey_3 10 10 1 +malkloc 74 1 2 0 0 NORMAL dathomir malkloc malkloc_hue.iff 0.8 1.2 2 15 20 0 -1 -1 -1 0 45 2 1 1100 meat_herbivore 1200 hide_leathery 1100 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_5 fambaa_5 0 12 1 +malkloc_bull 75 1 4 0 -4 NORMAL dathomir malkloc malkloc_hue.iff 1.2 1.5 1 35 35 0 -1 -1 -1 0 50 2 1 1400 meat_herbivore 1500 hide_leathery 1200 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_5 fambaa_5 0 12 1 instant +malkloc_plainswalker 81 8 5 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.6 1.8 4 100 50 0 -1 -1 -1 0 100 2 1 2400 meat_herbivore 2100 hide_leathery 1700 bone_mammal defaultProfile creature/creature_81_90 generic_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 instant +malkloc_plainswalker_female 79 5 5 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.3 1.5 4 100 50 0 -1 -1 0 0 100 2 1 2000 meat_herbivore 1800 hide_leathery 1350 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_5 fambaa_5 0 12 1 instant +malkloc_plainswalker_stalker 88 0 0 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.9 2 4 0 0 0 0 0 0 0 0 2 1 2400 meat_herbivore 2100 hide_leathery 1700 bone_mammal defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 herbivore fambaa_5 fambaa_5 0 12 1 +malkloc_plainswalker_youth 78 -5 15 0 0 NORMAL dathomir malkloc_plainswalker malkloc_hue.iff 1.2 1.3 4 65 40 0 -1 -1 -1 0 90 2 1 1500 meat_herbivore 1350 hide_leathery 1100 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_5 fambaa_5 0 12 1 yes +mamien_ancient 63 0 2 0 0 NORMAL yavin4 marnien mamien_hue.iff 1.5 1.5 4 20 35 0 0 0 0 0 -1 2 1 20 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthStrong carnivore monkey_4 monkey_4 12 12 1 +mamien_elder 62 0 0 0 0 NORMAL yavin4 marnien mamien_hue.iff 1 1.2 3 0 20 0 0 0 0 0 -1 2 1 18 meat_wild 18 hide_wooly 18 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthStrong carnivore monkey_4 monkey_4 12 12 +mamien_female 67 0 0 0 -1 NORMAL yavin4 marnien mamien_hue.iff 0.7 1.1 1 20 25 0 0 -1 0 -1 -1 2 1 45 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg herbivore monkey_4 monkey_4 0 12 1 yes +mamien_junglelord 66 0 0 0 1 NORMAL yavin4 marnien mamien_hue.iff 1.2 1.3 4 0 20 0 0 0 0 0 -1 2 1 18 meat_wild 18 hide_wooly 18 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageStrong carnivore monkey_4 monkey_4 12 12 +mamien_male 68 -1 0 0 -3 NORMAL yavin4 marnien mamien_hue.iff 0.8 1.2 2 20 15 0 0 -1 -1 0 -1 2 1 45 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg herbivore monkey_4 monkey_4 0 12 1 yes +mamien_matriarch 62 0 0 0 0 NORMAL yavin4 marnien mamien_hue.iff 1 1.3 1 0 20 0 0 0 0 0 -1 2 1 17 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg carnivore monkey_4 monkey_4 12 12 +mamien_youth 66 0 0 0 0 NORMAL yavin4 marnien mamien_hue.iff 0.5 0.7 3 0 0 0 0 0 0 0 -1 2 1 35 meat_wild 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankHealthAvg herbivore monkey_4 monkey_4 0 2 1 1 +mammoth_bearded_jax 46 0 0 0 -2 NORMAL rori jax bearded_jax_hue.iff 2.3 2.7 3 0 20 40 0 0 -1 -1 -1 2 1 25 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackDamageWeak herbivore predatory_cat_3 predatory_cat_3 0 2 1 yes +mammoth_thune 70 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1.8 1.9 4 35 35 0 0 0 0 0 0 2 1 225 meat_herbivore 190 hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medTankHealthAvg herbivore elephant_4 elephant_4 12 12 instant +mand_bunker_battle_droid 88 0 3 0 0 ELITE dwb death_watch death_watch death_watch_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 death_watch android 100 battledroid none droid_special_6 droid_special_6 9 6 instant +mand_bunker_blksun_assassin 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_black_sun_assassin.iff 0 55 55 70 45 75 80 55 45 2 1 30 npc/mand_blksun_ext col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 instant +mand_bunker_blksun_assassin_int 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_black_sun_assassin.iff 0 55 55 70 45 75 80 55 45 2 200 250 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes +mand_bunker_blksun_guard 88 0 3 0 0 ELITE dwb death_watch death_watch dressed_black_sun_guard.iff 0 40 40 60 35 55 70 35 40 2 1 30 npc/mand_blksun_ext col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes +mand_bunker_blksun_guard_int 88 0 3 0 0 ELITE dwb death_watch death_watch dressed_black_sun_guard.iff 0 40 40 60 35 55 70 35 40 2 175 200 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes +mand_bunker_blksun_henchman 85 0 6 0 0 ELITE dwb death_watch death_watch dressed_black_sun_henchman.iff 0 35 35 50 25 45 60 25 30 2 1 30 npc/mand_blksun_ext col_contraband_set_04,col_shattered_shard_02 18 death_watch npc deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes +mand_bunker_blksun_henchman_int 85 0 6 0 0 ELITE dwb death_watch death_watch dressed_black_sun_henchman.iff 0 35 35 50 25 45 60 25 30 2 100 150 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes +mand_bunker_blksun_thug 86 0 5 0 0 ELITE dwb death_watch death_watch dressed_black_sun_thug.iff 0 40 40 60 35 55 70 35 40 2 1 30 npc/mand_blksun_ext col_contraband_set_04,col_shattered_shard_02 18 death_watch npc deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 yes +mand_bunker_blksun_thug_int 85 0 6 0 0 ELITE dwb death_watch death_watch dressed_black_sun_thug.iff 0 40 40 60 35 55 70 35 40 2 150 175 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc deathwatch_ranged deathwatch_ranged commando_10 commando_special_6 9 6 +mand_bunker_crazed_miner 86 0 5 0 0 ELITE dwb death_watch death_watch dressed_mand_bunker_crazed_miner.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc theme_park.dungeon.death_watch_bunker.crazed_miner commando_10 commando_10 9 6 +mand_bunker_crazed_scientist 10 0 0 0 0 BOSS added to stop traders exploiting crafting dwb death_watch death_watch scientist 1 1 0 0 0 0 0 0 0 0 0 2 2 100 npc/boss_npc:boss_npc_71_80 1 col_contraband_set_04 18 death_watch npc medic_1 medic_1 9 9 instant +mand_bunker_dthwatch_gold 93 0 0 0 0 BOSS dwb death_watch death_watch dressed_death_watch_gold.iff 0 80 80 90 80 45 45 100 70 2 500 750 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 6 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04 18 death_watch npc 100 100 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 9 instant +mand_bunker_dthwatch_grey 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_death_watch_grey.iff 0 65 65 70 60 35 35 100 50 2 300 400 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 100 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 instant +mand_bunker_dthwatch_red 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_death_watch_red.iff 0 55 55 70 60 30 30 100 40 2 250 300 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 instant +mand_bunker_dthwatch_silver 89 0 2 0 0 ELITE dwb death_watch death_watch dressed_death_watch_silver.iff 0 75 75 90 80 45 45 100 70 2 400 500 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_contraband_set_04,col_shattered_shard_02 18 death_watch npc 100 1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 9 6 +mand_bunker_foreman 100 0 0 0 0 NORMAL dwb death_watch death_watch dressed_mand_bunker_foreman.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_contraband_set_04 18 death_watch npc 1 theme_park.dungeon.death_watch_bunker.foreman commoner_10 commoner_10 0 2 +mand_bunker_medical_droid 100 0 0 0 0 NORMAL dwb death_watch death_watch 21b_surgical_droid.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_81_90 generic_droid_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_contraband_set_04,col_holo_emitter_01 18 death_watch droid 1 conversation.death_watch_medical_droid droid_10 droid_10 0 2 +mand_bunker_repair_droid 20 0 0 0 0 NORMAL dwb death_watch_special death_watch_special r2.iff 0 15 0 0 -1 40 0 0 -1 2 droid/droid_11_20 generic_droid_2 18 death_watch droid theme_park.dungeon.death_watch_bunker.repair_droid droid_2 droid_2 0 2 instant +mand_bunker_super_battle_droid 91 2 7 0 0 ELITE dwb death_watch death_watch death_watch_s_battle_droid 0 85 95 100 60 100 25 40 85 1.9 1 80 npc/elite_npc:elite_npc_81_90 boss_droid_9 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table 18 death_watch droid 1 object/weapon/ranged/droid/droid_droideka_ranged.iff droid_special_6 droid_special_6 9 6 +mand_bunker_technician 100 0 0 0 0 NORMAL dwb death_watch death_watch dressed_mand_bunker_technician.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 6 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 death_watch npc 1 conversation.death_watch_technician commoner_10 commoner_10 0 2 +mand_bunker_workshop_droid 100 0 0 0 0 NORMAL dwb death_watch death_watch wed_treadwell.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_81_90 generic_droid_9 6 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 18 death_watch droid 1 theme_park.dungeon.death_watch_bunker.workshop_droid droid_10 droid_10 0 2 +mantigrue_hunter 71 0 0 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 0.7 1 3 40 40 0 -1 80 -1 80 80 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 col_feather_mantigrue,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.01 highAttackDamageWeak carnivore griffon_4 griffon_4 12 12 yes +mantigrue_insane_berserker 45 6 -6 -6 6 NORMAL endor mantigrue condor_dragon_hue.iff 1 1.2 2 50 50 100 50 -1 20 20 100 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_41_50 generic_creature_5 col_feather_mantigrue,housing_improvement_02 0.01 medAttackUtilityAvg carnivore griffon_3 griffon_3 12 12 1 1 yes +mantigrue_night_stalker 71 5 0 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 1.5 1.5 2 30 40 0 -1 -1 -1 -1 -1 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 col_feather_mantigrue,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.01 highAttackSpeedWeak carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff griffon_4 griffon_4 12 12 +mantigrue_reaper 72 0 0 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 0.7 1 3 40 40 70 0 70 70 70 70 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 col_feather_mantigrue,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff griffon_4 griffon_4 12 12 +mantigrue_screecher 64 0 0 0 0 NORMAL endor mantigrue condor_dragon_hue.iff 0.7 1 3 35 35 0 0 0 -1 0 0 2 1 meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 col_feather_mantigrue,housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackUtilityAvg carnivore griffon_4 griffon_4 12 12 +mara_jade 100 0 0 0 0 NORMAL imperial Imperial mara_jade.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.mara_jade commoner_10 commoner_10 0 2 yes +marauder 78 0 0 0 0 NORMAL endor marauder endor_marauder dressed_marauder.iff 1.5 2 0 0 0 0 0 -1 -1 0 0 2 0 0 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 marauder npc pirate_rifle marauder_melee bounty_hunter_special_6 melee_special_6 5 5 yes +mark_iv_sentry_droid_crafted 1 4 0 4 0 NORMAL anywhere sentry_droid mark_iv_sentry_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 generic_droid_2 droid creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_1 droid_1 0 2 1 +marooned_pirate 36 0 0 0 -3 NORMAL lok piratesoflok marooned_pirate 0 0 20 0 40 -1 40 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes +marooned_pirate_captain 37 0 0 0 0 NORMAL lok piratesoflok marooned_pirate_captain 0 20 20 0 40 -1 40 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes +marooned_pirate_engineer 38 0 0 0 -3 NORMAL lok piratesoflok marooned_pirate_engr 0 0 20 0 40 -1 40 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes +marooned_pirate_first_mate 36 0 0 0 0 NORMAL lok piratesoflok marooned_pirate 0 20 20 0 40 -1 40 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 instant +master_prophet_of_the_dark_side 80 0 0 0 0 ELITE global imperial Imperial jedi_trainer 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc root_defense=100,snare_defense=100 general_unarmed none officer_special_6 melee_special_6 0 3 yes +master_thief 13 1 -1 0 0 NORMAL global mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug military pirate_pistol_low_level pirate_carbine_low_level bounty_hunter_1 bounty_hunter_1 0 2 +masterful_ewok_warrior 78 0 0 0 -2 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 5 5 0 15 15 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 yes +masterful_jinda_warrior 66 4 -4 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 40 40 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes +masterful_panshee_warrior 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +mat_rags 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_mat_rags.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.mat_rags 0 2 1 +matriarch_bantha 15 0 2 0 -4 NORMAL tatooine bantha bantha_hue.iff 0.8 1.4 4 35 10 0 50 -1 -1 -1 -1 2 1 milk_wild 485 meat_herbivore 365 hide_wooly 320 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.09 lowTankHealthWeak herbivore elephant_1 elephant_1 0 2 1 +mature_hanadak 71 0 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1 1 2 25 0 -1 80 80 80 -1 -1 2 1 20 meat_carnivore 20 hide_bristley 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 lowTankHealthAvg carnivore gorilla_4 gorilla_4 12 12 +mature_hanadak_rock_smasher 71 3 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1 1 1 0 60 0 -1 -1 -1 -1 -1 2 1 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 lowAttackDamageAvg carnivore gorilla_4 gorilla_4 12 12 +mature_reptilian_flier 68 2 2 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1.1 1.2 3 0 10 0 35 35 -1 0 -1 2 1 130 meat_avian 85 hide_leathery 80 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityStrong carnivore avian_4 avian_4 12 12 1 +mature_snorbal_female 35 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 0.9 1.1 1 40 40 0 -1 -1 -1 -1 0 2 1 milk_wild 545 meat_herbivore 440 hide_leathery 400 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 +mature_snorbal_male 36 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 1 1.2 1 35 35 0 -1 -1 -1 -1 0 2 1 545 meat_herbivore 440 hide_leathery 400 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 yes +mauler 21 1 1 0 0 NORMAL naboo mauler mauler_medium 0 10 0 15 -1 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 +mauler_acolyte 22 0 0 0 0 NORMAL naboo mauler mauler_low 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes +mauler_apprentice 20 1 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes +mauler_beastmaster 23 1 -1 0 0 NORMAL naboo mauler dressed_mauler_beastmaster.iff 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes +mauler_champion 22 1 -1 0 0 NORMAL naboo mauler mauler_high 0 20 40 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes +mauler_disciple 23 1 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 +mauler_guard 23 0 0 0 0 NORMAL naboo mauler mauler_medium 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes +mauler_lord 27 1 -1 0 0 NORMAL naboo mauler mauler_high 0 20 40 0 0 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol pirate_pistol commando_2 commando_2 6 6 yes +mauler_master 24 0 0 0 0 NORMAL naboo mauler mauler_high 0 65 35 90 90 90 -1 -1 -1 2 200 500 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes +mauler_mentor 25 1 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc pirate military pirate_pistol_low_level pirate_pistol_low_level commando_2 commando_2 6 6 1 yes +mauler_shadowstalker 24 1 1 0 0 NORMAL naboo mauler mauler_high 0 10 0 15 -1 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 +mauler_strongman 23 0 0 0 0 NORMAL naboo mauler mauler_high 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 yes +mauler_usurper 25 0 0 0 0 NORMAL naboo mauler dressed_mauler_usurper.iff 0 66 36 91 91 91 0 0 0 2 201 501 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 1 +mauler_veermok 23 0 0 0 -4 NORMAL naboo mauler veermok_hue.iff 0.8 1.5 3 25 0 0 -1 -1 0 -1 0 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 col_stage_controller_01 18 mauler carnivore gorilla_2 gorilla_2 6 6 +mauler_walus_assistant 24 0 0 0 0 NORMAL naboo mauler walus_assistant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 yes +mauler_warlord 24 0 0 0 0 NORMAL naboo mauler mauler_high 0 65 35 90 90 90 -1 -1 -1 2 200 500 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc imperial military pirate_pistol_low_level pirate_pistol_low_level commando_2 commando_2 6 6 +mauler_xylan_assistant 24 0 0 0 0 NORMAL naboo mauler xylan_assistant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 +mauler_yarick_assistant 24 0 0 0 0 NORMAL naboo mauler yarick_assistant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 +mauler_zolo_assistant 24 0 0 0 0 NORMAL naboo mauler zolo_assistant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mauler npc thug military pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 6 +maverick_gualama 41 0 0 0 0 NORMAL naboo gualama_maverick gualama_hue.iff 1.1 1.3 4 0 10 0 0 0 0 -1 -1 2 1 200 meat_wild 150 hide_wooly 90 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore horse_3 horse_3 8 8 1 +mawgax_female 60 2 -1 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 0.8 1.2 2 15 15 0 -1 0 0 -1 -1 2 1 115 meat_domesticated 72 hide_leathery 52 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.05 medAttackAbilityAvg herbivore raptor_4 raptor_4 0 12 1 +mawgax_male 60 0 0 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 0.9 1.3 1 20 20 0 -1 0 0 30 -1 2 1 100 meat_domesticated 70 hide_leathery 55 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityAvg herbivore raptor_4 raptor_4 0 12 1 +mawgax_raptor 50 0 0 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 1.1 1.4 3 20 20 0 -1 0 0 30 -1 1.7 1 100 meat_domesticated 70 hide_leathery 55 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.01 medAttackAbilityAvg herbivore raptor_4 raptor_4 12 12 1 +mawgax_youth 60 0 0 0 0 NORMAL yavin4 mawgax mawgax_hue.iff 0.5 0.7 3 0 0 0 0 0 0 0 -1 2 1 90 meat_domesticated 60 hide_leathery 45 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackAbilityAvg herbivore raptor_4 raptor_4 0 2 +max_rebo 100 0 0 0 0 NORMAL jabba jabba max_rebo.iff 0.85 0.85 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 1 +mayor 4 0 0 0 0 NORMAL naboo naboo naboo dressed_mayor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +meager_tortur 42 1 1 0 0 NORMAL talus tortur torton_hue.iff 0.4 0.5 2 0 0 0 0 0 0 0 -1 2 1 650 meat_carnivore 575 hide_leathery 650 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 +meatlump_buffoon 32 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_creature_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 meatlump npc thug slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 2 +meatlump_clod 29 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc pirate_pistol pirate_pistol smuggler_2 smuggler_2 0 2 +meatlump_cretin 29 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc ai.thug pirate_pistol pirate_pistol smuggler_2 smuggler_2 0 2 1 +meatlump_fool 27 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc thug slang pirate_carbine pirate_carbine smuggler_2 smuggler_2 0 2 +meatlump_loon 31 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 2 +meatlump_oaf 30 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 2 +meatlump_stooge 28 0 0 0 0 NORMAL corellia meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_creature_3 18 meatlump npc pirate_carbine pirate_carbine smuggler_2 smuggler_2 0 2 1 +medic 4 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc military military 1 rebel_pistol rebel_carbine 0 2 +medic_11_admin 100 0 0 0 0 NORMAL tatooine townsperson male_human_scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_medic_11_reward noble commoner_10 commoner_10 0 2 +medic_11_escara 1 0 0 0 0 NORMAL tatooine townsperson dressed_noble_old_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=profession_medic_11, string:quest.taskName=bacta conversation.prof_medic_11_first noble townperson 0 2 +medic_11_jorund 1 0 0 0 0 NORMAL tatooine townsperson human_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=profession_medic_11, string:quest.taskName=stabilizers conversation.prof_medic_11_second noble townperson 0 2 +medic_11_vosca 1 0 0 0 0 NORMAL tatooine townsperson commoner_female 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=profession_medic_11, string:quest.taskName=nutrient conversation.prof_medic_11_third noble townperson 0 2 +medic_21_jowres 1 0 0 0 0 NORMAL naboo townsperson commoner_human_male 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=prof_medic_21, string:quest.taskName=jowres conversation.prof_medic_21_jowres noble townperson 0 2 +medic_21_larence 5 0 0 0 0 NORMAL naboo townsperson dressed_noble_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 conversation.prof_medic_21_larence noble townperson 0 2 +medic_21_mia 1 0 0 0 0 NORMAL naboo townsperson commoner_human_female 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 string:quest.questName=prof_medic_21, string:quest.taskName=mia conversation.prof_medic_21_mia noble townperson 0 2 +megan_drlar 20 0 0 0 0 NORMAL yavin4 thug thug megan_drlar.iff 0.8 0.8 0 30 30 0 0 -1 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 0 2 +melios_purl 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_melious_purl.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.melios_purl 0 2 +mellichae 90 0 0 0 0 ELITE dathomir sith_shadow sith_shadow dressed_fs_village_enemy_mellichae.iff 0 80 80 80 80 80 80 80 80 2 500 750 1 80 npc/boss_npc:boss_npc_71_80 boss_npc_9 housing_improvement_05,col_shattered_shard_02 npc 1 100 100 100 conversation.aurilia_mellichae 0 0 +menagerie_acklay 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie borvo_acklay.iff 0.6 0.6 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_bageraset 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bageraset_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_bantha 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bantha_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_baz_nitch 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie baz_nitch_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_bioll 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_bioll.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_bioll 0 0 +menagerie_bocatt 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bocatt_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_bolle-bol 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bolle_bol_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_bolotaur 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bolotaur.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_bordock 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie bordok_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_brackaset 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie brackaset_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_canoid 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie boar_wolf_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_captain_supter 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_captain_supter.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_captain_supter 0 0 +menagerie_carax 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie carax.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_choku 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie choku_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_chuba 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie chuba_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_coirus 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_coirus.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_coirus 0 0 +menagerie_crystal_snake 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie crystal_snake.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_dalyrake 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie dalyrake_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_dire_cat 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie narglatch_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_durni 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie durni_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_eopie 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie eopie_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_finned_snake 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie finned_blaggart.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_gnort 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gnort_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_gronda 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gronda_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_gualama 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gualama_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_gurk 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gurk_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_gurnaset 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gurnaset_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_gurrek 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie gurreck_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_hanadak 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie hanadak_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_hermit_spider 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie hermit_spider_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_horned_krevol 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie horned_krevol_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_info_broker_01 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_info_broker_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_info_broker_01 0 0 +menagerie_info_broker_02 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_info_broker_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_info_broker_02 0 0 +menagerie_info_broker_03 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson menagerie_info_broker_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_info_broker_03 0 0 +menagerie_kaldon 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_kaldon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_kaldon 0 0 +menagerie_kittle 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie kittle_hue.iff 1 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_kliknik 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie kliknik_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_krahbu 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie krahbu_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_kwi 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie kwi_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_langlatch 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie langlatch_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_lizard_1 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie rill.iff 0.4 0.4 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_lizard_2 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie rill.iff 0.6 0.6 2 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_lizard_3 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie rill.iff 0.8 0.8 3 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_mamien 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie mamien_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_merek 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie merek_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_mite 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie tanc_mite_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_mott 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie mott_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_murra 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie murra_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_nerf 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie nerf_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_nuna 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie nuna_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_profor 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_profor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_profor 0 0 +menagerie_puc 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie spined_puc_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_quenker 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie quenker_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_rancor 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie rancor_hue.iff 0.4 0.4 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_sand_panther 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie corellian_sand_panther_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_sawtooth 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie clone_relics_sawtooth.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_snorbal 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie snorbal_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_spat 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie painted_spat.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_spiked_snake 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie spined_snake_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_squill 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie squill_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_stunted_krayt 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie krayt_dragon_hue.iff 0.5 0.5 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_terulia 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_terulia.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_terulia 0 0 +menagerie_trak 100 0 0 0 0 NORMAL Menagerie Quest NPC townsperson npc_dressed_corellia_genetech_syndicate_menagerie_trak.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.menagerie_trak 0 0 +menagerie_tusk_cat 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie tusk_cat_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_tybis 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie tybis_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_uwari_beetle 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie uwari_beetle_aggro.iff 0.8 1 40 35 0 0 0 -1 -1 -1 2 0.05 carnivore 1 0 0 +menagerie_varactyl 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie varactyl.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 +menagerie_woolamander 90 0 0 0 0 NORMAL GeneTech Menagerie Creature GeneTech Menagerie, Corellia schells_menagerie woolamander_hue.iff 0.8 1 1 40 35 0 0 0 -1 -1 -1 2 carnivore 1 0 0 1 +mercenary 11 0 0 0 0 NORMAL global mercenary mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 yes +mercenary_aggro 11 0 0 0 0 NORMAL global mercenary mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 4 4 1 yes +mercenary_commander 55 0 0 0 0 NORMAL lok merc lok_mercenaries mercenary_commander 0 45 55 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 yes +mercenary_destroyer 54 4 -4 0 -3 NORMAL lok merc lok_mercenaries mercenary_elite 0 60 40 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 yes +mercenary_elite 56 0 0 0 -3 NORMAL lok merc lok_mercenaries mercenary_elite 0 60 40 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 yes +mercenary_hireling_imp 20 0 2 0 0 NORMAL global merc mercenary_weak 0 20 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 6 6 yes +mercenary_hireling_reb 20 0 2 0 0 NORMAL global merc mercenary_weak 0 20 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 6 6 +mercenary_messenger 55 0 2 0 0 NORMAL lok merc lok_mercenaries mercenary_weak 0 20 0 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 yes +mercenary_strong 54 0 0 0 0 NORMAL lok merc lok_mercenaries mercenary_strong 0 40 35 0 -1 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 yes +mercenary_warlord 56 0 0 0 0 NORMAL lok merc lok_mercenaries mercenary_commander 0 0 0 0 0 0 -1 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 yes +mercenary_weak 55 0 0 0 0 NORMAL lok merc lok_mercenaries mercenary_weak 0 30 0 0 0 0 0 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 8 8 1 instant +merek_assassin 64 6 -4 0 0 NORMAL endor merek merek_hue.iff 1 1 1 50 0 0 0 -1 0 -1 -1 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedAvg carnivore mantis_4 mantis_4 12 12 1 +merek_cavern_creeper 63 0 0 0 0 NORMAL endor merek merek_hue.iff 2 2 1 40 0 0 0 -1 0 0 0 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff mantis_4 mantis_4 12 12 instant +merek_deaths_head 64 8 -8 0 0 NORMAL endor merek merek_hue.iff 1 1.3 4 0 0 0 0 0 0 0 0 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 highAttackSpeedAvg carnivore mantis_4 mantis_4 12 12 +merek_harvester 63 5 5 0 0 NORMAL endor merek merek_hue.iff 1 1 3 75 -1 0 0 0 -1 0 -1 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highTankDefenseAvg carnivore mantis_4 mantis_4 12 12 1 +midnight_vir_vur 46 -2 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1.2 1.4 2 0 0 0 0 0 0 0 -1 2 1 10 meat_avian hide_wooly 2 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore rabbit_3 rabbit_3 0 2 +mikos_denari 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_mikos_denari.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.mikos_denari 0 2 +mind_of_solitude 36 -1 0 0 0 NORMAL corellia solitude Rebel mercenary_elite 0.8 1.2 0 20 15 0 -1 0 0 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_carbine commando_3 commando_3 0 2 +miner 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 +mining_droid_crafted 30 0 0 0 0 NORMAL anywhere astromech mining_droid.iff 0.8 0.8 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 droid creature.droid_setup droid_2 droid_2 0 2 instant +minor_gorax 86 0 36 0 0 ELITE endor gorax gorax gorax_male.iff 0.5 0.8 0 65 65 50 50 50 0 50 50 2 1 meat_carnivore hide_wooly 1 100 npc/elite_npc:elite_npc_81_90 elite_creature_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 9 6 1 +minor_gubbur 22 0 0 0 0 NORMAL corellia gubbur gubbur_hue.iff 0.7 1 4 0 0 0 0 0 0 0 -1 2 1 3 meat_carnivore 2 hide_leathery 2 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 herbivore frog_2 frog_2 0 2 +minor_guf_drolg 36 0 0 0 0 NORMAL talus guf_drolg guf_drolg_hue.iff 0.75 0.8 3 0 0 10 0 0 0 0 -1 2 1 300 meat_reptilian 240 hide_leathery 170 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankHealthWeak carnivore bull_3 bull_3 0 2 +minor_sludge_panther 37 0 0 0 0 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 0.7 0.8 2 0 0 0 0 0 0 0 -1 2 1 20 meat_carnivore 27 hide_leathery 27 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 sludge_panther 0.15 lowAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 0 2 1 +minor_worrt 3 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine minor_worrt worrt_hue.iff 0.7 1.1 3 0 0 0 0 0 0 0 -1 2 1 3 meat_reptilian 3 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 yes +mire_marauder 60 5 -10 0 0 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 2.2 2.4 1 55 55 0 80 -1 -1 0 -1 2 1 150 meat_carnivore 140 hide_leathery 140 bone_mammal defaultProfile creature/creature_51_60 generiec_creature_6 housing_improvement_03,col_glass_shelving_01 18 sludge_panther carnivore predatory_cat_4 predatory_cat_4 6 6 yes +mission_alliance_intelligence_case_officer 22 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier pirate slang rebel_carbine rebel_pistol commando_2 commando_2 0 2 +mission_ankura_gungan 24 0 0 0 0 NORMAL naboo gungan gungan ankura_gungan 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_pistol commoner_2 commoner_2 0 2 +mission_area_coordinator 13 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo imperial military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +mission_artisan 1 0 0 0 0 NORMAL global townsperson townsperson artisan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_carbine rebel_pistol 0 2 yes +mission_assassin 22 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level spy_2 spy_2 0 2 1 yes +mission_assault_trooper 26 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_assault_trooper_m.iff 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 2 1 +mission_bandit 5 0 0 0 0 NORMAL global bandit bandit criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_carbine 0 6 +mission_bith_sniper 7 1 -1 0 0 NORMAL global bith dressed_brigade_gunner_bith_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang general_rifle general_pistol 0 6 +mission_bodyguard 4 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo police military rebel_carbine rebel_pistol 0 2 +mission_bombardier 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +mission_borvos_champion 15 0 0 0 0 NORMAL naboo borvo borvo dressed_borvos_champion.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 borvo npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 8 +mission_borvos_mercenary 14 0 0 0 0 NORMAL naboo borvo borvo dressed_borvos_mercenary.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 borvo npc npc.converse.npc_convo thug slang pirate_polearm pirate_carbine_low_level smuggler_1 smuggler_1 0 8 +mission_bothan_diplomat 1 0 0 0 0 NORMAL global spynet bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 1 +mission_bothan_information_broker 1 0 0 0 0 NORMAL global spynet bothan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson fancy 1 rebel_carbine rebel_pistol 0 2 yes +mission_bounty_aakuan_assassin 70 0 0 0 0 ELITE bounty bounty_target aakuan_hard 1 1.3 0 40 40 0 0 0 -1 0 0 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 col_stage_controller_01 npc noble pirate_polearm pirate_carbine melee_special_6 spy_special_6 0 3 instant +mission_bounty_aakuan_champion 70 0 0 0 0 ELITE bounty bounty_target aakuan_hard 1 1.3 0 30 30 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_boss boss_npc_7 col_stage_controller_01 npc noble pirate_rifle pirate_pistol commando_special_6 commando_special_6 0 12 yes +mission_bounty_aakuan_defender 20 0 0 0 0 NORMAL bounty bounty_target aakuan_hard 0.8 1 0 35 35 -1 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 col_stage_controller_01 npc police fancy pirate_polearm pirate_carbine_low_level melee_2 commando_2 0 12 yes +mission_bounty_aakuan_guardian 35 0 0 0 0 NORMAL bounty bounty_target aakuan_hard 0.8 1 0 30 30 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc general_polearm pirate_polearm commando_3 melee_3 0 12 yes +mission_bounty_aakuan_sentinal 20 0 0 0 0 NORMAL bounty bounty_target aakuan_easy 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 col_stage_controller_01 npc fancy pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 12 yes +mission_bounty_aakuan_spice_guard 35 0 0 0 0 NORMAL bounty bounty_target aakuan_hard 0.8 1 0 30 30 -1 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc noble general_sword pirate_sword melee_3 melee_3 0 12 yes +mission_bounty_aakuan_warder 70 0 0 0 0 ELITE bounty bounty_target aakuan_hard 0.8 1 0 30 30 0 0 0 -1 0 0 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc noble fancy pirate_polearm general_pistol melee_special_6 commando_special_6 0 3 yes +mission_bounty_afarathu_cult_leader 20 0 0 0 0 NORMAL bounty bounty_target selonian_female 1.4 1.8 0 0 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_carbine_low_level pirate_sword medic_2 melee_2 12 12 yes +mission_bounty_alkhara_bandit_king 35 0 0 0 0 ELITE bounty bounty_target male_criminal_thug 0.8 1.2 0 0 0 35 35 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate slang pirate_rifle pirate_carbine smuggler_special_3 smuggler_special_3 0 3 yes +mission_bounty_alkhara_champion 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 20 0 25 25 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 0 12 yes +mission_bounty_alkhara_lieutenant 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 25 25 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_rifle_low_level pirate_sword officer_2 melee_2 0 12 yes +mission_bounty_alliance_intelligence_case_officer 35 0 0 0 0 ELITE bounty rebel Rebel rebel_recruiter 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate slang rebel_rifle imperial_pistol spy_special_3 spy_special_3 0 3 yes +mission_bounty_area_coordinator 20 0 0 0 0 NORMAL bounty rebel Rebel commoner 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel military rebel_carbine pirate_rifle_low_level commoner_2 commoner_2 0 12 yes +mission_bounty_assassin 35 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 20 0 -1 -1 50 50 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc thug slang pirate_pistol general_pistol spy_3 spy_3 0 12 yes +mission_bounty_beldonnas_enforcer 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 20 0 0 -1 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine general_unarmed commando_3 melee_3 0 12 yes +mission_bounty_beldonnas_marshal 35 0 0 0 0 NORMAL bounty bounty_target mercenary_commander 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine rebel_sword officer_3 melee_3 0 12 yes +mission_bounty_beldonnas_scout 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_rifle_low_level pirate_sword bounty_hunter_2 melee_2 0 12 yes +mission_bounty_beldonnas_soldier 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_pistol_low_level pirate_pistol_low_level commando_2 commando_2 0 12 yes +mission_bounty_binayre_chief 35 0 0 0 0 NORMAL bounty bounty_target binayre_chief 0.8 1 0 25 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_rifle pirate_carbine officer_3 officer_3 12 12 yes +mission_bounty_binayre_pirate 20 0 0 0 0 NORMAL bounty bounty_target binayre_elite 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_carbine_low_level pirate_sword smuggler_2 melee_2 12 12 yes +mission_bounty_binayre_smuggler 20 0 0 0 0 NORMAL bounty bounty_target binayre_strong 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_sword smuggler_2 melee_2 12 12 yes +mission_bounty_binayre_swindler 20 0 0 0 0 NORMAL bounty bounty_target binayre_strong 0.8 1 0 20 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 12 12 yes +mission_bounty_blood_razor_cutthroat 70 0 0 0 0 ELITE bounty bounty_target blood_razor_pirate 0.8 1 0 0 45 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_pistol pirate_carbine smuggler_special_6 smuggler_special_6 3 3 yes +mission_bounty_blood_razor_pirate_elite 70 0 0 0 0 ELITE bounty bounty_target blood_razor_pirate_elite 0.8 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_polearm pirate_pistol smuggler_special_6 smuggler_special_6 3 3 yes +mission_bounty_blood_razor_pirate_strong 35 0 0 0 0 NORMAL bounty bounty_target blood_razor_pirate_elite 0.8 1 0 20 40 0 -1 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_polearm pirate_sword melee_3 melee_3 12 12 yes +mission_bounty_blood_razor_pirate_weak 20 0 0 0 0 NORMAL bounty bounty_target blood_razor_pirate 0.8 1 0 0 25 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_polearm pirate_carbine_low_level melee_2 smuggler_2 12 12 yes +mission_bounty_blood_razor_scout 70 0 0 0 0 ELITE bounty bounty_target blood_razor_pirate 0.8 1 0 0 45 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_rifle pirate_pistol bounty_hunter_special_6 bounty_hunter_special_6 3 3 yes +mission_bounty_borvos_champion 35 0 0 0 0 ELITE bounty bounty_target dressed_borvos_champion.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc thug slang pirate_pistol general_carbine commando_special_3 commando_special_3 0 3 yes +mission_bounty_borvos_guard 20 0 0 0 0 NORMAL bounty bounty_target borvos_thug 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc townsperson townperson rebel_sword rebel_pistol melee_2 commando_2 0 12 yes +mission_bounty_borvos_thief 20 0 0 0 0 NORMAL bounty bounty_target borvos_thug 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 12 yes +mission_bounty_borvos_thug 20 0 0 0 0 NORMAL bounty bounty_target borvos_thug 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_carbine_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 12 yes +mission_bounty_brigade_general 35 0 0 0 0 NORMAL bounty bounty_target brigade_general 0.8 1 0 20 20 0 -1 40 -1 40 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc rebel_pistol pirate_sword officer_3 melee_3 0 12 yes +mission_bounty_brigade_marine 20 0 0 0 0 NORMAL bounty bounty_target brigade_soldier 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military rebel_polearm rebel_carbine melee_2 commando_2 0 12 yes +mission_bounty_brigade_officer 20 0 0 0 0 NORMAL bounty bounty_target brigade_captain 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_pistol rebel_carbine officer_2 officer_2 0 12 yes +mission_bounty_brigand_leader 20 0 0 0 0 NORMAL bounty bounty_target criminal_organized 0.8 1 0 10 20 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_pistol_low_level pirate_carbine_low_level officer_2 officer_2 12 12 yes +mission_bounty_canyon_corsair_cutthroat 70 0 0 0 0 ELITE bounty bounty_target corsair_cutthroat 0.8 1 0 0 45 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_pistol pirate_polearm smuggler_special_6 melee_special_6 3 3 yes +mission_bounty_canyon_corsair_pirate_strong 70 0 0 0 0 ELITE bounty bounty_target corsair_pirate_elite 0.8 1.2 0 0 60 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_carbine rebel_pistol smuggler_special_6 smuggler_special_6 3 3 yes +mission_bounty_canyon_corsair_pirate_weak 70 0 0 0 0 ELITE bounty bounty_target corsair_pirate_weak 0.8 1 0 25 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_carbine pirate_pistol smuggler_special_6 smuggler_special_6 3 3 yes +mission_bounty_canyon_corsair_scout 70 0 0 0 0 ELITE bounty bounty_target corsair_pirate_weak 0.8 1 0 25 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_rifle general_pistol bounty_hunter_special_6 bounty_hunter_special_6 3 3 yes +mission_bounty_chadra_fan_assassin 20 0 0 0 0 NORMAL bounty bounty_target chadra_fan_male.iff 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_pistol_low_level general_carbine spy_2 spy_2 0 2 yes +mission_bounty_cobral_assassin 35 0 0 0 0 NORMAL bounty bounty_target cobral_assassin 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc slang pirate_carbine pirate_sword spy_3 melee_3 0 12 yes +mission_bounty_cobral_bandit 20 0 0 0 0 NORMAL bounty bounty_target cobral_bandit 0.8 1 0 10 10 0 25 25 25 25 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate general_unarmed rebel_sword melee_2 melee_2 0 12 yes +mission_bounty_cobral_boss 70 0 0 0 0 ELITE bounty bounty_target cobral_boss 0.8 1.2 0 0 0 0 40 40 40 40 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_pistol general_unarmed officer_special_6 melee_special_6 3 3 yes +mission_bounty_cobral_hitman 35 0 0 0 0 NORMAL bounty bounty_target cobral_assassin 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc general_rifle general_unarmed spy_3 melee_3 0 12 yes +mission_bounty_cobral_overlord 70 0 0 0 0 ELITE bounty bounty_target cobral_boss 0.8 1.2 0 0 0 0 50 50 50 50 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate_polearm pirate_pistol melee_special_6 officer_special_6 3 3 yes +mission_bounty_cobral_runner 20 0 0 0 0 NORMAL bounty bounty_target cobral_assassin 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 12 yes +mission_bounty_commando 20 0 0 0 0 NORMAL bounty bounty_target rebel_commando 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel military rebel_carbine rebel_unarmed commando_2 melee_2 0 2 yes +mission_bounty_corsec_agent 20 0 0 0 0 NORMAL bounty bounty_target corsec_officer 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc imperial military general_carbine general_pistol spy_2 spy_2 0 12 yes +mission_bounty_corsec_captain 35 0 0 0 0 NORMAL bounty bounty_target corsec_captain 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc imperial military general_rifle pirate_unarmed officer_3 melee_3 0 12 yes +mission_bounty_corsec_chief 70 0 0 0 0 ELITE bounty bounty_target corsec_captain 0.8 1.2 0 0 0 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc imperial military general_rifle pirate_carbine officer_special_6 officer_special_6 0 3 yes +mission_bounty_corsec_comissioner 70 0 0 0 0 ELITE bounty bounty_target corsec_captain 0.8 1.2 0 0 0 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc imperial military general_carbine pirate_sword commoner_7 melee_special_6 0 3 yes +mission_bounty_corsec_investigator 20 0 0 0 0 NORMAL bounty bounty_target corsec_detective 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc imperial military general_carbine general_pistol bounty_hunter_2 bounty_hunter_2 0 2 yes +mission_bounty_corsec_major 35 0 0 0 0 NORMAL bounty bounty_target corsec_officer 0.8 1 0 15 15 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc imperial military general_carbine pirate_carbine officer_3 officer_3 0 12 yes +mission_bounty_corsec_traitor 20 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang general_carbine general_pistol spy_2 spy_2 12 12 yes +mission_bounty_desert_demon_bodyguard 20 0 0 0 0 NORMAL bounty bounty_target criminal_swooper 0.8 1 0 0 0 0 15 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang general_carbine general_pistol commando_2 commando_2 0 12 yes +mission_bounty_desert_demon_leader 20 0 0 0 0 NORMAL bounty bounty_target criminal_swooper 0.8 1 0 0 0 0 30 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_carbine_low_level pirate_sword officer_2 melee_2 0 12 yes +mission_bounty_dread_pirate 35 0 0 0 0 NORMAL bounty bounty_target criminal_smuggler 0.8 1 0 0 20 0 40 -1 40 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate slang pirate_carbine pirate_carbine smuggler_3 smuggler_3 12 12 yes +mission_bounty_dune_stalker_brawler 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang general_unarmed tusken_ranged melee_2 commando_2 12 12 yes +mission_bounty_dune_stalker_enforcer 35 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 20 25 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate slang tusken_ranged pirate_pistol commando_3 commando_3 12 12 yes +mission_bounty_dune_stalker_leader 35 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc thug slang tusken_ranged pirate_unarmed officer_3 melee_3 12 12 yes +mission_bounty_dune_stalker_marksman 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang general_carbine general_unarmed commando_2 melee_2 12 12 yes +mission_bounty_flail_boss 35 0 0 0 0 ELITE bounty bounty_target mercenary_commander 0.8 1.2 0 20 25 0 -1 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate_carbine general_carbine spy_special_3 melee_3 3 3 yes +mission_bounty_flail_butcher 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_pistol pirate_unarmed commoner_3 melee_3 12 12 yes +mission_bounty_flail_cutthroat 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_polearm rebel_carbine melee_2 smuggler_2 12 12 yes +mission_bounty_flail_enforcer 20 0 0 0 0 NORMAL bounty bounty_target species_choices_all 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_carbine general_pistol commando_2 commando_2 12 12 yes +mission_bounty_flail_executioner 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 25 0 0 -1 -1 60 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_carbine spy_3 spy_3 12 12 yes +mission_bounty_flail_killer 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_pistol_low_level rebel_unarmed spy_2 melee_2 12 12 yes +mission_bounty_flail_slayer 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_pistol_low_level general_carbine spy_2 spy_2 12 12 yes +mission_bounty_garyn_dragoon 35 0 0 0 0 NORMAL bounty bounty_target garyn_dragoon 0.8 1 0 25 20 0 -1 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc military general_sword rebel_sword melee_3 melee_3 12 12 yes +mission_bounty_garyn_lieutenant 70 0 0 0 0 ELITE bounty bounty_target garyn_lieutenant 0.8 1.2 0 0 30 0 -1 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc military military pirate_carbine general_pistol officer_special_6 officer_special_6 3 3 yes +mission_bounty_garyn_marauder 35 0 0 0 0 NORMAL bounty bounty_target garyn_marauder 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate slang pirate_carbine rebel_pistol commando_3 commando_3 12 12 yes +mission_bounty_garyn_mugger 20 0 0 0 0 NORMAL bounty bounty_target garyn_mugger 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 12 12 yes +mission_bounty_garyn_pirate 20 0 0 0 0 NORMAL bounty bounty_target garyn_pirate 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate pirate_carbine_low_level pirate_unarmed smuggler_2 melee_2 12 12 yes +mission_bounty_garyn_raider 20 0 0 0 0 NORMAL bounty bounty_target garyn_raider 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate general_sword general_unarmed melee_2 melee_2 12 12 yes +mission_bounty_garyn_thief 20 0 0 0 0 NORMAL bounty bounty_target garyn_theif 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug slang pirate_carbine_low_level pirate_sword smuggler_2 melee_2 12 12 yes +mission_bounty_garyn_vigo 70 0 0 0 0 ELITE bounty bounty_target garyn_vigo 0.8 1.2 0 25 25 0 0 -1 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc slang pirate_carbine pirate_pistol commando_special_6 commando_special_6 3 3 yes +mission_bounty_gungan_boss 20 0 0 0 0 NORMAL bounty bounty_target gungan_s03_male.iff 0.8 1 0 0 20 0 35 35 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military rebel_carbine pirate_pistol_low_level commando_2 commando_2 0 12 yes +mission_bounty_gungan_general 35 0 0 0 0 ELITE bounty bounty_target gungan_s03_male.iff 0.8 1.2 0 0 25 0 -1 30 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc military military rebel_carbine pirate_pistol officer_special_3 officer_special_3 0 3 yes +mission_bounty_gungan_grand_army_soldier 20 0 0 0 0 NORMAL bounty bounty_target gungan_s02_male.iff 0.8 1 0 0 0 0 -1 20 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military rebel_rifle rebel_pistol commando_2 commando_2 0 12 yes +mission_bounty_gungan_guard 20 0 0 0 0 NORMAL bounty bounty_target gungan_s02_male.iff 0.8 1 0 0 0 0 -1 25 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military rebel_sword rebel_carbine melee_2 commando_2 0 12 yes +mission_bounty_gungan_hunter 20 0 0 0 0 NORMAL bounty bounty_target gungan_s04_male.iff 0.8 1 0 0 0 0 -1 20 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc townsperson townperson rebel_rifle rebel_pistol bounty_hunter_2 bounty_hunter_2 0 12 yes +mission_bounty_gungan_kaadu_rider 20 0 0 0 0 NORMAL bounty bounty_target gungan_male.iff 0.8 1 0 0 0 0 -1 20 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc townsperson townperson rebel_carbine rebel_pistol commoner_2 commoner_2 0 12 yes +mission_bounty_hidden_daggers_leader 20 0 0 0 0 NORMAL bounty bounty_target criminal_organized 0.8 1 0 0 15 0 -1 -1 -1 40 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc general_sword general_carbine melee_2 officer_2 0 12 yes +mission_bounty_hunter 23 0 0 0 0 NORMAL global mercenary criminal_organized 0 20 20 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel slang pirate_carbine_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 yes +mission_bounty_hutt_expedition_force_leader 35 0 0 0 0 NORMAL bounty bounty_target dressed_hutt_expedition_force_leader.iff 0.8 1 0 0 0 0 30 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_pistol officer_3 officer_3 0 12 yes +mission_bounty_imperial_deserter 70 0 0 0 0 ELITE bounty nym Rebel imperial_officer 0 20 20 0 -1 40 -1 40 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc imperial_carbine rebel_pistol commando_special_6 commando_special_6 0 3 yes +mission_bounty_jabba_assassin 20 0 0 0 0 NORMAL bounty bounty_target tatooine_jabba_thief 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 18 jabba npc thug slang pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 12 yes +mission_bounty_jabba_enforcer 20 0 0 0 0 NORMAL bounty bounty_target criminal_thug 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 18 jabba npc pirate slang general_sword general_carbine melee_2 smuggler_2 0 12 yes +mission_bounty_kobola_assassin 20 0 0 0 0 NORMAL bounty bounty_target kobola_assassin 0.8 1 0 20 10 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc townperson pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 12 yes +mission_bounty_kobola_foreman 20 0 0 0 0 NORMAL bounty bounty_target kobola_guard 0.8 1 0 15 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc police pirate_carbine_low_level pirate_pistol_low_level commoner_2 commoner_2 0 2 yes +mission_bounty_kobola_pitboss 20 0 0 0 0 NORMAL bounty bounty_target kobola_pitboss 0.8 1 0 30 30 0 -1 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc slang general_carbine pirate_pistol_low_level commoner_2 commoner_2 0 12 yes +mission_bounty_liberation_activist 35 0 0 0 0 NORMAL bounty bounty_target liberationist 0.8 1 0 0 25 0 -1 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc noble pirate_carbine general_pistol medic_3 medic_3 0 12 yes +mission_bounty_liberation_fanatic 20 0 0 0 0 NORMAL bounty bounty_target liberationist 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 0 12 yes +mission_bounty_liberation_reactionist 20 0 0 0 0 NORMAL bounty bounty_target liberationist 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc noble general_carbine pirate_unarmed medic_2 melee_2 0 12 yes +mission_bounty_lord_nyax_disciple 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 15 0 0 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc general_carbine general_pistol commoner_2 commoner_2 12 12 yes +mission_bounty_lord_nyax_fanatic 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 20 0 25 -1 -1 25 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_carbine_low_level rebel_pistol medic_2 medic_2 12 12 yes +mission_bounty_lord_nyax_fiend 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 30 45 0 50 -1 -1 50 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_pistol commando_3 commando_3 12 12 yes +mission_bounty_lord_nyax_visionary 70 0 0 0 0 ELITE bounty bounty_target mercenary_elite 0.8 1.2 0 30 45 0 50 -1 -1 50 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc general_carbine pirate_carbine medic_special_6 medic_special_6 3 3 yes +mission_bounty_lord_nyax_zealot 35 0 0 0 0 NORMAL bounty bounty_target mercenary_elite 0.8 1 0 0 50 -1 40 -1 -1 40 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_pistol medic_3 medic_3 12 12 yes +mission_bounty_lost_aqualish_bomber 20 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_commando 0.8 1 0 0 0 0 0 30 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 12 12 yes +mission_bounty_lost_aqualish_captain 20 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_captain 0.8 1 0 15 0 0 -1 40 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 12 12 yes +mission_bounty_lost_aqualish_infiltrator 20 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_infiltrator 0.8 1 0 0 0 0 0 35 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 12 12 yes +mission_bounty_lost_aqualish_marksman 20 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_commando 0.8 1 0 0 0 0 0 30 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military general_rifle pirate_pistol_low_level commando_2 commando_2 12 12 yes +mission_bounty_lost_aqualish_marshal 35 0 0 0 0 NORMAL bounty bounty_target lost_aqualish_marshal 0.8 1 0 20 20 0 35 50 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc military military pirate_carbine pirate_pistol officer_3 officer_3 12 12 instant +mission_bounty_lost_aqualish_warchief 70 0 0 0 0 ELITE bounty bounty_target lost_aqualish_warchief 1 1.3 0 0 0 0 0 40 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_boss boss_npc_7 npc military military general_sword rebel_pistol melee_special_6 officer_special_6 12 12 yes +mission_bounty_marooned_pirate 20 0 0 0 0 NORMAL bounty bounty_target marooned_pirate 0.8 1 0 0 20 0 40 -1 40 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 12 12 yes +mission_bounty_marooned_pirate_captain 35 0 0 0 0 ELITE bounty bounty_target marooned_pirate_captain 0.8 1.2 0 20 20 0 40 -1 40 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate pirate_carbine general_pistol smuggler_special_3 smuggler_special_3 3 3 yes +mission_bounty_marooned_pirate_engineer 20 0 0 0 0 NORMAL bounty bounty_target marooned_pirate_engr 0.8 1 0 0 20 0 40 -1 40 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate pirate_carbine_low_level pirate_pistol_low_level commoner_2 commoner_2 12 12 yes +mission_bounty_marooned_pirate_first_mate 20 0 0 0 0 NORMAL bounty bounty_target marooned_pirate 0.8 1 0 20 20 0 40 -1 40 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate pirate_carbine_low_level rebel_pistol smuggler_2 smuggler_2 12 12 yes +mission_bounty_mauler 20 0 0 0 0 NORMAL bounty bounty_target mauler_medium 0.8 1 0 10 0 15 -1 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc thug military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 12 12 yes +mission_bounty_mauler_lord 35 0 0 0 0 ELITE bounty bounty_target mauler_high 0.8 1.2 0 20 40 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc imperial military pirate_pistol rebel_carbine officer_special_3 officer_special_3 3 3 yes +mission_bounty_mercenary_messenger 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 20 0 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_carbine pirate_pistol_low_level commoner_2 commoner_2 12 12 yes +mission_bounty_mercenary_weak 70 0 0 0 0 ELITE bounty bounty_target mercenary_weak 0.8 1 0 30 0 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc rebel_carbine pirate_carbine commando_special_6 commando_special_6 3 3 yes +mission_bounty_narmle_captain 20 0 0 0 0 NORMAL bounty bounty_target narmle_captain 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc police general_carbine general_pistol officer_2 officer_2 0 12 yes +mission_bounty_narmle_colonel 35 0 0 0 0 ELITE bounty bounty_target narmle_colonel 0.8 1.2 0 0 0 0 40 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc military general_carbine pirate_pistol officer_special_3 officer_special_3 0 3 yes +mission_bounty_narmle_commander 35 0 0 0 0 NORMAL bounty bounty_target narmle_commander 0.8 1 0 30 30 0 60 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc rebel_carbine pirate_sword officer_3 melee_3 0 12 yes +mission_bounty_narmle_commando 20 0 0 0 0 NORMAL bounty bounty_target narmle_commando 0.8 1 0 0 0 0 40 -1 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military rebel_carbine rebel_pistol commando_2 commando_2 0 12 yes +mission_bounty_narmle_major 20 0 0 0 0 NORMAL bounty bounty_target narmle_major 0.8 1 0 0 0 0 0 -1 -1 40 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes +mission_bounty_nym_bodyguard 70 0 0 0 0 ELITE bounty bounty_target nym_bodyguard 0 30 30 0 0 40 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc rebel_carbine rebel_pistol commando_special_6 melee_special_6 0 3 yes +mission_bounty_nym_brawler 35 0 0 0 0 NORMAL bounty bounty_target nym_brawler 0.8 1 0 40 0 0 -1 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc rebel_pistol pirate_pistol commando_3 commando_3 0 12 yes +mission_bounty_nym_guard_weak 70 0 0 0 0 ELITE bounty bounty_target nym_guard_weak 0.8 1 0 0 40 0 0 40 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc general_carbine pirate_pistol commando_special_6 commando_special_6 0 3 yes +mission_bounty_nym_patrol_weak 70 0 0 0 0 ELITE bounty bounty_target nym_patrol_weak 0.8 1 0 35 0 0 -1 -1 80 80 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate pirate_carbine pirate_pistol commando_special_6 commando_special_6 0 3 yes +mission_bounty_nym_pirate_elite 70 0 0 0 0 ELITE bounty bounty_target nym_pirate_elite 0.8 1.2 0 0 40 0 0 40 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc pirate pirate_carbine pirate_carbine smuggler_special_6 smuggler_special_6 0 3 yes +mission_bounty_nym_pirate_strong 35 0 0 0 0 NORMAL bounty bounty_target nym_pirate_strong 0.8 1 0 25 25 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 12 yes +mission_bounty_nym_pirate_weak 35 0 0 0 0 NORMAL bounty bounty_target nym_pirate_weak 0.8 1 0 0 20 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate general_carbine rebel_pistol smuggler_3 smuggler_3 0 12 yes +mission_bounty_nym_surveyer 20 0 0 0 0 NORMAL bounty bounty_target nym_surveyer 0.8 1 0 25 0 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate_carbine_low_level pirate_polearm bounty_hunter_2 melee_2 0 12 yes +mission_bounty_pathfinder 20 0 0 0 0 NORMAL bounty bounty_target rebel_specforce_pathfinder 0.8 1 0 0 0 0 35 35 35 35 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_rifle pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 12 yes +mission_bounty_pirate_captain 20 0 0 0 0 NORMAL bounty bounty_target criminal_smuggler 0.8 1 0 10 15 0 40 -1 40 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_sword commando_2 melee_2 0 12 yes +mission_bounty_pirate_leader 20 0 0 0 0 NORMAL bounty bounty_target criminal_organized 0.8 1 0 0 0 0 30 -1 30 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 12 yes +mission_bounty_rebel_army_captain 35 0 0 0 0 ELITE bounty rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_3 officer_special_3 0 3 yes +mission_bounty_rebel_brigadier_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_brigadier_general 0 20 20 40 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_6 officer_special_6 0 3 yes +mission_bounty_rebel_colonel 35 0 0 0 0 ELITE bounty rebel Rebel rebel_colonel 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_3 officer_special_3 0 3 yes +mission_bounty_rebel_commando 70 0 0 0 0 ELITE bounty rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier rebel military commando_ranged imperial_pistol commando_special_6 commando_special_6 0 3 yes +mission_bounty_rebel_corporal 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_polearm commando_2 melee_2 0 12 yes +mission_bounty_rebel_first_lieutenant 35 0 0 0 0 ELITE bounty rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_3 officer_special_3 0 3 yes +mission_bounty_rebel_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes +mission_bounty_rebel_high_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_high_general 0 0 0 0 -1 40 -1 40 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_6 officer_special_6 0 3 yes +mission_bounty_rebel_lance_corporal 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_lance_corporal 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine imperial_pistol commando_2 commando_2 0 12 yes +mission_bounty_rebel_lieutenant_colonel 35 0 0 0 0 ELITE bounty rebel Rebel rebel_lieutenant_colonel 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 yes +mission_bounty_rebel_lieutenant_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_lieutenant_general 0 0 0 0 30 -1 30 -1 -1 2 2 80 npc/mission_bounty:bounty_elite boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_unarmed officer_special_6 melee_special_6 0 12 yes +mission_bounty_rebel_major 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 12 yes +mission_bounty_rebel_major_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_high_general 0 0 25 0 30 -1 30 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine commando_melee officer_special_6 officer_special_6 0 3 yes +mission_bounty_rebel_master_sergeant 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes +mission_bounty_rebel_medic 20 0 0 0 0 NORMAL bounty rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_pistol rebel_pistol medic_2 medic_2 0 12 yes +mission_bounty_rebel_scout 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_rifle rebel_pistol commando_2 commando_2 0 12 yes +mission_bounty_rebel_scout_female 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_scout_female 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_rifle rebel_pistol commando_2 commando_2 0 12 yes +mission_bounty_rebel_second_lieutenant 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military general_carbine imperial_pistol officer_2 officer_2 0 12 yes +mission_bounty_rebel_sergeant 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes +mission_bounty_rebel_sergeant_major 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes +mission_bounty_rebel_specforce_captain 70 0 0 0 0 ELITE bounty rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes +mission_bounty_rebel_specforce_colonel 70 0 0 0 0 ELITE bounty rebel Rebel rebel_colonel 0 0 0 0 0 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes +mission_bounty_rebel_specforce_general 70 0 0 0 0 ELITE bounty rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes +mission_bounty_rebel_specforce_guerrilla 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 12 yes +mission_bounty_rebel_specforce_pathfinder 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 10 10 0 0 0 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine imperial_pistol commando_2 commando_2 0 12 yes +mission_bounty_rebel_specforce_sergeant 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier rebel military general_carbine imperial_carbine officer_3 officer_3 0 12 yes +mission_bounty_rebel_staff_corporal 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_staff_corporal 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_carbine officer_2 officer_2 0 12 yes +mission_bounty_rebel_staff_sergeant 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes +mission_bounty_rebel_surface_marshal 70 0 0 0 0 ELITE bounty rebel Rebel rebel_surface_marshal 0 0 0 0 40 -1 40 -1 -1 2 2 80 npc/mission_bounty:bounty_elite boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 12 yes +mission_bounty_rebel_trooper 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 12 yes +mission_bounty_rebel_warrant_officer_i 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes +mission_bounty_rebel_warrant_officer_ii 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 12 yes +mission_bounty_rorgungan_warchief 20 0 0 0 0 NORMAL bounty bounty_target gungan_male 0.8 1 0 20 15 0 -1 30 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc rebel_carbine rebel_pistol commando_2 commando_2 0 12 yes +mission_bounty_rsf_captain 20 0 0 0 0 NORMAL bounty bounty_target dressed_rsf_captain.iff 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes +mission_bounty_rsf_palace_guard 20 0 0 0 0 NORMAL bounty bounty_target dressed_rsf_palace_guard.iff 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc police military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_bounty_rsf_security_officer 20 0 0 0 0 NORMAL bounty bounty_target dressed_rsf_security_officer.iff 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc police military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_bounty_senior_specforce_guerrilla 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine general_pistol commando_3 commando_3 0 12 yes +mission_bounty_senior_specforce_heavy_weapons_specialist 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine general_pistol commando_3 commando_3 0 12 yes +mission_bounty_senior_specforce_infiltrator 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_sword rebel_pistol melee_3 spy_3 0 12 yes +mission_bounty_senior_specforce_lieutenant 35 0 0 0 0 ELITE bounty rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine rebel_pistol officer_special_3 officer_special_3 0 3 yes +mission_bounty_senior_specforce_marine 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine imperial_pistol commando_3 commando_3 0 12 yes +mission_bounty_senior_specforce_pathfinder 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_rifle imperial_pistol bounty_hunter_3 bounty_hunter_3 0 12 yes +mission_bounty_senior_specforce_technician 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_pistol imperial_carbine commoner_3 commoner_3 0 12 yes +mission_bounty_senior_specforce_wilderness_trooper 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_guerrilla 0 15 15 0 0 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine imperial_pistol bounty_hunter_3 bounty_hunter_3 0 12 yes +mission_bounty_sharpshooter 20 0 0 0 0 NORMAL bounty bounty_target rebel_lance_corporal 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military general_rifle general_pistol commando_2 commando_2 0 2 yes +mission_bounty_specforce_heavy_weapons_specialist 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_sword rebel_pistol melee_2 officer_2 0 12 yes +mission_bounty_specforce_infiltrator 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_sword rebel_pistol melee_2 spy_2 0 12 yes +mission_bounty_specforce_interrogator 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military rebel_carbine rebel_pistol spy_2 spy_2 0 12 yes +mission_bounty_specforce_lieutenant 35 0 0 0 0 ELITE bounty rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine rebel_pistol officer_special_3 officer_special_3 0 3 yes +mission_bounty_specforce_major 70 0 0 0 0 ELITE bounty rebel Rebel rebel_colonel 0 0 25 0 0 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc ai.soldier military military imperial_carbine rebel_pistol officer_special_6 officer_special_6 0 3 yes +mission_bounty_specforce_marine 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_carbine imperial_carbine commando_2 commando_2 0 12 yes +mission_bounty_specforce_master_sergeant 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc ai.soldier military military imperial_carbine general_pistol officer_3 officer_3 0 12 yes +mission_bounty_specforce_procurement_specialist 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_carbine pirate_pistol_low_level commoner_2 commoner_2 0 12 yes +mission_bounty_specforce_technician 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military imperial_carbine imperial_carbine commoner_2 commoner_2 0 12 yes +mission_bounty_specforce_wilderness_operative 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc ai.soldier military military imperial_carbine imperial_pistol bounty_hunter_2 bounty_hunter_2 0 12 yes +mission_bounty_specops_agent 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_trooper 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc military military imperial_carbine imperial_pistol spy_3 spy_3 0 12 yes +mission_bounty_specops_alliance_free_agent 70 0 0 0 0 ELITE bounty rebel Rebel rebel_trooper 0 0 0 0 0 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_elite elite_npc_7 npc military military imperial_carbine imperial_pistol spy_special_6 spy_special_6 0 3 yes +mission_bounty_specops_trooper 20 0 0 0 0 NORMAL bounty rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military imperial_carbine rebel_pistol commando_2 commando_2 0 12 yes +mission_bounty_spice_collective_eliteguard 35 0 0 0 0 ELITE bounty bounty_target spice_collective_eliteguard 0.8 1.2 0 20 40 0 -1 -1 -1 -1 -1 2 2 80 npc/mission_bounty:bounty_medium elite_npc_4 col_shattered_shard_01 npc pirate_carbine general_pistol commando_special_3 commando_special_3 0 3 yes +mission_bounty_spice_collective_foreman 20 0 0 0 0 NORMAL bounty bounty_target spice_collective_foreman 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc general_carbine general_pistol commoner_2 commoner_2 0 12 yes +mission_bounty_spice_collective_heavyguard 35 0 0 0 0 NORMAL bounty bounty_target spice_collective_heavyguard 0.8 1 0 0 30 0 0 -1 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc pirate_carbine pirate_carbine commando_3 commando_3 0 12 yes +mission_bounty_stranded_rebel_soldier 35 0 0 0 0 NORMAL bounty rebel Rebel rebel_trooper 0 15 15 0 0 0 -1 0 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc military rebel_carbine rebel_pistol commando_3 commando_3 0 12 yes +mission_bounty_terrorist 20 0 0 0 0 NORMAL bounty bounty_target criminal_smuggler 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc pirate slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 12 yes +mission_bounty_trade_federation_avenger 20 0 0 0 0 NORMAL bounty bounty_target mercenary_weak 0.8 1 0 0 0 0 0 0 0 0 0 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 12 12 yes +mission_bounty_trade_federation_zealot 20 0 0 0 0 NORMAL bounty bounty_target mercenary_strong 0.8 1 0 0 0 0 0 0 0 0 -1 2 2 80 npc/mission_bounty:bounty_low generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 12 12 yes +mission_bounty_warder 35 0 0 0 0 NORMAL bounty bounty_target noble 0.8 1 0 30 30 0 -1 0 0 -1 -1 2 2 80 npc/mission_bounty:bounty_medium generic_npc_4 col_shattered_shard_01 npc rebel_carbine pirate_pistol commando_3 commando_3 0 12 1 +mission_brawler 2 0 0 0 0 NORMAL global mercenary criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +mission_businessman 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 +mission_cannibal 4 0 0 0 0 NORMAL tatooine cannibal commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang general_unarmed none 4 4 1 yes +mission_chadra_fan_assassin 19 6 -3 0 0 NORMAL global chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 0 4 +mission_chadra_fan_female 2 0 0 0 0 NORMAL nowhere chadra_fan chadra_fan_female.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug townperson rebel_carbine rebel_pistol 0 2 +mission_chadra_fan_male 2 0 0 0 0 NORMAL nowhere chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug townperson rebel_carbine rebel_pistol 0 2 1 +mission_chadra_fan_thief 5 0 0 0 0 NORMAL global chadra_fan chadra_fan_male.iff 1.9 2.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_carbine_low_level 0 4 +mission_comm_operator 14 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_1 melee_1 0 2 +mission_command_security_guard 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +mission_commando 19 0 0 0 0 NORMAL global mercenary rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 +mission_common_thief 10 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 1 +mission_commoner 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_carbine rebel_pistol 0 2 yes +mission_compforce_trooper 21 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +mission_crimelord 15 0 0 0 0 NORMAL tatooine hutt Hutt criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 1 +mission_criminal 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 yes +mission_dark_trooper 32 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_31_40 generic_npc_4 housing_improvement_01,col_holo_emitter_01 android int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_3 droid_3 0 2 +mission_desert_demon 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 +mission_desert_demon_bodyguard 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_sword smuggler_1 melee_1 4 4 +mission_desert_demon_brawler 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 yes +mission_desert_demon_leader 14 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 25 -1 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 +mission_desert_demon_marksman 13 0 0 0 0 NORMAL tatooine desert_demon desert_demon criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc npc.converse.npc_convo pirate slang general_rifle general_pistol smuggler_1 smuggler_1 4 4 +mission_detention_security_guard 15 0 0 0 0 NORMAL global imperial Imperial human_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo police military imperial_carbine imperial_polearm commando_1 melee_1 0 2 1 +mission_entertainer 1 0 0 0 0 NORMAL global townsperson townsperson trainer_entertainer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 +mission_evil_nomad 4 0 0 0 0 NORMAL tatooine evil commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang rebel_polearm rebel_carbine 4 4 +mission_explorer 4 0 0 0 0 NORMAL global mercenary species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_carbine rebel_pistol 0 2 1 +mission_farmer 1 0 0 0 0 NORMAL global townsperson townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 1 +mission_farmer_agriculturalist 8 0 0 0 0 NORMAL global townsperson townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 1 +mission_farmer_rancher 11 0 0 0 0 NORMAL global townsperson townsperson species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine commoner_1 commoner_1 0 2 +mission_fringer 4 0 0 0 0 NORMAL global mercenary species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang rebel_carbine pirate_carbine_low_level 0 2 +mission_fugitive 4 0 0 0 0 NORMAL tatooine thug thug species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 +mission_gambler 5 0 0 0 0 NORMAL global thug thug species_choices_speaking 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo pirate slang 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +mission_governor 7 0 0 0 0 NORMAL naboo naboo naboo dressed_governor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 imperial_pistol imperial_carbine 0 2 +mission_gungan_bomber 25 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 -1 40 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 2 +mission_gungan_boss 26 0 0 0 -3 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 20 0 35 35 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_carbine pirate_pistol smuggler_2 smuggler_2 0 2 yes +mission_gungan_captain 25 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 30 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_carbine pirate_pistol_low_level smuggler_2 smuggler_2 0 2 yes +mission_gungan_general 26 0 0 0 0 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 0 0 -1 30 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_pistol rebel_carbine smuggler_2 smuggler_2 0 2 +mission_gungan_grand_army_soldier 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military pirate_carbine_low_level rebel_pistol commoner_2 commoner_2 0 2 +mission_gungan_guard 23 0 0 0 0 NORMAL naboo gungan gungan gungan_s02_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_pistol pirate_carbine_low_level commoner_2 commoner_2 0 2 +mission_gungan_hermit 23 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 0 2 +mission_gungan_hunter 24 0 0 0 0 NORMAL naboo gungan gungan gungan_s04_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson pirate_rifle_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 +mission_gungan_kaadu_rider 25 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 -1 20 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 2 yes +mission_gungan_mercenary 14 0 0 0 0 NORMAL naboo mercenary gungan_s04_male.iff 0 0 0 0 0 15 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military pirate_pistol_low_level pirate_carbine_low_level commando_1 commando_1 0 2 +mission_gungan_scout 23 0 0 0 0 NORMAL naboo gungan gungan gungan_s04_male.iff 0 0 0 0 0 10 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military pirate_rifle_low_level pirate_pistol_low_level bounty_hunter_2 bounty_hunter_2 0 2 yes +mission_gungan_war_chief 26 0 0 0 0 NORMAL naboo gungan gungan gungan_s03_male.iff 0 0 0 0 0 25 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol smuggler_2 smuggler_2 0 2 +mission_gunner 15 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +mission_gunrunner 8 0 0 0 0 NORMAL tatooine mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +mission_hermit 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_pistol rebel_carbine 0 2 yes +mission_high_colonel 24 0 0 0 0 NORMAL global imperial Imperial imperial_colonel 0 15 15 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military rebel_carbine rebel_pistol commando_2 commando_2 0 4 1 +mission_hunter 5 0 0 0 0 NORMAL global mercenary rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_rifle rebel_pistol 0 2 yes +mission_imperial_army_captain 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_imperial_brigadier_general 25 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 20 20 40 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_imperial_colonel 23 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 4 +mission_imperial_corporal 16 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +mission_imperial_exterminator 33 0 0 0 3 NORMAL naboo imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 yes +mission_imperial_first_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_lieutenant_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_imperial_general 28 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_imperial_high_general 29 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +mission_imperial_inquisitor 80 0 0 0 0 ELITE global imperial Imperial dressed_imperial_inquisitor_human_male_01.iff 0 50 50 50 0 50 0 50 50 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military general_unarmed none officer_special_6 melee_special_6 0 3 +mission_imperial_lance_corporal 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +mission_imperial_lieutenant_colonel 22 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_imperial_lieutenant_general 27 0 0 0 5 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_imperial_major 21 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_imperial_major_general 26 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 25 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 1 yes +mission_imperial_master_sergeant 18 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 1 +mission_imperial_noncom 14 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +mission_imperial_private 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 instant +mission_imperial_retreat_guard 80 0 0 0 0 BOSS naboo imperial Imperial royal_guard.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_71_80 boss_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc 90 90 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 16 12 yes +mission_imperial_second_lieutenant 20 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_lieutenant_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +mission_imperial_sergeant 16 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +mission_imperial_sergeant_major 19 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +mission_imperial_sharpshooter 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military general_rifle general_pistol commando_1 commando_1 0 2 +mission_imperial_staff_corporal 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +mission_imperial_staff_sergeant 17 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +mission_imperial_surface_marshal 30 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 +mission_imperial_trooper 15 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +mission_imperial_warrant_officer_i 19 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +mission_imperial_warrant_officer_ii 18 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +mission_industrial_spy 5 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson slang rebel_carbine rebel_pistol 0 2 1 +mission_info_broker 1 0 0 0 0 NORMAL global mercenary commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 pirate_pistol_low_level rebel_carbine 0 2 yes +mission_jabba_assassin 15 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +mission_jabba_enforcer 15 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 +mission_jabba_henchman 14 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +mission_jabba_scout 14 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +mission_jabba_thief 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +mission_jabba_thug 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 1 +mission_jabbas_swooper 13 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 +mission_jabbas_swooper_leader 14 0 0 0 0 NORMAL tatooine jabba jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 jabba npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 +mission_lance_bombardier 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_unarmed commando_1 melee_1 0 2 yes +mission_master_thief 14 0 0 0 0 NORMAL global thug thug criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo thug military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 1 yes +mission_mauler 22 1 1 0 0 NORMAL naboo mauler mauler_medium 0 10 0 15 -1 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 18 mauler npc npc.converse.npc_convo thug military imperial_carbine imperial_pistol commando_2 commando_2 6 6 yes +mission_mauler_apprentice 25 2 -1 0 0 NORMAL naboo mauler mauler_low 0 0 0 10 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 mauler npc npc.converse.npc_convo pirate military pirate_carbine_low_level pirate_unarmed commando_2 melee_2 6 6 1 +mission_mayor 4 0 0 0 0 NORMAL naboo naboo naboo dressed_mayor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 imperial_pistol imperial_carbine 0 2 1 +mission_medic 4 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo military military 1 rebel_pistol rebel_carbine 0 2 1 +mission_mercenary 11 0 0 0 0 NORMAL global mercenary mercenary_commander 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 +mission_miner 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 +mission_moisture_farmer 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 +mission_moisture_thief 2 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang rebel_sword rebel_carbine 4 4 1 +mission_mos_eisley_police_lieutenant 15 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect police military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +mission_mos_eisley_police_officer 13 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_unarmed officer_1 melee_1 0 2 1 +mission_mos_eisley_police_sergeant 14 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convonpc.stormtrooper_respect.stormtrooper_respect police military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +mission_mountain_villager 1 0 0 0 0 NORMAL naboo mountain_villager dressed_mountain_villager.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_pistol 0 2 1 +mission_naboo_dissident 4 0 0 0 0 NORMAL naboo thug thug dressed_naboo_dissident.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol 0 2 +mission_naboo_police 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_naboo_police.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military rebel_carbine rebel_pistol officer_2 officer_2 0 2 +mission_naboo_police_chief 28 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_naboo_police_chief.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 +mission_network_leader 11 0 0 0 0 NORMAL global rebel Rebel commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo imperial military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 +mission_noble 2 0 0 0 0 NORMAL global townsperson townsperson noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 +mission_nomad 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_pistol rebel_carbine 0 2 1 +mission_official 1 0 0 0 0 NORMAL naboo naboo naboo noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_creature_1 npc npc.converse.npc_convo noble fancy 1 rebel_carbine rebel_pistol 0 2 +mission_otolla_gungan 25 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_pistol smuggler_2 smuggler_2 0 2 1 +mission_outlaw 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes +mission_palace_guard 28 0 0 0 0 NORMAL naboo rsf naboo_security_force mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo imperial military pirate_carbine pirate_pistol officer_2 officer_2 0 2 1 +mission_philosopher 1 0 0 0 0 NORMAL naboo townsperson townsperson dressed_philosopher.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_carbine rebel_pistol 0 2 +mission_pilot 7 0 0 0 0 NORMAL global mercenary rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol 0 2 +mission_pirate 17 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes +mission_pirate_leader 17 0 0 0 0 NORMAL global pirate pirate criminal_smuggler 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes +mission_pirate_lieutenant 15 0 0 0 0 NORMAL global pirate pirate criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +mission_plague_victim 2 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_pistol rebel_carbine 0 2 +mission_plainsfolk 1 0 0 0 0 NORMAL naboo townsperson townsperson dressed_plainsfolk.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 0 2 +mission_plasma_thief 1 0 0 0 0 NORMAL naboo plasma_thief plasma_thief plasma_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 yes +mission_rebel_army_captain 21 0 0 0 0 NORMAL global rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes +mission_rebel_brigadier_general 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 20 20 40 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +mission_rebel_colonel 24 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +mission_rebel_commando 25 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine commando_melee commando_2 melee_2 0 2 +mission_rebel_corporal 15 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +mission_rebel_first_lieutenant 20 0 0 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes +mission_rebel_general 28 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +mission_rebel_high_general 29 0 0 0 4 NORMAL global rebel Rebel rebel_high_general 0 0 0 0 40 -1 40 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 +mission_rebel_lance_corporal 15 0 0 0 0 NORMAL global rebel Rebel rebel_lance_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +mission_rebel_lieutenant_colonel 23 0 0 0 0 NORMAL global rebel Rebel rebel_lieutenant_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes +mission_rebel_lieutenant_general 27 0 0 0 5 NORMAL global rebel Rebel rebel_lieutenant_general 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +mission_rebel_major 22 0 0 0 0 NORMAL global rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes +mission_rebel_major_general 26 0 0 0 0 NORMAL global rebel Rebel rebel_general 0 0 25 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 +mission_rebel_master_sergeant 17 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 +mission_rebel_scout 15 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_rifle rebel_pistol officer_1 officer_1 0 2 yes +mission_rebel_second_lieutenant 19 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +mission_rebel_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +mission_rebel_sergeant_major 17 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +mission_rebel_specforce_captain 25 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +mission_rebel_specforce_colonel 27 0 0 0 5 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +mission_rebel_specforce_general 28 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 1 yes +mission_rebel_specforce_guerrilla 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +mission_rebel_specforce_pathfinder 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +mission_rebel_specforce_sergeant 21 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 +mission_rebel_staff_corporal 16 0 0 0 0 NORMAL global rebel Rebel rebel_staff_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +mission_rebel_staff_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +mission_rebel_surface_marshal 20 0 0 0 0 NORMAL global rebel Rebel rebel_surface_marshal 0 15 20 0 40 -1 40 -1 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 +mission_rebel_trooper 15 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +mission_rebel_warrant_officer_i 18 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +mission_rebel_warrant_officer_ii 16 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +mission_rodian_clan_captain 15 0 0 0 0 NORMAL tatooine rodian dressed_kobola_thief_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 1 +mission_rodian_clan_medic 14 0 0 0 0 NORMAL tatooine rodian dressed_kobola_thief_rodian_female_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 1 yes +mission_rodian_clan_warchief 15 0 0 0 0 NORMAL tatooine rodian dressed_liberation_activist_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 +mission_rodian_gladiator 14 0 0 0 0 NORMAL tatooine rodian dressed_brigade_officer_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military pirate_pistol_low_level none commando_1 melee_1 0 2 +mission_rodian_thug 1 0 0 0 0 NORMAL global rodian dressed_criminal_thug_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 +mission_rogue 7 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +mission_roughneck 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes +mission_rsf_captain 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_captain.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 +mission_rsf_commando 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_commando.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military commando_ranged pirate_pistol officer_2 officer_2 0 2 yes +mission_rsf_palace_guard 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_palace_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military imperial_carbine imperial_polearm officer_2 melee_2 0 2 +mission_rsf_pilot 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_pilot.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 +mission_rsf_security_guard 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_palace_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes +mission_rsf_security_officer 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_security_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes +mission_sand_trooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 0 0 0 40 20 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 +mission_scavenger 4 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang rebel_pistol rebel_carbine 4 4 +mission_scientist 1 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_pistol rebel_carbine 0 2 1 +mission_scoundrel 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +mission_scout_trooper 23 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_rifle imperial_pistol commando_2 commando_2 0 4 yes +mission_senior_specforce_guerrilla 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_senior_specforce_heavy_weapons_specialist 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_senior_specforce_infiltrator 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_sword imperial_carbine commando_2 commando_2 0 2 yes +mission_senior_specforce_lieutenant 24 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes +mission_senior_specforce_marine 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_senior_specforce_pathfinder 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_senior_specforce_technician 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_senior_specforce_wilderness_trooper 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo military military imperial_rifle imperial_pistol commando_2 commando_2 0 2 +mission_settler 2 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson 1 rebel_pistol rebel_carbine 4 4 yes +mission_sharpshooter 16 1 -1 0 0 NORMAL global mercenary mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military general_rifle general_pistol bounty_hunter_1 bounty_hunter_1 0 2 +mission_signalman 15 0 0 0 0 NORMAL global imperial Imperial rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo imperial military rebel_carbine rebel_pistol commando_1 commando_1 0 2 +mission_slave 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo slave slang rebel_pistol none 0 2 +mission_slave_twilek_female 4 0 0 0 0 NORMAL global townsperson townsperson twilek_female.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo slavegirl slave slang rebel_pistol none 0 2 +mission_slavemaster 1 0 0 0 0 NORMAL global slaver noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +mission_slaver 1 0 0 0 0 NORMAL tatooine slaver commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +mission_slicer 2 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes +mission_smuggler 14 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +mission_spacer 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes +mission_specforce_heavy_weapons_specialist 18 1 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 1 yes +mission_specforce_infiltrator 18 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_carbine officer_1 officer_1 0 2 +mission_specforce_interrogator 16 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +mission_specforce_lieutenant 23 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +mission_specforce_major 26 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 25 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 1 yes +mission_specforce_marine 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 yes +mission_specforce_master_sergeant 22 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +mission_specforce_procurement_specialist 13 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 +mission_specforce_technician 18 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 yes +mission_specforce_wilderness_operative 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_rifle imperial_pistol officer_1 officer_1 0 2 +mission_special_missions_engineer 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +mission_specialist_noncom 13 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +mission_specops_agent 24 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes +mission_specops_alliance_free_agent 27 0 0 0 5 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 1 +mission_specops_trooper 17 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 1 +mission_spice_fiend 5 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level 4 4 yes +mission_spynet_operative 17 0 0 0 0 NORMAL global spynet criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo rebel military rebel_pistol rebel_carbine spy_1 spy_1 0 2 +mission_squatter 1 0 0 0 0 NORMAL tatooine townsperson townsperson criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_sword 0 2 1 yes +mission_storm_commando 29 2 -2 0 5 NORMAL global imperial Imperial dressed_scout_trooper_black_black.iff 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes +mission_stormtrooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes +mission_stormtrooper_bombardier 25 3 -3 0 0 NORMAL global imperial Imperial dressed_stormtrooper_bombardier_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes +mission_stormtrooper_medic 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_medic_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_unarmed stormtrooper_carbine melee_2 commando_2 0 2 yes +mission_stormtrooper_rifleman 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_rifleman_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 2 yes +mission_stormtrooper_sniper 25 1 -1 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sniper_m.iff 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 2 yes +mission_stormtrooper_squad_leader 27 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 2 yes +mission_swamp_trooper 32 0 0 0 0 NORMAL naboo imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 0 0 0 20 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 +mission_swamp_villager 4 0 0 0 0 NORMAL naboo swamp_villager commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo townsperson townperson rebel_carbine rebel_pistol 0 2 1 +mission_swooper 1 0 0 0 0 NORMAL tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 +mission_swooper_leader 1 0 0 0 0 NORMAL tatooine swoop swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo pirate slang pirate_carbine_low_level pirate_pistol_low_level 4 4 +mission_tatooine_militiaman 1 0 0 0 0 NORMAL tatooine townsperson townsperson mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol 0 2 +mission_technician 1 0 0 0 0 NORMAL global townsperson townsperson artisan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo noble fancy 1 rebel_carbine rebel_pistol 0 2 +mission_teras_kasi_master 20 2 -4 0 0 NORMAL global townsperson townsperson trainer_unarmed 0 40 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military commoner_2 commoner_2 0 2 +mission_thief 11 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +mission_thug 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 +mission_trade_federation_avenger 16 0 0 0 0 NORMAL naboo trade_federation trade_federation noble 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine rebel_pistol smuggler_1 smuggler_1 6 6 +mission_trade_federation_loyalist 15 0 0 0 0 NORMAL naboo trade_federation trade_federation noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 +mission_trade_federation_zealot 16 0 0 0 0 NORMAL naboo trade_federation trade_federation noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 6 6 +mission_trandoshan_slavemaster 2 0 0 0 0 NORMAL tatooine slaver dressed_kobola_pitboss_trandoshan_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +mission_trandoshan_slaver 1 0 0 0 0 NORMAL tatooine slaver dressed_kobola_pitboss_trandoshan_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +mission_tusk_cat_rider 17 0 0 0 0 NORMAL naboo naboo naboo dressed_tusk_cat_rider.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.converse.npc_convo military military rebel_carbine pirate_pistol_low_level bounty_hunter_1 bounty_hunter_1 0 2 yes +mission_valarian_assassin 14 1 0 0 0 NORMAL tatooine valarian valarian criminal_smuggler 0 0 0 0 -1 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 +mission_valarian_enforcer 15 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_carbine_low_level imperial_pistol smuggler_1 smuggler_1 4 4 +mission_valarian_henchman 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo pirate slang pirate_polearm pirate_carbine_low_level smuggler_1 smuggler_1 4 4 +mission_valarian_scout 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo military slang pirate_rifle_low_level imperial_pistol smuggler_1 smuggler_1 4 4 +mission_valarian_swooper 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_carbine_low_level imperial_pistol smuggler_1 smuggler_1 4 4 +mission_valarian_swooper_leader 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_swooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_carbine_low_level imperial_pistol smuggler_1 smuggler_1 4 4 +mission_valarian_thief 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 +mission_valarian_thug 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 yes +mission_veteran_compforce_trooper 24 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 20 20 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 valarian npc npc.converse.npc_convo,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_2 commando_2 0 4 +mission_wastrel 2 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +mission_water_bug 4 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.npc_convo thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 +moisture_farmer 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 +moisture_thief 8 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_sword rebel_carbine 4 4 1 yes +mokk_clan_leader 68 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 60 -1 0 0 100 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 +mokk_harvester 66 3 0 0 -5 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 40 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 +mokk_herbalist 65 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 30 0 -1 -1 40 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes +mokk_hunter 66 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 40 60 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes +mokk_loreweaver 64 0 5 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 15 50 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 +mokk_primalist 64 0 5 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 15 50 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 +mokk_rockshaper 66 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 100 0 100 0 0 100 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes +mokk_scout 64 0 5 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 15 50 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes +mokk_shaman 65 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 60 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 +mokk_soothsayer 67 4 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 40 60 0 -1 -1 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 yes +mokk_tribesman 66 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 15 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 1 +mokk_warrior 68 0 0 0 0 NORMAL dantooine mokk_tribe mokk_tribe species_choices_dantari 0 0 45 -1 0 0 100 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 mokk npc primitive_weapons none commoner_6 commoner_6 12 12 +mon_mothma 100 0 0 0 0 NORMAL rebel Rebel mon_mothma.iff 0.89 0.89 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.mon_mothma commoner_10 commoner_10 0 2 +monumenter_bandit 28 0 0 0 0 NORMAL corellia monumenter monumenter criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate_pistol pirate_pistol smuggler_2 smuggler_2 0 2 +monumenter_marauder 26 0 0 0 0 NORMAL corellia monumenter monumenter criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate_pistol pirate_pistol smuggler_2 smuggler_2 0 2 +monumenter_smuggler 31 0 0 0 0 NORMAL corellia monumenter monumenter criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_pistol general_pistol smuggler_3 smuggler_3 0 2 +morag 100 0 0 0 0 NORMAL morag morag.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes +mordran 32 0 0 0 0 ELITE naboo borvo borvo mordran.iff 1.1 1.1 0 0 75 0 45 80 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 borvo npc pirate slang general_sword none commando_3 commando_3 5 5 +mordran_gungan_exile 31 0 0 0 0 NORMAL naboo borvo borvo gungan_outcast.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 1 100 creature/insect_31_40 elite_npc_4 housing_improvement_01 18 borvo npc pirate slang pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 5 5 +mordran_gungan_outcast 31 0 0 0 0 ELITE naboo borvo borvo gungan_outcast.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 borvo npc pirate slang pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 5 5 +mordran_gungan_reject 31 0 0 0 0 ELITE naboo borvo borvo gungan_outcast.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 borvo npc pirate slang pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 5 5 +mos_eisley_mayor 100 0 0 0 0 NORMAL townsperson dressed_mayor_mikdanyell_guhrantt.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +mos_eisley_police_lieutenant 15 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.stormtrooper_respect.stormtrooper_respect police military rebel_carbine rebel_pistol officer_1 officer_1 0 24 +mos_eisley_police_officer 13 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.stormtrooper_respect.stormtrooper_respect police military imperial_carbine imperial_pistol officer_1 officer_1 0 24 1 +mos_eisley_police_sergeant 14 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.stormtrooper_respect.stormtrooper_respect police military rebel_carbine rebel_pistol officer_1 officer_1 0 24 +mos_entha_police_officer 35 0 2 0 0 NORMAL global imperial Imperial dressed_swamp_trooper_m.iff 0 10 10 40 0 0 0 100 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper rebel_carbine rebel_pistol officer_3 officer_3 0 6 +mos_espa_police_officer 35 0 2 0 0 NORMAL global townsperson townsperson eisley_officer 0.9 0.9 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police military rebel_carbine rebel_pistol officer_3 officer_3 0 6 +mos_espa_race_coordinator 100 0 0 0 0 NORMAL pod race mission/badge giver in Mos Espa tatooine townsperson criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 npc 1 ai.thug pirate_pistol commoner_10 commoner_10 0 0 yes +mos_taike_cantina_owner 20 0 2 0 0 NORMAL tatooine townsperson townsperson mos_taike_cantina_owner.iff 0.95 0.95 0 20 20 -1 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.stella pirate_pistol_low_level pirate_pistol_low_level commoner_2 commoner_2 10 10 yes +mos_taike_guard_old 20 0 2 0 0 NORMAL tatooine townsperson townsperson mos_taike_guard_old.iff 0.9 0.9 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.lorne_prestar imperial_carbine imperial_pistol commoner_2 commoner_2 10 10 yes +mos_taike_guard_young 20 0 2 0 0 NORMAL tatooine townsperson townsperson mos_taike_guard_young.iff 1.01 1.01 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.bren_kingal imperial_carbine imperial_pistol commoner_2 commoner_2 10 10 yes +mos_taike_mayor 20 0 2 0 0 NORMAL tatooine townsperson townsperson mos_taike_mayor.iff 0.8 0.8 0 20 20 -1 0 0 -1 0 -1 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.gramm_rile pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 10 10 +mos_taike_police_officer 35 0 2 0 0 NORMAL global townsperson townsperson eisley_officer 0.9 0.9 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_31_40 generic_npc_3 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police military rebel_carbine rebel_pistol officer_3 officer_3 0 6 1 +mott 5 0 0 0 0 NORMAL naboo mott mott_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 85 meat_herbivore 60 hide_leathery 25 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 +mott_bull 6 1 -1 0 0 NORMAL naboo mott mott_hue.iff 1.2 1.4 2 0 0 0 0 0 0 0 -1 2 1 100 meat_herbivore 65 hide_leathery 40 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAttackAbilityWeak herbivore 0 2 +mott_calf 1 0 0 0 0 NORMAL naboo mott mott_hue.iff 0.3 0.7 3 0 0 0 0 0 0 0 -1 2 1 45 meat_herbivore 30 hide_leathery 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 herbivore 0 2 1 yes +mottled_wrix 35 0 0 0 0 NORMAL corellia wrix gurreck_hue.iff 1 1.1 3 10 10 -1 -1 0 0 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackDamageWeak carnivore predatory_cat_3 predatory_cat_3 10 10 +mound_mite 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 3 tatooine mound_mite rock_mite_hue.iff 1.1 1.3 3 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore 0 2 +mountain_dewback 22 0 0 -2 0 NORMAL tatooine dewback_mountain dewback_hue.iff 0.75 1 3 20 0 0 40 40 -1 -1 -1 2 1 330 meat_reptilian 240 hide_leathery 170 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medTankArmorWeak herbivore bull_2 bull_2 0 2 +mountain_ikopi 48 2 0 0 0 NORMAL naboo ikopi_mountain ikopi_hue.iff 1.3 1.6 2 15 0 0 0 0 -1 -1 -1 2 1 milk_wild 75 meat_wild 60 hide_bristley 50 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedWeak herbivore goat_3 goat_3 0 2 +mountain_krevol 18 0 0 0 -6 NORMAL naboo krevol_mountain horned_krevol_hue.iff 1.3 1.6 1 15 5 0 35 0 0 0 -1 2 1 3 meat_insect 2 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak herbivore roach_1 roach_1 0 2 1 +mountain_murra 31 0 2 0 -1 NORMAL corellia murra_mountain murra_hue.iff 1.4 1.6 2 0 20 25 -1 0 -1 -1 -1 2 1 milk_wild 75 meat_herbivore 35 hide_bristley 45 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowTankUtilityWeak herbivore goat_2 goat_2 0 2 1 +mountain_squill 18 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.8 2.2 2 0 0 0 -1 0 0 0 -1 2 1 3 meat_carnivore 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_1 monkey_1 10 10 +mountain_squill_guardian 19 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.9 2 1 60 60 0 -1 0 0 0 -1 2 1 3 meat_carnivore 4 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 10 10 +mountain_squill_hunter 19 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.6 1.7 3 35 35 0 0 -1 -1 -1 -1 2 1 2 meat_carnivore 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 10 10 1 yes +mountain_torton 28 3 0 0 -3 NORMAL rori torton torton_hue.iff 1.3 1.4 3 40 40 70 -1 -1 60 60 60 2 1 1400 meat_carnivore 1225 hide_wooly 1400 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 torton herbivore fambaa_2 fambaa_2 0 2 +mountain_vesp 44 0 0 0 -2 NORMAL lok vesp vesp_hue.iff 0.9 1.3 1 35 0 0 -1 -1 -1 -1 -1 2 1 11 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackAbilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_3 lizard_3 8 8 +mountain_villager 1 0 0 0 0 NORMAL naboo mountain_villager commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 +mountain_worrt 19 0 -2 0 0 NORMAL Tatooine - to be sorted tatooine worrt_mountain worrt_hue.iff 5 5.4 4 0 30 0 35 35 -1 -1 -1 2 1 4 meat_reptilian 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff frog_2 frog_2 6 2 +mourno_draver 100 0 0 0 0 NORMAL talus townsperson dressed_mourno_draver.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +mouse_droid 1 0 0 0 0 NORMAL anywhere mousedroid mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 +mouse_droid_crafted 1 0 0 0 0 NORMAL anywhere mousedroid mouse_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0 2 +mozo_bondog 100 0 0 0 0 NORMAL dathomir imperial Imperial dressed_mozo_bondog.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol bounty_hunter_10 bounty_hunter_10 0 12 +muftak 100 0 0 0 0 NORMAL townsperson townsperson muftak.iff 1.05 1.05 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +mullud_bombo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_mullud_bombo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +mummer_bully 20 0 0 0 0 NORMAL naboo mummer_low thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 2 yes +mummer_captain 33 8 -8 0 0 ELITE naboo mummer_elite thug blood_razor_pirate 0 60 60 0 0 -1 0 0 -1 2 npc/elite_npc_31_43 col_shattered_shard_01 18 mummer npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 9 3 yes +mummer_guard 31 4 -4 0 0 ELITE naboo mummer_elite thug blood_razor_pirate 0 45 45 0 0 -1 0 0 -1 2 npc/elite_npc_31_40 col_shattered_shard_01 18 mummer npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes +mummer_officer 32 6 -6 0 0 ELITE naboo mummer_elite thug blood_razor_pirate 0 50 50 0 0 -1 0 0 -1 2 npc/elite_npc_31_41 col_shattered_shard_01 18 mummer npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 +mummer_punk 20 0 0 0 0 NORMAL naboo mummer_low thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 2 1 +mummer_ruffian 19 0 0 0 0 NORMAL naboo mummer_low thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 yes +mummer_scout 30 2 -2 0 0 ELITE naboo mummer_elite thug blood_razor_pirate 0 40 40 0 0 -1 0 0 -1 2 npc/elite_npc_31_42 18 mummer npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 9 3 1 +mummer_thug 20 0 0 0 0 NORMAL naboo mummer_low thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 2 +murmur_admin_security 34 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_admin_security.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol commando_3 commando_3 4 4 +murmur_administrator 28 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human commoner 0.8 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles npc general_unarmed commoner_2 commoner_2 0 0 +murmur_executive_1 34 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_exec1.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_rifle medic_special_3 medic_special_3 3 0 +murmur_executive_2 34 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_exec2.iff 0.8 1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine medic_special_3 medic_special_3 3 0 +murmur_executive_3 34 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_exec3.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_pistol medic_special_3 medic_special_3 3 0 +murmur_head_doc 35 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_doc.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_31_40 generic_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_pistol medic_special_3 medic_special_3 3 0 +murmur_jainn 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_jainn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.corellia_murmurs_1_jainn commoner_10 commoner_10 0 0 +murmur_moril 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_moril.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.corellia_murmurs_1_moril commoner_10 commoner_10 0 0 +murmur_questgiver 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_questgiver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.corellia_murmurs_questgiver commoner_10 commoner_10 0 0 +murmur_researcher 32 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human scientist 0.8 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol commoner_3 commoner_3 0 0 +murmur_second_level_security 35 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_human dressed_murmur_research_security.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol commando_3 commando_3 4 4 +murmur_sedated_acklay 35 3 -3 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures acklay_hue.iff 0.9 1.1 4 10 -10 10 10 10 0 0 0 1.7 1 400 meat_insect defaultProfile creature/elite_creature:elite_creature_31_40 elite_creature_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table carnivore snare_defense=50,root_defense=50 object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff generic_creature_special_3 generic_creature_special_3 3 2 1 +murmur_sedated_durni 35 1 1 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures durni_hue.iff 2 2.2 9 0 0 10 0 0 0 0 -1 2 1 50 meat_herbivore 25 hide_wooly 25 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore rabbit_2 rabbit_2 3 4 1 +murmur_sedated_kliknik 35 -2 2 0 8 NORMAL Corellia Murmurs Quests corellia murmur_creatures kliknik_hue.iff 1 1.5 1 0 10 0 50 -1 0 0 0 2 1 45 meat_carnivore 40 hide_scaley defaultProfile 1 80 creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff mantis_3 mantis_3 5 5 1 +murmur_sedated_mite 35 1 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures bark_mite_hue.iff 1.5 2 1 0 0 0 0 0 0 15 -1 2 1 25 meat_insect defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore roach_4 roach_4 3 4 1 +murmur_sedated_rancor 35 0 0 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures boar_wolf_hue.iff 2 2 6 0 0 0 0 0 0 0 -1 2 1 300 meat_carnivore 180 hide_bristley 150 bone_mammal defaultProfile npc/elite_npc:elite_npc_31_40 elite_creature_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 carnivore pig_2 pig_2 3 2 1 +murmur_sedated_spider 35 1 -2 0 1 NORMAL Corellia Murmurs Quests corellia murmur_creatures gaping_spider_hue.iff 1.3 1.7 4 0 0 0 0 0 0 0 0 2 1 20 meat_insect defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff spider_3 spider_3 3 4 1 +murmur_sedated_tusk_cat 35 1 1 0 0 NORMAL Corellia Murmurs Quests corellia murmur_creatures tusk_cat_hue.iff 0.8 1 8 0 0 0 0 0 0 0 -1 2 1 100 meat_carnivore 75 hide_bristley 65 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore predatory_cat_2 predatory_cat_2 3 4 +murmur_side_brother 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson commoner 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.murmur_side_brother commoner_10 commoner_10 0 0 +murmur_side_corporate 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_side_corporate.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.murmur_side_corporate commoner_10 commoner_10 0 0 +murmur_side_security_director 100 0 0 0 0 NORMAL Corellia Murmurs Quests corellia townsperson townsperson dressed_murmur_side_security_director.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.murmur_side_security_director commoner_10 commoner_10 0 0 1 +murra 28 0 1 0 0 NORMAL corellia murra murra_hue.iff 1 1.2 1 0 0 10 0 0 0 0 -1 2 1 milk_wild 55 meat_herbivore 35 hide_bristley 32 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowTankUtilityWeak herbivore goat_2 goat_2 0 2 yes +murra_blanca 30 0 0 0 0 ELITE talus murra murra_blanca.iff 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 milk_wild 55 meat_herbivore 35 hide_bristley 32 bone_mammal 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 100 col_murra_blanca carnivore root_defense=200,snare_defense=100 generic_creature_special_3 generic_creature_special_3 3 3 yes +mutant_acklay 80 0 0 0 0 ELITE yavin4 geonosian_monster mutant_acklay.iff 1.6 1.8 0 0 20 0 25 -1 -1 25 -1 2 1 meat_insect hide_leathery 1 80 creature/elite_creature:elite_creature_71_80 elite_creature_8 100 col_mutant_acklay carnivore 100 100 100 generic_creature_special_6 generic_creature_special_6 3 3 1 yes +mutant_bark_mite_giant 15 3 3 0 0 NORMAL rori mutant_bark_mite bark_mite_hue.iff 4.8 5.5 3 0 0 0 10 10 -1 -1 -1 2 1 20 meat_insect 18 hide_bristley defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite 0.05 lowTankArmorWeak carnivore roach_1 roach_1 6 6 1 yes +mutant_bark_mite_hatchling 5 1 5 0 0 NORMAL rori mutant_bark_mite bark_mite_hue.iff 0.8 1 3 0 0 0 0 0 0 0 -1 2 1 10 meat_insect 8 hide_bristley defaultProfile creature/insect_1_10 generic_creature_1 18 bark_mite carnivore roach_1 roach_1 4 4 1 yes +mutant_bark_mite_queen 30 5 1 0 0 NORMAL rori mutant_bark_mite bark_mite_hue.iff 7.5 8 3 65 65 0 55 55 -1 -1 -1 2 1 35 meat_insect 35 hide_bristley defaultProfile creature/insect_21_30 generic_creature_3 18 bark_mite carnivore roach_2 roach_2 6 6 1 yes +mutant_bark_mite_soldier 20 4 2 0 0 NORMAL rori mutant_bark_mite bark_mite_hue.iff 5.7 6 3 30 30 -1 20 20 -1 -1 -1 2 1 25 meat_insect 20 hide_bristley defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff roach_2 roach_2 6 6 1 yes +mutant_bark_mite_worker 8 2 4 0 -2 NORMAL rori mutant_bark_mite bark_mite_hue.iff 3.5 4 3 5 5 0 0 0 0 0 -1 2 1 15 meat_insect 10 hide_bristley defaultProfile creature/insect_1_10 generic_creature_1 18 bark_mite carnivore roach_1 roach_1 4 4 1 yes +mutant_baz_nitch 63 0 0 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 1 1.5 1 0 0 0 0 0 0 0 0 2 1 5 meat_wild 3 hide_leathery 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackDamageAvg herbivore turkey_4 turkey_4 12 12 instant +mutant_rancor 89 0 0 0 0 ELITE dathomir rancor beast_master/bm_mutated_rancor.iff 1.3 1.4 1 45 60 0 100 100 100 0 0 2 1 1020 meat_carnivore 901 hide_leathery 851 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_9 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 5 5 1 +mutant_womprat 12 0 -1 0 -4 NORMAL Tatooine - to be sorted tatooine womprat womp_rat_hue.iff 1.2 1.6 2 10 15 0 0 0 0 15 -1 2 1 6 meat_wild 5 hide_leathery 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat 0.15 lowAttackAbilityWeak carnivore rat_1 rat_1 6 2 +mutated_borgax_mount 1 0 0 0 0 NORMAL tatooine bioengineer beast_master/bm_mutated_borgax.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +mutated_cu_pa_mount 1 0 0 0 0 NORMAL tatooine bioengineer beast_master/bm_mutated_cu_pa.iff 1.25 1.25 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +mutated_dewback_mount 1 0 0 0 0 NORMAL BE Cloning Template - DO NOT CHANGE tatooine bioengineer beast_master/bm_mutated_dewback.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +mutated_kahmurra 50 0 0 0 -4 NORMAL talus kahmurra murra_hue.iff 1.7 1.9 3 25 25 0 40 40 40 -1 -1 2 1 50 meat_herbivore 33 hide_bristley 37 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 kahmurra 0.15 medAttackAbilityWeak carnivore goat_3 goat_3 6 6 1 +mutated_krevol_clicker 8 0 0 0 0 NORMAL corellia horned_krevol horned_krevol_hue.iff 1 1.5 4 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff 10 10 +mutated_rancor_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_mutated_rancor.iff 0.65 0.65 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 +naboo_azure_cabal_loruna_scathe 100 0 0 0 0 NORMAL Azure Cabal series naboo townsperson azure_cabal loruna_scathe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_24_azure_cabal_loruna_01 commoner_10 commoner_10 0 0 1 +naboo_bahwray_bhois_brute 84 0 0 0 0 NORMAL Peacewar arc Mobs naboo bahwray_bhois criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 10 10 1 +naboo_beachcomber_lonnley_bolgar 22 0 0 0 0 NORMAL naboo beachcomber dressed_criminal_organized_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table npc thug slang pirate_pistol_low_level smuggler_2 melee_2 3 3 1 +naboo_beachcomber_scoundrel 21 0 0 0 0 NORMAL naboo beachcomber criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level commoner_2 melee_2 12 12 +naboo_beachcomber_smuggler 22 0 0 0 0 NORMAL naboo beachcomber criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc thug slang pirate_pistol_low_level smuggler_2 melee_2 12 12 1 +naboo_borvo_brigand 25 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang general_rifle general_pistol smuggler_2 smuggler_2 6 6 +naboo_borvo_derm_worrit 25 0 0 0 0 NORMAL quest NPC naboo borvo borvo dressed_borvos_champion.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 borvo npc thug slang pirate_pistol_low_level pirate_unarmed commando_2 melee_2 3 3 +naboo_borvo_prowler 24 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 +naboo_borvo_swindler 23 0 0 0 0 NORMAL naboo borvo borvo borvos_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 borvo npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 +naboo_captain_broma_lak 100 0 0 0 0 NORMAL quest NPC for Gungan Power Grab series naboo townsperson townsperson dressed_noble_fat_human_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_24_gungan_power_grab_01 0 2 +naboo_darkwalker_critolus_masse 27 0 0 0 0 NORMAL quest NPC naboo darkwalker dressed_corsair_pirate_elite_rod_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 3 3 1 1 +naboo_darkwalker_deathraven 29 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 +naboo_darkwalker_defender 26 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol commando_2 commando_2 6 6 +naboo_darkwalker_drudge 23 0 0 0 0 NORMAL naboo darkwalker corsair_cutthroat 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_polearm pirate_carbine_low_level commando_2 commando_2 6 6 1 yes +naboo_darkwalker_flangolial 29 0 0 1 0 NORMAL named quest NPC naboo darkwalker dressed_corsair_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_carbine pirate_sword smuggler_2 melee_2 3 3 +naboo_darkwalker_goya 28 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_sword smuggler_2 melee_2 6 6 +naboo_darkwalker_grinder 24 0 0 0 0 NORMAL naboo darkwalker corsair_cutthroat 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 +naboo_darkwalker_guardiol 28 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 yes +naboo_darkwalker_marcus_gaw 27 0 0 0 0 NORMAL quest NPC naboo darkwalker dressed_corsair_destroyer_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_carbine_low_level pirate_sword commando_2 melee_2 3 3 +naboo_darkwalker_preylord 30 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 +naboo_darkwalker_ruffal 24 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine_low_level pirate_sword commando_2 melee_2 6 6 +naboo_darkwalker_scoff 25 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 6 yes +naboo_darkwalker_solon_gaw 26 0 0 0 0 NORMAL quest NPC naboo darkwalker dressed_corsair_captain_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 3 3 +naboo_darkwalker_systol 27 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_cutthroat 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_pistol pirate_carbine smuggler_2 smuggler_2 6 6 +naboo_darkwalker_technick 26 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_cutthroat 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_polearm pirate_carbine melee_2 smuggler_2 6 6 1 yes +naboo_darkwalker_trienial 30 0 0 0 1 NORMAL named quest NPC naboo darkwalker dressed_corsair_captain_zab_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 3 3 +naboo_darkwalker_triop 27 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_sword smuggler_2 melee_2 6 6 1 1 +naboo_darkwalker_vindicator 28 0 0 0 0 NORMAL quest NPC naboo darkwalker corsair_pirate_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 1 yes +naboo_darkwalker_vran_tristen 31 0 0 1 NORMAL named quest NPC naboo darkwalker dressed_corsair_captain_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_shattered_shard_01 18 darkwalker npc pirate_carbine pirate_pistol smuggler_2 smuggler_2 3 3 +naboo_deeja_peak_herman_pate 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_herman_pate.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_herman_pate commoner_10 commoner_10 0 2 +naboo_deeja_peak_kippy_martin 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_kippy_martin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_kippy_martin commoner_10 commoner_10 0 2 +naboo_deeja_peak_professor_hudmasse 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_professor_hudmasse.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_prof_hudmasse commoner_10 commoner_10 0 2 +naboo_deeja_peak_tanoa_vills 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_tanoa_vills.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_tanoa_vills commoner_10 commoner_10 0 2 +naboo_deeja_peak_vance_groten 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_vance_groten.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_vance_groten commoner_10 commoner_10 0 2 +naboo_deeja_peak_walker_luskeske 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_walker_luskeske.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_deeja_peak_walker_luskeske commoner_10 commoner_10 0 2 1 +naboo_dissident 4 0 0 0 0 NORMAL naboo thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel military pirate_carbine_low_level pirate_pistol_low_level 0 2 +naboo_dread_pirate 23 3 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_organized 0 0 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 1 +naboo_flewt_starving 27 0 0 0 0 NORMAL naboo starving_flewt flewt_hue.iff 1.4 1.6 3 0 0 0 0 0 0 0 -1 2 1 30 meat_avian 25 hide_leathery 25 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAbilitySpeedWeak carnivore moth_2 moth_2 6 6 1 +naboo_greater_shaupaut_elder 30 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 2 2.5 1 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 6 hide_bristley 6 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 lowAttackDamageWeak carnivore monkey_2 monkey_2 12 12 +naboo_gunrunner 14 0 0 0 0 NORMAL naboo mercenary criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc rebel military general_carbine general_pistol commando_1 commando_1 4 4 1 +naboo_holy_man 1 0 0 0 0 NORMAL naboo naboo naboo commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_pistol rebel_carbine 0 2 +naboo_jak_chucka 100 0 0 0 0 NORMAL quest NPC for Gungan Power Grab series naboo townsperson townsperson naboo_jak_chucka.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_24_gungan_power_grab_02 0 2 +naboo_kidnapped_noble_01 20 0 0 0 0 NORMAL townsperson townsperson dressed_noble_naboo_twilek_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.naboo.royal_kidnapping.nobles_ai commoner_2 commoner_2 0 2 +naboo_kidnapped_noble_02 20 0 0 0 0 NORMAL townsperson townsperson dressed_noble_naboo_twilek_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.naboo.royal_kidnapping.nobles_ai commoner_2 commoner_2 0 2 +naboo_kidnapped_noble_03 20 0 0 0 0 NORMAL townsperson townsperson dressed_noble_naboo_twilek_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc theme_park.naboo.royal_kidnapping.nobles_ai commoner_2 commoner_2 0 2 +naboo_legacy_lt_maximilian_vox 100 0 0 0 0 NORMAL imperial quest NPC naboo imperial Imperial naboo_lt_maximilian_vox.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_legacy_lt_maximilian_vox commoner_10 commoner_10 0 2 yes +naboo_legacy_quest_droideka 29 0 0 0 0 NORMAL quest NPC - Do Not Use naboo old_republic_droid naboo_legacy_quest_droideka.iff 1.5 1.5 0 15 15 0 0 0 -1 0 -1 2 1 100 droid/droid_21_30 elite_droid_3 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_2 droid_2 5 2 +naboo_legacy_quest_mouse_droid 22 0 0 0 0 NORMAL quest NPC - Do Not Use naboo old_republic_droid naboo_legacy_quest_mouse_droid.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid 1 droid_2 droid_2 0 2 +naboo_legacy_wilson_tchorshel 100 0 0 0 0 NORMAL rebel quest NPC naboo rebel Rebel naboo_wilson_tchorshel.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_legacy_wilson_tchorshel commoner_10 commoner_10 0 2 +naboo_loruna_scathe 100 0 0 0 0 NORMAL Azure Cabal series naboo townsperson azure_cabal loruna_scathe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_24_azure_cabal_loruna_01 commoner_10 commoner_10 0 0 +naboo_mauler_battlesword 26 0 0 0 0 NORMAL naboo mauler mauler_high 0 0 10 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_pistol pirate_carbine commando_2 commando_2 6 6 1 yes +naboo_mauler_driton_fitch 29 0 0 0 0 NORMAL named quest NPC naboo mauler dressed_mauler_master.iff 0 20 20 10 0 0 -1 -1 -1 2 1 100 npc/npc_21_30 elite_npc_3 18 mauler npc thug military pirate_carbine pirate_sword smuggler_special_3 melee_special_3 3 3 +naboo_mauler_fanatic 26 0 0 0 0 NORMAL quest NPC naboo mauler mauler_high 0 0 10 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_pistol pirate_carbine medic_2 medic_2 6 6 +naboo_mauler_fiend 28 0 0 0 0 NORMAL quest NPC naboo mauler mauler_high 0 0 10 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_pistol pirate_carbine smuggler_3 smuggler_3 6 6 +naboo_mauler_warblaster 27 0 0 0 0 NORMAL naboo mauler mauler_high 0 0 20 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_carbine pirate_sword commando_2 melee_2 6 6 +naboo_mauler_zealot 27 0 0 0 0 NORMAL quest NPC naboo mauler mauler_high 0 0 20 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 mauler npc thug military pirate_carbine pirate_sword medic_2 medic_2 6 6 1 +naboo_monk 1 0 0 0 0 NORMAL naboo naboo_religious commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 yes +naboo_mountain_tusk_cat 25 0 0 0 0 NORMAL naboo tusk_cat tusk_cat_hue.iff 1 1.2 3 0 0 0 35 35 -1 -1 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 5 3 1 yes +naboo_mountaintop_janelle 30 0 1 0 0 NORMAL naboo mountaintop_smuggler dressed_nym_pirate_strong_hum_f.iff 0 0 10 0 0 10 -1 -1 -1 2 1 100 npc/npc_21_30 elite_npc_3 npc pirate pirate_carbine pirate_pistol smuggler_2 smuggler_2 3 3 +naboo_mountaintop_smuggler 27 0 1 0 0 NORMAL naboo mountaintop_smuggler nym_pirate_elite 0 0 10 0 0 10 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 col_contraband_set_01 npc pirate pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 +naboo_mountaintop_spice_runner 28 0 0 1 0 NORMAL naboo mountaintop_smuggler nym_pirate_weak 0 0 15 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_contraband_set_01 npc pirate general_carbine general_pistol smuggler_2 smuggler_2 6 6 1 +naboo_mummer_bane 25 0 0 0 0 NORMAL quest NPC naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 1 +naboo_mummer_brute 24 0 0 0 0 NORMAL naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 1 +naboo_mummer_crimsol_vaighn 27 0 0 0 0 NORMAL quest NPC naboo mummer_gang dressed_criminal_assassin_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commoner_2 commoner_2 3 3 1 +naboo_mummer_cutthroat 26 0 0 0 0 NORMAL naboo mummer_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine smuggler_2 smuggler_2 0 2 1 +naboo_mummer_flailer 26 0 0 0 0 NORMAL naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine commando_2 commando_2 6 6 1 +naboo_mummer_goon 25 0 0 0 0 NORMAL naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 6 6 1 yes +naboo_mummer_jaye_hawkson 28 0 0 0 0 NORMAL quest NPC naboo mummer_gang dressed_ruffian_zabrak_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine commoner_2 commoner_2 3 3 1 +naboo_mummer_marauder 28 0 0 0 0 NORMAL naboo mummer_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine commando_2 commando_2 0 2 1 +naboo_mummer_mercenary 25 0 0 0 0 NORMAL naboo mummer_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 0 2 1 +naboo_mummer_salver 26 0 0 0 0 NORMAL quest NPC naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine medic_2 medic_2 6 6 1 +naboo_mummer_scientist 27 0 0 0 0 NORMAL quest NPC naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol pirate_carbine medic_2 medic_2 6 6 1 +naboo_mummer_toxer 24 0 0 0 0 NORMAL quest NPC naboo mummer_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 mummer npc thug slang pirate_pistol_low_level pirate_carbine_low_level medic_2 medic_2 6 6 +naboo_muskeg_anarchist 27 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine pirate_pistol medic_2 medic_2 6 6 yes +naboo_muskeg_dubbin_sharr 25 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1.1 1.1 0 0 25 0 30 35 -1 -1 -1 2 1 100 npc/npc_21_30 elite_npc_3 npc pirate slang general_sword general_pistol melee_2 smuggler_2 3 3 +naboo_muskeg_extremist 28 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine pirate_pistol medic_2 medic_2 6 6 +naboo_muskeg_fanatic 25 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 6 6 1 yes +naboo_muskeg_flossin_noz 31 0 0 0 0 NORMAL named quest NPC naboo muskeg gungan_outcast.iff 1.3 1.3 0 0 25 0 30 35 0 0 0 2 1 100 npc/npc_21_30 elite_npc_3 col_shattered_shard_01 npc pirate slang general_sword general_pistol smuggler_special_3 smuggler_special_3 3 3 +naboo_muskeg_radical 24 0 0 0 0 NORMAL quest NPC naboo muskeg gungan_outcast.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 6 6 +naboo_muskeg_reactionary 29 0 0 0 1 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine pirate_pistol medic_3 medic_3 6 6 +naboo_muskeg_zealot 25 0 0 0 1 NORMAL quest NPC naboo muskeg gungan_outcast.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 6 6 1 yes +naboo_narglatch_rabid 26 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 0.9 1 3 0 0 0 0 0 15 0 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 1 yes +naboo_narglatch_rabid_grizzlefur 29 0 0 0 0 NORMAL named quest NPC naboo narglatch narglatch_hue.iff 1.4 1.5 3 30 25 0 -1 0 65 -1 -1 2 1 80 meat_carnivore 50 hide_bristley 50 bone_mammal defaultProfile 1 100 creature/creature_21_30 elite_creature_3 6 18 narglatch carnivore predatory_cat_2 predatory_cat_2 3 3 1 yes +naboo_narglatch_rabid_matriarch 27 0 0 0 0 NORMAL naboo narglatch narglatch_female_hue.iff 1.1 1.2 3 30 25 0 -1 0 65 -1 -1 2 1 70 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 1 +naboo_nightspider_bloodsipper 25 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.2 1.3 3 0 0 0 0 0 0 15 -1 2 1 7 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore spider_2 spider_2 6 6 1 1 +naboo_nightspider_fleshrender 24 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1 1.1 3 0 0 0 0 0 0 15 -1 2 1 7 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore spider_2 spider_2 6 6 1 yes +naboo_nightspider_nocturlan 21 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 2.5 2.5 3 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 col_dejarik_holomonster,col_dejarik_table 0.1 lowAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff spider_2 spider_2 3 3 +naboo_nomad 2 0 0 0 0 NORMAL naboo naboo_nomad commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_pistol_low_level pirate_pistol_low_level 0 2 yes +naboo_peacewar_drenn 84 0 0 0 0 ELITE Peacewar arc Boss naboo drennic naboo_peacewar_drenn.iff 1 1 0 30 45 55 55 45 0 0 0 1.7 1 defaultProfile 50 npc/elite_npc:elite_npc_21_30 boss_npc_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper_rifle commando_2 commando_2 6 6 yes +naboo_peacewar_drennic_guard 83 0 -2 0 -2 NORMAL Peacewar arc Mobs naboo drennic peacewar_drennic_guard 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 defaultProfile npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc stormtrooper_pistol commando_2 commando_2 5 5 yes +naboo_peacewar_drennic_hunter 83 -2 0 -2 0 NORMAL Peacewar arc Mobs naboo drennic peacewar_drennic_hunter 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 defaultProfile npc/npc_21_30 generic_npc_2 col_shattered_shard_02 npc stormtrooper_pistol commando_2 spy_2 5 5 +naboo_peddler_fence 25 0 0 0 0 NORMAL quest NPC naboo peddler criminal_organized 0.95 0.98 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 6 6 +naboo_peddler_frontman 26 0 0 0 0 NORMAL quest NPC naboo peddler criminal_organized 0.97 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol pirate_pistol smuggler_2 smuggler_2 6 6 +naboo_pirate 21 0 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 yes +naboo_pirate_armsman 22 1 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc int:ai.rangedOnly=1 ai.thug pirate slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 +naboo_pirate_butcher 25 0 -1 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 +naboo_pirate_crewman 22 0 -1 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 1 +naboo_pirate_cutthroat 22 0 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_polearm pirate_pistol_low_level melee_2 smuggler_2 6 6 yes +naboo_pirate_lieutenant 22 0 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_organized 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 +naboo_pirate_mugger 26 1 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 +naboo_pirate_raider 27 0 -1 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 1 +naboo_pirate_savage 25 0 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_polearm pirate_pistol_low_level melee_2 smuggler_2 6 6 +naboo_pirate_swashbuckler 26 1 0 0 0 NORMAL naboo naboo_pirates naboo_pirate criminal_smuggler 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 4 col_contraband_set_01 npc pirate slang pirate_pistol pirate_pistol smuggler_2 smuggler_2 6 6 +naboo_police 26 0 0 0 0 NORMAL naboo rsf naboo_security_force royal_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military rebel_carbine rebel_pistol officer_2 officer_2 0 6 +naboo_police_chief 28 0 0 0 0 NORMAL naboo rsf naboo_security_force royal_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military rebel_carbine rebel_pistol officer_2 officer_2 0 6 1 +naboo_shaupaut_elder 26 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 6 meat_carnivore 4 hide_bristley 4 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore monkey_2 monkey_2 0 2 1 +naboo_shaupaut_feral 26 0 0 0 0 NORMAL naboo feral_shaupaut shaupaut_hue.iff 1.4 1.5 3 0 0 0 0 0 0 0 0 2 1 30 meat_carnivore 25 hide_bristley 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 6 6 1 +naboo_shaupaut_feral_blot 28 0 0 0 0 NORMAL named quest NPC naboo feral_shaupaut shaupaut_hue.iff 1.8 2 3 0 0 0 0 0 0 0 0 2 1 50 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile 1 100 creature/creature_21_30 elite_creature_3 lowAttackDamageWeak carnivore monkey_2 monkey_2 3 3 1 +naboo_shaupaut_hunter_elder 29 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 1.7 2.1 2 20 20 0 -1 0 -1 0 -1 2 1 10 meat_carnivore 6 hide_bristley 6 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 12 12 1 +naboo_skaak_tipper_bootjack 26 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine pirate_pistol commando_2 commando_2 6 6 1 1 +naboo_skaak_tipper_bruiser 25 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 2 1 1 +naboo_skaak_tipper_crasher 21 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 5 1 +naboo_skaak_tipper_dee_skaak 30 0 0 0 0 NORMAL named quest NPC naboo skaak_tipper_gang dressed_criminal_organized_human_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol general_polearm smuggler_2 melee_2 3 3 1 1 +naboo_skaak_tipper_freejack 25 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 2 1 1 +naboo_skaak_tipper_jonni_skaak 21 0 0 0 0 NORMAL CREDITS naboo skaak_tipper_gang dressed_mercenary_weak_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/skaak_tipper_jonni_skaak skaak_jonni_skaak col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level commoner_2 melee_2 3 3 1 +naboo_skaak_tipper_machinist 27 0 0 0 0 NORMAL quest NPC naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol pirate_unarmed commoner_2 melee_2 6 6 1 1 +naboo_skaak_tipper_maniac 20 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_carbine_low_level medic_2 medic_2 6 5 1 +naboo_skaak_tipper_pariah 28 0 0 0 0 NORMAL quest NPC naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 1 +naboo_skaak_tipper_raider 29 0 0 0 0 NORMAL quest NPC naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol pirate_unarmed smuggler_2 melee_2 6 6 1 1 +naboo_skaak_tipper_researcher 25 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol_low_level pirate_unarmed medic_2 melee_2 6 2 1 1 +naboo_skaak_tipper_scrounger 22 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_carbine_low_level commoner_2 commoner_2 6 5 1 1 +naboo_skaak_tipper_thug 24 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 2 1 +naboo_skaak_tipper_tomi_skaak 30 0 0 0 0 NORMAL named quest NPC naboo skaak_tipper_gang dressed_criminal_organized_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_pistol pirate_pistol smuggler_2 smuggler_2 3 3 1 1 +naboo_skaak_tipper_vanguard 24 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level commando_2 commando_2 6 2 1 1 +naboo_skaak_tipper_waylayer 27 0 0 0 0 NORMAL naboo skaak_tipper_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 skaak npc thug slang pirate_carbine pirate_pistol commando_2 commando_2 0 2 +naboo_spineflap_mountain 27 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1.5 1.7 3 0 0 0 0 0 0 0 -1 2 1 meat_insect 35 hide_scaley 25 bone_avian defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAbilitySpeedWeak carnivore moth_2 moth_2 6 6 1 +naboo_spineflap_sprywing 29 0 0 0 -1 NORMAL named quest NPC naboo capper_spineflap capper_spineflap_hue.iff 2 2.2 2 -1 30 0 0 0 0 0 0 2 1 meat_insect 50 hide_scaley 40 bone_avian defaultProfile 1 100 creature/creature_21_30 elite_creature_3 lowAbilitySpeedWeak carnivore moth_2 moth_2 3 3 yes +naboo_stonewall_labs_battle_droid_blue 28 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battledroid_blue.iff 0 25 0 0 0 0 0 0 85 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 18 stonewall android battledroid droid_2 droid_2 6 6 yes +naboo_stonewall_labs_battle_droid_green 26 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battledroid_green.iff 0 15 0 0 0 0 0 0 85 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 18 stonewall android battledroid droid_2 droid_2 6 6 yes +naboo_stonewall_labs_battle_droid_yellow 27 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battledroid_yellow.iff 0 20 0 0 0 0 0 0 85 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 18 stonewall android battledroid droid_2 droid_2 6 6 1 yes +naboo_stonewall_labs_battlemech_alpha 26 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battlemech_alpha.iff 0 10 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 18 stonewall npc battledroid droid_2 droid_2 6 6 1 yes +naboo_stonewall_labs_battlemech_beta 27 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battlemech_beta.iff 0 15 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 18 stonewall npc deathwatch_ranged deathwatch_melee droid_2 droid_2 6 6 1 yes +naboo_stonewall_labs_battlemech_omega 28 0 0 0 0 NORMAL quest NPC naboo stonewall_labs naboo_stonewall_labs_battlemech_omega.iff 0 20 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 18 stonewall npc commando_ranged commando_melee droid_2 droid_2 6 6 yes +naboo_stonewall_labs_mechthorian 26 0 0 0 0 ELITE quest NPC naboo stonewall_labs naboo_stonewall_labs_mechthorian.iff 0 15 0 0 0 0 0 0 55 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table 18 stonewall npc object/weapon/ranged/rifle/rifle_lightning.iff droid_2 droid_2 6 6 1 yes +naboo_strehkforce_evan_strehk 29 0 0 0 0 NORMAL naboo strehkforce dressed_binayre_chief_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 npc thug military commando_ranged general_polearm smuggler_2 melee_2 3 3 1 yes +naboo_strehkforce_maris_fahrs 30 0 0 0 0 NORMAL naboo strehkforce dressed_binayre_chief_human_female_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_21_30 elite_npc_3 npc thug military general_pistol general_sword smuggler_2 melee_2 3 3 +naboo_strehkforce_mercenary 27 0 0 0 0 NORMAL naboo strehkforce binayre_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug military commando_ranged general_polearm commando_2 melee_2 6 6 +naboo_strehkforce_soldier 28 0 0 0 0 NORMAL naboo strehkforce binayre_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug military general_pistol general_sword commando_2 melee_2 6 6 +naboo_theed_ados_jarkey 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson ados_jarkey.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_ados_jarkey commoner_10 commoner_10 0 2 +naboo_theed_gurdun 100 0 0 0 0 NORMAL Quest NPC naboo imperial Imperial naboo_theed_gurdun.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 0 yes +naboo_theed_hunnos_jarkey 28 1 0 0 0 NORMAL quest NPC naboo hunnos_jarkey hunnos_jarkey.iff 0 15 15 0 0 0 0 0 0 2 1 100 npc/npc_21_30 elite_npc_3 npc pirate slang general_polearm general_pistol melee_2 smuggler_2 3 3 +naboo_theed_jorgellansel 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_assassin_mission_giver_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_jorgellansel commoner_10 commoner_10 0 2 +naboo_theed_karl_eckener 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson karl_eckener.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_karl_eckener commoner_10 commoner_10 0 2 +naboo_theed_kermollus_preen 26 0 0 0 0 NORMAL quest NPC naboo kermollus_preen kermollus_preen.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate slang pirate_carbine pirate_pistol smuggler_2 smuggler_2 6 6 +naboo_theed_lt_dunnels 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_lt_dunnels.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_lt_dunnels commoner_10 commoner_10 0 2 +naboo_theed_lt_khartoor 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_lt_khartoor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_lt_khartoor commoner_10 commoner_10 0 2 +naboo_theed_major_franchels 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_major_franchels.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_major_franchels commoner_10 commoner_10 0 2 +naboo_theed_sgt_bragg 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_sgt_bragg.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_sgt_bragg commoner_10 commoner_10 0 2 +naboo_theed_sgt_brunser 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson naboo_sgt_brunser.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_sgt_brunser commoner_10 commoner_10 0 2 1 1 +naboo_theed_terrorist_carbine 24 0 0 0 0 NORMAL naboo theed_terrorist criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 1 1 +naboo_theed_terrorist_sword 24 0 0 0 0 NORMAL naboo theed_terrorist criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc thug slang pirate_pistol_low_level pirate_pistol_low_level smuggler_2 smuggler_2 6 6 +naboo_theed_toff_henrou 100 0 0 0 0 NORMAL quest NPC naboo townsperson townsperson dressed_criminal_thug_human_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_toff_henrou commoner_10 commoner_10 0 2 instant +naboo_ultragungan_blastromech 28 0 0 0 0 NORMAL global blastromech blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 +naboo_ultragungan_droidtech 30 0 0 0 0 NORMAL quest NPC naboo ultragungan_militia gungan_male 1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_droid_3 18 ultragungan npc pirate slang pirate_carbine pirate_pistol commoner_3 commoner_3 6 6 +naboo_ultragungan_flawed_battle_droid 29 0 0 0 0 NORMAL quest NPC naboo ultragungan_militia rryatt_battle_droid 0 0 0 0 0 0 0 0 0 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 18 ultragungan android battledroid none droid_2 droid_2 6 6 +naboo_ultragungan_foot_soldier 29 0 0 0 0 NORMAL quest NPC naboo ultragungan_militia gungan_male 1.1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 18 ultragungan npc pirate slang pirate_carbine pirate_pistol commando_2 commando_2 6 6 instant +naboo_ultragungan_super_battle_droid 28 0 0 0 0 NORMAL global battle_droid super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 100 npc/elite_npc:elite_npc_21_30 elite_droid_3 col_dejarik_holomonster,col_dejarik_table android droid_2 droid_2 6 6 +naboo_veermok 26 0 0 0 -6 NORMAL naboo veermok veermok_hue.iff 0.8 1.2 2 15 15 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_2 gorilla_2 0 2 +naboo_veermok_guard 27 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.9 2.2 4 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_2 gorilla_2 0 2 yes +naboo_veermok_ravager 28 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.5 1.9 2 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_2 gorilla_2 12 12 +naboo_veermok_scavenger 25 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.5 2 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_2 gorilla_2 12 12 1 +naboo_veermok_scout 26 0 0 0 -3 NORMAL naboo veermok veermok_hue.iff 0.75 1 4 10 5 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_2 gorilla_2 0 2 +naboo_veermok_sentry 27 -1 -1 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.4 1 0 0 0 0 0 0 15 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_2 gorilla_2 0 2 +naive_gondula_workling 78 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0.5 0.5 0 15 15 0 10 10 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +naive_jinda_workling 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0.5 0.5 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +naive_panshee_workling 70 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0.5 0.5 0 20 20 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 1 +narglatch 21 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 0.8 1.2 1 25 0 0 -1 0 50 -1 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch 0.15 medAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 6 6 1 +narglatch_cub 20 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 0.3 0.6 1 0 0 0 0 0 0 0 -1 2 1 30 meat_carnivore 25 hide_bristley 20 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 4 18 narglatch 0.15 lowAttackSpeedWeak carnivore predatory_cat_2 predatory_cat_2 0 2 1 yes +narglatch_female 22 0 0 0 0 NORMAL naboo narglatch narglatch_female_hue.iff 1.1 1.4 4 25 0 0 0 -1 -1 0 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch 0.15 medAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes +narglatch_guardian 26 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 4 10 20 0 -1 0 50 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile 1 100 creature/narglatch_guardian_loot generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 3 3 1 yes +narglatch_hunter 25 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 4 0 0 0 0 0 15 0 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile 1 100 creature/elite_creature:elite_creature_21_30 generic_creature_3 6 col_dejarik_holomonster,col_dejarik_table 18 narglatch carnivore predatory_cat_2 predatory_cat_2 3 3 1 yes +narglatch_matriarch 25 0 0 0 0 NORMAL naboo narglatch narglatch_female_hue.iff 1.1 1.4 4 30 25 0 -1 0 65 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes +narglatch_protector 28 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 4 30 25 0 -1 0 65 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 6 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 yes +narglatch_scavenger 26 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 4 30 25 0 -1 0 65 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 narglatch carnivore predatory_cat_2 predatory_cat_2 6 6 1 +narglatch_sick 25 0 0 0 0 NORMAL naboo narglatch narglatch_hue.iff 1.1 1.4 14 25 0 0 0 -1 -1 0 -1 2 1 100 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_2 4 medAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 2 2 1 +narglatch_trained 23 0 0 0 0 NORMAL commando 21 prof quest enemy naboo profcomm narglatch_hue.iff 0.6 0.8 5 25 0 0 -1 0 50 -1 -1 2 1 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_21_30 generic_creature_2 4 medAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 4 1 1 +narmle_captain 46 0 0 0 0 NORMAL rori narmle narmle narmle_captain 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc police general_carbine general_pistol commando_4 commando_4 0 2 1 +narmle_colonel 50 0 0 0 0 NORMAL rori narmle narmle narmle_colonel 1 1.2 0 0 0 0 40 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc military general_carbine general_pistol commando_5 commando_5 0 2 1 +narmle_commander 52 0 0 0 -3 NORMAL rori narmle narmle narmle_commander 1 1.2 0 30 30 0 60 -1 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol commando_5 commando_5 0 2 1 yes +narmle_commando 48 0 0 0 0 NORMAL rori narmle narmle narmle_commando 1 1.2 0 0 0 0 40 -1 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc military rebel_carbine rebel_pistol commando_4 commando_4 0 2 1 +narmle_ensign 30 0 0 0 0 NORMAL rori narmle narmle narmle_ensign 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military rebel_carbine rebel_pistol commando_3 commando_3 0 2 1 +narmle_grenadier 39 0 0 0 0 NORMAL rori narmle narmle narmle_grenadier 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_pistol commando_3 commando_3 0 2 1 +narmle_guard 33 0 0 0 0 NORMAL rori narmle narmle narmle_guard 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc police rebel_carbine rebel_pistol commando_3 commando_3 0 2 1 +narmle_lieutenant 36 0 0 0 0 NORMAL rori narmle narmle narmle_lieutenant 1 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc military rebel_carbine rebel_pistol commando_3 commando_3 0 2 1 +narmle_major 48 0 0 0 0 NORMAL rori narmle narmle narmle_major 1 1.2 0 0 0 0 0 -1 -1 40 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc military 1 rebel_carbine rebel_pistol commando_4 commando_4 0 2 1 +narmle_rifleman 42 1 1 0 -8 NORMAL rori narmle narmle narmle_rifleman 1 1.2 0 15 15 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_rifle rebel_pistol commando_4 commando_4 0 2 +nesting_kaadu 84 0 0 0 0 NORMAL Gungan Power Grab mobs naboo wild_kaadu kaadu_hue.iff 1.1 1.2 1 0 0 0 0 15 0 0 -1 2 1 milk_wild 120 meat_avian 85 hide_leathery 70 bone_avian defaultProfile creature/creature_21_30 generic_creature_2 herbivore raptor_5 raptor_5 0 10 +network_leader 11 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc imperial military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +newbie_gendra 100 1 1 1 1 NORMAL global townsperson townsperson dressed_gendra.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=newbie_gendra_meat_jerky,string:task_name=deliverJerky conversation.tatooine_eisley_gendra,quest.task.ground.give_item_to_npc noble fancy rebel_pistol none commoner_10 commoner_10 0 2 +newbie_gendra_lurval 100 1 1 1 1 NORMAL global townsperson townsperson lurval.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=newbie_gendra_small_glass,string:task_name=deliverGlasses quest.task.ground.give_item_to_npc noble fancy rebel_pistol none commoner_10 commoner_10 0 2 +newbie_gendra_muna_skish 100 1 1 1 1 NORMAL global townsperson townsperson muna_skish.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=newbie_gendra_spiced_tea,string:task_name=deliverTea quest.task.ground.give_item_to_npc noble fancy rebel_pistol none commoner_10 commoner_10 0 2 +newbie_pilot_informer 100 0 0 0 0 NORMAL tatooine townsperson mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_newbie_pilot_info_01 1 commoner_10 commoner_10 0 2 +newbie_ranged_teacher_purvis_arrison 100 0 0 0 0 NORMAL townsperson dressed_purvis_arrison.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +newbie_scout_teacher_entha_kandela 100 0 0 0 0 NORMAL townsperson dressed_entha_kandela.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +newbie_tutorial_entertainer 100 1 1 1 1 NORMAL global townsperson townsperson dressed_tutorial_entertainer.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol none commoner_10 commoner_10 0 2 +newbie_tutorial_mentor 100 1 1 1 1 NORMAL global townsperson townsperson dressed_tutorial_mentor.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol none commoner_10 commoner_10 0 2 +nexus_travel_01 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager nexus_travel 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.nexus_travel commoner_10 commoner_10 0 2 +nexus_travel_02 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager nexus_travel_max.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.nexus_travel_away commoner_10 commoner_10 0 2 +nhelper_droid 4 0 0 0 0 NORMAL anywhere astromech nhelper_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 theme_park.new_player.helper_droid 0 2 +nien_nunb 100 0 0 0 0 NORMAL lok rebel Rebel dressed_patron_sullustan_01.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.nien_nunb smuggler_10 smuggler_10 0 8 instant +nightsister_bull_rancor 89 2 0 0 0 ELITE dathomir nightsister nightsister rancor_hue.iff 1.3 1.5 2 0 60 0 100 100 100 0 0 2 1 1020 meat_carnivore 900 hide_leathery 850 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_8 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 bull_rancor carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 8 8 instant +nightsister_elder 90 0 0 0 0 BOSS dathomir nightsister nightsister dressed_dathomir_nightsister_elder.iff 0 100 0 0 100 100 100 100 100 2 1 100 npc/boss_npc:boss_force_dark_npc_81_90 boss_npc_9 col_nightsister_valuables,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_sith_holocron,col_shattered_shard_02 18 nightsister npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 24 18 instant +nightsister_enraged_bull_rancor 90 0 0 0 0 ELITE dathomir nightsister nightsister rancor_hue.iff 1.3 1.5 3 0 70 0 100 100 100 0 0 2 1 880 meat_carnivore 750 hide_leathery 670 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_9 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 bull_rancor carnivore 100 100 root_defense=200,snare_defense=200 gorilla_5 gorilla_5 8 8 instant +nightsister_enraged_rancor 89 5 -5 0 0 ELITE dathomir nightsister nightsister rancor_hue.iff 0.9 1.1 3 0 60 0 100 100 100 0 0 2 1 950 meat_carnivore 878 hide_leathery 778 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_8 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 8 8 1 yes +nightsister_initiate 86 0 0 0 -2 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_initiate.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant +nightsister_outcast 82 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_outcast.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant +nightsister_protector 89 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_protector.iff 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant +nightsister_rancor 88 0 0 0 0 ELITE dathomir nightsister nightsister rancor_hue.iff 0.9 1.1 4 30 60 0 100 100 100 0 0 2 1 950 meat_carnivore 876 hide_leathery 776 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_8 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister carnivore root_defense=30,snare_defense=30 gorilla_5 gorilla_5 8 8 instant +nightsister_rancor_tamer 89 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_rancor_tamer.iff 0 0 0 0 50 50 50 50 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant +nightsister_ranger 85 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_ranger.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant +nightsister_sentinal 86 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_sentinal.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 +nightsister_sentry 83 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_guardian.iff 0.95 1.05 0 0 0 0 60 60 60 60 -1 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 4 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 +nightsister_slave 86 2 -2 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_slave.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc commoner_7 commoner_7 8 8 instant +nightsister_spell_weaver 90 0 0 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_spellweaver.iff 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 1 instant +nightsister_stalker 86 5 10 0 0 ELITE dathomir nightsister nightsister dressed_dathomir_nightsister_stalker.iff 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_8 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 +nightsister_training_slave 15 2 -2 0 0 NORMAL dathomir townsperson townsperson dressed_dathomir_nightsister_slave.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc commoner_1 commoner_1 12 12 +nightspider 4 0 0 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 0.3 0.5 2 0 0 0 0 0 0 0 -1 2 1 60 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 1 +nightspider_aggressor 5 0 0 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.5 2 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowAttackUtilityWeak carnivore 6 6 1 1 +nightspider_dirtcrawler 21 0 0 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.7 1.8 1 0 0 0 0 0 0 0 -1 2 1 5 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.15 lowAttackUtilityWeak carnivore spider_2 spider_2 12 12 1 1 +nightspider_poison_spitter 6 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.5 1.5 2 0 0 0 0 0 0 15 -1 2 1 7 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.1 lowAttackSpeedWeak carnivore 6 6 1 1 +nightspider_vinecrawler 22 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1 1.1 2 0 0 0 0 0 0 15 -1 2 1 7 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore spider_2 spider_2 12 12 +nightspider_vineripper 20 0 0 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 60 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore spider_2 spider_2 0 2 1 yes +nightspider_vineshredder 21 1 -1 0 0 NORMAL naboo nightspider hermit_spider_hue.iff 1.4 1.5 1 0 0 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_21_30 generic_creature_3 0.1 lowAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff spider_2 spider_2 12 12 +nitra_vendallan 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_nitra_vendallan.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.nitra_vendallan 0 2 1 +noble 2 0 0 0 0 NORMAL global townsperson townsperson noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 1 +noble_male 2 0 0 0 0 NORMAL global townsperson townsperson noble_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +nomad 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_naboo_nomad.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_pistol rebel_carbine 0 2 1 +nomad_chief 5 0 0 0 0 NORMAL naboo naboo_nomad dressed_nomad_chief.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 +noren_krast 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_old_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +novice_collector 1 0 0 0 0 NORMAL townsperson dressed_collection_npc_female_human_03.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 npc 1 100 100 string:collection.columnName=novice_collector conversation.novicecollector 0 2 instant +novice_force_mystic 87 6 -6 0 0 NORMAL dantooine force_renegade dark_jedi 0 30 30 0 0 0 0 0 0 2 npc/npc_71_80:force_light generic_npc_8 housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_02 npc force_sword force_sword_ranged jedi_8 jedi_8 0 2 1 yes +noxious_gaping_spider_recluse 89 3 -2 0 1 NORMAL dathomir gaping_recluse gaping_spider_hue.iff 1.8 2 1 0 0 0 0 0 0 0 0 2 1 11 meat_insect defaultProfile creature/creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff spider_5 spider_5 12 12 1 +noxious_squill 62 0 0 0 0 NORMAL endor squill_endor squill_hue.iff 1.2 1.4 4 10 0 0 -1 -1 -1 35 -1 2 1 meat_carnivore defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore monkey_4 monkey_4 12 12 1 1 +noxious_vrelt_scavenger 27 0 0 0 0 NORMAL corellia vrelt noxious_vrelt_scavenger.iff 1.5 2 3 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackUtilityWeak carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff rat_2 rat_2 10 10 +npe_aquillia 100 0 0 0 0 NORMAL npe dungeon global townsperson townsperson dressed_npe_aquillia.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_runequest commoner_10 commoner_10 4.8 5 +npe_audience 1 0 0 0 0 NORMAL Tansarri global townsperson townsperson noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 noble fancy 0 0 +npe_bartender 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_bartender.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_main_bartender commoner_10 commoner_10 0 0 +npe_blightbane 6 0 0 0 0 NORMAL npe dungeon global emergence_creature merek_hue.iff 2.5 3 3 -1 0 15 0 0 0 0 0 2 1 10 meat_wild 25 hide_leathery defaultProfile npe/npe_dungeon_loot:npe_blightbane_loot generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 5 +npe_bocatt 3 0 0 0 0 NORMAL exotic animal for scouts global bocatt bocatt_hue.iff 1 1 1 0 0 0 0 0 0 0 0 2 1 10 hide_leathery defaultProfile creature/creature_1_10 generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle lizard_1 lizard_1 0 0 +npe_bounty 1 0 0 0 0 NORMAL global npe_bounty dressed_npe_bounty.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 12 +npe_bounty_2 2 0 0 0 0 NORMAL global npe_bounty criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npe_thug npc corpse.corpse_fast_recycle pirate_carbine_low_level pirate_unarmed 0 4 +npe_bounty_goon 1 0 0 0 0 NORMAL global npe_bounty_goon criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npe_thug npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 4 +npe_bounty_guard 1 0 0 0 0 NORMAL global npe_bounty criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 4 +npe_brawler 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_brawler.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_brawler commoner_10 commoner_10 0 0 +npe_brawler_officer 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_medical_officer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_brawler_officer commoner_10 commoner_10 0 0 +npe_brawler_tiasris 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_tiasris.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_brawler_tiasris commoner_10 commoner_10 0 0 +npe_brochure 100 0 0 0 0 NORMAL npe dungeon global townsperson townsperson dressed_npe_brochure.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_brochure commoner_10 commoner_10 4.8 2 +npe_cantina_bully 1 0 0 0 0 NORMAL Tansarri global bully dressed_noble_human_male_04.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level general_carbine 0 2 +npe_carax 10 0 0 0 0 ELITE npe dungeon global emergence carax.iff 2.5 2.9 0 30 30 0 0 -1 0 0 -1 2 1 45 meat_wild 45 hide_leathery 30 bone_mammal defaultProfile 1 100 npe/npe_dungeon_loot:npe_carax_loot elite_npc_1 carnivore snare_defense=30,root_defense=30, npe.harvestable=true corpse.corpse_fast_recycle generic_creature_1 generic_creature_1 4.8 5 +npe_cardas_guard 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson npe_cardas_guard 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 0 +npe_cargo 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson male_human_scientist 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_main_cargo commoner_10 commoner_10 0 0 +npe_caska 5 0 0 0 0 NORMAL npe dungeon global emergence dressed_npe_caska_journal.iff 1 1.3 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc conversation.npe_journal_quest pirate_pistol_low_level pirate_unarmed 4.8 5 +npe_commando 1 0 0 0 0 NORMAL global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 2 +npe_crazed_soldier 5 0 0 0 0 NORMAL npe dungeon global npe_crazed_soldier npe/npc_dressed_crazed_soldier.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle general_carbine 4.8 5 +npe_crazy_droid_01 2 0 0 0 0 NORMAL Tansarri global npe_crazy_droids probot.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 0 0 +npe_crazy_droid_02 2 0 0 0 0 NORMAL Tansarri global npe_crazy_droids ra7_bug_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 0 0 +npe_crazy_droid_03 3 0 0 0 0 NORMAL Tansarri global npe_crazy_droids probot.iff 0.3 0.5 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 0 0 +npe_crazy_droid_04 3 0 0 0 0 NORMAL Tansarri global npe_crazy_droids ev_9d9.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 0 0 +npe_crazy_droid_05 4 0 0 0 0 NORMAL Tansarri global npe_crazy_droids dz70_fugitive_tracker_droid.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 2 0 +npe_crazy_droid_06 5 0 0 0 0 NORMAL Tansarri global npe_crazy_droids ig_assassin_droid.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 2 0 +npe_crazy_droid_07 5 0 0 0 0 NORMAL Tansarri global npe_crazy_droids probot.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_droid generic_droid_1 droid corpse.corpse_fast_recycle 2 0 +npe_droid_4warning 4 0 0 0 0 NORMAL npe dungeon global emergence_droid dz70_fugitive_tracker_droid.iff 1.5 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_droid_4warning_loot generic_droid_1 droid corpse.corpse_fast_recycle 4.8 5 +npe_droid_4warning_weak 2 0 0 0 0 NORMAL npe dungeon global emergence_droid dz70_fugitive_tracker_droid.iff 1.5 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:loot_low generic_droid_1 droid corpse.corpse_fast_recycle 0 0 +npe_droid_battle 6 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_super.iff 1 1.4 0 15 0 0 10 -1 0 0 -1 2 npe/npe_dungeon_loot:npe_battle_loot generic_droid_1 droid corpse.corpse_fast_recycle 4.8 5 +npe_droid_espy 3 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_espy.iff 0.7 0.9 0 10 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_droid_espy_loot generic_droid_1 droid corpse.corpse_fast_recycle 0 0 +npe_droid_generator 2 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_seeker.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid corpse.corpse_fast_recycle 0 0 +npe_droid_rescind 4 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_rescind.iff 1.5 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_droid_rescind_loot generic_droid_1 droid corpse.corpse_fast_recycle 4.8 5 +npe_dungeon_medical 100 0 0 0 0 NORMAL npe dungeon global townsperson townsperson npe/dressed_dungeon_medical.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_81_90 generic_npc_1 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.npe_dungeon_medical droid_10 droid_10 0 0 +npe_emergence_helper 100 0 0 0 0 NORMAL npe dungeon global townsperson townsperson dressed_npe_emergence_helper.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_emergence_helper 4.8 2 +npe_entertainer_questgiver 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_entertainer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_entertainer_1_questgiver commoner_10 commoner_10 0 0 +npe_gamma_elite_assassin 10 0 0 0 0 NORMAL npe dungeon global emergence npe/dressed_rakqua_hired_assassin.iff 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/elite_npc:elite_npc_1_10 elite_npc_1 npc corpse.corpse_fast_recycle general_carbine spy_1 melee_1 3 3 +npe_genesis_red_crimelord 5 0 0 0 0 NORMAL Tansarri global genesis criminal_organized 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_genesis_boss generic_npc_1 npc corpse.corpse_fast_recycle general_rifle 4.8 2 +npe_genesis_red_cronie 2 0 0 0 0 NORMAL Tansarri global genesis criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_genesis generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level 0 0 +npe_genesis_red_officer 3 0 0 0 0 NORMAL Tansarri global genesis criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_genesis generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_unarmed 4.8 2 +npe_greenhouse_flyer 2 0 0 0 0 NORMAL Tansarri global greenhouse_flyer flit_hue.iff 0.75 1.25 2 0 0 0 0 0 0 0 -1 2 1 5 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile npe/npe_station_loot:npe_flyer generic_creature_1 herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 0 0 +npe_greenhouse_flyer_boss 5 0 0 0 0 NORMAL global greenhouse_flyer flit_hue.iff 1.25 1.5 2 0 0 0 0 0 0 0 -1 2 1 5 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile npe/npe_station_loot:npe_flyer_boss generic_creature_1 herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 +npe_greenhouse_flyer_guard 3 0 0 0 0 NORMAL global greenhouse_flyer flit_hue.iff 1 1.25 2 0 0 0 0 0 0 0 -1 2 1 5 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile npe/npe_station_loot:npe_flyer generic_creature_1 herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 +npe_greenhouse_ground 1 0 0 0 0 NORMAL Tansarri global greenhouse_lizard dune_lizard.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 15 meat_wild 15 hide_leathery 15 bone_mammal defaultProfile npe/npe_station_loot:npe_ground generic_creature_1 lowAttackAbilityWeak carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 +npe_greenhouse_ground_boss 5 0 0 0 0 NORMAL global greenhouse_lizard dune_lizard_hue.iff 1.2 1.4 1 0 0 0 0 0 0 0 -1 2 1 15 meat_wild 15 hide_leathery 15 bone_mammal defaultProfile npe/npe_station_loot:npe_ground_boss generic_creature_1 lowAttackAbilityWeak carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 +npe_greenhouse_ground_guard 3 0 0 0 0 NORMAL global greenhouse_lizard dune_lizard.iff 1 1.1 2 0 0 0 0 0 0 0 -1 2 1 15 meat_wild 15 hide_leathery 15 bone_mammal defaultProfile npe/npe_station_loot:npe_ground generic_creature_1 lowAttackAbilityWeak carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 2 +npe_greenhouse_insect 2 0 0 0 0 NORMAL Tansarri global greenhouse_insect tanc_mite_hue.iff 1.75 2 1 0 0 0 0 0 0 0 -1 2 1 25 meat_wild defaultProfile npe/npe_station_loot:npe_insect generic_creature_1 medTankArmorAvg herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 0 2 +npe_greenhouse_insect_boss 4 0 0 0 0 NORMAL global greenhouse_insect tanc_mite_hue.iff 2.25 2.5 1 0 0 0 0 0 0 0 -1 2 1 25 meat_wild defaultProfile npe/npe_station_loot:npe_insect_boss generic_creature_1 medTankArmorAvg herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 5 +npe_greenhouse_insect_guard 3 0 0 0 0 NORMAL global greenhouse_insect tanc_mite_hue.iff 2 2 1 0 0 0 0 0 0 0 -1 2 1 25 meat_wild defaultProfile npe/npe_station_loot:npe_insect generic_creature_1 medTankArmorAvg herbivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 0 0 +npe_han_solo 100 0 0 0 0 NORMAL Tansarri global rebel Rebel han_solo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 conversation.npe_station_han_solo2 commoner_10 commoner_10 0 0 +npe_hostage 1 0 0 0 0 NORMAL Tansarri global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 conversation.npe_scout2_hostages townsperson townperson 0 0 +npe_hurt_guard 3 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_cardas_guard_m_04.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc 1 conversation.npe_scout1_guard 0 0 +npe_hutt_minion 1 0 0 0 0 NORMAL han solo exp npc global npe_hutt criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level 4 4 +npe_hutt_minion_access_code 1 0 0 0 0 NORMAL han solo exp npc global npe_hutt npe/npe_hutt_minion.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level 4 2 +npe_hutt_minion_pistol 1 0 0 0 0 NORMAL han solo exp npc global npe_hutt npe/npe_hutt_minion.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level 24 2 +npe_i10_probe 3 0 0 0 0 NORMAL npe dungeon global emergence_droid battle_droid.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_i10_probe_loot generic_droid_1 droid corpse.corpse_fast_recycle 0 0 +npe_i7_construct 7 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_i7construct.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_construct_loot elite_npc_1 droid corpse.corpse_fast_recycle 3 3 +npe_i8_widow 6 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_widow.iff 0.7 0.9 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_widow_loot generic_npc_1 droid corpse.corpse_fast_recycle 4.8 5 +npe_imp_agent_questgiver 100 0 0 0 0 NORMAL global imperial Imperial dressed_npe_imp_officer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_imperial_questgiver commoner_10 commoner_10 0 0 +npe_imperial_trap 3 0 0 0 0 NORMAL global imperial dressed_stormtrooper_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 generic_npc_1 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol 4.8 2 +npe_inaldra 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_inaldra.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_station_inaldra2 commoner_10 commoner_10 0 0 +npe_k3i_buzzer 2 0 0 0 0 NORMAL npe dungeon global emergence_droid droideka.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_k3i_buzzer_loot generic_creature_1 droid corpse.corpse_fast_recycle 0 0 +npe_malevolence 8 0 0 0 0 NORMAL npe dungeon global emergence_creature merek_hue.iff 3 3.25 2 0 20 20 20 20 20 20 20 2 1 40 meat_wild 40 hide_leathery defaultProfile npe/npe_dungeon_loot:npe_malevolence_loot elite_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 3 3 +npe_marksman_questgiver 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_marksman.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_marksman_questgiver commoner_10 commoner_10 0 0 +npe_meat_questgiver 100 0 0 0 0 NORMAL global townsperson townsperson npe/dressed_meat_chef.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_side_dungeon_meat commoner_10 commoner_10 0 0 +npe_medic_questgiver 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_medic.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_medic_questgiver commoner_10 commoner_10 0 0 +npe_mouse_droid 1 0 0 0 0 NORMAL Tansarri anywhere trainingdroid mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid int:combat.zeroXP=1 npe.weak_droid 0 0 0 +npe_officer_neina 1 0 0 0 0 NORMAL global emergence dressed_npe_neina.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npe.neina_annoying 0 0 +npe_officer_trainer 100 0 0 0 0 NORMAL global commoner dressed_npe_officer_trainer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_officer commoner_10 commoner_10 0 2 +npe_pilot_easy 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_laetin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_pilot_easy commoner_10 commoner_10 0 0 +npe_pilot_hard 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_dartas.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_pilot_hard commoner_10 commoner_10 0 0 +npe_pilot_medium 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_pilot_aleas.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_pilot_medium commoner_10 commoner_10 0 0 +npe_pilot_train 100 0 0 0 0 NORMAL global townsperson npe/dressed_npe_pilot_train.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_pilot_training commoner_10 commoner_10 0 0 +npe_quietus 7 0 0 0 0 NORMAL npe dungeon global emergence_creature merek_hue.iff 2.7 3 4 20 20 20 -1 -1 -1 0 0 2 1 10 meat_wild 25 hide_leathery defaultProfile npe/npe_dungeon_loot:npe_quietus_loot generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 5 +npe_rakqua_aphotic 2 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_warrior 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc corpse.corpse_fast_recycle general_polearm general_carbine 0 0 +npe_rakqua_bowman 3 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_bowman 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_bowman_loot generic_npc_1 npc corpse.corpse_fast_recycle general_pistol pirate_carbine_low_level 0 0 +npe_rakqua_fervent 1 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_shaman 1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 corpse.corpse_fast_recycle,conversation.npe_rakqua_capture general_polearm general_pistol 0 0 +npe_rakqua_guard 5 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_guard 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_guard_loot generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level 4.8 5 +npe_rakqua_guard_weak 3 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_guard 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:loot_low generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level 0 0 +npe_rakqua_overlord 10 0 0 0 0 NORMAL npe dungeon global emergence npe/dressed_rakqua_overlord.iff 1.2 1.5 0 0 0 0 0 0 0 0 -1 2 1 100 npe/npe_dungeon_loot:npe_overlord_loot elite_npc_1 npc corpse.corpse_fast_recycle general_carbine officer_1 officer_1 3 3 +npe_rakqua_rifleman 6 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_rifle 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_rifle_loot generic_npc_1 npc corpse.corpse_fast_recycle general_carbine 4.8 5 +npe_rakqua_shaman 3 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_shaman 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_shaman_loot generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_carbine_low_level 0 0 +npe_rakqua_warrior 2 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_warrior 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_warrior_loot generic_npc_1 npc corpse.corpse_fast_recycle general_polearm pirate_carbine_low_level 0 0 +npe_rakqua_witch 5 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_witch 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_rakqua_witch_loot generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level 4.8 5 +npe_rakqua_witch_weak 3 0 0 0 0 NORMAL npe dungeon global emergence npe_rakqua_witch 1 1.1 0 0 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:loot_low generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level 0 0 +npe_rat 1 0 0 0 0 NORMAL npe dungeon global emergence womp_rat_hue.iff 0.6 0.7 3 0 0 0 0 0 0 0 -1 2 1 5 meat_wild 5 hide_leathery 5 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 0 0 +npe_scout_questgiver 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_npe_scout.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_scout_questgiver commoner_10 commoner_10 0 0 +npe_security_director 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson royal_officer 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_main_security commoner_10 commoner_10 0 0 +npe_seeker_droid 3 0 0 0 0 NORMAL npe dungeon global emergence_droid droideka.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 npe/npe_dungeon_loot:npe_seeker_droid_loot generic_droid_1 droid corpse.corpse_fast_recycle 0 0 +npe_slicer 3 0 0 0 0 NORMAL npe slicer quest global npe_blacksun criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_slicer generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_unarmed 0 2 +npe_slicer_boss 5 0 0 0 0 NORMAL npe slicer quest global npe_blacksun dressed_hutt_expedition_force_leader.iff 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_slicer_boss generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_unarmed 4.8 2 +npe_smuggler_trap 2 0 0 0 0 NORMAL npe dungeon global emergence_droid npe/npe_droid_i10_probe.iff 0.7 0.9 0 -1 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid corpse.corpse_fast_recycle,npe.npe_droid_trigger_volumes 0 0 +npe_spy_droid 1 0 0 0 0 NORMAL global trainingdroid r3.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 0 2 +npe_spy_trainer 100 0 0 0 0 NORMAL global commoner dressed_npe_spy_trainer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_spy commoner_10 commoner_10 0 2 +npe_stormtrooper_medbay 1 0 0 0 0 NORMAL han solo exp npc global npe_hutt dressed_stormtrooper_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 npc int:combat.zeroXP=1 corpse.corpse_fast_recycle stormtrooper_carbine 4 0 +npe_stormtrooper_quest 2 0 0 0 0 NORMAL global commoner dressed_stormtrooper_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc int:ai.noChatMood=1 stormtrooper stormtrooper stormtrooper_carbine 4.8 2 +npe_talon_karrde 100 0 0 0 0 NORMAL Tansarri global townsperson townsperson dressed_talon_karrde.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_station_kardde commoner_10 commoner_10 0 0 +npe_thug_01 1 0 0 0 0 NORMAL Tansarri global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_thug generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level general_carbine 0 2 +npe_thug_02 2 0 0 0 0 NORMAL Tansarri global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_thug generic_npc_1 npc corpse.corpse_fast_recycle pirate_carbine_low_level general_carbine 4.8 2 +npe_thug_03 3 0 0 0 0 NORMAL Tansarri global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_thug generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level general_carbine 4.8 2 +npe_thug_boss 5 0 0 0 0 NORMAL Tansarri global npe_hutt criminal_thug 0 0 0 0 0 0 0 0 -1 2 npe/npe_station_loot:npe_thug_boss generic_npc_1 npc corpse.corpse_fast_recycle pirate_pistol_low_level pirate_unarmed 4.8 2 +npe_training_droid 1 0 0 0 0 NORMAL Tansarri global trainingdroid dz70_fugitive_tracker_droid.iff 1.5 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid int:combat.zeroXP=1 npe.weak_droid 0 0 0 +npe_vendor 100 0 0 0 0 NORMAL Vendor NPC for NPE global townsperson dressed_npe_vendor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.npe_vendor_rallen townsperson townperson commoner_10 commoner_10 0 2 +npe_venomstriker 5 0 0 0 0 NORMAL npe dungeon global emergence_creature merek_hue.iff 2 2.5 1 15 0 0 0 -1 0 -1 -1 2 1 15 meat_wild 20 hide_leathery defaultProfile npe/npe_dungeon_loot:npe_venomstriker_loot generic_creature_1 carnivore boolean:npe.harvestable=true corpse.corpse_fast_recycle 4.8 5 1 +nudfuh 42 0 0 0 0 NORMAL rori nudfuh huf_dun_hue.iff 0.7 0.8 1 0 0 0 0 15 0 0 0 2 1 1000 meat_herbivore 1100 hide_leathery 1000 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 +nuna 7 0 0 0 0 NORMAL naboo nuna nuna_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 3 meat_avian 4 hide_leathery 2 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 +nurla_slinthiss 100 0 0 0 0 NORMAL talus townsperson dressed_nurla_slinthiss.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +nym 100 0 0 0 0 NORMAL lok nym nym nym.iff 1.15 1.15 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.nym 0 8 yes +nym_bodyguard 55 0 0 0 -2 NORMAL lok nym nym nym_bodyguard 0 30 30 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol smuggler_5 smuggler_5 0 8 yes +nym_brawler 53 0 0 0 0 NORMAL lok nym nym nym_brawler 0 40 0 0 -1 -1 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_pistol rebel_carbine smuggler_5 smuggler_5 0 8 yes +nym_destroyer 55 4 0 0 0 NORMAL lok nym nym nym_destroyer 0 40 40 0 0 60 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc rebel_carbine rebel_pistol smuggler_5 smuggler_5 0 8 +nym_domesticated_gurk 54 0 0 0 0 NORMAL lok nym nym gurk_hue.iff 0.8 1.2 2 20 25 0 45 45 -1 -1 -1 2 1 350 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_51_60 generic_npc_6 housing_improvement_03,col_glass_shelving_01 herbivore gorilla_3 gorilla_3 0 8 yes +nym_droideka_strong 58 -2 2 0 0 NORMAL lok nym nym droideka.iff 0 35 35 0 0 0 -1 0 -1 2 droid/droid_51_60 generic_npc_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 0 8 yes +nym_droideka_weak 56 0 0 0 0 NORMAL lok nym nym droideka.iff 0 30 45 0 0 40 -1 -1 -1 2 droid/droid_51_60 generic_npc_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 0 8 +nym_goodie_dispenser 90 0 0 0 0 NORMAL 30th Anniversary event item dispenser. global nym nym_guard_weak 0 0 0 0 0 0 0 15 -1 2 npc/npc_1_10 generic_npc_1 6 col_shattered_shard_02 npc 1 conversation.nym_anniversary_dispenser pirate slang pirate_carbine_low_level pirate_pistol_low_level 0 0 yes +nym_guard 7 0 0 0 0 NORMAL global nym nym_guard_weak 0 0 0 0 0 0 0 15 -1 2 npc/npc_1_10 generic_npc_1 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level 0 4 yes +nym_guard_elite 58 0 0 0 -3 NORMAL lok nym nym nym_guard_elite 0 50 0 0 0 60 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes +nym_guard_strong 57 0 3 0 0 NORMAL lok nym nym nym_guard_strong 0 35 35 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes +nym_guard_weak 56 0 3 0 0 NORMAL lok nym nym nym_guard_weak 0 0 40 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_glass_shelving_01 npc general_carbine general_pistol smuggler_5 smuggler_5 0 8 1 +nym_kusak_guardian 58 0 0 0 -3 NORMAL lok nym nym kusak_hue.iff 1.2 1.3 4 35 0 0 -1 -1 60 60 -1 2 1 meat_carnivore hide_bristley bone_mammal defaultProfile creature/creature_51_60 generic_npc_6 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 carnivore wolf_3 wolf_3 0 8 1 yes +nym_patrol_elite 58 0 0 0 0 NORMAL lok nym nym nym_patrol_elite 0 40 55 0 0 60 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 1 yes +nym_patrol_strong 58 0 0 0 0 NORMAL lok nym nym nym_patrol_strong 0 35 40 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 1 yes +nym_patrol_weak 57 0 0 0 -2 NORMAL lok nym nym nym_patrol_weak 0 35 0 0 -1 -1 80 80 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_glass_shelving_01 npc pirate pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes +nym_pirate_elite 57 0 3 0 0 NORMAL lok nym nym nym_pirate_elite 0 0 40 0 0 40 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes +nym_pirate_strong 56 0 0 0 -1 NORMAL lok nym nym nym_pirate_strong 0 25 25 0 0 0 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_04,col_glass_shelving_01 npc pirate pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes +nym_pirate_weak 57 0 0 0 0 NORMAL lok nym nym nym_pirate_weak 0 0 20 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_glass_shelving_01 npc pirate general_carbine general_pistol smuggler_5 smuggler_5 0 8 yes +nym_surveyer 56 0 0 0 0 NORMAL lok nym nym nym_surveyer 0 25 0 0 0 0 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 8 yes +officer_nok 22 4 -4 0 0 NORMAL global valarian delrice_capreese.iff 0 0 20 0 -1 -1 50 50 -1 2 npc/npc_21_30 generic_npc_3 npc conversation.legacy_naboo_officer_nok thug slang pirate_pistol_low_level pirate_carbine_low_level officer_2 officer_2 0 2 +officer_profession_giver_ellis_arrison 100 0 0 0 0 NORMAL townsperson dressed_ellis_arrison.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_officer_11 commoner_10 commoner_10 0 2 +officer_profession_giver_sergeant_eom_nia 100 0 0 0 0 NORMAL townsperson dressed_eom_nia.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_officer_21 commoner_10 commoner_10 0 2 +officer_reinforcement_1 38 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_01 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_3 melee_3 0 2 +officer_reinforcement_2 51 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_04 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_4 melee_4 0 2 +officer_reinforcement_3 63 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_03 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_6 melee_6 0 2 +officer_reinforcement_4 76 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_03 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_7 melee_8 0 2 +officer_reinforcement_5 88 0 0 0 -2 NORMAL Officer Pets global officer_pet criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_02,col_shattered_shard_02 npc int:celebrity=1 ai.officer_pet general_carbine general_unarmed bounty_hunter_9 melee_9 0 2 1 +official 1 0 0 0 0 NORMAL naboo naboo naboo dressed_official.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 yes +olag_greck 33 8 -9 0 0 NORMAL Greck Leader corellia olag_greck olag_greck blood_razor_pirate 0 0 60 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine smuggler_3 smuggler_3 8 8 +om_aynat 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_om_aynat.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.om_aynat 0 2 +oola 100 0 0 0 0 NORMAL jabba jabba oola.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 1 yes +oozing_dung_royal_guardian 16 -2 2 0 -1 NORMAL talus decay_mite bark_mite_hue.iff 2 2.5 4 0 15 0 0 0 0 50 -1 2 1 12 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.1 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff roach_1 roach_1 4 4 1 yes +orphan_kreetle 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine kreetle tanc_mite_hue.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 18 kreetle 0.15 lowTankArmorWeak carnivore 0 2 +otolla_gungan 26 0 0 0 0 NORMAL naboo gungan gungan gungan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc townsperson townperson rebel_carbine rebel_pistol smuggler_2 smuggler_2 0 2 1 +outlaw 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +outrider 8 0 0 0 0 NORMAL global wilder criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 +oxil_sarban 100 0 0 0 0 NORMAL rori townsperson dressed_oxil_sarban.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 yes +painted_spat 30 0 0 0 0 ELITE talus carrion_spat painted_spat.iff 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 130 meat_avian 90 bone_avian 1 100 npc/elite_npc:elite_npc_21_30 elite_creature_3 100 col_painted_spat carnivore generic_creature_special_3 generic_creature_special_3 3 3 instant +palace_guard 85 0 0 0 0 BOSS naboo rsf naboo_security_force dressed_palace_guard.iff 0 0 0 0 0 0 0 0 -1 2 3 100 npc/boss_npc:boss_npc_71_80 boss_npc_9 housing_improvement_05,col_shattered_shard_02 npc 100 100 imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 16 12 +palejo_reshad 100 0 0 0 0 NORMAL corellia townsperson dressed_palejo_reshad.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +palo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +palpatine 300 0 0 0 0 BOSS imperial Imperial palpatine.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 1 80 npc/elite_npc:elite_npc_81_90 boss_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc 1 100 100 int:celebrity=1 npc.celebrity.palpatine jedi_special_9 jedi_special_9 0 2 +palu_zerk 100 0 0 0 0 NORMAL rori townsperson townsperson dressed_palu_zerk.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +panshee_chief 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 +panshee_cub 69 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_6 0 12 +panshee_elder 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 0 -1 0 0 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +panshee_elder_worker 71 0 0 0 -1 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 0 -1 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +panshee_loremaster 71 0 0 0 -4 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 25 25 0 -1 0 0 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +panshee_matriarch 71 0 0 0 -2 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 40 40 0 -1 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +panshee_ritualist 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +panshee_shaman 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 +panshee_tribesman 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 -1 0 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +panshee_veteran 71 1 -1 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +panshee_warrior 71 0 0 0 -1 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 0 -1 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 +panshee_worker 71 0 0 0 -6 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 15 15 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 1 +paralope 23 0 0 0 0 NORMAL corellia paralope swirl_prong_hue.iff 0.6 0.7 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak herbivore goat_2 goat_2 0 2 1 +paralope_acicular_defender 5 0 0 0 0 NORMAL corellia paralope swirl_prong_hue.iff 0.8 1 2 0 0 0 0 0 0 0 0 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackAbilityWeak herbivore 6 6 +parry_stormtrooper_dewback 14 0 0 0 -4 NORMAL tatooine imperial dewback_hue.iff 1 1 4 40 20 0 40 -1 -1 -1 -1 2 1 360 meat_reptilian 275 hide_leathery 250 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 herbivore int:ai.noChatMood=1 bull_1 bull_1 0 6 +pashna 100 0 0 0 0 NORMAL rebel Rebel dressed_corvette_rebel_pashna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 yes +pathfinder 19 0 0 0 0 NORMAL global wilder rebel_specforce_pathfinder 0 0 0 0 35 35 35 35 -1 2 npc/npc_11_20 generic_npc_2 npc rebel_rifle rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 +patron_chiss_female 100 0 0 0 0 NORMAL townsperson dressed_patron_chiss_f_01.iff 0.78 0.78 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_chiss_male 100 0 0 0 0 NORMAL townsperson dressed_patron_chiss_m_01.iff 0.82 0.82 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_devaronian_male 100 0 0 0 0 NORMAL townsperson dressed_patron_devaronian_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_human_female_01 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_human_female_02 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_human_female_03 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_human_female_04 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_human_male_01 100 0 0 0 0 NORMAL townsperson dressed_noble_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_human_male_02 100 0 0 0 0 NORMAL townsperson dressed_noble_human_male_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_human_male_03 100 0 0 0 0 NORMAL townsperson dressed_noble_human_male_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_human_male_04 100 0 0 0 0 NORMAL townsperson dressed_noble_human_male_04.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_ishitib_male 100 0 0 0 0 NORMAL townsperson dressed_patron_ishi_tib_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_ithorian_male 100 0 0 0 0 NORMAL townsperson ithorian_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_klaatu 100 0 0 0 0 NORMAL townsperson dressed_patron_klaatu_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_nikto 100 0 0 0 0 NORMAL townsperson dressed_patron_nikto_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_quarren 100 0 0 0 0 NORMAL townsperson dressed_patron_quarren_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +patron_sullustan 100 0 0 0 0 NORMAL townsperson dressed_patron_sullustan_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +peko_peko 14 0 0 0 0 NORMAL naboo peko_peko peko_peko_hue.iff 0.8 1.2 3 0 0 25 0 0 0 0 -1 2 1 105 meat_avian 40 hide_wooly 30 bone_avian defaultProfile creature/creature_11_20 generic_creature_2 4 col_feather_peko_peko 0.15 lowAttackUtilityWeak carnivore avian_1 avian_1 0 2 1 instant +peko_peko_albatross 81 0 0 0 0 BOSS naboo peko_peko_giant peko_peko_hue.iff 5.2 6.5 3 100 80 30 80 80 90 0 0 2 1 400 meat_avian 120 hide_wooly 100 bone_avian defaultProfile 1 100 creature/ris_armor_components:peko_peko boss_creature_9 6 col_feather_peko_peko carnivore 100 100 100 avian_3 avian_3 16 12 1 instant +peko_peko_albatross_high 90 0 0 0 0 BOSS naboo peko_peko_giant peko_peko_hue.iff 5.2 6.5 3 100 80 30 80 80 90 0 0 2 1 400 meat_avian 120 hide_wooly 100 bone_avian defaultProfile 1 100 creature/peko_peko_albatross_high boss_creature_9 7 col_feather_peko_peko carnivore 100 100 100 avian_3 avian_3 16 12 1 +percussive_rasp 40 1 -1 0 0 NORMAL talus rasp horned_rasp_hue.iff 2.5 3.2 1 0 0 0 0 0 10 0 -1 2 1 12 meat_avian 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_3 avian_3 0 2 1 +perlek 46 0 0 0 -6 NORMAL lok perlek perlek_hue.iff 0.9 1.1 4 5 25 0 0 0 0 0 -1 2 1 250 meat_avian 100 hide_leathery 175 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 col_feather_perlek,housing_improvement_02 0.1 lowAttackAbilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff goat_3 goat_3 8 8 1 yes +perlek_ravager 47 2 -2 0 -2 NORMAL lok perlek perlek_hue.iff 1.3 1.5 1 0 0 0 50 50 -1 50 -1 2 1 275 meat_avian 115 hide_leathery 190 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 col_feather_perlek,housing_improvement_02 0.1 lowTankDefenseAvg carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff goat_3 goat_3 8 8 1 +perlek_scavenger 47 0 0 0 0 NORMAL lok perlek perlek_hue.iff 1.3 1.5 1 0 0 0 30 30 -1 -1 -1 2 1 275 meat_avian 115 hide_leathery 185 bone_avian defaultProfile creature/perlek_scavenger_loot generic_creature_5 col_feather_perlek 0.1 lowAttackAbilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff goat_3 goat_3 8 8 +pfilbee_jhorn 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_pfilbee_jhorn.iff 0.85 0.75 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.pfilbee_jhorn 0 2 1 +pharple 54 0 0 0 0 NORMAL lok pharple pharple_hue.iff 0.9 1.1 2 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 10 hide_bristley 7 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.009 medTankUtilityAvg herbivore turkey_3 turkey_3 0 8 1 +philosopher 1 0 0 0 0 NORMAL naboo townsperson townsperson dressed_philosopher.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.philosopher noble fancy 1 pirate_pistol_low_level pirate_carbine_low_level 0 2 +phinea_shantee 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_phinea_shantee.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.phinea_shantee 0 2 1 +pigmy_pugoriss 34 2 -2 0 0 NORMAL rori pugoriss pugoriss_hue.iff 0.5 0.7 1 0 0 0 0 0 0 0 -1 2 1 300 meat_carnivore 350 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore raptor_2 raptor_2 0 2 1 +piket 61 0 0 0 8 NORMAL dantooine piket piket_hue.iff 1 1 1 0 0 0 -1 0 0 -1 -1 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthWeak herbivore giraffe_4 giraffe_4 0 12 +piket_enraged_defender 63 3 2 0 0 NORMAL dantooine piket piket_hue.iff 1.1 1.3 2 40 40 20 0 0 0 0 0 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankDefenseAvg herbivore giraffe_4 giraffe_4 12 12 1 +piket_longhorn 62 0 0 0 0 NORMAL dantooine piket piket_hue.iff 1.5 1.5 1 45 40 -1 0 0 0 0 0 2 1 meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankHealthWeak herbivore giraffe_4 giraffe_4 0 12 1 +piket_longhorn_female 63 0 0 0 -10 NORMAL dantooine piket piket_hue.iff 1.5 1.5 3 0 0 0 65 65 65 65 0 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankDefenseWeak herbivore giraffe_4 giraffe_4 0 12 1 +piket_plains_walker 67 -2 2 0 0 NORMAL dantooine piket piket_hue.iff 1.1 1.3 4 40 0 0 0 0 -1 -1 -1 2 1 milk_wild meat_herbivore hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityWeak herbivore giraffe_4 giraffe_4 0 12 +pilot 7 0 0 0 0 NORMAL global mercenary mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc military military rebel_carbine rebel_pistol 0 2 +pirate 11 0 0 0 0 NORMAL global pirate pirate criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes +pirate_armsman 13 0 0 0 0 NORMAL global pirate criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level general_carbine smuggler_1 smuggler_1 0 4 yes +pirate_captain 19 0 0 0 -4 NORMAL global pirate criminal_smuggler 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 4 yes +pirate_captain_male 19 0 0 0 -4 NORMAL global pirate criminal_smuggler_male 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 4 +pirate_crewman 2 0 0 0 0 NORMAL global pirate criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level 0 4 1 yes +pirate_cutthroat 5 0 0 0 0 NORMAL global pirate criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_carbine_low_level 0 2 yes +pirate_leader 17 0 0 0 0 NORMAL global pirate pirate criminal_organized 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 4 yes +pirate_lieutenant 15 0 0 0 0 NORMAL global pirate pirate criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 4 +pirate_male 11 0 0 0 0 NORMAL global pirate pirate male_criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 yes +pirate_privateer 8 0 0 0 0 NORMAL global pirate criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang general_carbine pirate_pistol_low_level 0 2 1 +pirate_squab 1 0 0 0 0 NORMAL global pirate criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +pit_droid_crafted 20 -5 -2 0 0 NORMAL anywhere astromech pit_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 android creature.droid_setup 1 droid_2 droid_2 0 2 +plague_victim 2 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 1 yes +plains_hunter 30 0 0 0 0 NORMAL naboo tusk_cat tusk_cat_hue.iff 1.2 1.5 4 0 0 0 0 0 0 5 0 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.01 highAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 6 6 +plainsfolk 1 0 0 0 0 NORMAL naboo townsperson townsperson dressed_plainsfolk.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 pirate_carbine_low_level pirate_pistol_low_level 0 2 +plasma_bandit 3 0 0 0 0 NORMAL naboo plasma_theif bandit plasma_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +plasma_thief 4 0 0 0 0 NORMAL naboo plasma_thief plasma_thief plasma_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +plasma_thief_leader 5 0 0 0 0 NORMAL naboo plasma_thief plasma_thief dressed_plasma_thief_leader.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang general_sword general_carbine 0 2 +plumed_rasp 25 2 -2 0 0 NORMAL corellia rasp plumed_rasp_hue.iff 3 3.2 1 0 0 0 0 0 15 0 -1 2 1 3 meat_avian 2 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackAbilityWeak herbivore avian_2 avian_2 0 2 1 yes +poacher_talus 17 1 0 0 0 NORMAL talus talus_poachers criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.rangedOnly=1 ai.hunter pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 yes +poisonous_krevol_queen 14 2 -1 0 -8 NORMAL rori krevol horned_krevol_hue.iff 2.5 2.5 2 25 0 0 -1 20 0 20 -1 2 1 12 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff roach_1 roach_1 6 6 +pooja_naberrie 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_pooja_naberrie.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_theed_pooja_naberrie commoner_10 commoner_10 0 2 +porcellus 100 0 0 0 0 NORMAL jabba jabba dressed_porcellus.iff 0.85 0.85 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.porcellus commoner_10 commoner_10 0 2 +potbellied_vrobal 40 0 0 0 0 NORMAL rori vrobal roba_hue.iff 0.8 1 2 0 0 0 10 0 0 0 -1 2 1 10 meat_carnivore 15 hide_leathery 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore pig_3 pig_3 0 2 +pouncing_jax 60 2 1 0 0 NORMAL endor jax bearded_jax_hue.iff 1.2 1.5 4 0 0 10 0 0 0 0 -1 2 1 meat_herbivore 35 hide_bristley 25 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackAbilityWeak carnivore predatory_cat_4 predatory_cat_4 0 12 +prefect_talmont 100 0 0 0 0 NORMAL imperial Imperial prefect_talmont.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.talmont imperial military commoner_10 commoner_10 0 2 1 +probot 16 4 0 4 0 NORMAL anywhere probot probot.iff 0 0 10 0 0 0 0 0 0 1.8 droid/droid_11_20 generic_droid_2 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_1 droid_1 0 2 +prof_quest_artisan 100 1 1 1 1 NORMAL global townsperson townsperson dressed_thug_lackey.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 townsperson slang rebel_pistol none commoner_10 commoner_10 0 2 +prof_quest_entertainer 100 1 1 1 1 NORMAL global townsperson townsperson dressed_twk_entertainer.iff 0 80 80 80 80 80 80 80 80 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol none commoner_10 commoner_10 0 2 +profession_spy_1_tatooine_kaesii 100 0 0 0 0 NORMAL Profession NPC Spy 1 Level 11 tatooine profcomm dressed_noble_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_spy_11_kaesii noble townperson spy_10 spy_10 0 2 +profession_spy_2_tatooine_sarlis 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_spy_sarlis.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_spy_21_sarlis townsperson townperson spy_10 spy_10 0 2 +proficient_gondula_worker 77 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +proficient_jinda_worker 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 35 35 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +proficient_panshee_worker 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 30 0 -1 0 0 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 yes +prophet_of_the_dark_side 80 0 0 0 0 ELITE global imperial Imperial jedi_trainer 0 80 80 80 80 80 80 80 80 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc general_unarmed none officer_special_6 melee_special_6 0 3 +protocol_droid_3po 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 +protocol_droid_3po_crafted 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 droid 0.5 0 2 +protocol_droid_3po_red 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 +protocol_droid_3po_silver 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_silver.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 instant +pubam_battlelord 65 8 8 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant +pubam_chieftan 60 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 0 0 100 2 0 0 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_01 npc general_unarmed none commoner_6 commoner_6 12 12 +pubam_cub 65 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0.7 0.7 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant +pubam_dark_shaman 64 4 -4 0 0 NORMAL endor pubam pubam species_choices_dulok 0 35 35 0 60 60 60 -1 80 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant +pubam_scout 64 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 +pubam_spiritmaster 66 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 instant +pubam_tribesman 64 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 -1 0 0 0 -1 -1 100 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 +pudgy_nudfuh 36 0 0 0 0 NORMAL rori nudfuh huf_dun_hue.iff 0.4 0.5 1 0 0 0 0 0 0 0 -1 2 1 900 meat_herbivore 1000 hide_leathery 900 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore fambaa_3 fambaa_3 0 2 1 +pugoriss 42 0 -1 0 -3 NORMAL rori pugoriss pugoriss_hue.iff 1 1.3 2 10 10 0 0 15 0 0 -1 2 1 375 meat_carnivore 425 hide_leathery 375 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak herbivore raptor_3 raptor_3 0 2 1 +pugoriss_venerable_devourer 19 -2 -2 -2 3 NORMAL rori pugoriss pugoriss_hue.iff 2 2.3 4 20 20 0 25 35 0 0 0 2 1 35 meat_carnivore 40 hide_leathery 45 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 4 0.05 lowTankArmorWeak herbivore raptor_1 raptor_1 6 6 +puny_gackle_bat 64 0 0 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 0.5 0.7 4 0 0 0 0 0 0 0 -1 2 1 2 meat_carnivore 1 hide_bristley 1 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg carnivore bat_4 bat_4 12 12 +puny_stintaril 61 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 2 meat_carnivore 1 hide_bristley 1 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAttackAbilityAvg carnivore rat_4 rat_4 0 2 1 +puny_tanc_mite 66 0 0 0 0 NORMAL yavin4 tancmite tanc_mite_hue.iff 0.9 1 1 0 0 0 0 0 0 0 -1 2 1 2 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medTankArmorAvg herbivore roach_4 roach_4 0 2 1 +purbole 62 0 0 0 0 NORMAL dathomir purbole purbole_hue.iff 0.9 1.1 3 10 10 0 -1 -1 40 -1 -1 2 1 12 meat_carnivore 8 hide_bristley 8 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 1 +purbole_elder 63 -2 4 0 0 NORMAL dathomir purbole purbole_hue.iff 1.2 1.3 4 20 25 0 -1 -1 70 -1 -1 2 1 15 meat_carnivore 11 hide_bristley 11 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankHealthStrong carnivore monkey_4 monkey_4 12 12 1 yes +purbole_hunter 64 0 2 0 -3 NORMAL dathomir purbole purbole_hue.iff 1 1.2 2 25 25 0 -1 -1 45 -1 -1 2 1 15 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackSpeedAvg carnivore monkey_4 monkey_4 12 12 1 +purbole_relentless 65 0 0 0 0 NORMAL dathomir purbole purbole_hue.iff 1.2 1.4 3 10 10 20 0 0 40 -1 -1 2 1 12 meat_carnivore 8 hide_bristley 8 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackSpeedAvg carnivore monkey_4 monkey_4 12 12 1 +purbole_scout 64 1 0 0 0 NORMAL dathomir purbole purbole_hue.iff 1 1.1 3 0 15 10 15 15 -1 -1 -1 2 1 15 meat_carnivore 10 hide_bristley 10 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackUtilityAvg carnivore monkey_4 monkey_4 12 12 1 yes +purbole_stalker 64 2 0 0 -3 NORMAL dathomir purbole purbole_hue.iff 1.1 1.2 1 0 20 0 -1 -1 35 -1 -1 2 1 15 meat_carnivore 11 hide_bristley 11 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 1 +purbole_youth 64 0 0 0 0 NORMAL dathomir purbole purbole_hue.iff 0.6 0.9 4 0 0 0 0 0 0 0 -1 2 1 12 meat_carnivore 8 hide_bristley 8 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedAvg carnivore monkey_4 monkey_4 12 12 1 1 +puss_covered_decay_mite_soldier 14 0 0 0 -6 NORMAL talus decay_mite bark_mite_hue.iff 2 2.3 1 15 15 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff roach_1 roach_1 4 4 +putrid_borgle 63 0 0 0 -3 NORMAL endor borgle borgle_hue.iff 1.5 1.5 2 10 0 0 -1 25 25 45 -1 2 1 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 18 borgle 0.1 lowAttackUtilityAvg herbivore bat_4 bat_4 12 12 1 +putrid_decay_mite_hatchling 4 0 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 carnivore roach_1 roach_1 0 2 1 +putrid_decay_mite_hatchling_large 33 0 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 3 3.2 1 0 0 0 0 0 0 0 -1 2 1 12 meat_insect defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01,col_aurebesh_tiles carnivore roach_2 roach_2 0 2 +qualdo_herm 100 0 0 0 0 NORMAL rebel Rebel dressed_qualdo_herm.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.qualdo commoner_10 commoner_10 0 2 1 yes +queen_arachne 65 3 -3 3 -3 NORMAL endor arachne angler_hue.iff 1.5 2 3 50 35 0 80 80 0 80 -1 2 1 60 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.009 highAttackAbilityStrong carnivore spider_3 spider_3 12 12 +queen_kylantha_gazebo 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_queen_kylantha.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +queen_kylantha_throne 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_queen_kylantha.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +queen_merek_harvester 64 0 0 0 0 NORMAL endor merek merek_hue.iff 1.5 2 1 60 -1 0 100 50 0 50 0 2 1 meat_wild 50 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medTankUtilityAvg carnivore mantis_4 mantis_4 12 12 +quenker 61 0 -4 0 0 NORMAL dantooine quenker quenker_hue.iff 1 1 3 25 25 0 0 0 0 0 -1 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackAbilityWeak carnivore rat_4 rat_4 12 12 yes +quenker_ravager 67 6 0 0 0 NORMAL dantooine quenker quenker_hue.iff 1 1 2 0 0 0 0 -1 -1 0 0 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackDamageWeak carnivore rat_4 rat_4 12 12 +quenker_relic_reaper 69 7 0 0 0 NORMAL dantooine quenker quenker_hue.iff 0.6 0.8 1 55 55 0 0 -1 0 0 0 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackUtilityAvg carnivore rat_4 rat_4 12 12 +quenker_terrible 63 0 -1 0 -1 NORMAL dantooine quenker quenker_hue.iff 1.1 1.5 4 30 30 0 0 -1 0 0 -1 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff rat_4 rat_4 12 12 +quest_archeologist 19 0 0 0 0 NORMAL quest townsperson scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 noble fancy commoner_1 commoner_1 0 2 +quest_crowd_pleaser_audience_member 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 quest.crowd_pleaser.audience_member 0 2 +quest_crowd_pleaser_judge 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 0 2 +quest_crowd_pleaser_theater_manager 100 0 0 0 0 NORMAL townsperson townsperson trainer_entertainer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.quest_crowd_pleaser_manager commoner_10 commoner_10 0 2 +quest_gadget_specialist 19 0 0 0 0 NORMAL quest townsperson scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc 1 townsperson slang commoner_1 commoner_1 0 2 1 +quest_hero_of_tatooine_farmer 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_farmer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 conversation.quest_hero_of_tatooine_farmer townsperson townperson rebel_carbine rebel_pistol 0 2 1 +quest_hero_of_tatooine_farmer_daughter 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_farmer_child.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson 0 2 1 +quest_hero_of_tatooine_farmer_wife 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_farmer_wife.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson 0 2 yes +quest_hero_of_tatooine_ferocious_beast 40 2 -2 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 2 2 3 0 0 0 0 0 0 0 -1 2 1 120 meat_wild 80 hide_leathery 50 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore quest.hero_of_tatooine.ferocious_beast pig_3 pig_3 0 2 +quest_hero_of_tatooine_hermit 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_hermit_of_tatooine.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +quest_hero_of_tatooine_husband 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_commoner_naboo_human_female_06.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson 0 2 1 +quest_hero_of_tatooine_liar_bounty_hunter 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_liar_bh.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 townsperson townperson pirate_carbine pirate_pistol commoner_10 commoner_10 0 2 1 +quest_hero_of_tatooine_liar_one 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_liar_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +quest_hero_of_tatooine_liar_two 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_quest_liar_02.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson pirate_carbine_low_level pirate_pistol_low_level 0 2 yes +quest_hero_of_tatooine_pirate 30 2 2 0 -4 NORMAL tatooine hero_of_tat_pirate criminal_smuggler_male 0.9 1.05 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01 npc quest.hero_of_tatooine.pirates pirate slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 6 6 yes +quest_hero_of_tatooine_pirate_deckhand 31 2 2 2 -6 NORMAL For the Hero of Tatooine quest tatooine hero_of_tat_pirate dressed_pirate_deckhand_of_tatooine.iff 0.9 1.05 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01,col_shattered_shard_01 npc quest.hero_of_tatooine.pirates pirate slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 6 6 yes +quest_hero_of_tatooine_pirate_first_mate 33 2 0 2 -4 NORMAL For the Hero of Tatooine quest tatooine hero_of_tat_pirate dressed_pirate_firstmate_of_tatooine.iff 0.9 1.05 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01,col_shattered_shard_01 npc quest.hero_of_tatooine.pirates pirate slang pirate_carbine pirate_pistol commando_3 commando_3 6 6 yes +quest_hero_of_tatooine_pirate_leader 33 2 2 0 2 NORMAL tatooine hero_of_tat_pirate dressed_pirate_leader_of_tatooine.iff 1.12 1.21 0 10 15 0 40 -1 40 0 -1 2 npc/npc_21_30 generic_npc_3 col_contraband_set_01,col_shattered_shard_01 npc quest.hero_of_tatooine.pirate_leader pirate slang pirate_rifle pirate_carbine bounty_hunter_3 bounty_hunter_3 9 3 yes +quest_hero_of_tatooine_pirate_plunderer 32 0 2 2 -4 NORMAL For the Hero of Tatooine quest tatooine hero_of_tat_pirate dressed_pirate_plunderer_of_tatooine.iff 0.9 1.05 0 10 15 0 40 -1 40 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01,col_shattered_shard_01 npc quest.hero_of_tatooine.pirates pirate slang pirate_carbine pirate_pistol spy_3 spy_3 6 6 1 +quest_hero_of_tatooine_wife 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_farmer_husband_of_tatooine.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson 0 2 +quharek 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_quharek.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.aurilia_quharek 1 rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 +r2 4 0 0 0 0 NORMAL anywhere astromech r2.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 +r2_crafted 20 -5 -2 0 0 NORMAL anywhere astromech r2_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 +r2_crafted_space 20 -5 -2 0 0 NORMAL anywhere astromech r2_crafted_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 +r2_space 4 0 0 0 0 NORMAL anywhere astromech r2_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 +r2d2 4 0 0 0 0 NORMAL anywhere astromech r2d2.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 +r3 4 0 0 0 0 NORMAL anywhere astromech r3.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 +r3_crafted 20 -5 -2 0 0 NORMAL anywhere astromech r3_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 +r3_crafted_space 20 -5 -2 0 0 NORMAL anywhere astromech r3_crafted_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 +r3_space 4 0 0 0 0 NORMAL anywhere astromech r3_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 +r4 4 0 0 0 0 NORMAL anywhere astromech r4.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 +r4_crafted 20 -5 -2 0 0 NORMAL anywhere astromech r4_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 +r4_crafted_space 20 -5 -2 0 0 NORMAL anywhere astromech r4_crafted_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 +r4_space 4 0 0 0 0 NORMAL anywhere astromech r4_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 +r5 4 0 0 0 0 NORMAL anywhere astromech r5.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 +r5_crafted 20 -5 -2 0 0 NORMAL anywhere astromech r5_crafted.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 +r5_crafted_space 20 -5 -2 0 0 NORMAL anywhere astromech r5_crafted_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_11_20 droid creature.droid_setup droid_2 droid_2 0 2 +r5_space 4 0 0 0 0 NORMAL anywhere astromech r5_space.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid creature.droid_setup 0 2 +ra7_bug_droid 1 0 0 0 0 NORMAL anywhere bugdroid ra7_bug_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 +rabid_mott 23 1 2 0 0 NORMAL naboo rabid mott_hue.iff 1.2 1.4 11 0 0 0 0 0 0 0 -1 2 1 150 meat_herbivore 85 hide_leathery 50 bone_mammal defaultProfile creature/creature_21_30 generic_creature_2 herbivore pig_2 pig_2 4 4 1 +rabid_mott_senior 24 1 2 0 0 NORMAL naboo rabid mott_hue.iff 1.2 1.4 9 0 0 0 0 0 0 0 -1 2 1 150 meat_herbivore 85 hide_leathery 50 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore pig_2 pig_2 4 4 yes +rabid_mutant_kahmurra 40 0 0 0 0 NORMAL talus kahmurra murra_hue.iff 1.3 1.4 3 0 0 0 45 45 45 45 35 2 1 50 meat_herbivore 30 hide_bristley 35 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 kahmurra 0.15 lowAttackAbilityAvg carnivore goat_3 goat_3 6 6 1 +rabid_shaupaut 7 0 0 0 0 NORMAL naboo shaupaut_rabid shaupaut_hue.iff 1.1 1.3 4 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_bristley 3 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAttackUtilityWeak carnivore 6 6 +rabid_squall 71 0 0 0 0 NORMAL endor squall_rabid squall_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 -1 2 1 meat_herbivore 12 hide_bristley 8 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackSpeedWeak herbivore rabbit_4 rabbit_4 12 12 +radanthus_mandelatara 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_commoner_naboo_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +radiant_lantern_bird 61 0 0 0 0 NORMAL endor lantern lantern_bird_hue.iff 1 1 3 0 60 0 -1 0 0 -1 0 2 1 meat_herbivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 highAbilitySpeedWeak herbivore avian_4 avian_4 0 12 +radlee_mathiss 100 0 0 0 0 NORMAL talus townsperson dressed_radlee_mathiss.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +raglith 100 0 0 0 0 NORMAL endor townsperson dressed_raglith.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_special_9 commando_special_9 0 12 1 +ragtag_kook 28 0 0 0 0 NORMAL corellia ragtag_gang thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 4 col_contraband_set_01 npc thug slang pirate_carbine pirate_pistol medic_2 medic_2 0 2 1 +ragtag_loon 29 0 0 0 0 NORMAL corellia ragtag_gang thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01 npc thug slang pirate_carbine pirate_pistol medic_2 medic_2 0 2 +ragtag_lunatic 30 0 0 0 0 NORMAL corellia ragtag_gang thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01 npc pirate_carbine pirate_pistol medic_3 medic_3 0 2 +ragtag_maniac 31 0 0 0 0 NORMAL corellia ragtag_gang thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_contraband_set_01,col_shattered_shard_01 npc pirate_carbine pirate_pistol medic_3 medic_3 0 2 +ragtag_mercenary 37 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia ragtag_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 6 col_contraband_set_01,col_shattered_shard_01 npc pirate_carbine smuggler_3 melee_3 4 2 +ragtag_thug 36 0 0 0 0 NORMAL Corellia_Level_35_Quest_enemy corellia ragtag_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 6 col_contraband_set_01,col_shattered_shard_01 npc pirate_carbine smuggler_3 melee_3 4 2 +rakir_banai 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_rakir_banai.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.rakir_banai 0 2 1 +rale_moonraiser 100 0 0 0 0 NORMAL tatooine darklighter mercenary_strong 0 40 40 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:celebrity=1 npc.celebrity.kwin_moonraiser townsperson townperson rebel_carbine rebel_pistol spy_10 spy_10 0 2 +rancid_remmer_warrior 56 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1 1 2 60 0 70 0 0 -1 0 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff rat_4 rat_4 12 12 1 instant +rancor 87 0 0 0 -5 NORMAL dathomir rancor rancor_hue.iff 0.9 1.1 1 30 30 -1 60 60 60 -1 -1 2 1 950 meat_carnivore 877 hide_leathery 777 bone_mammal defaultProfile creature/rancor_loot:rancor_81_90 generic_creature_7 col_rancor_parts 0.05 medAttackDamageAvg carnivore gorilla_4 gorilla_4 8 8 instant +rancor_monstrous_brute 89 0 0 2 0 ELITE dathomir rancor rancor_hue.iff 1.2 1.5 3 0 60 0 100 100 100 0 0 2 1 950 meat_carnivore 878 hide_leathery 778 bone_mammal defaultProfile 1 80 creature/rancor_loot:rancor_monstrous_brute_81_90 elite_creature_9 col_rancor_parts carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 5 5 +rancor_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_rancor.iff 0.65 0.65 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 1 instant +rancor_pygmy 85 0 0 0 -5 NORMAL dathomir rancor rancor_hue.iff 0.5 0.8 1 30 30 -1 60 60 60 -1 -1 2 1 950 meat_carnivore 877 hide_leathery 777 bone_mammal defaultProfile creature/creature_81_90 generic_creature_5 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 0.05 medAttackDamageAvg carnivore gorilla_5 gorilla_5 8 8 1 +rancor_youth 85 0 0 0 0 NORMAL dathomir rancor rancor_hue.iff 0.6 0.7 3 35 60 0 100 100 100 0 0 2 1 700 meat_carnivore 753 hide_leathery 653 bone_mammal defaultProfile creature/creature_81_90 generic_creature_6 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 0.1 lowAttackDamageAvg carnivore gorilla_5 gorilla_5 8 8 +ravaging_gackle_bat 67 1 -1 0 0 NORMAL yavin4 gacklebat gackle_bat_hue.iff 1.15 1.25 1 0 15 -1 20 -1 -1 -1 -1 2 1 5 meat_carnivore 3 hide_bristley 4 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAbilitySpeedAvg carnivore bat_4 bat_4 12 12 1 1 yes +ravenous_rasp 35 8 -20 0 0 NORMAL talus voracious_rasp horned_rasp_hue.iff 3.1 3.2 2 0 0 -1 -1 0 0 0 0 2 1 45 meat_avian 15 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore avian_3 avian_3 6 6 1 +ravenous_roba_stalker 62 0 0 0 0 NORMAL endor roba roba_hue.iff 1 1 2 0 0 0 75 -1 0 0 0 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAttackDamageAvg herbivore pig_4 pig_4 12 12 1 +ravenous_torton 60 4 0 0 0 NORMAL rori torton torton_hue.iff 1 1.2 1 0 0 0 -1 -1 45 45 80 2 1 1300 meat_carnivore 1150 hide_wooly 1300 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 18 torton 0.1 medAttackDamageWeak carnivore fambaa_4 fambaa_4 10 10 yes +rawl_deadly_hooded 9 0 0 0 0 NORMAL naboo rawl_fanned fanned_rawl_hue.iff 1.2 1.4 2 0 0 0 20 -1 0 0 0 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 0.05 lowAttackUtilityWeak carnivore 6 6 +raxa_binn 100 0 0 0 0 NORMAL rori townsperson dressed_raxa_binn.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 yes +razor_cat_eviscerator 23 2 2 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 1.5 1.9 1 10 10 0 15 0 0 -1 0 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/razor_cat_eviscerator_loot generic_creature_3 0.05 medAttackSpeedWeak carnivore predatory_cat_2 predatory_cat_2 10 10 yes +rebel_army_captain 21 0 0 0 0 NORMAL global rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 +rebel_base_guard 15 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 12 instant +rebel_battle_droid 83 0 0 0 0 ELITE global rebel battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android imperial_carbine none droid_special_6 droid_special_6 9 3 yes +rebel_brigadier_general 25 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 20 20 40 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +rebel_colonel 24 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 +rebel_comm_link_grenadier 75 3 -3 0 0 NORMAL global rebel Rebel 1 rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 12 +rebel_comm_link_rifleman 75 1 -1 0 0 NORMAL global rebel Rebel 1 rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_rifle rebel_pistol officer_special_6 officer_special_6 0 12 +rebel_comm_link_soldier 74 0 0 0 0 NORMAL global rebel Rebel 1 rebel_trooper 0 0 0 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 12 yes +rebel_commando 25 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier rebel military rebel_carbine commando_melee commando_2 melee_2 0 2 +rebel_corporal 15 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +rebel_creature_handler_apprentice 11 0 0 0 0 NORMAL global rebel Rebel mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc rebel_carbine rebel_pistol officer_1 officer_1 0 2 +rebel_creature_handler_novice 5 0 0 0 0 NORMAL global rebel Rebel mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 yes +rebel_crewman 22 0 0 0 0 NORMAL global rebel Rebel rebel_crewman 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes +rebel_defector 29 0 0 0 4 NORMAL global imperial Imperial rebel_lieutenant_colonel 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc imperial military stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 2 yes +rebel_first_lieutenant 20 0 0 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes +rebel_general 28 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +rebel_gungan_captain 21 0 0 0 5 NORMAL naboo rebel Rebel gungan_male.iff 0 0 0 0 -1 30 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +rebel_gungan_war_chief 20 0 0 0 0 NORMAL naboo rebel Rebel gungan_s03_male.iff 0 0 0 0 0 25 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +rebel_high_general 29 0 0 0 4 NORMAL global rebel Rebel rebel_high_general 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 +rebel_lance_corporal 15 0 0 0 0 NORMAL global rebel Rebel rebel_lance_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +rebel_lieutenant_colonel 23 0 0 0 0 NORMAL global rebel Rebel rebel_lieutenant_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes +rebel_lieutenant_general 27 0 0 0 5 NORMAL global rebel Rebel rebel_lieutenant_general 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +rebel_major 22 0 0 0 0 NORMAL global rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes +rebel_major_general 26 0 0 0 0 NORMAL global rebel Rebel rebel_high_general 0 0 25 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 +rebel_master_sergeant 17 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +rebel_medic 16 0 0 0 0 NORMAL global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_carbine officer_1 officer_1 0 2 +rebel_officer_questgiver 21 0 0 0 0 NORMAL global rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel rebel military melee_2 melee_2 0 6 yes +rebel_pilot 20 0 0 0 0 NORMAL global rebel Rebel rebel_pilot 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 military rebel_carbine rebel_pistol commando_2 commando_2 0 2 +rebel_recruiter 20 0 0 0 0 NORMAL anywhere rebel Rebel rebel_recruiter 0 0 0 0 40 -1 40 -1 -1 2 npc/npc_11_20 generic_npc_2 npc 1 string:recruiter=Rebel npc.faction_recruiter.recruiter_setup rebel_carbine rebel_pistol officer_2 officer_2 0 2 +rebel_resistance_agitator 4 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 +rebel_resistance_anarchist 7 0 0 0 0 NORMAL global rebel Rebel mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 +rebel_resistance_dissident 2 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 +rebel_resistance_leader 8 0 0 0 0 NORMAL global rebel Rebel mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 +rebel_resistance_separatist 5 0 0 0 0 NORMAL global rebel Rebel mercenary_weak 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc rebel_carbine rebel_pistol 0 2 1 +rebel_scout 15 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_rifle rebel_pistol officer_1 officer_1 0 2 1 +rebel_scout_female 15 0 0 0 0 NORMAL global rebel Rebel rebel_scout_female 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_rifle rebel_pistol officer_1 officer_1 0 2 yes +rebel_second_lieutenant 19 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military general_carbine general_pistol officer_1 officer_1 0 2 +rebel_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +rebel_sergeant_major 17 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +rebel_specforce_captain 25 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +rebel_specforce_colonel 27 0 0 0 5 NORMAL global rebel Rebel rebel_colonel 0 0 0 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +rebel_specforce_general 28 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_2 officer_2 0 2 1 yes +rebel_specforce_guerrilla 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +rebel_specforce_pathfinder 18 -1 0 0 -1 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 10 10 0 0 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +rebel_specforce_sergeant 21 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier rebel military general_carbine general_pistol commando_2 commando_2 0 2 +rebel_staff_corporal 16 0 0 0 0 NORMAL global rebel Rebel rebel_staff_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +rebel_staff_sergeant 16 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 instant +rebel_super_battle_droid 86 0 0 0 0 ELITE global rebel super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 3 yes +rebel_surface_marshal 30 0 0 0 4 NORMAL global rebel Rebel rebel_surface_marshal 0 0 0 0 40 -1 40 -1 -1 2 npc/npc_21_30 generic_npc_3 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 1 +rebel_tamed_gurrcat 4 0 0 0 0 NORMAL global rebel Rebel tusk_cat_hue.iff 0.6 0.8 3 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 carnivore 0 2 1 +rebel_tamed_huurton 10 1 1 0 0 NORMAL global rebel Rebel huurton_hue.iff 1 1 1 0 0 0 0 0 0 0 -1 2 1 meat_wild hide_wooly bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 carnivore wolf_1 wolf_1 0 2 1 +rebel_tamed_razor_cat 10 2 2 0 0 NORMAL global rebel Rebel corellian_sand_panther_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 3 carnivore predatory_cat_1 predatory_cat_1 0 2 +rebel_tamed_slice_hound 4 0 0 0 0 NORMAL global rebel Rebel corellian_slice_hound_hue.iff 1.1 1.3 3 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 carnivore wolf_1 wolf_1 0 2 +rebel_trooper 15 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +rebel_warrant_officer_i 18 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 +rebel_warrant_officer_ii 16 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 2 1 yes +recluse_gurk_king 39 0 0 0 0 NORMAL lok gurk gurk_hue.iff 1.5 2 3 35 35 0 -1 0 0 -1 -1 2 1 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile 1 100 creature/ris_armor_components:gurk_king generic_creature_4 col_kill_gurk_activation_loot 0.009 medTankArmorAvg carnivore gorilla_3 gorilla_3 8 8 +reclusive_roba 62 0 0 0 0 NORMAL endor roba_reclusive roba_hue.iff 1 1.5 4 0 0 0 60 -1 60 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 lowAttackDamageAvg herbivore pig_4 pig_4 0 12 1 +reclusive_shear_mite 85 4 -2 0 -3 NORMAL dathomir shearmite shear_mite_hue.iff 1.3 1.5 4 30 35 -1 60 -1 -1 -1 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.05 medAttackAbilityStrong carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff roach_5 roach_5 12 12 +record_keeper_imperial 100 0 0 0 0 NORMAL imperial Imperial theme_park_record_keeper_imperial.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +record_keeper_jabba 100 0 0 0 0 NORMAL jabba jabba theme_park_record_keeper_jabba.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +record_keeper_rebel 100 0 0 0 0 NORMAL rebel Rebel theme_park_record_keeper_rebel.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +ree_yees 20 0 0 0 0 NORMAL tatooine jabba jabba gran_male.iff 1.05 1.05 0 0 0 40 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 npc.celebrity.ree_yees commoner_2 commoner_2 0 2 +reelo_baruk 20 0 0 0 0 NORMAL tatooine jabba jabba reelo_baruk.iff 1.05 1.05 0 0 0 40 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 npc.celebrity.reelo_baruk commoner_2 commoner_2 0 2 +remmer_carrion_keeper 55 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1.5 1.5 3 30 0 40 -1 -1 -1 50 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackUtilityAvg herbivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff rat_4 rat_4 12 12 +remmer_dune_scavenger 64 0 0 0 0 NORMAL endor remmer remmer_hue.iff 1 1 3 15 0 25 35 -1 0 0 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg herbivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff rat_4 rat_4 12 12 +rep_been 100 0 0 0 0 NORMAL naboo townsperson townsperson gungan_s03_male.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +reptilian_flier 65 0 1 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1 1 1 5 0 5 0 0 -1 0 -1 2 1 125 meat_avian 80 hide_leathery 75 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAbilitySpeedAvg carnivore avian_4 avian_4 12 12 instant +reptilian_life_stealer 70 0 0 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 1.5 1.6 4 0 25 5 100 100 -1 0 0 2 1 135 meat_avian 90 hide_leathery 85 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedStrong carnivore avian_4 avian_4 12 12 +respec_seller 100 0 0 0 0 NORMAL global townsperson townsperson respec_seller_f_1.iff 0.9 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.respecseller commoner_10 commoner_10 0 2 +restuss_at_at 200 0 0 0 0 BOSS rori townsperson atat.iff 0 90 90 0 90 90 90 90 100 2 2 100 npc/boss_npc:boss_npc_71_80 boss_droid_9 housing_improvement_05 imperial vehicle 100 100 100 100 1 16 12 +restuss_at_st 90 0 0 0 0 ELITE rori imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 creature/creature_61_70 elite_droid_6 housing_improvement_04,col_eng_trader,col_mun_trader,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 imperial droid absorption_fire=80,dissipation_fire=50 0 5 +restuss_battle_cryer 100 0 0 0 0 NORMAL anywhere townsperson dressed_restuss_battle_cryer.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_battle_cryer 0 2 +restuss_elite_dark_trooper 85 0 0 0 0 NORMAL rori imperial Imperial restuss_dark_trooper.iff 1.3 1.3 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_02 imperial android int:ai.noChatMood=1 imperial_carbine stormtrooper_sword 0 6 +restuss_elite_rebel_commando 85 0 0 0 0 NORMAL rori rebel Rebel dressed_rebel_restuss_elite_commando.iff 1.2 1.2 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_02 rebel npc int:ai.noChatMood=1 rebel_carbine 0 2 instant +restuss_emperors_hand 90 0 0 0 0 BOSS rori townsperson dressed_restuss_emperors_hand.iff 1 1 0 25 25 25 5 5 5 5 5 2 npc/npc_31_40 elite_npc_7 housing_improvement_01,col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 imperial npc 100 100 100 100 1 int:ai.noChatMood=1 theme_park.restuss_event.emperors_hand 1.5 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 24 12 +restuss_herald_guy 80 0 0 0 0 NORMAL global townsperson townsperson commoner_human_male 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 col_shattered_shard_03 npc 1 int:ai.noChatMood=1,int:restussHerald=3 theme_park.restuss_event.restuss_herald_crier rebel_pistol 0 0 +restuss_herald_rebel 80 0 0 0 0 NORMAL anywhere rebel Rebel dressed_rebel_restuss_commando.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 npc 1 int:ai.noChatMood=1,int:restussHerald=2 theme_park.restuss_event.restuss_herald_crier rebel_carbine 0 0 +restuss_herald_stormtrooper 80 0 0 0 0 NORMAL anywhere imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 npc 1 int:ai.noChatMood=1,int:restussHerald=1 theme_park.restuss_event.restuss_herald_crier,ai.soldier stormtrooper_carbine 0 0 +restuss_imperial_admiral_grot 90 0 0 0 3 ELITE rori imperial Imperial dressed_imperial_restuss_admiral_grot.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 imperial npc int:ai.noChatMood=1 theme_park.restuss_event.st3_boss_death imperial_carbine 0 6 +restuss_imperial_captain_exov 100 0 0 0 0 ELITE rori imperial Imperial dressed_restuss_captain_exov.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_ambush_1 0 2 +restuss_imperial_captain_okto 100 0 0 0 0 ELITE rori imperial Imperial dressed_restuss_captain_okto.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_ground_destroy_3 0 2 +restuss_imperial_captain_roth 100 0 0 0 0 ELITE rori imperial Imperial dressed_restuss_captain_roth.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_ground_destroy_2 0 2 +restuss_imperial_load_lifter_ambush 80 -2 2 0 0 NORMAL rori imperial Imperial imperial_officer 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 col_shattered_shard_03 imperial npc int:ai.noChatMood=1 imperial_pistol 0 2 +restuss_imperial_load_lifter_carbines 100 -2 2 0 0 NORMAL rori imperial Imperial cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 droid 1 string:quest_name=restuss_imperial_carbine_crafting_1,string:task_name=deliverImperialDroid quest.task.ground.give_item_to_npc 0 2 +restuss_imperial_load_lifter_launchers 100 -2 2 0 0 NORMAL rori imperial Imperial cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 droid 1 string:quest_name=restuss_imperial_carbine_crafting_2,string:task_name=deliverImperialDroid2 quest.task.ground.give_item_to_npc 0 2 +restuss_imperial_lt_gregor 100 0 0 0 0 NORMAL rori imperial Imperial dressed_restuss_lt_gregor.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_ground_destroy_1 0 2 +restuss_imperial_lt_pofko 100 0 0 0 0 NORMAL rori imperial Imperial dressed_restuss_lt_pofko.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_weapon_crafting 0 2 +restuss_imperial_lt_wholding 100 0 0 0 0 NORMAL rori imperial Imperial dressed_restuss_lt_wholding.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_space_mining 0 2 +restuss_imperial_lt_wulf 100 0 0 0 0 NORMAL rori imperial Imperial dressed_restuss_lt_wulf.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_space_destroy 0 2 +restuss_imperial_mandalorian 90 0 0 0 0 NORMAL rori imperial Imperial dressed_imperial_restuss_trooper_leader.iff 1.1 1.1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 imperial npc int:ai.noChatMood=1 commando_ranged 0 6 +restuss_imperial_reward_officer 100 0 0 0 0 NORMAL rori imperial Imperial dressed_imperial_officer_m_3.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_imperial_reward_npc 0 2 +restuss_imperial_stormtrooper_st3 80 0 0 0 0 NORMAL rori imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 imperial npc int:ai.noChatMood=1 stormtrooper_carbine 0 6 +restuss_marles_jacobe 100 0 0 0 0 NORMAL rori townsperson marles_jacobe.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.marles_jacobe 0 0 +restuss_rebel_captain_klork 100 0 0 0 3 ELITE rori rebel Rebel dressed_rebel_restuss_captain_klork.iff 1 1 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 elite_npc_7 npc 1 conversation.restuss_rebel_ambush_1 0 2 +restuss_rebel_captain_redding 100 0 0 0 3 ELITE rori rebel Rebel dressed_rebel_restuss_captain_redding.iff 1 1 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 elite_npc_7 npc 1 conversation.restuss_rebel_ground_destroy_2 0 2 +restuss_rebel_captain_voldez 100 0 0 0 3 ELITE rori rebel Rebel dressed_rebel_restuss_captain_voldez.iff 1 1 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 elite_npc_7 npc 1 conversation.restuss_rebel_ground_destroy_3 0 2 +restuss_rebel_captain_vrinko 90 0 0 0 3 ELITE rori rebel Rebel dressed_rebel_restuss_captain_vrinko.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 rebel npc int:ai.noChatMood=1 theme_park.restuss_event.st3_boss_death rebel_carbine 0 2 +restuss_rebel_commando 80 0 0 0 0 NORMAL rori rebel Rebel dressed_rebel_restuss_commando.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 rebel npc int:ai.noChatMood=1 rebel_carbine 0 2 +restuss_rebel_general 90 0 0 0 3 BOSS rori rebel Rebel dressed_restuss_rebel_general_krotog.iff 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 npc 1 string:recruiter=Rebel theme_park.restuss_event.rebel_general_speech_manager rebel_carbine 12 12 +restuss_rebel_load_lifter_ambush 80 -2 2 0 0 NORMAL rori rebel Rebel rebel_crewman 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 rebel npc int:ai.noChatMood=1 rebel_pistol 0 2 +restuss_rebel_load_lifter_carbines 100 -2 2 0 0 NORMAL rori rebel Rebel cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 droid 1 string:quest_name=restuss_rebel_carbine_crafting_1,string:task_name=deliverRebelDroid quest.task.ground.give_item_to_npc 0 2 +restuss_rebel_load_lifter_launchers 100 -2 2 0 0 NORMAL rori rebel Rebel cll8_binary_load_lifter.iff 0 25 25 0 0 0 -1 0 -1 2 droid/droid_1_10 elite_droid_6 droid 1 string:quest_name=restuss_rebel_carbine_crafting_2,string:task_name=deliverRebelDroid2 quest.task.ground.give_item_to_npc 0 2 +restuss_rebel_lt_grollo 100 0 0 0 0 NORMAL rori rebel Rebel dressed_restuss_rebel_lt_grollo.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_space_destroy rebel_carbine 0 2 +restuss_rebel_lt_ingri 100 0 0 0 0 NORMAL rori rebel Rebel dressed_restuss_rebel_lt_ingri.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_weapon_crafting rebel_carbine 0 2 +restuss_rebel_lt_olvog 100 0 0 0 0 NORMAL rori rebel Rebel dressed_restuss_rebel_lt_olvog.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_ground_destroy_1 rebel_carbine 0 2 +restuss_rebel_lt_romer 100 0 0 0 0 NORMAL rori rebel Rebel dressed_restuss_rebel_lt_roamer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_space_mining rebel_carbine 0 2 +restuss_rebel_mandalorian 90 0 0 0 0 NORMAL rori rebel Rebel dressed_rebel_restuss_commando_leader.iff 1.1 1.1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_eng_trader,col_mun_trader,col_aurebesh_tiles,col_shattered_shard_02 rebel npc int:ai.noChatMood=1 commando_ranged 0 2 +restuss_rebel_reward_officer 100 0 0 0 0 NORMAL rori rebel Rebel dressed_rebel_staff_corporal_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 elite_npc_7 housing_improvement_01 npc 1 conversation.restuss_rebel_reward_npc 0 2 +restuss_rebel_trooper_st3 80 0 0 0 0 NORMAL rori rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_glass_shelving_01 rebel npc ai.soldier rebel military rebel_carbine 0 2 +restuss_stormtrooper 80 0 0 0 0 NORMAL rori imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 elite_npc_7 col_shattered_shard_03 imperial npc int:ai.noChatMood=1 stormtrooper_carbine 0 6 +revered_panshee_matriarch 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 45 45 0 -1 0 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 1 yes +rhoa_kwi 64 7 -5 0 0 NORMAL dathomir kwi_rhoa kwi_hue.iff 1.3 1.4 2 0 0 0 80 0 0 -1 -1 2 1 120 meat_carnivore 86 hide_leathery 76 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackAbilityStrong carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff raptor_4 raptor_4 12 12 1 yes +rhoa_kwi_guardian 65 -5 10 0 0 NORMAL dathomir kwi_rhoa kwi_hue.iff 0.9 1.1 2 40 65 0 80 0 0 15 0 2 1 120 meat_carnivore 86 hide_leathery 76 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.005 highTankHealthStrong carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff raptor_4 raptor_4 12 12 1 yes +rhoa_kwi_hunter 64 5 -4 0 0 NORMAL dathomir kwi_rhoa kwi_hue.iff 1.3 1.4 2 40 55 0 80 0 0 -1 0 2 1 120 meat_carnivore 86 hide_leathery 76 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedStrong carnivore raptor_4 raptor_4 12 12 1 yes +rhoa_kwi_pack_leader 65 0 0 0 0 NORMAL dathomir kwi_rhoa kwi_hue.iff 1.4 1.5 2 35 65 0 60 0 0 0 0 2 1 120 meat_carnivore 86 hide_leathery 76 bone_mammal defaultProfile creature/rhoa_kwi_pack_leader_loot generic_creature_7 0.05 medTankHealthStrong carnivore raptor_4 raptor_4 12 12 +rhys_dallows 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_captain_dallows.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +ric_olie 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_capt_ric_olie.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +rill 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine rill dune_lizard_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 20 hide_bristley 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankDefenseWeak carnivore 0 2 +rill_tempest 8 2 -1 2 -1 NORMAL Tatooine - to be sorted tatooine rill dune_lizard_hue.iff 1 1.2 4 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 20 hide_bristley 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackAbilityWeak carnivore 0 2 +ris_inventor 1 0 0 0 0 NORMAL global townsperson dressed_ris_inventor_bothan_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_quest.quest_armorsmith noble fancy 0 2 yes +riverside_sulfur_mynock 39 0 0 0 15 NORMAL lok mynock salt_mynock_hue.iff 1.4 1.6 4 -1 35 0 65 -1 0 65 -1 2 1 60 meat_herbivore 78 hide_leathery 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 lowAbilitySpeedAvg carnivore mynock_3 mynock_3 8 8 +roaming_bordok_stud 62 3 3 0 0 NORMAL endor bordok bordok_hue.iff 1 1.6 4 0 -1 0 100 100 0 -1 -1 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAbilitySpeedAvg herbivore horse_4 horse_4 0 12 +roba 62 0 0 0 0 NORMAL endor roba roba_hue.iff 1 1 3 20 20 0 60 -1 60 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowAttackDamageAvg herbivore pig_4 pig_4 0 12 1 +roba_female 44 0 0 0 0 NORMAL talus roba roba_hue.iff 0.8 1 2 0 0 0 40 -1 -1 -1 -1 2 1 10 meat_carnivore 15 hide_leathery 10 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 6 yes +roba_infuriated_protectorate 45 0 5 0 5 NORMAL endor roba roba_hue.iff 0.7 0.8 2 35 35 0 20 0 20 0 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 medTankDefenseAvg herbivore pig_3 pig_3 12 12 1 +roba_male 43 0 0 0 0 NORMAL talus roba roba_hue.iff 1 1.2 2 0 0 0 0 0 0 0 -1 2 1 11 meat_carnivore 17 hide_leathery 12 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowTankHealthWeak carnivore pig_3 pig_3 0 6 +roba_pack_leader 62 3 -3 0 0 NORMAL endor roba roba_hue.iff 1 1 3 0 0 0 60 -1 60 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 lowTankHealthAvg herbivore pig_4 pig_4 0 12 +roba_runt 62 0 0 0 0 NORMAL endor roba roba_hue.iff 0.7 0.8 1 0 0 0 35 -1 35 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 medAttackDamageWeak herbivore pig_4 pig_4 0 12 +robo_bartender 1 0 0 0 0 NORMAL anywhere bartenderdroid robo_bartender.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 +rock_beetle 18 0 1 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2 2.4 1 15 0 0 0 0 0 0 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 0 2 +rock_beetle_cave 19 0 1 0 0 NORMAL Tatooine - to be sorted tatooine rock_beetle rock_mite_hue.iff 2 2.4 1 25 0 0 0 0 0 0 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff roach_2 roach_2 4 4 1 +rockmite 8 0 0 0 0 NORMAL Tatooine - Newbie Spawn 3 tatooine rockmite rock_mite_hue.iff 1.2 1.6 2 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 4 hide_scaley defaultProfile creature/insect_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore 0 2 yes +rodian_clan_captain 15 0 0 0 0 NORMAL tatooine rodian dressed_kobola_thief_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 1 +rodian_clan_medic 14 0 0 0 0 NORMAL tatooine rodian dressed_criminal_thug_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_pistol rebel_carbine commando_1 commando_1 0 2 1 yes +rodian_clan_warchief 15 0 0 0 0 NORMAL tatooine rodian dressed_hooligan_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 +rodian_gladiator 14 0 0 0 0 NORMAL tatooine rodian dressed_criminal_thug_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level rebel_pistol commando_1 commando_1 0 2 1 yes +rodian_sif 37 0 0 0 0 NORMAL Talus sif sif dressed_talus_sif_mercenary_rodian_01.iff 0 40 40 0 -1 0 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_3 commoner_3 6 6 1 yes +rodian_sif_02 45 0 0 0 0 NORMAL Talus sif sif dressed_talus_sif_mercenary_rodian_02.iff 0 40 40 0 -1 -1 0 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_4 commoner_4 6 6 +rodian_thug 1 0 0 0 0 NORMAL global rodian male_rodian_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 +rogue 7 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 yes +rogue_bageraset 27 0 0 0 -5 NORMAL corellia bageraset_rogue bageraset_hue.iff 1 1.2 3 10 5 0 0 0 0 0 -1 2 1 milk_wild 230 meat_herbivore 130 hide_leathery 80 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff camel_2 camel_2 10 10 +rogue_bantha 14 2 -1 0 0 NORMAL anywhere bantha bantha_hue.iff 0.8 1.2 1 0 0 0 20 0 0 0 -1 2 1 milk_wild 400 meat_herbivore 300 hide_wooly 200 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 herbivore elephant_1 elephant_1 0 2 +rogue_falumpaset 14 0 0 0 0 NORMAL naboo falumpaset_rogue falumpaset_hue.iff 1.1 1.2 2 0 10 0 -1 -1 -1 0 -1 2 1 milk_wild 190 meat_herbivore 110 hide_leathery 80 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.12 lowAttackAbilityWeak herbivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff camel_1 camel_1 6 6 +rogue_fambaa 22 0 0 0 0 NORMAL naboo fambaa_rogue fambaa_hue.iff 0.9 1 4 0 0 0 0 60 60 -1 0 2 1 milk_wild 1075 meat_reptilian 700 hide_leathery 675 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.12 medTankHealthWeak herbivore fambaa_2 fambaa_2 10 10 instant +rogue_marauder 78 -5 5 0 0 NORMAL endor marauder_rogue dressed_feral_marauder.iff 0 0 0 0 -1 0 0 -1 0 2 1 80 npc/elite_npc:elite_npc_71_80 generic_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc pirate_carbine pirate_sword smuggler_special_6 5 5 +romo_vax 100 0 0 0 0 NORMAL tatooine jabba jabba dressed_cobral_thief_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 romo_vax npc 1 int:celebrity=1 npc.celebrity.romo_vax commoner_10 commoner_10 0 2 1 +ronto 17 0 0 0 0 NORMAL tatooine ronto ronto_hue.iff 0.8 1.2 1 10 0 -1 30 30 -1 0 0 2 1 milk_wild 450 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak herbivore giraffe_1 giraffe_1 0 2 +ronto_furious 18 -1 1 1 -2 NORMAL tatooine ronto ronto_hue.iff 1.4 4 15 25 -1 50 40 -1 0 -1 2 1 465 meat_herbivore 320 hide_leathery 200 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowTankHealthWeak herbivore giraffe_1 giraffe_1 10 10 +ronto_male 18 0 0 0 0 NORMAL tatooine ronto ronto_hue.iff 1.4 2 15 25 -1 50 40 -1 0 -1 2 1 465 meat_herbivore 320 hide_leathery 200 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowTankHealthWeak herbivore giraffe_1 giraffe_1 10 10 1 +rorgungan_boss 49 0 0 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 25 25 0 -1 30 0 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc slang melee_4 melee_4 0 6 1 +rorgungan_commoner 43 0 0 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc townsperson townperson pirate_carbine pirate_pistol commoner_4 commoner_4 0 6 1 +rorgungan_scout 40 1 -1 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 0 0 0 0 15 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_rifle rebel_pistol bounty_hunter_4 bounty_hunter_4 0 6 1 yes +rorgungan_warchief 47 0 0 0 -3 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 20 15 0 -1 30 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc rebel_carbine rebel_pistol commando_4 commando_4 0 6 1 +rorgungan_warrior 45 0 0 0 -1 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 15 15 0 -1 30 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc military rebel_sword rebel_carbine melee_4 commando_4 0 6 1 +rot_mite 39 0 0 0 0 NORMAL talus decay_mite bark_mite_hue.iff 1.2 1.4 4 0 0 0 0 0 0 0 -1 2 1 3 meat_insect 2 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowTankArmorWeak carnivore roach_3 roach_3 0 2 instant +rotten_gut_remmer_king 60 0 0 0 0 NORMAL endor remmer remmer_hue.iff 2 1.5 4 55 35 60 0 0 0 -1 -1 2 1 meat_carnivore hide_bristley defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.05 medAttackUtilityStrong herbivore rat_4 rat_4 12 12 1 yes +rotting_pustule_guard 13 0 -1 0 0 NORMAL corellia decay_mite bark_mite_hue.iff 1.5 2 2 0 0 0 0 0 0 10 -1 2 1 9 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore roach_1 roach_1 6 6 +roughneck 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +roughneck_weak 2 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 +rovim_minnoni 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_noble_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes +rsf_captain 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_captain.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 +rsf_commando 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_commando.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military commando_ranged imperial_pistol officer_2 officer_2 0 2 yes +rsf_palace_guard 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_palace_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 +rsf_pilot 25 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_pilot.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military rebel_carbine rebel_pistol officer_2 officer_2 0 2 +rsf_security_guard 27 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_security_guard.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military rebel_carbine rebel_pistol officer_2 officer_2 0 2 yes +rsf_security_officer 26 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_rsf_security_officer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes +rtp_ackbar_rebel_sympathizer 90 0 0 0 0 ELITE quest NPC rebel_theme_park imperial Imperial dressed_npe_imperial_officer.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 1 conversation.rtp_ackbar_rebel_sympathizer imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes +rtp_ackbar_stormtrooper_assault 88 0 0 -3 5 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes +rtp_ackbar_stormtrooper_assault_leader 90 0 0 -3 5 ELITE quest NPC rebel_theme_park imperial Imperial dressed_imperial_trainer_space_01.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 +rtp_c3po_guard_captain 16 0 0 0 0 NORMAL quest NPC rebel_theme_park rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 0 2 npc ai.soldier,conversation.rtp_c3po_guard_captain rebel military rebel_carbine rebel_pistol officer_1 officer_1 0 12 +rtp_dodonna_dark_trooper_assault 92 0 0 0 0 ELITE quest NPC rebel_theme_park imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 0 8 +rtp_dodonna_stormtrooper_bombing_leader 91 0 0 0 5 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_squad_leader_black_black.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 8 +rtp_dodonna_stormtrooper_bombing_squad 90 0 0 0 5 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 0 8 yes +rtp_hansolo_blood_razor_leader 88 3 0 -3 0 BOSS quest NPC rebel_theme_park bloodrazor bloodrazor dressed_blood_razor_pirate_officer_hum_m.iff 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes +rtp_hansolo_blood_razor_pirate 88 3 0 -3 0 ELITE quest NPC rebel_theme_park bloodrazor bloodrazor blood_razor_pirate 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes +rtp_hansolo_blood_razor_scout 87 5 -5 0 0 ELITE quest NPC rebel_theme_park bloodrazor bloodrazor blood_razor_pirate_elite 0 20 40 0 -1 -1 -1 -1 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc ai.thug pirate_polearm none melee_3 melee_3 8 8 yes +rtp_hansolo_general_otto 90 0 0 0 0 BOSS quest NPC rebel_theme_park imperial Imperial dressed_imperial_general_m.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc theme_park.rebel.rtp_han_solo_general_otto,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes +rtp_hansolo_henchman_traitor 90 3 0 -3 0 ELITE quest NPC rebel_theme_park bloodrazor coa_aclo_slicer_devaronian.iff 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc pirate_rifle pirate_pistol smuggler_3 smuggler_3 8 8 yes +rtp_imperial_corporal 85 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 yes +rtp_imperial_first_lieutenant 89 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 yes +rtp_imperial_lieutenant 88 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 1 yes +rtp_imperial_master_sergeant 90 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 yes +rtp_imperial_medic 87 0 0 0 0 ELITE rebel_theme_park imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 yes +rtp_imperial_sergeant 86 0 0 0 0 ELITE rebel_theme_park imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_special_6 officer_special_6 0 8 +rtp_leia_bothan_spy 100 0 0 0 0 NORMAL quest NPC rebel_theme_park rebel dressed_rebel_scout_bothan_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rtp_leia_bothan_spynet 0 0 +rtp_leia_organa_summoned 100 0 0 0 0 NORMAL rebel Rebel leia_organa.iff 0.75 0.75 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.rtp_leia_summoned commoner_10 commoner_10 0 2 +rtp_leia_selonian_corpse 100 0 0 0 0 ELITE quest NPC rebel_theme_park townsperson dressed_selonian_f_09.iff 0 0 0 0 0 0 0 0 0 2 npc 1 int:questFlavorObject=1 quest.task.ground.retrieve_item_on_item,npc.legacy_dead_miner,theme_park.rebel.rtp_leia_crime_scene_e11 0 0 yes +rtp_leia_stormtrooper_guard 86 0 0 0 0 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 instant +rtp_luke_force_ghost 90 0 0 0 0 ELITE quest NPC rebel_theme_park force_ghost rebel_trooper 0 80 80 80 80 80 80 80 80 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel_carbine rebel_pistol officer_9 officer_9 8 2 1 +rtp_luke_woolamander 91 0 0 0 0 ELITE quest NPC rebel_theme_park woolamander woolamander_hue.iff 1 1 2 0 0 -1 80 80 80 -1 -1 2 1 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 8 8 +rtp_luke_woolamander_ghost 100 0 0 0 0 NORMAL quest NPC rebel_theme_park woolamander woolamander_hue.iff 0 0 0 0 0 0 0 0 0 2 npc 1 theme_park.rebel.rtp_force_ghost,conversation.rtp_luke_woolamander_ghost 0 0 1 yes +rtp_luke_woolamander_reaper 90 2 1 0 0 ELITE quest NPC rebel_theme_park woolamander woolamander_hue.iff 1.2 1.3 3 35 35 -1 70 70 70 -1 -1 2 1 35 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 8 8 1 yes +rtp_luke_woolamander_thrasher 92 0 0 0 0 ELITE quest NPC rebel_theme_park woolamander woolamander_hue.iff 1.5 1.5 4 35 35 -1 60 60 60 -1 -1 2 1 40 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile 1 100 creature/ris_armor_components:woolamander generic_creature_8 herbivore monkey_5 monkey_5 8 8 yes +rtp_mon_mothma_imperial_assassin 90 3 2 3 -8 BOSS quest NPC rebel_theme_park imperial c_syren_3_trandoshan_boss.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes +rtp_mon_mothma_imperial_general_01 90 -3 3 3 -3 ELITE quest NPC rebel_theme_park imperial Imperial space_imperial_tier4_tatooine_kilnstrider.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes +rtp_mon_mothma_imperial_general_02 90 -3 3 -3 3 ELITE quest NPC rebel_theme_park imperial Imperial dressed_imperial_trainer_space_03.iff 0 0 20 0 0 0 0 0 -1 2 80 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_unarmed commando_2 melee_2 0 2 yes +rtp_nien_nunb_bounty_hunter 89 2 -4 0 3 ELITE quest NPC rebel_theme_park townsperson dressed_assassin_mission_giver_02.iff 0 10 10 0 0 -1 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 rare npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 0 yes +rtp_nien_nunb_canyon_corsair_cutthroat 87 3 3 0 0 ELITE quest NPC rebel_theme_park rtp_canyon_corsair canyon_corsair corsair_cutthroat 0 0 45 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 canyon_corsair npc pirate_pistol pirate_carbine smuggler_4 smuggler_3 8 8 yes +rtp_nien_nunb_canyon_corsair_destroyer 88 3 -3 0 0 ELITE quest NPC rebel_theme_park rtp_canyon_corsair canyon_corsair corsair_elite 0 0 60 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 canyon_corsair npc pirate_carbine pirate_sword smuggler_4 melee_3 8 8 yes +rtp_nien_nunb_canyon_corsair_pirate 89 0 -3 0 3 ELITE quest NPC rebel_theme_park rtp_canyon_corsair canyon_corsair corsair_pirate_elite 0 0 70 0 0 -1 0 0 -1 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 canyon_corsair npc pirate_carbine pirate_pistol smuggler_4 smuggler_3 8 8 +rtp_qualdo_ithorian 100 0 0 0 0 NORMAL quest NPC rebel_theme_park townsperson som/ruins_ithorian.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rtp_qualdo_ithorian 0 0 yes +rtp_stormtrooper_elite_84 84 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes +rtp_stormtrooper_elite_85 85 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes +rtp_stormtrooper_elite_86 86 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes +rtp_stormtrooper_elite_87 87 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes +rtp_stormtrooper_elite_88 88 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes +rtp_stormtrooper_elite_89 89 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes +rtp_stormtrooper_elite_90 90 0 0 0 0 ELITE rebel_theme_park imperial Imperial dressed_stormtrooper_white_gold.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes +rtp_stormtrooper_normal_84 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes +rtp_stormtrooper_normal_85 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes +rtp_stormtrooper_normal_86 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes +rtp_stormtrooper_normal_87 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes +rtp_stormtrooper_normal_88 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes +rtp_stormtrooper_normal_89 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes +rtp_stormtrooper_normal_90 50 0 0 0 0 NORMAL rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 8 yes +rtp_wedge_stormtrooper_guard 85 0 0 0 0 ELITE quest NPC rebel_theme_park imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 1 70 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 0 8 yes +runted_rill 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine rill dune_lizard_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 3 meat_carnivore 3 hide_bristley 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankDefenseWeak carnivore 0 2 1 +runty_pharple 53 0 0 0 0 NORMAL lok pharple pharple_hue.iff 0.5 0.7 3 0 0 0 0 0 0 0 -1 2 1 15 meat_avian 7 hide_bristley 5 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.009 lowTankUtilityAvg herbivore generic_creature_5 generic_creature_5 0 8 +sabol 100 0 0 0 0 NORMAL imperial Imperial dressed_corvette_imperial_sabol.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +salacious_crumb 100 0 0 0 0 NORMAL jabba jabba salacious_crumb.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +salt_mynock 39 0 0 0 0 NORMAL lok mynock salt_mynock_hue.iff 0.9 1.1 2 0 20 0 40 40 -1 -1 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.01 medAbilitySpeedWeak carnivore mynock_3 mynock_3 8 8 yes +sand_beetle 23 0 1 0 0 NORMAL Tatooine - to be sorted tatooine giant_sand_beetle rock_mite_hue.iff 2 2.4 2 30 30 -1 -1 -1 -1 -1 -1 2 1 6 meat_insect 8 hide_scaley defaultProfile creature/insect_21_30 generic_creature_3 0.15 medTankArmorWeak herbivore roach_2 roach_2 10 10 1 +sand_panther 38 2 2 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 1 1.4 1 0 0 0 60 0 -1 -1 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackSpeedWeak carnivore predatory_cat_3 predatory_cat_3 0 2 +sand_panther_cub 37 0 0 0 0 NORMAL corellia razor_cat corellian_sand_panther_hue.iff 0.3 0.6 1 0 0 0 0 0 0 0 -1 2 1 25 meat_carnivore 14 hide_bristley 12 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 carnivore predatory_cat_3 predatory_cat_3 0 2 +sand_slaver_boss 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine slaver dressed_tatooine_trandoshan_slavemaster.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes +sand_trooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes +sandy_spined_snake 47 2 -1 0 0 NORMAL lok spinesnake spined_snake_hue.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 8 meat_reptilian 3 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_red.iff object/weapon/ranged/creature/creature_spit_large_red.iff snake_3 snake_3 8 8 +sango_rond 100 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_sango_rond.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 +sap_covered_forest_mite_queen 19 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 2.7 2.9 1 20 0 -1 -1 0 40 0 -1 2 1 15 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff roach_2 roach_2 0 2 1 +savage_flewt_queen 5 0 0 0 0 NORMAL naboo flewt flewt_hue.iff 1.5 1.5 2 0 0 0 0 0 0 0 -1 2 1 6 meat_avian 6 hide_leathery 6 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAbilitySpeedWeak carnivore 6 6 +savage_guf_drolg 43 1 0 0 0 NORMAL talus guf_drolg guf_drolg_hue.iff 1.3 1.5 4 10 0 0 -1 -1 -1 -1 -1 2 1 550 meat_reptilian 460 hide_leathery 320 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackSpeedWeak carnivore bull_3 bull_3 6 6 1 +savage_humbaba 39 -4 0 0 0 NORMAL corellia humbaba_savage falumpaset_hue.iff 1.4 1.5 4 15 35 0 -1 -1 -1 -1 -1 2 1 milk_wild 265 meat_domesticated 168 hide_leathery 118 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medTankHealthWeak carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff camel_3 camel_3 10 10 +savage_pugoriss 43 1 1 0 0 NORMAL rori pugoriss pugoriss_hue.iff 1.2 1.5 2 0 5 0 0 0 0 0 -1 2 1 350 meat_carnivore 400 hide_leathery 350 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.05 lowAttackSpeedWeak carnivore raptor_3 raptor_3 6 6 +savage_quenker 63 2 -2 0 -1 NORMAL dantooine quenker quenker_hue.iff 0.7 1 4 35 35 0 0 -1 0 0 -1 2 1 meat_wild hide_scaley defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff rat_4 rat_4 12 12 +sayama_edosun 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_sayama_edosun.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +scavenger 5 0 0 0 0 NORMAL tatooine thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang rebel_carbine rebel_pistol 4 4 +scavenger_guard 6 0 0 0 0 NORMAL tatooine thug criminal_smuggler 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_carbine_low_level pirate_carbine 6 2 +scavenger_rat 26 0 0 0 0 NORMAL corellia scavenger_rat womp_rat_hue.iff 0.8 1 2 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore rat_2 rat_2 0 2 +scavenger_thug 6 0 0 0 0 NORMAL tatooine thug criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 100 inv_publish_datapad_component_01 npc pirate_carbine_low_level pirate_carbine 6 2 +scavenger_thug_elite 10 0 0 0 0 ELITE tatooine thug mercenary_weak 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 100 inv_publish_datapad_component_01,inv_publish_datapad_component_02,inv_publish_datapad_component_03 npc pirate_carbine_low_level pirate_carbine 6 2 +scholar_szingo 100 2 2 0 0 NORMAL endor marauder endor_marauder dressed_scholar_szingo.iff 1.11 1.11 0 0 0 -1 40 40 -1 -1 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 marauder npc commoner_10 commoner_10 0 2 +scientist 1 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scientist_bothan_male 1 0 0 0 0 NORMAL global townsperson townsperson male_bothan_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scientist_human_female 1 0 0 0 0 NORMAL global townsperson townsperson female_human_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scientist_human_male 1 0 0 0 0 NORMAL global townsperson townsperson male_human_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scientist_moncal_female 1 0 0 0 0 NORMAL global townsperson townsperson female_moncal_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scientist_moncal_male 1 0 0 0 0 NORMAL global townsperson townsperson male_moncal_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scientist_rodian_female 1 0 0 0 0 NORMAL global townsperson townsperson female_rodian_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scientist_rodian_male 1 0 0 0 0 NORMAL global townsperson townsperson male_rodian_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scientist_twilek_male 1 0 0 0 0 NORMAL global townsperson townsperson male_twilek_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scientist_zabrak_female 1 0 0 0 0 NORMAL global townsperson townsperson female_zabrak_scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_pistol rebel_carbine 0 2 +scolex_grath 100 0 0 0 0 NORMAL corellia townsperson dressed_scolex_grath.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_carbine commoner_10 commoner_10 0 2 +scorched_krevol 34 0 0 0 0 NORMAL rori krevol horned_krevol_hue.iff 1 1.2 2 0 0 0 15 0 0 0 -1 2 1 10 meat_insect 10 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore roach_2 roach_2 0 2 yes +scorpion_kliknik 80 0 0 0 0 ELITE yavin4 kliknik scorpion_kliknik.iff 0.8 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 6 meat_carnivore 4 hide_scaley 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_8 100 col_scorpion_kliknik 18 kliknik carnivore 100 1 root_defense=200,snare_defense=100 generic_creature_special_6 generic_creature_special_6 3 3 1 +scoundrel 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_rifle_low_level pirate_pistol_low_level 0 2 +scout_trooper 23 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_rifle imperial_pistol commando_2 commando_2 0 4 +screaming_kai_tok 47 4 -2 0 -3 NORMAL rori kai_tok kai_tok_hue.iff 1.3 1.7 4 20 10 35 45 45 0 0 -1 2 1 25 meat_carnivore 41 hide_leathery 46 bone_avian defaultProfile creature/screaming_kai_tok_loot generic_creature_5 col_feather_kai_tok 0.15 lowAttackDamageWeak carnivore object/weapon/ranged/creature/creature_spit_spray_red.iff object/weapon/ranged/creature/creature_spit_spray_red.iff griffon_3 griffon_3 0 2 1 +scrib_leras 1 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_businessman_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +scyk 11 0 0 0 0 NORMAL tatooine scyk dune_lizard_hue.iff 0.8 1 2 0 0 0 0 0 0 0 -1 2 1 40 meat_carnivore 25 hide_bristley 18 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore lizard_1 lizard_1 10 10 1 +scyk_volatile 12 0 0 0 0 NORMAL tatooine scyk dune_lizard_hue.iff 1 1 3 0 0 0 0 0 0 0 -1 2 1 40 meat_carnivore 25 hide_bristley 18 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackAbilityWeak carnivore lizard_1 lizard_1 10 10 +sean_contact_quest 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_contact_quest.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +sean_questn_university 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_questn_university.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +sean_questp_house 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_questp_house.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +sean_questp_market 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_questp_market.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +sean_trenwell 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_sean_trenwell.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +seans_historian 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_seans_historian.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +seasoned_gondula_warrior 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 50 50 0 -1 0 0 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_ranged spy_7 spy_7 0 12 +seasoned_jinda_warrior 66 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 40 -1 0 0 60 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 npc general_unarmed none commoner_6 commoner_6 0 12 +seasoned_panshee_warrior 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 40 40 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 1 +seething_bol_crusher 70 -4 0 0 0 NORMAL dantooine bol bol_hue.iff 1.3 1.4 2 65 45 80 -1 0 0 0 100 2 1 milk_wild meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 lowTankHealthAvg herbivore bull_4 bull_4 0 2 1 yes +selonian_assassin 39 2 -2 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_carbine spy_3 spy_3 0 2 yes +selonian_captain 39 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier 1 rebel_carbine rebel_pistol officer_3 officer_3 0 2 yes +selonian_champion 39 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_carbine officer_3 officer_3 0 2 +selonian_healer 38 0 1 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_carbine medic_3 medic_3 0 2 +selonian_hunter 37 0 1 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc imperial_rifle imperial_pistol bounty_hunter_3 bounty_hunter_3 0 2 yes +selonian_raider 38 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_pistol commando_3 commando_3 0 2 +selonian_scout 37 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel_carbine rebel_pistol bounty_hunter_3 bounty_hunter_3 0 2 yes +selonian_sentinel 38 -1 1 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol commando_3 commando_3 0 2 +selonian_separatist 37 1 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel_carbine rebel_pistol smuggler_3 smuggler_3 0 2 yes +selonian_separatist_captain 39 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_carbine pirate_pistol officer_3 officer_3 0 2 yes +selonian_separatist_general 40 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_carbine pirate_pistol officer_4 officer_4 0 2 +selonian_separatist_recruit 36 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_carbine pirate_pistol smuggler_3 smuggler_3 0 2 yes +selonian_separatist_soldier 38 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel_carbine rebel_pistol commando_3 commando_3 0 2 +selonian_thief 38 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 2 yes +selonian_warlord 39 0 0 0 -4 NORMAL corellia selonian selonian_female 0.8 1.2 0 20 10 0 0 45 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc rebel_carbine rebel_pistol officer_3 officer_3 0 2 yes +selonian_warrior 38 0 0 0 0 NORMAL corellia selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier pirate_carbine pirate_carbine commando_3 commando_3 0 2 +senator_pooja_naberrie 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_pooja_naberrie.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes +senior_prophet_of_the_dark_side 80 0 0 0 0 ELITE global imperial Imperial jedi_trainer 0 80 80 80 80 80 80 80 80 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc root_defense=100,snare_defense=100 general_unarmed none officer_special_6 melee_special_6 0 3 yes +senior_specforce_guerrilla 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 6 yes +senior_specforce_heavy_weapons_specialist 20 1 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 6 yes +senior_specforce_infiltrator 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_carbine commando_2 commando_2 0 6 yes +senior_specforce_lieutenant 24 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol officer_2 officer_2 0 6 yes +senior_specforce_marine 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 6 yes +senior_specforce_pathfinder 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_rifle imperial_pistol commando_2 commando_2 0 2 yes +senior_specforce_technician 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military rebel_rifle imperial_carbine commando_2 commando_2 0 2 yes +senior_specforce_wilderness_trooper 20 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_guerrilla 0 15 15 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +sennex_guard 19 -2 -2 0 1 NORMAL tatooine sennex sennex_pirate 1 1.02 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 2 yes +sennex_hunter 20 -2 -2 0 1 NORMAL tatooine sennex sennex_pirate 0.98 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 sennex npc pirate slang pirate_rifle_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes +sennex_lookout 17 -2 -2 0 0 NORMAL tatooine sennex sennex_pirate 0.92 0.94 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 5 5 yes +sennex_slavemaster 20 -2 -2 0 1 NORMAL tatooine sennex sennex_pirate 1.02 1.04 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes +sennex_slaver 18 -2 -2 0 0 NORMAL tatooine sennex sennex_pirate 0.96 0.98 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 yes +sennex_warder 19 -2 -2 0 0 NORMAL tatooine sennex sennex_pirate 0.94 0.96 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 col_stage_controller_01 18 sennex npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 5 5 +senni_tonnika 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_senni_tonnika.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.senni_tonnika 0 2 1 1 yes +sentry_hermit_spider 5 -1 -1 0 -2 NORMAL naboo hermit_spider hermit_spider_hue.iff 1.5 2 3 15 15 0 0 0 0 0 -1 2 1 9 meat_insect defaultProfile creature/insect_1_10 generic_creature_1 0.05 lowAttackUtilityWeak carnivore 6 6 +sergeant_ruwan_tokai 100 0 0 0 0 NORMAL imperial Imperial dressed_ruwan_tokai.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc commoner_10 commoner_10 0 2 +sergeant_tarl 100 0 0 0 0 NORMAL corellia townsperson dressed_sargeant_tarl.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +serji_x_arrogantus 100 0 0 0 0 NORMAL corellia townsperson dressed_serjix_arrogantus.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +settler 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson 1 rebel_pistol rebel_carbine 0 2 +sevorrt 5 0 0 0 0 NORMAL Tatooine - to be sorted tatooine sevorrt worrt_hue.iff 2 2.4 2 0 0 0 0 0 0 0 -1 2 1 10 meat_reptilian 10 hide_leathery 4 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 1 +sewer_worrt 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine minor_worrt worrt_hue.iff 0.7 1.1 3 0 0 0 0 0 0 0 -1 2 1 3 meat_reptilian 3 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 +sg_567 100 0 0 0 0 NORMAL dantooine townsperson dressed_sg_567.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 yes +shadow_commander_nonaggro 79 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_mercenary 0 60 60 60 60 60 60 60 60 2 175 350 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 2 instant +shadow_mercenary 78 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_mercenary 0 60 60 60 60 60 60 60 60 2 175 350 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes +shadow_mercenary_nofaction 78 0 0 0 0 NORMAL dathomir sith_shadow shadow_mercenary 0 60 60 50 65 65 50 60 60 2 175 350 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 12 yes +shadow_mercenary_nonaggro 78 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow_nonaggro shadow_mercenary 0 80 90 85 85 70 85 85 85 2 175 350 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 2 instant +shadow_nco 78 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_taskmaster 0 70 70 70 70 70 70 70 70 2 200 400 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes +shadow_outlaw 77 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_outlaw 0 15 15 15 15 15 15 15 15 2 50 100 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes +shadow_outlaw_mission 77 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_outlaw 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.fs_military_initial,quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes +shadow_outlaw_nonaggro 77 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow_nonaggro shadow_outlaw 0 65 65 55 60 60 80 80 80 2 50 100 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 12 yes +shadow_pirate 76 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_pirate 0 30 30 30 30 30 30 30 30 2 100 200 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes +shadow_pirate_nonaggro 76 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow_nonaggro shadow_pirate 0 65 65 50 75 75 70 70 65 2 100 200 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 12 yes +shadow_punk 75 0 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_outlaw 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_71_80 generic_creature_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_pistol pirate_carbine smuggler_7 smuggler_7 12 12 yes +shadow_thug 76 5 0 0 0 NORMAL dathomir sith_shadow sith_shadow shadow_thug 0 45 45 45 45 45 45 45 45 2 150 300 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_carbine smuggler_7 smuggler_7 12 12 yes +shadow_thug_nonaggro 76 5 0 0 0 NORMAL dathomir sith_shadow sith_shadow_nonaggro shadow_thug 0 75 85 80 65 80 80 80 80 2 150 300 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc quest.force_sensitive.shadow_loot pirate_carbine pirate_pistol smuggler_7 smuggler_7 0 12 +shaggy_donkuwah_youth 77 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0.5 0.5 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_ranged ewok_ranged spy_7 spy_7 12 12 1 +shaggy_gurk_youth 38 0 0 0 0 NORMAL lok gurk gurk_hue.iff 0.6 0.8 2 40 0 0 -1 0 0 -1 -1 2 1 meat_herbivore 275 hide_leathery 300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak carnivore gorilla_3 gorilla_3 0 8 +shaggy_korga_youth 76 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0.5 0.5 0 0 0 0 25 25 -1 -1 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 +shaggy_pubam_youth 66 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0.5 0.5 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 +shaki_hamachil 100 0 0 0 0 NORMAL dathomir townsperson dressed_shaki_hamachil.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 +shalera_the_hutt 100 0 0 0 0 NORMAL corellia townsperson shalera_the_hutt.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 +shallow_torton 47 2 1 0 0 NORMAL rori torton torton_hue.iff 0.5 0.6 1 0 0 0 -1 -1 -1 -1 25 2 1 650 meat_carnivore 575 hide_wooly 650 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 torton herbivore fambaa_3 fambaa_3 0 2 +sharnaff 35 2 4 0 0 NORMAL corellia sharnaff sharnaff_hue.iff 0.8 1 2 0 0 0 20 20 20 20 50 2 1 milk_wild 450 meat_carnivore 300 hide_scaley 180 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore giraffe_3 giraffe_3 0 6 +sharnaff_bull 36 3 6 0 0 NORMAL corellia sharnaff sharnaff_hue.iff 1 1.2 1 0 0 0 20 20 20 20 50 2 1 482 meat_carnivore 335 hide_scaley 200 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore giraffe_3 giraffe_3 0 6 yes +sharnaff_reckless_ravager 21 1 2 2 0 NORMAL corellia sharnaff sharnaff_hue.iff 1.1 1.4 2 15 15 0 20 20 20 20 20 2 1 450 meat_carnivore 300 hide_scaley 180 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 medAttackAbilityWeak herbivore giraffe_2 giraffe_2 0 6 yes +sharpshooter 16 1 -1 0 0 NORMAL global mercenary rebel_lance_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military general_rifle general_pistol bounty_hunter_1 bounty_hunter_1 0 2 1 1 +sharptooth_langlatch 43 2 0 0 -1 NORMAL lok langlatch langlatch_hue.iff 1 1.5 4 0 15 0 0 0 0 0 -1 2 1 16 meat_carnivore 16 hide_wooly 16 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackDamageAvg carnivore predatory_cat_3 predatory_cat_3 8 8 1 +shaupaut 13 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 -1 2 1 6 meat_carnivore 4 hide_bristley 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore monkey_1 monkey_1 0 2 1 +shaupaut_hunter 21 0 0 0 0 NORMAL naboo shaupaut shaupaut_hue.iff 1.7 2.1 2 20 20 0 -1 0 -1 0 -1 2 1 10 meat_carnivore 6 hide_bristley 6 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.15 medAttackDamageWeak carnivore monkey_2 monkey_2 6 6 1 +shear_mite 83 0 -1 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1.2 1.4 2 -1 15 0 0 0 0 0 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medTankHealthStrong carnivore roach_5 roach_5 12 12 1 +shear_mite_broodling 80 0 0 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1 1.2 3 0 0 10 0 0 0 0 -1 2 1 15 meat_insect 3 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 highTankArmorAvg carnivore roach_5 roach_5 0 12 1 yes +shear_mite_hunter 86 1 -1 0 5 NORMAL dathomir shearmite shear_mite_hue.iff 1.2 1.5 4 0 30 -1 0 -1 -1 0 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 carnivore roach_5 roach_5 12 12 1 +shear_mite_queen 87 1 -1 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1.5 1.75 2 30 45 -1 60 -1 60 60 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff roach_5 roach_5 12 12 1 +shear_mite_soldier 84 0 0 0 0 NORMAL dathomir shearmite shear_mite_hue.iff 1.4 1.6 1 25 25 0 0 -1 -1 -1 -1 2 1 15 meat_insect 12 hide_scaley defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.1 medTankArmorStrong carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff roach_5 roach_5 12 12 +shibb_nisshil 100 0 0 0 0 NORMAL dathomir imperial Imperial dressed_shibb_nisshil.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol bounty_hunter_10 bounty_hunter_10 0 12 1 +shimmering_lantern_bird 61 0 0 0 -3 NORMAL endor lantern lantern_bird_hue.iff 1 1 3 30 45 0 -1 0 -1 -1 0 2 1 meat_herbivore 41 hide_leathery 46 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 medAbilitySpeedWeak herbivore avian_4 avian_4 0 12 1 +sickening_dung_mite_worker 13 1 0 0 0 NORMAL corellia decay_mite bark_mite_hue.iff 1.25 1.4 1 0 10 -1 0 -1 -1 0 -1 2 1 11 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff roach_1 roach_1 6 6 1 +sickle_rasp 34 2 -2 0 0 NORMAL rori rasp horned_rasp_hue.iff 1.4 1.6 4 0 0 0 0 0 10 0 -1 2 1 15 meat_avian 5 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_3 avian_3 0 2 1 +sickly_decay_mite_queen 19 4 -2 0 -3 NORMAL talus decay_mite bark_mite_hue.iff 2.5 2.7 2 0 25 -1 -1 -1 -1 30 -1 2 1 15 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff roach_2 roach_2 4 4 1 +sickly_womprat 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine womprat womp_rat_hue.iff 1 1.4 3 0 0 0 0 0 0 0 -1 2 1 2 meat_wild 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 womprat 0.15 lowAttackAbilityWeak carnivore 0 2 +sidoras_bey 100 0 0 0 0 NORMAL rori townsperson dressed_sidoras_bey.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +signalman 15 0 0 0 0 NORMAL global imperial Imperial rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 imperial military rebel_carbine rebel_pistol commando_1 commando_1 0 2 +sigrix_slix 100 0 0 0 0 NORMAL talus townsperson dressed_sigrix_slix.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +sindra_lintikoor 100 0 0 0 0 NORMAL rori townsperson dressed_sindra_lintikoor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 +singing_mountain_clan_rancor 87 -5 5 0 0 ELITE dathomir mtn_clan mtn_clan rancor_hue.iff 0.9 1.1 2 30 60 0 100 100 100 0 0 2 1 620 meat_carnivore 510 hide_leathery 480 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_71_80 elite_creature_9 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan carnivore 100 100 root_defense=100,snare_defense=100 gorilla_5 gorilla_5 8 8 +singing_mountain_clan_sentry 88 0 2 0 0 ELITE dathomir mtn_clan mtn_clan singing_mt_clan_guardian.iff 0.9 1.1 0 15 15 40 -1 40 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=30,snare_defense=30 force_polearm force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant +singing_mtn_clan_arch_witch 90 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_arch_witch.iff 0 100 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc 90 90 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant +singing_mtn_clan_councilwoman 90 0 0 0 0 BOSS dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_councilwoman.iff 0 100 0 0 100 100 100 100 100 2 1 100 npc/boss_npc:boss_npc_71_80 boss_npc_8 housing_improvement_05,col_shattered_shard_02 18 sng_mtn_clan npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 24 18 instant +singing_mtn_clan_dragoon 90 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_dragoon.iff 0 45 45 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant +singing_mtn_clan_guardian 89 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_guardian.iff 0 100 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 1 instant +singing_mtn_clan_huntress 90 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_huntress.iff 0 0 0 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 yes +singing_mtn_clan_initiate 86 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_initiate.iff 0 30 30 75 -1 75 -1 -1 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 instant +singing_mtn_clan_outcast 82 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_outcast.iff 0 0 0 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=30,snare_defense=30 force_polearm force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant +singing_mtn_clan_rancor_tamer 88 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_rancor_tamer.iff 0 0 0 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant +singing_mtn_clan_scout 84 0 0 0 0 ELITE dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_scout.iff 0 0 0 75 -1 75 0 0 0 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc root_defense=30,snare_defense=30 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 +singing_mtn_clan_slave 85 2 -2 0 0 NORMAL dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_slave.iff 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 sng_mtn_clan npc commoner_7 commoner_7 8 8 +singular_nak 100 0 0 0 0 NORMAL dathomir townsperson dressed_singular_nak.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 12 +sirad_far 20 0 0 0 0 NORMAL tatooine jabba jabba sirad_far.iff 1 1 0 20 20 40 0 0 -1 -1 -1 2 npc/npc_11_20 generic_npc_2 npc commoner_2 commoner_2 0 2 1 +skaak_tipper_bandit 20 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 skaak npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level spy_2 spy_2 0 2 1 +skaak_tipper_crook 21 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 2 +skaak_tipper_mugger 19 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 skaak npc pirate_carbine_low_level pirate_pistol_low_level spy_1 spy_1 0 2 +skaak_tipper_prowler 18 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level spy_1 spy_1 0 2 1 1 +skaak_tipper_swindler 22 0 0 0 0 NORMAL naboo skaak_tipper_gang thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 skaak npc thug slang pirate_carbine_low_level pirate_pistol_low_level spy_2 spy_2 0 2 +skilled_gondula_worker 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +skilled_jinda_worker 64 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 -1 50 -1 0 0 70 0 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +skilled_panshee_worker 71 0 0 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 +skinkner 100 0 0 0 0 NORMAL corellia townsperson dressed_skinkner.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +skreeg_adolescent 59 1 1 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1 2 0 0 -1 0 10 0 0 -1 2 1 17 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackAbilityAvg carnivore monkey_4 monkey_4 0 12 +skreeg_female 65 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1.1 1 5 15 0 -1 0 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 +skreeg_gatherer 66 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1.1 4 5 15 0 -1 0 -1 -1 -1 2 1 18 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 0 12 yes +skreeg_hunter 66 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1.1 4 20 20 0 0 -1 0 0 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 +skreeg_infant 59 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.5 0.7 3 0 0 0 0 0 0 0 -1 2 1 15 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 lowAttackAbilityAvg carnivore monkey_4 monkey_4 0 2 +skreeg_male 66 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.8 1.2 1 0 25 0 -1 0 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 +skreeg_ominous 62 0 -1 1 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.8 1.2 2 0 25 0 -1 0 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 +skreeg_scout 65 1 -1 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 0.7 1.1 2 0 15 0 -1 0 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 +skreeg_warrior 61 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 1 1.3 3 5 55 0 -1 60 -1 -1 -1 2 1 7 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackAbilityAvg carnivore monkey_4 monkey_4 12 12 +skreeg_warrior_elite 67 0 0 0 0 NORMAL yavin4 skreeg skreeg_hue.iff 1.1 1.5 3 -1 75 0 -1 100 -1 -1 -1 2 1 5 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/skreeg_warrior_elite_loot generic_creature_7 6 0.1 highAttackDamageAvg carnivore monkey_4 monkey_4 12 12 +slave 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc slave slang rebel_carbine rebel_pistol 0 2 +slave_trader 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine slaver dressed_tatooine_slaver.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +slave_twilek_female 4 0 0 0 0 NORMAL global townsperson townsperson twilek_female.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc slavegirl slave slang rebel_carbine rebel_pistol 0 2 +slavemaster 1 0 0 0 0 NORMAL global slaver dressed_tatooine_trandoshan_slavemaster.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +slaver 2 0 0 0 0 NORMAL tatooine slaver dressed_tatooine_slaver.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +sleemo_delinquent 4 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +sleemo_hoodlum 2 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 1 +sleemo_punk 2 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +sleemo_scamp 5 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +sleemo_vandal 7 0 0 0 0 NORMAL talus sleemo_gang criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +slice_hound 28 2 -1 0 0 NORMAL corellia slice_hound corellian_slice_hound_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackAbilityWeak carnivore wolf_2 wolf_2 0 2 1 +slice_hound_vicious 7 2 -1 0 0 NORMAL corellia slice_hound corellian_slice_hound_hue.iff 1 1.4 1 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackDamageWeak carnivore 0 2 1 +slicer 2 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +slicer_jabba 2 0 0 0 0 NORMAL global jabba jabba criminal_smuggler_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 18 jabba npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +slicer_male 2 0 0 0 0 NORMAL global thug thug criminal_smuggler_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 yes +slinking_voritor_hunter 78 0 0 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1.4 1.8 1 45 45 0 0 0 -1 0 0 2 1 90 meat_carnivore 65 hide_leathery 50 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 medAttackSpeedAvg carnivore lizard_5 lizard_5 12 12 +slooni_jong 100 0 0 0 0 NORMAL talus townsperson dressed_slooni_long.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 yes +slp_armsman 13 0 0 0 -5 NORMAL global pirate criminal_smuggler 0 0 0 0 35 25 -1 50 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug pirate slang pirate_carbine_low_level general_carbine smuggler_1 smuggler_1 4 4 +slp_crewman 2 0 0 0 0 NORMAL global pirate criminal_thug 0 0 0 0 0 0 -1 35 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 yes +slp_cutthroat 5 0 0 0 -2 NORMAL global pirate criminal_smuggler 0 0 0 0 0 0 -1 50 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_carbine_low_level 4 4 +slp_pirate 38 0 0 0 -5 NORMAL lok pirate pirate criminal_smuggler 0 0 0 0 35 25 -1 50 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 +slp_pirate_male 36 0 0 0 -5 NORMAL lok pirate pirate male_criminal_smuggler 0 0 0 0 35 25 -1 50 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.thug pirate slang pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes +slp_privateer 8 0 0 0 -2 NORMAL global pirate criminal_swooper 0 0 0 0 0 0 -1 50 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang general_carbine general_pistol 4 4 1 +slp_squab 1 0 0 0 0 NORMAL global pirate criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level 4 4 1 yes +sludge_panther 44 0 0 0 0 NORMAL talus sludge_panther corellian_sand_panther_hue.iff 1.1 1.3 1 15 0 0 -1 -1 -1 -1 -1 2 1 24 meat_carnivore 30 hide_leathery 31 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 sludge_panther 0.15 lowAttackUtilityWeak carnivore predatory_cat_3 predatory_cat_3 6 6 +smashball_bully 25 1 -1 0 0 NORMAL corellia smashball smashball criminal_swooper 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_carbine_low_level pirate_carbine smuggler_2 smuggler_2 0 2 +smashball_degenerate 28 1 -1 0 0 NORMAL corellia smashball smashball criminal_swooper 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 2 +smashball_thug 1 0 0 0 0 NORMAL corellia smashball smashball criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_carbine_low_level pirate_carbine 0 2 yes +smuggler 14 0 1 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +smuggler_broker_baldwin 100 0 0 0 0 NORMAL Smuggler Broker Tier 3 Generic lok townsperson townsperson smuggler_broker_baldwin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_3 commoner_10 commoner_10 0 0 +smuggler_broker_barak 100 0 0 0 0 NORMAL Smuggler Broker Tier 1 Generic tatooine townsperson townsperson smuggler_broker_barak.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_1 commoner_10 commoner_10 0 0 +smuggler_broker_dalya 100 0 0 0 0 NORMAL Smuggler Broker Tier 2 Illicit corellia townsperson townsperson smuggler_broker_dalya.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_2 commoner_10 commoner_10 0 0 +smuggler_broker_gotan 100 0 0 0 0 NORMAL Smuggler Broker Tier 1 Illicit tatooine townsperson townsperson smuggler_broker_gotan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_1 commoner_10 commoner_10 0 0 +smuggler_broker_harding 100 0 0 0 0 NORMAL Smuggler Broker Tier 4 Generic endor townsperson townsperson smuggler_broker_harding.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_4 commoner_10 commoner_10 0 0 +smuggler_broker_ogden 100 0 0 0 0 NORMAL Smuggler Broker Tier 2 Generic naboo townsperson townsperson smuggler_broker_ogden.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_2 commoner_10 commoner_10 0 0 +smuggler_broker_ria 100 0 0 0 0 NORMAL Smuggler Broker Tier 3 Illicit rori townsperson townsperson smuggler_broker_ria.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_3 commoner_10 commoner_10 0 0 +smuggler_broker_russell 100 0 0 0 0 NORMAL Smuggler Broker Tier 5 Generic dathomir townsperson townsperson smuggler_broker_russell.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.generic_broker_5 commoner_10 commoner_10 0 0 +smuggler_broker_shane 100 0 0 0 0 NORMAL Smuggler Broker Tier 4 Illicit talus townsperson townsperson smuggler_broker_shane.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_4 commoner_10 commoner_10 0 0 +smuggler_broker_zelma 100 0 0 0 0 NORMAL Smuggler Broker Tier 5 Illicit yavin4 townsperson townsperson smuggler_broker_zelma.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.illicit_broker_5 commoner_10 commoner_10 0 0 +smuggler_fence_alec 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 1 endor townsperson townsperson smuggler_fence_alec.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:alternate_quest_name=smuggle_pvp_4,string:task_name=deliverAlec quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_alger 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 2 tatooine townsperson townsperson smuggler_fence_alger.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverAlger quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_alwynn 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 5 rori townsperson townsperson smuggler_fence_alwynn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:task_name=deliverAlwynn quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_benton 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 4 yavin4 townsperson townsperson smuggler_fence_benton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:task_name=deliverBenton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_brigham 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 4 naboo townsperson townsperson smuggler_fence_brigham.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverBrigham quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_briscoe 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 4 lok townsperson townsperson smuggler_fence_briscoe.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverBriscoe quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_carlton 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 3 rori townsperson townsperson smuggler_fence_carlton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverCarlton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_carter 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 5 endor townsperson townsperson smuggler_fence_carter.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:task_name=deliverCarter quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_caryn 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 5 tatooine townsperson townsperson smuggler_fence_caryn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverCaryn quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_colten 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 2 naboo townsperson townsperson smuggler_fence_colten.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverColten quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_daren 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 2 yavin4 townsperson townsperson smuggler_fence_daren.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverDaren quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_diala 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 3 tatooine townsperson townsperson smuggler_fence_diala.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverDiala quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_dreda 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 3 endor townsperson townsperson smuggler_fence_dreda.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:alternate_quest_name=smuggle_pvp_4,string:task_name=deliverDreda quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_dustin 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 1 corellia townsperson townsperson smuggler_fence_dustin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverDustin quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_edwyn 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 3 lok townsperson townsperson smuggler_fence_edwyn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverEdwyn quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_emmett 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 1 lok townsperson townsperson smuggler_fence_emmett.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverEmmett quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_emory 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 5 rori townsperson townsperson smuggler_fence_emory.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverEmory quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_etta 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 5 lok townsperson townsperson smuggler_fence_etta.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverEtta quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_fenton 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 1 naboo townsperson townsperson smuggler_fence_fenton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverFenton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_gib 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 5 dathomir townsperson townsperson smuggler_fence_gib.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverGib quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_ike 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 2 rori townsperson townsperson smuggler_fence_ike.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverIke quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_isbel 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 5 corellia townsperson townsperson smuggler_fence_isbel.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverIsbel quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_jalen 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 2 tatooine townsperson townsperson smuggler_fence_jalen.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverJalen quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_jeanna 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 1 rori townsperson townsperson smuggler_fence_jeanna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverJeanna quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_joi 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 3 tatooine townsperson townsperson smuggler_fence_joi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverJoi quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_kaden 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 1 tatooine townsperson townsperson smuggler_fence_kaden.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverKaden quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_kaleb 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 1 tatooine townsperson townsperson smuggler_fence_kaleb.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverKaleb quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_kam 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 1 dathomir townsperson townsperson smuggler_fence_kam.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:alternate_quest_name=smuggle_pvp_5,string:task_name=deliverKam quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_kara 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 5 tatooine townsperson townsperson smuggler_fence_kara.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverKara quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_kirby 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 4 dathomir townsperson townsperson smuggler_fence_kirby.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverKirby quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_lavina 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 5 endor townsperson townsperson smuggler_fence_lavina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverLavina quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_layton 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 5 naboo townsperson townsperson smuggler_fence_layton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverLayton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_lennox 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 3 yavin4 townsperson townsperson smuggler_fence_lennox.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverLennox quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_lucia 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 2 dathomir townsperson townsperson smuggler_fence_lucia.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:alternate_quest_name=smuggle_pvp_5,string:task_name=deliverLucia quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_marla 100 0 0 0 0 NORMAL Smuggler Fence Tier 3 2 lok townsperson townsperson smuggler_fence_marla.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_3,string:task_name=deliverMarla quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_morris 100 0 0 0 0 NORMAL Smuggler Fence Tier 5 3 dathomir townsperson townsperson smuggler_fence_morris.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_5,string:alternate_quest_name=smuggle_pvp_5,string:task_name=deliverMorris quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_nola 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 4 dantooine townsperson townsperson smuggler_fence_nola.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverNola quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_norris 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 1 talus townsperson townsperson smuggler_fence_norris.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverNorris quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_quinton 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 2 endor townsperson townsperson smuggler_fence_quinton.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:alternate_quest_name=smuggle_pvp_4,string:task_name=deliverQuinton quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_rolo 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 5 1 yavin4 townsperson townsperson smuggler_fence_rolo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_5,string:task_name=deliverRolo quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_ruab 100 0 0 0 0 NORMAL Smuggler Fence Tier 2 3 naboo townsperson townsperson smuggler_fence_ruab.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_2,string:task_name=deliverRuab quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_sarlin 100 0 0 0 0 NORMAL Smuggler Fence Tier 1 4 tatooine townsperson townsperson smuggler_fence_sarlin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_1,string:task_name=deliverSarlin quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_serina 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 2 corellia townsperson townsperson smuggler_fence_serina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverSerina quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_seth 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 3 talus townsperson townsperson smuggler_fence_seth.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverSeth quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_simon 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 4 2 talus townsperson townsperson smuggler_fence_simon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_4,string:task_name=deliverSimon quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_tylar 100 0 0 0 0 NORMAL Smuggler Fence Tier 4 4 dathomir townsperson townsperson smuggler_fence_tylar.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_generic_4,string:task_name=deliverTylar quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_wardell 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 3 corellia townsperson townsperson smuggler_fence_wardell.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverWardell quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_wren 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 1 4 tatooine townsperson townsperson smuggler_fence_wren.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_1,string:task_name=deliverWren quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_yaron 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 2 4 corellia townsperson townsperson smuggler_fence_yaron.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_2,string:task_name=deliverYaron quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 +smuggler_fence_zola 100 0 0 0 0 NORMAL Smuggler Fence Illicit Tier 3 4 rori townsperson townsperson smuggler_fence_zola.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=smuggle_illicit_3,string:task_name=deliverZola quest.task.ground.give_item_to_npc,conversation.fence commoner_10 commoner_10 0 0 yes +smuggler_male 14 0 1 0 0 NORMAL global thug thug male_criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +smuggler_patrol_bh_1 10 1 -1 0 0 NORMAL Bounty Hunter - Generic 1 global smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military general_rifle general_pistol bounty_hunter_1 bounty_hunter_1 0 6 +smuggler_patrol_bh_2 20 1 -1 0 0 NORMAL Bounty Hunter - Illicit 1 global smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military general_rifle general_pistol bounty_hunter_2 bounty_hunter_2 0 6 +smuggler_patrol_bh_3 30 1 -1 0 0 NORMAL Bounty Hunter-Illicit 2 global smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.smuggler_spawn_enemy military military general_rifle general_pistol bounty_hunter_3 bounty_hunter_3 0 6 1 +smuggler_patrol_borvos_1 50 0 0 0 0 NORMAL Smuggler Patrol Tier 5 Borvos global smuggler_enemy borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine bounty_hunter_8 bounty_hunter_8 0 12 1 +smuggler_patrol_borvos_2 60 0 0 0 0 NORMAL Smuggler Patrol Tier 5 Borvos global smuggler_enemy borvos_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 yes +smuggler_patrol_elite 70 0 0 0 0 ELITE Smugler Patrol Elite Enforcer - Valarian global smuggler_enemy mercenary_elite 1 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/elite_npc:elite_npc_61_70 elite_npc_7 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc int:bossEnemy=1 ai.smuggler_spawn_enemy pirate pirate pirate_polearm pirate_pistol smuggler_special_6 smuggler_special_6 0 12 yes +smuggler_patrol_elite_2 80 1 0 0 0 ELITE Smugler Patrol Elite Enforcer - Borvos global smuggler_enemy dressed_borvos_champion.iff 1 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/elite_npc:elite_npc_61_70 elite_npc_8 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc int:bossEnemy=1 ai.smuggler_spawn_enemy pirate pirate pirate_polearm pirate_pistol smuggler_special_9 smuggler_special_9 0 12 yes +smuggler_patrol_elite_3 80 1 0 0 0 ELITE Smugler Patrol Elite Enforcer - Jabba global smuggler_enemy tatooine_jabba_thief 1 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/npc 71_70 elite_npc_8 col_aurebesh_tiles,col_shattered_shard_03 npc int:bossEnemy=1 ai.smuggler_spawn_enemy pirate pirate pirate_polearm pirate_pistol smuggler_special_9 smuggler_special_9 0 12 yes +smuggler_patrol_elite_4 80 1 0 0 0 ELITE Smugler Patrol Elite Enforcer - Nym global smuggler_enemy nym_pirate_elite 1 1.2 0 0 60 0 0 -1 0 0 -1 2 2 80 npc/npc 71_70 elite_npc_8 col_aurebesh_tiles,col_shattered_shard_03 npc int:bossEnemy=1 ai.smuggler_spawn_enemy pirate pirate pirate_polearm pirate_pistol smuggler_special_9 smuggler_special_9 0 12 1 +smuggler_patrol_jabba_1 70 0 0 0 0 NORMAL Smuggler Patrol Tier 5 Jabba global smuggler_enemy tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 4 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine bounty_hunter_9 bounty_hunter_9 0 12 1 +smuggler_patrol_jabba_2 80 0 0 0 0 NORMAL Smuggler Patrol Tier 5 Jabba global smuggler_enemy tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 1 +smuggler_patrol_mos_eisly_1 10 0 0 0 0 NORMAL Mos Eisly Inspector - Generic tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 6 1 +smuggler_patrol_mos_eisly_2 20 0 0 0 0 NORMAL Mos Eisly Inspector - Illicit tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 6 1 +smuggler_patrol_mos_entha_1 10 0 0 0 0 NORMAL Mos Entha Inspector - Generic tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 6 1 +smuggler_patrol_mos_entha_2 20 0 0 0 0 NORMAL Mos Entha Inspector - Illicit tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 6 1 +smuggler_patrol_mos_espa_1 10 0 0 0 0 NORMAL Mos Espa Inspector - Generic tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 6 1 +smuggler_patrol_mos_espa_2 20 0 0 0 0 NORMAL Mos Espa Inspector - Illicit tatooine smuggler_enemy eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 6 1 +smuggler_patrol_nym_1 80 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Nym global smuggler_enemy nym_pirate_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_9 smuggler_9 0 12 1 +smuggler_patrol_nym_2 80 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Nym global smuggler_enemy nym_brawler 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine bounty_hunter_9 bounty_hunter_9 0 12 1 +smuggler_patrol_thief_1 10 0 0 0 0 NORMAL Smuggler Patrol Tier 1 tatooine smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 6 1 +smuggler_patrol_thief_10 60 0 0 0 0 NORMAL Smuggler Patrol Tier 4 dathomir smuggler_enemy criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 10 1 +smuggler_patrol_thief_11 65 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Illicit dathomir smuggler_enemy criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 10 1 +smuggler_patrol_thief_12 80 0 0 0 0 NORMAL Smuggler Patrol Tier 5 dathomir smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 1 +smuggler_patrol_thief_13 65 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Illicit talus smuggler_enemy mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 10 1 +smuggler_patrol_thief_14 80 0 0 0 0 NORMAL Smuggler Patrol Tier 5 yavin4 smuggler_enemy mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 1 +smuggler_patrol_thief_15 65 0 0 0 0 NORMAL Smuggler Patrol Tier 4 Illicit dantooine smuggler_enemy mercenary_elite 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 10 1 +smuggler_patrol_thief_2 20 0 0 0 0 NORMAL Smuggler Patrol Tier 1 Illicit tatooine smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 0 6 1 +smuggler_patrol_thief_3 25 0 0 0 0 NORMAL Smuggler Patrol Tier 2 naboo smuggler_enemy dressed_naboo_police.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.smuggler_spawn_enemy military military pirate_pistol_low_level pirate_carbine_low_level spy_2 spy_2 0 8 +smuggler_patrol_thief_4 40 6 -2 0 0 NORMAL Smuggler Patrol Tier 3 lok smuggler_enemy criminal_thug 0 0 45 0 0 -1 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc ai.smuggler_spawn_enemy military military pirate_pistol pirate_pistol smuggler_3 smuggler_3 0 8 +smuggler_patrol_thief_5 30 0 0 0 0 NORMAL Smuggler Patrol Tier 2 Illicit corellia smuggler_enemy corsec_detective 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles npc ai.smuggler_spawn_enemy military military pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 6 1 +smuggler_patrol_thief_6 50 0 0 0 0 NORMAL Smuggler Patrol Tier 3 Illicit rori smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_4 smuggler_4 0 8 1 +smuggler_patrol_thief_7 60 0 0 0 0 NORMAL Smuggler Patrol Tier 3 Illicit rori smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_6 smuggler_6 0 10 1 +smuggler_patrol_thief_8 60 0 0 0 0 NORMAL Smuggler Patrol Tier 4 endor smuggler_enemy criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_6 smuggler_6 0 10 1 +smuggler_patrol_thief_9 80 0 0 0 0 NORMAL Smuggler Patrol Tier 5 endor smuggler_enemy criminal_organized 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_8 smuggler_8 0 12 1 +smuggler_patrol_valarian_1 40 0 0 0 0 NORMAL Smuggler Patrol Tier 3 Valarian global smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 valarian npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 12 1 +smuggler_patrol_valarian_2 40 0 0 0 0 NORMAL Smuggler Patrol Tier 3 Valarian global smuggler_enemy criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 valarian npc ai.smuggler_spawn_enemy pirate pirate pirate_pistol pirate_carbine smuggler_7 smuggler_7 0 12 yes +smuggler_profession_quest_radeld 100 0 0 0 0 NORMAL townsperson radeld.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_smuggler_radeld rebel military commando_ranged commando_melee commoner_10 commoner_10 0 2 1 +snorbal 35 -3 3 0 0 NORMAL lok snorbal snorbal_hue.iff 1 1.1 2 0 0 0 0 0 0 0 0 2 1 milk_wild 545 meat_herbivore 440 hide_leathery 400 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 +snorbal_matriarch 35 0 0 0 0 NORMAL lok snorbal snorbal_hue.iff 1.5 1.7 1 35 35 0 -1 -1 0 0 0 2 1 milk_wild 600 meat_herbivore 475 hide_leathery 435 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 medTankHealthWeak herbivore elephant_3 elephant_3 0 8 1 yes +snorbal_titanic_demolisher 38 0 0 5 0 NORMAL lok snorbal snorbal_hue.iff 1.5 2 2 45 30 0 0 -1 -1 0 -1 2 1 570 meat_herbivore 455 hide_leathery 420 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.05 highAttackUtilityWeak herbivore elephant_3 elephant_3 8 8 +solcar_dienbel 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_solcar_dienbel.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +som_8t88 1 0 0 0 0 NORMAL mustafar mustafar_miner som/8t88.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_droid mustafar_droid npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes +som_ancient_jundak 84 0 0 0 0 ELITE mustafar jundak som/jundak.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 1 40 meat_insect 48 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak highAbilitySpeedStrong carnivore mantis_5 generic_creature_special_6 9 9 instant +som_ash_scale 89 0 0 0 0 ELITE mustafar tanray som/tanray.iff 0.08 0.08 2 2 1 26 meat_reptilian 38 hide_scaley defaultProfile 1 100 mustafar/mustafar_ash_scale mustafar_ash_scale 18 tanray carnivore 100 100 bull_5 bull_5 9 9 instant +som_battlefield_ak_1a 82 0 0 0 0 BOSS mustafar droid_army droid_army som/cww8_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid object/weapon/ranged/droid/droid_cww8_01.iff som_battlefield_ak_1a som_battlefield_ak_1a 18 12 instant +som_battlefield_ak_3 82 0 0 0 0 BOSS mustafar droid_army droid_army som/cww8a_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid object/weapon/ranged/droid/droid_cww8_02.iff som_battlefield_ak_3 som_battlefield_ak_3 18 12 instant +som_battlefield_commander 84 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/hk77.iff 1.6 1.6 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_forward_cmdr mustafar_trial_forward_cmdr col_shattered_shard_02 android 100 100 100 100 1 object/weapon/ranged/droid/droid_hk77_boss.iff som_battlefield_commander som_battlefield_commander 24 9 instant +som_battlefield_droid_soldier 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1 1 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 24 24 instant +som_battlefield_droid_squad_leader 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.1 1.1 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_elite.iff droid_special_6 spider_5 24 24 instant +som_battlefield_elite_guard 82 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 100 100 100 object/weapon/ranged/droid/droid_hk77_elite.iff som_battlefield_elite_guard som_battlefield_elite_guard 24 24 +som_battlefield_foreman_koseyet 80 0 0 0 0 NORMAL mustafar mustafar_miner som/battlefield_foreman.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc mustafar_miner commoner_8 commoner_8 0 24 instant +som_battlefield_gk_5 83 0 0 0 0 BOSS mustafar droid_army droid_army som/union_sentry_droid.iff 1 1 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_union_sentry.iff som_battlefield_gk_5 som_battlefield_gk_5 24 24 +som_battlefield_miner 80 0 0 0 0 NORMAL mustafar mustafar_miner mustafar_miners som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc mustafar_miner commoner_8 commoner_8 0 24 1 +som_battlefield_mining_droid 80 0 0 0 0 NORMAL mustafar mustafar_miner mustafar_miners probot.iff 0 0 10 0 0 0 0 0 0 1.8 droid object/weapon/ranged/droid/droid_probot_ranged.iff droid_8 droid_8 0 24 +som_battlefield_mining_leader 80 0 0 0 0 NORMAL mustafar mustafar_miner mustafar_miners som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc mustafar_miner commoner_8 commoner_8 0 24 +som_berkens_flow_lava_beetle 74 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.08 medAttackDamageStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 +som_berkens_flow_lava_beetle_queen 82 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.4 1.6 2 0 0 0 0 0 0 0 -1 2 1 24 meat_insect 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 +som_berkens_flow_lava_beetle_soldier 80 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 22 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.001 medAttackDamageStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 +som_berkens_flow_lava_beetle_worker 76 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.04 medAttackDamageStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 +som_berkens_flow_tanray 79 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray 0.005 highAttackAbilityAvg carnivore tanray_5 tanray_5 24 24 yes +som_berkens_flow_tanray_crowned 83 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.2 0.3 1 0 0 0 0 0 0 0 -1 2 1 24 meat_reptilian 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard col_glass_shelving_02 18 tanray medAbilitySpeedStrong carnivore tanray_5 tanray_5 9 9 1 +som_berkens_flow_tanray_prowler 82 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 23 meat_reptilian 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray medTankUtilityAvg carnivore tanray_5 tanray_5 24 24 1 +som_berkens_flow_tanray_stalker 80 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 21 meat_reptilian 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray 0.001 highAttackAbilityAvg carnivore tanray_5 tanray_5 24 24 +som_berkens_flow_tulrus 76 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 30 meat_wild 24 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus 0.04 highTankDefenseStrong carnivore bull_5 bull_5 24 24 yes +som_berkens_flow_tulrus_bull 81 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.3 1.6 1 0 0 0 0 0 0 0 -1 2 1 37 meat_wild 27 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus highTankUtilityAvg carnivore bull_5 bull_5 24 24 +som_berkens_flow_tulrus_matriarch 78 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 33 meat_wild 26 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus 0.008 highTankDefenseStrong carnivore bull_5 bull_5 24 24 +som_berkens_flow_xandank 75 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.05 highAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 yes +som_berkens_flow_xandank_packleader 83 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.3 1.4 1 0 0 0 0 0 0 0 -1 2 1 25 meat_insect 34 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank col_glass_shelving_02 18 xandank carnivore predatory_cat_5 predatory_cat_5 9 9 1 +som_berkens_flow_xandank_prowler 80 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 23 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.001 highAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 1 +som_berkens_flow_xandank_stalker 78 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1 1.3 1 0 0 0 0 0 0 0 -1 2 1 21 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.008 highAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 +som_blackguard 72 0 0 0 0 NORMAL mustafar blackguard som/blackguard.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_blackguard mustafar_blackguard col_round_red_cut_gem_01 npc pirate_carbine unarmed commando_7 melee_7 24 24 +som_blackguard_elite 74 0 0 0 0 NORMAL mustafar blackguard som/blackguard_elite.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_blackguard mustafar_blackguard col_round_red_cut_gem_01 npc pirate_carbine pirate_carbine commando_special_6 commando_special_6 3 3 yes +som_blackguard_wilder 78 0 0 0 0 NORMAL mustafar blackguard som/blackguard_wilder.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_blackguard mustafar_blackguard col_round_red_cut_gem_01 npc jedi_dark pirate_carbine jedi_special_6 jedi_special_6 3 3 yes +som_blackguard_wilder_elite 80 0 0 0 0 ELITE mustafar blackguard som/blackguard_wilder.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_blackguard mustafar_blackguard col_glass_shelving_02, col_round_red_cut_gem_01 npc jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 12 8 +som_blistmok 1 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok carnivore raptor_4 raptor_4 0 2 instant +som_blistmok_shrieker 82 0 0 0 0 ELITE mustafar blistmok som/blistmok_shrieker.iff 1.7 1.7 0 2 1 19 meat_reptilian 22 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok_shrieker mustafar_blistmok_shrieker carnivore snare_defense=100,root_defense=100 raptor_5 raptor_5 9 9 yes +som_blistmok_trampler 82 0 0 0 0 NORMAL mustafar blistmok som/blistmok_trampler.iff 2.1 2.1 0 2 1 19 meat_reptilian 22 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok_trampler mustafar_blistmok_trampler carnivore 100 snare_defense=100,root_defense=100 raptor_5 raptor_5 3 3 yes +som_blistmok_ura_jen 80 0 0 0 0 ELITE mustafar blistmok som/blistmok.iff 1.6 1.6 2 0 0 0 0 0 0 0 -1 2 1 32 meat_reptilian 40 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok medAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 yes +som_burning_plains_blistmok 72 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.08 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 1 yes +som_burning_plains_blistmok_plains_stalker 76 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.3 1.5 2 0 0 0 0 0 0 0 -1 2 1 24 meat_reptilian 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.04 highAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 yes +som_burning_plains_blistmok_raptor 74 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 21 meat_reptilian 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok col_glass_shelving_02 0.07 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 yes +som_burning_plains_blistmok_terroraptor 80 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.4 1.7 2 0 0 0 0 0 0 0 -1 2 1 26 meat_reptilian 36 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.001 highAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 +som_burning_plains_lava_beetle 72 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.08 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 +som_burning_plains_lava_beetle_queen 80 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.4 1.6 2 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.001 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 +som_burning_plains_lava_beetle_soldier 77 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.009 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 +som_burning_plains_lava_beetle_worker 73 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 25 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.08 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 yes +som_burning_plains_tanray 74 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 17 meat_reptilian 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray 0.08 highAttackAbilityAvg carnivore tanray_5 tanray_5 24 24 yes +som_burning_plains_tanray_creeper 76 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 1 0 0 0 0 0 0 0 -1 2 1 19 meat_reptilian 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard col_glass_shelving_02 18 tanray 0.04 highAttackAbilityAvg carnivore tanray_5 tanray_5 24 24 yes +som_burning_plains_tanray_crowned 81 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.2 0.3 2 0 0 0 0 0 0 0 -1 2 1 22 meat_reptilian 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray highAttackAbilityAvg carnivore tanray_5 tanray_5 9 9 1 yes +som_burning_plains_tanray_ripper 78 0 0 0 0 NORMAL mustafar tanray som/tanray.iff 0.1 0.2 2 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_lizard mustafar_lava_lizard 18 tanray 0.005 highAttackAbilityAvg carnivore tanray_5 tanray_5 9 9 +som_burning_plains_xandank 73 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.08 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 yes +som_burning_plains_xandank_packleader 80 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.3 1.4 1 0 0 0 0 0 0 0 -1 2 1 22 meat_insect 32 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.001 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 9 9 1 +som_burning_plains_xandank_prowler 77 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank col_glass_shelving_02 18 xandank 0.009 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 1 +som_burning_plains_xandank_stalker 75 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1 1.3 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.05 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 +som_chief_armstrong 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_foreman_chivos.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_chief_glost 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_foreman_chivos.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 instant +som_col_narl 82 0 0 0 0 ELITE CREDITS mustafar treasure_hunter col_narl.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_narl mustafar_narl npc 90 90 100 commando_ranged pirate_unarmed commando_special_6 melee_special_6 9 9 yes +som_coyn_captain 82 0 0 0 0 ELITE CREDITS mustafar coyn som/coyn_captain.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn_captain mustafar_coyn_captain col_shattered_shard_02 npc 90 90 100 commando_ranged imperial_sword commando_special_6 melee_special_6 9 9 instant +som_coyn_commander 85 0 0 0 0 ELITE CREDITS mustafar coyn som/coyn_commander.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn_commander mustafar_coyn_commander col_shattered_shard_02 npc 90 90 100 commando_ranged imperial_sword commando_special_6 melee_special_6 9 9 +som_coyn_commando 79 0 0 0 0 NORMAL mustafar coyn som/coyn_commando.iff 1.1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn mustafar_coyn col_round_red_cut_gem_01 npc commando_ranged imperial_sword commando_7 melee_7 24 24 yes +som_coyn_shock 80 0 0 0 0 NORMAL mustafar coyn som/coyn_shock.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn mustafar_coyn col_round_red_cut_gem_01 npc imperial_rifle imperial_pistol commando_special_6 commando_special_6 9 9 yes +som_coyn_shock_elite 82 0 0 0 0 ELITE mustafar coyn som/coyn_shock.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn mustafar_coyn col_shattered_shard_02, col_round_red_cut_gem_01 npc imperial_rifle imperial_pistol commando_special_6 commando_special_6 9 9 +som_coyn_trooper 77 0 0 0 0 NORMAL mustafar coyn som/coyn_trooper.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_coyn mustafar_coyn col_round_red_cut_gem_01 npc imperial_rifle imperial_pistol commando_7 commando_7 24 24 yes +som_crystal_flats_blistmok 67 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 20 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.1 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 1 yes +som_crystal_flats_blistmok_crystal_stalker 72 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.3 1.5 2 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.07 highAbilitySpeedStrong carnivore raptor_5 raptor_5 3 3 yes +som_crystal_flats_blistmok_raptor 69 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 19 meat_reptilian 20 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.1 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 yes +som_crystal_flats_blistmok_terroraptor 75 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.4 1.7 2 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok col_glass_shelving_02 0.05 highAbilitySpeedStrong carnivore raptor_5 raptor_5 3 3 +som_crystal_flats_lava_beetle 69 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 14 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.1 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 +som_crystal_flats_lava_beetle_soldier 73 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.07 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 3 3 +som_crystal_flats_lava_beetle_worker 70 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.09 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 +som_crystal_flats_lava_flea 65 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 23 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.1 medTankUtilityStrong carnivore roach_5 roach_5 0 24 yes +som_crystal_flats_lava_flea_guard 70 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.09 medTankUtilityStrong carnivore roach_5 roach_5 3 3 yes +som_crystal_flats_lava_flea_queen 75 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.4 1.8 2 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea col_glass_shelving_02 0.05 medTankUtilityStrong carnivore roach_5 roach_5 0 3 +som_crystal_flats_lava_flea_strider 67 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.1 medTankUtilityStrong carnivore roach_5 roach_5 0 24 yes +som_crystal_flats_salvage_bandit_chief 72 0 0 0 0 NORMAL mustafar must_bandit som/must_salvage_bandit_leader_01.iff 1.2 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit col_contraband_set_03,col_shattered_shard_03 18 salvage_bandit npc pirate_rifle pirate_unarmed smuggler_special_6 melee_special_6 3 3 +som_crystal_flats_salvage_bandit_enforcer 70 0 0 0 0 NORMAL mustafar must_bandit som/mustafarian_m_02.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit 4 col_contraband_set_03,col_shattered_shard_03 18 salvage_bandit npc pirate_pistol pirate_pistol smuggler_7 smuggler_7 24 24 yes +som_crystal_flats_salvage_bandit_king 78 0 0 0 0 ELITE mustafar must_bandit som/mustafarian_m_02.iff 1.2 1.4 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit_king mustafar_mustafarian_bandit_king 6 col_contraband_set_03,col_shattered_shard_03 18 salvage_bandit npc 75 75 100 commando_ranged pirate_unarmed smuggler_special_6 melee_special_6 9 9 +som_crystal_flats_salvage_bandit_thug 68 0 0 0 0 NORMAL mustafar must_bandit som/must_salvage_bandit_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit 4 col_contraband_set_03,col_shattered_shard_03 18 salvage_bandit npc pirate_carbine pirate_unarmed smuggler_6 melee_6 24 24 yes +som_crystal_flats_treasure_hunter_commander 74 0 0 0 0 NORMAL mustafar treasure_hunter som_treasure_hunter 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit col_contraband_set_03,col_shattered_shard_03 npc pirate_carbine pirate_polearm officer_special_6 melee_special_6 3 3 +som_crystal_flats_treasure_hunter_merc 71 0 0 0 0 NORMAL mustafar treasure_hunter som_treasure_hunter 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit 4 col_contraband_set_03,col_shattered_shard_03 npc pirate_pistol pirate_pistol commando_7 commando_7 24 24 +som_crystal_flats_treasure_hunter_thug 69 0 0 0 0 NORMAL mustafar treasure_hunter som_treasure_hunter 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_mustafarian_bandit mustafar_mustafarian_bandit 4 col_contraband_set_03,col_shattered_shard_03 npc pirate_pistol pirate_unarmed commando_6 melee_6 24 24 +som_cube_ithes_olok 80 0 0 0 0 NORMAL mustafar commoner som/npc_ithes_olok.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 conversation.som_cube_ithes_olok pirate_pistol pirate_carbine commoner_8 commoner_8 0 2 +som_cww8 1 0 0 0 0 NORMAL mustafar mustafar_miner som/cww8_battle_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_droid mustafar_droid droid 0 2 yes +som_cww8_decrepit_sentry 84 0 0 0 0 NORMAL mustafar mustafar_miner som/cww8_battle_droid.iff 1 1 0 2 1 100 mustafar/mustafar_droid mustafar_droid col_shattered_shard_02,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff droid_8 droid_8 24 24 yes +som_cww8_malfunctioning 82 0 0 0 0 NORMAL mustafar mustafar_miner som/cww8_battle_droid.iff 0.8 0.8 0 2 1 100 mustafar/mustafar_droid mustafar_droid col_shattered_shard_02,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff droid_8 droid_8 24 24 +som_cww8a 1 0 0 0 0 NORMAL mustafar mustafar_miner som/cww8a_battle_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_droid mustafar_droid droid 0 2 instant +som_cww8a_eradicator 88 0 0 0 0 ELITE mustafar droid_army som/cww8a_eradicator.iff 1.4 1.4 0 2 1 100 mustafar/mustafar_eradicator mustafar_eradicator col_shattered_shard_02 droid droid_special_6 droid_special_6 9 9 instant +som_deathsting 84 0 0 0 0 ELITE mustafar lava_beetle som/deathsting.iff 1.1 1.1 0 2 1 20 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_deathsting mustafar_deathsting col_shattered_shard_02 18 lava_beetle carnivore 80 80 spider_5 spider_5 9 9 instant +som_decrepit_battle_droid 83 0 0 0 0 ELITE mustafar droid_army droid_army death_watch_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android battledroid droid_special_6 droid_special_6 9 6 instant +som_decrepit_blastromech 81 0 0 0 0 ELITE mustafar droid_army droid_army blastromech.iff 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 6 instant +som_decrepit_colonel_or5 86 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army death_watch_battle_droid 0 75 75 100 60 100 25 40 85 2 2 100 mustafar/mustafar_trial_col_or5 mustafar_trial_col_or5 col_shattered_shard_02 100 colonel_or5 android battledroid droid_special_6 droid_special_6 9 9 instant +som_decrepit_cww8_combat_droid 83 0 0 0 0 BOSS mustafar droid_army droid_army som/cww8a_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 droid object/weapon/ranged/droid/droid_cww8.iff droid_special_6 droid_special_6 10 9 instant +som_decrepit_guardian 85 5 -5 0 0 BOSS CREDITS mustafar droid_army droid_army death_watch_s_battle_droid 0 75 75 100 60 100 25 40 85 1.6 1 100 mustafar/mustafar_trial_factory_guardian mustafar_trial_factory_guardian col_shattered_shard_02 android 100 100 100 100 1 object/weapon/ranged/droid/droid_union_sentry_02.iff droid_special_6 droid_special_6 10 9 instant +som_decrepit_patrol_bot 80 0 0 0 0 ELITE mustafar droid_army droid_army som/asn_121.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid droid_special_6 droid_special_6 9 6 instant +som_decrepit_super_battle_droid 85 0 0 0 0 BOSS mustafar droid_army droid_army death_watch_s_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 100 100 object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 10 9 +som_diskret_stahn 80 0 0 0 0 NORMAL mustafar commoner som/diskret_stahn.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 pirate_pistol pirate_carbine commoner_8 commoner_8 0 2 +som_doctor_lu 1 0 0 0 0 NORMAL mustafar commoner som/doc_lu.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_dying_miner 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 100 mustafar/mustafar_npc mustafar_npc npc 0 2 +som_engineer_cobar 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_foreman_chivos 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_foreman_chivos.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_carbine_low_level 0 2 +som_foreman_donko 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_foreman_chivos.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_foreman_milo 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_milo_mensix.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol_low_level 0 2 +som_foreman_nurfa 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_02.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_ig106 1 0 0 0 0 NORMAL mustafar mustafar_miner som/ig106.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_droid mustafar_droid npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_jundak 1 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 0.8 1.4 0 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak carnivore mantis_5 mantis_5 0 2 instant +som_jundak_cinderclaw 88 0 0 0 0 ELITE mustafar jundak som/cinderclaw.iff 2.1 2.1 0 2 1 23 meat_insect 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_cinderclaw mustafar_cinderclaw col_shattered_shard_02 carnivore 80 80 mantis_5 mantis_5 9 9 yes +som_jundak_devourer 88 0 0 0 0 NORMAL mustafar jundak som/jundak_devourer.iff 1.7 1.7 0 2 1 23 meat_insect 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak_devourer mustafar_jundak_devourer col_shattered_shard_02 carnivore 100 snare_defense=100,root_defense=100 mantis_5 mantis_5 3 3 1 1 yes +som_kenobi_alien_parasite 68 4 -3 0 -3 NORMAL mustafar langlatch som/som_alien_parasite.iff 0.2 0.2 2 20 0 0 15 15 45 45 -1 2 1 4 meat_carnivore 8 hide_scaley 10 bone_mammal defaultProfile creature/creature_61_70 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackDamageAvg carnivore griffon_4 griffon_4 24 24 yes +som_kenobi_ancient_guardian_droideka 78 -2 2 0 0 NORMAL mustafar assassindroid som/som_ancient_guardian_droideka.iff 0 35 35 0 0 0 -1 0 -1 1.4 1 100 mustafar/mustafar_droid mustafar_droid 4 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_7 droid_7 24 24 yes +som_kenobi_ancient_guardian_ig 78 -2 2 0 0 NORMAL mustafar assassindroid som/som_ancient_guardian_ig.iff 0 35 35 0 0 0 -1 0 -1 1.4 1 100 mustafar/mustafar_droid mustafar_droid 4 col_holo_emitter_01 android battledroid droid_7 droid_7 24 24 no +som_kenobi_blistmok 75 0 0 0 0 NORMAL mustafar blistmok som/som_kenobi_blistmok.iff 3 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 21 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok carnivore raptor_5 raptor_5 24 24 +som_kenobi_computer_technician 100 0 0 0 0 NORMAL mustafar commoner som/som_mustafarian_computer_technician.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_computer_technician unarmed unarmed commoner_10 commoner_10 0 2 +som_kenobi_crazed_hermit 77 0 0 0 0 NORMAL mustafar commoner som/som_crazed_mustafarian_hermit.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc conversation.som_kenobi_crazed_hermit unarmed unarmed medic_7 medic_7 24 24 +som_kenobi_cursed_shard_sucker 100 0 0 0 0 NORMAL mustafar commoner som/som_kenobi_sucker.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_cursed_shard_sucker unarmed unarmed commoner_10 commoner_10 0 2 +som_kenobi_dark_jedi_boss 110 0 0 0 0 BOSS CREDITS mustafar dark_jedi som/som_dark_jedi_boss.iff 1.2 1.2 0 30 45 55 55 45 0 0 0 2 1 100 mustafar/mustafar_sinistros mustafar_sinistros 18 dark_jedi npc 100 100 jedi_dark jedi_dark jedi_special_9 jedi_special_9 9 9 no +som_kenobi_dark_jedi_minion_1 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_1.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no +som_kenobi_dark_jedi_minion_2 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_2.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no +som_kenobi_dark_jedi_minion_3 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_3.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no +som_kenobi_dark_jedi_minion_4 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_4.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no +som_kenobi_dark_jedi_minion_5 75 0 0 0 0 NORMAL mustafar dark_jedi som/som_dark_jedi_minion_5.iff 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 no +som_kenobi_dark_jedi_minion_mix 75 0 0 0 0 NORMAL mustafar dark_jedi som_kenobi_dark_jedi_minion 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 +som_kenobi_enclave_scavenger 72 0 0 0 0 NORMAL mustafar mustafar_scavenger criminal_thug 1 1 0 0 0 0 0 0 0 0 0 2 1 100 mustafar/mustafar_npc mustafar_npc npc imperial_pistol imperial_sword commoner_7 commoner_7 24 24 +som_kenobi_epo_qetora 100 0 0 0 0 NORMAL mustafar commoner som/som_kenobi_epo_qetora.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_epo_qetora unarmed pirate_carbine melee_10 commoner_10 0 2 no +som_kenobi_finale_minion_melee 75 0 0 0 0 NORMAL mustafar dark_jedi som_kenobi_dark_jedi_minion 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol none jedi_7 jedi_7 24 24 no +som_kenobi_finale_minion_mix 75 0 0 0 0 NORMAL mustafar dark_jedi som_kenobi_dark_jedi_minion 0 55 55 70 60 30 30 100 40 2 1 100 npc/npc_71_80:force_dark mustafar_npc 4 housing_improvement_05,col_sith_holocron,col_shattered_shard_03 18 dark_jedi npc pirate_pistol imperial_carbine jedi_7 jedi_7 24 24 instant +som_kenobi_historian_dark_jedi 84 0 0 0 0 NORMAL mustafar dark_jedi som/som_kenobi_historian_dark_jedi.iff 1 1 0 30 45 55 55 45 0 0 0 2 npc/npc_81_90:force_dark dark_jedi4 4 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_sith_holocron,col_aurebesh_tiles,col_shattered_shard_02 18 dark_jedi npc conversation.som_kenobi_historian_dark_jedi jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 0 3 +som_kenobi_menth_paul 100 0 0 0 0 NORMAL mustafar commoner som/som_kenobi_menth_paul.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_menth_paul unarmed unarmed commoner_10 commoner_10 0 2 +som_kenobi_mining_exec 100 0 0 0 0 NORMAL mustafar commoner som/som_mustafarian_ikt.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc 1 conversation.som_kenobi_moral_exec unarmed unarmed commoner_10 commoner_10 0 2 +som_kenobi_obi_wan_glowie 255 0 0 0 0 NORMAL mustafar commoner som/obi_wan_ghost.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:ai.noChatMood=1,int:celebrity=1 conversation.som_kenobi_obi_wan unarmed unarmed jedi_10 jedi_10 0 2 +som_kenobi_pann_protocol_droid 100 0 0 0 0 NORMAL mustafar commoner som/som_pann_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.som_kenobi_collectors_business_q4p3 unarmed unarmed droid_10 droid_10 0 2 instant +som_kenobi_pwwoz_pwwa 83 0 0 0 0 ELITE mustafar dark_jedi som/som_pwwoz_pwwa.iff 1 1 0 55 55 70 60 30 30 100 40 2 1 100 npc/elite_npc:elite_force_dark_npc_81_90 mustafar_npc 4 col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc conversation.som_kenobi_pwwoz_pwwa force_sword force_sword_ranged jedi_8 jedi_8 0 3 +som_kenobi_pwwoz_thug_1 70 0 0 0 0 NORMAL mustafar thug som/som_pwwoz_thug_1.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 100 mustafar/mustafar_npc mustafar_npc 4 col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03 npc imperial_pistol imperial_sword commando_7 melee_7 24 24 +som_kenobi_pwwoz_thug_2 70 0 0 0 0 NORMAL mustafar thug som/som_pwwoz_thug_2.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 100 mustafar/mustafar_npc mustafar_npc 4 col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03 npc imperial_pistol imperial_sword commando_7 melee_7 24 24 instant +som_kenobi_reunite_dark_jedi 88 0 0 0 0 NORMAL mustafar dark_jedi_kenobi som/som_kenobi_reunite_dark_jedi.iff 1 1 0 30 45 55 55 45 0 0 0 2 npc/npc_81_90:force_dark dark_jedi5 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_sith_holocron,col_shattered_shard_02 npc int:ai.noChatMood=1 theme_park.dungeon.mustafar_trials.obiwan_finale.reunite_shard_dark_jedi_event jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes +som_kenobi_reunite_dark_trooper 83 0 0 0 0 NORMAL mustafar imperial Imperial som/som_kenobi_reunite_dark_trooper.iff 1 1 0 55 55 70 60 30 30 100 40 2 1 100 mustafar/mustafar_npc mustafar_npc col_shattered_shard_02 npc int:ai.noChatMood=1 theme_park.dungeon.mustafar_trials.obiwan_finale.reunite_shard_dark_jedi_attacker inquisition_polearm imperial_pistol commando_8 commando_8 0 24 yes +som_kenobi_reunite_inquisitorium_hunter 81 0 0 0 0 NORMAL mustafar imperial Imperial som/som_kenobi_reunite_inquisitorium_hunter.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc int:ai.noChatMood=1 theme_park.dungeon.mustafar_trials.obiwan_finale.reunite_shard_dark_jedi_attacker inquisition_sword imperial_carbine bounty_hunter_special_6 bounty_hunter_special_6 9 9 +som_kenobi_serpent_ikt 100 0 0 0 0 NORMAL mustafar commoner som/som_mustafarian_ikt.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.som_kenobi_ikt unarmed unarmed commoner_10 commoner_10 0 2 yes +som_kenobi_serpent_thief 84 0 0 0 0 NORMAL mustafar dark_jedi som/som_kenobi_serpent_dark_jedi.iff 1 1 0 55 55 70 60 30 30 100 40 2 1 100 mustafar/mustafar_npc mustafar_npc 18 dark_jedi npc conversation.som_kenobi_serpent_thief jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 0 3 +som_kenobi_striking_mining_leader 100 0 0 0 0 NORMAL mustafar commoner som/mustafarian_m_01.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_eng_trader,col_mun_trader npc 1 conversation.som_kenobi_moral_strike_leader unarmed unarmed commoner_10 commoner_10 0 2 +som_kenobi_treasure_hunter_corpse_01 1 0 0 0 0 NORMAL mustafar mustafar_miner som/som_kenobi_treasure_hunter_corpse_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc 1 quest.task.ground.retrieve_item_on_item pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_kenobi_treasure_hunter_corpse_02 1 0 0 0 0 NORMAL mustafar mustafar_miner som/som_kenobi_treasure_hunter_corpse_02.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc 1 quest.task.ground.retrieve_item_on_item pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_kenobi_treasure_hunter_corpse_03 1 0 0 0 0 NORMAL mustafar mustafar_miner som/som_kenobi_treasure_hunter_corpse_03.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc 1 quest.task.ground.retrieve_item_on_item pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_kenobi_treasure_hunter_corpse_mix 1 0 0 0 0 NORMAL mustafar mustafar_miner nym_pirate_strong 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc 1 pirate_pistol_low_level pirate_carbine_low_level 0 2 1 yes +som_kenobi_trinity_assassin_ithorian_male 77 5 5 0 -2 NORMAL mustafar dark_jedi som/som_trinity_assassin_ithorian_male.iff 0 0 0 0 100 100 100 100 100 2 npc/npc_71_80:force_dark dark_jedi3 4 housing_improvement_05,col_sith_holocron,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_7 jedi_7 3 3 1 yes +som_kenobi_trinity_assassin_nightsister_female 77 5 5 0 -2 NORMAL mustafar dark_jedi som/som_trinity_assassin_nightsister_female.iff 0 0 0 0 100 100 100 100 100 2 npc/npc_71_80:force_dark dark_jedi3 4 housing_improvement_05,col_sith_holocron,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_7 jedi_7 3 3 1 yes +som_kenobi_trinity_assassin_zabrak_female 77 5 5 0 -2 NORMAL mustafar dark_jedi som/som_trinity_assassin_zabrak_female.iff 0 0 0 0 100 100 100 100 100 2 npc/npc_71_80:force_dark dark_jedi3 4 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_7 jedi_7 3 3 1 yes +som_kenobi_tulrus 82 0 0 0 0 NORMAL mustafar tulrus som/som_kenobi_reunite_tulrus.iff 1.6 1.6 0 0 0 0 0 0 0 0 0 2 1 42 meat_wild 33 hide_leathery 1 100 mustafar/mustafar_tulrus mustafar_tulrus 18 tulrus carnivore bull_5 bull_5 9 9 +som_kweeta 80 0 0 0 0 NORMAL mustafar commoner som/npc_kweeta.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 pirate_pistol pirate_carbine commoner_8 commoner_8 0 2 +som_lava_beetle 1 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 22 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle carnivore roach_4 roach_4 0 2 +som_lava_flea 68 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 23 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 0 2 +som_lava_flea_preorder 10 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 0.8 0.9 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 0 2 instant +som_lava_flea_smoldering 80 0 0 0 0 ELITE mustafar lava_flea som/lava_flea_smoldering.iff 2 2 0 2 1 19 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_flea_smoldering mustafar_flea_smoldering carnivore 80 80 roach_5 roach_5 9 9 yes +som_link_lava_beetle_defender 80 4 0 0 0 ELITE mustafar link_beetle som/kubaza_beetle.iff 1.5 1.5 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile 1 80 carnivore 75 75 roach_5 roach_5 9 8 +som_link_lava_beetle_drone 80 0 0 0 0 NORMAL mustafar link_beetle som/kubaza_beetle.iff 0.9 0.9 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile carnivore roach_5 roach_5 0 2 instant +som_link_lava_beetle_foreman 80 4 0 0 0 BOSS CREDITS mustafar link_beetle som/kubaza_beetle.iff 3.2 3.2 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_trial_foreman mustafar_trial_foreman carnivore 100 100 100 100 1 roach_5 roach_5 9 8 yes +som_link_lava_beetle_soldier 80 2 0 0 0 NORMAL mustafar link_beetle som/kubaza_beetle.iff 1.3 1.3 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile carnivore roach_5 roach_5 6 6 +som_link_lava_beetle_worker 80 0 0 0 0 NORMAL mustafar link_beetle som/kubaza_beetle.iff 1.1 1.1 1 0 0 0 0 0 0 0 -1 2 1 16 meat_insect 24 hide_scaley defaultProfile carnivore roach_5 roach_5 0 6 +som_link_relay_droid 55 0 0 0 0 NORMAL mustafar link_player som/must_mining_droid_mark_03.iff 0 0 0 0 0 0 0 0 -1 2 droid droid_5 droid_5 0 2 instant +som_lislot_bloodscar 80 0 0 0 0 ELITE CREDITS mustafar treasure_hunter lislot_bloodscar.iff 1.3 1.3 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_lislot mustafar_lislot npc 75 75 100 100 pirate_pistol pirate_pistol smuggler_special_6 smuggler_special_6 9 9 +som_miner_hens 1 0 0 0 0 NORMAL mustafar mustafar_miner som/miner_hens.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_mining_droid_bucket 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_mining_droid_mark_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_mining_droid_claw 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_mining_droid_mark_02.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_mining_droid_fork 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_mining_droid_mark_03.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes +som_mustafarian_corrupt_security_guard 70 0 0 0 0 NORMAL mustafar mustafar_corrupt_guard som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_aurebesh_tiles,col_shattered_shard_03 npc pirate_pistol pirate_carbine commando_7 commando_7 24 24 +som_mustafarian_junk 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_junk.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_mustafarian_miner 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_mustafarian_miner_a 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_mustafarian_miner_b 1 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_02.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes +som_mustafarian_miner_crazed 69 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_round_red_cut_gem_01 npc rebel_pistol rebel_unarmed commoner_6 melee_6 24 24 yes +som_mustafarian_phantom_bandit 69 0 0 0 0 NORMAL mustafar mustafar_miner som/som_mustafarian_phantom_bandit.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol pirate_unarmed smuggler_6 melee_6 24 24 +som_mustafarian_salvage_bandit 75 0 0 0 0 NORMAL mustafar must_bandit som/must_salvage_bandit_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_round_red_cut_gem_01 npc pirate_carbine smuggler_7 24 24 +som_mustafarian_salvage_bandit_leader 80 0 0 0 0 NORMAL mustafar must_bandit som/mustafarian_m_02.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc col_round_red_cut_gem_01 npc 100 snare_defense=100,root_defense=100 snare_defense=100,root_defense=100 pirate_carbine smuggler_special_6 24 24 yes +som_mustafarian_salvage_leader 80 0 0 0 0 NORMAL mustafar must_bandit som/mustafarian_m_02.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_71_80 mustafar_npc housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc pirate_carbine pirate_unarmed officer_special_6 melee_special_6 9 9 +som_mustafarian_scout 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_scout.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_mustafarian_striking_miner 70 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 100 mustafar/mustafar_npc mustafar_npc col_aurebesh_tiles,col_shattered_shard_03 npc pirate_pistol jedi_dark_ranged jedi_7 jedi_7 0 24 +som_naboo_historian 1 0 0 0 0 NORMAL mustafar commoner som/naboo_historian.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_neimoidian 1 0 0 0 0 NORMAL mustafar mustafar_miner som/neimoidian.iff 1 1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes +som_nesting_grounds_jundak 78 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 25 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak 4 0.008 highAttackUtilityStrong carnivore mantis_5 mantis_5 24 24 yes +som_nesting_grounds_jundak_bloated 84 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 1.1 1.5 0 0 0 0 0 0 0 0 -1 2 1 28 meat_insect 38 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak highAbilitySpeedStrong carnivore mantis_5 mantis_5 3 3 yes +som_nesting_grounds_jundak_shrieker 80 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 0.9 1.3 0 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak 5 0.001 highAttackUtilityStrong carnivore mantis_5 mantis_5 24 24 1 yes +som_nesting_grounds_jundak_stalker 82 0 0 0 0 NORMAL mustafar jundak som/jundak.iff 1 1.4 0 0 0 0 0 0 0 0 -1 2 1 27 meat_insect 35 hide_scaley defaultProfile 1 100 mustafar/mustafar_jundak mustafar_jundak highAbilitySpeedAvg carnivore mantis_5 mantis_5 24 24 +som_nesting_grounds_tulrus 78 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 22 meat_wild 19 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus 0.008 highTankDefenseStrong carnivore bull_5 bull_5 24 24 yes +som_nesting_grounds_tulrus_ancient 82 0 0 0 0 ELITE mustafar tulrus som/tulrus.iff 1.5 1.6 1 0 0 0 0 0 0 0 -1 2 1 33 meat_wild 24 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus highTankUtilityStrong carnivore bull_5 bull_5 12 8 yes +som_nesting_grounds_tulrus_bull 81 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.3 1.6 1 0 0 0 0 0 0 0 -1 2 1 30 meat_wild 22 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus highTankUtilityAvg carnivore bull_5 bull_5 24 24 +som_nesting_grounds_tulrus_matriarch 80 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 28 meat_wild 20 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus 0.001 highTankDefenseStrong carnivore bull_5 bull_5 24 24 yes +som_orf_ancient_guard_droid 87 0 0 0 0 ELITE mustafar orf_security som/cww8a_battle_droid.iff 0.8 0.8 4 2 1 100 mustafar/mustafar_droid mustafar_droid col_holo_emitter_01 droid 100 100 object/weapon/ranged/droid/droid_cww8_01.iff droid_special_6 droid_special_6 9 8 +som_orf_ancient_patrol_drone 84 0 0 0 0 NORMAL mustafar orf_security som/cww8_battle_droid.iff 0.8 0.8 1 2 1 100 mustafar/mustafar_droid mustafar_droid col_holo_emitter_01 droid object/weapon/ranged/droid/droid_cww8.iff droid_8 droid_8 24 2 +som_orf_ancient_security_drone 85 0 0 0 0 NORMAL mustafar orf_security som/cww8_battle_droid.iff 0.8 0.8 2 2 1 100 mustafar/mustafar_droid mustafar_droid col_holo_emitter_01 droid object/weapon/ranged/droid/droid_cww8.iff droid_8 droid_8 24 2 yes +som_orf_ancient_sentinel_droid 86 0 0 0 0 NORMAL mustafar orf_security som/cww8a_battle_droid.iff 0.8 0.8 3 2 1 100 mustafar/mustafar_droid mustafar_droid col_holo_emitter_01 droid 100 100 object/weapon/ranged/droid/droid_cww8_01.iff droid_8 droid_8 24 2 instant +som_orf_ancient_tulrus 85 0 0 0 0 BOSS mustafar orf_tulrus som/orf_tulrus.iff 0 2 1 27 meat_wild 21 hide_leathery defaultProfile 1 100 mustafar/mustafar_orf_tulrus mustafar_orf_tulrus col_kill_tulrus_activation_loot carnivore 100 100 1 bull_5 bull_5 9 2 instant +som_orf_ancient_xandank 87 0 0 0 0 BOSS mustafar orf_xandank som/orf_xandank.iff 0 2 1 24 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_orf_xandank mustafar_orf_xandank carnivore 100 100 100 1 predatory_cat_5 predatory_cat_5 9 2 +som_orf_beetle_hatchling 84 0 0 0 0 NORMAL mustafar orf_beetle som/kubaza_beetle.iff 2 1 21 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle carnivore roach_5 roach_5 24 24 yes +som_orf_beetle_soldier 86 0 0 0 0 NORMAL mustafar orf_beetle som/kubaza_beetle.iff 2 1 21 meat_insect 32 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle carnivore roach_5 roach_5 24 24 +som_orf_beetle_worker 85 0 0 0 0 NORMAL mustafar orf_beetle som/kubaza_beetle.iff 2 1 21 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle carnivore roach_5 roach_5 24 24 +som_orf_flea_hatchling 83 0 0 0 0 NORMAL mustafar orf_flea som/lava_flea.iff 0.3 0.3 2 1 20 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 24 24 +som_orf_flea_juvenile 84 0 0 0 0 NORMAL mustafar orf_flea som/lava_flea.iff 0.4 0.4 2 1 20 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 24 24 yes +som_orf_flea_starving 85 0 0 0 0 NORMAL mustafar orf_flea som/lava_flea.iff 0.5 0.5 2 1 20 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea carnivore roach_5 roach_5 24 24 +som_pei_yi 80 0 0 0 0 NORMAL mustafar commoner som/pei_yi.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc 1 pirate_pistol pirate_carbine commoner_8 commoner_8 0 2 instant +som_pulverizer 89 0 0 0 0 ELITE mustafar droid_army som/union_sentry_droid.iff 1.35 1.35 0 2 1 100 mustafar/mustafar_pulverizer mustafar_pulverizer droid droid_special_6 droid_special_6 9 9 +som_reporter_jural 1 0 0 0 0 NORMAL mustafar commoner som/reporter_jural.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 +som_reporter_talper 1 0 0 0 0 NORMAL mustafar commoner som/reporter_talper.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 yes +som_ruins_hunter 80 0 0 0 0 NORMAL mustafar ruin_hunter som_ruin_hunters 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_ruins mustafar_ruins col_round_red_cut_gem_01 npc pirate_pistol pirate_unarmed bounty_hunter_8 melee_8 24 24 instant +som_ruins_leader 85 0 0 0 0 ELITE mustafar ruin_hunter som/ruins_patron.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_ruins_leader mustafar_ruins_leader col_round_red_cut_gem_01 npc pirate_pistol pirate_unarmed bounty_hunter_special_6 melee_special_6 9 9 yes +som_ruins_stalker 82 0 0 0 0 NORMAL mustafar ruin_hunter som_ruin_hunters 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_ruins mustafar_ruins col_round_red_cut_gem_01 npc pirate_pistol pirate_unarmed bounty_hunter_special_6 melee_special_6 9 9 instant +som_sansii_kursk 82 0 0 0 0 BOSS CREDITS mustafar blackguard som/sansii.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_sansii mustafar_sansii npc 90 90 100 100 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes +som_scorching_terror 84 0 0 0 0 NORMAL mustafar lava_beetle som/scorching_terror.iff 2.5 2.5 0 2 1 20 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_scorching_terror mustafar_scorching_terror 18 lava_beetle carnivore bull_5 bull_5 3 3 instant +som_sherkar 90 0 0 0 0 BOSS mustafar sherkar som/sher_kar.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 60 meat_insect 85 hide_scaley defaultProfile 2 100 mustafar/mustafar_trial_sherkar mustafar_trial_sherkar 100 sher_kar carnivore 100 100 100 theme_park.dungeon.mustafar_trials.sher_kar.sher_kar spider_5 spider_5 12 9 instant +som_sherkar_consort 80 0 0 0 0 BOSS CREDITS mustafar sherkar som/sher_kar.iff 0.65 0.65 3 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_sherkar_consort mustafar_sherkar_consort 18 sherkar_minion carnivore 100 100 100 100 1 theme_park.dungeon.mustafar_trials.sher_kar.malfosa spider_5 spider_5 24 24 instant +som_sherkar_karling 83 0 0 0 0 ELITE mustafar sherkar som/sher_kar.iff 0.13 0.13 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 33 hide_scaley defaultProfile 1 80 18 sherkar_minion carnivore snare_defense=100,root_defense=100 theme_park.dungeon.mustafar_trials.sher_kar.karling spider_5 spider_5 9 9 instant +som_sherkar_praetorian 85 0 0 0 0 ELITE CREDITS mustafar sherkar som/sher_kar.iff 0.3 0.3 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 33 hide_scaley defaultProfile 1 80 18 sherkar_minion carnivore snare_defense=100,root_defense=100 theme_park.dungeon.mustafar_trials.sher_kar.praetorian spider_5 spider_5 9 9 instant +som_sherkar_symbiot 85 0 0 0 0 ELITE mustafar sherkar som/sher_kar.iff 0.15 0.15 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 33 hide_scaley defaultProfile 1 80 18 sherkar_minion carnivore snare_defense=100,root_defense=100 theme_park.dungeon.mustafar_trials.sher_kar.life_sapper spider_5 spider_5 9 9 yes +som_smoking_forest_blistmok 69 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 18 meat_reptilian 23 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.1 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 1 yes +som_smoking_forest_blistmok_forest_stalker 74 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.3 1.5 2 0 0 0 0 0 0 0 -1 2 1 21 meat_reptilian 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.07 highAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 yes +som_smoking_forest_blistmok_raptor 72 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 20 meat_reptilian 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.08 highAbilitySpeedStrong carnivore raptor_5 raptor_5 24 24 yes +som_smoking_forest_blistmok_terroraptor 78 0 0 0 0 NORMAL mustafar blistmok som/blistmok.iff 1.4 1.7 2 0 0 0 0 0 0 0 -1 2 1 24 meat_reptilian 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok 0.008 highAbilitySpeedStrong carnivore raptor_5 raptor_5 9 9 +som_smoking_forest_lava_beetle 70 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 24 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.09 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 +som_smoking_forest_lava_beetle_queen 78 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.4 1.6 2 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.008 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 +som_smoking_forest_lava_beetle_soldier 75 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.05 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 9 9 +som_smoking_forest_lava_beetle_worker 71 0 0 0 0 NORMAL mustafar lava_beetle som/kubaza_beetle.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 15 meat_insect 25 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_beetle mustafar_lava_beetle 18 lava_beetle 0.09 highTankArmorStrong carnivore ai.som_lava_beetle_explosion_script roach_5 roach_5 24 24 +som_smoking_forest_lava_flea 68 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.1 medTankUtilityStrong carnivore roach_5 roach_5 0 24 yes +som_smoking_forest_lava_flea_guard 72 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.3 1.6 2 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.08 medTankUtilityStrong carnivore roach_5 roach_5 9 9 yes +som_smoking_forest_lava_flea_queen 76 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.4 1.8 2 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 29 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.04 medTankUtilityStrong carnivore roach_5 roach_5 9 9 +som_smoking_forest_lava_flea_strider 69 0 0 0 0 NORMAL mustafar lava_flea som/lava_flea.iff 1.2 1.5 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_lava_flea mustafar_lava_flea 0.1 medTankUtilityStrong carnivore roach_5 roach_5 0 24 +som_smoking_forest_xandank 71 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 20 meat_insect 27 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.09 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 1 +som_smoking_forest_xandank_prowler 75 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 23 meat_insect 30 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.05 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 1 +som_smoking_forest_xandank_stalker 73 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 21 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank 0.08 medAttackDamageStrong carnivore predatory_cat_5 predatory_cat_5 24 24 instant +som_storm_lord 90 0 0 0 0 BOSS CREDITS mustafar storm_lord som/storm_lord.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 3 100 mustafar/mustafar_storm_lord mustafar_storm_lord col_shattered_shard_02 npc 100 100 100 100 1 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes +som_storm_lord_blistmok 80 0 0 0 0 NORMAL mustafar storm_lord som/blistmok.iff 1.2 1.4 1 0 0 0 0 0 0 0 -1 2 1 24 meat_reptilian 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_blistmok mustafar_blistmok medAbilitySpeedStrong carnivore generic_creature_8 generic_creature_8 24 24 +som_storm_lord_guard 82 0 0 0 0 NORMAL mustafar storm_lord som/storm_lord_guard.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm mustafar_storm col_shattered_shard_02, col_round_red_cut_gem_01 npc snare_defense=100,root_defense=100 pirate_polearm pirate_polearm commando_special_6 commando_special_6 3 3 yes +som_storm_lord_high_priest 85 0 0 0 0 ELITE mustafar storm_lord som/storm_lord_touched.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm mustafar_storm col_shattered_shard_02 npc 100 snare_defense=100,root_defense=100 imperial_sword force_sword_ranged medic_8 medic_8 12 8 +som_storm_lord_minion 80 0 0 0 0 NORMAL mustafar storm_lord som/storm_lord_minion.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm mustafar_storm col_round_red_cut_gem_01 npc pirate_carbine pirate_carbine commando_8 commando_8 24 24 instant +som_storm_lord_prophet 87 0 0 0 0 ELITE CREDITS mustafar storm_lord som/storm_lord_prophet.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm_lord_prophet mustafar_storm_lord_prophet col_shattered_shard_02 npc 100 snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes +som_storm_lord_touched 83 0 0 0 0 NORMAL mustafar storm_lord som/storm_lord_touched.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_storm mustafar_storm col_shattered_shard_02 npc imperial_sword force_sword_ranged commando_8 commando_8 24 24 +som_striking_camp_miner 70 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_01.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc rebel_carbine rebel_unarmed commoner_7 melee_7 0 24 +som_striking_camp_miner_chief 73 0 0 0 0 NORMAL mustafar mustafar_miner som/mustafarian_m_02.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_npc mustafar_npc npc commando_ranged rebel_unarmed commoner_7 melee_7 0 24 +som_surveyor_keslev 1 0 0 0 0 NORMAL mustafar mustafar_miner som/miner_hens.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 1 +som_traveler_f 1 0 0 0 0 NORMAL mustafar townsperson townsperson som/travler_f.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc rebel_pistol rebel_unarmed 0 2 1 +som_traveler_m 1 0 0 0 0 NORMAL mustafar townsperson townsperson som/traveler_m.iff 0.9 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc rebel_pistol rebel_unarmed 0 2 yes +som_treasure_hunter_bodyguard 80 0 0 0 0 NORMAL mustafar treasure_hunter som/treasure_hunter_protector.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_treasure mustafar_treasure col_round_red_cut_gem_01 npc pirate_carbine pirate_unarmed commando_special_6 melee_special_6 3 3 +som_treasure_hunter_guard 70 0 0 0 0 NORMAL mustafar treasure_hunter som/treasure_hunter_guard.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_treasure mustafar_treasure col_round_red_cut_gem_01 npc pirate_pistol jedi_dark_ranged commando_7 commando_7 24 24 +som_treasure_hunter_merc 73 0 0 0 0 NORMAL mustafar treasure_hunter som/treasure_hunter_merc.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_treasure mustafar_treasure col_round_red_cut_gem_01 npc pirate_rifle pirate_carbine commando_7 commando_7 3 3 yes +som_treasure_hunter_protector 75 0 0 0 0 NORMAL mustafar treasure_hunter som/treasure_hunter_protector.iff 1.1 1.3 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_treasure mustafar_treasure col_round_red_cut_gem_01 npc pirate_carbine pirate_unarmed commando_7 melee_7 3 3 instant +som_tremor_foot 89 0 0 0 0 ELITE mustafar tulrus som/tremor_foot.iff 2.5 2.5 0 2 1 28 meat_wild 35 hide_leathery defaultProfile 1 100 mustafar/mustafar_tremor_foot mustafar_tremor_foot col_eng_trader,col_mun_trader 18 tulrus carnivore 100 100 elephant_5 elephant_5 9 9 +som_tulrus 70 0 0 0 0 NORMAL mustafar tulrus som/tulrus.iff 0.9 1 1 0 0 0 0 0 0 0 -1 2 1 23 meat_insect 18 hide_scaley defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus col_kill_tulrus_activation_loot 18 tulrus carnivore bull_4 bull_4 0 2 yes +som_tulrus_foehorn 82 0 0 0 0 ELITE mustafar tulrus som/tulrus.iff 1.6 1.6 1 0 0 0 0 0 0 0 -1 2 1 35 meat_wild 26 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus mustafar_tulrus 18 tulrus highTankDefenseStrong carnivore 75 elephant_5 elephant_5 12 8 yes +som_tulrus_magma_drenched 89 0 0 0 0 NORMAL mustafar tulrus som/tulrus_magma_drenched.iff 1.5 1.5 0 2 1 33 meat_wild 30 hide_leathery defaultProfile 1 100 mustafar/mustafar_tulrus_drenched mustafar_tulrus_drenched 18 tulrus carnivore 1 bull_5 bull_5 3 3 +som_urup_falco 1 0 0 0 0 NORMAL mustafar mustafar_miner som/must_milo_mensix.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 instant +som_vansk_blackguard 80 0 0 0 0 BOSS CREDITS mustafar blackguard som/vansk_blackguard.iff 1 1 0 0 0 0 0 0 0 0 -1 2 2 100 mustafar/mustafar_vansk mustafar_vansk col_round_red_cut_gem_01 npc 90 90 100 snare_defense=100,root_defense=100 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 9 9 yes +som_voakar_duset 84 0 0 0 0 ELITE mustafar must_bandit som/voakar_duset.iff 1.2 1.2 0 2 1 100 mustafar/mustafar_voakar_duset mustafar_voakar_duset npc commoner_8 commoner_8 12 8 +som_volcano_autopilot 100 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 droid_10 droid_10 0 2 instant +som_volcano_final_hk47 83 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/hk47.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_hk47 mustafar_trial_hk47 col_shattered_shard_02 100 hk47 android 100 100 100 100 1 battledroid droid_special_6 droid_special_6 24 24 instant +som_volcano_final_lava_beetle 80 0 0 0 0 ELITE mustafar droid_army droid_army som/kubaza_beetle.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 21 meat_insect 28 hide_scaley 1 80 carnivore generic_creature_special_6 generic_creature_special_6 24 24 instant +som_volcano_final_risen_sustainer 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_elite.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_final_septipod 82 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 0.9 0.9 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 100 object/weapon/ranged/droid/droid_union_sentry_01.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_final_squadleader 83 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_final_squadmember 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_final_walker 83 0 0 0 0 ELITE mustafar droid_army droid_army som/cww8_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 droid 100 object/weapon/ranged/droid/droid_cww8_01.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_five_boss_septipod 82 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/union_sentry_droid.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_oppressor mustafar_trial_oppressor col_shattered_shard_02 100 hk_gk_oppressor android 100 100 100 100 object/weapon/ranged/droid/droid_union_sentry_02.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_five_midguard 83 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 0.9 0.9 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 1 object/weapon/ranged/droid/droid_union_sentry_01.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_five_septipod 83 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 1 1 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_union_sentry.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_four_cym_prototype 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/volcano_cyborg_lt.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_cym mustafar_trial_cym col_shattered_shard_02 100 hk_cym_prototype android 100 100 100 100 1 jedi_dark jedi_dark_ranged droid_special_6 droid_special_6 24 24 instant +som_volcano_four_lava_beetle 80 0 0 0 0 ELITE mustafar droid_army droid_army som/kubaza_beetle.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 21 meat_insect 28 hide_scaley 1 80 carnivore generic_creature_special_6 generic_creature_special_6 24 24 instant +som_volcano_observer 80 0 0 0 0 BOSS mustafar droid_army droid_army death_watch_battle_droid 0 75 75 100 60 100 25 40 85 2 1 80 android droid_special_6 droid_special_6 24 24 instant +som_volcano_one_sustainer 83 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android 100 1 object/weapon/ranged/droid/droid_hk77_elite.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_one_taskmaster 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/hk77.iff 1.5 1.5 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_taskmaster mustafar_trial_taskmaster col_shattered_shard_02 100 hk_taskmaster android 100 100 100 100 1 object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 24 24 +som_volcano_pilot 1 0 0 0 0 NORMAL mustafar commoner som/miner_pilot.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 npc pirate_pistol_low_level pirate_carbine_low_level 0 2 instant +som_volcano_three_forward_commander 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/hk77.iff 1.5 1.5 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_cmdr_mk2 mustafar_trial_cmdr_mk2 col_shattered_shard_02 100 hk_forward_commander android 100 100 100 100 object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_three_hk77 80 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_three_risen_commander 82 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.4 1.4 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_hk77_elite.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_two_ak_prime 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/cww8a_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_akprime mustafar_trial_akprime col_shattered_shard_02 100 hk_ak_prime droid 100 100 100 100 1 object/weapon/ranged/droid/droid_cww8_01.iff droid_special_6 droid_special_6 24 24 instant +som_volcano_two_hk77 83 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 2 1 80 col_shattered_shard_02 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 24 24 1 yes +som_working_assassin_droid 82 0 0 0 0 ELITE mustafar droid_army droid_army ig_assassin_droid.iff 0 25 25 0 0 0 -1 0 -1 2 1 80 android 100 pirate_carbine pirate_carbine droid_special_6 droid_special_6 9 9 instant +som_working_blastromech 80 0 0 0 0 ELITE mustafar droid_army droid_army blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 1 80 android object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 9 +som_working_detonation_droid 25 0 0 0 0 NORMAL mustafar droid_army droid_army mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid droid_2 droid_2 0 2 instant +som_working_devistator 88 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/cww8a_battle_droid.iff 1 75 75 100 60 100 25 40 85 2 1 100 mustafar/mustafar_trial_devistator mustafar_trial_devistator col_eng_trader,col_mun_trader 100 devastator droid 100 100 object/weapon/ranged/droid/droid_cww8.iff som_working_devistator som_working_devistator 6 9 instant +som_working_doom_bringer 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army som/union_sentry_droid.iff 1.3 1.3 0 75 75 100 60 100 25 40 85 1.4 1 100 mustafar/mustafar_trial_doombringer mustafar_trial_doombringer 100 doom_bringer android 100 100 1 object/weapon/ranged/droid/droid_union_sentry_02.iff droid_special_6 droid_special_6 6 9 instant +som_working_hammer 83 0 0 0 0 BOSS mustafar droid_army droid_army som/cww8_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid object/weapon/ranged/droid/droid_union_sentry_01.iff droid_special_6 droid_special_6 6 9 instant +som_working_hand_of_doom 82 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 0.9 0.9 0 75 75 100 60 100 25 40 85 2 1 80 android 100 100 object/weapon/ranged/droid/droid_union_sentry_01.iff droid_special_6 droid_special_6 9 9 instant +som_working_hk_58_aurek 83 0 0 0 0 BOSS mustafar droid_army droid_army som/hk77.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 80 100 hk58_aurek android 100 100 1 object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 6 9 instant +som_working_hk_58_besh 83 0 0 0 0 BOSS mustafar droid_army droid_army som/hk77.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 80 100 hk58_besh android 100 100 1 object/weapon/ranged/droid/droid_hk77_boss.iff droid_special_6 droid_special_6 6 9 instant +som_working_hk_77 83 0 0 0 0 ELITE mustafar droid_army droid_army som/hk77.iff 1.2 1.2 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_hk77_assault_droid.iff droid_special_6 droid_special_6 9 9 +som_working_master_droid_engineer 84 0 0 0 0 BOSS mustafar droid_army droid_army ev_9d9.iff 0 0 0 0 0 0 0 0 -1 2 1 80 100 master_droid_engineer android 100 100 1 pirate_carbine pirate_carbine droid_special_6 droid_special_6 6 9 instant +som_working_reaper 84 0 0 0 0 ELITE mustafar droid_army droid_army som/cww8a_battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid object/weapon/ranged/droid/droid_cww8.iff droid_special_6 droid_special_6 9 9 +som_working_repair_droid 80 0 0 0 0 ELITE mustafar droid_army droid_army pit_droid.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 1 80 droid droid_special_6 droid_special_6 0 2 instant +som_working_septipod 83 0 0 0 0 ELITE mustafar droid_army droid_army som/union_sentry_droid.iff 0.9 0.9 0 75 75 100 60 100 25 40 85 2 1 80 android object/weapon/ranged/droid/droid_union_sentry.iff droid_special_6 droid_special_6 9 9 +som_working_super_repair_droid 85 0 0 0 0 BOSS CREDITS mustafar droid_army droid_army pit_droid.iff 3 3 0 0 0 0 0 0 0 0 -1 2 1 100 mustafar/mustafar_trial_engineer mustafar_trial_engineer android 100 100 1 pirate_carbine pirate_carbine droid_special_6 droid_special_6 6 9 +som_xandank 1 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 1 meat_insect 2 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 0 2 +som_xandank_cobak 80 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.6 1.6 2 0 0 0 0 0 0 0 -1 2 1 18 meat_insect 24 hide_scaley defaultProfile 2 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 3 3 +som_xandank_elite 80 0 0 0 0 ELITE mustafar xandank som/xandank.iff 1.3 1.3 1 0 0 0 0 0 0 0 -1 2 1 17 meat_insect 26 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 12 8 instant +som_xandank_onyx_plated 86 0 0 0 0 ELITE mustafar xandank som/xandank_onyx_plated.iff 2.5 2.5 0 2 1 22 meat_insect 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank_plated mustafar_xandank_plated 18 xandank carnivore 90 90 predatory_cat_5 predatory_cat_5 9 9 1 yes +som_xandank_pack 75 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 28 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 24 24 1 yes +som_xandank_packleader 79 0 0 0 0 NORMAL mustafar xandank som/xandank.iff 1.4 1.4 1 0 0 0 0 0 0 0 -1 2 1 19 meat_insect 31 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank mustafar_xandank 18 xandank carnivore predatory_cat_5 predatory_cat_5 9 9 yes +som_xandank_patriarch 86 0 0 0 0 ELITE mustafar xandank som/xandank_patriarch.iff 2.1 2.1 0 2 1 22 meat_insect 33 hide_scaley defaultProfile 1 100 mustafar/mustafar_xandank_patriarch mustafar_xandank_patriarch 18 xandank carnivore predatory_cat_5 predatory_cat_5 12 8 +song_rasp 37 0 0 0 0 NORMAL talus rasp horned_rasp_hue.iff 1.1 1.2 2 0 0 0 0 0 0 0 -1 2 1 10 meat_avian 3 bone_avian defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore avian_3 avian_3 0 2 +spacer 4 0 0 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +spacer_male 4 0 0 0 0 NORMAL global thug thug male_criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 yes +specforce_heavy_weapons_specialist 18 1 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_carbine officer_1 officer_1 0 2 1 yes +specforce_infiltrator 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_carbine officer_1 officer_1 0 2 +specforce_interrogator 16 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol officer_1 officer_1 0 2 yes +specforce_lieutenant 23 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 yes +specforce_major 26 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 0 25 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 1 yes +specforce_marine 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 yes +specforce_master_sergeant 22 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.soldier military military imperial_carbine imperial_pistol commando_2 commando_2 0 2 +specforce_procurement_specialist 13 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_captain 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 +specforce_technician 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 yes +specforce_wilderness_operative 18 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_pathfinder 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.soldier military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 +special_missions_engineer 16 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 +specialist_noncom 13 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_1 commando_1 0 2 yes +specops_agent 24 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 15 15 0 0 0 -1 0 -1 2 npc/npc_21_30 generic_npc_3 npc military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes +specops_alliance_free_agent 27 0 0 0 5 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 -1 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc military military imperial_carbine imperial_pistol officer_2 officer_2 0 2 1 +specops_trooper 17 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military imperial_carbine imperial_pistol officer_1 officer_1 0 2 +spice_collective_courier 8 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_courier 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc pirate_carbine_low_level pirate_pistol_low_level 0 2 1 yes +spice_collective_eliteguard 53 0 0 0 -2 NORMAL rori spice_collective spice_collective spice_collective_eliteguard 0.8 1.2 0 20 40 0 -1 -1 -1 -1 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc pirate_carbine pirate_pistol commando_5 commando_5 0 2 1 +spice_collective_foreman 47 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_foreman 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc general_carbine general_pistol commoner_4 commoner_4 0 2 1 yes +spice_collective_heavyguard 50 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_heavyguard 0.8 1.2 0 0 30 0 0 -1 0 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc pirate_carbine pirate_pistol smuggler_5 smuggler_5 0 2 1 +spice_collective_miner 36 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_miner 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_pistol pirate_carbine commoner_3 commoner_3 0 2 1 +spice_collective_sentry 43 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_sentry 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine pirate_pistol bounty_hunter_4 bounty_hunter_4 0 2 1 +spice_collective_workchief 39 0 0 0 0 NORMAL rori spice_collective spice_collective spice_collective_workchief 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc general_carbine general_pistol commoner_3 commoner_3 0 2 1 +spice_fiend 11 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_creature_2 npc ai.thug pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 instant +spider_nightsister_crawler 79 7 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_crawler.iff 0 0 100 100 0 100 100 100 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant +spider_nightsister_elder 83 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_elder.iff 0 80 100 85 80 100 100 90 100 2 1 80 npc/elite_npc:elite_force_light_npc_81_90 boss_npc_9 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dath_spider npc 85 85 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 9 9 yes +spider_nightsister_initiate 79 5 5 0 -2 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_initiate.iff 0 35 85 100 50 100 100 50 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant +spider_nightsister_protector 80 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_protector.iff 0 45 95 100 65 100 100 55 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant +spider_nightsister_sentinel 80 0 16 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_sentinel.iff 0 55 100 45 60 100 100 0 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 +spider_nightsister_sentry 80 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_guardian.iff 0.95 1.05 0 60 50 0 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant +spider_nightsister_spell_weaver 80 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_spellweaver.iff 0 55 100 100 75 100 100 90 55 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc 85 85 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 9 3 1 instant +spider_nightsister_stalker 79 5 5 0 -2 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_stalker.iff 0 90 100 100 0 100 100 0 0 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 yes +spider_nightsister_web_dancer 78 0 0 0 0 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_web_dancer.iff 0 100 95 100 65 100 0 90 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 +spiked_krevol 3 0 0 0 0 NORMAL naboo krevol_horned horned_krevol_hue.iff 0.9 1.4 3 0 0 0 0 0 0 0 -1 2 1 25 meat_reptilian 15 hide_scaley 7 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankArmorWeak carnivore 0 2 yes +spiketail_blurrg 80 0 0 0 0 ELITE endor bioengineer spiketail_blurrg.iff 1.6 1.8 0 0 20 0 25 -1 -1 25 -1 2 1 meat_carnivore hide_leathery bone_avian 1 80 creature/elite_creature:elite_creature_71_80 elite_creature_8 100 col_spiketail_blurrg carnivore 100 root_defense=200,snare_defense=100 generic_creature_special_6 generic_creature_special_6 12 6 +spined_puc 69 0 0 0 0 NORMAL yavin4 spinedpuc spined_puc_hue.iff 0.8 1.2 2 0 0 0 0 0 0 0 0 2 1 6 meat_reptilian 6 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackAbilityStrong carnivore frog_4 frog_4 12 12 +spined_puc_poison 65 0 0 0 0 NORMAL yavin4 spinedpuc spined_puc_hue.iff 1.6 1.8 2 10 0 0 -1 -1 -1 -1 -1 2 1 7 meat_reptilian 7 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackAbilityStrong carnivore frog_4 frog_4 12 12 yes +spined_snake 48 1 0 0 0 NORMAL lok spinesnake spined_snake_hue.iff 1 1.1 3 0 0 0 0 0 0 0 -1 2 1 11 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff snake_3 snake_3 8 8 +spined_snake_recluse 46 3 -3 0 0 NORMAL lok spined_snake_recluse spined_snake_hue.iff 0.9 1.2 1 0 0 0 0 0 0 0 -1 2 1 11 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_large_yellow.iff object/weapon/ranged/creature/creature_spit_large_yellow.iff snake_3 snake_3 8 8 +spineflap_gatherer 34 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1.3 1.5 1 0 0 0 0 0 0 0 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore moth_2 moth_2 0 8 1 +spineflap_guard 41 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1.9 2.1 3 -1 20 0 -1 0 -1 0 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.15 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff moth_3 moth_3 0 8 +spineflap_handmaiden 41 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 0.8 1 3 10 10 0 -1 -1 0 -1 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.15 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff moth_3 moth_3 0 8 +spineflap_queen 42 0 0 0 -3 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 2 3 1 -1 30 0 0 0 -1 0 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.1 lowAbilitySpeedWeak carnivore moth_3 moth_3 8 8 +spineflap_soldier 41 0 0 0 0 NORMAL naboo capper_spineflap capper_spineflap_hue.iff 1.7 1.9 2 0 0 0 0 0 0 0 -1 2 1 meat_insect 5 hide_scaley 3 bone_avian defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 0.15 lowAbilitySpeedWeak carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff moth_3 moth_3 8 8 1 yes +spitting_rawl 22 0 0 0 0 NORMAL naboo rawl_spitting fanned_rawl_hue.iff 1 1.1 2 0 30 0 -1 -1 -1 100 -1 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 medAttackSpeedWeak carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff snake_2 snake_2 6 6 yes +spooky_donkuwah_spiritmaster 86 2 -2 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 25 15 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 yes +spooky_korga_spiritmaster 77 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 30 30 0 70 70 -1 -1 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +spooky_pubam_spiritmaster 64 7 -7 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 40 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 +spy_pirate 20 -2 0 0 -2 NORMAL tatooine spy_pirate criminal_thug 0.9 1.1 0 10 20 0 0 0 0 0 0 2 npc/npc_11_20 mercenary1 npc thug slang pirate_carbine_low_level pirate_unarmed spy_2 melee_2 4 4 +spy_pirate_leader 100 0 0 0 0 NORMAL Profession NPC Spy 1 Level 11 tatooine profcomm criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.prof_spy_21_eyan thug slang commoner_10 commoner_10 0 2 yes +spymaster_21 22 3 3 3 3 ELITE STEALING_TABLE tatooine spymaster dressed_tatooine_spymaster21.iff 0 20 20 20 20 20 20 20 85 2 1 100 npc/quest_spy_21 npc general_unarmed general_pistol melee_2 spy_2 0 0 yes +spynet_operative 17 0 0 0 0 NORMAL global spynet rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc rebel military rebel_carbine rebel_pistol spy_1 spy_1 0 2 1 +squall 70 0 0 0 0 NORMAL endor squall squall_hue.iff 1 1 2 0 0 0 0 0 0 0 -1 2 1 meat_herbivore 12 hide_bristley 8 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackSpeedWeak herbivore rabbit_4 rabbit_4 0 12 1 +squall_female 37 0 0 0 0 NORMAL rori squall squall_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 8 meat_herbivore 12 hide_bristley 8 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 2 1 +squall_male 39 0 0 0 0 NORMAL rori squall squall_hue.iff 1 1.2 1 0 0 0 0 0 0 0 -1 2 1 10 meat_herbivore 15 hide_bristley 10 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 2 +squatter 1 0 0 0 0 NORMAL tatooine townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 1 +squill 12 0 0 0 0 NORMAL tatooine squill squill_hue.iff 1.3 1.5 1 10 10 0 0 -1 -1 0 -1 2 1 6 meat_carnivore 6 hide_leathery 5 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 squill 0.15 lowAttackAbilityWeak carnivore monkey_1 monkey_1 0 2 1 +squill_deranged_ravisher 33 4 -6 -2 -4 NORMAL endor squill_endor squill_hue.iff 1.6 1.7 1 40 40 0 -1 0 0 0 0 2 1 meat_carnivore defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.001 highAttackSpeedWeak carnivore monkey_2 monkey_2 12 12 1 +squill_great 13 0 0 0 0 NORMAL tatooine squill squill_hue.iff 1.5 1.5 2 10 10 0 0 -1 -1 0 -1 2 1 6 meat_carnivore 6 hide_leathery 5 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 squill 0.05 lowAttackDamageWeak carnivore monkey_1 monkey_1 10 10 1 +startled_vrelt_mother 6 0 0 0 -4 NORMAL corellia vrelt stintaril_hue.iff 1 1.5 2 10 10 0 0 0 0 0 -1 2 1 13 meat_carnivore 13 hide_bristley 13 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff 0 2 +starving_fambaa 84 0 0 0 0 ELITE Azure Cabal series naboo fambaa_feral fambaa_hue.iff 1.3 1.3 4 0 0 0 0 60 60 -1 0 2 1 milk_wild 1075 meat_reptilian 700 hide_leathery 675 bone_mammal defaultProfile npc/elite_npc:elite_npc_21_30 generic_creature_2 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 medTankHealthWeak herbivore fambaa_5 fambaa_5 4 4 yes +stella 20 0 0 0 0 NORMAL tatooine townsperson townsperson mos_taike_cantina_owner.iff 0.95 0.95 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc npc.static_npc.stella pirate_carbine_low_level pirate_pistol_low_level commoner_2 commoner_2 10 10 +stintaril 60 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 3 hide_bristley 2 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackSpeedAvg carnivore rat_4 rat_4 0 2 +stintaril_fleshstripper 58 0 1 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 0.9 1.2 3 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 3 hide_bristley 2 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.05 highAttackSpeedAvg carnivore rat_4 rat_4 12 12 instant +stintaril_prowler 61 5 -10 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 1.6 1.8 4 0 0 0 0 0 0 0 -1 2 1 9 meat_carnivore 7 hide_bristley 6 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff rat_4 rat_4 12 12 +stintaril_ravager 62 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 1.1 1.4 3 0 0 0 0 0 0 0 -1 2 1 7 meat_carnivore 5 hide_bristley 4 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityAvg carnivore rat_4 rat_4 0 2 +stintaril_scavenger 64 0 0 0 0 NORMAL yavin4 stinaril stintaril_hue.iff 0.9 1.1 4 0 0 0 0 0 0 0 -1 2 1 5 meat_carnivore 3 hide_bristley 2 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityAvg carnivore rat_4 rat_4 0 2 instant +stoneskin_hanadak 60 -5 5 0 5 NORMAL endor hanadak hanadak_hue.iff 1.5 1.5 4 90 100 65 100 100 100 75 80 1.7 1 40 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.009 highTankDefenseStrong carnivore 1.7 gorilla_4 gorilla_4 12 12 +stoos_olko 100 0 0 0 0 NORMAL dantooine townsperson dressed_stoos_olko.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 1 yes +storm_commando 29 0 0 0 5 NORMAL global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 2 yes +stormtrooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 yes +stormtrooper_black_hole 27 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 yes +stormtrooper_black_hole_squad_leader 29 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_squad_leader_black_black.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 yes +stormtrooper_bombardier 25 3 -3 0 0 NORMAL global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 yes +stormtrooper_captain 29 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 instant +stormtrooper_dark_trooper_novatrooper 82 0 0 0 5 NORMAL global imperial Imperial dressed_dark_trooper_black_hole.iff 1.32 1.32 0 95 85 80 30 0 0 30 45 2 1 80 npc/npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles,col_shattered_shard_02 android int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_special_6 droid_special_6 9 3 +stormtrooper_dewback 14 0 0 0 -4 NORMAL tatooine imperial Imperial dewback_hue.iff 1 1 4 40 20 0 40 -1 -1 -1 -1 2 1 360 meat_reptilian 275 hide_leathery 250 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 herbivore int:ai.noChatMood=1 bull_1 bull_1 0 24 yes +stormtrooper_major 32 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 6 yes +stormtrooper_medic 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 instant +stormtrooper_novatrooper 80 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 9 3 instant +stormtrooper_novatrooper_cadet 80 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 9 3 instant +stormtrooper_novatrooper_captain 82 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_captain_black_black.iff 1 1 0 60 50 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 instant +stormtrooper_novatrooper_commander 82 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_commander_black_black.iff 1 1 0 65 65 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 instant +stormtrooper_novatrooper_elite 82 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_gold.iff 1 1 0 65 65 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine officer_special_6 officer_special_6 9 3 instant +stormtrooper_novatrooper_elite_commander 83 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_commander_black_gold.iff 1 1 0 60 75 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 instant +stormtrooper_novatrooper_ensign 81 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 yes +stormtrooper_novatrooper_medic 80 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_black_red.iff 1 1 0 40 35 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 instant +stormtrooper_novatrooper_squad_leader 81 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_squad_leader_black_black.iff 1 1 0 55 45 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_special_6 officer_special_6 9 3 yes +stormtrooper_rifleman 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 6 yes +stormtrooper_sniper 25 1 -1 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_2 commando_2 0 6 yes +stormtrooper_squad_leader 27 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_2 commando_2 0 6 +story_loot_bestine 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_bestine.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_bestine_02 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_bestine_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_bestine_03 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_bestine_03.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_coronet 100 0 0 0 0 NORMAL corellia townsperson dressed_story_loot_coronet.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_eisley_01 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_eisley_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_eisley_02 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_eisley_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_espa 100 0 0 0 0 NORMAL tatooine townsperson dressed_story_loot_espa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_kaadara 100 0 0 0 0 NORMAL naboo townsperson dressed_story_loot_kadaara.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_moeina 100 0 0 0 0 NORMAL naboo townsperson dressed_story_loot_moeina.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_talus 100 0 0 0 0 NORMAL talus townsperson dressed_story_loot_talus.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_theed 100 0 0 0 0 NORMAL naboo townsperson dressed_story_loot_theed.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 +story_loot_tyrena 100 0 0 0 0 NORMAL corellia townsperson dressed_story_loot_tyrena.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 commoner_10 commoner_10 0 2 yes +storyteller_aakuan 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_aakuan aakuan_easy 0.8 1.2 0 0 0 0 0 0 0 0 0 2 1 npc noble fancy general_polearm none melee_4 melee_4 12 10 yes +storyteller_acklay 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_acklay acklay_hue.iff 0.9 1.1 2 0 0 0 0 0 0 0 0 2 1 carnivore generic_creature_2 generic_creature_2 12 10 yes +storyteller_aqualish 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_aqualish lost_aqualish_commando 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc military pirate_pistol pirate_carbine officer_4 officer_4 12 10 1 +storyteller_bark_mite 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_bark_mite bark_mite_hue.iff 1 1.3 1 0 0 0 0 0 0 0 0 2 1 carnivore roach_1 roach_1 12 10 1 +storyteller_battle_droid 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_battle_droid battle_droid.iff 0 0 0 0 0 0 0 0 0 2 1 android imperial_carbine none droid_special_6 melee_special_6 12 12 yes +storyteller_baz_nitch 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_baz_nitch baz_nitch_hue.iff 1 1.3 3 0 0 0 0 0 0 0 0 2 1 herbivore turkey_4 turkey_4 12 12 1 yes +storyteller_black_sun_thug 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_black_sun dressed_black_sun_thug.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc pirate slang pirate_pistol pirate_pistol smuggler_5 smuggler_5 12 6 +storyteller_chiss 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_chiss etyyy_chiss_poacher_defender 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang general_rifle general_sword smuggler_4 melee_4 12 6 +storyteller_dalyrake 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_dalyrake dalyrake_hue.iff 1 1.3 4 0 0 0 0 0 0 0 0 2 1 carnivore mantis_3 mantis_3 12 6 yes +storyteller_dark_trooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial dark_trooper.iff 1.32 1.32 0 0 0 0 0 0 0 0 0 2 1 android stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_3 droid_3 0 8 +storyteller_droideka 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_droideka droideka.iff 0 0 0 0 0 0 0 0 0 2 1 droid object/weapon/ranged/droid/droid_droideka_ranged.iff none droid_special_6 droid_special_6 12 10 yes +storyteller_dulok 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_dulok species_choices_dulok 0 0 0 0 0 0 0 0 -1 2 1 npc ewok_melee ewok_ranged melee_7 spy_7 12 12 +storyteller_emperor_royal_guard 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_imperial emperor_royal_guard.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 inquisition_polearm inquisition_polearm melee_10 melee_10 0 2 +storyteller_ewok 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_ewok species_choices_ewok 0 0 0 0 0 0 0 0 -1 2 1 npc ewok_ranged ewok_melee spy_7 melee_7 12 12 1 +storyteller_gamorrean_guard 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_jabba gamorrean.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 npc thug slang pirate_carbine_low_level pirate_sword smuggler_1 melee_1 12 8 1 yes +storyteller_gaping_spider 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_gaping_spider gaping_spider_hue.iff 1 1.2 4 0 0 0 0 0 0 0 0 2 1 carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff spider_4 spider_4 12 12 +storyteller_generic_thug 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_thug criminal_thug 0.8 1.1 0 0 0 0 0 0 0 0 -1 2 1 npc general_carbine general_sword smuggler_2 melee_2 12 8 yes +storyteller_geonosian 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_geonosian geonosian_warrior 4 0 0 0 0 0 0 0 0 2 1 npc geonosian_carbine geonosian_pistol officer_special_6 officer_special_6 12 12 +storyteller_gungan 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_gingan gungan_outcast.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 1 npc pirate slang pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 12 8 1 1 yes +storyteller_hermit_spider 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_hermit_spider hermit_spider_hue.iff 1 1.3 3 0 0 0 0 0 0 0 0 2 carnivore 12 8 1 1 +storyteller_horned_krevol 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_horned_krevol horned_krevol_hue.iff 0.8 1 1 0 0 0 0 0 0 0 0 2 carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff 12 10 +storyteller_imperial_officer 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 1 npc military military imperial_carbine commando_1 commando_1 0 10 +storyteller_jabba_thug 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_jabba tatooine_jabba_thief 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 12 8 1 yes +storyteller_jawa 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_jawa jawa_male.iff 1 1.1 0 0 0 0 0 0 0 0 0 2 1 npc rebel_carbine rebel_pistol spy_1 spy_1 12 8 +storyteller_jinda 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_jinda species_choices_jinda 0 0 0 0 0 0 0 0 0 2 1 npc general_unarmed none commoner_6 commoner_6 12 12 yes +storyteller_marauder 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_marauder species_choices_marauder 0 0 0 0 0 0 0 0 0 2 1 npc pirate_rifle marauder_melee bounty_hunter_8 melee_8 12 12 1 yes +storyteller_mauler 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_mauler mauler_medium 0 0 0 0 0 0 0 0 0 2 1 npc thug military pirate_pistol_low_level pirate_carbine_low_level commando_2 commando_2 12 8 1 +storyteller_meatlump 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_meatlump meatlump_thug 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 npc thug slang pirate_carbine pirate_carbine smuggler_3 smuggler_3 12 8 yes +storyteller_merek 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_merek merek_hue.iff 0.8 1 1 0 0 0 0 0 0 0 0 2 carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes +storyteller_nightsister_bloodguard 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_nightsister dressed_dathomir_nightsister_guardian.iff 0.95 1.05 0 0 0 0 0 0 0 0 0 2 1 npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 12 12 yes +storyteller_nightsister_warrior 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_nightsister dressed_dathomir_nightsister_outcast.iff 0 0 0 0 0 0 0 0 0 2 1 npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 12 12 +storyteller_quenker 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_quenker quenker_hue.iff 1 1 3 0 0 0 0 0 0 0 0 2 1 carnivore rat_4 rat_4 12 12 +storyteller_rakqua_shaman 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rakqua npe_rakqua_shaman 1 1.1 0 0 0 0 0 0 0 0 -1 2 1 npc pirate_pistol_low_level pirate_carbine_low_level 12 8 +storyteller_rakqua_warrior 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rakqua npe_rakqua_warrior 1 1.1 0 0 0 0 0 0 0 0 -1 2 1 npc general_polearm pirate_carbine_low_level 12 8 yes +storyteller_rancor 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rancor rancor_hue.iff 1 1.2 1 0 0 0 0 0 0 0 0 2 1 carnivore gorilla_2 gorilla_2 12 8 1 yes +storyteller_rebel_commando 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_specforce_guerrilla 0 0 0 0 0 0 0 0 0 2 1 npc rebel military rebel_carbine commando_2 commando_2 0 10 1 yes +storyteller_rebel_heavy_trooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_crewman 1 1.2 0 0 0 0 0 0 0 0 0 2 1 npc int:ai.noChatMood=1 stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 10 yes +storyteller_rebel_officer 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_major 0 0 0 0 0 0 0 0 0 2 1 npc rebel military rebel_carbine commando_2 commando_2 0 10 yes +storyteller_sennex_pirate 1 0 0 0 0 NORMAL Storyteller NPC anywhere storytellr_sennex sennex_pirate 0.96 0.98 0 0 0 0 0 0 0 0 0 2 1 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 12 10 yes +storyteller_shadow_pirate 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_shadow_pirate shadow_pirate 0 0 0 0 0 0 0 0 0 2 1 npc pirate_carbine pirate_pistol smuggler_7 smuggler_7 12 12 yes +storyteller_singing_mtn_clan_guardian 1 0 0 0 0 NORMAL Storyteller NPC anywhere storytell_singing_mtn_clan dressed_dathomir_sing_mt_clan_guardian.iff 0.95 1.05 0 0 0 0 0 0 0 0 0 2 1 npc force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 12 12 1 yes +storyteller_singing_mtn_clan_huntress 1 0 0 0 0 NORMAL Storyteller NPC anywhere storytell_singing_mtn_clan dressed_dathomir_sing_mt_clan_huntress.iff 0 0 0 0 0 0 0 0 0 2 1 npc force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 12 12 1 +storyteller_spice_collective 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_spice_collective spice_collective_sentry 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc pirate_carbine pirate_pistol bounty_hunter_4 bounty_hunter_4 12 8 1 yes +storyteller_stormtrooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial dressed_stormtrooper_m.iff 1 1.2 0 0 0 0 0 0 0 0 0 2 1 npc int:ai.noChatMood=1 stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 10 yes +storyteller_stormtrooper_squad_leader 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 npc stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 10 yes +storyteller_super_battle_droid 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_battle_droid super_battle_droid.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 1 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 12 12 1 yes +storyteller_tusken_raider 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 0 0 0 0 0 0 1 npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 12 10 yes +storyteller_veermok 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_veermok veermok_hue.iff 0.8 1.3 2 0 0 0 0 0 0 0 0 2 carnivore gorilla_2 gorilla_2 12 8 +storyteller_vendor 100 0 0 0 0 NORMAL Storyteller Vendor global storyteller_vendor dressed_npe_entertainer.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc 1 systems.storyteller.storyteller_vendor commoner_10 commoner_10 0 0 +storyteller_wookiee_commando 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_kashyyyk ep3_wke_commandos 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang commando_ranged wookiee_melee smuggler_3 melee_3 12 12 +storyteller_wookiee_forest_stalker 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_kashyyyk ep3_wke_stalkers 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang wookiee_ranged wookiee_melee smuggler_2 melee_2 12 12 +storyteller_wookiee_freedom_fighters 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_kashyyyk ep3_wke_freedom_fighter 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 npc thug slang wookiee_ranged wookiee_melee smuggler_2 melee_2 12 12 +storyteller_wookiee_lifeday_elder 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_townsperson wookiee_lifeday_elder.iff 0 0 0 0 0 0 0 0 0 2 1 npc 1 noble fancy commando_10 commando_10 0 2 +storyteller_wookiee_lifeday_female1 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_townsperson wookiee_lifeday_female1.iff 0 0 0 0 0 0 0 0 0 2 1 npc 1 noble fancy commando_10 commando_10 0 2 +storyteller_wookiee_lifeday_male1 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_townsperson wookiee_lifeday_male1.iff 0 0 0 0 0 0 0 0 0 2 1 npc 1 noble fancy commando_10 commando_10 0 2 yes +stranded_imperial_officer 76 0 0 0 0 NORMAL yavin4 imperial Imperial imperial_officer 0 0 20 0 -1 30 -1 30 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_pistol officer_7 officer_7 0 2 yes +stranded_imperial_pilot 77 0 0 0 0 NORMAL yavin4 imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_pistol officer_7 officer_7 0 2 yes +stranded_imperial_soldier 77 0 0 0 0 NORMAL yavin4 imperial Imperial imperial_officer 0 15 15 0 0 0 -1 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc npc.stormtrooper_respect.stormtrooper_respect military imperial_carbine imperial_pistol commando_7 commando_7 0 2 yes +stranded_rebel_officer 77 0 0 0 0 NORMAL yavin4 rebel Rebel rebel_trooper 0 0 20 0 30 -1 30 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc military rebel_carbine rebel_pistol officer_7 officer_7 0 2 yes +stranded_rebel_pilot 71 0 0 0 0 NORMAL yavin4 rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc military rebel_carbine rebel_pistol commando_7 commando_7 0 2 1 yes +stranded_rebel_scout 62 0 0 0 0 NORMAL dantooine rebel Rebel rebel_trooper 0 15 25 0 40 -1 40 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc rebel_carbine rebel_pistol officer_6 officer_6 0 12 yes +stranded_rebel_soldier 71 0 0 0 0 NORMAL yavin4 rebel Rebel rebel_trooper 0 15 15 0 0 0 -1 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc military rebel_carbine rebel_pistol officer_7 officer_7 0 2 1 +stunted_huf_dun 36 1 0 0 0 NORMAL talus huf_dun huf_dun_hue.iff 0.4 0.5 3 0 0 0 0 0 0 0 -1 2 1 775 meat_herbivore 800 hide_leathery 775 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 herbivore fambaa_3 fambaa_3 0 2 +stunted_woolamander 74 0 0 0 0 NORMAL yavin4 woolamander woolamander_hue.iff 0.7 0.8 0 10 0 0 0 0 0 0 0 2 1 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 12 12 +sulfur_pool_mynock 39 0 0 0 0 NORMAL lok mynock salt_mynock_hue.iff 1.2 1.4 3 -1 50 0 100 -1 0 100 -1 2 1 57 meat_herbivore 75 hide_leathery 27 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.1 lowAbilitySpeedAvg carnivore mynock_3 mynock_3 8 8 1 +summon_smuggler_buddy_1 10 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 1 +summon_smuggler_buddy_2 20 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_2 smuggler_2 0 2 1 +summon_smuggler_buddy_3 30 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_3 smuggler_3 0 2 1 +summon_smuggler_buddy_4 40 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_4 smuggler_4 0 2 1 +summon_smuggler_buddy_5 50 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_04 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_5 smuggler_5 0 2 1 +summon_smuggler_buddy_6 60 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_aurebesh_tiles,col_shattered_shard_03,col_shattered_shard_04 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_6 smuggler_6 0 2 1 +summon_smuggler_buddy_7 70 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_7 smuggler_7 0 2 1 +summon_smuggler_buddy_8 80 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_8 smuggler_8 0 2 1 +summon_smuggler_buddy_9 90 0 0 0 0 NORMAL tatooine jabba criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_02 npc thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_special_9 smuggler_special_9 0 2 +summon_smuggler_medic_1 10 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_1 medic_1 0 2 +summon_smuggler_medic_2 20 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_2 medic_2 0 2 +summon_smuggler_medic_3 30 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_3 medic_3 0 2 +summon_smuggler_medic_4 40 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_4 medic_4 0 2 +summon_smuggler_medic_5 50 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_04 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_5 medic_5 0 2 +summon_smuggler_medic_6 60 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_aurebesh_tiles,col_shattered_shard_03 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_6 medic_6 0 2 +summon_smuggler_medic_7 70 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_7 medic_7 0 2 +summon_smuggler_medic_8 80 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_8 medic_8 0 2 +summon_smuggler_medic_9 90 0 0 0 0 NORMAL tatooine jabba medic_hutt 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_02 npc pirate slang pirate_carbine_low_level pirate_pistol_low_level medic_9 medic_9 0 2 instant +super_battle_droid 88 0 0 0 0 ELITE global battle_droid super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_eng_trader,col_mun_trader,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 9 3 instant +super_battle_droid_crafted 80 0 0 0 0 NORMAL anywhere battle_droid super_battle_droid_crafted.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 0 2 +super_borvo_battle_droid 28 0 0 0 0 NORMAL global battle_droid super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 100 npc/elite_npc:elite_npc_21_30 elite_droid_3 col_dejarik_holomonster,col_dejarik_table android droid_2 droid_2 6 6 1 +surefoot_brackaset 65 -1 0 0 0 NORMAL dathomir brackaset brackaset_hue.iff 1 1.1 3 60 55 60 0 0 -1 -1 80 2 1 100 meat_wild 91 hide_leathery 81 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.01 medTankDefenseStrong herbivore camel_4 camel_4 0 12 +surgical_droid_21b 1 0 0 0 0 NORMAL anywhere surgicaldroid 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 yes +surlin_rolei 16 0 0 0 0 NORMAL naboo rsf naboo_security_force dressed_surlin_rolei.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military commoner_1 commoner_1 0 2 1 +swamp_gurrcat 26 0 0 0 0 NORMAL corellia gurrcat_swamp tusk_cat_hue.iff 0.6 0.8 3 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 0 2 1 +swamp_humbaba 35 -3 0 0 0 NORMAL corellia humbaba_swamp falumpaset_hue.iff 1.2 1.3 3 0 0 0 0 0 0 0 -1 2 1 milk_wild 250 meat_domesticated 150 hide_leathery 105 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore camel_3 camel_3 0 2 1 yes +swamp_rat 7 1 0 0 0 NORMAL naboo swamp_rat swamp_rat criminal_thug 0 0 0 0 0 0 0 10 -1 2 npc/npc_1_10 generic_creature_1 npc thug slang pirate_rifle_low_level pirate_pistol_low_level 4 4 1 yes +swamp_stalker 30 0 0 0 0 NORMAL naboo swamp_tusk_cat tusk_cat_hue.iff 1.2 1.5 2 35 0 0 70 0 0 60 0 2 1 65 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.01 highAttackSpeedWeak carnivore ai.hunter predatory_cat_2 predatory_cat_2 6 6 yes +swamp_trooper 33 0 0 0 0 NORMAL naboo imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 40 -1 -1 -1 100 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 yes +swamp_trooper_anti_gungan 32 0 0 0 0 NORMAL naboo imperial Imperial dressed_swamp_trooper_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 yes +swamp_trooper_captain_anti_gungan 31 0 0 0 0 NORMAL naboo imperial Imperial dressed_swamp_trooper_m.iff 0 30 30 0 -1 -1 -1 50 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_3 officer_3 0 2 +swamp_villager 4 0 0 0 0 NORMAL naboo swamp_villager commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson pirate_carbine_low_level pirate_pistol_low_level 0 2 1 1 +swarming_lesser_dewback 12 -2 2 0 0 NORMAL tatooine dewback_swarming_lesser dewback_hue.iff 0.3 0.5 1 15 0 10 0 -1 -1 -1 -1 2 1 175 meat_reptilian 125 hide_leathery 100 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 carnivore bull_1 bull_1 10 10 +swirl_prong 60 0 0 0 -3 NORMAL endor swirl_prong swirl_prong_hue.iff 1.5 1.5 3 0 20 0 35 35 -1 -1 -1 2 1 milk_wild meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAbilitySpeedWeak herbivore goat_4 goat_4 0 12 +swirl_prong_impaler 71 0 0 0 -3 NORMAL endor swirl_prong swirl_prong_hue.iff 0.8 0.8 2 35 30 0 50 50 -1 -1 -1 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 6 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medAttackAbilityWeak herbivore goat_4 goat_4 0 12 1 +swirl_prong_pack_leader 36 0 0 0 0 NORMAL endor swirl_prong swirl_prong_hue.iff 1 1 3 35 0 0 0 -1 -1 -1 0 2 1 meat_herbivore hide_leathery bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 4 housing_improvement_01 0.1 medTankUtilityWeak herbivore goat_3 goat_3 0 12 +swooper 26 0 0 0 0 NORMAL corellia swoop cor_swoop criminal_swooper 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate_pistol pirate_pistol commando_2 commando_2 0 2 1 +swooper_gangmember 7 0 0 0 0 NORMAL corellia swoop cor_swoop criminal_swooper 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_pistol_low_level 0 2 +swooper_leader 26 0 0 0 0 NORMAL corellia swoop cor_swoop criminal_swooper 0.8 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 npc ai.thug pirate_pistol pirate_pistol officer_2 officer_2 0 2 +sy_snootles 100 0 0 0 0 NORMAL jabba jabba sy_snootles.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 +syren_5_imperial_imperial_exterminator_hard 84 2 -2 0 3 ELITE gobal imperial Imperial dressed_imperial_exterminator.iff 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc imperial military imperial_carbine commando_special_6 commando_special_6 5 7 +syren_5_imperial_inquisitor 83 0 0 0 0 ELITE global imperial Imperial dressed_imperial_inquisitor_human_male_01.iff 0 50 50 50 0 50 0 50 50 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc imperial military stormtrooper_carbine commando_special_6 commando_special_6 5 7 +syren_5_imperial_sand_trooper_hard 85 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper imperial_carbine commando_special_6 commando_special_6 5 7 +syren_5_imperial_scout_trooper_hard 84 0 0 0 0 ELITE global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc military military imperial_carbine commando_special_6 commando_special_6 5 7 +syren_5_imperial_stormtrooper_hard 84 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper imperial_carbine commando_special_6 commando_special_6 5 7 +syren_5_imperial_stormtrooper_medic_hard 85 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper stormtrooper_carbine imperial_pistol medic_special_6 medic_special_6 5 7 instant +syren_5_imperial_stormtrooper_novatrooper_elite_commander 83 0 0 0 5 ELITE global imperial Imperial dressed_stormtrooper_commander_black_gold.iff 1 1 0 60 75 80 30 0 0 30 45 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper stormtrooper_carbine commando_special_6 commando_special_6 3 3 +syren_5_imperial_stormtrooper_rifleman_hard 85 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper stormtrooper_rifle imperial_pistol commando_special_6 commando_special_6 5 7 +syren_5_imperial_stormtrooper_sniper_hard 85 1 -1 0 0 ELITE global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc stormtrooper stormtrooper stormtrooper_rifle commando_special_6 commando_special_6 5 7 +syren_5_rebel_cadet_hard 85 0 0 0 5 ELITE global rebel Rebel rebel_crewman 0 10 10 0 0 30 0 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine commando_special_6 commando_special_6 5 7 +syren_5_rebel_grenadier_hard 85 3 -3 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine commando_special_6 commando_special_6 5 7 +syren_5_rebel_guardsman_hard 86 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine officer_special_6 melee_special_6 5 7 +syren_5_rebel_heavy_trooper_hard 86 0 0 0 0 ELITE global rebel Rebel rebel_crewman 0 40 20 15 50 50 50 50 25 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android rebel military rebel_carbine droid_special_6 melee_special_6 5 7 +syren_5_rebel_liberator_hard 84 2 -2 0 3 ELITE gobal rebel Rebel rebel_trooper 0 0 0 0 -1 30 -1 30 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine commando_special_6 commando_special_6 5 7 instant +syren_5_rebel_rebel_admiral 83 0 0 0 0 ELITE global rebel Rebel rebel_general 0 80 90 0 0 30 30 80 65 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_pistol officer_special_6 melee_special_6 3 3 +syren_5_rebel_rifleman_hard 85 1 -1 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_rifle commando_special_6 commando_special_6 5 7 +syren_5_rebel_soldier_hard 85 0 0 0 0 ELITE global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc rebel military rebel_carbine commando_special_6 commando_special_6 5 7 +syren5_imperial_questgiver 100 0 0 0 0 NORMAL Syren 5 quest NPC (Imperial) talus imperial Imperial dressed_officer_mkae.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_story1_5 commoner_10 commoner_10 0 2 +syren5_rebel_questgiver 100 0 0 0 0 NORMAL Syren 5 quest NPC (Rebel) talus rebel Rebel dressed_dak_ralter.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.c_story1_5_rebel commoner_10 commoner_10 0 2 +tabage 26 0 0 0 0 NORMAL corellia tabage langlatch_hue.iff 1.5 1.7 3 0 0 0 10 0 0 0 -1 2 1 18 meat_carnivore 24 hide_bristley 7 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore predatory_cat_2 predatory_cat_2 10 10 1 +tabage_protector 12 0 0 0 0 NORMAL corellia tabage langlatch_hue.iff 1 1 3 0 15 0 0 0 -1 -1 -1 2 1 14 meat_carnivore 14 hide_leathery 14 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 10 10 1 1 +tabage_scavenger 12 0 0 0 -4 NORMAL corellia tabage langlatch_hue.iff 1 1 1 10 10 0 0 0 0 0 -1 2 1 13 meat_carnivore 13 hide_leathery 13 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore predatory_cat_1 predatory_cat_1 10 10 yes +tainted_donkuwah_dark_shaman 87 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 15 25 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 instant +tainted_korga_dark_shaman 76 0 0 0 -3 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 20 20 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +tainted_pubam_dark_shaman 65 7 -7 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 40 40 40 40 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 +talon_karrde 100 0 0 0 0 NORMAL corellia townsperson dressed_talon_karrde.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:celebrity=1 noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +talus_dearic_coa_aclo_commando 42 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_commando 1.1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_carbine 5 4 +talus_dearic_coa_aclo_officer 41 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_officer 1 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_pistol 5 4 +talus_dearic_coa_aclo_personnel 30 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_personnel 1 1.3 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02 18 aclo npc general_unarmed 3 2 +talus_dearic_coa_aclo_prisoner 100 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_prisoner 0.9 1.2 0 0 0 0 0 0 0 0 0 0 npc/npc_41_50 generic_npc_2 housing_improvement_02 18 aclo npc 1 npc.legacy_dead_miner 0 0 +talus_dearic_coa_aclo_saboteur 42 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_saboteur 1.2 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_rifle 5 4 +talus_dearic_coa_aclo_slicer 41 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_slicer 1 1.2 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_pistol 3 2 +talus_dearic_coa_aclo_soldier 41 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_soldier 1.2 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_carbine 5 4 +talus_dearic_coa_aclo_technician 35 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo talus_dearic_coa_aclo_technician 1 1.3 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc general_unarmed 3 2 instant +talus_dearic_coa_aclo_top_slicer 42 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo coa_aclo_elite_slicer_human_f.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 4 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 aclo npc rebel_pistol 2 4 +talus_dearic_coa_colonel_braedic_ekirk 100 0 0 0 0 NORMAL Crisis of Allegiance talus imperial imperial coa_colonel_braedic_ekirk.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_braedic_ekirk 1 0 2 +talus_dearic_coa_dathnaeya_loessin 100 0 0 0 0 NORMAL Crisis of Allegiance talus corsec corsec coa_dathnaeya_loessin.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_dathnaeya 1 0 2 +talus_dearic_coa_galiir_ac_yandar 100 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_galiir_ac_yandar.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_galiir_ac_yandar 1 0 2 yes +talus_dearic_coa_imperial_escort 42 0 0 0 0 NORMAL Crisis of Allegiance talus imperial Imperial dressed_stormtrooper_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc imperial_carbine 4 3 yes +talus_dearic_coa_imperial_officer 43 0 0 0 0 NORMAL Crisis of Allegiance talus imperial Imperial dressed_imperial_captain_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_3 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc string:recruiter=Imperial imperial military imperial_pistol 5 4 +talus_dearic_coa_lag_combat_droids 41 0 0 0 0 NORMAL Crisis of Allegiance talus lag_combat_droids lag naboo_stonewall_labs_battledroid_green.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_41_50 generic_droid_4 housing_improvement_02,col_holo_emitter_01 18 coa_lag android battledroid droid_2 droid_2 5 4 instant +talus_dearic_coa_lag_droideka 42 5 0 0 0 NORMAL Crisis of Allegiance talus lag lag droideka.iff 1 1 0 0 0 0 0 0 0 0 0 2 droid/droid_41_50 generic_droid_4 housing_improvement_02,col_holo_emitter_01 18 coa_lag droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 4 +talus_dearic_coa_lag_elite 42 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_lag_elite_hum_m2.iff 1.1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_carbine 5 4 +talus_dearic_coa_lag_enforcer 41 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag talus_dearic_coa_lag_enforcer 1 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_carbine 5 4 +talus_dearic_coa_lag_enforcer_sergeant 42 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_lag_officer_hum_m2.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_pistol 5 4 +talus_dearic_coa_lag_officer 42 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag talus_dearic_coa_lag_officer 1 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_pistol 5 4 +talus_dearic_coa_lag_personnel 30 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag talus_dearic_coa_lag_personnel 1 1.1 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02 18 coa_lag npc general_unarmed 3 2 +talus_dearic_coa_lag_supply_officer 42 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_lag_officer_hum_m.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_pistol 5 4 +talus_dearic_coa_lag_technician 35 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag talus_dearic_coa_lag_technician 1 1.3 0 0 0 0 0 0 0 0 0 1 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc general_unarmed 3 2 yes +talus_dearic_coa_lag_torture_officer 43 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_lag_torture_officer_hum_m2.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_9 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 coa_lag npc imperial_pistol 5 4 +talus_dearic_coa_mark_hieks 100 0 0 0 0 NORMAL Crisis of Allegiance talus lag lag coa_mark_hieks.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_mark_hieks 1 0 2 +talus_dearic_coa_rebel_investigator 42 0 0 0 0 NORMAL Crisis of Allegiance talus rebel Rebel rebel_recruiter 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_shattered_shard_01 npc rebel_carbine rebel_pistol officer_2 officer_2 5 4 +talus_dearic_coa_syirlabradawk 100 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo coa_syirlabradawk.iff 1.4 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 aclo npc 1 conversation.talus_dearic_coa_syirlabradawk 1 0 2 +talus_dearic_coa_trezya_nenei 100 0 0 0 0 NORMAL Crisis of Allegiance talus aclo aclo coa_trezya_nenei.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 aclo npc 1 conversation.talus_dearic_coa_trezya_nenei 1 0 2 +talus_dearic_coa_vayde_quellium 100 0 0 0 0 NORMAL Crisis of Allegiance talus rebel rebel coa_vayde_quellium.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_coa_vayde_quellim 1 0 2 +talus_dearic_genetech_syndicate_droid 100 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus genetech 4lom.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.talus_dearic_droid commoner_10 commoner_10 0 0 +talus_dearic_genetech_syndicate_jana 100 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus genetech npc_dressed_talus_genetech_syndicate_jana.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01 npc 1 conversation.talus_dearic_jana 1 0 0 instant +talus_nashal_arachne_brood_mate 45 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood angler_king.iff 6 6 0 80 60 40 60 40 60 100 100 2 1 400 meat_insect defaultProfile creature/insect_41_50 boss_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff creature_ranged_poison_snare generic_creature_special_3 6 6 instant +talus_nashal_arachne_brood_queen 45 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood angler_queen.iff 8 8 0 50 80 50 50 50 50 70 70 2 1 400 meat_insect defaultProfile creature/insect_41_50 elite_creature_5 housing_improvement_02 18 brood highTankArmorStrong carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff creature_ranged_poison_snare generic_creature_special_3 6 6 +talus_nashal_binary_lifter 30 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus talusian_smuggler cll8_binary_load_lifter.iff 0 75 20 0 0 75 0 0 0 2 droid/droid_21_30 elite_droid_6 2 col_holo_emitter_01 droid 100 100 0 0 +talus_nashal_brood1_arachne 41 0 0 0 0 NORMAL talus arachne_brood angler_hue.iff 0.8 1 2 0 0 0 0 0 0 0 0 2 1 50 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_small_yellow.iff object/weapon/ranged/creature/creature_spit_small_yellow.iff spider_2 spider_2 6 6 +talus_nashal_brood10_arachne 42 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood razor_angler_hue.iff 2.5 3 1 0 0 0 0 0 0 0 0 2 1 240 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff creature_ranged_poison_snare creature_ranged_poison_snare 6 6 yes +talus_nashal_brood10a_arachne 45 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood bane_back_spider_hue.iff 2.5 3 1 50 50 30 30 30 30 30 30 2 1 240 meat_insect defaultProfile creature/insect_41_50 elite_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore generic_creature_6 generic_creature_6 6 6 yes +talus_nashal_brood1a_arachne 42 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood gaping_spider_hue.iff 0.8 1 2 20 20 0 0 0 0 0 0 2 1 50 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medTankArmorAvg carnivore spider_3 spider_3 6 6 +talus_nashal_brood2_arachne 41 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood angler_hue.iff 1.2 1.5 0 0 0 0 0 0 0 0 0 2 1 80 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff spider_2 spider_2 6 6 yes +talus_nashal_brood2a_arachne 42 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood gaping_spider_hue.iff 1.2 1.5 0 30 30 10 10 10 10 10 10 2 1 80 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medTankArmorAvg carnivore spider_3 spider_3 6 6 +talus_nashal_brood5_arachne 42 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood razor_angler_hue.iff 1.7 2 4 0 0 0 0 0 0 0 0 2 1 120 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 brood medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff creature_ranged_fire creature_ranged_fire 6 6 yes +talus_nashal_brood5a_arachne 45 0 0 0 0 NORMAL Talus Genetic Potential - Deifying Decisions Quests talus arachne_brood bane_back_spider_hue.iff 1.7 2 4 40 40 20 20 20 20 20 20 2 1 120 meat_insect defaultProfile creature/insect_41_50 elite_creature_5 housing_improvement_02 18 brood medTankArmorAvg carnivore generic_creature_6 generic_creature_6 6 6 +talus_nashal_power_droid 30 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus talusian_smuggler eg6_power_droid.iff 0 75 20 0 0 75 0 0 0 2 droid/droid_21_30 elite_droid_6 2 col_holo_emitter_01 droid 100 100 0 0 +talus_nashal_smuggler 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler criminal_thug 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 6 +talus_nashal_smuggler_corsec_agent 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian dressed_corsec_captain_human_male_02.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01 npc 1 conversation.talus_nashal_agent 1 0 0 yes +talus_nashal_smuggler_guard 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler mercenary_elite 0.9 1.1 0 35 35 35 25 25 25 25 0 2 1 80 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 6 yes +talus_nashal_smuggler_guard_elite 42 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler mercenary_elite 0.9 1.1 0 50 50 50 35 35 35 35 20 2 1 80 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 6 +talus_nashal_smuggler_informant 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian mercenary_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_smuggler 1 0 0 yes +talus_nashal_smuggler_leader 42 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler dressed_talus_smuggler_leader_f_01.iff 1 1.1 0 50 50 50 35 35 35 35 20 2 1 80 npc/npc_41_50 elite_npc_5 housing_improvement_02,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 3 +talus_nashal_smuggler_selonian 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc 1 0 2 +talus_nashal_smuggler_selonian_kiki 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_kiki 1 0 0 +talus_nashal_smuggler_selonian_lika 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_lika 1 0 0 +talus_nashal_smuggler_selonian_mother 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01 npc 1 conversation.talus_nashal_mother 1 0 0 +talus_nashal_smuggler_selonian_ravi 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_ravi 1 0 0 +talus_nashal_smuggler_selonian_tika 100 0 0 0 0 NORMAL Talus Selonian Den Mother Quest talus selonian selonian_female 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_contraband_set_02 npc 1 conversation.talus_nashal_tika 1 0 0 +talus_nashal_smuggler_taskmaster 40 0 0 0 0 NORMAL CREDITS_N_MOBLOOT Talus Selonian Den Mother Quest talus talusian_smuggler criminal_thug 0.9 1.1 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_contraband_set_02,col_shattered_shard_01 npc pirate slang pirate_carbine 6 12 +talus_omkoo 100 0 0 0 0 NORMAL talus lost_aqualish_regiment dressed_talus_omkoo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 lost_aqualish npc 1 conversation.c_talus_grave_robbers_omkoo noble fancy rebel_carbine commoner_10 commoner_10 0 2 +talus_ttlp_soldier 35 0 0 0 0 ELITE talus ttlp_military talus_ttlp_soldier 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_31_40 elite_npc_4 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier police military commando_ranged rebel_pistol commando_special_3 commando_special_3 0 3 +tame_rill 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine rill dune_lizard_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 3 meat_carnivore 3 hide_bristley 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 carnivore 0 2 1 +tame_womprat 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 1 tatooine womprat womp_rat_hue.iff 1 1.4 3 0 0 0 0 0 0 0 -1 2 1 2 meat_wild 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 womprat carnivore 0 2 +tame_worrt 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine worrt worrt_hue.iff 1 1.4 1 0 0 0 0 0 0 0 -1 2 1 5 meat_reptilian 5 hide_leathery 2 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 carnivore 0 2 +tamvar_senzen 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_tamvar_senzen.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 +tanc_mite 67 0 0 0 0 NORMAL yavin4 tancmite tanc_mite_hue.iff 1.1 1.3 2 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medTankArmorStrong herbivore roach_4 roach_4 0 2 1 +tanc_mite_eviscerator 63 3 -1 -1 1 NORMAL yavin4 tancmite tanc_mite_hue.iff 1.3 1.4 1 0 0 0 0 0 0 0 -1 2 1 4 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackDamageStrong herbivore roach_4 roach_4 12 12 1 +tanc_mite_warrior 71 1 0 0 0 NORMAL yavin4 tancmite tanc_mite_hue.iff 1.1 1.4 3 0 15 -1 0 -1 -1 -1 -1 2 1 3 meat_insect defaultProfile creature/insect_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.01 highTankUtilityStrong herbivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff roach_4 roach_4 12 12 +tatooine_baboo 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_baboo.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_contact commoner_10 commoner_10 0 2 +tatooine_eisley_escaped_criminal 7 0 0 0 0 NORMAL tatooine escaped_criminal dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang rebel_carbine rebel_pistol 4 4 +tatooine_entha_podracers_racedroid1 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 3po_protocol_droid_red.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_race_droid1 commoner_10 commoner_10 0 0 +tatooine_entha_podracers_racedroid2 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 3po_protocol_droid_silver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_race_droid2 commoner_10 commoner_10 0 0 +tatooine_entha_podracers_racedroid3 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 4lom.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_race_droid3 commoner_10 commoner_10 0 0 +tatooine_entha_watto_ankwee 100 0 0 0 0 NORMAL Tatooine Watto Legacy Quests tatooine townsperson townsperson dressed_tatooine_entha_ankwee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_ankwee commoner_10 commoner_10 0 0 +tatooine_entha_watto_draknus 100 0 0 0 0 NORMAL Tatooine Watto Legacy Quests tatooine townsperson townsperson dressed_tatooine_entha_drakus.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_entha_draknus commoner_10 commoner_10 0 0 +tatooine_error_prone_droid 6 0 0 0 0 NORMAL tatooine error_prone_droid rryatt_battle_droid 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 android imperial_carbine none 4 4 +tatooine_icon_demomech 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine townsperson lin_demolitionmech.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.tat_icon_missingdroid_droid droid_10 droid_10 0 2 +tatooine_icon_dren 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine townsperson dressed_tatooine_icon_dren.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tat_icon_missingdroid_farmer commoner_10 commoner_10 0 2 +tatooine_icon_jawa 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine jawa jawa_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +tatooine_icon_jawa_droid 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine jawa 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.tat_icon_missingdroid_jawa droid_10 droid_10 0 2 +tatooine_icon_lyrissa 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine townsperson dressed_tatooine_icon_lyrissa.iff 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tat_icon_missingdroid_lyrissa commoner_10 commoner_10 0 2 +tatooine_icon_tosche 100 0 0 0 0 NORMAL quest npc for tatooine icon quest (fixingJawa) tatooine townsperson dressed_tatooine_icon_tosche.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tat_icon_missingdroid_tosche commoner_10 commoner_10 0 2 +tatooine_jawa_droid1 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 3po_protocol_droid_red.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_jawa_droid1 commoner_10 commoner_10 0 0 +tatooine_jawa_droid2 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 3po_protocol_droid_silver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_jawa_droid2 commoner_10 commoner_10 0 0 +tatooine_jawa_droid3 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson 4lom.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_jawa_droid3 commoner_10 commoner_10 0 0 +tatooine_junk_battle_droid 14 0 0 0 0 NORMAL quest target for Knives Story Arc tatooine battle_droid battle_droid.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_11_20 generic_droid_2 android ai.thug imperial_carbine none droid_1 melee_1 5 5 +tatooine_kcur 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_kcur.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_parry_kcur pirate_carbine pirate_pistol commoner_10 commoner_10 0 2 +tatooine_keela 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_keela.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_fencing_keela pirate_carbine commoner_10 commoner_10 0 2 +tatooine_keska 18 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine mercenary dressed_tatooine_keska.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 ai.thug thug slang commando_ranged commoner_1 melee_1 6 6 +tatooine_labria 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_labria.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_labria pirate_carbine commoner_10 commoner_10 0 2 +tatooine_larit 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_larit.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_parry_larit pirate_carbine pirate_pistol commoner_10 commoner_10 0 2 +tatooine_laserflit 18 0 0 0 0 NORMAL Tatooine - Wald Quest tatooine tatooine_laserflit tatooine_laserflit 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11-20 generic_npc_1 18 laserflit npc pirate_pistol_low_level 4 3 +tatooine_lin_demolitionmech 16 0 0 0 0 NORMAL anywhere townsperson battle_droid.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_11_20 generic_npc_2 android ai.thug imperial_carbine none droid_1 droid_1 6 6 +tatooine_mercenary_recon 12 1 1 1 1 NORMAL tatooine merc_recon shadow_mercenary 0.9 1.1 0 20 15 10 10 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military general_carbine commando_1 commando_1 0 8 +tatooine_mercenary_recon_commando 12 2 2 2 2 NORMAL tatooine merc_recon mercenary_elite 0.9 1.1 0 25 20 15 15 0 0 0 -1 2 npc/npc_11_20 generic_npc_3 npc military military commando_ranged commando_1 commando_1 +tatooine_militiaman 1 0 0 0 0 NORMAL tatooine townsperson townsperson eisley_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military rebel_carbine rebel_pistol 0 2 +tatooine_moa 100 0 0 0 0 NORMAL quest NPC for Knives Story Arc tatooine townsperson dressed_tatooine_moa.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_knives_parry_moa pirate_carbine pirate_pistol commoner_10 commoner_10 0 2 +tatooine_mynock 2 0 0 0 0 NORMAL Tatooine - to be sorted tatooine tatooine_mynock mynock_hue.iff 1.8 2.2 1 0 0 0 0 0 0 0 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 +tatooine_mynock_greater 18 0 0 0 0 NORMAL Tatooine - to be sorted tatooine tatooine_mynock mynock_hue.iff 2.2 3 1 0 0 0 0 0 0 0 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_11_20 generic_creature_1 herbivore mynock_1 3 0 +tatooine_opening_aigorn 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_aigorn.iff 1.1 1.15 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_aigorn townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_begol 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_begol.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_begol townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_bognar 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_bognar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_bognar townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_brannix 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_brannix.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_brannix townsperson townperson commoner_10 commoner_10 0 2 yes +tatooine_opening_brok 14 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_brok.iff 1.15 1.15 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_pistol_low_level commoner_1 commoner_1 5 5 +tatooine_opening_byxle 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_byxle.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_byxle townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_cultist_10 8 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_pistol_low_level pirate_unarmed 4 4 +tatooine_opening_cultist_11 9 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_polearm pirate_carbine_low_level 4 4 +tatooine_opening_cultist_12 10 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_polearm pirate_carbine_low_level medic_1 medic_1 4 4 +tatooine_opening_cultist_8 6 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_pistol_low_level pirate_carbine_low_level 4 4 +tatooine_opening_cultist_9 7 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine krayt_cult commoner 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 18 krayt_cult npc pirate_pistol_low_level pirate_unarmed 4 4 +tatooine_opening_degno 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_degno.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_degno townsperson townperson commoner_10 commoner_10 0 2 yes +tatooine_opening_dren 13 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_dren.iff 0 0 0 0 0 0 0 0 0 2 npc/tatooine_thranta_durr_roddack generic_npc_2 npc thug slang pirate_rifle_low_level commoner_1 commoner_1 5 5 +tatooine_opening_drixa 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_drixa.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_drixa townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_dunir 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_dunir.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_dunir townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_informant 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_informant.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_aigorn townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_jano 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_jano.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_jano townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_kashi 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_kashi.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_kashi townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_niko 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_niko.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_niko townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_nogri 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_nogri.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_nogri townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_pilar 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_pilar.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_pilar townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_reimos 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_reimos.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_reimos_v2 townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_smuggler_08 7 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 4 4 +tatooine_opening_smuggler_09 8 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 4 4 +tatooine_opening_smuggler_10 9 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 +tatooine_opening_smuggler_11 9 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 4 4 +tatooine_opening_smuggler_12 10 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine niko_thug criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 +tatooine_opening_swooper_10 9 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 npc townsperson townperson pirate_pistol_low_level pirate_pistol_low_level 2.4 0 +tatooine_opening_swooper_11 10 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_unarmed commoner_1 melee_1 5 5 +tatooine_opening_swooper_12 11 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_unarmed commoner_1 melee_1 5 5 +tatooine_opening_swooper_13 12 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta scientist 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc townsperson townperson pirate_pistol_low_level pirate_unarmed commoner_1 melee_1 2.4 0 +tatooine_opening_swooper_14 13 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_unarmed commoner_1 melee_1 5 5 yes +tatooine_opening_swooper_15 14 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_unarmed commoner_1 melee_1 5 5 +tatooine_opening_swooper_8 8 -1 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta corsec_detective 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 npc townsperson townperson pirate_pistol_low_level pirate_unarmed 0 0 +tatooine_opening_swooper_9 9 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_guard.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 col_stage_controller_01 npc police military pirate_rifle_low_level pirate_pistol_low_level 0 5 +tatooine_opening_toggi 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_toggi.iff 1.2 1.3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_toggi townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_tori 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_opening_tori.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_tori townsperson townperson commoner_10 commoner_10 0 2 +tatooine_opening_wh_receptionist 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine whitethranta dressed_tatooine_opening_wh_receptionist.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_eisley_wh_receptionist townsperson townperson commoner_10 commoner_10 0 2 +tatooine_porgryn 100 0 0 0 0 NORMAL Azure Cabal series naboo townsperson azure_cabal naboo_porgryn.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_24_azure_cabal_porgryn_01 commoner_10 commoner_10 0 0 +tatooine_propti_xaroon 100 0 0 0 0 NORMAL Azure Cabal series naboo Tatooine azure_cabal propti_xaroon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_24_azure_cabal_propti_xaroon_01 commoner_10 commoner_10 0 0 1 yes +tatooine_repo_buhba 16 0 0 0 0 NORMAL Quest NPC for Repo Arc (Watto) tatooine thug dressed_tatooine_repo_buhba.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_polearm melee_1 melee_1 4 4 1 +tatooine_repo_daezii 16 0 0 0 0 NORMAL Quest NPC for Repo Arc (Watto) tatooine thug dressed_tatooine_repo_daezii.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level commando_1 commando_1 4 4 1 yes +tatooine_repo_kleetuz 16 0 0 0 0 NORMAL Quest NPC for Repo Arc (Watto) tatooine thug dressed_tatooine_repo_kleetuz.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_sword commando_1 melee_1 4 4 +tatooine_repo_pah 16 0 0 0 0 NORMAL Quest NPC for Repo Arc (Watto) tatooine thug dressed_tatooine_repo_pah.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01 npc ai.thug thug slang pirate_carbine_low_level tusken_melee commando_1 melee_1 4 4 +tatooine_romo_vax_henchman 19 0 0 0 0 NORMAL tatooine sennex cobral_bandit 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 romo_vax npc general_carbine general_carbine commando_1 commando_1 5 4 +tatooine_sand_splitter_brute 19 0 0 0 0 NORMAL tatooine sand_splitter corsair_cutthroat 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc general_carbine general_carbine commando_1 commando_1 5 4 +tatooine_sand_splitter_erib_kurrugh 19 0 0 0 0 NORMAL tatooine sand_splitter tatooine_sand_splitter_erib_kurrugh.iff 1.15 1.15 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc general_rifle general_carbine smuggler_1 officer_1 5 4 +tatooine_sand_splitter_knave 18 0 0 0 0 NORMAL tatooine sand_splitter corsec_captain 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc pirate general_carbine general_unarmed smuggler_1 melee_1 5 4 +tatooine_sand_splitter_ruffian 19 0 0 0 0 NORMAL tatooine sand_splitter corsair_pirate_elite 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 5 4 +tatooine_sand_splitter_saul_rouse 19 0 0 0 0 NORMAL tatooine sand_splitter tatooine_sand_splitter_saul_rouse.iff 0.97 0.97 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 sand_splitter npc general_carbine general_pistol officer_1 officer_1 5 4 +tatooine_shinn_guard 8 0 0 0 0 NORMAL tatooine shinn_mugger nym_pirate_elite 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 18 shinn npc pirate pirate_carbine_low_level pirate_pistol_low_level 4 4 +tatooine_shinn_mugger 7 0 0 0 0 NORMAL tatooine shinn_mugger nym_pirate_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 18 shinn npc pirate general_carbine general_pistol 4 4 +tatooine_tosche_sorna 100 0 0 0 0 NORMAL Tatooine Legacy Quests - Pod Retrieval tatooine townsperson townsperson dressed_tatooine_tosche_sorna.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_tosche_sorna 1 commoner_10 commoner_10 0 0 +tatooine_tweego 100 0 0 0 0 NORMAL Azure Cabal series naboo Tatooine azure_cabal tatooine_tweego.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_24_azure_cabal_tweego_01 commoner_10 commoner_10 0 0 +tatooine_una 14 0 0 0 0 NORMAL quest target for Knives Story Arc tatooine mercenary dressed_tatooine_una.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 ai.thug thug slang pirate_carbine_low_level commoner_1 melee_1 0 2 +tatooine_vaigon_shinn 9 0 0 0 0 NORMAL tatooine shinn_mugger dressed_nym_pirate_strong_nikto_m.iff 0 5 5 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 18 shinn npc pirate pirate_carbine_low_level pirate_pistol_low_level 5 5 +tatooine_valarian_bookie 19 0 0 0 0 NORMAL tatooine valarian nym_surveyer 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 4 +tatooine_valarian_doane_watki 21 0 0 0 0 NORMAL quest NPC tatooine valarian dressed_tatooine_valarian_swooper_leader.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 4 +tatooine_valarian_enforcer 19 0 -2 2 0 NORMAL tatooine valarian criminal_smuggler 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang general_carbine general_pistol officer_1 officer_1 5 4 +tatooine_valarian_executioner 20 2 0 0 -2 NORMAL tatooine valarian criminal_organized 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang general_carbine general_carbine commando_1 commando_1 5 4 +tatooine_valarian_hacker 19 0 0 0 0 NORMAL tatooine valarian criminal_smuggler 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 4 +tatooine_valarian_smuggler 20 0 0 0 0 NORMAL tatooine valarian criminal_smuggler 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang general_carbine pirate_carbine_low_level smuggler_1 smuggler_1 5 4 +tatooine_valarian_soldier 18 0 0 0 0 NORMAL tatooine valarian criminal_thug 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 4 +tatooine_valarian_vandal 18 0 0 0 0 NORMAL tatooine valarian criminal_thug 0.9 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 5 4 +tatooine_wald_customer 100 0 0 0 0 NORMAL Tatooine - Wald Quest - Mos Espa Starport tatooine townsperson townsperson tatooine_wald_customer.iff 1.2 1.4 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_wald_customer 1 0 2 +tatooine_watto_jawa 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine jawa jawa jawa_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 townsperson townperson commoner_10 commoner_10 0 2 +tatooine_watto_jawa_droid 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 0 2 droid/droid_81_90 generic_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_holo_emitter_01 droid 1 conversation.tatooine_espa_jawadroid townsperson townperson droid_10 droid_10 0 2 +tatooine_watto_peggin 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson dressed_tatooine_body_peggin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_espa_peggin townsperson townperson commoner_10 commoner_10 0 2 +tatooine_wayfar_spy 19 0 0 0 0 NORMAL tatooine wayfar_spy assassin_mission_giver_neutral 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 50 col_new_player_wayfar_spy npc pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 5 4 +tatooine_wayfar_spy_leader 21 0 0 0 0 NORMAL tatooine wayfar_spy tatooine_wayfar_spies_dewall_paez.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate_carbine_low_level pirate_carbine_low_level spy_1 spy_1 5 4 1 +tattered_torton 46 4 -4 0 0 NORMAL rori torton torton_hue.iff 0.8 1 3 0 0 0 -1 -1 -1 -1 45 2 1 1200 meat_carnivore 1100 hide_wooly 1200 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 18 torton herbivore fambaa_3 fambaa_3 0 2 +technician 1 0 0 0 0 NORMAL global townsperson townsperson artisan 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_carbine rebel_pistol 0 2 +tekil_barje 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_tekil_barje.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.tekil_barje 0 2 +teras_kasi_master 20 0 0 0 0 NORMAL global townsperson townsperson trainer_unarmed 0 40 0 0 0 0 0 -1 -1 2 npc/npc_11_20 generic_npc_2 npc military military commoner_2 commoner_2 0 2 +terrorist 14 2 -2 0 0 NORMAL global thug thug criminal_smuggler 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc pirate slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +test 0 5 5 10 -2 NORMAL global townsperson townsperson eisley_officer 0.9 0.9 0 20 20 0 -1 0 -1 0 -1 2 npc/npc_1_10 npc police military 0 12 yes +test_none_target 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 col_shattered_shard_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine test_pb_ae test_pb_ae 0 6 yes +test_quest_npc 25 0 0 0 0 NORMAL Test quest NPC for perform action task global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_21_30 generic_npc_3 npc int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine 0 2 1 +thale_dustrunner 100 0 0 0 0 NORMAL corellia corsec dressed_criminal_smuggler_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc conversation.corsec_captain townsperson townperson rebel_carbine rebel_pistol officer_10 officer_10 0 2 +thief 11 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +thief_male 11 0 0 0 0 NORMAL global thug thug male_criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 0 2 +thracken_sal_solo 100 0 0 0 0 NORMAL corellia townsperson thracken_sal_solo.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 instant +thrawn 100 0 0 0 0 NORMAL naboo imperial Imperial naboo_npc/thrawn.iff 0 20 20 0 50 -1 -1 -1 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.thrawn imperial military imperial_carbine imperial_pistol officer_10 officer_10 0 2 +thug 4 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_aqualish_female 4 0 0 0 0 NORMAL global thug thug thug_aqualish_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_aqualish_male 4 0 0 0 0 NORMAL global thug thug thug_aqualish_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_bith_female 4 0 0 0 0 NORMAL global thug thug thug_bith_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_bith_male 4 0 0 0 0 NORMAL global thug thug thug_bith_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_bothan_female 4 0 0 0 0 NORMAL global thug thug thug_bothan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_bothan_male 4 0 0 0 0 NORMAL global thug thug thug_bothan_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_gran_male 4 0 0 0 0 NORMAL global thug thug thug_gran_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_human_female 4 0 0 0 0 NORMAL global thug thug thug_human_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_human_male 4 0 0 0 0 NORMAL global thug thug thug_human_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_male 4 0 0 0 0 NORMAL global thug thug male_criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_rodian_female 4 0 0 0 0 NORMAL global thug thug thug_rodian_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_rodian_male 4 0 0 0 0 NORMAL global thug thug thug_rodian_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_trandoshan_female 4 0 0 0 0 NORMAL global thug thug thug_trandoshan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_trandoshan_male 4 0 0 0 0 NORMAL global thug thug thug_trandoshan_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_twilek_female 4 0 0 0 0 NORMAL global thug thug thug_twilek_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_twilek_male 4 0 0 0 0 NORMAL global thug thug thug_twilek_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_zabrak_female 4 0 0 0 0 NORMAL global thug thug thug_zabrak_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +thug_zabrak_male 4 0 0 0 0 NORMAL global thug thug thug_zabrak_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 1 +thune 68 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1 1 4 20 0 0 0 0 0 0 -1 2 1 115 meat_herbivore 125 hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.15 lowTankHealthAvg herbivore elephant_4 elephant_4 0 12 +thune_grassland_guardian 72 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1.3 1.5 3 45 60 0 -1 -1 -1 -1 -1 2 1 milk_wild 135 meat_herbivore 150 hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.15 medTankHealthAvg herbivore elephant_4 elephant_4 12 12 1 yes +thune_herd_leader 71 0 0 0 0 NORMAL dantooine thune thune_hue.iff 1.5 1.5 1 40 60 0 -1 -1 0 0 -1 2 1 135 meat_herbivore 150 hide_wooly defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.1 medTankHealthAvg herbivore elephant_4 elephant_4 0 12 +tiem_rutnar 1 0 0 0 0 NORMAL global townsperson townsperson dressed_combatmedic_trainer_rodian_male_01.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc noble fancy 1 rebel_carbine rebel_pistol 0 2 +timid_vir_vur 34 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 0.7 0.8 3 0 0 0 0 0 0 0 -1 2 1 6 meat_avian hide_wooly 1 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_2 rabbit_2 0 2 1 +torton 53 4 -2 0 0 NORMAL rori torton torton_hue.iff 1 1.2 1 0 0 0 -1 -1 -1 -1 45 2 1 1300 meat_carnivore 1150 hide_wooly 1300 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 18 torton herbivore fambaa_3 fambaa_3 0 2 1 +torton_pygmy_adolescent 13 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.4 0.5 1 10 10 0 0 0 -1 0 50 2 1 500 meat_carnivore 300 hide_wooly 500 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 torton herbivore fambaa_1 fambaa_1 4 4 1 +torton_pygmy_adult 16 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.5 0.6 1 20 20 0 0 0 -1 -1 100 2 1 600 meat_carnivore 400 hide_wooly 600 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 torton herbivore fambaa_1 fambaa_1 4 4 1 +torton_pygmy_juvenile 8 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.3 0.4 1 20 20 0 0 0 0 0 35 2 1 400 meat_carnivore 300 hide_wooly 400 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 torton herbivore 0 2 1 yes +torton_pygmy_matriarch 25 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.8 0.8 1 20 20 0 0 -1 -1 -1 100 2 1 700 meat_carnivore 500 hide_wooly 700 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 torton herbivore fambaa_2 fambaa_2 6 6 1 yes +torton_pygmy_mature 22 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.6 0.7 1 35 35 0 0 -1 -1 -1 60 2 1 700 meat_carnivore 500 hide_wooly 700 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 torton herbivore fambaa_2 fambaa_2 6 6 1 yes +torton_pygmy_protector 19 4 -2 0 0 NORMAL rori torton torton_hue.iff 0.5 0.6 1 25 25 0 0 0 -1 -1 45 2 1 600 meat_carnivore 400 hide_wooly 600 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 torton herbivore fambaa_2 fambaa_2 6 6 1 +torton_voracious_patriarch 36 8 -5 -3 0 NORMAL rori torton torton_hue.iff 1.2 1.3 2 15 15 0 0 0 15 15 100 2 1 1300 meat_carnivore 1150 hide_wooly 1300 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 18 torton carnivore fambaa_3 fambaa_3 6 6 1 +tortur 47 6 -5 0 0 NORMAL talus tortur torton_hue.iff 0.9 1 4 0 0 0 0 -1 -1 -1 45 2 1 1300 meat_carnivore 1150 hide_leathery 1300 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 1 +tortur_bull 50 7 -5 0 0 NORMAL talus tortur torton_hue.iff 1.2 1.3 4 0 0 0 -1 -1 -1 -1 100 2 1 1300 meat_carnivore 1151 hide_leathery 1301 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 herbivore fambaa_3 fambaa_3 0 2 +tough_dathomir_prisoner 27 0 0 0 0 NORMAL global prisoner dathomir_prisoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc slang pirate_carbine none commoner_2 commoner_2 0 2 +tough_thug_aqualish_male 16 0 0 0 0 NORMAL global thug thug thug_aqualish_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +tough_thug_bothan_female 16 0 0 0 0 NORMAL global thug thug thug_bothan_female 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +tough_thug_male_rodian 16 0 0 0 0 NORMAL global thug thug male_rodian_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 0 2 +tough_wookiee_brawler 14 0 0 0 0 NORMAL global mercenary wookiee_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang pirate_carbine_low_level pirate_pistol_low_level bounty_hunter_1 bounty_hunter_1 0 2 +tour_aryon 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_tour_aryon.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.tour_aryon 0 2 1 1 yes +toxic_merek_battlelord 64 0 0 0 0 NORMAL endor merek merek_hue.iff 1 1.2 4 40 -1 60 60 50 60 80 50 2 1 meat_wild 45 hide_leathery defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackDamageAvg carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff mantis_4 mantis_4 12 12 1 +trade_federation_avenger 16 0 0 0 0 NORMAL naboo trade_federation trade_federation mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 +trade_federation_loyalist 15 0 0 0 0 NORMAL naboo trade_federation trade_federation mercenary_weak 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 +trade_federation_pirate 16 0 0 0 0 NORMAL naboo trade_federation trade_federation mercenary_weak 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 +trade_federation_zealot 16 0 0 0 0 NORMAL naboo trade_federation trade_federation mercenary_strong 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 6 6 +trailblazer 13 0 0 0 -6 NORMAL global wilder rebel_trooper 0 15 15 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 +trainer_1hsword 100 0 0 0 0 NORMAL townsperson townsperson trainer_sword 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_1hsword npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_2hsword 100 0 0 0 0 NORMAL townsperson townsperson trainer_sword 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_2hsword npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_architect 100 0 0 0 0 NORMAL townsperson townsperson trainer_architect 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_architect npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_armorsmith 100 0 0 0 0 NORMAL townsperson townsperson trainer_armorsmith 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_armorsmith npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_artisan 100 0 0 0 0 NORMAL townsperson townsperson trainer_artisan 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_artisan npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 +trainer_beast_master 100 0 0 0 0 NORMAL anywhere townsperson trainer_beast_master.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.trainer_beast_master 0 0 +trainer_bioengineer 100 0 0 0 0 NORMAL townsperson townsperson trainer_bioengineer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_bioengineer npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_bountyhunter 100 0 0 0 0 NORMAL townsperson townsperson trainer_bountyhunter 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_bountyhunter npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_brawler 100 0 0 0 0 NORMAL townsperson townsperson trainer_brawler 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_brawler npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 +trainer_carbine 100 0 0 0 0 NORMAL townsperson townsperson trainer_carbine 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_carbine npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_chef 100 0 0 0 0 NORMAL townsperson townsperson trainer_chef 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_chef npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_combatmedic 100 0 0 0 0 NORMAL townsperson townsperson trainer_combatmedic 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_combatmedic npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_commando 100 0 0 0 0 NORMAL townsperson townsperson trainer_commando 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_commando npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_creaturehandler 100 0 0 0 0 NORMAL townsperson townsperson trainer_creaturehandler 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_creaturehandler npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_dancer 100 0 0 0 0 NORMAL townsperson townsperson trainer_dancer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_dancer npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_doctor 100 0 0 0 0 NORMAL townsperson townsperson trainer_doctor 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_doctor npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_droidengineer 100 0 0 0 0 NORMAL townsperson townsperson trainer_droidengineer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_droidengineer npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_entertainer 100 0 0 0 0 NORMAL townsperson townsperson trainer_entertainer 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_entertainer npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 +trainer_fs 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_trainer.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_fs npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_imagedesigner 100 0 0 0 0 NORMAL townsperson townsperson trainer_imagedesigner 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_imagedesigner npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_marksman 100 0 0 0 0 NORMAL townsperson townsperson trainer_marksman 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_marksman npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 +trainer_medic 100 0 0 0 0 NORMAL townsperson townsperson trainer_medic 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_medic npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 +trainer_merchant 100 0 0 0 0 NORMAL townsperson townsperson trainer_merchant 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_merchant npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_musician 100 0 0 0 0 NORMAL townsperson townsperson trainer_musician 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_musician npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_narglatch 24 0 0 0 0 NORMAL commando 21 prof quest enemy corellia profcomm criminal_thug 0.8 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_2 npc general_carbine general_pistol commoner_2 commoner_2 4 1 +trainer_pistol 100 0 0 0 0 NORMAL townsperson townsperson trainer_pistol 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_pistol npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_polearm 100 0 0 0 0 NORMAL townsperson townsperson trainer_polearm 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_polearm npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_politician 100 0 0 0 0 NORMAL townsperson townsperson trainer_politician 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_politician npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_ranger 100 0 0 0 0 NORMAL townsperson townsperson trainer_ranger 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_ranger npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_rifleman 100 0 0 0 0 NORMAL townsperson townsperson trainer_rifleman 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_rifleman npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_scout 100 0 0 0 0 NORMAL townsperson townsperson trainer_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_scout npc.skillteacher.skillteacher,planet_map.map_loc_creature commoner_10 commoner_10 0 2 +trainer_smuggler 100 0 0 0 0 NORMAL townsperson townsperson trainer_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_smuggler npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_squadleader 100 0 0 0 0 NORMAL townsperson townsperson trainer_squadleader 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_squadleader npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_tailor 100 0 0 0 0 NORMAL townsperson townsperson trainer_tailor 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_tailor npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_unarmed 100 0 0 0 0 NORMAL townsperson townsperson trainer_unarmed 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_unarmed npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +trainer_weaponsmith 100 0 0 0 0 NORMAL townsperson townsperson trainer_weaponsmith 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:trainer=trainer_weaponsmith npc.skillteacher.skillteacher commoner_10 commoner_10 0 2 +training_remote 1 0 0 0 0 NORMAL anywhere jeditrainer training_remote.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 yes +trandoshan_sif 36 0 0 0 0 NORMAL Talus sif sif dressed_talus_sif_mercenary_trand_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_3 commoner_3 6 6 1 yes +trandoshan_sif_02 43 0 0 0 0 NORMAL Talus sif sif dressed_talus_sif_mercenary_trand_02.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 sif npc thug slang rebel_carbine rebel_pistol commoner_4 commoner_4 6 6 +trandoshan_slavemaster 2 0 0 0 0 NORMAL tatooine slaver dressed_tatooine_trandoshan_slavemaster.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +trandoshan_slaver 4 0 0 0 0 NORMAL tatooine slaver dressed_tatooine_trandoshan_slaver.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 1 +traveller 1 0 0 0 0 NORMAL global wilder noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 rebel_carbine rebel_pistol 0 2 1 +treasure_guard_adventurer 8 0 0 0 0 NORMAL Treasure Maps global thug thug_generic 0 2 npc/npc_1_10 npc pirate_carbine imperial_sword commoner_10 commoner_10 24 24 1 +treasure_guard_bounty_hunter 38 0 0 0 0 NORMAL Treasure Maps global thug bounty_hunter 0 10 10 10 10 10 10 10 10 2 1 80 npc/npc_31_40 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate_carbine imperial_sword bounty_hunter_3 melee_3 24 24 1 +treasure_guard_droid 48 0 0 0 0 NORMAL Treasure Maps global assassindroid droid_ig106_enemy 1 1 0 10 10 10 10 10 10 10 10 2 1 80 mustafar/mustafar_droid mustafar_droid 3 col_holo_emitter_01 npc object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 24 24 1 instant +treasure_guard_jedi 68 0 0 0 0 NORMAL Treasure Maps global dark_jedi jedi_dark 0 50 50 50 50 50 50 50 50 2 1 80 npc/npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc 68 68 100 100 1 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 24 24 1 instant +treasure_guard_jedi_boss 90 0 0 0 0 BOSS Treasure Maps global dark_jedi jedi_dark_master 0 90 90 90 90 90 90 90 90 2 npc/boss_npc:boss_force_light_npc_81_90 6 housing_improvement_03,housing_improvement_04,housing_improvement_05,col_jedi_holocron,col_contraband_set_04,col_shattered_shard_02 18 dark_jedi npc 90 90 100 100 1 jedi_dark jedi_dark_ranged jedi_special_boss jedi_special_boss 5 5 1 instant +treasure_guard_jedi_elder 78 0 0 0 0 NORMAL Treasure Maps global dark_jedi jedi_dark_elder 0 70 70 70 70 70 70 70 70 2 1 80 npc/npc_71_80:force_light 4 housing_improvement_05,col_jedi_holocron,col_aurebesh_tiles,col_shattered_shard_03 18 dark_jedi npc 78 78 100 100 1 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 24 24 1 instant +treasure_guard_jedi_elite 88 0 0 0 0 ELITE Treasure Maps global dark_jedi jedi_dark_master 0 90 90 90 90 90 90 90 90 2 1 80 npc/elite_npc:elite_force_light_npc_81_90 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 dark_jedi npc 88 88 100 100 1 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 5 5 1 +treasure_guard_padawan 58 0 0 0 0 NORMAL Treasure Maps global dark_jedi jedi_padawan 0 30 30 30 30 30 30 30 30 2 1 80 npc/npc_51_60 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 dark_jedi npc jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 24 24 1 +treasure_guard_trader 28 0 0 0 0 NORMAL Treasure Maps global thug trader_thug 0 2 npc/npc_21_30 npc pirate_carbine imperial_sword commoner_10 commoner_10 24 24 1 +treasure_guard_villager 18 0 0 0 0 NORMAL Treasure Maps global thug villager_generic 0 2 npc/npc_11_20 npc pirate_carbine imperial_sword commoner_10 commoner_10 24 24 yes +tricky_donkuwah_scout 78 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 40 -1 0 0 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 instant +tricky_korga_scout 77 0 0 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 35 0 0 75 75 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes +tricky_pubam_scout 64 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 -1 35 0 0 0 -1 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 +trivia_librarian 2 0 0 0 0 NORMAL global townsperson townsperson noble 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc npc.converse.library_trivia noble fancy 1 rebel_carbine rebel_pistol 0 2 +tt8l 1 0 0 0 0 NORMAL anywhere tattletaledroid tt8l.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 +tt8l_y7 2 0 0 0 0 NORMAL anywhere doordroid tt8l_y7.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 +tusk_cat_rider 17 0 0 0 0 NORMAL naboo naboo naboo dressed_tusk_cat_rider.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol bounty_hunter_1 bounty_hunter_1 0 2 1 yes +tusken_avenger 30 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 10 0 50 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_3 4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 9 3 +tusken_bantha 30 2 -2 0 0 NORMAL tatooine tusken_raider tusken_raider bantha_saddle_hue.iff 1 1.2 2 20 25 0 50 -1 -1 -1 -1 2 1 475 meat_herbivore 350 hide_wooly 375 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 18 tusken herbivore elephant_2 elephant_2 0 10 1 instant +tusken_berserker 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 45 45 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_kill_tusken_activation_loot,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_blood_champion 32 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 50 40 0 30 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 9 3 1 yes +tusken_brute 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 40 0 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_captain 33 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.2 0 0 0 0 40 -1 40 0 0 2 npc/tusken:tusken_normal generic_npc_4 6 col_tusken_valuables,col_aurebesh_tiles,col_kill_tusken_activation_loot,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_chief 34 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.2 0 45 0 0 60 -1 40 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_kill_tusken_activation_loot,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 +tusken_commoner 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1 1.15 0 0 0 0 0 0 0 0 0 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 instant +tusken_death_hunter 32 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 9 3 1 instant +tusken_elite_guard 34 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 instant +tusken_executioner 34 5 -3 0 -2 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.3 0 85 80 35 100 0 30 45 80 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 1 instant +tusken_flesh_hunter 33 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 0 0 0 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 1 yes +tusken_fort_tusken_champion 34 2 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.3 1.3 0 65 40 0 30 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 1 yes +tusken_fort_tusken_treasure_guardian 34 2 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.3 1.3 0 65 40 0 30 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_4 6 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged bounty_hunter_special_3 bounty_hunter_special_3 6 10 1 yes +tusken_gore_chief 34 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.15 1.21 0 30 30 0 30 -1 30 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 bounty_hunter_special_3 9 3 1 yes +tusken_guard 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 20 20 0 50 -1 50 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_king 33 0 0 0 10 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.25 0 0 0 0 50 -1 50 -1 0 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 instant +tusken_king_quest 33 0 0 0 5 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.25 0 45 35 0 80 -1 50 0 0 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc int:combat.intCombatXP=3000 ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 yes +tusken_observer 32 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.15 1.25 0 85 85 35 100 0 30 45 80 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_raid_leader 31 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 35 25 0 60 -1 30 0 -1 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_raider 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 +tusken_raider_18 18 0 0 0 0 NORMAL tatooine tusken_raider_follower tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_1 melee_1 6 2 +tusken_raider_19 19 0 0 0 0 NORMAL tatooine tusken_raider_follower tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_1 melee_1 6 2 +tusken_raider_20 20 0 0 0 0 NORMAL tatooine tusken_raider_follower tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_1 melee_1 6 2 +tusken_raider_21 21 0 0 0 0 NORMAL tatooine tusken_raider_follower tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 generic_npc_3 3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_1 melee_1 6 2 1 yes +tusken_raider_ambusher 84 -2 0 0 0 NORMAL Enemies for Azure Cabal series tatooine tusken_raider tusken_raider tusken_raider.iff 1 1 0 0 0 0 24 -1 24 -1 -1 2 npc/tusken:tusken_normal generic_npc_2 7 col_tusken_valuables,col_shattered_shard_02 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_2 melee_2 15 15 1 yes +tusken_raider_marauder 83 0 0 0 0 NORMAL Enemies for Azure Cabal series tatooine tusken_raider tusken_raider tusken_raider.iff 1 1 0 0 0 0 24 -1 24 -1 -1 2 npc/tusken:tusken_normal generic_npc_2 7 col_tusken_valuables,col_shattered_shard_02 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_2 melee_2 15 15 +tusken_raider_scout_newbie 6 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider tusken_raider.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 4 4 +tusken_raider_soldier 5 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 4 4 +tusken_raider_warrior 6 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 4 4 +tusken_raider_wildman 14 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged bounty_hunter_1 bounty_hunter_1 6 2 +tusken_raider_worshiper 20 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 1 100 npc/elite_npc:elite_npc_11_20 elite_npc_2 6 col_tusken_valuables,col_dejarik_holomonster,col_dejarik_table 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee medic_2 melee_1 3 2 +tusken_raider_zealot 5 0 0 0 0 NORMAL tatooine tusken_raider_newbie tusken_raider tusken_raider.iff 0.9 1 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee 4 4 1 instant +tusken_savage 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 35 -1 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_sniper 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables,col_kill_tusken_activation_loot 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 yes +tusken_soldier 30 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 20 20 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_torture_lord 32 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 50 30 0 60 -1 30 -1 -1 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 commando_3 9 3 1 yes +tusken_wanderer 30 0 0 0 5 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 0 0 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_3 col_tusken_valuables 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_war_master 32 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 20 20 0 50 -1 30 0 0 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_melee tusken_ranged melee_3 bounty_hunter_special_3 9 3 1 yes +tusken_warlord 33 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.2 1.25 0 45 25 0 80 -1 40 -1 0 2 npc/tusken:tusken_normal generic_npc_4 6 col_tusken_valuables,col_aurebesh_tiles,col_kill_tusken_activation_loot,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_3 melee_3 6 10 1 yes +tusken_warrior 32 0 0 0 0 NORMAL tatooine tusken_raider tusken_raider tusken_raider.iff 1.12 1.21 0 45 30 0 30 -1 30 -1 -1 2 npc/tusken:tusken_normal generic_npc_4 col_tusken_valuables,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_melee tusken_ranged melee_3 bounty_hunter_3 6 10 yes +tusken_witch_doctor 33 0 0 0 0 ELITE tatooine tusken_raider tusken_raider tusken_raider.iff 1.15 1.25 0 65 95 35 100 0 30 45 80 2 1 100 npc/tusken:tusken_elite elite_npc_4 col_tusken_valuables,housing_improvement_01,housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 18 tusken npc ai.tusken_raider tusken_ranged tusken_melee bounty_hunter_special_3 9 3 1 +tutorial_dark_jedi 500 0 0 0 0 NORMAL global dark_jedi_sentinel Imperial dressed_tutorial_dark_jedi.iff 0 95 95 95 95 95 95 95 95 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:jedi.enclave.dark=1 systems.jedi.enclave_sentinel jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 5 5 +tutorial_droid 1 0 0 0 0 NORMAL anywhere mousedroid mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 0 2 1 +tutorial_light_jedi 500 0 0 0 0 NORMAL global light_jedi_sentinel Rebel dressed_tutorial_light_jedi.iff 0 95 95 95 95 95 95 95 95 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc int:jedi.enclave.light=1 systems.jedi.enclave_sentinel jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 5 5 1 +twilight_vir_vur 42 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 0.7 0.8 2 0 0 0 0 0 0 0 -1 2 1 6 meat_avian hide_wooly 1 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore rabbit_3 rabbit_3 0 2 +twisted_dewback 11 1 2 1 0 NORMAL Tatooine - Force Sensitive Profession 11 tatooine twisted dewback_hue.iff 1 1.2 27 15 0 10 0 -1 -1 -1 -1 2 1 175 meat_reptilian 125 hide_leathery 100 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 carnivore bull_1 bull_1 6 2 yes +twisted_donkuwah_scavenger 84 2 0 0 -2 NORMAL endor donkuwah_tribe donkuwah_tribe species_choices_dulok 0 0 5 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_ranged ewok_ranged spy_8 spy_8 12 12 instant +twisted_korga_scavenger 78 2 -2 0 -4 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 25 25 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +twisted_pubam_scavenger 66 3 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 0 0 0 0 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 1 +twisted_rill 11 2 -1 2 -1 NORMAL Tatooine - Force Sensitive Profession 11 tatooine twisted dune_lizard_hue.iff 1.3 1.5 24 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 20 hide_bristley 15 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 carnivore lizard_1 lizard_1 6 2 1 +twisted_womprat 11 0 0 0 0 NORMAL Tatooine - Force Sensitive Profession 11 tatooine twisted womp_rat_hue.iff 1.5 1.8 9 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat carnivore rat_1 rat_1 6 2 1 +tybis 73 0 0 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 0 2 1 275 meat_herbivore 200 hide_bristley 125 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 0 2 1 +tybis_female 77 0 0 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.7 0.9 4 0 0 0 0 0 0 0 0 2 1 milk_wild 220 meat_herbivore 160 hide_bristley 105 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 0 2 1 +tybis_grand 76 1 -1 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 0 2 1 milk_wild 275 meat_herbivore 200 hide_bristley 125 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 12 12 1 +tybis_male 78 0 0 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 -1 2 1 275 meat_herbivore 200 hide_bristley 125 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 0 12 1 +tybis_youth 77 0 0 0 0 NORMAL yavin4 tybis tybis_hue.iff 0.5 0.8 2 0 0 0 0 0 0 0 0 2 1 200 meat_herbivore 150 hide_bristley 100 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore horse_5 horse_5 0 2 +tyrena_kunegunda 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson tyrena_kunegunda.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 +tyrena_lyman_zavala 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson lyman_zavala.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 +tyrena_takouhi 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson tyrena_takouhi.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 +tyrena_vannotte 100 0 0 0 0 NORMAL Corellia Quests corellia townsperson townsperson tyrena_vannotte.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 quest.grant.quest_grant commoner_10 commoner_10 0 0 instant +union_sentry_droid_crafted 30 0 0 0 0 NORMAL anywhere spider_droid union_sentry_droid_crafted.iff 0 0 0 0 0 0 0 0 -1 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 droid creature.droid_setup object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 0 2 +untrained_wielder_of_the_dark_side 88 0 0 0 0 NORMAL dantooine remnants_of_kun dark_jedi 0 30 30 0 0 0 0 0 0 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc force_sword force_sword_ranged jedi_8 jedi_8 12 12 yes +valarian_assassin 15 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 +valarian_boss_depot 16 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level smuggler_1 melee_1 6 2 +valarian_boss_shuttle 22 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 5 5 yes +valarian_compound_guard 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 +valarian_crew_chief 20 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 +valarian_elite_shuttle 22 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_21_30 elite_npc_3 col_dejarik_holomonster,col_dejarik_table 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 3 3 +valarian_enforcer 15 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc thug slang general_carbine general_pistol smuggler_1 smuggler_1 4 4 +valarian_henchman 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc pirate slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 +valarian_mechanic 19 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 +valarian_pod_racer 19 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 1 +valarian_scout 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc military slang pirate_rifle_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 1 +valarian_scout_depot 12 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc military slang pirate_rifle_low_level smuggler_1 melee_1 6 2 +valarian_swooper 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 4 4 +valarian_swooper_depot 13 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_carbine_low_level smuggler_1 melee_1 6 2 +valarian_swooper_leader 14 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc thug slang general_carbine general_pistol smuggler_1 smuggler_1 4 4 +valarian_swooper_shuttle 17 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_carbine_low_level pirate_pistol_low_level smuggler_1 smuggler_1 5 5 1 +valarian_thief 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 1 +valarian_thief_depot 14 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level smuggler_1 melee_1 6 2 1 +valarian_thief_shuttle 18 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 5 5 +valarian_thug 13 0 0 0 0 NORMAL tatooine valarian valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 col_stage_controller_01 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 4 4 +valarian_thug_depot 14 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level smuggler_1 melee_1 6 2 +valarian_thug_shuttle 20 0 0 0 0 NORMAL tatooine valarian criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 18 valarian npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_2 smuggler_2 5 5 +vana_sage 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_lt_vana_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.naboo_vana_sage commoner_10 commoner_10 0 2 +vardias_tyne 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_vardias_tyne.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.vardias_tyne 0 2 1 +variegated_womprat 12 1 -1 0 0 NORMAL Tatooine - to be sorted tatooine womprat_variegated womp_rat_hue.iff 1.5 2 1 0 0 15 0 0 0 0 -1 2 1 3 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat 0.15 lowAttackAbilityWeak carnivore rat_1 rat_1 6 2 +veermok 18 0 0 0 -6 NORMAL naboo veermok veermok_hue.iff 0.8 1.2 2 15 15 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_1 gorilla_1 0 2 1 +veermok_cannibal 19 4 0 0 0 NORMAL naboo veermok_cannibal veermok_hue.iff 1.5 1.8 2 15 -1 0 0 0 0 0 0 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.1 lowAttackSpeedWeak carnivore gorilla_2 gorilla_2 6 6 +veermok_cave 19 0 0 0 -8 NORMAL naboo veermok veermok_hue.iff 0.8 1.2 2 20 20 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 yes +veermok_giant_cave 22 0 0 0 -15 NORMAL naboo veermok veermok_hue.iff 2.5 3 2 50 50 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_21_30 generic_creature_3 18 veermok carnivore gorilla_2 gorilla_2 6 6 +veermok_guard 18 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.9 2.2 4 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_1 gorilla_1 0 2 +veermok_guard_cave 19 0 0 0 -1 NORMAL naboo veermok veermok_hue.iff 1.9 2.2 4 20 20 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 1 yes +veermok_hunter 19 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1 1.3 3 15 -1 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_2 gorilla_2 0 2 +veermok_pygmy 20 0 2 0 0 NORMAL naboo veermok veermok_hue.iff 2 2.5 3 25 20 0 -1 45 0 -1 -1 2 1 250 meat_carnivore 200 hide_bristley 80 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 yes +veermok_ravager 18 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.5 1.9 2 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_1 gorilla_1 6 6 +veermok_scavenger 18 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.5 2 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowTankDefenseWeak carnivore gorilla_1 gorilla_1 6 6 1 +veermok_scout 18 0 0 0 -3 NORMAL naboo veermok veermok_hue.iff 0.75 1 4 10 5 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_1 gorilla_1 0 2 1 +veermok_scout_cave 19 0 0 0 0 NORMAL naboo veermok veermok_hue.iff 0.75 1 4 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 +veermok_sentry 18 -1 -1 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.4 1 0 0 0 0 0 0 15 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok 0.15 lowAttackAbilityWeak carnivore gorilla_1 gorilla_1 0 2 +veermok_sentry_cave 19 -1 -1 0 0 NORMAL naboo veermok veermok_hue.iff 1.1 1.4 1 0 0 0 0 0 0 0 -1 2 1 150 meat_carnivore 150 hide_bristley 60 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 veermok carnivore gorilla_2 gorilla_2 6 6 yes +veers 100 0 0 0 0 NORMAL naboo imperial Imperial naboo_npc/veers.iff 0 0 20 0 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.veers imperial military imperial_carbine imperial_pistol officer_10 officer_10 0 2 1 +vendor 1 0 0 0 0 NORMAL global townsperson townsperson commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc townsperson townperson rebel_carbine rebel_pistol 0 2 instant +venom_filled_arachne 64 5 -5 5 -5 NORMAL endor arachne angler_hue.iff 0.5 0.8 1 45 45 0 65 65 0 65 -1 2 1 meat_insect defaultProfile creature/insect_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_glass_shelving_02 0.01 medAttackSpeedStrong carnivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff spider_3 spider_3 12 12 +venthan_chassu 100 0 0 0 0 NORMAL corellia townsperson dressed_venthan_chassu.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 +verne 60 0 1 0 0 NORMAL dathomir verne verne_hue.iff 0.95 1.15 3 0 0 0 -1 -1 25 25 -1 2 1 125 meat_herbivore 90 hide_leathery 80 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 highTankHealthAvg herbivore goat_4 goat_4 0 12 1 +verne_bull 61 0 1 0 0 NORMAL dathomir verne verne_hue.iff 1.2 1.4 2 0 0 0 -1 -1 25 25 -1 2 1 110 meat_wild 95 hide_leathery 85 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highTankHealthAvg herbivore goat_4 goat_4 12 12 1 +verne_calf 60 -2 1 0 0 NORMAL dathomir verne verne_hue.iff 0.6 0.7 4 0 0 0 0 0 0 0 -1 2 1 18 meat_wild 15 hide_leathery 12 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_02 0.1 lowTankHealthAvg herbivore goat_4 goat_4 0 12 +vesp 43 0 2 0 0 NORMAL lok vesp vesp_hue.iff 0.8 1.2 3 20 35 -1 0 -1 0 0 -1 2 1 10 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankArmorAvg carnivore lizard_3 lizard_3 8 8 +vesp_hunter 46 0 -5 0 0 NORMAL lok vesp vesp_hue.iff 0.8 1.2 4 20 20 0 50 0 0 50 -1 2 1 10 meat_reptilian 5 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff object/weapon/ranged/creature/creature_spit_small_toxicgreen.iff lizard_3 lizard_3 8 8 +vesp_scavanger 44 0 0 0 -2 NORMAL lok vesp vesp_hue.iff 0.7 1.1 1 30 30 0 -1 -1 80 80 -1 2 1 9 meat_reptilian 3 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankArmorAvg carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff lizard_3 lizard_3 8 8 1 yes +veteran_assault_trooper 65 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_white_gold.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_sword commando_6 melee_6 0 4 1 yes +veteran_assault_trooper_squad_leader 68 0 0 0 3 NORMAL global imperial Imperial dressed_stormtrooper_white_gold.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_rifle imperial_pistol officer_6 officer_6 0 4 +veteran_command_security_guard 36 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect police military imperial_pistol imperial_carbine commando_3 commando_3 0 2 yes +veteran_compforce_trooper 24 0 0 0 0 NORMAL global imperial Imperial mercenary_elite 0 20 20 0 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc npc.stormtrooper_respect.stormtrooper_respect military military imperial_carbine imperial_pistol commando_2 commando_2 0 4 yes +veteran_dark_trooper 79 0 0 0 0 NORMAL global imperial Imperial dark_trooper.iff 1.32 1.32 0 40 0 0 50 50 50 50 -1 2 droid/droid_71_80 generic_droid_8 housing_improvement_05,col_holo_emitter_01 android int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine stormtrooper_sword droid_7 droid_7 0 4 yes +veteran_imperial_army_captain 53 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_captain_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_sword officer_5 melee_5 0 2 yes +veteran_imperial_brigadier_general 63 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 20 20 40 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 6 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_pistol imperial_carbine officer_6 officer_6 0 2 yes +veteran_imperial_colonel 60 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_colonel_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol officer_6 officer_6 0 2 +veteran_imperial_corporal 35 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine general_pistol officer_3 officer_3 0 2 yes +veteran_imperial_first_lieutenant 49 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 yes +veteran_imperial_general 70 0 0 0 3 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_7 officer_7 0 2 yes +veteran_imperial_high_general 73 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_general_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_7 officer_7 0 2 +veteran_imperial_lance_corporal 34 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 yes +veteran_imperial_lieutenant_colonel 58 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_5 officer_5 0 2 yes +veteran_imperial_lieutenant_general 68 0 0 0 5 NORMAL global imperial Imperial imperial_officer 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_6 officer_6 0 2 yes +veteran_imperial_major 55 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_major_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_5 officer_5 0 2 yes +veteran_imperial_major_general 65 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 25 0 -1 30 -1 30 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_6 officer_6 0 2 1 yes +veteran_imperial_master_sergeant 43 0 0 0 0 NORMAL global imperial Imperial imperial_officer 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 +veteran_imperial_medic 40 0 0 0 0 NORMAL global imperial Imperial medic_imperial 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol medic_4 medic_4 0 2 yes +veteran_imperial_second_lieutenant 50 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_lieutenant_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_5 officer_5 0 2 +veteran_imperial_sergeant 36 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 yes +veteran_imperial_sergeant_major 46 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 +veteran_imperial_sharpshooter 43 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military general_rifle general_pistol commando_4 commando_4 0 2 +veteran_imperial_staff_corporal 38 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_3 officer_3 0 2 +veteran_imperial_staff_sergeant 40 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 yes +veteran_imperial_surface_marshal 75 0 0 0 4 NORMAL global imperial Imperial dressed_imperial_major_cold_m.iff 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc string:recruiter=Imperial npc.faction_recruiter.recruiter_setup,npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_7 officer_7 0 2 +veteran_imperial_trooper 38 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_soldier_m.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol commando_3 commando_3 0 2 yes +veteran_imperial_warrant_officer_i 48 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 yes +veteran_imperial_warrant_officer_ii 45 0 0 0 0 NORMAL global imperial Imperial dressed_imperial_officer_m.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.noChatMood=1 npc.stormtrooper_respect.stormtrooper_respect imperial military imperial_carbine imperial_pistol officer_4 officer_4 0 2 yes +veteran_rebel_army_captain 53 0 0 0 0 NORMAL global rebel Rebel rebel_army_captain 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_5 officer_5 0 2 yes +veteran_rebel_brigadier_general 63 0 0 0 0 NORMAL global rebel Rebel rebel_brigadier_general 0 20 20 40 0 0 -1 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 2 yes +veteran_rebel_colonel 60 0 0 0 0 NORMAL global rebel Rebel rebel_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 2 yes +veteran_rebel_commando 80 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 40 0 0 0 0 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc ai.soldier rebel military commando_ranged commando_melee commando_8 melee_8 0 2 +veteran_rebel_corporal 35 0 0 0 0 NORMAL global rebel Rebel rebel_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 yes +veteran_rebel_first_lieutenant 49 0 0 0 0 NORMAL global rebel Rebel rebel_first_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 yes +veteran_rebel_general 70 0 0 0 3 NORMAL global rebel Rebel rebel_general 0 0 0 0 35 -1 35 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Rebel ai.soldier rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 2 yes +veteran_rebel_high_general 73 0 0 0 4 NORMAL global rebel Rebel rebel_high_general 0 0 0 0 -1 40 -1 40 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 2 +veteran_rebel_lance_corporal 34 0 0 0 0 NORMAL global rebel Rebel rebel_lance_corporal 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 yes +veteran_rebel_lieutenant_colonel 58 0 0 0 0 NORMAL global rebel Rebel rebel_lieutenant_colonel 0 15 15 0 0 0 -1 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_5 officer_5 0 2 yes +veteran_rebel_lieutenant_general 68 0 0 0 5 NORMAL global rebel Rebel rebel_lieutenant_general 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 2 yes +veteran_rebel_major 55 0 0 0 0 NORMAL global rebel Rebel rebel_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_5 officer_5 0 2 yes +veteran_rebel_major_general 65 0 0 0 0 NORMAL global rebel Rebel rebel_high_general 0 0 25 0 30 -1 30 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_6 officer_6 0 2 +veteran_rebel_master_sergeant 43 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 +veteran_rebel_medic 60 0 0 0 0 NORMAL global rebel Rebel medic_rebel 0 0 0 0 0 0 0 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_pistol rebel_carbine medic_6 medic_6 0 2 1 +veteran_rebel_scout 40 0 0 0 0 NORMAL global rebel Rebel rebel_scout 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_rifle rebel_pistol bounty_hunter_4 bounty_hunter_4 0 2 1 +veteran_rebel_scout_female 40 0 0 0 0 NORMAL global rebel Rebel rebel_scout_female 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_rifle rebel_pistol bounty_hunter_4 bounty_hunter_4 0 2 yes +veteran_rebel_second_lieutenant 50 0 0 0 0 NORMAL global rebel Rebel rebel_second_lieutenant 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military general_carbine general_pistol officer_5 officer_5 0 2 +veteran_rebel_sergeant 36 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 +veteran_rebel_sergeant_major 46 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant_major 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 +veteran_rebel_staff_corporal 38 0 0 0 0 NORMAL global rebel Rebel rebel_staff_corporal 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_3 officer_3 0 2 +veteran_rebel_staff_sergeant 40 0 0 0 0 NORMAL global rebel Rebel rebel_sergeant 0 0 0 0 0 0 0 0 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 yes +veteran_rebel_surface_marshal 75 0 0 0 4 NORMAL global rebel Rebel rebel_surface_marshal 0 0 0 0 40 -1 40 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc string:recruiter=Rebel ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_7 officer_7 0 2 +veteran_rebel_trooper 55 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 0 0 0 0 0 0 0 0 0 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc ai.soldier rebel military rebel_carbine rebel_pistol commando_5 commando_5 0 2 yes +veteran_rebel_warrant_officer_i 48 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 +veteran_rebel_warrant_officer_ii 45 0 0 0 0 NORMAL global rebel Rebel rebel_commando 0 0 0 0 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_01 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_4 officer_4 0 2 yes +veteran_sand_trooper 49 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sand_trooper_m.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_4 commando_4 0 2 +veteran_scout_trooper 46 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 0 15 15 0 0 0 -1 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc ai.soldier,npc.stormtrooper_respect.stormtrooper_respect military military imperial_rifle imperial_pistol commando_4 commando_4 0 2 1 yes +veteran_storm_commando 75 0 0 0 5 NORMAL global imperial Imperial dressed_scout_trooper_black_black.iff 1 1 0 0 0 0 30 -1 30 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_7 commando_7 0 4 yes +veteran_stormtrooper 50 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_41_50 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_5 commando_5 0 4 yes +veteran_stormtrooper_bombardier 55 3 -3 0 0 NORMAL global imperial Imperial dressed_stormtrooper_bombardier_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol commando_5 commando_5 0 4 yes +veteran_stormtrooper_captain 72 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_7 officer_7 0 4 yes +veteran_stormtrooper_major 75 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_7 officer_7 0 4 yes +veteran_stormtrooper_medic 60 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_medic_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol medic_6 medic_6 0 4 yes +veteran_stormtrooper_rifleman 62 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_rifleman_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_6 commando_6 0 4 yes +veteran_stormtrooper_sniper 63 1 -1 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sniper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_rifle stormtrooper_pistol commando_6 commando_6 0 4 yes +veteran_stormtrooper_squad_leader 70 0 0 0 5 NORMAL global imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine stormtrooper_pistol officer_7 officer_7 0 4 1 +vetran_explorer 5 0 0 0 0 NORMAL global wilder species_choices_all 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 rebel_carbine rebel_pistol 0 2 +vexed_voritor_lizard 73 0 0 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1.3 1.6 4 35 -1 0 0 -1 -1 0 0 2 1 50 meat_carnivore 50 hide_leathery 50 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 medAttackSpeedAvg carnivore lizard_5 lizard_5 12 12 +vhaunda 100 0 0 0 0 NORMAL dathomir townsperson dressed_vhaunda.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 yes +vicious_donkuwah_battlelord 79 5 -3 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 35 0 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 donkuwah npc ewok_melee ewok_ranged melee_7 spy_7 12 12 yes +vicious_huf_dun 46 1 -1 0 -1 NORMAL talus huf_dun huf_dun_hue.iff 0.6 0.7 4 20 0 0 -1 -1 -1 -1 -1 2 1 850 meat_herbivore 900 hide_leathery 850 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackDamageWeak carnivore fambaa_3 fambaa_3 6 6 instant +vicious_korga_battlelord 78 5 -3 0 0 NORMAL endor korga_tribe korga_tribe species_choices_dulok 0 25 10 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 instant +vicious_pubam_battlelord 64 0 0 0 0 NORMAL endor pubam pubam species_choices_dulok 0 0 45 0 0 0 -1 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 12 12 yes +vicious_rill 6 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine rill dune_lizard_hue.iff 0.8 1 1 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 20 hide_bristley 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowTankDefenseWeak carnivore 0 2 1 +vicious_squall 40 0 0 0 0 NORMAL rori squall squall_hue.iff 1.2 1.5 3 0 0 0 0 0 0 0 -1 2 1 12 meat_herbivore 17 hide_bristley 12 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackSpeedWeak carnivore rabbit_3 rabbit_3 8 8 +victor_questn_cantina 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_questn_cantina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +victor_questn_capitol 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_questn_capitol.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +victor_questp_hospital 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_questp_hospital.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +victor_questp_slums 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_questp_slums.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +victor_visalis 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_victor_visalis.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 yes +vile_donkuwah_battlelord 88 0 0 0 0 NORMAL endor donkuwah_tribe donkuwah_tribe dulok_male.iff 0 50 -1 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 donkuwah npc ewok_melee ewok_ranged melee_8 spy_8 12 12 instant +vile_korga_battlelord 78 7 -4 0 0 NORMAL endor korga_tribe korga_tribe dulok_male.iff 0 65 -1 0 50 50 -1 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 korga npc general_unarmed none commoner_7 commoner_7 12 12 yes +vine_rawl 18 0 0 0 -3 NORMAL naboo rawl_vine fanned_rawl_hue.iff 1.2 1.4 3 10 10 0 0 0 0 45 0 2 1 40 meat_reptilian 30 hide_scaley 15 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackAbilityWeak carnivore snake_2 snake_2 0 2 +vinya_maysor 100 0 0 0 0 NORMAL corellia townsperson dressed_vinya_maysor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +violent_krahbu 25 1 0 0 -6 NORMAL corellia krahbu_violent krahbu_hue.iff 1.2 1.5 4 10 25 0 0 0 0 0 -1 2 1 225 meat_herbivore 135 hide_bristley 135 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.1 lowAttackSpeedWeak carnivore horse_2 horse_2 10 10 1 1 +vir_vur 37 0 0 0 0 NORMAL rori vir_vur vir_vur_hue.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 1 10 meat_avian hide_wooly 4 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak herbivore rabbit_3 rabbit_3 0 2 1 +vir_vur_toxic_slasher 14 2 -2 2 -1 NORMAL rori vir_vur vir_vur_hue.iff 1.3 1.5 3 10 0 0 0 0 -1 0 -1 2 1 10 meat_avian hide_wooly 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackSpeedWeak herbivore rabbit_1 rabbit_1 4 4 1 1 yes +voracious_rasp 45 5 -5 0 0 NORMAL talus voracious_rasp horned_rasp_hue.iff 4 4.1 2 0 0 -1 -1 0 -1 0 -1 2 1 60 meat_avian 25 bone_avian defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 carnivore avian_3 avian_3 6 6 +vordin_sildor 100 0 0 0 0 NORMAL rori townsperson dressed_vordin_sildor.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +voritor_dasher 72 0 0 0 0 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 0.5 0.7 2 0 -1 0 -1 -1 -1 -1 0 2 1 40 meat_carnivore 30 hide_leathery 35 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.12 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_small_red.iff object/weapon/ranged/creature/creature_spit_small_red.iff lizard_4 lizard_4 12 12 +voritor_lizard 72 0 0 0 0 NORMAL naboo voritor_lizard voritor_lizard_hue.iff 1 1 1 0 0 0 0 0 0 0 -1 2 1 35 meat_carnivore 25 hide_leathery 30 bone_avian defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 0.15 medAttackSpeedAvg carnivore object/weapon/ranged/creature/creature_spit_small_green.iff object/weapon/ranged/creature/creature_spit_small_green.iff lizard_4 lizard_4 12 12 yes +voritor_spiked_slasher 70 2 -2 -2 2 NORMAL dantooine voritor_lizard voritor_lizard_hue.iff 1.1 1.3 4 65 40 0 0 50 -1 20 0 2 1 65 meat_carnivore 40 hide_leathery 50 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.05 medAttackSpeedAvg carnivore lizard_5 lizard_5 12 12 +vr_bearded_jax 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr bearded_jax_hue.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 0 defaultProfile creature/creature_31_40 generic_creature_4 herbivore 1 0 0 +vr_gacklebat 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr vr_gackle_bat.iff 0.3 0.4 0 0 0 0 0 0 0 0 0 0 defaultProfile none 1 0 0 +vr_mouse_droid 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr mouse_droid.iff 0 0 0 0 0 0 0 0 0 0 defaultProfile droid/droid_1_10 generic_droid_1 droid 1 0 0 +vr_mynock 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr vr_mynock.iff 0.3 0.4 0 0 0 0 0 0 0 0 0 0 defaultProfile none 1 0 0 +vr_nightspider 1 0 0 0 0 NORMAL Vet Reward Familiar anywhere vr hermit_spider_hue.iff 0.3 0.4 0 0 0 0 0 0 0 0 0 0 defaultProfile creature/insect_1_10 generic_creature_1 carnivore 1 0 0 +vraker_orde 100 0 0 0 0 NORMAL yavin4 townsperson dressed_vraker_orde.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +vrelt 23 0 0 0 0 NORMAL corellia vrelt stintaril_hue.iff 0.6 0.7 1 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore rat_2 rat_2 0 2 +vrir_unglan 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_naboo_vrir_unglan.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +vrobal 43 0 0 0 0 NORMAL rori vrobal roba_hue.iff 1.2 1.3 3 0 0 0 0 0 0 0 -1 2 1 13 meat_carnivore 18 hide_leathery 13 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 2 +vrobal_bull 48 0 0 0 -3 NORMAL rori vrobal roba_hue.iff 1.3 1.6 3 15 10 35 0 -1 -1 -1 -1 2 1 15 meat_carnivore 22 hide_leathery 16 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 2 +vrobal_sow 47 0 0 0 0 NORMAL rori vrobal roba_hue.iff 1.1 1.3 1 0 0 0 0 0 0 0 -1 2 1 milk_wild 13 meat_carnivore 20 hide_leathery 15 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 2 +vrobalet 34 0 0 0 0 NORMAL rori vrobal roba_hue.iff 0.7 0.8 1 0 0 0 0 0 0 0 -1 2 1 10 meat_carnivore 17 hide_leathery 11 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 lowAttackAbilityWeak carnivore pig_3 pig_3 0 2 +vurlene 100 0 0 0 0 NORMAL dathomir townsperson dressed_vurlene.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 +vynock 28 0 0 0 0 NORMAL corellia vynock vynock_hue.iff 1.2 1.3 1 0 0 0 0 0 0 0 -1 2 1 50 meat_herbivore 70 hide_leathery 20 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak carnivore mynock_2 mynock_2 0 2 +wald 100 0 0 0 0 NORMAL tatooine townsperson townsperson dressed_tatooine_wald.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc/npc_81_90 generic_npc_2 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_wald_firstquest 0 2 +walker_at_rt_camo 10 0 0 0 0 NORMAL anywhere townsperson vehicle/walker_at_rt_camo.iff 1 1 1 0 0 0 0 0 0 0 -1 2 herbivore 0 2 +walker_at_rt_reg 10 0 0 0 0 NORMAL anywhere townsperson vehicle/walker_at_rt_reg.iff 1 1 1 0 0 0 0 0 0 0 -1 2 herbivore 0 2 +wallaw_loowobbli 100 0 0 0 0 NORMAL dathomir townsperson dressed_wallaw_loowobbli.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 12 1 +walluga 27 1 -1 1 -1 NORMAL kashyyyk walluga walluga.iff 0.9 1.2 0 0 0 0 0 0 0 0 -1 2 1 18 meat_herbivore 21 hide_bristley 23 bone_mammal defaultProfile creature/creature_21_30 generic_npc_3 0.05 medTankDefenseWeak carnivore elephant_2 elephant_2 12 12 instant +wandering_desert_marauder 77 0 0 0 0 NORMAL endor marauder endor_marauder species_choices_marauder 0 25 20 0 0 -1 0 0 -1 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 marauder npc ai.thug pirate_rifle marauder_melee bounty_hunter_7 melee_7 12 12 1 +wandering_kitonak 2 0 0 0 0 NORMAL tatooine kitonak kitonak_male.iff 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc general_unarmed none 0 2 1 yes +war_gronda 38 0 0 0 0 NORMAL corellia gronda gronda_hue.iff 1.6 1.9 4 40 0 40 0 0 -1 -1 -1 2 1 390 meat_carnivore 300 hide_leathery 240 bone_mammal defaultProfile creature/creature_31_40 generic_creature_4 housing_improvement_01 0.15 medAttackUtilityWeak carnivore elephant_4 elephant_4 10 10 +warden_vinzel_haylon 100 0 0 0 0 NORMAL dathomir imperial Imperial dressed_vinzel_haylon.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol bounty_hunter_10 bounty_hunter_10 0 12 1 yes +warder 22 2 0 0 0 NORMAL global wilder noble 0 30 30 0 -1 0 0 -1 -1 2 npc/npc_21_30 generic_npc_3 npc rebel_carbine rebel_pistol bounty_hunter_2 bounty_hunter_2 0 2 yes +warren_agro_droid_atst 55 0 0 0 0 BOSS dantooine warren_cyborg warren_cyborg atst.iff 0 0 0 0 0 0 0 0 100 2 3 100 npc/boss_npc:boss_npc_51_60 boss_droid_6 housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 android absorption_fire=60,dissipation_fire=50 droid_special_3 droid_special_3 16 14 yes +warren_agro_droid_boss 52 0 0 0 -2 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_boss.iff 1.2 1.5 0 35 35 0 0 0 -1 -1 0 2 1 80 npc/elite_npc:elite_npc_41_50 elite_droid_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 android droid_special_3 droid_special_3 4 4 yes +warren_agro_droid_s01 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_s01.iff 0.8 1.2 0 35 35 0 0 0 -1 0 -1 2 1 80 droid/elite_droid:elite_droid_41_50 elite_droid_6 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android droid_special_3 droid_special_3 4 4 yes +warren_agro_droid_s02 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_s02.iff 0.8 1.2 0 35 35 0 -1 0 -1 0 -1 2 1 80 droid/elite_droid:elite_droid_41_50 elite_droid_6 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android droid_special_3 droid_special_3 4 4 yes +warren_agro_droid_s03 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_s03.iff 0.8 1.2 0 35 35 0 -1 0 -1 0 0 2 1 80 droid/elite_droid:elite_droid_41_50 elite_droid_6 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android droid_special_3 droid_special_3 4 4 yes +warren_agro_droid_s04 52 0 0 0 -3 ELITE dantooine warren_teraud warren_teraud warren_agro_droid_s04.iff 0.8 1.2 0 30 30 0 0 0 -1 0 -1 2 1 80 droid/elite_droid:elite_droid_41_50 elite_droid_6 housing_improvement_02,housing_improvement_03,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 android droid_special_3 droid_special_3 4 4 1 +warren_bol 65 -3 0 0 2 NORMAL dantooine warren_bol bol_hue.iff 0.9 1 2 35 0 -1 0 0 -1 0 -1 2 1 meat_herbivore 300 hide_leathery 180 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 herbivore 1 bull_4 bull_4 0 12 +warren_bomarr_loyalist 51 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_dim_u_loyalist.iff 0.8 1.2 0 20 20 0 0 0 0 0 0 2 milk_wild 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 android droid_special_3 droid_special_3 0 4 yes +warren_bors_teraud 55 0 0 0 0 BOSS dantooine warren_teraud warren_teraud warren_bors_teraud.iff 0.8 1.2 0 45 45 0 0 0 0 -1 0 2 1000 2000 2 100 npc/boss_npc:boss_npc_51_60 warren_bors_teraud housing_improvement_03,col_shattered_shard_04,col_glass_shelving_01 npc 100 pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 9 8 yes +warren_cyborg_bol 53 0 0 0 0 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_bol.iff 0.8 1.1 1 45 0 -1 0 0 -1 0 -1 2 1 100 meat_wild 100 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 yes +warren_cyborg_dunelizard 51 0 0 0 -3 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_dunelizard.iff 1.8 2 1 40 30 0 75 -1 -1 -1 -1 2 1 70 meat_wild 70 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 yes +warren_cyborg_huurton 51 0 0 0 0 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_huurton.iff 1.5 1.7 0 30 45 0 -1 -1 -1 -1 -1 2 1 70 meat_wild 70 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 yes +warren_cyborg_slicehound 51 0 0 0 0 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_slicehound.iff 1.8 2 1 35 40 0 -1 -1 -1 -1 -1 2 1 70 meat_wild 70 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 yes +warren_cyborg_tuskcat 51 0 0 0 0 ELITE dantooine warren_cyborg warren_cyborg warren_cyborg_tuskcat.iff 1.8 2 1 35 0 0 35 35 -1 -1 -1 2 1 70 meat_wild 70 hide_leathery bone_mammal 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore generic_creature_special_3 generic_creature_special_3 9 4 +warren_droideka_loyalist 53 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_droideka_loyalist.iff 0.8 1.2 0 35 35 0 0 0 -1 0 0 2 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_special_3 droid_special_3 4 4 1 yes +warren_dunelizard 52 0 0 0 -3 NORMAL dantooine warren_dune_lizard dune_lizard_hue.iff 1 1.4 4 0 20 0 45 -1 -1 -1 -1 2 1 85 meat_carnivore 50 hide_bristley 35 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 carnivore 1 lizard_3 lizard_3 0 12 yes +warren_huurton_fierce 52 2 0 0 0 ELITE dantooine warren_huurton warren_huurton huurton_hue.iff 1.5 1.7 1 20 20 0 0 -1 0 -1 -1 2 1 25 meat_wild hide_wooly 25 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore wolf_4 wolf_4 9 4 1 +warren_huurton_hostile 52 0 0 0 0 ELITE dantooine warren_huurton warren_huurton huurton_hue.iff 1.2 1.4 1 0 0 0 0 -1 0 0 -1 2 1 15 meat_wild hide_wooly 15 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore wolf_4 wolf_4 9 4 yes +warren_huurton_savage 52 0 0 0 -4 ELITE dantooine warren_huurton warren_huurton huurton_hue.iff 1.8 2 1 35 35 0 -1 0 0 -1 -1 2 1 35 meat_wild hide_wooly 35 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_41_50 elite_creature_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 carnivore wolf_4 wolf_4 9 4 yes +warren_imperial_officer 51 0 0 0 0 ELITE dantooine warren_imperial warren_imperial warren_imperial_officer 1 1 0 25 25 0 -1 -1 -1 -1 -1 2 50 150 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 imperial military imperial_pistol imperial_pistol officer_special_3 officer_special_3 0 4 yes +warren_imperial_officer_kitchen 51 0 0 0 0 ELITE dantooine warren_imperial warren_imperial warren_imperial_officer 1 1 0 25 25 0 -1 -1 -1 -1 -1 2 50 150 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 theme_park.warren.trooper imperial military imperial_pistol imperial_pistol officer_special_3 officer_special_3 0 4 1 +warren_imperial_worker 50 0 0 0 0 ELITE dantooine warren_imperial_worker warren_imperial_worker warren_imperial_worker 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 10 50 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc ai.hunter townsperson townperson rebel_pistol rebel_pistol officer_special_3 officer_special_3 0 4 1 +warren_imperial_worker_hospital 50 0 0 0 0 ELITE dantooine warren_imperial_worker warren_imperial_worker warren_imperial_worker 0.9 1.1 0 0 0 0 0 0 0 0 -1 2 10 50 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc theme_park.warren.worker townsperson townperson rebel_pistol rebel_pistol officer_special_3 officer_special_3 0 4 +warren_insane_comp_sci 51 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_insane_comp_sci.iff 1 1 0 20 20 0 0 0 -1 -1 -1 2 100 500 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc noble fancy pirate_carbine pirate_pistol medic_special_3 medic_special_3 4 4 +warren_irradiated_worker 50 0 0 0 0 ELITE dantooine warren_imperial_worker_crazed warren_irradiated_worker 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 100 200 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc stormtrooper_pistol none officer_special_3 officer_special_3 0 4 1 +warren_scientist 50 0 0 0 0 ELITE dantooine warren_scientist warren_scientist warren_scientist 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 100 200 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc general_unarmed none officer_special_3 officer_special_3 4 4 1 +warren_slicehound 51 2 -1 0 0 NORMAL dantooine warren_slice_hound corellian_slice_hound_hue.iff 0.8 1.2 1 0 0 0 0 0 0 0 -1 2 1 65 meat_carnivore 35 hide_bristley 30 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 carnivore 1 wolf_3 wolf_3 0 12 yes +warren_sludgepanther 51 0 0 0 0 NORMAL dantooine warren_sludge_panther corellian_sand_panther_hue.iff 1.1 1.3 1 15 0 0 -1 -1 -1 -1 -1 2 1 24 meat_carnivore 30 hide_leathery 31 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 18 sludge_panther carnivore 1 predatory_cat_3 predatory_cat_3 0 12 yes +warren_stormtrooper 52 0 0 0 0 ELITE dantooine warren_imperial warren_imperial warren_stormtrooper.iff 1 1 0 20 20 40 0 0 0 0 -1 2 50 100 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc int:ai.noChatMood=1 ai.soldier stormtrooper stormtrooper stormtrooper_pistol stormtrooper_pistol officer_special_3 officer_special_3 9 4 yes +warren_teraud_loyalist 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_teraud_loyalist 0.8 1.2 0 25 25 0 -1 0 0 0 -1 2 100 500 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 4 4 yes +warren_teraud_loyalist_commander 53 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_loyalist_commander.iff 0.8 1.2 0 0 0 0 -1 0 0 -1 0 2 500 1000 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 4 4 yes +warren_teraud_loyalist_cyborg 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_teraud_loyalist_cyborg 0.8 1.2 0 40 50 0 -1 -1 -1 -1 -1 2 0 0 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc pirate_carbine pirate_pistol smuggler_special_3 smuggler_special_3 4 4 +warren_teraud_loyalist_scientist 52 0 0 0 0 ELITE dantooine warren_teraud warren_teraud warren_teraud_loyalist_scientist.iff 0.8 1.2 0 0 0 0 0 0 0 0 0 2 250 1000 1 80 npc/elite_npc:elite_npc_41_50 elite_npc_6 housing_improvement_02,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_04 npc ai.hunter pirate_pistol none smuggler_special_3 smuggler_special_3 4 4 1 +warren_thune 51 0 0 0 0 NORMAL dantooine warren_thune thune_hue.iff 1 1 4 20 0 0 0 0 0 0 -1 2 1 115 meat_herbivore 125 hide_wooly defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 herbivore 1 elephant_3 elephant_3 0 12 yes +warren_tuskcat 51 0 -2 0 0 NORMAL dantooine warren_tusk_cat tusk_cat_hue.iff 1 1.2 3 0 0 0 30 30 -1 -1 -1 2 1 milk_wild 75 meat_carnivore 45 hide_bristley 40 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 carnivore 1 predatory_cat_3 predatory_cat_3 0 12 1 +wasteland_cu_pa 20 0 0 0 0 NORMAL tatooine cu_pa cu_pa_hue.iff 1.2 1.5 3 0 20 0 -1 -1 -1 -1 -1 2 1 215 meat_reptilian 100 hide_bristley 115 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.15 lowAttackUtilityWeak herbivore object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff object/weapon/ranged/creature/creature_spit_spray_toxicgreen.iff raptor_2 raptor_2 0 2 yes +wasteland_marauder 83 0 0 0 0 NORMAL endor marauder endor_marauder species_choices_marauder 0 40 40 0 -1 0 0 -1 0 2 milk_wild 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 18 marauder npc ai.thug pirate_rifle marauder_melee bounty_hunter_8 melee_8 12 12 +wastrel 2 0 0 0 0 NORMAL global thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +water_bug 4 0 0 0 0 NORMAL tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_creature_1 npc thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +water_thief 5 0 0 0 0 NORMAL Tatooine - Newbie Spawn City tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang rebel_sword rebel_carbine 4 4 +watto 100 0 0 0 0 NORMAL quest NPC for Opening Moves Arc tatooine townsperson watto.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 string:quest_name=legacy_together,string:task_name=legacy_together_e6,int:celebrity=1 conversation.tatooine_espa_watto,quest.task.ground.give_item_to_npc townsperson townperson commoner_10 commoner_10 0 2 +watto_body_miner 100 0 0 0 0 NORMAL tatooine townsperson dressed_fs_village_surveyor.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_espa_miner,npc.legacy_dead_miner commoner_10 commoner_10 0 2 +watto_leg_pilot 100 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_leg_pilot.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_espa_pilot commoner_10 commoner_10 0 2 +watto_leg_syndil 100 0 0 0 0 NORMAL tatooine townsperson dressed_fs_village_intro_woman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.tatooine_espa_syndil commoner_10 commoner_10 0 2 +watto_thieves 16 0 0 0 0 NORMAL tatooine watto_thug criminal_thug 0.9 1.1 0 10 20 0 0 0 0 0 0 2 npc/npc_11_20 generic_npc_2 npc thug slang imperial_sword pirate_pistol_low_level melee_1 smuggler_1 4 4 +weathered_gondula_shaman 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 40 40 0 0 60 60 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +weathered_jinda_shaman 66 3 -3 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +weathered_panshee_shaman 70 0 0 0 -2 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 30 25 0 -1 0 0 -1 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_melee ewok_ranged melee_6 spy_7 0 12 +wed_treadwell 1 0 0 0 0 NORMAL anywhere treadwell wed_treadwell.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_npc_1 droid 0 2 +wedge_antilles 100 0 0 0 0 NORMAL rebel Rebel wedge_antilles.iff 0.85 0.85 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 npc.celebrity.wedge_antilles commoner_10 commoner_10 0 2 1 yes +weequay_captain 17 0 0 0 0 NORMAL tatooine weequay dressed_tatooine_weequay_captain.iff 0 0 0 15 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 1 yes +weequay_champion 16 0 0 0 0 NORMAL tatooine weequay weequay_thug 0 0 0 15 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_sword rebel_carbine melee_1 commando_1 0 2 yes +weequay_soldier 16 0 0 0 0 NORMAL tatooine weequay weequay_thug 0 0 0 5 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 yes +weequay_thug 16 0 0 0 0 NORMAL tatooine weequay weequay_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level commando_1 commando_1 0 2 1 yes +weequay_zealot 17 2 -2 0 0 NORMAL tatooine weequay weequay_thug 0 0 0 15 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc military military rebel_carbine rebel_pistol commando_1 commando_1 0 2 +whip 100 0 0 0 0 NORMAL dathomir fs_villager fs_villager dressed_fs_village_whip.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 1 rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 1 +whisper_bird_female 60 1 -1 0 0 NORMAL yavin4 whisperbird whisper_bird_hue.iff 0.7 1.1 4 0 0 0 0 0 0 0 0 2 1 65 meat_avian 40 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 col_feather_whisper_bird,housing_improvement_03,col_glass_shelving_01 0.05 medAbilitySpeedAvg herbivore avian_4 avian_4 0 2 1 +whisper_bird_hatchling 60 0 0 0 0 NORMAL yavin4 whisperbird whisper_bird_hue.iff 0.5 0.7 2 0 0 0 0 0 0 0 -1 2 1 55 meat_avian 30 bone_avian defaultProfile creature/creature_51_60 generic_creature_6 col_feather_whisper_bird,housing_improvement_03,col_glass_shelving_01 0.05 lowAbilitySpeedAvg herbivore avian_4 avian_4 0 2 1 +whisper_bird_majestic 56 1 0 -1 0 NORMAL yavin4 whisperbird whisper_bird_hue.iff 1.2 1.3 2 0 0 0 0 0 0 0 0 2 1 65 meat_avian 40 bone_avian defaultProfile creature/whisper_bird_majestic_loot generic_creature_6 col_feather_whisper_bird,col_glass_shelving_01 0.05 medAttackAbilityAvg herbivore avian_4 avian_4 0 2 1 +whisper_bird_male 61 0 0 0 0 NORMAL yavin4 whisperbird whisper_bird_hue.iff 0.8 1.2 3 0 0 0 0 0 0 0 -1 2 1 65 meat_avian 40 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 col_feather_whisper_bird,housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAbilitySpeedAvg herbivore avian_4 avian_4 0 2 yes +wild_dune_boar 50 0 0 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1.4 2.2 3 10 40 10 0 0 0 0 -1 1.7 1 90 meat_herbivore 80 hide_leathery 75 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.005 highTankHealthAvg carnivore pig_3 pig_3 12 12 +wilhalm_skrim 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_wilhalm_skrim.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.wilhalm_skrim 0 2 +will_of_solitude 36 -1 0 0 -1 NORMAL corellia solitude Rebel mercenary_strong 0.8 1.2 0 10 10 0 0 0 -1 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc 1 rebel_pistol rebel_pistol commando_3 commando_3 0 2 +windom_starkiller 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_windom_starkiller.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.windom_starkiller 0 2 +wise_gondula_ritualist 79 0 0 0 0 NORMAL endor gondula_tribe gondula_tribe species_choices_ewok 0 0 0 0 0 75 75 0 0 2 0 0 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 gondula npc ewok_ranged ewok_melee spy_7 melee_7 0 12 +wise_jinda_ritualist 67 0 0 0 0 NORMAL endor jinda_tribe jinda_tribe species_choices_jinda 0 0 0 0 0 0 0 0 0 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_unarmed none commoner_6 commoner_6 0 12 +wise_panshee_ritualist 70 3 -3 0 0 NORMAL endor panshee_tribe panshee_tribe species_choices_ewok 0 20 20 0 60 60 60 60 -1 2 0 0 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 18 panshee npc ewok_ranged ewok_melee spy_7 melee_6 0 12 1 +wolf_kima 45 2 -2 0 0 NORMAL talus wolf_kima kima_hue.iff 1.3 1.5 4 15 10 -1 -1 0 0 -1 -1 2 1 10 meat_herbivore 11 hide_bristley 10 bone_mammal defaultProfile creature/wolf_kima_loot generic_creature_5 0.15 lowTankDefenseWeak carnivore predatory_cat_3 predatory_cat_3 6 6 1 +womprat 4 0 0 0 0 NORMAL Tatooine - Newbie Spawn 3 tatooine womprat womp_rat_hue.iff 1.2 1.6 1 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_1_10 generic_npc_1 18 womprat 0.15 lowAttackAbilityWeak carnivore 0 2 1 +womprat_city 5 0 0 0 0 NORMAL Tatooine - to be sorted tatooine womprat womp_rat_hue.iff 1.8 2 3 0 0 0 0 0 0 0 -1 2 1 7 meat_wild 7 hide_leathery 3 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 18 womprat 0.15 lowAttackAbilityWeak carnivore 0 2 1 +womprat_plague 11 0 0 0 0 NORMAL Tatooine - to be sorted tatooine womprat womp_rat_hue.iff 1.2 1.6 2 0 0 0 0 0 0 0 -1 2 1 4 meat_wild 3 hide_leathery 2 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat 0.05 lowAttackAbilityWeak carnivore rat_1 rat_1 6 2 +wood_mite 40 0 0 0 0 NORMAL rori bark_mite bark_mite_hue.iff 1.4 1.7 2 0 0 0 0 0 0 0 -1 2 1 5 meat_insect 4 hide_scaley defaultProfile creature/insect_31_40 generic_creature_4 housing_improvement_01 18 bark_mite 0.15 lowTankArmorWeak carnivore roach_3 roach_3 0 2 1 +wood_mite_matriarch 14 -1 0 0 -8 NORMAL rori bark_mite bark_mite_hue.iff 1.8 2.2 3 25 15 0 0 0 0 0 -1 2 1 10 meat_insect defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore roach_1 roach_1 0 6 1 yes +wood_mite_royal_guard 45 2 -1 0 -1 NORMAL rori bark_mite bark_mite_hue.iff 3 3.2 3 25 15 -1 -1 0 0 0 -1 2 1 15 meat_insect defaultProfile creature/insect_41_50 generic_creature_5 housing_improvement_02 18 bark_mite 0.1 lowTankArmorWeak carnivore object/weapon/ranged/creature/creature_spit_spray_green.iff object/weapon/ranged/creature/creature_spit_spray_green.iff roach_3 roach_3 6 6 1 +wooded_paralope 25 0 0 0 0 NORMAL corellia paralope_wooded swirl_prong_hue.iff 0.7 0.8 4 0 0 0 0 0 0 0 -1 2 1 milk_wild 5 meat_herbivore 3 hide_wooly 2 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackAbilityWeak herbivore goat_2 goat_2 0 2 1 +woodland_gurreck 64 5 -3 0 0 NORMAL endor gurreck gurreck_hue.iff 1 1 1 25 50 0 0 -1 -1 0 0 2 1 milk_wild meat_carnivore hide_wooly defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2 0.01 medAttackDamageAvg carnivore predatory_cat_4 predatory_cat_4 12 12 +woodland_kima 45 -2 2 0 0 NORMAL talus woodland_kima kima_hue.iff 1 1.1 1 15 10 0 -1 0 0 -1 -1 2 1 7 meat_herbivore 9 hide_bristley 7 bone_mammal defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowTankDefenseWeak carnivore predatory_cat_3 predatory_cat_3 0 2 +wookiee_brawler 4 0 0 0 0 NORMAL global mercenary wookiee_male.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_1_10 generic_npc_1 npc thug slang pirate_pistol_low_level pirate_pistol_low_level 0 2 +wookiee_lifeday_elder 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_elder.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 2 +wookiee_lifeday_female1 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_female1.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 2 +wookiee_lifeday_female2 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_female2.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 2 +wookiee_lifeday_male1 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_male1.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 2 +wookiee_lifeday_male2 100 0 0 0 0 NORMAL anywhere townsperson townsperson wookiee_lifeday_male2.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 noble fancy rebel_pistol rebel_pistol commando_10 commando_10 0 2 1 +woolamander 76 0 0 0 -4 NORMAL yavin4 woolamander woolamander_hue.iff 1 1 1 30 30 -1 50 50 35 -1 -1 2 1 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 12 12 1 1 +woolamander_gatherer 75 0 0 0 -4 NORMAL yavin4 woolamander woolamander_hue.iff 1 1 1 0 0 -1 80 80 80 -1 -1 2 1 20 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 0 2 1 yes +woolamander_harrower 78 0 0 0 0 NORMAL yavin4 woolamander woolamander_hue.iff 1.5 1.5 4 35 35 -1 60 60 60 -1 -1 2 1 40 meat_carnivore 40 hide_bristley 40 bone_mammal defaultProfile 1 100 creature/ris_armor_components:woolamander generic_creature_8 herbivore monkey_5 monkey_5 12 12 1 +woolamander_harvester 77 0 0 0 0 NORMAL yavin4 woolamander woolamander_hue.iff 1 1 2 0 0 -1 80 80 80 -1 -1 2 1 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 12 12 1 yes +woolmander_reaper 78 0 0 0 0 NORMAL yavin4 woolamander woolamander_hue.iff 1.2 1.3 3 35 35 -1 70 70 70 -1 -1 2 1 35 meat_carnivore 20 hide_wooly 20 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore monkey_5 monkey_5 12 12 +wormed_vrobal 10 0 0 0 0 NORMAL rori wormed_vrobal roba_hue.iff 1.2 1.3 4 0 0 0 10 0 0 0 -1 2 1 13 meat_carnivore 20 hide_leathery 15 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 6 6 +worrt 6 0 0 0 0 NORMAL Tatooine - Newbie Spawn 2 tatooine worrt worrt_hue.iff 1 1.4 1 0 0 0 0 0 0 0 -1 2 1 5 meat_reptilian 5 hide_leathery 2 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak carnivore 0 2 +worrt_gutbuster 13 -1 0 3 -2 NORMAL Tatooine - to be sorted tatooine worrt worrt_hue.iff 3.4 3.4 4 0 0 0 0 0 10 0 -1 2 1 9 meat_reptilian 9 hide_leathery 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 0.05 lowAttackUtilityWeak carnivore frog_1 frog_1 6 2 1 +wrix 27 0 0 0 0 NORMAL corellia wrix gurreck_hue.iff 1 1.1 2 0 0 0 0 0 0 0 -1 2 1 60 meat_carnivore 30 hide_bristley 25 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.15 lowAttackDamageWeak carnivore predatory_cat_2 predatory_cat_2 0 2 1 yes +wrix_bloodstained_prowler 21 -3 5 -1 -3 NORMAL corellia wrix gurreck_hue.iff 1.9 2 2 35 30 0 50 0 35 -1 0 2 1 70 meat_carnivore 40 hide_bristley 35 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 0.05 lowTankArmorWeak carnivore predatory_cat_2 predatory_cat_2 10 10 +wuher 8 0 0 0 0 NORMAL tatooine townsperson dressed_tatooine_wuher.iff 1.12 1.12 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.static_npc.wuher 0 2 +xaan_talmaron 100 0 0 0 0 NORMAL dantooine townsperson dressed_xaan_talmaron.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 12 +xalox_guul 100 0 0 0 0 NORMAL talus townsperson dressed_commander_xalox_guul.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +xarot_korlin 100 0 0 0 0 NORMAL dathomir imperial Imperial dressed_xarot_korlin.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_pistol rebel_pistol bounty_hunter_10 bounty_hunter_10 0 12 +yavin_graverobber_digger 68 0 0 0 0 NORMAL yavin4 graverobber yavin_scavenger criminal_thug 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_polearm commoner_6 melee_6 0 12 yes +yavin_graverobber_leader 72 0 0 0 5 NORMAL yavin4 graverobber yavin_scavenger criminal_thug 0 15 0 0 -1 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc general_carbine general_sword commoner_7 melee_7 12 12 +yavin_graverobber_member 70 0 0 0 0 NORMAL yavin4 graverobber yavin_scavenger criminal_thug 0 0 0 0 30 -1 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_pistol commoner_7 commoner_7 0 12 +yavin_negam 100 0 0 0 0 NORMAL yavin4 townsperson selonian_female 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine general_pistol commoner_10 commoner_10 0 2 +yavin_osae 100 0 0 0 0 NORMAL yavin4 townsperson dressed_yavin_osae.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 yes +yavin_scavanger_leader 72 0 0 0 5 NORMAL yavin4 scavanger mercenary_weak 0 15 0 0 -1 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc general_carbine general_sword commoner_7 melee_7 12 12 +yavin_scavanger_member 70 0 0 0 0 NORMAL yavin4 scavanger mercenary_weak 0 0 0 0 30 -1 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_pistol commoner_7 commoner_7 0 12 +yavin_scavanger_surveyer 68 0 0 0 0 NORMAL yavin4 scavanger mercenary_weak 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_polearm commoner_6 melee_6 0 12 yes +yavin_smuggler_bully_elite 70 0 0 0 0 ELITE yavin4 graverobber yavin_scavenger criminal_thug 0 50 50 0 0 -1 0 0 -1 2 npc/elite_npc_61_70 4 col_contraband_set_03,col_shattered_shard_03,col_glass_shelving_02 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes +yavin_smuggler_henchmen_elite 68 0 0 0 0 ELITE yavin4 graverobber yavin_scavenger criminal_thug 0 45 45 0 0 -1 0 0 -1 2 npc/elite_npc_61_70 4 col_contraband_set_03,col_shattered_shard_03,col_glass_shelving_02 npc pirate_pistol pirate_pistol smuggler_3 smuggler_3 9 3 yes +yavin_smuggler_leader 72 0 0 0 5 NORMAL yavin4 yavin_smuggler yavin_scavenger criminal_smuggler 0 15 0 0 -1 -1 -1 -1 -1 2 npc/npc_71_80 generic_npc_8 housing_improvement_05,col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03 npc general_carbine general_sword commoner_7 melee_7 12 12 yes +yavin_smuggler_leader_elite 72 0 0 0 5 ELITE yavin4 graverobber yavin_scavenger criminal_thug 0 60 60 0 0 -1 0 0 -1 2 npc/elite_npc_71_80 col_contraband_set_03,col_shattered_shard_03 npc pirate_carbine pirate_pistol smuggler_3 smuggler_3 9 3 +yavin_smuggler_member 70 0 0 0 0 NORMAL yavin4 yavin_smuggler yavin_scavenger criminal_smuggler 0 0 0 0 30 -1 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 4 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_pistol commoner_7 commoner_7 12 12 +yavin_smuggler_muscle 68 0 0 0 0 NORMAL yavin4 yavin_smuggler yavin_scavenger criminal_smuggler 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 4 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_contraband_set_03,col_shattered_shard_03,col_glass_shelving_02 npc pirate_carbine pirate_polearm commoner_6 melee_6 0 24 +yavin_soci 100 0 0 0 0 NORMAL yavin4 townsperson dressed_yavin_soci.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine commoner_10 commoner_10 0 2 yes +yavin_yakasoba 68 0 0 0 0 NORMAL yavin4 graverobber yavin_scavenger dressed_yavin_yakasoba.iff 0 0 0 0 20 0 -1 -1 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_sword general_pistol melee_6 commoner_6 12 12 +yith_seenath 100 0 0 0 0 NORMAL yavin4 townsperson dressed_yith_seenath.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +yondalla 100 0 0 0 0 NORMAL townsperson townsperson dressed_corvette_neutral_yondalla.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 1 yes +young_baz_nitch 62 0 0 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 0.6 0.9 2 0 0 0 0 0 0 0 0 2 1 5 meat_wild 3 hide_leathery 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medAttackAbilityAvg herbivore turkey_4 turkey_4 12 12 +young_borgle 1 0 0 0 0 NORMAL rori borgle borgle_hue.iff 0.7 0.7 1 15 5 0 0 0 0 0 -1 2 1 5 meat_carnivore 5 hide_leathery 5 bone_avian defaultProfile creature/creature_1_10 generic_creature_1 18 borgle carnivore 0 2 +young_borgle_gruntling 30 0 0 0 0 NORMAL rori borgle borgle_hue.iff 2.5 3 1 15 5 0 0 0 0 0 -1 2 1 10 meat_carnivore 10 hide_leathery 10 bone_avian defaultProfile creature/creature_21_30 generic_creature_3 18 borgle carnivore bat_3 bat_3 0 2 1 +young_hanadak_rock_crusher 60 0 0 0 0 NORMAL endor hanadak hanadak_hue.iff 1 1 4 35 30 0 -1 -1 -1 -1 -1 2 1 meat_carnivore 35 hide_bristley 35 bone_mammal defaultProfile creature/creature_51_60 generic_creature_6 housing_improvement_03,col_glass_shelving_01 0.1 medAttackDamageWeak carnivore gorilla_4 gorilla_4 12 12 1 +young_malkloc 72 -3 2 0 -3 NORMAL dathomir malkloc malkloc_hue.iff 0.6 0.7 3 25 25 0 0 -1 -1 -1 -1 2 1 850 meat_herbivore 900 hide_leathery 850 bone_mammal defaultProfile creature/creature_71_80 generic_creature_8 housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_2 herbivore fambaa_4 fambaa_4 0 12 1 +young_mountain_squill 16 -2 -2 0 0 NORMAL tatooine squill_mountain squill_hue.iff 1.1 1.1 2 0 0 0 0 0 0 0 -1 2 1 2 meat_carnivore 2 hide_leathery 1 bone_mammal defaultProfile creature/creature_11_20 generic_creature_3 18 squill 0.15 medAttackDamageWeak carnivore monkey_1 monkey_1 10 10 +young_reptilian_flier 69 0 1 0 0 NORMAL dathomir reptilian_flier reptilian_flier_hue.iff 0.8 0.9 4 0 0 0 0 0 0 0 -1 2 1 120 meat_avian 75 hide_leathery 70 bone_avian defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 medTankUtilityStrong carnivore avian_4 avian_4 12 12 +young_roba 62 0 0 0 0 NORMAL endor roba roba_hue.iff 0.5 0.6 3 35 35 0 60 -1 60 -1 -1 2 1 meat_carnivore hide_leathery bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.12 medAttackDamageWeak herbivore pig_4 pig_4 0 12 +young_spined_snake 47 0 0 0 0 NORMAL lok spinesnake spined_snake_hue.iff 0.5 0.7 4 0 0 0 0 0 0 0 -1 2 1 7 meat_reptilian 2 hide_leathery defaultProfile creature/creature_41_50 generic_creature_5 housing_improvement_02 0.1 lowAttackSpeedAvg carnivore snake_3 snake_3 8 8 +zeelius_kraymunder 100 0 0 0 0 NORMAL rori townsperson dressed_zeelius_kraymunder.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +zekka_thyne 100 0 0 0 0 NORMAL corellia townsperson dressed_noble_bothan_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commoner_10 commoner_10 0 2 +zideera 100 0 0 0 0 NORMAL dathomir townsperson dressed_zideera.iff 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc noble fancy rebel_carbine rebel_pistol commando_10 commando_10 0 12 +zogor_storm 100 0 0 0 0 NORMAL naboo townsperson townsperson dressed_supervisor_zogor_sturm.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 commoner_10 commoner_10 0 2 +zucca_boar 8 1 -1 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1 1.4 1 0 0 0 0 0 0 0 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.15 lowAttackAbilityWeak herbivore 0 2 +zucca_boar_blight 9 2 -1 -1 1 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1 1.4 4 0 0 0 0 0 0 0 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.05 lowAttackDamageWeak herbivore 6 2 +zucca_boar_elder 8 1 -1 0 0 NORMAL tatooine zucca_boar zucca_boar_hue.iff 1.4 1.7 1 0 0 0 0 0 0 0 -1 2 1 65 meat_herbivore 40 hide_leathery 25 bone_mammal defaultProfile creature/creature_1_10 generic_creature_1 0.1 lowAttackAbilityWeak herbivore 0 2 +zucca_boar_porcellus 19 1 -1 0 0 NORMAL porcellus quest tatooine zucca_boar zucca_boar_hue.iff 1 1.4 5 0 0 0 0 0 0 0 -1 2 1 125 meat_herbivore 125 hide_leathery 125 bone_mammal defaultProfile creature/creature_21_30 generic_creature_3 herbivore pig_2 pig_2 0 5 +kimaru_force_storm 100 0 0 0 0 NORMAL dathomir commoner force_storm.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 1 1 theme_park.heroic.axkva_min.force_storm 0.75 0 2 1 yes +lok_ig88_security_battlemech_omega_elite 90 0 0 0 0 ELITE ig-88 feeder quest npcs lok ig88 endor_ig88_security_battlemech_omega.iff 0 20 0 0 0 0 0 0 55 2 npc/npc_21_30 elite_npc_3 col_shattered_shard_02 18 ig88 npc commando_ranged commando_melee droid_2 droid_2 10 6 +feeder_tusken_militia_leader 100 0 0 0 0 NORMAL tatooine commoner heroic_tusken_kav_golder.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 tusken npc 1 conversation.tusken_invasion_instance commoner_10 commoner_10 0 2 +nexus_tusken_starter 100 0 0 0 0 NORMAL dathomir commoner tusken_raider.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 18 tusken npc 1 conversation.nexus_tusken_starter commoner_10 commoner_10 0 2 +nexus_ig88_starter 100 0 0 0 0 NORMAL dathomir commoner nexus_8t88.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 conversation.nexus_ig88_starter commoner_10 commoner_10 0 2 +axkva_force_whirl 100 0 0 0 0 NORMAL dathomir commoner axkva_whirl.iff 1 1 0 0 0 0 0 0 0 0 0 2 1 1 1 theme_park.heroic.axkva_min.axkva_storm 0.75 0 2 no +nexus_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_female_mon_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=nexus_collector conversation.collections_collector 0 2 no +tatooine_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_female_zab_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=tatooine_collector conversation.collections_collector 0 2 no +corellia_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_bith_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=corellia_collector conversation.collections_collector 0 2 no +dantooine_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_human_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=dantooine_collector conversation.collections_collector 0 2 no +endor_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_human_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=endor_collector conversation.collections_collector 0 2 no +lok_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_ithorian_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=lok_collector conversation.collections_collector 0 2 no +yavin4_collector 100 0 0 0 0 NORMAL townsperson dressed_collection_npc_male_ithorian_02.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_21_30 npc 1 string:collection.columnName=yavin4_collector conversation.collections_collector 0 2 instant +fs_villager_militia 94 0 0 0 0 ELITE dathomir fs_villager fs_villager villager_militia 0 30 30 30 30 30 30 30 30 2 npc theme_park.dathomir.aurilia.citizen military rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 8 +township_nightsister_prisoner 82 0 0 0 0 ELITE axkva min heroic intro quest dathomir nightsister nightsister dressed_dathomir_nightsister_outcast.iff 0 0 0 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 col_shattered_shard_02 18 nightsister npc 1 conversation.aurilia_nightsister_prisoner 0 0 instant +township_nightsister_aranei 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir nightsister nightsister rancor_hue.iff 1.3 1.3 0 0 70 0 100 100 100 0 0 2 1 880 meat_carnivore 750 hide_leathery 670 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 6 col_rancor_parts,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister carnivore 100 100 root_defense=200,snare_defense=200 gorilla_5 gorilla_5 8 8 instant +township_singing_mtn_clan_gilsaria 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir mtn_clan mtn_clan dressed_dathomir_sing_mt_clan_councilwoman.iff 0 100 0 0 100 100 100 100 100 2 1 100 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_shattered_shard_02 18 sng_mtn_clan npc 90 90 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 instant +township_dark_jedi_ras 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir dark_jedi dressed_dark_jedi_elder_male_human_02.iff 1.2 1.2 0 80 80 80 80 80 80 80 80 2 2 40 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 90 90 100 100 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 8 8 instant +township_shadow_kylaena 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir sith_shadow sith_shadow dressed_fs_village_enemy_kylaena.iff 1.1 1.1 0 80 80 80 80 80 80 80 80 2 1 80 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 90 100 100 1 force_polearm force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 yes +township_shadow_executioner 90 0 0 0 0 ELITE axkva min heroic intro quest dathomir sith_shadow sith_shadow shadow_pirate 0 30 30 30 30 30 30 30 30 2 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc pirate_carbine pirate_pistol smuggler_7 smuggler_7 8 8 yes +township_shadow_assassin 90 0 0 0 0 NORMAL axkva min heroic intro quest dathomir sith_shadow sith_shadow shadow_outlaw 0 15 15 15 15 15 15 15 15 2 npc/elite_npc:elite_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc pirate_carbine pirate_pistol smuggler_7 smuggler_7 8 8 +scavenger_punk 6 0 0 0 0 NORMAL tatooine thug criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 100 inv_publish_datapad_component_02 npc pirate_carbine_low_level pirate_carbine 6 2 +scavenger_thief 6 0 0 0 0 NORMAL tatooine thug criminal_thug 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 generic_npc_1 100 inv_publish_datapad_component_03 npc pirate_carbine_low_level pirate_carbine 6 2 1 yes +captain_pirpwn 60 0 0 0 0 ELITE rori rorgungan rorgungan lieutenant_heb_nee.iff 1 1.25 0 80 0 0 0 20 0 35 0 2 npc/elite_npc:elite_npc_51_60 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc slang melee_7 melee_7 6 6 1 yes +captain_meh_ur 60 0 0 0 0 ELITE rori rorgungan rorgungan lieutenant_ori.iff 1 1.25 0 80 0 0 0 20 0 35 0 2 npc/elite_npc:elite_npc_51_60 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_01 npc slang melee_7 melee_7 6 6 1 yes +rorgungan_guard 58 0 0 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 30 30 0 40 0 10 0 -1 2 npc/npc_51_60 generic_npc_5 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc slang general_sword general_rifle melee_5 officer_5 6 6 1 yes +rorgungan_lieutenant 56 0 0 0 0 NORMAL rori rorgungan rorgungan gungan_male 0.8 1.2 0 45 45 -1 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 col_shattered_shard_04,col_glass_shelving_01 npc slang general_rifle general_sword officer_3 melee_3 6 6 +aurilia_junk_dealer 100 0 0 0 0 NORMAL aurilia junk dealer aurilia fs_villager fs_villager dressed_fs_junk_dealer.iff 0 0 0 0 0 0 0 0 0 2 npc 1 npc.converse.junk_dealer 0 0 +nerf_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_nerf.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes +storyteller_dark_jedi 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_dark_jedi jedi_dark 0 0 0 0 0 0 0 0 0 2 1 npc 100 100 jedi_dark jedi_dark_ranged jedi_special_6 jedi_special_6 12 8 yes +storyteller_boss_dark_jedi 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_dark_jedi dressed_dark_jedi_master_male_zab_01.iff 1.2 1.2 0 20 20 20 20 20 20 20 20 2 1 npc 100 100 100 100 jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 15 12 yes +storyteller_boss_super_battle_droid 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_battle_droid storyteller_super_battle_droid_boss.iff 1.2 1.6 0 30 30 20 10 10 10 10 30 2 1 android 100 100 100 100 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 15 12 yes +storyteller_boss_rebel_commando 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_rebel Rebel storyteller_rebel_commando_boss.iff 0 20 20 30 30 30 30 30 20 2 1 npc 100 100 100 100 rebel military rebel_carbine commando_10 commando_10 0 12 yes +storyteller_boss_stormtrooper 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_imperial Imperial dressed_stormtrooper_captain_black_black.iff 1 1.2 0 20 20 30 30 30 30 30 20 2 1 npc 100 100 100 100 stormtrooper stormtrooper stormtrooper_carbine commando_10 commando_10 0 12 yes +storyteller_boss_nightsister 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_nightsister dressed_dathomir_nightsister_elder.iff 1 1.2 0 30 30 30 30 30 30 30 30 2 1 npc 100 100 100 100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 15 12 yes +storyteller_boss_tusken_raider 1 0 0 0 0 BOSS Storyteller NPC anywhere storyteller_raider tusken_raider storyteller_tusken_raider_boss.iff 1.21 1.3 0 30 30 30 30 30 30 30 30 0 1 npc 100 100 100 100 tusken_ranged tusken_melee bounty_hunter_special_6 melee_7 15 12 +lifeday_figrin_dan 8 0 0 0 0 NORMAL tatooine townsperson lifeday_figrin_dan.iff 0.95 0.95 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 0 2 +lifeday_bith_musician 8 0 0 0 0 NORMAL tatooine townsperson lifeday_figrin_dan_band.iff 0.85 0.85 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 1 0 2 +lifeday_wookiee_vendor 8 0 0 0 0 NORMAL tatooine townsperson lifeday_wookiee_vendor.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 string:item.vendor.vendor_table=lifeday_stuff npc.vendor.vendor,conversation.lifeday_vendor 1 0 2 instant +heroic_sd_captain_sait 95 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd captain_andal_sait.iff 0 80000 160000 1 100 heroic/heroic:sd_boss 15 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk 100 captain_sait npc 100 100 1 int:ai.noChatMood=1 imperial_carbine imperial_sword heroic_sd_darktrooper heroic_sd_darktrooper_unarmed 12 9 instant +heroic_sd_commander_kenkirk 94 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd commander_kenkirk.iff 0 70 70 70 70 70 70 70 70 1 12000 16000 1 100 heroic/heroic:sd_sub_3 15 col_shattered_shard_02,col_shattered_shard_04,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk 100 commander_kenkirk npc 100 100 1 int:ai.noChatMood=1 imperial_carbine imperial_carbine sd_kenkirk sd_kenkirk 12 9 +heroic_sd_chief_olum 90 0 0 0 0 NORMAL heroic_sd Imperial Imperial chief_olum.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 instant +heroic_sd_watch_captain_prat 93 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd watch_captain_prat.iff 0 60 60 60 60 60 60 60 60 1 12000 16000 1 100 heroic/heroic:sd_sub_2 15 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk 100 captain_prat npc 100 100 1 int:ai.noChatMood=1 imperial_carbine imperial_carbine sd_prat sd_prat 12 9 instant +heroic_sd_stormtrooper 90 0 0 0 0 ELITE heroic_sd heroic_sd heroic_sd dressed_stormtrooper_m.iff 0 800 1600 1 4 npc/boss_npc:boss_npc_81_90 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 12 9 instant +heroic_sd_darktrooper 90 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd dark_trooper.iff 1.25 1.25 0 800 1600 1 4 npc/boss_npc:boss_npc_81_90 npc int:ai.noChatMood=1 imperial_carbine imperial_sword heroic_sd_darktrooper heroic_sd_darktrooper_unarmed 12 9 +heroic_sd_tie_pilot 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial tie_pilot_m.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 +heroic_sd_mse 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial imperial_tech_officer 0 droid int:ai.noChatMood=1 3 +heroic_sd_tech_officer 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial tusken_raider.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 +heroic_sd_crewman 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial imperial_crewman 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 +heroic_sd_flight_officer 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial sd_flight_officer.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 +heroic_sd_engineer 80 0 0 0 0 NORMAL heroic_sd Imperial Imperial imperial_engineer 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 +heroic_sd_kodo_kara 90 0 0 0 0 NORMAL heroic_sd heroic_sd heroic_sd kodo_kara.iff 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 +heroic_sd_security 80 0 0 0 0 ELITE heroic_sd Imperial Imperial imperial_security 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 instant +heroic_sd_ito 89 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd ito_interrogator.iff 0 80 85 90 50 90 15 30 75 2 droid/droid_1_10 generic_droid_1 droid int:ai.noChatMood=1 sd_ito_droid sd_ito_droid 6 9 no +slicer_student 51 0 0 0 0 NORMAL slicer academy tatooine thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_51_60 col_glass_shelving_01,col_glass_shelving_02 18 slicer npc thug slang pirate_carbine_low_level pirate_pistol_low_level 3 2 yes +slicer_quality_assurance 55 0 0 0 0 ELITE slicer academy tatooine thug thug talus_dearic_coa_aclo_slicer 0 0 0 0 0 0 0 0 0 1 npc/elite_npc:elite_npc_51_60 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_story_count_dooku_set_3 18 slicer npc thug slang rebel_pistol 3 2 1 yes +slicer_sentry 50 0 0 0 0 NORMAL slicer academy tatooine thug thug droid_ig106_enemy 0 10 10 10 10 10 10 10 10 2 droid/elite_droid:elite_droid_51_60 col_eng_trader,col_mun_trader,col_holo_emitter_01 18 slicer npc object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 3 2 instant +slicer_skaelor_tay 58 0 0 0 0 BOSS slicer academy tatooine thug thug slicer_skaelor_tay.iff 0 10 10 10 10 10 10 10 10 2 npc/boss_npc:boss_npc_61_70 4 col_contraband_set_01,col_contraband_set_02,col_shattered_shard_01,col_shattered_shard_02 18 slicer npc thug slang pirate_carbine pirate_pistol officer_3 melee_3 3 2 instant +slicer_kelson_sharphorn 56 0 0 0 0 BOSS slicer academy tatooine thug thug slicer_kelson_sharphorn.iff 0 10 10 10 10 10 10 10 10 2 npc/boss_npc:boss_npc_61_70 4 col_contraband_set_03,col_contraband_set_04,col_shattered_shard_03,col_shattered_shard_04 18 slicer npc thug slang pirate_carbine pirate_pistol officer_3 melee_3 3 2 instant +slicer_boyd_chillings 56 0 0 0 0 BOSS slicer academy tatooine thug thug slicer_boyd_chillings.iff 0 10 10 10 10 10 10 10 10 2 npc/boss_npc:boss_npc_61_70 4 col_contraband_set_01,col_contraband_set_04,col_shattered_shard_01,col_shattered_shard_04 18 slicer npc thug slang pirate_carbine pirate_pistol officer_3 melee_3 3 2 instant +heroic_sd_krix_swiftshadow 92 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd krix_swiftshadow.iff 0 12000 16000 1 100 heroic/heroic:sd_sub_1 10 col_shattered_shard_02,col_shattered_shard_04,col_glass_shelving_01,col_glass_shelving_02 100 krix_swiftshadow npc 100 100 1 int:ai.noChatMood=1 imperial_carbine imperial_carbine sd_krix_swiftshadow sd_krix_swiftshadow 12 9 instant +heroic_sd_stormtrooper_grenadier 90 0 0 0 0 ELITE heroic_sd heroic_sd heroic_sd shocktrooper.iff 0 800 1600 1 4 npc/boss_npc:boss_npc_81_90 7 col_shattered_shard_02,col_shattered_shard_04,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 sd_stormtrooper_grenadier sd_stormtrooper_grenadier 12 9 instant +heroic_sd_stormtrooper_squad_leader 90 0 0 0 0 BOSS heroic_sd heroic_sd heroic_sd dressed_stormtrooper_groupleader_m.iff 0 800 1600 1 4 npc/boss_npc:boss_npc_81_90 7 col_shattered_shard_02,col_shattered_shard_04,col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01 npc int:ai.noChatMood=1 imperial_carbine imperial_carbine officer_3 officer_3 12 9 +nova_orion_intro_quest_giver 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_intro.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_intro commoner_10 commoner_10 0 2 +nova_orion_rank1_quest_giver 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_rank1.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_rank1 commoner_10 commoner_10 0 2 +nova_rank3_quest_giver 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_rank3.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_rank3 commoner_10 commoner_10 0 2 +orion_rank3_quest_giver 100 0 0 0 0 NORMAL dungeon1 nova_orion orion_rank3.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.orion_rank3 commoner_10 commoner_10 0 2 +nova_orion_rank_advisor 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_willard_wassleman.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_rank_advisor commoner_10 commoner_10 0 2 +heroic_sd_officer 80 0 0 0 0 ELITE heroic_sd Imperial Imperial imperial_officer 0 npc int:ai.noChatMood=1 imperial_carbine imperial_unarmed officer_3 melee_3 0 2 +nova_orion_dexen_eronoss 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_dexen_eronoss.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_dexen_eronoss commoner_10 commoner_10 0 2 +nova_orion_skyron_waurie 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_skyron_waurie.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_skyron_waurie commoner_10 commoner_10 0 2 +nova_orion_garrick_orion 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_garrick_orion.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:quest_name=no_rank2_04,string:task_name=no_rank2_04_03b conversation.nova_orion_garrick_orion,quest.task.ground.give_item_to_npc commoner_10 commoner_10 0 2 +nova_orion_jonas_nova 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_jonas_nova.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:quest_name=no_rank2_04,string:task_name=no_rank2_04_03a conversation.nova_orion_jonas_nova,quest.task.ground.give_item_to_npc commoner_10 commoner_10 0 2 yes +black_sun_enforcer 90 0 2 0 0 ELITE global blacksun_heroic dressed_black_sun_guard.iff 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug pirate_polearm rebel_pistol melee_special_6 commando_special_6 3 3 yes +black_sun_aggressor 90 0 0 0 0 ELITE global blacksun_heroic dressed_black_sun_thug.iff 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug pirate_rifle rebel_pistol commando_7 commando_7 12 12 instant +black_sun_blood_reaper 90 0 0 0 0 ELITE global blacksun_heroic dressed_black_sun_henchman.iff 0.8 0.9 0 20 0 0 0 0 -1 -1 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 18 blacksun npc ai.thug 1 pirate_pistol rebel_pistol commando_7 commando_7 12 12 +heroic_sd_intro_imperial 100 0 0 0 0 NORMAL anywhere imperial Imperial dressed_imperial_officer_m_5.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.heroic_sd_intro_imperial commoner_10 commoner_10 0 2 +heroic_sd_intro_rebel 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_rebel_first_lieutenant_human_male_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.heroic_sd_intro_rebel commoner_10 commoner_10 0 2 +heroic_sd_intro_neutral 100 0 0 0 0 NORMAL anywhere commoner dressed_npe_dartas.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.heroic_sd_intro_neutral commoner_10 commoner_10 0 2 +nova_orion_intro_station_quest_giver 100 0 0 0 0 NORMAL anywhere commoner nova_orion_pilot_f_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_intro_on_station commoner_10 commoner_10 0 2 +nova_orion_junk_dealer 100 0 0 0 0 NORMAL nova orion station junk dealer dungeon1 nova_orion dressed_fs_junk_dealer.iff 0 0 0 0 0 0 0 0 0 2 npc 1 npc.converse.junk_dealer 0 0 +nova_orion_chassis_broker_01 100 0 0 0 0 NORMAL nova orion station chassis dealer dungeon1 nova_orion space_chassis_broker_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.chassis_npc 1 commoner_10 commoner_10 0 2 +nova_orion_chassis_broker_02 100 0 0 0 0 NORMAL nova orion station chassis dealer dungeon1 nova_orion space_chassis_broker_03.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.chassis_npc 1 commoner_10 commoner_10 0 2 +nova_orion_human_resources_advisor 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_human_resources_advisor.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_human_resources_advisor commoner_10 commoner_10 0 2 instant +heroic_sd_blacksun_boarder 90 0 2 0 0 BOSS heroic_sd heroic_sd heroic_sd dressed_black_sun_guard.iff 0.8 1.2 0 25 0 0 0 0 -1 -1 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_polearm pirate_polearm heroic_sd_blacksun_boarder heroic_sd_blacksun_boarder 12 9 instant +heroic_sd_blacksun_engineer 90 0 0 0 0 ELITE heroic_sd heroic_sd heroic_sd dressed_black_sun_thug.iff 0.8 0.9 0 0 0 0 0 0 0 0 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_rifle rebel_pistol heroic_sd_blacksun_engineer heroic_sd_blacksun_engineer 12 9 instant +heroic_sd_blacksun_crewman 90 0 0 0 0 ELITE heroic_sd heroic_sd heroic_sd dressed_black_sun_henchman.iff 0.8 0.9 0 20 0 0 0 0 -1 -1 -1 2 800 1600 1 4 npc/boss_npc:boss_npc_81_90 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_03 npc pirate_pistol rebel_pistol commando_7 commando_7 12 9 +nova_orion_vendor_nova 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_vendor_nova.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=nova_schematic_vendor,string:township.nova_orion_faction=nova theme_park.dungeon.nova_orion_station.nova_orion_vendor,conversation.nova_orion_vendor rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +nova_orion_vendor_orion 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_vendor_orion.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=orion_schematic_vendor,string:township.nova_orion_faction=orion theme_park.dungeon.nova_orion_station.nova_orion_vendor,conversation.nova_orion_vendor rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +collection_fixer_protocol_droid 1 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_silver.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_1_10 generic_droid_1 droid 1 conversation.collections_fixbrokenspacekillcollections 0 2 +nova_orion_band_member_01 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_ochoa.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +nova_orion_band_member_02 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_sequencer_band1.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +nova_orion_band_member_03 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_sequencer_band3.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +nova_orion_band_member_04 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_sequencer_band2.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +nova_orion_band_member_05 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_npe_sequencer_cantina1.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +nova_orion_employee 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_employee 0.8 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +nova_orion_katiaras_ghost 100 0 0 0 0 NORMAL quest NPC dungeon1 nova_orion nova_orion_katiara_orion.iff 0.65 0.65 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.nova_orion_katiara_orion 0 0 +ewok_loveday_vendor 100 0 0 0 0 NORMAL anywhere ewok ewok_love_day_vendor.iff 1.15 1.15 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=loveday_stuff,string:item.token.type=item_event_loveday_chak_heart npc.vendor.vendor,conversation.loveday_vendor,event.ewok_festival.shaman 0 0 +ewok_loveday_dancer 100 0 0 0 0 NORMAL anywhere eowk ewok_dancer 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +ewok_loveday_chief 100 0 0 0 0 NORMAL anywhere ewok ewok_loveday_chief.iff 1.25 1.25 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 event.ewok_festival.chief 0 0 yes +savage_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_savage_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes +angry_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_angry_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes +territorial_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_territorial_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes +hungry_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_hungry_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes +oozing_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_oozing_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes +ferocious_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_ferocious_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes +carnivorous_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_carnivorous_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes +aggravated_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_aggravated_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes +brutal_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_brutal_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 yes +fierce_forage_worm 1 0 0 0 0 NORMAL Foraging Failure Worm anywhere forage_worm col_forage_fierce_worm.iff 1.5 1.5 0 0 0 0 0 -1 -1 0 -1 2 1 5 meat_carnivore 0.1 carnivore worm_snare worm_snare 12 12 instant +forage_thief 1 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level smuggler_1 smuggler_1 12 12 instant +forage_criminal 1 0 0 0 0 NORMAL global thug thug criminal_thug 0 0 0 0 0 0 0 0 -1 2 npc npc.converse.npc_convo thug slang pirate_pistol_low_level pirate_carbine_low_level 12 12 instant +forage_scavenger 1 0 0 0 0 NORMAL global thug thug commoner 0 0 0 0 0 0 0 0 -1 2 npc npc.converse.npc_convo thug slang rebel_pistol rebel_carbine 12 12 instant +heroic_exar_kun 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun.iff 1.3 1.3 2 40000 80000 1 100 heroic/heroic:exar_exar_kun 25 heroic_exar_kun 100 exar_kun npc 100 100 100 1 int:ai.noChatMood=1 heroic_exar_kun heroic_exar_kun 6 9 instant +heroic_exar_wordbearer 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_head_cultist.iff 1.3 1.3 2 npc 100 100 100 1 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_kun_massassi.iff heroic_exar_wordbearer heroic_exar_wordbearer 6 9 instant +heroic_exar_professor 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_professor.iff 1.3 1.3 2 npc 100 100 100 1 int:ai.noChatMood=1 heroic_exar_wordbearer heroic_exar_wordbearer 6 9 instant +heroic_exar_swordsman 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun invis_man.iff 1.3 1.3 2 npc 100 100 100 1 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_kun_massassi.iff heroic_exar_wordbearer heroic_exar_wordbearer 6 9 instant +heroic_exar_harmony 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_tomb_guardian 1.3 1.3 2 100 exar_harmony npc 100 100 100 int:ai.noChatMood=1 heroic_exar_harmony heroic_exar_harmony 6 30 instant +heroic_exar_chaos 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 1.3 1.3 2 100 exar_chaos npc 100 100 100 int:ai.noChatMood=1 heroic_exar_chaos heroic_exar_chaos 6 30 instant +heroic_exar_vengence 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 1.3 1.3 2 100 exar_vengeance npc 100 1 int:ai.noChatMood=1 heroic_exar_vengence heroic_exar_vengence 6 30 instant +heroic_exar_wrath 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 1.3 1.3 2 100 exar_wrath npc 100 100 100 1 int:ai.noChatMood=1 heroic_exar_wrath heroic_exar_wrath 6 30 instant +heroic_exar_hate_fist 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_fist_of_hate.iff 1.3 1.3 2 16000 24000 1 100 heroic/heroic:exar_hate_fist 25 heroic_exar_hate_fist 100 exar_hate npc 100 100 100 1 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_kun_massassi.iff heroic_exar_hate_fist heroic_exar_hate_fist 6 9 instant +heroic_exar_open_hand 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_open_hand.iff 1.3 1.3 2 32000 64000 1 100 heroic/heroic:exar_open_hand 25 heroic_exar_open_hand 100 exar_open_hand_of_hate npc 100 100 100 int:ai.noChatMood=1 heroic_exar_open_hand heroic_exar_open_hand 6 9 instant +heroic_exar_caretaker 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_caretaker.iff 1.3 1.3 2 8000 16000 1 100 heroic/heroic:exar_caretaker 25 heroic_exar_caretaker 100 exar_caretaker npc 100 100 100 1 int:ai.noChatMood=1 heroic_exar_caretaker heroic_exar_caretaker 6 9 instant +heroic_exar_cultist 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 2 npc int:ai.noChatMood=1 heroic_exar_cultist heroic_exar_cultist 0 9 +heroic_exar_prisoner 80 0 0 0 0 NORMAL heroic_exar_kun exar_kun exar_kun commoner 2 npc 1 1 int:ai.noChatMood=1 heroic_exar_prisoner heroic_exar_prisoner 0 9 instant +heroic_exar_warrior 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_warrior 2 npc int:ai.noChatMood=1 heroic_exar_warrior heroic_exar_warrior 0 9 instant +heroic_exar_tomb_guard 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_tomb_guardian 2 npc 90 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_kun_massassi.iff heroic_exar_tomb_guard heroic_exar_tomb_guard 12 9 instant +heroic_exar_minder 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_minder.iff 1.3 1.3 2 16000 24000 1 100 heroic/heroic:exar_minder 25 heroic_exar_minder 100 exar_minder npc 100 100 100 int:ai.noChatMood=1 heroic_exar_minder heroic_exar_minder 3 9 +heroic_exar_skreeg 90 0 0 0 0 ELITE heroic_exar_kun exar_kun exar_kun skreeg_hue.iff 2 carnivore monkey_5 monkey_5 6 9 instant +heroic_exar_skreeg_boss 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun skreeg_hue.iff 1.5 1.5 2 2 100 exar_skreeg carnivore 100 100 int:bm_doNotShowExamineInfo=1 heroic_exar_skreeg_boss heroic_exar_skreeg_boss 3 9 +heroic_exar_woolamander 90 0 0 0 0 ELITE heroic_exar_kun exar_kun exar_kun woolamander_hue.iff 2 carnivore monkey_5 monkey_5 0 9 +heroic_exar_gackle_bat 90 0 0 0 0 ELITE heroic_exar_kun exar_kun exar_kun gackle_bat_hue.iff 2 5 heroic_exar_gackle_bat carnivore bat_5 bat_5 6 9 instant +heroic_exar_gackle_bat_boss 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun gackle_bat_hue.iff 1.5 1.5 2 2 5 heroic_exar_gackle_bat 100 exar_gackle carnivore 100 100 int:bm_doNotShowExamineInfo=1 heroic_exar_gackle_bat_boss heroic_exar_gackle_bat_boss 3 9 +heroic_exar_geonosian 90 0 0 0 0 ELITE heroic_exar_kun exar_kun exar_kun geonosian_warrior 2 npc 75 int:ai.noChatMood=1 heroic_exar_geonosian heroic_exar_geonosian 0 9 instant +heroic_exar_executioner 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_tomb_guardian 2 npc 100 100 1 int:ai.noChatMood=1 object/weapon/melee/2h_sword/2h_sword_battleaxe.iff heroic_exar_executioner heroic_exar_executioner 12 9 instant +heroic_exar_lasher 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 2 npc 50 int:ai.noChatMood=1 heroic_exar_lasher heroic_exar_lasher 3 9 instant +heroic_exar_subduer 90 0 0 0 0 BOSS heroic_exar_kun exar_kun exar_kun exar_kun_cultist 2 npc 50 int:ai.noChatMood=1 heroic_exar_subduer heroic_exar_subduer 3 9 no +hunde_decan_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson hunde_decan_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 100 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_one townsperson townperson commoner_10 commoner_10 0 2 no +amyva_vanew_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson amyva_vanew_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 100 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_two townsperson townperson commoner_10 commoner_10 0 2 no +mikfa_faaus_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson mikfa_faaus_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_three townsperson townperson commoner_10 commoner_10 0 2 no +eteto_topan_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson eteto_topan_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_four townsperson townperson commoner_10 commoner_10 0 2 no +kerhi_hilak_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson kerhi_hilak_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_five townsperson townperson commoner_10 commoner_10 0 2 no +tombl_blaus_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson tombl_blaus_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_six townsperson townperson commoner_10 commoner_10 0 2 no +lepwalk_chan_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson lepwalk_chan_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 100 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_seven townsperson townperson commoner_10 commoner_10 0 2 no +nore_brrea_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson nore_brrea_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_eight townsperson townperson commoner_10 commoner_10 0 2 no +otonon_tracks_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson otonon_tracks_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 100 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_nine townsperson townperson commoner_10 commoner_10 0 2 no +icecream_man_ice_cream 1 0 0 0 0 NORMAL Corellian Ice Cream Collection Quest global townsperson townsperson icecream_man_ice_cream.iff 1 1 0 0 0 40 100 -1 -1 -1 -1 2 npc 1 int:ai.noChatMood=1,string:quest.questName=test_perform_action_on_npc,string:quest.taskName=doIt conversation.collections_ice_cream_part_ten townsperson townperson commoner_10 commoner_10 0 2 +exar_kun_intro_giver 100 0 0 0 0 NORMAL quest NPC exar_kun_intro corellia_university exar_kun_intro_giver.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.exar_kun_intro_giver commoner_10 commoner_10 0 2 +exar_kun_intro_professor_wagglehorn 100 0 0 0 0 NORMAL quest NPC exar_kun_intro corellia_university exar_kun_professor_wagglehorn.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 100 conversation.exar_kun_intro_wagglehorn commoner_10 commoner_10 0 2 +exar_kun_intro_corpse 100 0 0 0 0 NORMAL quest NPC exar_kun_intro corellia_university dressed_combatmedic_trainer_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 0 0 npc 1 quest.task.ground.retrieve_item_on_item,npc.legacy_dead_miner 0 0 +exar_kun_intro_magnus_grenz 90 0 0 0 0 BOSS quest NPC exar_kun_intro exar_kun exar_kun_intro_magnus_grenz.iff 2 0 0 npc 1 conversation.exar_kun_intro_grenz,quest.task.ground.wave_event_controller_npc yes +exar_kun_intro_cultist 90 0 0 0 0 NORMAL quest NPC exar_kun_intro exar_kun exar_kun_cultist 5 2 npc/elite_npc:elite_npc_81_90 npc 100 int:ai.noChatMood=1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 8 12 yes +exar_kun_intro_cult_soulslave 90 0 0 0 0 NORMAL quest NPC exar_kun_intro exar_kun exar_kun_warrior 10 2 npc/elite_npc:elite_npc_81_90 npc 100 int:ai.noChatMood=1 deathwatch_ranged deathwatch_ranged spy_10 spy_10 8 12 yes +exar_kun_intro_cult_bloodservant 90 0 0 0 0 NORMAL quest NPC exar_kun_intro exar_kun exar_kun_warrior 25 2 npc/elite_npc:elite_npc_81_90 npc 100 int:ai.noChatMood=1 deathwatch_ranged deathwatch_ranged bounty_hunter_10 bounty_hunter_10 8 12 +exar_kun_intro_rebel 90 0 0 0 0 NORMAL quest NPC exar_kun_intro rebel Rebel dressed_rebel_trooper_sullustan_male_01.iff 2 0 0 npc 1 conversation.exar_kun_intro_dig_site_spy +storyteller_mse_droid 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid mouse_droid.iff 0 0 0 0 0 0 0 0 0 2 droid 1 +storyteller_dewback 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_dewback dewback_hue.iff 0.8 1.2 4 20 0 10 0 -1 -1 -1 -1 2 herbivore bull_1 bull_1 0 2 1 instant +storyteller_krayt_dragon 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_krayt_dragon krayt_dragon_hue.iff 0.8 0.9 3 95 95 95 95 65 95 95 95 2 carnivore 100 snare_defense=125,root_defense=125 lizard_5 lizard_5 24 24 instant +storyteller_kimogila 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_kimogila kimogila_hue.iff 0.7 0.8 2 40 65 0 100 -1 0 100 -1 2 carnivore 100 snare_defense=100,root_defense=100 lizard_5 lizard_5 24 12 +storyteller_graul 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_graul graul_hue.iff 0.9 1 1 50 0 -1 0 0 -1 -1 -1 2 carnivore gorilla_5 gorilla_5 12 12 1 +storyteller_womprat 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_womprat womp_rat_hue.iff 0.9 1.1 9 0 0 0 0 0 0 0 -1 2 carnivore rat_1 rat_1 12 6 +storyteller_worrt 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_worrt worrt_hue.iff 1.2 1.4 1 0 0 0 0 0 10 0 -1 2 carnivore frog_1 frog_1 12 6 1 +storyteller_eopie 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_eopie eopie_hue.iff 0.8 1.2 2 0 0 0 10 10 0 0 -1 2 herbivore 0 6 yes +storyteller_imperial_pilot 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial dressed_tie_fighter_m.iff 0 0 0 0 0 0 0 0 -1 2 npc int:ai.noChatMood=1 military imperial_carbine imperial_pistol commando_2 commando_2 0 10 yes +storyteller_rebel_pilot 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_pilot 0 0 0 0 0 0 0 0 -1 2 npc int:ai.noChatMood=1 military rebel_carbine rebel_pistol commando_2 commando_2 0 10 +storyteller_4lom 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 4lom.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc 1 commoner_10 commoner_10 0 2 1 yes +storyteller_ig_assassin_droid 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_assassindroid ig_assassin_droid.iff 0 25 25 0 0 0 -1 0 -1 2 android droid_1 droid_1 10 10 +storyteller_astromech_waiter 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid astromech_waiter.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 instant +storyteller_blastromech 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_blastromech blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_7 droid_7 12 12 +storyteller_r2 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid r2.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 +storyteller_r3 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid r3.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 +storyteller_r4 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid r4.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 +storyteller_r5 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid r5.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 creature.droid_setup 0 2 +storyteller_bomarr_monk 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_spiderdroid bomarr_monk_spider_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid droid_special_3 droid_special_3 6 10 +storyteller_eg6_power_droid 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid eg6_power_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 +storyteller_le_repair_droid 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid le_repair_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 droid_2 droid_2 0 2 1 +storyteller_probot 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_probot probot.iff 0 0 10 0 0 0 0 0 0 1.8 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_1 droid_1 0 2 +storyteller_protocol_droid_3po 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 +storyteller_protocol_droid_3po_red 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 +storyteller_protocol_droid_3po_silver 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 3po_protocol_droid_silver.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 +storyteller_surgical_droid_21b 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_droid 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 0 2 yes +storyteller_exar_kun_cultist 1 0 0 0 0 NORMAL Storyteller Flavor NPC anywhere storyteller_cultist exar_kun_cultist 5 2 npc 100 int:ai.noChatMood=1 deathwatch_ranged deathwatch_ranged commando_10 commando_10 8 12 +bounty_check_fugitive_1 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_1.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 +bounty_check_fugitive_2 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_2.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 +bounty_check_fugitive_3 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_3.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 +bounty_check_fugitive_4 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_4.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 +bounty_check_fugitive_5 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_5.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 +bounty_check_fugitive_6 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_6.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 +bounty_check_fugitive_7 90 0 0 0 0 NORMAL Bounty Check Fugitive global commoner bounty_check_fugitive_7.iff 0 30 30 10 -20 -20 0 0 -1 2 500 1500 1 25 npc/npc_81_90 npc int:noBountyCheck=1,int:bountyCheckPayBracket=1 ai.thug thug slang general_pistol general_unarmed spy_8 melee_7 8 8 yes +bounty_check_fugitive_8 90 0 0 0 0 ELITE Bounty Check Fugitive global commoner bounty_check_fugitive_8.iff 0 0 40 0 80 80 80 80 80 2 500 1500 1 25 npc/elite_npc:elite_force_dark_npc_81_90 npc 1 1 int:noBountyCheck=1,int:bountyCheckPayBracket=2 force_sword force_sword_ranged jedi_no_saber_8 jedi_no_saber_8 8 8 yes +bounty_check_fugitive_9 90 0 0 0 0 ELITE Bounty Check Fugitive global commoner bounty_check_fugitive_9.iff 0 40 0 0 20 20 80 20 80 2 500 1500 1 25 npc/elite_npc:elite_npc_81_90 npc 1 1 int:noBountyCheck=1,int:bountyCheckPayBracket=2 ai.thug thug slang pirate_pistol general_unarmed spy_10 melee_8 8 8 +bounty_check_fugitive_10 90 0 0 0 0 ELITE Bounty Check Fugitive global commoner bounty_check_fugitive_10.iff 0 0 40 0 80 80 80 80 80 2 500 1500 1 25 npc/elite_npc:elite_force_light_npc_81_90 npc 1 1 int:noBountyCheck=1,int:bountyCheckPayBracket=2 noble fancy jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 8 8 +bounty_guild_bounty_check_rep 100 0 0 0 0 NORMAL tatooine townsperson townsperson bounty_guild_bounty_check.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.bounty_check_reset commoner_10 commoner_10 0 2 yes +mission_bounty_boss_aakuan_assassin 70 0 0 0 0 BOSS bounty bounty_target aakuan_hard 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc noble pirate_polearm pirate_carbine melee_special_6 spy_special_6 30 30 yes +mission_bounty_boss_aakuan_champion 70 0 0 0 0 BOSS bounty bounty_target aakuan_hard 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc noble pirate_rifle pirate_pistol commando_special_6 commando_special_6 30 30 yes +mission_bounty_boss_aakuan_warder 70 0 0 0 0 BOSS bounty bounty_target aakuan_hard 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc noble fancy pirate_polearm general_pistol melee_special_6 commando_special_6 30 30 yes +mission_bounty_boss_blood_razor_cutthroat 70 0 0 0 0 BOSS bounty bounty_target blood_razor_pirate 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_pistol pirate_carbine smuggler_special_6 smuggler_special_6 30 30 yes +mission_bounty_boss_blood_razor_pirate_elite 70 0 0 0 0 BOSS bounty bounty_target blood_razor_pirate_elite 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_polearm pirate_pistol smuggler_special_6 smuggler_special_6 30 30 yes +mission_bounty_boss_blood_razor_scout 70 0 0 0 0 BOSS bounty bounty_target blood_razor_pirate 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_rifle pirate_pistol bounty_hunter_special_6 bounty_hunter_special_6 30 30 yes +mission_bounty_boss_canyon_corsair_cutthroat 70 0 0 0 0 BOSS bounty bounty_target corsair_cutthroat 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_pistol pirate_polearm smuggler_special_6 melee_special_6 30 30 yes +mission_bounty_boss_canyon_corsair_pirate_strong 70 0 0 0 0 BOSS bounty bounty_target corsair_pirate_elite 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_carbine rebel_pistol smuggler_special_6 smuggler_special_6 30 30 yes +mission_bounty_boss_canyon_corsair_pirate_weak 70 0 0 0 0 BOSS bounty bounty_target corsair_pirate_weak 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_carbine pirate_pistol smuggler_special_6 smuggler_special_6 30 30 yes +mission_bounty_boss_canyon_corsair_scout 70 0 0 0 0 BOSS bounty bounty_target corsair_pirate_weak 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_rifle general_pistol bounty_hunter_special_6 bounty_hunter_special_6 30 30 yes +mission_bounty_boss_cobral_boss 70 0 0 0 0 BOSS bounty bounty_target cobral_boss 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_pistol general_unarmed officer_special_6 melee_special_6 30 30 yes +mission_bounty_boss_cobral_overlord 70 0 0 0 0 BOSS bounty bounty_target cobral_boss 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate_polearm pirate_pistol melee_special_6 officer_special_6 30 30 yes +mission_bounty_boss_corsec_chief 70 0 0 0 0 BOSS bounty bounty_target corsec_captain 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc imperial military general_rifle pirate_carbine officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_corsec_comissioner 70 0 0 0 0 BOSS bounty bounty_target corsec_captain 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc imperial military general_carbine pirate_sword commoner_7 melee_special_6 30 30 yes +mission_bounty_boss_garyn_lieutenant 70 0 0 0 0 BOSS bounty bounty_target garyn_lieutenant 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc military military pirate_carbine general_pistol officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_garyn_vigo 70 0 0 0 0 BOSS bounty bounty_target garyn_vigo 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc slang pirate_carbine pirate_pistol commando_special_6 commando_special_6 30 30 yes +mission_bounty_boss_imperial_deserter 70 0 0 0 0 BOSS bounty nym Rebel imperial_officer 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc imperial_carbine rebel_pistol commando_special_6 commando_special_6 30 30 yes +mission_bounty_boss_lord_nyax_visionary 70 0 0 0 0 BOSS bounty bounty_target mercenary_elite 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc general_carbine pirate_carbine medic_special_6 medic_special_6 30 30 yes +mission_bounty_boss_lost_aqualish_warchief 70 0 0 0 0 BOSS bounty bounty_target lost_aqualish_warchief 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc military military general_sword rebel_pistol melee_special_6 officer_special_6 30 30 yes +mission_bounty_boss_mercenary_weak 70 0 0 0 0 BOSS bounty bounty_target mercenary_weak 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc rebel_carbine pirate_carbine commando_special_6 commando_special_6 30 30 yes +mission_bounty_boss_nym_bodyguard 70 0 0 0 0 BOSS bounty bounty_target nym_bodyguard 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc rebel_carbine rebel_pistol commando_special_6 melee_special_6 30 30 yes +mission_bounty_boss_nym_guard_weak 70 0 0 0 0 BOSS bounty bounty_target nym_guard_weak 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc general_carbine pirate_pistol commando_special_6 commando_special_6 30 30 yes +mission_bounty_boss_nym_patrol_weak 70 0 0 0 0 BOSS bounty bounty_target nym_patrol_weak 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate pirate_carbine pirate_pistol commando_special_6 commando_special_6 30 30 yes +mission_bounty_boss_nym_pirate_elite 70 0 0 0 0 BOSS bounty bounty_target nym_pirate_elite 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc pirate pirate_carbine pirate_carbine smuggler_special_6 smuggler_special_6 30 30 yes +mission_bounty_boss_rebel_brigadier_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_brigadier_general 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_rebel_commando 70 0 0 0 0 BOSS bounty rebel Rebel rebel_commando 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier rebel military commando_ranged imperial_pistol commando_special_6 commando_special_6 30 30 yes +mission_bounty_boss_rebel_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_general 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_rebel_high_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_high_general 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_pistol officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_rebel_lieutenant_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_lieutenant_general 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine imperial_unarmed officer_special_6 melee_special_6 30 30 yes +mission_bounty_boss_rebel_major_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_high_general 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine commando_melee officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_rebel_specforce_captain 70 0 0 0 0 BOSS bounty rebel Rebel rebel_specforce_captain 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_rebel_specforce_colonel 70 0 0 0 0 BOSS bounty rebel Rebel rebel_colonel 1 1.3 0 40 40 0 40 -1 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_rebel_specforce_general 70 0 0 0 0 BOSS bounty rebel Rebel rebel_general 1 1.3 0 40 40 0 0 40 -1 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_rebel_surface_marshal 70 0 0 0 0 BOSS bounty rebel Rebel rebel_surface_marshal 1 1.3 0 40 40 0 0 0 40 -1 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier,npc.faction_recruiter.recruiter_setup rebel military rebel_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_specforce_major 70 0 0 0 0 BOSS bounty rebel Rebel rebel_colonel 1 1.3 0 40 40 -1 0 0 0 40 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc ai.soldier military military imperial_carbine rebel_pistol officer_special_6 officer_special_6 30 30 yes +mission_bounty_boss_specops_alliance_free_agent 70 0 0 0 0 BOSS bounty rebel Rebel rebel_trooper 1 1.3 0 40 40 40 -1 0 0 0 0 2 3 80 npc/mission_bounty:bounty_boss boss_npc_7 npc military military imperial_carbine imperial_pistol spy_special_6 spy_special_6 30 30 +col_jedi_robe_light_jedi 91 0 0 0 0 ELITE jedi robe collection col_jedi_robe_light jedi_robe_light_jedi.iff 0 0 0 0 0 0 0 0 0 2 npc 90 90 100 100 1 1 int:ai.noChatMood=1 jedi_statue_quest_light jedi_light_ranged col_jedi_statue_special_light col_jedi_statue_special_light 18 0 yes +col_jedi_robe_dark_jedi 91 0 0 0 0 ELITE jedi robe collection col_jedi_robe_dark jedi_robe_dark_jedi.iff 0 0 0 0 0 0 0 0 0 2 npc 90 90 100 100 1 1 int:ai.noChatMood=1 jedi_statue_quest_dark jedi_dark_ranged col_jedi_statue_special_dark col_jedi_statue_special_dark 18 0 +col_jedi_robe_giver 100 0 0 0 0 BOSS jedi robe collection jedi robe collection jedi_robe_collection_giver.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 100 conversation.jedi_robe_collection_giver 0 0 +col_jedi_robe_jinsu_taker 100 0 0 0 0 NORMAL jedi robe collection jedi robe collection jedi_robe_jinsu_taker.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 100 conversation.jedi_robe_jinsu_taker 0 0 +mtp_quest_crate_maker 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout townsperson dressed_corran_horn.iff 1 conversation.mtp_hideout_access_crate_maker yes +mtp_quest_crate_breaker 63 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout crate_breaker dressed_assassin_mission_giver_imp_hum_m_02.iff 5 2 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc 1 100 int:ai.noChatMood=1 conversation.mtp_hideout_access_crate_breaker deathwatch_ranged deathwatch_ranged commando_7 commando_7 0 0 yes +mtp_quest_crate_breaker_high 90 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout crate_breaker dressed_assassin_mission_giver_imp_hum_m_02.iff 5 2 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc 1 100 int:ai.noChatMood=1 conversation.mtp_hideout_access_crate_breaker deathwatch_ranged deathwatch_ranged commando_10 commando_10 0 0 +mtp_quest_droid_farmer 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout townsperson dressed_quest_farmer.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.mtp_hideout_access_droid_farmer commoner_10 commoner_10 0 2 +mtp_quest_bike_racer 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout townsperson dressed_npe_dartas.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.mtp_hideout_access_bike_racer commoner_10 commoner_10 0 2 +mtp_quest_farles_meatlump 64 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 meatlump npc pirate_pistol smuggler_7 melee_7 8 4 +mtp_quest_farles_meatlump_high 90 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 18 meatlump npc pirate_pistol smuggler_10 melee_10 8 4 +mtp_quest_strilath_farles 65 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_merkie_howzat.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc theme_park.meatlump.mtp_quest_strilath_farles_combat pirate_pistol smuggler_7 melee_7 8 2 +mtp_quest_strilath_farles_high 91 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_merkie_howzat.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc theme_park.meatlump.mtp_quest_strilath_farles_combat pirate_pistol smuggler_10 melee_10 8 2 +mtp_quest_strilath_farles_convo 100 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_merkie_howzat.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 theme_park.meatlump.mtp_quest_strilath_farles_combat,conversation.mtp_hideout_access_strilath_farles_02 pirate_pistol smuggler_10 melee_10 8 2 yes +mtp_quest_farles_ragtag 64 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_7 melee_7 0 8 yes +mtp_quest_farles_ragtag_high 90 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang commoner 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_10 melee_10 0 8 yes +mtp_quest_farles_ragtag_leader 65 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_tomi_jinsin.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_6 melee_special_6 0 8 yes +mtp_quest_farles_ragtag_leader_high 91 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_tomi_jinsin.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_9 melee_special_9 0 8 +mtp_quest_old_meatlump 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_male_02.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_access_old_meatlump pirate_pistol smuggler_2 melee_2 +mtp_quest_kaiya_merel 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_02.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_access_lieutenant_kaiya pirate_pistol yes +mtp_quest_rogue_corsec_01 65 0 0 0 0 NORMAL CREDITS quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle bounty_hunter_7 bounty_hunter_7 0 12 yes +mtp_quest_rogue_corsec_01_high 91 0 0 0 0 NORMAL CREDITS quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_f.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle bounty_hunter_10 bounty_hunter_10 0 12 yes +mtp_quest_rogue_corsec_02 65 0 0 0 0 NORMAL CREDITS quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle bounty_hunter_7 bounty_hunter_7 0 12 yes +mtp_quest_rogue_corsec_02_high 91 0 0 0 0 NORMAL CREDITS quest NPC corellia corsec_rogue rogue_corsec dressed_mercenary_destroyer_hum_m.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 18 rogue_corsec npc int:ai.rangedOnly=1 thug slang general_rifle bounty_hunter_10 bounty_hunter_10 0 12 yes +mtp_quest_stephax_meatlump 65 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01,col_shattered_shard_04 18 meatlump npc pirate_pistol smuggler_7 melee_7 8 4 yes +mtp_quest_stephax_meatlump_high 90 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_81_90 4 col_shattered_shard_01,col_shattered_shard_04,col_contraband_set_03,col_contraband_set_02 18 meatlump npc pirate_pistol smuggler_10 melee_10 8 4 yes +mtp_quest_stephax_dain 66 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_shattered_shard_03 18 meatlump npc pirate_pistol smuggler_7 melee_7 8 2 yes +mtp_quest_stephax_dain_high 91 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_01.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_81_90 4 col_shattered_shard_02,col_shattered_shard_03,col_contraband_set_04,col_contraband_set_01 18 meatlump npc pirate_pistol smuggler_10 melee_10 8 2 +mtp_meatlump_vendor 100 0 0 0 0 NORMAL meatlump theme-park meatlumps_hideout meatlump meatlump dressed_meatlump_male_03.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=mtp_meatlump_vendor theme_park.meatlump.mtp_vendor,conversation.meatlump_vendor 0 0 +mtp_corellia_times_vendor 100 0 0 0 0 NORMAL meatlump theme-park corellia corellia_times dressed_fs_junk_dealer.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=mtp_corellia_times_vendor theme_park.meatlump.mtp_vendor,conversation.corellia_times_vendor 0 0 +meatlump_outpost_guard_donk 65 0 0 0 0 NORMAL generic guardian meatlumps_outpost meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_3 4 col_shattered_shard_02,col_shattered_shard_03,col_contraband_set_04,col_contraband_set_01 18 meatlump npc pirate_pistol smuggler_2 melee_2 12 +meatlump_outpost_guard_dunder 65 0 0 0 0 NORMAL generic guardian meatlumps_outpost meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_3 4 col_shattered_shard_01,col_shattered_shard_04,col_contraband_set_02,col_contraband_set_03 18 meatlump npc pirate_pistol smuggler_2 melee_2 12 instant +meatlump_outpost_guard_spawned 1 0 0 0 0 NORMAL spawned by trigger meatlumps_outpost meatlump meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_3 18 meatlump npc pirate_pistol smuggler_2 melee_2 6 2 +mtp_angry_meatlump 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout angry_meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 0 2 npc 1 0 0 +mtp_meatlump_king 100 0 0 0 0 BOSS meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_king.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc 1 theme_park.meatlump.hideout.meatlump_king,conversation.mtp_meatlump_king +mtp_hideout_meatlump_dunder 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true +mtp_hideout_meatlump_lunk 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true +mtp_hideout_meatlump_donk 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true +mtp_hideout_meatlump_simp 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true +mtp_hideout_meatlump_nerp 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true +mtp_hideout_meatlump_lieutenant 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_lieutenant 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true +mtp_hideout_meatlump_captain 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_captain 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true +mtp_hideout_meatlump_decider 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_decider 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 boolean:angryMeatlumpsEligible=true +mtp_corellia_times_contact 100 0 0 0 0 NORMAL dungeon1 nova_orion dressed_mtp_corellian_times_contact.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_corellia_times_contact 0 0 +meatlump_kreetle 1 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump_kreetle meatlump_tanc_mite.iff 0.2 0.4 1 0 0 0 0 0 0 0 0 1 theme_park.meatlump.sewer_rodent 0 +meatlump_worrt 1 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump_worrt meatlump_worrt.iff 0.2 0.4 1 0 0 0 0 0 0 0 0 1 theme_park.meatlump.sewer_rodent 0 +mtp_kissing_meatlump_male 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_male_02.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_kissing_booth 0 0 +mtp_kissing_meatlump_female 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_hideout_female_01.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_kissing_booth 0 0 +mtp_hideout_bomb_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_bomb_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_bomb_tech 0 0 +mtp_hideout_food_supplies_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_food_supply_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_food_supply_tech 0 0 +mtp_hideout_weapon_supply_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_weapon_supply_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_weapon_supply_tech 0 0 +mtp_hideout_map_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_map_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_map_tech 0 0 +mtp_hideout_safe_tech 100 0 0 0 0 ELITE meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_safe_tech.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_hideout_safe_tech 0 0 instant +mtp_hideout_infiltrator 1 0 0 0 0 NORMAL stealth infiltrator meatlumps_hideout thug thug dressed_meatlump_hideout_infiltrator.iff 0 45 35 0 0 30 30 80 65 2 1 80 npc/npc_61_70 npc int:ai.noChatMood=1 ai.soldier thug military rebel_carbine rebel_carbine officer_special_6 officer_special_6 2 0 +rebel_emperorsday_vendor 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_emperorsday_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=rebel_emperorsday_stuff,string:emperorsday.npcType=rebel_vendor,string:item.token.type=item_empire_day_rebel_token npc.vendor.vendor,conversation.rebel_emperorsday_vendor,event.emperorsday.rebel_npc 0 0 +imperial_emperorsday_vendor 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_emperorsday_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=imperial_emperorsday_stuff,string:emperorsday.npcType=imperial_vendor,string:item.token.type=item_empire_day_imperial_token npc.vendor.vendor,conversation.imperial_emperorsday_vendor,event.emperorsday.imperial_npc 0 0 +rebel_emperorsday_soldier 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_desert_soldier.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:emperorsday.npcType=soldier event.emperorsday.rebel_npc 0 0 +rebel_emperorsday_spec_ops 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:emperorsday.npcType=soldier event.emperorsday.rebel_npc 0 0 +rebel_emperorsday_pilot 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:emperorsday.npcType=soldier event.emperorsday.rebel_npc 0 0 +rebel_emperorsday_leia 100 0 0 0 0 BOSS anywhere rebel Rebel rebel_emperorsday_leia.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc 1 string:emperorsday.npcType=leia,int:celebrity=1 event.emperorsday.rebel_npc commoner_10 commoner_10 0 0 +rebel_emperorsday_chewbacca 200 0 0 0 0 BOSS anywhere rebel Rebel chewbacca.iff 1.14 1.14 0 0 0 0 0 0 0 0 0 2 npc 1 string:emperorsday.npcType=chewbacca,int:celebrity=1 event.emperorsday.rebel_npc commoner_10 commoner_10 0 0 +rebel_emperorsday_han_solo 150 0 0 0 0 BOSS anywhere rebel Rebel han_solo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 string:emperorsday.npcType=solo,int:celebrity=1 event.emperorsday.rebel_npc smuggler_10 smuggler_10 0 0 +rebel_emperorsday_wedge_antilles 100 0 0 0 0 BOSS anywhere rebel Rebel wedge_antilles_remembrance_day.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rebel_remembrance_day_wedge_antilles commoner_10 commoner_10 0 0 +rebel_emperorsday_major_rieekan 100 0 0 0 0 BOSS anywhere rebel Rebel dressed_major_rieekan_remembrance_day.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 int:holidayFaction=2 conversation.rebel_remembrance_day_rieekan,event.emp_day.give_multiple_items_to_supply_npc commoner_10 commoner_10 0 0 +rebel_emperorsday_captain_derlin 100 0 0 0 0 BOSS anywhere rebel Rebel dressed_captain_derlin_remembrance_day.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rebel_remembrance_day_captain_derlin commoner_10 commoner_10 0 0 +rebel_emperorsday_ceremony_sentry 110 0 0 0 0 BOSS anywhere rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc 100 100 100 100 1 stormtrooper military rebel_carbine rebel_pistol officer_6 officer_6 20 20 instant +rebel_emperorsday_crashvictim_pilot 100 2 0 2 5 ELITE anywhere imperial Imperial rebel_pilot 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.rebel_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +rebel_emperorsday_crashvictim_officer 100 0 0 0 0 ELITE anywhere imperial Imperial rebel_major 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 int:hasIntel=1 event.emperorsday.rebel_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +rebel_emperorsday_crashvictim_trooper 100 0 0 0 0 ELITE anywhere imperial Imperial rebel_commando 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.rebel_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +rebel_emperorsday_crashvictim_spec_ops 100 2 0 2 5 ELITE anywhere imperial Imperial rebel_specforce_hum_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.rebel_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +imperial_emperorsday_mara_jade 100 0 0 0 0 BOSS anywhere imperial Imperial mara_jade_empire_day.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.imperial_empire_day_mara_jade commoner_10 commoner_10 0 0 +imperial_emperorsday_kaythree 100 0 0 0 0 BOSS anywhere imperial Imperial kaythree_protocol_droid.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.imperial_empire_day_kaythree commoner_10 commoner_10 0 0 +imperial_emperorsday_major_tantor 100 0 0 0 0 BOSS anywhere imperial Imperial dressed_imperial_officer_brenn_tantor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.imperial_empire_day_major_tantor commoner_10 commoner_10 0 0 +imperial_emperorsday_dark_trooper 100 0 0 0 0 ELITE anywhere imperial Imperial dark_trooper.iff 1.25 1.25 0 40 0 0 50 50 50 50 -1 2 android 1 string:emperorsday.npcType=dark_trooper event.emperorsday.imperial_npc stormtrooper_sword melee_2 melee_2 0 0 +imperial_emperorsday_stormtrooper 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 string:emperorsday.npcType=stormtrooper event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +imperial_emperorsday_stormtrooper_fat 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_fat_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 string:emperorsday.npcType=stormtrooper event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +imperial_emperorsday_stormtrooper_squad_leader 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_groupleader_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc 1 string:emperorsday.npcType=stormtrooper_squadleader event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 instant +imperial_emperorsday_tie_fighter_pilot 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_tie_fighter_m.iff 1 1 0 0 0 0 -1 30 -1 30 -1 2 npc 1 string:emperorsday.npcType=stormtrooper_squadleader event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 instant +imperial_emperorsday_darth_vader 300 0 0 0 0 BOSS anywhere imperial Imperial darth_vader.iff 1.3 1.3 0 0 0 0 0 0 0 0 0 2 npc 1 string:emperorsday.npcType=vader,int:celebrity=1 event.emperorsday.imperial_npc jedi_statue_quest_dark jedi_special_9 jedi_special_9 0 0 +imperial_emperorsday_atst 100 2 0 2 5 ELITE anywhere imperial Imperial atst.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 string:emperorsday.npcType=stormtrooper event.emperorsday.imperial_npc stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +imperial_emperorsday_supply_officer 100 0 0 0 0 BOSS anywhere imperial Imperial imperial_officer 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 int:holidayFaction=1 conversation.imperial_empire_day_supply_officer,event.emp_day.give_multiple_items_to_supply_npc commoner_10 commoner_10 0 0 +imperial_emperorsday_ceremony_sentry 110 0 0 0 0 BOSS anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc 100 100 100 100 1 stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 20 20 instant +imperial_emperorsday_crashvictim_stormtrooper 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.imperial_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +imperial_emperorsday_crashvictim_officer 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_emperorsday_vendor.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 int:hasIntel=1 event.emperorsday.imperial_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +imperial_emperorsday_crashvictim_imperial_inquisitor 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_imperial_inquisitor_human_male_01.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.imperial_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +imperial_emperorsday_crashvictim_galactic_marine 100 2 0 2 5 ELITE anywhere imperial Imperial galactic_marine_hum_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 event.emperorsday.imperial_npc_corpse stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +mtp_instance_power_droid 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_droid_target eg6_power_droid.iff 0 45 65 100 60 100 25 40 75 2 droid/mtp_instance_droid 2 col_holo_emitter_01 droid droid_2 droid_2 0 6 +mtp_instance_mouse_droid 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_droid_target mouse_droid.iff 0 45 65 100 60 100 25 40 75 2 droid/mtp_instance_droid 2 col_holo_emitter_01 droid droid_2 droid_2 0 6 yes +mtp_instance_blastromech 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_droid_target blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/mtp_instance_droid 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 0 6 +mtp_instance_r5 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_droid_target r5.iff 0 45 65 100 60 100 25 40 75 2 droid/mtp_instance_droid 2 col_holo_emitter_01 droid creature.droid_setup droid_2 droid_2 0 6 yes +mtp_instance_security_droid_01 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_security_droid warren_agro_droid_s02.iff 0.8 1 0 0 0 0 0 0 0 0 0 2 1 80 droid/droid_1_10 android droid_special_3 droid_special_3 0 8 yes +mtp_instance_security_droid_02 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_security_droid warren_agro_droid_s04.iff 0.8 1 0 0 0 0 0 0 0 0 0 2 1 80 droid/droid_1_10 android droid_special_3 droid_special_3 0 8 yes +mtp_instance_aggro_security_droid_01 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_security_droid warren_agro_droid_s02.iff 0.8 1 0 45 65 100 60 100 25 40 75 2 1 80 droid/mtp_instance_droid 2 col_holo_emitter_01 android droid_special_3 droid_special_3 6 8 yes +mtp_instance_aggro_security_droid_02 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance mtp_security_droid warren_agro_droid_s04.iff 0.8 1 0 45 65 100 60 100 25 40 75 2 1 80 droid/mtp_instance_droid 2 col_holo_emitter_01 android droid_special_3 droid_special_3 6 8 yes +mtp_instance_ragtag_blackjack 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance ragtag_gang commoner 0 0 0 0 0 0 0 0 25 2 npc/mtp_instance_npc 4 npc pirate_carbine commando_6 melee_3 6 2 yes +mtp_instance_ragtag_cudgel 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance ragtag_gang commoner 0 0 0 0 0 0 0 0 25 2 npc/mtp_instance_npc 4 npc pirate_carbine commando_7 melee_3 6 2 +mtp_hideout_angry_meatlump_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_hideout_female_04.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.mtp_angry_meatlump_giver +mtp_hideout_all_droids_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_03.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 boolean:angryMeatlumpsEligible=true conversation.mtp_destroy_all_droids_giver +mtp_hideout_some_droids_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_lieutenant_05.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 boolean:angryMeatlumpsEligible=true conversation.mtp_destroy_some_droids_giver +mtp_hideout_meatlump_supplies_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_captain_04.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 boolean:angryMeatlumpsEligible=true conversation.mtp_meatlumps_supplies_giver +mtp_hideout_trapped_meatlump_giver 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump dressed_meatlump_decider_02.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 boolean:angryMeatlumpsEligible=true conversation.mtp_trapped_meatlump_giver +mtp_hideout_quest_smuggler 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump jawa_male.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc 1 conversation.mtp_hideout_weapon_supply_smuggler pirate_carbine_low_level pirate_sword spy_1 melee_1 0 2 +mtp_hideout_chef_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_female_chef_02.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_meatlump_wine 0 0 +mtp_hideout_chef_02 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_male_chef_02.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +mtp_hideout_col_eavesdrop_npc_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_hideout_col_eavesdrop 0 0 +mtp_hideout_col_recon_npc_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_hideout_thug_male 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_hideout_recon 0 0 +mtp_hideout_complaint_dept_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +mtp_hideout_quest_ragtag_ames_missd 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_ragtag_ames_missd.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_31_40 generic_npc_2 npc 1 conversation.mtp_ragtag_ames_missd,quest.task.ground.wave_event_controller_npc 0 0 instant +mtp_hideout_quest_ragtag_box_orox 1 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_ragtag_box_orox.iff 1 1 0 0 0 0 0 0 0 0 -1 2 200 500 1 100 npc/npc_61_70 generic_npc_2 7 col_contraband_set_03,col_contraband_set_04 npc theme_park.meatlump.quest_ames_missd_ragtag_event thug slang general_carbine pirate_carbine medic_special_6 medic_special_6 2 2 instant +mtp_hideout_quest_ragtag_anita_bath 1 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_corellia_ragtag_anita_bath.iff 0.95 0.95 0 0 0 0 0 0 0 0 -1 2 200 500 1 100 npc/npc_61_70 generic_npc_2 7 col_contraband_set_03,col_contraband_set_04 npc theme_park.meatlump.quest_ames_missd_ragtag_event thug slang general_carbine pirate_carbine medic_special_6 medic_special_6 2 2 +mtp_hideout_quest_meatlump_captain_coptszt 100 0 0 0 0 NORMAL meatlumps_hideout meatlump dressed_meatlump_captain_coptszt.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 0 0 +mtp_hideout_complaint_dept_02 100 0 0 0 0 NORMAL meatlumps_hideout meatlump ep3/ep3_clone_relics_super_battle_droid_01.iff 1.5 1.5 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_complaint_department 0 0 +mtp_hideout_col_doll_npc_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_thug 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_hideout_col_doll_reset 0 0 +mtp_hideout_col_recruit_01 100 0 0 0 0 NORMAL meatlumps_hideout meatlump meatlump_hideout_thug_male 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mtp_hideout_col_recruit 0 0 yes +mtp_delivery_ambush_ragtag_blackjack 65 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout_instance ragtag_gang commoner 0 0 0 0 0 0 0 0 25 2 npc/mtp_instance_npc 4 col_contraband_set_01,col_contraband_set_02 npc pirate_carbine commando_6 melee_3 6 2 +mtp_instance_lost_meatlump 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hideout_thug_male 0 0 0 0 0 0 0 0 -1 2 npc 1 +mtp_recruiter_corsec_detective 81 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_detective 0 50 50 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 7 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc int:ai.rangedOnly=1 ai.soldier imperial military general_rifle general_pistol officer_8 officer_8 0 0 +mtp_recruiter_corsec_investigator 33 0 0 0 0 NORMAL corellia corsec corsec corsec_detective 0 0 0 0 0 0 0 0 0 2 1 80 npc/npc_31_40 generic_npc_4 7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 imperial military general_carbine general_pistol officer_3 officer_3 0 0 +mun_quest_marauder 100 0 0 0 0 NORMAL marauder endor marauder mun_quest_maurader.iff 1 1 0 0 0 0 0 0 0 0 -1 2 18 marauder npc 1 conversation.mun_quest_marauder 0 2 +community_painting_handout_2008 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.community_painting_handout_2009 commoner_10 commoner_10 0 2 +halloween_vendor 100 0 0 0 0 ELITE anywhere jabba halloween_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=halloween_vendor,int:celebrity=1,string:item.token.type=item_event_halloween_coin,int:ai.noClap=1 npc.vendor.vendor,conversation.halloween_vendor 0 0 +bomarr_monk_greeter 100 0 0 0 0 NORMAL townsperson bomarr_monk_spider_droid_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +ewok_f_greeter 100 0 0 0 0 NORMAL townsperson ewok_f_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 string:greeter.sound_vo=greeter_ewok_female_sound,string:greeter.sound_vo_string=greeter_ewok_female_sound_string 0 +ewok_m_greeter 100 0 0 0 0 NORMAL townsperson ewok_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +gungan_m_hood_greeter 100 0 0 0 0 NORMAL townsperson gungan_m_hood_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +gungan_m_greeter 100 0 0 0 0 NORMAL townsperson gungan_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +jawa_m_greeter 100 0 0 0 0 NORMAL townsperson jawa_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +meatlump_f_01_greeter 100 0 0 0 0 NORMAL townsperson meatlump_f_01_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 string:greeter.sound_vo=greeter_meatlump_female_voice,string:greeter.sound_vo_string=greeter_meatlump_female_voice_string 0 +meatlump_f_02_greeter 100 0 0 0 0 NORMAL townsperson meatlump_f_02_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 string:greeter.sound_vo=greeter_meatlump_female_voice,string:greeter.sound_vo_string=greeter_meatlump_female_voice_string 0 +meatlump_f_officer_greeter 100 0 0 0 0 NORMAL townsperson meatlump_f_officer_01_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 string:greeter.sound_vo=greeter_meatlump_female_voice,string:greeter.sound_vo_string=greeter_meatlump_female_voice_string 0 +meatlump_m_01_greeter 100 0 0 0 0 NORMAL townsperson meatlump_m_01_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +meatlump_m_02_greeter 100 0 0 0 0 NORMAL townsperson meatlump_m_02_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +meatlump_m_officer_01_greeter 100 0 0 0 0 NORMAL townsperson meatlump_m_officer_01_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +waiter_astromech_greeter 100 0 0 0 0 NORMAL townsperson waiter_astromech_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +tcg_target_creature_acklay 1 0 0 0 0 NORMAL NOTHING anywhere target_creature tcg_target_acklay.iff 0.5 0.5 3 0 0 0 0 0 0 0 0 2 carnivore int:isTargetDummy=1,int:create_doNotRescale=1,string:targetDummyCreatureName=tcg_target_creature_acklay,int:noEject=1 systems.tcg.target_creature generic_creature_2 generic_creature_2 0 0 +halloween_skeleton 1 0 0 0 0 NORMAL global townsperson townsperson halloween_skeleton 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 townsperson townperson rebel_pistol rebel_carbine 0 0 +mtp_recruiter_corsec_agent 80 0 0 0 0 ELITE corellia aggro_corsec aggro_corsec corsec_officer 0 45 45 30 0 80 30 0 35 2 1 80 npc/elite_npc:elite_npc_71_80 elite_npc_8 7 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_8 officer_8 0 0 1 +heroic_echo_tauntaun_domesticated 70 0 0 0 0 NORMAL echo tauntaun tauntaun_hue.iff 1.25 1.25 7 0 0 0 0 40 0 0 -1 2 0 defaultProfile 1 5 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_1 raptor_1 0 10 1 +heroic_echo_tauntaun_diseased 75 0 0 0 0 NORMAL echo tauntaun tauntaun_hue.iff 0.8 1 15 0 0 0 0 50 0 0 -1 2 0 defaultProfile 1 10 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_1 raptor_2 0 10 1 +heroic_echo_tauntaun_bull 85 0 0 0 0 ELITE echo tauntaun tauntaun_hue.iff 0.9 1.1 41 0 0 0 0 60 0 0 -1 2 0 defaultProfile 1 20 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_2 raptor_1 0 8 1 yes +heroic_echo_tauntaun_feral 90 0 0 0 0 ELITE echo tauntaun tauntaun_hue.iff 1 1.2 43 0 0 0 0 75 0 0 -1 2 0 defaultProfile 1 30 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_1 raptor_3 0 8 1 yes +heroic_echo_tauntaun_agitator 95 0 0 0 0 ELITE echo tauntaun tauntaun_hue.iff 1.1 1.3 45 0 0 0 0 90 0 0 -1 2 0 defaultProfile 1 50 heroic/heroic:echo_base_tauntaun_generic medAttackAbilityAvg herbivore object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff object/weapon/ranged/creature/creature_spit_hoth_tauntaun.iff raptor_3 raptor_4 0 4 1 instant +heroic_echo_wampa_hostile 90 0 0 0 0 ELITE echo wampa wampa.iff 0.3 0.3 0 0 0 0 0 40 0 0 -1 2 0 defaultProfile 1 20 heroic/heroic:echo_base_wampa_generic carnivore snare_defense=200,root_defense=200 gorilla_1 gorilla_1 9 9 1 instant +heroic_echo_wampa_brute 92 0 0 0 0 ELITE echo wampa wampa.iff 0.35 0.35 0 0 0 0 0 50 0 0 -1 2 0 defaultProfile 1 60 heroic/heroic:echo_base_wampa_generic carnivore snare_defense=200,root_defense=200 gorilla_2 gorilla_2 9 9 1 instant +heroic_echo_wampa_fierce 94 0 0 0 0 ELITE echo wampa wampa.iff 0.4 0.4 0 0 0 0 0 60 0 0 -1 2 0 defaultProfile 1 40 heroic/heroic:echo_base_wampa_generic carnivore snare_defense=200,root_defense=200 gorilla_3 gorilla_3 9 9 1 instant +heroic_echo_wampa_savage 96 0 0 0 0 ELITE echo wampa wampa.iff 0.45 0.45 0 0 0 0 0 75 0 0 -1 2 0 defaultProfile 1 50 heroic/heroic:echo_base_wampa_generic carnivore snare_defense=200,root_defense=200 gorilla_4 gorilla_4 9 9 1 instant +heroic_echo_wampa_berzerker 93 0 0 0 0 BOSS echo wampa wampa.iff 0.5 0.5 0 0 0 0 0 90 0 0 -1 2 0 defaultProfile 1 100 heroic/heroic:echo_base_wampa_berserker carnivore snare_defense=200,root_defense=200 gorilla_4 gorilla_4 9 9 instant +heroic_echo_atat 200 0 0 0 0 BOSS echo atat Imperial atat.iff 1.3 1.3 0 90 90 0 90 90 90 90 100 2 vehicle 100 100 100 100 1 object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 64 50 instant +heroic_echo_atst 90 -2 2 0 0 BOSS echo imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0 0.6 64 0 instant +heroic_ic36 90 0 0 0 0 ELITE echo hoth droid_ic36.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_81_90 col_holo_emitter_01 droid droid_10 droid_10 0 2 +heroic_echo_snowtrooper 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 800 1600 1 5 heroic/heroic:echo_base_imperial_soldier 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc int:ai.noChatMood=1,float:regen_mod.health=0 1 imperial_hoth_rifle imperial_hoth_rifle heroic_echo_snowtrooper heroic_echo_snowtrooper 64 10 instant +heroic_echo_snowtrooper_interior 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 800 1600 1 5 heroic/heroic:echo_base_imperial_soldier 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 imperial_hoth_rifle imperial_hoth_rifle heroic_echo_snowtrooper heroic_echo_snowtrooper 28 10 instant +heroic_echo_stormcommando 90 0 0 0 0 BOSS echo hoth Imperial shocktrooper_blue.iff 1.15 1.15 0 800 1600 1 5 heroic/heroic:echo_base_imperial_soldier 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc 1 int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 imperial_hoth_rifle imperial_hoth_rifle heroic_echo_stormcommando heroic_echo_stormcommando 28 10 instant +heroic_echo_imp_assassin 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 800 1600 1 5 heroic/heroic:echo_base_imperial_soldier 12 col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02,heroic_sd_junk npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 imperial_hoth_rifle imperial_hoth_rifle heroic_echo_imp_assassin heroic_echo_imp_assassin 28 10 instant +heroic_echo_rebel_trooper 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 28 10 instant +heroic_echo_rebel_phalax_commander 92 0 0 0 0 BOSS echo rebel Rebel rebel_mandalorian.iff 1.15 1.15 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc 1 int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0,int:hp_value=285000 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_phalax_commander heroic_echo_rebel_phalax_commander 28 10 instant +heroic_echo_rebel_phalax_guard 90 0 0 0 0 BOSS echo rebel Rebel rebel_mandalorian_grey.iff 1.05 1.05 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc 1 expertise_co_killing_spree_target=2,expertise_co_cluster_bomblet=4 int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_phalax_guard heroic_echo_rebel_phalax_guard 28 10 instant +heroic_echo_rebel_sapper 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 0 10 instant +heroic_echo_rebel_gunnery_sergeant 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 0 10 instant +heroic_echo_rebel_commando 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_commando heroic_echo_rebel_commando 64 10 instant +heroic_echo_rebel_evac_pilot 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_commando heroic_echo_rebel_commando 12 10 instant +heroic_echo_rebel_commando_interior 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_commando heroic_echo_rebel_commando 28 10 instant +heroic_echo_rebel_medic 90 0 0 0 0 ELITE echo herm Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 8 2 instant +heroic_echo_rebel_command 90 0 0 0 0 ELITE echo hercom Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 col_dejarik_holomonster,col_dejarik_table npc int:ai.noChatMood=1,int:noPursue=1,float:regen_mod.health=0 1 rebel_hoth_rifle rebel_hoth_rifle heroic_echo_rebel_trooper heroic_echo_rebel_trooper 8 2 instant +heroic_echo_rebel_turret_s1 90 0 0 0 0 ELITE echo rebel Rebel hoth_turret_s1.iff 1.5 1.5 0 0 0 40 0 0 0 0 -1 2 vehicle int:ai.noChatMood=1,float:regen_mod.health=0 0 96 96 instant +heroic_echo_rebel_turret_s2 90 0 0 0 0 ELITE echo rebel Rebel hoth_turret_s2.iff 1.5 1.5 0 0 0 40 0 0 0 0 -1 2 vehicle int:ai.noChatMood=1,float:regen_mod.health=0 0 96 96 instant +heroic_echo_rebel_turret_s1_phase3 90 0 0 0 0 ELITE echo rebel Rebel hoth_turret_s1.iff 1.5 1.5 0 0 0 40 0 0 0 0 -1 2 vehicle int:ai.noChatMood=1,float:regen_mod.health=0 0 64 10 instant +heroic_echo_rebel_turret_s1_phase3_boss 90 0 0 0 0 BOSS echo rebel Rebel hoth_turret_s1.iff 1.5 1.5 0 0 0 40 0 0 0 0 -1 2 vehicle int:ai.noChatMood=1,float:regen_mod.health=0 0 64 10 instant +heroic_echo_veers 90 0 0 0 0 BOSS echo imperial Imperial veers.iff 0 0 0 0 0 0 0 0 0 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 imperial_pistol imperial_carbine officer_10 officer_10 0 12 instant +heroic_echo_leia 90 0 0 0 0 BOSS echo rebel Rebel leia_echo_base_01.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle officer_10 officer_10 0 12 instant +heroic_echo_commander 90 0 0 0 0 ELITE echo rebel Rebel rebel_major 0 0 0 0 0 0 0 0 0 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_carbine rebel_pistol heroic_echo_rebel_phalax_commander heroic_echo_rebel_phalax_commander 0 12 instant +heroic_echo_vehicle_mine 91 0 0 0 0 NORMAL echo rebel Rebel vehicle_mine.iff 5 5 0 0 0 40 0 0 0 0 -1 2 npc 1 1 1 1 1 1 int:ai.noChatMood=1,float:regen_mod.health=0 theme_park.heroic.echo_base.vehicle_mine 0 0 0 instant +heroic_echo_probe_droid 90 0 0 0 0 NORMAL echo hoth probot.iff 0 35 35 -1 100 100 0 0 100 2 6 col_holo_emitter_01 droid int:ai.noChatMood=1,float:regen_mod.health=0 1 object/weapon/ranged/droid/droid_probot_ranged.iff droid_8 droid_8 28 28 instant +heroic_echo_rebel_pilot 90 0 0 0 0 ELITE echo rebel Rebel rebel_pilot 0 10 10 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 1 rebel_carbine rebel_pistol officer_special_6 officer_special_6 0 10 instant +heroic_echo_snowspeeder 90 0 0 0 0 ELITE echo hoth_snowspeeder Rebel snowspeeder.iff 0 35 35 -1 100 100 0 0 100 2 vehicle 100 100 100 100 1 int:ai.noChatMood=1,float:regen_mod.health=0 64 50 instant +heroic_echo_snowspeeder_ai 90 -2 2 0 0 BOSS echo hoth_snowspeeder Rebel snowspeeder_ai.iff 0 35 35 -1 100 100 0 0 100 2 vehicle 100 100 100 100 1 1 absorption_fire=80,dissipation_fire=50 int:ai.noChatMood=1,float:regen_mod.health=0 64 0 instant +heroic_echo_communication_female 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_communication_female_01.iff 0 0 0 40 0 0 0 0 -1 2 npc 1 int:ai.noChatMood=1,float:regen_mod.health=0 commando_2 commando_2 0 2 instant +heroic_echo_communication_male 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_communication_male_01.iff 0 0 0 40 0 0 0 0 -1 2 npc 1 int:ai.noChatMood=1,float:regen_mod.health=0 commando_2 commando_2 0 2 instant +heroic_echo_rebel_male_1 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_m_01.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_male_2 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_m_02.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_male_3 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_m_03.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_male_4 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_m_04.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_female_1 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_f_01.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_female_2 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_f_02.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_female_3 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_f_03.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_female_4 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_f_04.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_pilot_1 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_human_male_01.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_pilot_2 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_human_male_02.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_pilot_3 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_human_male_03.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_rebel_pilot_4 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_human_male_04.iff 0 0 0 40 0 0 0 0 -1 2 1 20 heroic/heroic:echo_base_rebel_soldier elite_npc_3 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 10 instant +heroic_echo_general_rieekan_1 90 0 0 0 0 BOSS echo rebel Rebel dressed_rebel_general_rieekan_01.iff 0 0 0 40 0 0 0 0 -1 2 npc 1 int:ai.noChatMood=1,float:regen_mod.health=0 commando_2 commando_2 0 2 instant +heroic_echo_derlin 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_snow_echo_base_derlin.iff 0 0 0 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 2 instant +heroic_echo_hobbie 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_hobbie.iff 0 0 0 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 2 instant +heroic_echo_wedge 90 0 0 0 0 ELITE echo rebel Rebel dressed_echo_base_wedge_antilles.iff 0 0 0 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 2 instant +heroic_echo_c3po 90 0 0 0 0 NORMAL anywhere rebel Rebel 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 int:ai.noChatMood=1,float:regen_mod.health=0 droid_10 droid_10 0 2 instant +heroic_echo_r2d2 90 0 0 0 0 NORMAL anywhere astromech r2d2.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 int:ai.noChatMood=1,float:regen_mod.health=0 0 2 instant +heroic_echo_dack 90 0 0 0 0 ELITE echo rebel Rebel dressed_rebel_pilot_echo_base_dack.iff 0 0 0 40 0 0 0 0 -1 2 npc int:ai.noChatMood=1,float:regen_mod.health=0 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 2 instant +storyteller_at_st 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial atst.iff 0 0 0 0 0 0 0 0 0 2 1 vehicle absorption_fire=80,dissipation_fire=50 0 8 instant +storyteller_rebel_snow_trooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rebel Rebel rebel_snow_soldier 0.9 1 0 0 0 0 0 0 0 0 0 2 1 npc int:ai.noChatMood=1 rebel_hoth_rifle commando_2 commando_2 0 10 yes +storyteller_imperial_snowtrooper 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_imperial Imperial snowtrooper_s01.iff 0 0 0 0 0 0 0 0 0 2 1 npc int:ai.noChatMood=1 imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 0 10 yes +storyteller_wampa 1 0 0 0 0 NORMAL Storyteller NPC anywhere storyteller_rancor wampa.iff 0.6 0.7 0 0 0 0 0 0 0 0 0 2 1 carnivore gorilla_5 gorilla_5 0 8 yes +heroic_echo_launch_rebel 100 0 0 0 0 ELITE Rebel Hoth Transportation NPC echo rebel Rebel rebel_snow_soldier 0 0 0 0 0 0 0 0 -1 2 npc 1 string:item.vendor.vendor_table=echo_base_rebel_items npc.vendor.vendor,conversation.echo_base_launch rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 0 0 +heroic_echo_launch_imperial 100 0 0 0 0 ELITE Imperial Hoth Transportation NPC echo hoth Imperial snowtrooper_s01.iff 0 npc 1 string:item.vendor.vendor_table=echo_base_imperial_items npc.vendor.vendor,conversation.echo_base_launch imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 0 0 +heroic_echo_wampa_boss 95 0 0 0 0 BOSS echo hoth_wampa_boss beast_master/bm_wampa.iff 1.5 1.5 16 0 0 0 0 90 0 0 -1 2 0 defaultProfile 1 100 heroic/echo_base_wampa_boss 10 echo_base_wampa_boss 100 unkajo carnivore 100 100 100 100 int:bm_doNotShowExamineInfo=1 theme_park.heroic.echo_base.wampa_boss echo_base_wampa_boss echo_base_wampa_boss 18 9 instant +heroic_echo_wampa_boss_bodyguard 91 0 0 0 0 BOSS echo hoth_wampa_boss wampa.iff 0.7 0.7 0 0 0 0 0 90 0 0 -1 2 0 defaultProfile carnivore 100 100 100 100 int:bm_doNotShowExamineInfo=1 gorilla_4 gorilla_4 9 9 instant +heroic_echo_collector 90 0 0 0 0 NORMAL echo hoth hoth_collector.iff 0.75 0.9 0 0 0 0 0 90 0 0 -1 2 npc 1 conversation.heroic_echo_collector noble fancy +heroic_echo_han_solo 100 0 0 0 0 NORMAL echo rebel Rebel han_solo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 smuggler_10 smuggler_10 0 2 +heroic_echo_luke_skywalker 100 0 0 0 0 NORMAL echo rebel Rebel dressed_echo_base_luke_skywalker.iff 0.96 0.96 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3 npc 1 int:celebrity=1 0 2 1 +heroic_echo_rebel_sharpshooter_1 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant +heroic_echo_rebel_sharpshooter_2 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant +heroic_echo_rebel_sharpshooter_3 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant +heroic_echo_rebel_sharpshooter_4 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant +heroic_echo_rebel_sharpshooter_5 90 0 0 0 0 ELITE echo rebel Rebel rebel_snow_soldier 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 rebel_hoth_rifle rebel_hoth_rifle commando_2 commando_2 10 10 instant +heroic_echo_imperial_sharpshooter_1 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant +heroic_echo_imperial_sharpshooter_2 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant +heroic_echo_imperial_sharpshooter_3 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant +heroic_echo_imperial_sharpshooter_4 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant +heroic_echo_imperial_sharpshooter_5 90 0 0 0 0 ELITE echo hoth Imperial snowtrooper_s01.iff 0 0 0 40 0 0 0 0 -1 2 800 1600 1 100 heroic/echo_base_sharpshooter col_shattered_shard_01,col_shattered_shard_03,col_glass_shelving_01,col_glass_shelving_02 npc int:ai.noChatMood=1 1 imperial_hoth_rifle imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 10 10 instant +heroic_echo_darth_vader 300 0 0 0 0 BOSS echo hoth Imperial dressed_echo_base_darth_vader.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 npc 100 100 100 100 1 1 int:ai.noChatMood=1,int:ai.noFollow=1 player.yavin_e3,ai.random_player_target jedi_vader jedi_vader darth_vader darth_vader 10 2 instant +heroic_echo_chewbacca 100 0 0 0 0 NORMAL echo rebel Rebel chewbacca.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 int:celebrity=1 commoner_10 commoner_10 0 2 +lifeday_monkey_lizard 1 0 0 0 0 NORMAL lifeday house pet anywhere pet lifeday_monkey_lizard.iff 0 0 0 0 0 0 0 0 -1 2 carnivore 1 frog_1 frog_1 0 2 +lifeday_imperial_vendor 100 0 0 0 0 ELITE anywhere imperial Imperial life_day_imperial_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 int:ai.noChatMood=1,int:ai.noClap=1,string:item.vendor.vendor_table=life_day_faction_vendor,int:celebrity=1,string:item.token.type=item_event_lifeday_imperial_token npc.vendor.vendor,conversation.imperial_life_day_vendor 0 0 +lifeday_rebel_vendor 100 0 0 0 0 ELITE anywhere rebel Rebel life_day_rebel_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 int:ai.noChatMood=1,int:ai.noClap=1,string:item.vendor.vendor_table=life_day_faction_vendor_rebel,int:celebrity=1,string:item.token.type=item_event_lifeday_rebel_token npc.vendor.vendor,conversation.rebel_life_day_vendor 0 0 +lifeday_monkey_lizard_green 1 0 0 0 0 NORMAL lifeday house pet anywhere pet lifeday_monkey_lizard_2.iff 0 0 0 0 0 0 0 0 -1 2 carnivore 1 frog_1 frog_1 0 2 +lifeday_rebel_snow_trooper 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_snow_soldier 0.9 1 0 0 0 0 0 0 0 0 0 2 npc 1 int:ai.noChatMood=1 rebel_hoth_rifle commando_2 commando_2 0 +lifeday_imperial_snowtrooper 100 0 0 0 0 ELITE anywhere imperial Imperial snowtrooper_s01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 int:ai.noChatMood=1 imperial_hoth_rifle bounty_hunter_4 bounty_hunter_4 0 +lifeday_saun_dann 100 0 0 0 0 NORMAL anywhere townsperson lifeday_saun_dann.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc 1 string:item.vendor.vendor_table=lifeday_stuff npc.vendor.vendor,conversation.lifeday_vendor +keren_shipping_master 100 0 0 0 0 NORMAL anywhere townsperson keren_shipping_master.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stap_quest_master_1 0 0 +entha_shipping_master 100 0 0 0 0 NORMAL anywhere townsperson entha_shipping_master.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stap_quest_master_2 0 0 +jawa_fortress_droid_3po_silver 100 0 0 0 0 NORMAL anywhere protocoldroid 3po_protocol_droid_silver.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid 1 int:ai.noChatMood=1,int:ai.noClap=1 conversation.stap_quest_jawa_droid 0 0 +stormtrooper_fat_tk555 100 2 0 2 5 ELITE anywhere imperial Imperial dressed_stormtrooper_fat_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc 1 conversation.stap_quest_tk555 stormtrooper stormtrooper stormtrooper_sword melee_2 melee_2 0 0 +lifeday_jawa 70 0 0 0 0 ELITE tatooine townsperson jawa ep3/ep3_avatar_jawa.iff 0.95 1.05 0 0 0 0 0 0 0 0 -1 2 npc 1 avatar_jawa spy_special_6 melee_special_6 0 6 +loveday_ewok_cupid_familiar 1 0 0 0 0 NORMAL ewok festival of love reward 2009 anywhere love_day_cupid loveday_ewok_cupid_familiar.iff 0.5 0.5 0 0 0 0 0 0 0 0 0 0 none 1 0 0 +loveday_reward_vendor 100 0 0 0 0 NORMAL ewok festival of love reward vendor 2009 anywhere love_day loveday_protocol_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=loveday_rewards_vendor,string:item.token.type=item_event_loveday_chak_heart npc.vendor.vendor,conversation.loveday_reward_vendor 0 0 +loveday_ewok_cupid 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day_cupid loveday_ewok_cupid.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_ewok_cupid 0 0 +npe_collector 30 0 0 0 0 NORMAL npe townsperson commoner 1 1 0 0 0 0 0 0 0 0 25 2 npc 1 conversation.npe_collector 0 0 +loveday_ewok_cardless_child 1 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere ewok ewok_love_day_dancer_06.iff 0.5 0.5 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.loveday_ewok_cardless_child 0 0 +loveday_ewok_cupid_herald 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day_cupid loveday_ewok_cupid_herald.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_ewok_cupid_herald 0 0 +loveday_ewok_disillusion_blaire 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_ewok_mister_disillusion.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_blaire 0 0 +loveday_ewok_disillusion_herald 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_ewok_cupid_herald.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_herald 0 0 +loveday_ewok_disillusion_mr_love 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_disillusion_mister_love.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_mr_love 0 0 +loveday_ewok_disillusion_love_note 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_disillusion_love_note.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_love_note,event.ewok_festival.love_note 0 0 +loveday_ewok_disillusion_mr_hate 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day loveday_disillusion_mister_hate.iff 1.2 1.2 0 0 0 0 0 0 0 0 0 0 npc event.ewok_festival.mister_hate 0 0 +loveday_ewok_disillusion_durni 100 0 0 0 0 NORMAL ewok festival of love npc 2009 corellia love_day durni_hue.iff 1.2 1.2 2 0 0 0 0 0 0 0 -1 2 creature/creature_21_30 generic_npc_3 npc 1 quest.task.ground.retrieve_item_on_item,event.ewok_festival.loveday_disillusion_durni rabbit_2 rabbit_2 0 0 +loveday_ewok_disillusion_pet_lover 100 0 0 0 0 NORMAL ewok festival of love npc 2009 anywhere love_day dressed_collection_npc_male_bith_01.iff 0.9 0.9 0 0 0 0 0 0 0 0 0 0 npc 1 conversation.loveday_disillusion_pet_lover 4 0 +loveday_romance_seeker_familiar_male_01 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_m_01.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 +loveday_romance_seeker_familiar_male_02 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_m_02.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 +loveday_romance_seeker_familiar_male_03 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_m_03.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 +loveday_romance_seeker_familiar_male_04 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_m_04.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 +loveday_romance_seeker_familiar_female_01 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_f_01.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 +loveday_romance_seeker_familiar_female_02 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_f_02.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 +loveday_romance_seeker_familiar_female_03 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_f_03.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 +loveday_romance_seeker_familiar_female_04 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_romance_seeker_f_04.iff 1 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 0 0 +loveday_matchmaker_droid 100 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day loveday_protocol_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.loveday_matchmaker_droid 0 0 +loveday_romance_target_male 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day commoner_male 0.9 1.2 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 conversation.loveday_romance_target 0 0 +loveday_romance_target_female 1 0 0 0 0 NORMAL ewok festival of love 2009 anywhere love_day commoner_female 0.8 1 0 0 0 0 0 0 0 0 0 0 npc 1 int:ai.noChatMood=1 conversation.loveday_romance_target 0 0 +gamorrean_m_greeter 100 0 0 0 0 NORMAL townsperson gamorrean_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +tcg_target_dummy 1 0 0 0 0 NORMAL NOTHING anywhere target_creature tcg_target_dummy.iff 1 1 3 0 0 0 0 0 0 0 0 2 npc int:isTargetDummy=1,int:create_doNotRescale=1,string:targetDummyCreatureName=tcg_target_dummy,int:noEject=1,int:noBountyCheck=1 systems.tcg.target_creature generic_creature_2 generic_creature_2 0 0 +tcg_massiff_pet 1 0 0 0 0 NORMAL anywhere pet tcg_massiff_pet.iff 0 0 0 0 0 0 0 0 -1 2 carnivore 1 frog_1 frog_1 0 2 +tcg_nuna_pet 1 0 0 0 0 NORMAL anywhere pet tcg_nuna_pet.iff 0 0 0 0 0 0 0 0 -1 2 herbivore 1 0 +tcg_armored_bantha 1 0 0 0 -4 NORMAL tatooine bantha bantha_saddle_armored.iff 1 0 20 0 20 0 0 0 -1 2 herbivore elephant_1 elephant_1 0 2 1 +battle_droid_greeter 100 0 0 0 0 NORMAL townsperson battle_droid_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +toydarian_m_greeter 100 0 0 0 0 NORMAL townsperson toydarian_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +toydarian_m_greeter_01 100 0 0 0 0 NORMAL townsperson toydarian_m_greeter_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +toydarian_m_greeter_02 100 0 0 0 0 NORMAL townsperson toydarian_m_greeter_02.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +tusken_m_greeter 100 0 0 0 0 NORMAL townsperson tusken_m_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +imp_title_grant 100 0 0 0 0 NORMAL imperial dressed_imperial_major_cold_m.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.imperial_title_grant 0 +reb_title_grant 100 0 0 0 0 NORMAL rebel dressed_npe_rebel_agent.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rebel_title_grant 0 +neut_title_grant 100 0 0 0 0 NORMAL townsperson azure_cabal_greel_smuggler_m_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.neutral_title_grant 0 +april_fools_at_at 110 0 0 0 0 BOSS anywhere townsperson atat.iff 0.05 0.05 0 90 90 0 90 90 90 90 100 2 vehicle 100 100 100 100 1 event.aprilfools.atat_actor 10 5 yes +pvp_bf_rebel_vendor 100 0 0 0 0 NORMAL anywhere rebel rebel_specforce_hum_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc 1 string:item.vendor.vendor_table=rebel_pvp_bf_rewards npc.vendor.vendor,conversation.rebel_pvp_bf_vendor 0 0 instant +pvp_bf_imperial_vendor 100 0 0 0 0 NORMAL anywhere imperial galactic_marine_hum_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc 1 string:item.vendor.vendor_table=imperial_pvp_bf_rewards npc.vendor.vendor,conversation.imperial_pvp_bf_vendor 0 0 instant +quest_u10_hraykken_bender 100 0 0 0 0 NORMAL meatlump theme-park quest meatlumps_hideout meatlump meatlump meatlump_hraykken_bender.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 int:celebrity=1 conversation.quest_u10_hraykken_bender pirate_pistol +quest_u10_draykken_bender 100 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump meatlump meatlump_draykken_bender.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 int:celebrity=1 conversation.quest_u10_draykken_bender pirate_pistol +quest_u10_louis_bender 100 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump meatlump meatlump_louis_bender.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 int:celebrity=1 pirate_pistol +quest_u10_helper_droid 65 0 0 0 0 NORMAL anywhere astromech nhelper_droid.iff 0 45 65 100 60 100 25 40 75 2 80 droid/droid_71_80 generic_npc_8 housing_improvement_05,col_holo_emitter_01 droid theme_park.corellia.content.quest_u10_helper_droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_7 droid_7 6 10 instant +quest_u10_helper_droid_queen 65 0 0 0 0 ELITE anywhere astromech nhelper_droid.iff 2 2 0 45 65 100 60 100 25 40 75 2 80 droid/droid_71_80 generic_npc_8 housing_improvement_05,col_holo_emitter_01 droid theme_park.corellia.content.quest_u10_helper_droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_7 droid_7 6 10 instant +quest_u10_r2d2 100 0 0 0 0 NORMAL anywhere astromech r2d2.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 int:celebrity=1 0 0 +quest_u10_c3p0 100 0 0 0 0 NORMAL anywhere rebel Rebel 3po_protocol_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 1 int:celebrity=1 conversation.quest_u10_c3p0 droid_10 droid_10 0 0 +quest_u10_meatlump_lt 100 0 0 0 0 NORMAL meatlump theme-park quest corellia meatlump meatlump dressed_meatlump_lieutenant_02.iff 0 0 0 0 0 0 0 0 -1 2 18 meatlump npc 1 conversation.quest_u10_meatlump_lt pirate_pistol +quest_u10_bossk 100 0 0 0 0 NORMAL mercenary bossk.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.quest_u10_bossk commoner_10 commoner_10 0 0 +quest_u10_bofa_treat_thug 65 0 0 0 0 NORMAL CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang bofa_treat_gang 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_6 melee_special_6 0 10 yes +quest_u10_lucien_bender 65 0 0 0 0 ELITE CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang meatlump_father.iff 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc 1 conversation.quest_u10_lucien_bender general_rifle bounty_hunter_6 melee_special_6 0 8 instant +quest_u10_bossk_henchman 65 0 0 0 0 ELITE mercenary dressed_villain_trandoshan_male_01.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.quest_u10_bossk_henchman commoner_10 commoner_10 0 0 +quest_u10_oono_morin 65 0 0 0 0 ELITE CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang gungan_outcast.iff 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine officer_6 melee_special_6 0 8 instant +quest_u10_sardeya_elgrin 65 0 0 0 0 ELITE CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_doctor_trainer_moncal_female_01.iff 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_6 melee_special_6 0 8 instant +quest_u10_joti_laike 65 0 0 0 0 ELITE CREDITS meatlump theme-park quest meatlumps_hideout ragtag_gang dressed_assassin_mission_giver_02.iff 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc general_rifle bounty_hunter_6 melee_special_6 0 8 instant +tie_fighter_pilot_greeter 100 0 0 0 0 NORMAL townsperson dressed_tie_fighter_m.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +xwing_fighter_pilot_greeter 100 0 0 0 0 NORMAL townsperson dressed_rebel_pilot_greeter_human_male_01.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +imperial_marine_detainment_sentry_normal 80 0 0 0 0 NORMAL anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 50 50 50 50 stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 5 5 yes +imperial_marine_detainment_sentry_high 85 0 0 0 0 NORMAL anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 70 70 70 70 stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 5 5 yes +imperial_detainment_officer 70 0 0 0 0 NORMAL anywhere imperial Imperial imperial_emperorsday_vendor.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 npc 10 10 10 10 imperial fancy imperial_carbine imperial_pistol commando_2 commando_2 5 5 yes +imperial_detainment_probot_low 60 0 1 0 0 NORMAL global imperial Imperial probot.iff 1 1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 droid int:ai.noChatMood=1 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 1 yes +imperial_detainment_probot_normal 72 0 1 0 0 NORMAL global imperial Imperial probot.iff 1 1 0 0 0 0 0 0 0 0 -1 2 droid/droid_71_80 droid 10 10 10 10 int:ai.noChatMood=1 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff 0 2 1 yes +imperial_detainment_atst 90 -2 2 0 0 BOSS echo imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/elite_droid:elite_droid_81_90 vehicle 100 100 100 100 1 0.6 20 10 instant +imperial_detainment_scout_trooper 65 0 0 0 0 NORMAL global imperial Imperial dressed_scout_trooper_white_white.iff 1 1 0 15 15 0 0 0 -1 0 -1 2 npc/npc_61_70 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper imperial_carbine imperial_pistol commando_2 commando_2 5 5 yes +imperial_detainment_stormtrooper 60 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_61_70 npc int:ai.noChatMood=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 5 5 yes +imperial_detainment_mouse_droid 25 0 0 0 0 NORMAL global imperial Imperial mouse_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 2 droid_2 droid_2 0 2 yes +imperial_detainment_medical_droid 25 0 0 0 0 NORMAL global imperial Imperial 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid 2 droid_2 droid_2 0 2 yes +imperial_detainment_load_lifter 25 0 0 0 0 NORMAL global imperial Imperial cll8_binary_load_lifter.iff 0 0 0 0 0 0 0 0 -1 2 droid 2 droid_2 droid_2 0 2 yes +imperial_detainment_battle_droid 60 0 0 0 0 NORMAL global imperial Imperial battle_droid.iff 0 75 75 100 60 100 25 40 85 2 droid/droid_61_70 droid imperial_carbine imperial_carbine droid_special_6 melee_special_6 5 5 yes +imperial_detainment_battle_droid_normal 71 0 0 0 0 NORMAL global imperial Imperial battle_droid.iff 0 75 75 100 60 100 25 40 85 2 droid/droid_61_70 droid 10 10 10 10 imperial_carbine imperial_carbine droid_special_6 melee_special_6 5 5 yes +imperial_detainment_super_battle_droid 80 0 0 0 0 NORMAL global imperial Imperial super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 droid/droid_71_80 droid 50 50 50 50 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 5 5 yes +imperial_detainment_super_battle_droid_normal 85 0 0 0 0 NORMAL global imperial Imperial super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 droid/droid_71_80 droid 70 70 70 70 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 5 5 yes +imperial_detainment_droideka 70 5 0 0 0 NORMAL global imperial Imperial droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 droid/droid_71_80 droid 20 20 20 20 object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 5 1 yes +imperial_detainment_droideka_normal 75 5 0 0 0 NORMAL global imperial Imperial droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 droid/droid_71_80 droid 30 30 30 30 object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 5 1 yes +imperial_detainment_droideka_high 80 5 0 0 0 NORMAL global imperial Imperial droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 droid/droid_71_80 droid 40 40 40 40 object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 5 5 1 yes +rebel_detainment_commando 60 0 0 0 0 NORMAL global rebel Rebel rebel_commando 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_61_70 npc rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes +rebel_detainment_blastromech 60 0 0 0 0 NORMAL global rebel Rebel blastromech.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes +rebel_detainment_trooper 60 3 -3 0 0 NORMAL global rebel Rebel rebel_trooper 0 10 10 40 0 0 0 0 -1 2 1 100 npc/elite_npc:elite_npc_41_50 elite_npc_5 npc int:ai.noChatMood=1 ai.soldier rebel military rebel_carbine rebel_pistol officer_special_3 officer_special_3 0 3 yes +rebel_detainment_pilot 65 0 0 0 0 NORMAL global rebel Rebel rebel_pilot 0 0 0 0 0 0 0 0 -1 2 npc/npc_11_20 generic_npc_2 npc int:ai.noChatMood=1 military rebel_carbine rebel_pistol commando_2 commando_2 0 2 yes +rebel_detainment_officer 70 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 1.05 1.2 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 npc 10 10 10 10 rebel military rebel_pistol rebel_pistol officer_2 officer_2 0 2 yes +rebel_detainment_desert_trooper 70 0 0 0 0 NORMAL global rebel Rebel rebel_desert_soldier.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 10 10 10 10 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes +rebel_detainment_cww89_battle_droid 71 0 0 0 0 NORMAL global rebel Rebel som/cww8_battle_droid.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid 20 20 20 20 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes +rebel_detainment_d270_droid 72 0 0 0 0 NORMAL global rebel Rebel dz70_fugitive_tracker_droid.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid 20 20 20 20 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes +rebel_detainment_mandalorian 75 0 0 0 0 NORMAL global rebel Rebel rebel_mandalorian.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 30 30 30 30 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes +rebel_detainment_cww89a_battle_droid 80 0 0 0 0 NORMAL global rebel Rebel som/cww8a_battle_droid.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid 40 40 40 40 object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes +rebel_detainment_mandalorian_grey 80 0 0 0 0 NORMAL global rebel Rebel rebel_mandalorian_grey.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 50 50 50 50 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes +rebel_detainment_specforce_normal 80 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 60 60 60 60 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes +rebel_detainment_specforce_high 85 0 0 0 0 NORMAL global rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc/npc_81_90 npc 70 70 70 70 rebel military rebel_carbine rebel_pistol commando_2 commando_2 5 5 yes +rebel_detainment_cww89a_battle_droid_normal 90 0 0 0 0 NORMAL global rebel Rebel som/cww8a_battle_droid.iff 1 1 0 45 65 100 60 100 25 40 75 2 droid/droid_21_30 generic_droid_3 2 col_holo_emitter_01 droid object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_2 droid_2 6 6 yes +rebel_detainment_astromech 25 0 0 0 0 NORMAL global rebel Rebel r2.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_1 droid 0 0 +rebel_detainment_protocol_droid 25 0 0 0 0 NORMAL global rebel Rebel 3po_protocol_droid_red.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_1 droid 0 0 +rebel_detainment_medical_droid 25 0 0 0 0 NORMAL global rebel Rebel 21b_surgical_droid.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_1 droid 0 0 +rebel_detainment_load_lifter 25 0 0 0 0 NORMAL global rebel Rebel cll8_binary_load_lifter.iff 0 0 0 0 0 0 0 0 -1 2 droid/droid_21_30 generic_droid_1 droid 0 0 +imp_prisoner_reb_pilot_disguise_stormtrooper 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_stormtrooper conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +imp_prisoner_reb_pilot_disguise_scouttrooper 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_scouttrooper conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +imp_prisoner_reb_pilot_disguise_sqdldr 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_sqdldr conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +imp_prisoner_reb_pilot_disguise_officer 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_officer conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +imp_prisoner_reb_pilot_disguise_marine 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_marine conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +imp_prisoner_reb_pilot_disguise_jedi 100 0 0 0 0 ELITE anywhere rebel Rebel rebel_pilot 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=imp_prisoner_jedi conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +imp_prisoner_stormtrooper 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_stormtrooper_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_stormtrooper_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +imp_prisoner_scouttrooper 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_scout_trooper_white_white.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_scouttrooper_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +imp_prisoner_sqdldr 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_stormtrooper_groupleader_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_sqdldr_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +imp_prisoner_officer 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_imperial_officer_m_5.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_officer_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +imp_prisoner_marine 100 0 0 0 0 ELITE anywhere rebel Rebel galactic_marine_hum_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_marine_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +imp_prisoner_jedi 100 0 0 0 0 ELITE anywhere rebel Rebel dressed_dark_jedi_master_male_human_06.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=imp_prisoner_jedi_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +reb_prisoner_imp_officer_disguise_rebtrooper 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_rebtrooper conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +reb_prisoner_imp_officer_disguise_pilot 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_pilot conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +reb_prisoner_imp_officer_disguise_officer 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_officer conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +reb_prisoner_imp_officer_disguise_deserttrooper 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_deserttrooper conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +reb_prisoner_imp_officer_disguise_specforce 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_specforce conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +reb_prisoner_imp_officer_disguise_jedi 100 0 0 0 0 ELITE anywhere imperial Imperial imperial_officer 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise=reb_prisoner_jedi conversation.detainment_npc_rescue,event.emp_day.factional_guard_self_destruct 0 0 +reb_prisoner_rebtrooper 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_rebel_trooper_human_male_01.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_rebtrooper_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +reb_prisoner_pilot 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_rebel_pilot_human_male_01.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_pilot_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +reb_prisoner_officer 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_rebel_army_captain_human_male_01.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_officer_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +reb_prisoner_deserttrooper 100 0 0 0 0 ELITE anywhere imperial Imperial rebel_desert_soldier.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_deserttrooper_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +reb_prisoner_specforce 100 0 0 0 0 ELITE anywhere imperial Imperial rebel_specforce_hum_m.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_specforce_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +reb_prisoner_jedi 100 0 0 0 0 ELITE anywhere imperial Imperial dressed_tutorial_light_jedi.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:disguise_npc=reb_prisoner_jedi_exit event.emp_day.factional_guard_self_destruct,event.emp_day.goodbye_path_destroy 0 0 +reb_empireday_detentionboss_rebtrooper 60 0 0 0 0 ELITE anywhere rebel Rebel dressed_rebel_trooper_human_male_01.iff 1.05 1.2 0 10 10 10 10 10 10 10 10 2 0 0 npc 10 10 10 10 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes +reb_empireday_detentionboss_pilot 65 0 0 0 0 ELITE anywhere rebel Rebel dressed_rebel_pilot_human_male_01.iff 1.05 1.2 0 20 20 20 20 20 20 20 20 2 0 0 npc 20 20 20 20 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes +reb_empireday_detentionboss_officer 70 0 0 0 0 ELITE anywhere rebel Rebel dressed_rebel_army_captain_human_male_01.iff 1.05 1.2 0 30 30 30 30 30 30 30 30 2 0 0 npc 30 30 30 30 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes +reb_empireday_detentionboss_deserttrooper 75 0 0 0 0 ELITE anywhere rebel Rebel rebel_desert_soldier.iff 1.05 1.2 0 40 40 40 40 40 40 40 40 2 0 0 npc 40 40 40 40 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes +reb_empireday_detentionboss_specforce 80 0 0 0 0 ELITE anywhere rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 50 50 50 50 50 50 50 50 2 0 0 npc 50 50 50 50 rebel military rebel_carbine rebel_pistol commando_2 commando_2 10 5 yes +reb_empireday_detentionboss_jedi 90 0 0 0 0 ELITE anywhere rebel Rebel dressed_tutorial_light_jedi.iff 1.05 1.2 0 50 50 50 50 50 50 50 50 2 0 0 npc 68 68 100 100 1 rebel fancy jedi_light jedi_light_ranged jedi_special_9 jedi_special_9 10 5 yes +imp_empireday_detentionboss_stormtrooper 60 0 0 0 0 ELITE anywhere imperial Imperial dressed_stormtrooper_m.iff 1.05 1.2 0 10 10 10 10 10 10 10 10 2 0 0 npc 10 10 10 10 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes +imp_empireday_detentionboss_scouttrooper 65 0 0 0 0 ELITE anywhere imperial Imperial dressed_scout_trooper_white_white.iff 1.05 1.2 0 20 20 20 20 20 20 20 20 2 0 0 npc 20 20 20 20 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes +imp_empireday_detentionboss_sqdldr 70 0 0 0 0 ELITE anywhere imperial Imperial dressed_stormtrooper_groupleader_m.iff 1.05 1.2 0 30 30 30 30 30 30 30 30 2 0 0 npc 30 30 30 30 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes +imp_empireday_detentionboss_officer 75 0 0 0 0 ELITE anywhere imperial Imperial dressed_imperial_officer_m_5.iff 1.05 1.2 0 40 40 40 40 40 40 40 40 2 0 0 npc 40 40 40 40 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes +imp_empireday_detentionboss_marine 80 0 0 0 0 ELITE anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 50 50 50 50 50 50 50 50 2 0 0 npc 50 50 50 50 imperial military imperial_carbine imperial_pistol commando_2 commando_2 10 5 yes +imp_empireday_detentionboss_jedi 90 0 0 0 0 ELITE anywhere imperial Imperial dressed_dark_jedi_master_male_human_06.iff 1.05 1.2 0 50 50 50 50 50 50 50 50 2 0 0 npc 68 68 100 100 1 imperial fancy jedi_dark jedi_dark_ranged jedi_special_9 jedi_special_9 10 5 yes +at_st_empire_day_patrol_theed 150 0 0 0 0 BOSS anywhere imperial Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_61_70 generic_droid_7 vehicle absorption_fire=80,dissipation_fire=50 10 15 instant +peko_peko_mount 1 0 0 0 0 NORMAL naboo peko_peko beast_master/bm_peko_peko_mount.iff 0.8 0.8 0 0 0 25 0 0 0 0 -1 2 1 defaultProfile lowAttackUtilityWeak carnivore avian_1 avian_1 0 2 1 instant +tcg_peko_peko_mount 1 0 0 0 0 NORMAL naboo peko_peko tcg_peko_peko_mount.iff 0.8 0.8 0 0 0 25 0 0 0 0 -1 2 1 defaultProfile lowAttackUtilityWeak carnivore avian_1 avian_1 0 2 1 instant +pa_lowick_greeter 100 0 0 0 0 NORMAL townsperson pa_lowick_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +nightsister_greeter 100 0 0 0 0 NORMAL townsperson nightsister_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +cor_droid_bunker_battle_droid 50 0 0 0 0 NORMAL corellia droid_bunker battle_droid.iff 0 75 75 100 60 100 25 40 85 2 1 80 droid/droid_41_50 elite_droid_9 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 android imperial_carbine none droid_4 droid_4 9 5 instant +cor_droid_bunker_droideka 52 0 0 0 0 ELITE corellia droid_bunker droideka.iff 0 0 0 0 -1 0 -1 0 -1 2 1 80 droid/droid_51_60 elite_droid_9 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_4 droid_4 9 5 1 yes +cor_droid_bunker_super_battle_droid 50 0 0 0 0 ELITE corellia droid_bunker super_battle_droid.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/droid_41_50 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_4 droid_4 9 5 1 instant +cor_droid_bunker_boss_droid 50 0 0 0 0 BOSS corellia droid_bunker ev_9d9.iff 1.5 2 0 85 95 100 60 100 25 40 85 2 1 80 droid/droid_41_50 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02,col_holo_emitter_01 android object/weapon/ranged/droid/droid_probot_ranged.iff object/weapon/ranged/droid/droid_probot_ranged.iff droid_4 droid_4 9 5 1 instant +u13_boba_fett 250 0 0 0 0 BOSS legacy quest rori jabba jabba boba_fett.iff 1.2 1.2 0 45 45 0 90 90 90 -1 0 2 npc 1 100 100 int:celebrity=1 conversation.u13_boba_fett pirate_carbine pirate_pistol bounty_hunter_special_9 bounty_hunter_special_9 0 0 +u13_wernell_covington 100 0 0 0 0 NORMAL rori townsperson townsperson wernell_covington.iff 1.1 1.1 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.u13_wernell_covington 0 +u13_horace_korr 100 0 0 0 0 NORMAL rori townsperson townsperson horace_korr.iff 1.05 1.05 0 0 0 0 0 0 0 0 0 2 npc 1 int:celebrity=1 conversation.u13_horace_korr 0 +u13_warehouse_thug 52 0 0 0 0 NORMAL quest target rori warehouse_thug criminal_smuggler 0 0 0 0 0 0 0 0 0 2 npc/npc_61_60 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_pistol commoner_8 melee_7 6 6 +u13_jurgen_nath 54 0 0 0 0 NORMAL quest target rori jurgen_nath jurgen_nath.iff 1.25 1.25 10 10 10 5 10 10 10 5 2 1 100 npc/npc_61_60 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate pirate_carbine pirate_pistol officer_special_3 officer_special_3 12 12 instant +u13_jurgen_bandit 53 0 0 0 0 NORMAL quest target rori jurgen_nath shadow_outlaw 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_05,col_aurebesh_tiles,col_shattered_shard_02 npc pirate_carbine pirate_pistol smuggler_7 smuggler_7 8 8 +u13_vladlun_travan 54 0 0 0 0 NORMAL rori vladlun_travan dressed_yavin_yakasoba.iff 1.1 1.1 0 15 15 15 20 15 15 15 15 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc general_sword general_pistol melee_6 commoner_6 12 12 yes +u13_vladlun_henchman 53 0 0 0 0 NORMAL rori vladlun_travan assassin_mission_giver_neutral 0 0 0 0 0 0 0 0 -1 2 80 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate_carbine commando_special_6 melee_special_6 10 10 +u13_titus_dabrini 52 0 0 0 0 NORMAL quest target rori vladlun_henchmen exar_kun_intro_magnus_grenz.iff 1.15 1.15 2 1 100 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate pirate_carbine pirate_pistol officer_special_3 officer_special_3 12 12 yes +u13_aztin_maru 53 0 0 0 0 NORMAL quest target rori vladlun_henchmen tatooine_sand_splitter_saul_rouse.iff 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc pirate pirate_carbine pirate_pistol smuggler_special_3 commando_8 12 12 +u13_tiaba_charr 54 0 1 0 0 NORMAL quest target rori vladlun_henchmen dressed_yith_seenath.iff 1.2 1.2 0 0 10 0 0 10 -1 -1 -1 2 1 100 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc pirate pirate_carbine pirate_pistol smuggler_9 smuggler_9 12 12 instant +u13_lieutenant_tarc 100 0 0 0 0 NORMAL rori rsf naboo_security_force naboo_sgt_bragg.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 npc 1 int:celebrity=1 conversation.u13_lieutenant_tarc police military imperial_carbine imperial_pistol officer_2 officer_2 0 2 yes +u13_cobral_brute 54 3 -3 0 0 NORMAL rori u13_cobral cobral cobral_assassin 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 18 cobral npc slang pirate_carbine pirate_sword smuggler_5 melee_5 8 8 +u13_cobral_killer 55 2 0 0 -2 NORMAL rori u13_cobral cobral cobral_bandit 0.8 1.2 0 10 10 0 25 25 25 25 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_02,col_aurebesh_tiles,col_shattered_shard_04 18 cobral npc pirate general_unarmed general_carbine melee_4 smuggler_4 8 6 yes +u13_garyn_shooter 54 -1 -1 -1 3 NORMAL rori u13_garyn garyn garyn_dragoon 0.8 1.2 0 25 20 0 -1 0 0 -1 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc military pirate_carbine pirate_sword smuggler_7 melee_7 6 6 yes +u13_garyn_shiv 55 3 -1 -1 -1 NORMAL rori u13_garyn garyn garyn_lieutenant 0.8 1.2 0 0 30 0 -1 0 -1 0 -1 2 npc/npc_61_70 generic_npc_7 6 housing_improvement_03,col_aurebesh_tiles,col_shattered_shard_04,col_glass_shelving_01 npc military military general_sword general_carbine melee_7 smuggler_7 6 6 yes +u13_gundark_flunky 54 0 0 0 0 NORMAL rori u13_gundark_gang criminal_thug 0.75 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_polearm smuggler_6 melee_6 10 8 +u13_gundark_hoodlum 55 0 0 0 0 NORMAL rori u13_gundark_gang criminal_organized 0.75 1.1 0 0 0 0 0 0 0 0 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_sword commando_6 melee_6 10 8 +u13_gundark_overseer 56 0 0 0 0 NORMAL rori u13_gundark_gang criminal_smuggler 0.75 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc thug slang pirate_carbine pirate_unarmed commoner_6 melee_6 10 8 yes +u13_ponda_baba 56 0 0 0 0 NORMAL quest target rori ponda_baba ponda_baba.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 1 100 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc theme_park.corellia.content.u13_ponda_baba pirate pirate_carbine pirate_pistol commando_8 smuggler_special_3 0 0 yes +u13_nym_enraged_miner 60 0 0 0 0 NORMAL lok nym_dungeon_assist commoner_male 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:quest.object_key=nym_themepark_miner_dna systems.collections.collection_handle_object_on_object pirate_pistol pirate_pistol commando_8 smuggler_special_3 6 6 1 yes +u13_nym_slp_armsman 58 0 0 1 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0 12 8 0 35 25 -1 50 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate slang pirate_carbine general_carbine smuggler_7 smuggler_7 8 8 +u13_nym_slp_cutthroat 58 0 1 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0 8 12 0 25 0 50 -1 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate slang pirate_carbine general_carbine bounty_hunter_special_6 bounty_hunter_5 8 8 yes +u13_nym_slp_pirate 58 1 0 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0 15 15 0 35 50 -1 -1 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc pirate slang pirate_carbine pirate_pistol officer_7 officer_6 8 8 instant +u13_nym_droideka 60 5 0 0 0 NORMAL lok nym_dungeon_assist droideka.iff 0 25 30 15 10 20 -1 -1 0 2 droid/droid_61_70 generic_droid_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 yes +u13_nym_mercenary 62 0 0 0 0 NORMAL lok nym_dungeon_assist mercenary_weak 0.8 1.1 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc military military rebel_carbine rebel_pistol bounty_hunter_7 bounty_hunter_7 8 8 yes +cor_droid_bunker_cornel_savas 100 0 0 0 0 NORMAL townsperson corsec_jornel_savas.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_jornel_savas 0 +cor_droid_bunker_sergeant_mener 100 0 0 0 0 NORMAL townsperson corsec_sgt_mener.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_sergeant_mener 0 +cor_droid_bunker_druno_kener 100 0 0 0 0 NORMAL townsperson corsec_druno_kener.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_druno_kener 0 +cor_droid_bunker_lieutenant_varias 100 0 0 0 0 NORMAL townsperson corsec_lieutenant_varias.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_lieutenant_varias 0 +cor_droid_bunker_sergeant_hirka 100 0 0 0 0 NORMAL townsperson corsec_sgt_hirka.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.corellia_droid_factory_sergeant_hirka 0 +corsec_trooper_droid_bunker 45 0 0 0 0 NORMAL corellia corsec corsec corsec_officer 0 0 0 0 0 0 0 0 0 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:ai.rangedOnly=1 ai.soldier imperial military general_carbine general_pistol officer_3 officer_3 0 2 +content_biologist_01 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_04.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=content_biologist_01 theme_park.outbreak_prolog.dead_npc_script 0 0 +content_biologist_02 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_02.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_biologist_03 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_03.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_biologist_04 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_01.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_biologist_05 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_05.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_biologist_06 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_06.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_biologist_07 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_07.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_biologist_08 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_08.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_biologist_09 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_09iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_biologist_10 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_biologist_10.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_lab_assistant 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_lab_assistant.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none theme_park.outbreak_prolog.dead_npc_script 0 0 +content_mos_eisley_police_happer 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_happer.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.happer_mos_eisley 0 0 +content_mos_eisley_stormtrooper 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_stormtrooper_groupleader_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_mos_eisley 0 0 +content_mos_eisley_bib_fortuna 100 0 0 0 0 ELITE anywhere townsperson townsperson bib_fortuna.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.bib_fortuna_mos_eisley 0 0 +content_valarian_assassin 5 0 0 0 0 ELITE anywhere valarian valarian dressed_valarian_assassin_boss.iff 1.05 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 valarian npc string:fail_signal=playerFailedAssassinTask quest.util.dynamic_mob_opponent general_sword none melee_5 melee_5 0 0 instant +content_slicer_01 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_slicer_mentor.iff 1.05 1.05 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.slicer_01_mos_taike 0 0 +content_slicer_02 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_slicer_mentor.iff 1.05 1.05 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.slicer_02_lok 0 0 +content_inquisitor_stormtrooper 100 0 0 0 0 ELITE anywhere townsperson townsperson dressed_stormtrooper_groupleader_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_mos_eisley 0 0 +content_inquisitor_officer 100 0 0 0 0 ELITE anywhere townsperson townsperson imperial_officer 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.imperial_officer_dathomir 0 0 +content_inquisitor_01 83 0 0 0 0 ELITE global imperial Imperial dressed_imperial_inquisitor_human_male_02.iff 0 50 50 50 0 50 0 50 50 2 1 80 npc/elite_npc:elite_npc_81_90 elite_npc_9 npc 1 conversation.imperial_inquisitor_dathomir imperial military stormtrooper_carbine none officer_special_6 melee_special_6 0 0 +content_stormtrooper 25 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_21_30 generic_npc_3 npc 1 conversation.stormtrooper_leader_mos_eisley stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 +chronicles_reward_vendor 100 0 0 0 0 ELITE chronicles townsperson loveday_protocol_droid.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=chronicle_reward_items npc.vendor.vendor,conversation.chronicles_reward_vendor 0 0 +senate_guard_greeter 100 0 0 0 0 NORMAL townsperson senate_guard_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +royal_guard_greeter 100 0 0 0 0 NORMAL townsperson royal_guard_greeter.iff 0 0 0 0 0 0 0 0 0 2 npc 1 0 +tcg_scurrier_pet 1 0 0 0 0 NORMAL anywhere pet tcg_scurrier_pet.iff 0.44 0.44 0 0 0 0 0 0 0 0 -1 2 herbivore 1 0 +tcg_armored_mount_varactyl 10 0 0 0 0 NORMAL global varactyl_mount tcg_armored_varactyl.iff 0.8 0.8 0 0 0 0 0 0 0 0 -1 2 1 18 meat_avian 21 hide_scaley 23 bone_avian defaultProfile creature/creature_1_10 0.05 lowAttackAbilityWeak carnivore generic_creature_1 generic_creature_1 0 2 +outbreak_chewbacca 200 0 0 0 0 BOSS dathomir rebel Rebel chewbacca.iff 1.14 1.14 0 0 0 0 0 0 0 0 0 2 npc 1 int:chewie=1 ai.equip_weapon wookiee_ranged commoner_10 commoner_10 0 0 +outbreak_han_solo 150 0 0 0 0 BOSS dathomir rebel Rebel han_solo.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.outbreak_han_solo smuggler_10 smuggler_10 0 0 +outbreak_guri 100 0 0 0 0 BOSS dathomir bandit dressed_guri.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.blacksun_guri commoner_10 commoner_10 0 0 +outbreak_black_sun_smuggler_escort_01 100 0 0 0 0 BOSS dathomir bandit dressed_black_sun_guard.iff 0.8 1 0 20 0 0 0 0 -1 -1 -1 2 npc 1 ai.equip_weapon pirate slang pirate_carbine pirate_pistol smuggler_5 smuggler_5 6 6 +outbreak_black_sun_smuggler_escort_02 100 0 0 0 0 BOSS dathomir bandit dressed_black_sun_henchman.iff 0.8 1 0 20 0 0 0 0 -1 -1 -1 2 npc 1 ai.equip_weapon pirate slang pirate_carbine pirate_pistol smuggler_5 smuggler_5 6 6 +outbreak_prince_xizor 100 0 0 0 0 BOSS dathomir bandit ephant_mon.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 commoner_10 commoner_10 0 2 +outbreak_imperial_officer_captain_piett 100 0 0 0 0 BOSS dathomir imperial Imperial dressed_imperial_officer_firmus_piett.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.captain_piett 0 0 +outbreak_imperial_officer_gate_keeper 100 0 0 0 0 BOSS dathomir imperial Imperial dressed_imperial_officer_m_2.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.gate_keeper_quarantine_zone 0 0 +outbreak_stormtrooper_groupleader 100 0 0 0 0 ELITE dathomir townsperson townsperson dressed_stormtrooper_groupleader_sandtrooper_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_quarantine_zone,ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_stormtrooper_guard 25 0 0 0 0 NORMAL dathomir imperial Imperial dressed_stormtrooper_sandtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_mos_eisley,ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 +outbreak_scout_trooper_guard 25 0 0 0 0 NORMAL dathomir imperial Imperial dressed_scout_trooper_white_white.iff 1 1 0 0 0 40 0 0 0 0 -1 2 0 0 npc 1 conversation.stormtrooper_leader_mos_eisley,ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 +outbreak_zahara_cody 100 0 0 0 0 NORMAL quest NPC dathomir survivor townsperson dressed_zahara_cody.iff 0 0 0 0 0 0 0 0 0 2 0 0 npc 1 conversation.zahara_cody 0 2 +outbreak_trig_longo 100 0 0 0 0 NORMAL quest NPC dathomir survivor townsperson dressed_trig_longo.iff 0.8 0.8 0 0 0 0 0 0 0 0 0 2 0 0 npc 1 int:trig=1 conversation.trig_longo 0 2 +outbreak_stormtrooper_groupleader_hx138 100 0 0 0 0 ELITE dathomir survivor townsperson dressed_stormtrooper_shadowtrooper_hx138.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.hx_138 stormtrooper stormtrooper sword_special stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_scientist_griffax_jin 100 0 0 0 0 ELITE dathomir survivor townsperson scientist_griffax_jin.iff 1.2 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=none conversation.doctor_griffax_jin 0 0 +outbreak_scientist_griffax_jin_afflicted 100 0 0 0 0 ELITE dathomir survivor townsperson scientist_griffax_jin_afflicted.iff 1.2 1.2 0 50 50 50 0 50 0 50 50 2 0 0 npc theme_park.outbreak.griffax_jin_undead 0 0 +outbreak_rescue_inquisitor 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_inquisitor_human_male_01.iff 0 50 50 50 0 50 0 50 50 2 0 0 npc 1 1 string:success_signal=survivorLivedQuest01,string:update_signal=survivorUpdateQuest01,string:fail_signal=survivorDiedQuest01 conversation.survivor_01,theme_park.outbreak.survivor_pathing stormtrooper_carbine stormtrooper_carbine 0 0 +outbreak_rescue_officer 90 0 0 0 0 NORMAL dathomir survivor survivor imperial_officer 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 string:success_signal=survivorLivedQuest02,string:update_signal=survivorUpdateQuest02,string:fail_signal=survivorDiedQuest02 conversation.survivor_01,theme_park.outbreak.survivor_pathing stormtrooper_carbine stormtrooper_carbine 0 0 +outbreak_rescue_prisoner 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_prisoner_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 string:success_signal=survivorLivedQuest03,string:update_signal=survivorUpdateQuest03,string:fail_signal=survivorDiedQuest03 conversation.survivor_01,theme_park.outbreak.survivor_pathing stormtrooper_carbine stormtrooper_carbine 0 0 +outbreak_rescue_scientist 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_biologist_08.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 string:success_signal=survivorLivedQuest04,string:update_signal=survivorUpdateQuest04,string:fail_signal=survivorDiedQuest04 conversation.survivor_01,theme_park.outbreak.survivor_pathing stormtrooper_carbine stormtrooper_carbine 0 0 +outbreak_afflicted_test 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_civilian_01.iff 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc stormtrooper_carbine commando_2 commando_2 10 12 instant +outbreak_afflicted_scientist_key_drop 90 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_scientist 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 18 afflicted npc int:detect_hidden=99 ai.thug,theme_park.outbreak.afflicted_npc pirate_carbine pirate_carbine smuggler_3 smuggler_3 10 12 instant +outbreak_shuttle_mechanic 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_mechanic_nils_cridmeen.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.mechanic none none 0 0 +outbreak_stormtrooper_survivor_01 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_outbreak_survivor_01_m.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.gt643_stormtrooper stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_scouttrooper_survivor_01 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_scouttrooper_outbreak_survivor_01_m.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.kd121_scouttrooper stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_inquisitor_survivor 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_inquisitor_human_male_02.iff 0 50 50 50 0 50 0 50 50 2 0 0 npc 1 conversation.inquisitor_admin none none 0 0 +outbreak_medical_droid_01 90 0 0 0 0 NORMAL dathomir survivor survivor 21b_surgical_droid.iff 1 1 0 25 25 25 25 25 25 25 25 2 0 0 droid 1 100 100 100 100 conversation.medical_droid_outbreak general_unarmed 0 0 instant +outbreak_dead_officer_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_officer_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=1 theme_park.outbreak_prolog.dead_npc_script none none 0 0 +outbreak_dead_scientist_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_biologist_10.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=2 theme_park.outbreak_prolog.dead_npc_script none none 0 0 +outbreak_dead_stormtrooper_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_sandtrooper_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=3 theme_park.outbreak_prolog.dead_npc_script none none 0 0 +outbreak_dead_scouttrooper_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_scout_trooper_white_white.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=4 theme_park.outbreak_prolog.dead_npc_script none none 0 0 +outbreak_dead_inquisitor_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_imperial_inquisitor_human_male_03.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=search_body_outbreak_key,int:quest=5 theme_park.outbreak_prolog.dead_npc_script none none 0 0 +outbreak_facility_scientist_nomi_rhane 90 0 0 0 0 ELITE dathomir survivor survivor dressed_twi_female_scientist_01.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:nomi_rhane=1,int:sci=1,int:invln=1 conversation.nomi_rhane,ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_facility_scientist_survivor_01 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_pram_dramango.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:invln=1 ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_facility_scientist_survivor_02 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_marpo_glenfik.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:invln=1 ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_facility_scientist_survivor_03 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_stane_tritan.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:invln=1 ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_facility_stormtrooper_survivor 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_sandtrooper_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:guard=1 ai.equip_weapon,theme_park.outbreak.scientist_pathing stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_afflicted_rancor 95 0 0 0 0 BOSS dathomir afflicted survivor outbreak_afflicted_blackwing_rancor_boss.iff 1.5 1.5 16 50 65 0 100 100 100 0 0 2 0 defaultProfile 1 npc/undead_boss_81_90:rancor 50 afflicted_rancor carnivore 100 100 100 100 int:bm_doNotShowExamineInfo=1,string:fail_signal=playerFailedBoss,int:distance_check=90 theme_park.outbreak.boss_fight_functionality,theme_park.outbreak.afflicted_npc,item.outbreak.shock_collar outbreak_afflicted_rancor outbreak_afflicted_rancor 18 9 instant +outbreak_downed_tie_fighter 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_downed_tie_pilot_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:guard=1 ai.equip_weapon,conversation.radio_delivery_deathtrooper_conversation imperial_pistol commando_2 commando_2 0 0 +outbreak_lost_rebel_trooper 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_rebel_trooper_human_male_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 int:sci=1,int:guard=1 ai.equip_weapon,conversation.camp_gamma_leader rebel_carbine commando_2 commando_2 0 0 +outbreak_stormtrooper_survivor_02 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_outbreak_survivor_02_m.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.camp_delta_leader stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_stormtrooper_survivor_03 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_stormtrooper_outbreak_survivor_03_m.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.camp_epsilon_leader stormtrooper_carbine commando_2 commando_2 0 0 +outbreak_human_survivor_01 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_hum_01.iff 1.1 1.1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.camp_beta_leader pirate_carbine pirate_carbine smuggler_3 smuggler_3 0 0 +outbreak_rodian_pilot 90 0 0 0 0 NORMAL dathomir survivor survivor male_rodian_thug 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.thug,conversation.outbreak_rodian_pilot thug slang pirate_carbine_low_level pirate_pistol_low_level 0 2 +outbreak_camp_delta_survivor 80 0 0 0 0 NORMAL dathomir survivor survivor outbreak_civilian_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 ai.equip_weapon,conversation.camp_survivor townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 +outbreak_camp_gamma_survivor 80 0 0 0 0 NORMAL dathomir survivor survivor outbreak_civilian_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 ai.equip_weapon,conversation.camp_survivor townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 +outbreak_camp_beta_survivor 80 0 0 0 0 NORMAL dathomir survivor survivor outbreak_civilian_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 ai.equip_weapon,conversation.camp_survivor townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 +outbreak_camp_alpha_survivor 80 0 0 0 0 NORMAL dathomir survivor survivor outbreak_civilian_survivor 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 ai.equip_weapon,conversation.camp_survivor townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 +outbreak_dead_scientist_virus_search_01 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_biologist_10.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=scientist_body_searched,int:signal=1 theme_park.outbreak_prolog.dead_npc_script none none 0 0 +outbreak_dead_scientist_virus_search_02 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_biologist_05.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:menu_string=scientist_body_searched,int:signal=2 theme_park.outbreak_prolog.dead_npc_script none none 0 0 +outbreak_canister_demolition_camp_alpha 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_outbreak_survivor_canister_demo.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.outbreak_canister_demolition_bothan none none 0 0 +outbreak_canister_demolition_camp_beta 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_outbreak_survivor_canister_demo.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.outbreak_canister_demolition_bothan_beta none none 0 0 +outbreak_canister_demolition_camp_gamma 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_outbreak_survivor_canister_demo.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.outbreak_canister_demolition_bothan_gamma none none 0 0 +outbreak_canister_demolition_camp_delta 90 0 0 0 0 NORMAL dathomir survivor survivor dressed_outbreak_survivor_canister_demo.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 conversation.outbreak_canister_demolition_bothan_delta none none 0 0 +outbreak_wave_defense_alpha_mika_horn 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_rebel_soldier_mika_horn.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_mika_horn_alpha rebel_carbine none 0 0 +outbreak_wave_defense_beta_stephon_sprocketfire 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_nobel_stephon_sprocketfire.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_stephon_sprocketfire_beta general_sword none 0 0 +outbreak_wave_defense_gamma_kyra_naa 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_bounty_hunter_kyra_naa.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_kyraa_naa tusken_ranged none 0 0 +outbreak_wave_defense_delta_erlem_marh 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_prison_guard_erlem_marh.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_erlem_math_delta imperial_carbine none 0 0 +outbreak_wave_defense_epsilon_zsu_val 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_prisoner_zsu_val.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 ai.equip_weapon,conversation.outbreak_defense_zsu_val_epsilon commando_ranged none 0 0 +prolog_refugee_scientist 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_prolog_biologist.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 conversation.refugee_biologist commando_2 commando_2 0 0 +prolog_refugee_stormtrooper 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_prolog_stormtrooper.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 conversation.refugee_stormtrooper commando_2 commando_2 0 0 +prolog_refugee_civilian 90 0 0 0 0 ELITE dathomir survivor survivor outbreak_prolog_civilian.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 1 conversation.refugee_civilian commando_2 commando_2 0 0 +outbreak_afflicted_lvl_05 5 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_afflicted_lvl_10 10 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_afflicted_lvl_15 15 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_11_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_afflicted_lvl_20 20 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_11_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_afflicted_lvl_25 25 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_21_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_afflicted_lvl_30 30 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_21_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_afflicted_lvl_35 35 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_31_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 no +outbreak_afflicted_lvl_40 40 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_31_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 no +outbreak_afflicted_lvl_45 45 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_41_50 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 yes +outbreak_afflicted_lvl_50 50 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_41_50 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_standard undead_standard 10 12 yes +outbreak_afflicted_lvl_55 55 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_51_60 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_standard undead_standard 10 12 yes +outbreak_afflicted_lvl_60 60 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_51_60 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_standard undead_standard 10 12 yes +outbreak_afflicted_lvl_65 65 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_61_70 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_lvl_70 70 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_61_70 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_lvl_75 75 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_71_80 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_lvl_80 80 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_71_80 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_lvl_85 85 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_lvl_90 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_lvl_95 95 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_advanced undead_advanced 10 12 instant +outbreak_deathtrooper_lvl_05 5 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_deathtrooper_lvl_10 10 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_deathtrooper_lvl_15 15 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_11_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_deathtrooper_lvl_20 20 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_11_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_deathtrooper_lvl_25 25 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_21_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_deathtrooper_lvl_30 30 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_21_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 no +outbreak_deathtrooper_lvl_35 35 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_31_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 no +outbreak_deathtrooper_lvl_40 40 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_31_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 no +outbreak_deathtrooper_lvl_45 45 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_41_50 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_standard undead_standard 10 12 yes +outbreak_deathtrooper_lvl_50 50 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_41_50 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_standard undead_standard 10 12 yes +outbreak_deathtrooper_lvl_55 55 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_51_60 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_02 undead_standard undead_standard 10 12 yes +outbreak_deathtrooper_lvl_60 60 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_51_60 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_standard undead_standard 10 12 yes +outbreak_deathtrooper_lvl_65 65 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_61_70 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes +outbreak_deathtrooper_lvl_70 70 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_61_70 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 yes +outbreak_deathtrooper_lvl_75 75 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_71_80 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes +outbreak_deathtrooper_lvl_80 80 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_71_80 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes +outbreak_deathtrooper_lvl_85 85 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant +outbreak_deathtrooper_lvl_90 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 instant 2.0 item_vorpal_durni_dna +outbreak_deathtrooper_lvl_95 95 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_81_90 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_boss_lvl_05 5 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_both_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_boss_1_10:level_05 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_10 10 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_hum_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_boss_1_10:level_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_15 15 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_ith_01.iff 1 1 0 5 10 5 10 5 10 5 -1 2 0 0 1 100 npc/undead_boss_11_20:level_15 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_20 20 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_hum_01.iff 1 1 0 10 5 10 5 10 5 10 -1 2 0 0 1 100 npc/undead_boss_11_20:level_20 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_25 25 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_wke_02.iff 1 1 0 15 10 15 10 15 10 15 -1 2 0 0 1 100 npc/undead_boss_21_30:level_25 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_30 30 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_rod_01.iff 1 1 0 15 20 15 20 15 20 15 -1 2 0 0 1 100 npc/undead_boss_21_30:level_30 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_35 35 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_sul_01.iff 1 1 0 25 15 25 15 25 25 15 -1 2 0 0 1 100 npc/undead_boss_31_40:level_35 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_40 40 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_hum_03.iff 1 1 0 20 30 25 30 25 20 30 -1 2 0 0 1 100 npc/undead_boss_31_40:level_40 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_45 45 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_twe_01.iff 1 1 0 30 20 30 25 30 25 20 -1 2 0 0 1 100 npc/undead_boss_41_50:level_45 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_50 50 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_wke_01.iff 1 1 0 20 35 20 35 30 25 35 -1 2 0 0 1 100 npc/undead_boss_41_50:level_50 18 afflicted npc 10 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 yes +outbreak_afflicted_boss_lvl_55 55 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_hum_02.iff 1 1 0 40 20 35 20 40 35 20 -1 2 0 0 1 100 npc/undead_boss_51_60:level_55 18 afflicted npc 20 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_boss_lvl_60 60 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_ith_01.iff 1 1 0 45 20 30 25 30 20 30 -1 2 0 0 1 100 npc/undead_boss_51_60:level_60 18 afflicted npc 30 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_boss_lvl_65 65 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_hum_02.iff 1 1 0 50 40 35 30 40 20 30 -1 2 0 0 1 100 npc/undead_boss_61_70:level_65 18 afflicted npc 40 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_boss_lvl_70 70 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_trn_01.iff 1 1 0 55 50 55 40 50 40 35 -1 2 0 0 1 100 npc/undead_boss_61_70:level_70 18 afflicted npc 50 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_boss_lvl_75 75 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_both_01.iff 1 1 0 60 55 60 30 50 60 60 -1 2 0 0 1 100 npc/undead_boss_71_80:level_75 18 afflicted npc 60 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_reb undead_melee_01 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_boss_lvl_80 80 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_nightsister_02.iff 1 1 0 65 60 55 45 50 40 50 -1 2 0 0 1 100 npc/undead_boss_71_80:level_80 18 afflicted npc 25 70 50 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_boss_lvl_85 85 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_m_hum_04.iff 1 1 0 70 65 70 50 60 50 50 -1 2 0 0 1 100 npc/undead_boss_81_90:level_85 18 afflicted npc 50 80 50 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_boss_lvl_90 90 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_nightsister_03.iff 1 1 0 70 70 50 65 40 65 70 -1 2 0 0 1 100 npc/undead_boss_81_90:level_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_02 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_boss_lvl_95 95 0 0 0 0 ELITE dathomir afflicted afflicted outbreak_undead_boss_f_nightsister_01.iff 1 1 0 70 75 65 70 60 70 50 -1 2 0 0 1 100 npc/undead_boss_81_90:level_95 18 afflicted npc 100 100 100 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_melee_01 undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_maintenance_boss 95 0 0 0 0 BOSS dathomir afflicted afflicted outbreak_maintenance_boss.iff 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_boss_81_90:cornburr 50 afflicted_cornburr npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc outbreak_afflicted_maintenance_boss outbreak_afflicted_maintenance_boss 8 12 instant +outbreak_imperial_guard_aggro 90 0 0 0 0 BOSS dathomir survivor_guard survivor_guard dressed_stormtrooper_sandtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 0 0 npc 1 int:ignoreCollector=1 ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 +outbreak_mixed_guard_aggro 90 0 0 0 0 BOSS dathomir survivor_guard survivor_guard outbreak_guard_survivor 1 1 0 0 0 40 0 0 0 0 -1 2 0 0 npc 1 int:ignoreCollector=1 ai.equip_weapon stormtrooper stormtrooper stormtrooper_carbine commando_2 commando_2 0 6 +outbreak_undead_officer_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_deathtrooper_04_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 imperial_carbine none 0 0 +outbreak_undead_scientist_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_biologist_10.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 none none 0 0 +outbreak_undead_stormtrooper_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_deathtrooper_01_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 imperial_carbine none 0 0 +outbreak_undead_scouttrooper_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_deathtrooper_03_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 imperial_carbine none 0 0 +outbreak_undead_inquisitor_key_search 90 0 0 0 0 NORMAL dathomir survivor survivor outbreak_undead_imperial_inquisitor_human_male_03.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 none none 0 0 +outbreak_delivery_survivor 5 0 0 0 0 NORMAL dathomir survivor survivor outbreak_delivery_survivor 1 1.2 0 60 60 60 60 60 60 60 60 2 0 0 npc 1 1 ai.equip_weapon,conversation.delivery_hassel,theme_park.outbreak.beast_pathing general_sword general_sword commoner_4 commoner_4 0 3 +outbreak_carrion_spat_betsy 90 0 0 0 0 ELITE dathomir survivor survivor painted_spat.iff 1.2 1.2 0 0 20 0 25 -1 -1 25 -1 2 1 260 meat_avian carnivore 1 string:menu_string=pick_up_betsy theme_park.outbreak.hidden_content_object +outbreak_junk_dealer 1 0 0 0 0 NORMAL dathomir survivor survivor outbreak_junk_dealer 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 npc.converse.junk_dealer,planet_map.map_loc_creature townsperson townperson rebel_carbine rebel_pistol 0 2 1 +outbreak_facility_battle_droid 90 0 0 0 0 BOSS dathomir survivor survivor battle_droid.iff 1 1 0 75 75 100 60 100 25 40 85 2 1 80 npc/elite_npc:elite_npc_71_80 elite_droid_9 housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 npc 1 imperial_carbine none droid_special_6 melee_special_6 0 3 +outbreak_facility_super_battle_droid 90 0 0 0 0 BOSS dathomir survivor survivor super_battle_droid.iff 1.5 1.5 0 85 95 100 60 100 25 40 85 2 1 80 droid/elite_droid:elite_droid_81_90 elite_droid_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_holo_emitter_01 npc 1 object/weapon/ranged/droid/droid_probot_ranged.iff droid_special_6 droid_special_6 0 3 +outbreak_afflicted_prisoner_lvl_90 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_prisoner 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_81_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_prisoner_lvl_95 95 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_prisoner 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_81_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_scientist_lvl_90 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_scientist 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_81_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_advanced undead_advanced 10 12 instant +outbreak_afflicted_scientist_lvl_95 95 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_scientist 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 100 npc/undead_81_90 18 afflicted npc 75 90 50 100 int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_weapon_imp undead_advanced undead_advanced 10 12 instant +outbreak_dead_officer_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted dressed_imperial_officer_m_undead.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 +outbreak_dead_scientist_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted dressed_biologist_10_undead.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 +outbreak_dead_stormtrooper_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper_10_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 +outbreak_dead_scouttrooper_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_deathtrooper_02_m.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 +outbreak_dead_inquisitor_key_search_undead 90 0 0 0 0 NORMAL dathomir afflicted afflicted dressed_imperial_inquisitor_human_male_03_undead.iff 1 1.2 0 0 0 0 0 0 0 0 -1 2 0 0 18 afflicted npc 1 int:detect_hidden=99 theme_park.outbreak.afflicted_npc none none 0 0 +outbreak_afflicted_defense 5 0 0 0 0 NORMAL dathomir afflicted afflicted outbreak_undead_all 1 1 0 0 10 0 0 0 0 0 -1 2 0 0 1 40 npc/undead_1_10 18 afflicted npc int:detect_hidden=99 theme_park.outbreak.afflicted_npc undead_basic undead_basic 10 12 instant +tcg_armored_dewback 1 0 0 0 -4 NORMAL tatooine dewback dewback_armored.iff 1 0 20 0 20 0 0 0 -1 2 herbivore bull_1 bull_1 0 0 +tcg_gualaar 1 0 0 0 -4 NORMAL tatooine gualaar gualaar.iff 1 0 20 0 20 0 0 0 -1 2 herbivore horse_3 horse_3 0 0 +gcw_city_imperial_1 60 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine commando_4 commando_4 32 32 yes +gcw_city_imperial_2 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine officer_6 officer_6 32 32 yes +gcw_city_imperial_3 90 0 0 0 0 ELITE global imperial Imperial dark_trooper.iff 1.25 1.25 0 800 1600 1 4 npc/npc_81_90 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 imperial_carbine imperial_carbine commando_6 commando_6 32 32 yes +gcw_city_imperial_black 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_black_black.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine commando_4 commando_4 32 32 yes +gcw_city_imperial_black_sgt 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_commander_black_gold.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine officer_6 officer_6 32 32 yes +gcw_city_imperial_black_darkt 90 0 0 0 0 ELITE global imperial Imperial dressed_dark_trooper_black_hole.iff 1.25 1.25 0 800 1600 1 4 npc/npc_81_90 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 imperial_carbine imperial_carbine commando_6 commando_6 32 32 yes +gcw_city_imperial_sandtrooper 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_sandtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine commando_4 commando_4 32 32 yes +gcw_city_imperial_sandtrooper_sgt 90 0 0 0 0 ELITE global imperial Imperial dressed_stormtrooper_groupleader_sandtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier,npc.stormtrooper_respect.stormtrooper_respect stormtrooper_carbine stormtrooper_carbine officer_6 officer_6 32 32 yes +gcw_entertainer_rebel 100 1 1 1 1 NORMAL global townsperson townsperson gcw_entertainer_rebel 1 1.2 0 80 80 80 80 80 80 80 80 2 npc 1 noble fancy rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 +gcw_entertainer_imperial 100 1 1 1 1 NORMAL global townsperson townsperson gcw_entertainer_imperial 1 1.2 0 80 80 80 80 80 80 80 80 2 npc 1 noble fancy rebel_pistol rebel_pistol commoner_10 commoner_10 0 2 +gcw_city_rebel_grunt_assault 60 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine commando_4 commando_4 32 32 yes +gcw_city_rebel_commando_assault 90 0 0 0 0 NORMAL global rebel Rebel rebel_desert_soldier.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine officer_6 officer_6 32 32 yes +gcw_city_rebel_specforce_assault 90 0 0 0 0 ELITE global rebel Rebel rebel_specforce_hum_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine officer_6 officer_6 32 32 yes +gcw_city_rebel_grunt_defense 60 0 0 0 0 NORMAL global rebel Rebel rebel_trooper 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine commando_4 commando_4 32 32 yes +gcw_city_rebel_commando_defense 90 0 0 0 0 NORMAL global rebel Rebel rebel_desert_soldier.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine officer_6 officer_6 32 32 yes +gcw_city_rebel_specforce_defense 90 0 0 0 0 ELITE global rebel Rebel rebel_specforce_hum_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noChatMood=1,int:gcw_entertain_npc=1,int:gcw_participation_flag=1 ai.soldier rebel_carbine rebel_carbine officer_6 officer_6 32 32 yes +gcw_city_imperial_general 110 0 0 0 0 BOSS global imperial Imperial dressed_imperial_general_m.iff 1.25 1.25 0 100 100 100 100 100 100 100 -1 2 npc/npc_81_90 generic_npc_3 npc int:gcw_point_override=1;int:ai.noClap=1,int:gcw_participation_flag=1 ai.soldier imperial military 0 imperial_carbine imperial_carbine officer_boss officer_boss 32 0 instant +gcw_city_rebel_general 110 0 0 0 0 BOSS global rebel Rebel rebel_brigadier_general 1.25 1.25 0 100 100 100 100 100 100 100 -1 2 npc/npc_81_90 generic_npc_3 npc int:gcw_point_override=1;int:ai.noClap=1,int:gcw_participation_flag=1 ai.soldier rebel military 0 rebel_carbine rebel_carbine officer_boss officer_boss 32 0 instant +gcw_city_offensive_imperial_general 110 0 0 0 0 BOSS global imperial Imperial dressed_imperial_general_m.iff 1.25 1.25 0 100 100 100 100 100 100 100 -1 2 npc/npc_81_90 generic_npc_3 npc int:gcw_point_override=1;int:ai.noClap=1,int:gcw_participation_flag=1 ai.soldier imperial military 0 imperial_carbine imperial_carbine officer_boss officer_boss 32 0 instant +gcw_city_offensive_rebel_general 110 0 0 0 0 BOSS global rebel Rebel rebel_brigadier_general 1.25 1.25 0 100 100 100 100 100 100 100 -1 2 npc/npc_81_90 generic_npc_3 npc int:gcw_point_override=1;int:ai.noClap=1,int:gcw_participation_flag=1 ai.soldier rebel military 0 rebel_carbine rebel_carbine officer_boss officer_boss 32 0 instant +gcw_city_at_st_1 60 0 2 0 0 ELITE global gcw_imp_vehicle Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 32 0 instant +gcw_city_at_st_2 90 0 2 0 0 ELITE global gcw_imp_vehicle Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 32 0 instant +gcw_city_at_st_3 90 0 2 0 0 BOSS global gcw_imp_vehicle Imperial atst.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 32 0 instant +gcw_city_at_xt_1 60 0 2 0 0 ELITE global gcw_reb_vehicle Rebel atxt.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 32 0 instant +gcw_city_at_xt_2 90 0 2 0 0 ELITE global gcw_reb_vehicle Rebel atxt.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 32 0 instant +gcw_city_at_xt_3 90 0 2 0 0 BOSS global gcw_reb_vehicle Rebel atxt.iff 0 35 35 -1 100 100 0 0 100 2 droid/droid_81_90 generic_droid_7 col_glass_shelving_02,col_holo_emitter_01 vehicle 100 100 100 100 1 absorption_fire=80,dissipation_fire=50 int:hp_value=105000,float:regen_mod.health=0,int:gcw_participation_flag=1 systems.gcw.gcw_vehicle_attack_priority 0.6 object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 32 0 instant +gcw_city_rebel_captain 90 0 0 0 0 ELITE global rebel Rebel rebel_army_captain 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noClap=1 conversation.rebel_general,ai.soldier rebel military 0 rebel_carbine rebel_carbine officer_6 officer_6 10 12 yes +gcw_city_imperial_captain 90 0 0 0 0 ELITE global imperial imperial dressed_gcw_imperial_captain.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_81_90 generic_npc_3 npc int:ai.noClap=1 conversation.imperial_general,ai.soldier imperial military 0 imperial_carbine imperial_carbine commando_6 commando_6 10 12 yes +gcw_city_atat 100 0 0 0 0 BOSS global imperial Imperial atat.iff 1.3 1.3 0 90 90 0 90 90 90 90 100 2 vehicle 100 100 100 100 1 int:gcw_participation_flag=1 theme_park.heroic.echo_base.at_at object/weapon/ranged/vehicle/vehicle_atst_ranged.iff 64 50 instant +gcw_city_hailfire_droid 100 0 0 0 0 BOSS global rebel Rebel hailfire_droid.iff 3 3 0 90 90 0 90 90 90 90 100 2 vehicle 100 100 100 100 1 string:default.default_attack_override=ig88_rocket_launch,int:gcw_participation_flag=1 theme_park.heroic.echo_base.at_at object/weapon/ranged/droid/droid_rocket_launcher.iff 64 50 instant +gcw_city_demoralized_imperial 90 0 0 0 0 NORMAL global imperial Imperial dressed_stormtrooper_m.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc 1 int:gcw_participation_flag=1 conversation.gcw_demoralized_soldier stormtrooper stormtrooper stormtrooper_carbine stormtrooper_carbine commando_4 commando_4 32 12 yes +gcw_city_demoralized_rebel 90 0 0 0 0 NORMAL global rebel Rebel rebel_desert_soldier.iff 1 1 0 0 0 40 0 0 0 0 -1 2 npc/npc_51_60 generic_npc_3 npc 1 int:gcw_participation_flag=1 conversation.gcw_demoralized_soldier rebel military rebel_carbine rebel_carbine commando_4 commando_4 32 12 yes +gcw_rebel_sentry 90 0 0 0 0 ELITE anywhere rebel Rebel rebel_specforce_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc 100 100 100 100 1 int:force_cleanup=1,int:forceNoMovement=0 stormtrooper military 0 rebel_carbine rebel_pistol officer_6 officer_6 20 20 instant +gcw_imperial_sentry 90 0 0 0 0 ELITE anywhere imperial Imperial galactic_marine_hum_m.iff 1.05 1.2 0 90 90 0 90 90 90 90 100 2 npc 100 100 100 100 1 int:force_cleanup=1,int:forceNoMovement=0 stormtrooper stormtrooper 0 imperial_carbine imperial_pistol commando_2 commando_2 20 20 instant +tcg_hutt_fighter_familiar 1 0 0 0 0 NORMAL tcg set 7 loot item - hutt fighter familiar (dunelizard) anywhere tcg_familiar tcg_familiar_neutral tcg_familiar_hutt_fighter.iff 1 1 0 0 0 0 0 0 0 0 0 0 none 1 0 0 +tcg_tie_fighter_familiar 1 0 0 0 0 NORMAL tcg set 7 loot item - tie fighter familiar anywhere tcg_familiar tcg_familiar_imperial tcg_familiar_tie_fighter.iff 1 1 0 0 0 0 0 0 0 0 0 0 none 1 0 0 +tcg_xwing_fighter_familiar 1 0 0 0 0 NORMAL tcg set 7 loot item - xwing fighter familiar anywhere tcg_familiar tcg_familiar_rebel tcg_familiar_xwing_fighter.iff 1 1 0 0 0 0 0 0 0 0 0 0 none 1 0 0 +nym_themepark_grenz_zittoun 100 0 0 0 0 NORMAL lok nym nym nym_themepark_grenz_zittoun.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.grenz_zittoun smuggler_10 smuggler_10 0 8 instant +nym_themepark_mako_ghast 100 0 0 0 0 NORMAL lok nym nym nym_themepark_mako_ghast.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.mako_ghast smuggler_10 smuggler_10 0 8 instant +nym_themepark_stuvany_inglen 100 0 0 0 0 NORMAL lok nym nym nym_themepark_stuvany_inglen.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.stuvany_inglen smuggler_10 smuggler_10 0 8 instant +nym_themepark_rek_thelcar 100 0 0 0 0 NORMAL lok nym nym nym_themepark_rek_thelcar.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.rek_thelcar smuggler_10 smuggler_10 0 8 instant +nym_themepark_vana_sage 100 0 0 0 0 NORMAL lok nym nym nyms_themepark_vana_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.vana_sage smuggler_10 smuggler_10 0 8 instant +nym_themepark_ran_machado 100 0 0 0 0 NORMAL lok nym nym nym_themepark_ran_machado.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.ran_machado smuggler_10 smuggler_10 0 8 instant +nym_themepark_teemu_komo 60 0 0 0 0 BOSS lok u13_enraged_miner nym_themepark_teemu_komo.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/boss_npc:boss_npc_61_70 col_glass_shelving_02,col_holo_emitter_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_3,string:theme_park_boss=u16_nym_themepark_mine_boss,string:theme_park_task=killControllerMine theme_park.nym.boss_nyms_themepark pirate_carbine general_sword nyms_themepark_controller_boss nyms_themepark_controller_boss 8 8 instant +nym_themepark_rel_rogock 60 0 0 0 0 BOSS lok u13_enraged_miner nym_themepark_rel_rogock.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/boss_npc:boss_npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_2,string:theme_park_boss=u16_nym_themepark_mine_boss,string:theme_park_task=killGrandForeman theme_park.nym.boss_nyms_themepark pirate_carbine general_sword nyms_themepark_foreman_boss nyms_themepark_foreman_boss 8 8 instant +nym_themepark_kell_lapaz 62 0 0 0 0 BOSS lok u13_mercenary nym_themepark_kell_lapaz.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/boss_npc:boss_npc_61_70 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_5,string:theme_park_boss=u16_nym_themepark_lab_boss,string:theme_park_task=KillKellLapaz theme_park.nym.boss_nyms_themepark pirate_carbine general_sword nyms_themepark_lapaz_boss nyms_themepark_lapaz_boss 8 8 instant +nym_themepark_udo_barnet 62 0 0 0 0 BOSS lok u13_mercenary nym_themepark_udo_barnet.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/boss_npc:boss_npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_4,string:theme_park_boss=u16_nym_themepark_lab_boss,string:theme_park_task=killUdoBarnet theme_park.nym.boss_nyms_themepark pirate_carbine general_sword nyms_themepark_barnet_boss nyms_themepark_barnet_boss 8 8 instant +nym_themepark_marcus_precore 70 0 0 0 0 ELITE lok sulfur_lake_pirate sulfur_lake_pirate nym_themepark_marcus_precore.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc smuggler_10 smuggler_10 8 8 instant +nym_themepark_wes_riggers 60 0 0 0 0 ELITE lok u13_enraged_miner nym_themepark_wes_riggers.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 npc string:theme_park_boss=u16_nym_themepark_elite_kill_miner_cave_collection,string:theme_park_boss_slot=kill_nyms_themepark_wes_riggers theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant +nym_themepark_raynar_cath 60 0 0 0 0 ELITE lok u13_enraged_miner nym_themepark_raynar_cath.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc string:theme_park_boss=u16_nym_themepark_elite_kill_miner_cave_collection,string:theme_park_boss_slot=kill_nyms_themepark_raynar_cath theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant +nym_themepark_jeran_tarven 62 0 0 0 0 ELITE lok u13_mercenary nym_themepark_jeran_tarven.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 npc string:theme_park_boss=u16_nym_themepark_elite_kill_imperial_facility_collection,string:theme_park_boss_slot=kill_nyms_themepark_jeran_tarven theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant +nym_themepark_platt_pareja 62 0 0 0 0 ELITE lok u13_mercenary nym_themepark_platt_pareja.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc string:theme_park_boss=u16_nym_themepark_elite_kill_imperial_facility_collection,string:theme_park_boss_slot=kill_nyms_themepark_platt_pareja theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant +nym_themepark_goll_bardok 62 0 0 0 0 ELITE lok u13_mercenary nym_themepark_goll_bardok.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 npc string:theme_park_boss=u16_nym_themepark_elite_kill_imperial_facility_collection,string:theme_park_boss_slot=kill_nyms_themepark_goll_bardok theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant +nym_themepark_kendo_ryzak 62 0 0 0 0 ELITE lok u13_mercenary nym_themepark_kendo_ryzak.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_61_70 col_dejarik_holomonster,col_dejarik_table,col_story_count_dooku_set_1,col_shattered_shard_03,col_glass_shelving_02 npc string:theme_park_boss=u16_nym_themepark_elite_kill_imperial_facility_collection,string:theme_park_boss_slot=kill_nyms_themepark_kendo_ryzak theme_park.nym.boss_nyms_themepark smuggler_10 smuggler_10 8 8 instant +nym_themepark_nym_mother 60 0 0 0 0 BOSS lok pharple pharple_hue.iff 3 3.5 1 0 0 0 0 0 0 0 -1 2 npc/boss_npc:boss_npc_61_70 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 highTankUtilityAvg herbivore int:bm_doNotShowExamineInfo=1,int:distance_check=70,string:theme_park_boss_slot=kill_nyms_themepark_boss_1,string:theme_park_boss=u16_nym_themepark_pirate_boss_1,string:theme_park_task=fightNymsGirlfriend theme_park.nym.boss_nyms_themepark nyms_themepark_farple_boss nyms_themepark_farple_boss 8 8 instant +nym_themepark_cave_troll 58 0 0 0 0 ELITE lok sulfur_lake_pirate sulfur_lake_pirate gurk_hue.iff 2 2.5 3 35 35 0 -1 0 0 -1 -1 2 npc/elite_npc:elite_npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 medTankArmorAvg carnivore string:theme_park_boss=u16_nym_themepark_elite_kill_pirate_cave_collection,string:theme_park_boss_slot=kill_nyms_themepark_cave_troll theme_park.nym.boss_nyms_themepark gorilla_3 gorilla_3 8 8 instant +nym_themepark_choster_cantina 75 0 0 0 0 NORMAL lok nym dressed_commoner_old_twilek_male_02.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc 1 conversation.choster_lok_cantina smuggler_10 smuggler_10 8 8 instant +nym_themepark_sergeant_moore_cantina 75 0 0 0 0 NORMAL lok nym dressed_commoner_old_human_male_02.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc 1 conversation.moore_lok_cantina smuggler_10 smuggler_10 8 8 instant +nym_themepark_slicer 75 0 0 0 0 NORMAL lok nym dressed_criminal_slicer_human_male_01.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc 1 conversation.hacker_lok_pirate_cave smuggler_10 smuggler_10 8 8 instant +space_duty_token_vendor 100 0 0 0 0 NORMAL dungeon1 nova_orion nova_orion_vendor_orion.iff 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=space_duty_vendor npc.vendor.space_duty_vendor,conversation.space_duty_vendor rebel_carbine rebel_carbine commoner_10 commoner_10 0 2 +nym_themepark_arena_pirate 61 0 0 0 0 NORMAL lok nym_arena dressed_criminal_slicer_human_male_01.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc/npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:arena=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine sword_special smuggler_3 smuggler_3 8 8 instant +nym_themepark_arena_kusak_scourge 62 0 0 0 0 NORMAL lok nym_arena kusak_hue.iff 1.2 1.3 4 35 0 0 -1 -1 60 60 -1 2 1 meat_carnivore hide_bristley bone_mammal defaultProfile creature/creature_71_80 generic_npc_6 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 carnivore int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:arena=1 theme_park.nym.boss_nyms_themepark wolf_3 wolf_3 8 8 instant +nym_themepark_arena_kusak_razor 63 0 0 0 0 NORMAL lok nym_arena kusak_hue.iff 1.2 1.3 4 35 0 0 -1 -1 60 60 -1 2 1 meat_carnivore hide_bristley bone_mammal defaultProfile creature/creature_71_80 generic_npc_6 housing_improvement_03,col_contraband_set_02,col_glass_shelving_01 carnivore int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:arena=1 theme_park.nym.boss_nyms_themepark wolf_3 wolf_3 8 8 instant +nym_themepark_arena_droideka 64 5 0 0 0 NORMAL lok nym_arena droideka.iff 1 1 5 25 30 0 0 0 -1 0 -1 2 droid/droid_71_80 generic_droid_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid int:bm_doNotShowExamineInfo=1,int:distance_check=70,int:arena=1 theme_park.nym.boss_nyms_themepark object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 instant +nym_themepark_arena_champion 65 0 0 0 0 ELITE lok nym_arena dressed_corsair_pirate_strong_zab_m.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc/elite_npc:elite_npc_61_70 housing_improvement_01,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=70,int:arena=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine sword_special smuggler_10 smuggler_10 8 8 instant +nym_themepark_arena_referee 75 0 0 0 0 NORMAL lok nym_arena dressed_nym_arena_referee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 quest.task.ground.wave_event_controller_npc,conversation.nym_arena_referee smuggler_10 smuggler_10 8 8 instant +nym_themepark_sulfur_pirate_ambush 60 1 0 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0.9 1.2 0 15 15 0 35 50 -1 -1 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:shuttle=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine pirate_pistol officer_7 officer_6 12 12 +nym_themepark_kole_ambush 65 0 0 0 0 NORMAL lok nym nym kole_nym_ambush.iff 0.9 0.9 0 25 25 40 -1 0 -1 0 -1 2 npc 1 int:invln=1 theme_park.nym.nym_ambush_ai,ai.equip_weapon pirate_carbine pirate_pistol smuggler_10 smuggler_10 12 12 instant +nym_themepark_jinkins_ambush 65 0 0 0 0 NORMAL lok nym nym jinkins_nym_ambush.iff 0.9 0.9 0 20 20 0 -1 -1 40 40 -1 2 npc 1 int:invln=1 theme_park.nym.nym_ambush_ai,ai.equip_weapon pirate_carbine pirate_pistol smuggler_10 smuggler_10 12 12 instant +nym_themepark_vana_ambush 65 0 0 0 0 NORMAL lok nym nym nyms_themepark_vana_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc 1 int:invln=1 theme_park.nym.nym_ambush_ai,ai.equip_weapon pirate_carbine pirate_pistol smuggler_10 smuggler_10 12 12 instant +nym_themepark_nym_ambush 65 0 3 0 0 NORMAL lok nym nym nym_nym_ambush.iff 1.15 1.15 0 35 35 0 0 40 -1 -1 -1 2 npc 1 int:invln=1 theme_park.nym.nym_ambush_ai,ai.equip_weapon pirate_carbine pirate_pistol smuggler_5 smuggler_5 12 12 instant +nym_themepark_pirate_prisoner 58 0 0 0 0 NORMAL lok nym nym dressed_nym_pirate_weak_hum_f.iff 1 1 3 35 35 0 -1 0 0 -1 -1 2 npc 1 1 string:failSignal=hasFailedRescueQuest,string:signal=shuttleHasArrived conversation.prisoner_pirate_cave smuggler_10 smuggler_10 8 8 instant +nym_themepark_droideka 62 5 0 0 0 NORMAL lok nym_dungeon_assist droideka.iff 0 25 30 15 10 20 -1 -1 0 2 droid/droid_61_70 generic_droid_6 housing_improvement_03,col_glass_shelving_01,col_holo_emitter_01 droid object/weapon/ranged/droid/droid_droideka_ranged.iff droid_5 droid_5 8 8 yes +nym_themepark_imperial_scientist 1 0 0 0 0 NORMAL global townsperson townsperson scientist 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc 1 noble fancy 1 rebel_pistol rebel_carbine 0 2 +u16_nym_themepark_mad_miner 60 0 0 0 0 NORMAL lok nym_dungeon_assist commoner_male 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:quest.object_key=nym_themepark_miner_dna systems.collections.collection_handle_object_on_object pirate_pistol pirate_pistol commando_8 smuggler_special_3 6 6 1 yes +u16_nym_themepark_infuriated_miner 60 0 0 0 0 NORMAL lok nym_dungeon_assist commoner_male 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc/npc_61_70 generic_npc_7 col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_aurebesh_tiles,col_shattered_shard_03,col_glass_shelving_02 npc string:quest.object_key=nym_themepark_miner_dna systems.collections.collection_handle_object_on_object pirate_pistol pirate_pistol commando_8 smuggler_special_3 6 6 1 yes +nym_themepark_phor 100 0 0 0 0 NORMAL lok nym nym nym_themepark_phor.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.water_treatment smuggler_10 smuggler_10 0 8 instant +nym_themepark_quatermaster 100 0 0 0 0 NORMAL lok nym nym nym_themepark_quatermaster.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_quatermaster smuggler_10 smuggler_10 0 8 instant +nym_themepark_rei_reeven 100 0 0 0 0 NORMAL lok nym nym nym_themepark_rei_reeven.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.injured_agent smuggler_10 smuggler_10 0 8 instant +nym_themepark_d_townsperson_lead 100 0 0 0 0 NORMAL lok nym nym nym_themepark_d_townsperson_lead.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.disgruntled_leader smuggler_10 smuggler_10 0 8 instant +nym_themepark_d_townsperson_01 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_old_twilek_female_01.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant +nym_themepark_d_townsperson_02 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_old_human_male_01.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant +nym_themepark_d_townsperson_03 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_tatooine_sullustan_male_05.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant +nym_themepark_d_townsperson_04 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_tatooine_bith_female_06.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant +nym_themepark_d_townsperson_05 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_tatooine_ishitib_male_02.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant +nym_themepark_d_townsperson_06 100 0 0 0 0 NORMAL lok nym nym dressed_commoner_tatooine_trandoshan_female_03.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_disgruntled smuggler_10 smuggler_10 0 8 instant +nym_themepark_smuggler 100 0 0 0 0 NORMAL lok nym nym nym_themepark_smuggler.iff 0.99 0.99 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.nym_themepark_smuggler smuggler_10 smuggler_10 0 8 instant +nym_themepark_kusak_01 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 2 2 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=1 conversation.kusak 0 2 +nym_themepark_choster_sister 1 0 0 0 0 NORMAL lok nym nym nym_themepark_choster_sister.iff 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.sheeli townsperson townperson 1 rebel_pistol rebel_unarmed 0 2 1 +nym_themepark_cale_serasai 65 0 0 0 0 NORMAL rori sulfur_lake_pirate sulfur_lake_pirate nym_themepark_cale_serasai.iff 0.8 1.2 0 0 0 0 0 0 0 0 -1 2 npc 1 conversation.cale_serasai,quest.task.ground.wave_event_controller_npc pirate_carbine pirate_pistol commando_8 smuggler_special_3 6 6 1 instant +nym_themepark_cale_henchman 65 0 0 0 0 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 2 2 3 35 35 0 -1 0 0 -1 -1 2 npc pirate slang pirate_carbine sword_special smuggler_3 smuggler_3 8 8 instant +nym_themepark_kusak_02 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 2 2 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=2 conversation.kusak 0 2 +nym_themepark_kusak_03 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 2 2 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=3 conversation.kusak 0 2 +nym_themepark_kusak_04 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 2 2 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=4 conversation.kusak 0 2 +nym_themepark_kusak_05 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=5 conversation.kusak 0 2 +nym_themepark_sulfur_pirate_henchment 65 1 0 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0.9 1.2 0 15 15 0 35 50 -1 -1 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:henchmen=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine pirate_pistol officer_7 officer_6 12 12 instant +nym_themepark_kusak_06 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=6 conversation.kusak 0 2 +nym_themepark_kusak_07 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=7 conversation.kusak 0 2 +nym_themepark_kusak_08 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=8 conversation.kusak 0 2 +nym_themepark_kusak_09 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=9 conversation.kusak 0 2 +nym_themepark_kusak_10 1 0 0 0 0 NORMAL lok nym nym kusak_hue.iff 1.5 1.5 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 carnivore 1 int:kusak=10 conversation.kusak 0 2 +nym_themepark_pirate_engineer 60 0 0 0 -3 NORMAL lok piratesoflok marooned_pirate_engr 0 0 20 0 40 -1 40 -1 -1 2 npc/npc_31_40 generic_npc_4 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc string:bark_string_file=spam,string:bark_string_id=marooned_pirate ai.bark_string_on_initialize pirate pirate_carbine pirate_pistol smuggler_3 smuggler_3 8 8 yes +community_tcg_photo_contest_painting_handout 100 0 0 0 0 NORMAL townsperson dressed_noble_human_female_02.iff 0 0 0 0 0 0 0 0 0 2 npc 1 conversation.community_tcg_photo_contest_painting_handout commoner_10 commoner_10 0 2 +nym_themepark_sulfur_pirate_henchmen_low 60 1 0 0 -1 NORMAL lok sulfur_lake_pirate sulfur_lake_pirate criminal_smuggler 0.9 1.2 0 15 15 0 35 50 -1 -1 0 2 npc/npc_61_70 generic_npc_7 housing_improvement_01,col_aurebesh_tiles,col_shattered_shard_01 npc int:bm_doNotShowExamineInfo=1,int:distance_check=50,int:henchmen=1 theme_park.nym.boss_nyms_themepark pirate slang pirate_carbine pirate_pistol officer_7 officer_6 12 12 +naboo_vana_legacy_jeepfal_nareedo 25 0 0 0 0 NORMAL global thug thug thug_rodian_male 0 0 0 0 0 0 0 0 -1 2 npc/npc_1_10 generic_npc_1 npc ai.thug thug slang pirate_pistol_low_level pirate_carbine_low_level 0 2 +rebel_vendor_gcw2 100 0 0 0 0 NORMAL anywhere rebel Rebel dressed_rebel_recruiter_human_female_01.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=space_gcw_stuff_rebel npc.vendor.vendor,conversation.rebel_space_gcw_vendor 0 0 +imperial_vendor_gcw2 100 0 0 0 0 NORMAL anywhere imperial Imperial tie_pilot_m.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=space_gcw_stuff_imperial npc.vendor.vendor,conversation.imperial_space_gcw_vendor 0 0 +gcw_atst_familiar 1 0 0 0 0 NORMAL global imperial atst_toy.iff 0.1 0.1 0 35 35 -1 100 100 0 0 100 2 none 1 0 +gcw_atxt_familiar 1 0 0 0 0 NORMAL global rebel atxt_toy.iff 0.1 0.1 0 0 0 0 0 0 0 0 0 2 none 1 0 +item_tcg_loot_reward_series8_snow_speeder_familiar 1 0 0 0 0 NORMAL tcg set 8 loot item - snow speeder familiar anywhere tcg_familiar tcg_familiar_rebel snow_speeder_toy.iff 1 1 0 0 0 0 0 0 0 0 0 0 none 1 0 +tcg_armored_tauntaun 1 0 0 0 -4 NORMAL global tauntaun tcg_armored_tauntaun.iff 1 0 20 0 20 0 0 0 -1 2 herbivore bull_1 bull_1 0 0 +vendor_tcg_1 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_1.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg1_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 +vendor_tcg_2 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_2.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg2_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 +vendor_tcg_3 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_3.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg3_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 +vendor_tcg_4 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_4.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg4_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 +vendor_tcg_5 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_5.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg5_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 +vendor_tcg_6 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_6.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg6_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 +vendor_tcg_7 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_7.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg7_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 +vendor_tcg_8 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_8.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg8_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 +vendor_tcg_9 100 0 0 0 0 ELITE anywhere jabba vendor_tcg_9.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=tcg9_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.tcg_vendor 0 0 +warren_cracktooth 70 0 0 0 0 BOSS dantooine cracktooth warren_cracktooth.iff 0 60 60 60 60 60 60 60 100 2 1 18 creature/elite_creature:elite_creature_61_70 medAttackSpeedStrong carnivore predatory_cat_2 predatory_cat_2 24 24 yes 15.0 item_cs_dna_mutated_narglatch +warren_hawk_bat 90 0 0 0 0 BOSS dantooine hawk_bat warren_hawk_bat.iff 0 75 75 75 75 75 75 75 100 2 1 7 creature/elite_creature:elite_creature_81_90 medAttackSpeedStrong carnivore 1 1 1 bat_5 bat_5 24 24 instant 15.0 item_cs_dna_hawk_bat +unstable_nexu 90 0 0 0 0 BOSS yavin4 unstable_nexu beast_master/bm_nexu.iff 0 75 75 75 75 75 75 75 100 2 1 7 creature/elite_creature:elite_creature_81_90 medAttackSpeedStrong carnivore predatory_cat_5 predatory_cat_5 24 24 instant 15.0 item_cs_dna_nexu +unstable_reek 90 0 0 0 0 BOSS yavin4 unstable_reek beast_master/bm_reek.iff 0 75 75 75 75 75 75 75 100 2 1 7 creature/elite_creature:elite_creature_81_90 medAttackSpeedStrong carnivore bull_5 bull_5 24 24 instant 15.0 item_cs_dna_reek +vendor_bm_0 100 0 0 0 0 ELITE anywhere jabba vendor_bm_0.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_0,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor 0 0 +vendor_bm_1 100 0 0 0 0 ELITE anywhere jabba vendor_bm_1.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_1,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor 0 0 +vendor_bm_2 100 0 0 0 0 ELITE anywhere jabba vendor_bm_2.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_2,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor +vendor_bm_3 100 0 0 0 0 ELITE anywhere jabba vendor_bm_3.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_3,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor +wod_spider_queen_guard 91 0 0 0 5 BOSS dathomir spider_nightsister spider_nightsister razor_angler_hue.iff 2.8 2.8 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore int:bm_doNotShowExamineInfo=1 generic_creature_special_6 generic_creature_special_6 12 12 instant 15.0 item_razor_angler_dna +wod_spider_queen_consort 92 0 0 0 5 ELITE dathomir spider_nightsister spider_nightsister spider_queen_consort.iff 2.9 2.9 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore int:bm_doNotShowExamineInfo=1 generic_creature_special_6 generic_creature_special_6 12 12 instant 15.0 item_spiderclan_consort_dna +wod_spider_queen_boss 96 5 5 0 5 BOSS dathomir spider_nightsister spider_nightsister angler_queen.iff 4.2 4.5 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore 100 100 100 100 expertise_glancing_blow_reduction=100,expertise_glancing_blow_ranged=100 int:bm_doNotShowExamineInfo=1 generic_creature_special_6 generic_creature_special_6 12 12 instant 15.0 item_spiderclan_queen_dna +binjinphant_forest_small 64 0 0 0 0 NORMAL endor binjinphant beast_master/bm_binjinphant.iff 0.3 0.6 1 0 0 0 0 0 0 0 -1 2 1 meat_reptilian hide_scaley bone_mammal defaultProfile 1 100 creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes +binjinphant_forest_medium 66 0 0 0 0 NORMAL endor binjinphant beast_master/bm_binjinphant.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 meat_reptilian hide_scaley bone_mammal defaultProfile 1 100 creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes +binjinphant_forest_large 68 0 0 0 0 NORMAL endor binjinphant beast_master/bm_binjinphant.iff 1.3 1.6 1 0 0 0 0 0 0 0 -1 2 1 meat_reptilian hide_scaley bone_mammal defaultProfile 1 100 creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes +binjinphant_mount 1 0 0 0 0 NORMAL global binjinphant_mount beast_master/bm_binjinphant_mount.iff 1 1.3 1 0 0 0 0 0 0 0 -1 2 1 defaultProfile 1 100 creature/creature_61_70 carnivore yes +reptilian_flier_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_reptilian_flier_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes +whisper_bird_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_whisper_bird_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes +snorbal_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_snorbal_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes +wod_omogg_rep 90 0 0 0 0 NORMAL global wod dressed_wod_omogg_rep.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_omogg_rep 0 0 +wod_rubina 90 0 0 0 0 NORMAL global wod dressed_wod_rubina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rubina 0 0 +wod_outcast_1 90 0 0 0 0 NORMAL global wod wod_outcast_1.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast1 0 0 +wod_outcast_2 90 0 0 0 0 NORMAL global wod wod_outcast_2.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast2 0 0 +wod_outcast_3 90 0 0 0 0 NORMAL global wod wod_outcast_3.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast3 0 0 +wod_outcast_4 90 0 0 0 0 NORMAL global wod wod_outcast_4.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast4 0 0 +wod_outcast_5 90 0 0 0 0 NORMAL global wod wod_outcast_5.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast5 0 0 +wod_outcast_6 90 0 0 0 0 NORMAL global wod wod_outcast_6.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast6 0 0 +wod_outcast_7 90 0 0 0 0 NORMAL global wod wod_outcast_7.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast7 0 0 +wod_gatekeeper_saik 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_guide 0 0 +wod_spellweaver_leandra 90 0 0 0 0 NORMAL global wod dressed_herald_dathomir_nsister_cave_leandra.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_leandra 0 0 +wod_satra_herbalist 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_herbs 0 0 +wod_ns_vendor 90 0 0 0 0 NORMAL global wod npc_dressed_wod_ns_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_ns_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_ns_vendor 0 0 +wod_culinarian_kais 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_obfuscatrix.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_food 0 0 +wod_rancor_fath 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_rancor_tamer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_mistress 0 0 +wod_tamer_diax 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_spellweaver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_tamer_diax 0 0 +wod_sage_num 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_sage 0 0 +wod_ghost_witch 90 0 0 0 0 NORMAL global wod dressed_wod_ghost_clan_mother.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ghost_witch 0 0 +wod_sm_food_vhaunda 90 0 0 0 0 NORMAL global wod dressed_vhaunda.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_food 0 0 +wod_sm_azzenaj 90 0 0 0 0 NORMAL global wod dressed_herald_dathomir_nsister_cave_azzenaj.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_azzenaj 0 0 +wod_sm_herbalist_telo 90 0 0 0 0 NORMAL global wod dressed_dathomir_sing_mt_clan_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_herbs 0 0 +wod_sm_vurlene 90 0 0 0 0 NORMAL global wod dressed_vurlene.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_guide 0 0 +wod_sm_rancor_handler_izaryx 90 0 0 0 0 NORMAL global wod dressed_izaryx.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_handler_izaryx 0 0 +wod_sm_rancor_tamer_zideera 90 0 0 0 0 NORMAL global wod wod_sm_rancor_handler.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_tamer_zideera 0 0 +wod_sm_sage_ha'zel 90 0 0 0 0 NORMAL global wod dressed_dathomir_sing_mt_clan_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_sage 0 0 +wod_sm_klee 90 0 0 0 0 NORMAL global wod dressed_aujante_klee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_klee 0 0 +wod_sm_vendor 90 0 0 0 0 NORMAL global wod dressed_wod_sm_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_sm_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_sm_vendor 0 0 +spider_nightsister_obfuscatrix 88 5 5 0 -2 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_spellweaver.iff 0 35 85 100 50 100 100 50 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant +wod_rescue_initiate 90 0 0 0 0 NORMAL global wod dressed_wod_gray_outcast_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rescue_initiate 0 0 +wod_spiderclan_matron 90 0 0 0 0 NORMAL global spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_matron.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_queen_mother 0 0 +wod_first_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_first_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_first_sister 0 0 +wod_second_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_second_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_second_sister 0 0 +wod_third_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_third_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_third_sister 0 0 +giant_whuffa_worm 91 0 0 0 0 ELITE dathomir wod whuffa_worm.iff 3 3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 0 0 +wod_reanimated_slave 90 0 0 0 0 NORMAL dathomir wod wod_reanimated_slave_all 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant +wod_reanimated_witch 90 0 0 0 0 NORMAL dathomir wod wod_reanimated_witch_all 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant +wod_kyrisa 90 0 0 0 0 NORMAL global wod kyrisa.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_kyrisa 0 0 +wod_mutant_rancor_boss 95 4 0 0 0 BOSS dathomir wod beast_master/bm_mutated_rancor.iff 1.5 1.5 16 50 65 0 100 100 100 0 0 2 0 defaultProfile 3 90 creature/worldboss:generic_boss 50 wod_mutant_rancor_boss carnivore 100 100 100 100 expertise_glancing_blow_reduction=100,expertise_glancing_blow_ranged=100 int:bm_doNotShowExamineInfo=1 theme_park.wod.wod_mutant_rancor_combat wod_mutant_rancor_boss wod_mutant_rancor_boss 18 9 instant diff --git a/sku.0/sys.server/compiled/game/script/item/dna/barbed_quenker_dna.java b/sku.0/sys.server/compiled/game/script/item/dna/barbed_quenker_dna.java deleted file mode 100755 index afaa6f4f29..0000000000 --- a/sku.0/sys.server/compiled/game/script/item/dna/barbed_quenker_dna.java +++ /dev/null @@ -1,28 +0,0 @@ -package script.item.dna; - -import script.dictionary; -import script.library.static_item; -import script.library.utils; -import script.obj_id; - -public class barbed_quenker_dna extends script.base_script -{ - public barbed_quenker_dna() - { - } - public static final String BARBED_QUENKER_DNA_LOOT_ITEM = "item_barbed_quenker_dna"; - public static final int BARBED_QUENKER_DNA_LOOT_CHANCE = 5; - - - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - int chanceDna = rand(1, 100); - if (chanceDna > BARBED_QUENKER_DNA_LOOT_CHANCE) - { - return SCRIPT_CONTINUE; - } - obj_id inv = utils.getInventoryContainer(self); - obj_id dna = static_item.createNewItemFunction(BARBED_QUENKER_DNA_LOOT_ITEM, inv); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/item/dna/cracktooth_dna.java b/sku.0/sys.server/compiled/game/script/item/dna/cracktooth_dna.java deleted file mode 100755 index ca2a6a3163..0000000000 --- a/sku.0/sys.server/compiled/game/script/item/dna/cracktooth_dna.java +++ /dev/null @@ -1,28 +0,0 @@ -package script.item.dna; - -import script.dictionary; -import script.library.static_item; -import script.library.utils; -import script.obj_id; - -public class cracktooth_dna extends script.base_script -{ - public cracktooth_dna() - { - } - public static final String CRACKTOOTH_NARGLATCH_DNA_LOOT_ITEM = "item_cs_dna_mutated_narglatch"; - public static final int CRACKTOOTH_NARGLATCH_DNA_LOOT_CHANCE = 15; - - - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - int chanceDna = rand(1, 100); - if (chanceDna > CRACKTOOTH_NARGLATCH_DNA_LOOT_CHANCE) - { - return SCRIPT_CONTINUE; - } - obj_id inv = utils.getInventoryContainer(self); - obj_id dna = static_item.createNewItemFunction(CRACKTOOTH_NARGLATCH_DNA_LOOT_ITEM, inv); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/item/dna/hawkbat_dna.java b/sku.0/sys.server/compiled/game/script/item/dna/hawkbat_dna.java deleted file mode 100755 index e1fccaa211..0000000000 --- a/sku.0/sys.server/compiled/game/script/item/dna/hawkbat_dna.java +++ /dev/null @@ -1,28 +0,0 @@ -package script.item.dna; - -import script.dictionary; -import script.library.static_item; -import script.library.utils; -import script.obj_id; - -public class hawkbat_dna extends script.base_script -{ - public hawkbat_dna() - { - } - public static final String HAWK_BAT_DNA_LOOT_ITEM = "item_cs_dna_hawk_bat"; - public static final int HAWK_BAT_DNA_LOOT_CHANCE = 15; - - - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - int chanceDna = rand(1, 100); - if (chanceDna > HAWK_BAT_DNA_LOOT_CHANCE) - { - return SCRIPT_CONTINUE; - } - obj_id inv = utils.getInventoryContainer(self); - obj_id dna = static_item.createNewItemFunction(HAWK_BAT_DNA_LOOT_ITEM, inv); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/item/dna/razor_angler_dna.java b/sku.0/sys.server/compiled/game/script/item/dna/razor_angler_dna.java deleted file mode 100755 index 1c703ba7d8..0000000000 --- a/sku.0/sys.server/compiled/game/script/item/dna/razor_angler_dna.java +++ /dev/null @@ -1,28 +0,0 @@ -package script.item.dna; - -import script.dictionary; -import script.library.static_item; -import script.library.utils; -import script.obj_id; - -public class razor_angler_dna extends script.base_script -{ - public razor_angler_dna() - { - } - public static final String RAZOR_ANGLER_DNA_LOOT_ITEM = "item_razor_angler_dna"; - public static final int RAZOR_ANGLER_DNA_LOOT_CHANCE = 15; - - - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - int chanceDna = rand(1, 100); - if (chanceDna > RAZOR_ANGLER_DNA_LOOT_CHANCE) - { - return SCRIPT_CONTINUE; - } - obj_id inv = utils.getInventoryContainer(self); - obj_id dna = static_item.createNewItemFunction(RAZOR_ANGLER_DNA_LOOT_ITEM, inv); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/item/dna/spider_consort_dna.java b/sku.0/sys.server/compiled/game/script/item/dna/spider_consort_dna.java deleted file mode 100755 index b2c45c994e..0000000000 --- a/sku.0/sys.server/compiled/game/script/item/dna/spider_consort_dna.java +++ /dev/null @@ -1,28 +0,0 @@ -package script.item.dna; - -import script.dictionary; -import script.library.static_item; -import script.library.utils; -import script.obj_id; - -public class spider_consort_dna extends script.base_script -{ - public spider_consort_dna() - { - } - public static final String SPIDER_CONSORT_DNA_LOOT_ITEM = "item_spiderclan_consort_dna"; - public static final int SPIDER_CONSORT_DNA_LOOT_CHANCE = 15; - - - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - int chanceDna = rand(1, 100); - if (chanceDna > SPIDER_CONSORT_DNA_LOOT_CHANCE) - { - return SCRIPT_CONTINUE; - } - obj_id inv = utils.getInventoryContainer(self); - obj_id dna = static_item.createNewItemFunction(SPIDER_CONSORT_DNA_LOOT_ITEM, inv); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/item/dna/spider_queen_dna.java b/sku.0/sys.server/compiled/game/script/item/dna/spider_queen_dna.java deleted file mode 100755 index e504a3e422..0000000000 --- a/sku.0/sys.server/compiled/game/script/item/dna/spider_queen_dna.java +++ /dev/null @@ -1,28 +0,0 @@ -package script.item.dna; - -import script.dictionary; -import script.library.static_item; -import script.library.utils; -import script.obj_id; - -public class spider_queen_dna extends script.base_script -{ - public spider_queen_dna() - { - } - public static final String SPIDER_QUEEN_DNA_LOOT_ITEM = "item_spiderclan_queen_dna"; - public static final int SPIDER_QUEEN_DNA_LOOT_CHANCE = 15; - - - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - int chanceDna = rand(1, 100); - if (chanceDna > SPIDER_QUEEN_DNA_LOOT_CHANCE) - { - return SCRIPT_CONTINUE; - } - obj_id inv = utils.getInventoryContainer(self); - obj_id dna = static_item.createNewItemFunction(SPIDER_QUEEN_DNA_LOOT_ITEM, inv); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/item/dna/unstable_nexu_dna.java b/sku.0/sys.server/compiled/game/script/item/dna/unstable_nexu_dna.java deleted file mode 100755 index d3d2504eee..0000000000 --- a/sku.0/sys.server/compiled/game/script/item/dna/unstable_nexu_dna.java +++ /dev/null @@ -1,28 +0,0 @@ -package script.item.dna; - -import script.dictionary; -import script.library.static_item; -import script.library.utils; -import script.obj_id; - -public class unstable_nexu_dna extends script.base_script -{ - public unstable_nexu_dna() - { - } - public static final String UNSTABLE_NEXU_DNA_LOOT_ITEM = "item_cs_dna_nexu"; - public static final int UNSTABLE_NEXU_DNA_LOOT_CHANCE = 15; - - - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - int chanceDna = rand(1, 100); - if (chanceDna > UNSTABLE_NEXU_DNA_LOOT_CHANCE) - { - return SCRIPT_CONTINUE; - } - obj_id inv = utils.getInventoryContainer(self); - obj_id dna = static_item.createNewItemFunction(UNSTABLE_NEXU_DNA_LOOT_ITEM, inv); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/item/dna/unstable_reek_dna.java b/sku.0/sys.server/compiled/game/script/item/dna/unstable_reek_dna.java deleted file mode 100755 index e3f0525af1..0000000000 --- a/sku.0/sys.server/compiled/game/script/item/dna/unstable_reek_dna.java +++ /dev/null @@ -1,28 +0,0 @@ -package script.item.dna; - -import script.dictionary; -import script.library.static_item; -import script.library.utils; -import script.obj_id; - -public class unstable_reek_dna extends script.base_script -{ - public unstable_reek_dna() - { - } - public static final String UNSTABLE_REEK_DNA_LOOT_ITEM = "item_cs_dna_reek"; - public static final int UNSTABLE_REEK_DNA_LOOT_CHANCE = 15; - - - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - int chanceDna = rand(1, 100); - if (chanceDna > UNSTABLE_REEK_DNA_LOOT_CHANCE) - { - return SCRIPT_CONTINUE; - } - obj_id inv = utils.getInventoryContainer(self); - obj_id dna = static_item.createNewItemFunction(UNSTABLE_REEK_DNA_LOOT_ITEM, inv); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/item/dna/vorpal_durni_dna.java b/sku.0/sys.server/compiled/game/script/item/dna/vorpal_durni_dna.java deleted file mode 100755 index 10d5ea54f6..0000000000 --- a/sku.0/sys.server/compiled/game/script/item/dna/vorpal_durni_dna.java +++ /dev/null @@ -1,28 +0,0 @@ -package script.item.dna; - -import script.dictionary; -import script.library.static_item; -import script.library.utils; -import script.obj_id; - -public class vorpal_durni_dna extends script.base_script -{ - public vorpal_durni_dna() - { - } - public static final String VORPAL_DURNI_DNA_LOOT_ITEM = "item_vorpal_durni_dna"; - public static final int VORPAL_DURNI_DNA_LOOT_CHANCE = 2; - - - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - int chanceDna = rand(1, 100); - if (chanceDna > VORPAL_DURNI_DNA_LOOT_CHANCE) - { - return SCRIPT_CONTINUE; - } - obj_id inv = utils.getInventoryContainer(self); - obj_id dna = static_item.createNewItemFunction(VORPAL_DURNI_DNA_LOOT_ITEM, inv); - return SCRIPT_CONTINUE; - } -} diff --git a/sku.0/sys.server/compiled/game/script/library/create.java b/sku.0/sys.server/compiled/game/script/library/create.java index 5ec8eb17af..0ecdfdd7e2 100755 --- a/sku.0/sys.server/compiled/game/script/library/create.java +++ b/sku.0/sys.server/compiled/game/script/library/create.java @@ -746,6 +746,13 @@ public static void initializeCreature(obj_id creature, String creatureName, dict setObjVar(creature, "loot.lootTable", strLootTable); setObjVar(creature, "loot.numItems", intItems); } + final float dnaLootPercentageChance = creatureDict.getFloat("dnaChancePct"); + final String dnaLootItemName = creatureDict.getString("dnaItemName"); + if(dnaLootPercentageChance > 0 && dnaLootItemName != null && static_item.isStaticItem(dnaLootItemName)) + { + setObjVar(creature, loot.OBJVAR_DNA_LOOT_CHANCE, dnaLootPercentageChance); + setObjVar(creature, loot.OBJVAR_DNA_LOOT_ITEM_NAME, dnaLootItemName); + } if (!initializeArmor(creature, creatureDict, dataTableGetInt(STAT_BALANCE_TABLE, armorLevel - 1, diffClassName + "Armor"))) { LOG("create", "Unable to initialize armor on " + creatureName + "(" + creature + ")"); diff --git a/sku.0/sys.server/compiled/game/script/library/loot.java b/sku.0/sys.server/compiled/game/script/library/loot.java index bf8287b324..59a572b8c1 100755 --- a/sku.0/sys.server/compiled/game/script/library/loot.java +++ b/sku.0/sys.server/compiled/game/script/library/loot.java @@ -120,6 +120,8 @@ public loot() public static final String OBJVAR_RLS_LAST_LOOT_TIME = "loot.rls.lastChestAwardTime"; public static final String OBJVAR_RLS_LAST_LOOT_LOCATION = "loot.rls.lastLootedLocation"; public static final String OBJVAR_RLS_LAST_LOOT_CHEST = "loot.rls.lastLootedChest"; + public static final String OBJVAR_DNA_LOOT_CHANCE = "loot.dnaLootChance"; + public static final String OBJVAR_DNA_LOOT_ITEM_NAME = "loot.dnaLootItemName"; public static boolean addLoot(obj_id target) throws InterruptedException { @@ -1127,6 +1129,7 @@ public static boolean setupLootItems(obj_id objCreature) throws InterruptedExcep String strTable = getStringObjVar(objCreature, "loot.lootTable"); int intLevel = getIntObjVar(objCreature, "intCombatDifficulty"); int intItems = getIntObjVar(objCreature, "loot.numItems"); + rollForSpecialDnaLoot(objCreature, objContainer); return makeLootInContainer(objContainer, strTable, intItems, intLevel); } public static boolean setupLootItems(obj_id objCreature, int intItems) throws InterruptedException @@ -1139,6 +1142,7 @@ public static boolean setupLootItems(obj_id objCreature, int intItems) throws In } String strTable = getStringObjVar(objCreature, "loot.lootTable"); int intLevel = getIntObjVar(objCreature, "intCombatDifficulty"); + rollForSpecialDnaLoot(objCreature, objContainer); return makeLootInContainer(objContainer, strTable, intItems, intLevel); } public static boolean makeLootInContainer(obj_id objContainer, String strTable, int intItems, int intLevel) throws InterruptedException @@ -1161,7 +1165,7 @@ public static boolean makeLootInContainer(obj_id objContainer, String strTable, } if ((strLootTypes == null) || (strLootTypes.length == 0)) { - return boolMadeLoot; + return false; } for (int intI = 0; intI < intItems; intI++) { @@ -2604,4 +2608,29 @@ public static obj_id createRareLootChest(obj_id creature, int lootType) throws I return chest; } + /** + * Rolls for granting special DNA loot during loot grant process. + * + * This replaces a series of scripts that were at item.dna.* for a more + * generic process. Specify the DNA roll chance and DNA roll item name + * in the creatures.iff data table, which are added as ObjVars if they + * are valid during the create.createCreature() process. + * + * @param creature the creature who will hold the loot items + * @param container the container of that creature + */ + public static void rollForSpecialDnaLoot(obj_id creature, obj_id container) throws InterruptedException + { + if(isIdValid(creature) && isIdValid(container)) + { + if(hasObjVar(creature, OBJVAR_DNA_LOOT_CHANCE) && hasObjVar(creature, OBJVAR_DNA_LOOT_ITEM_NAME)) + { + if(rand(1, 100) > getFloatObjVar(creature, OBJVAR_DNA_LOOT_CHANCE)) + { + static_item.createNewItemFunction(getStringObjVar(creature, OBJVAR_DNA_LOOT_ITEM_NAME), container); + } + } + } + } + } From 4e1eb56c76caff655f8dab9d991f7f26244bf16b Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Tue, 13 Jul 2021 02:29:32 -0400 Subject: [PATCH 030/107] Fix WoD duplicate master items bug --- .../game/datatables/item/master_item/master_item.tab | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab b/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab index 0d671ef1c4..122c17bba8 100755 --- a/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab +++ b/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab @@ -8566,10 +8566,6 @@ armor_infiltrator_leggings_02 object/tangible/wearables/armor/infiltrator/armor_ armor_infiltrator_gloves_02 object/tangible/wearables/armor/infiltrator/armor_infiltrator_s02_gloves.iff armor 90 4 armor_infiltrator_boots_02 object/tangible/wearables/armor/infiltrator/armor_infiltrator_s02_boots.iff armor 90 4 armor_infiltrator_belt_02 object/tangible/wearables/armor/infiltrator/armor_infiltrator_s02_belt.iff armor 90 4 -weapon_sword_2h_wod_04_01 object/weapon/melee/2h_sword/2h_sword_wod.iff weapon 85 6 1000 Two Handed Athame -weapon_sword_1h_wod_04_01 object/weapon/melee/sword/sword_wod_scyth.iff weapon 85 6 1000 One Handed Boline -weapon_polearm_wod_04_01 object/weapon/melee/polearm/lance_wod_twin_blade.iff weapon 85 6 1000 1 Twin Bladed Glaive -weapon_war_fan_wod_04_01 object/weapon/melee/special/wod_war_fan.iff weapon 85 6 1000 Witches War Fan item_wod_pro_tree_01_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 1 Tree 1 schematic item_wod_pro_tree_02_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 2 Tree 2 schematic item_wod_pro_tree_03_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 3 Tree 3 schematic @@ -8586,9 +8582,9 @@ item_wod_pro_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_see item_wod_pro_herb_reward_jar_sm object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.iff 1 1 WoD Prologue Seed Jar NS Seed jar that grants random large tree schematic item_wod_pro_herb_reward_jar_ns object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.iff 1 1 WoD Prologue Seed Jar SM Seed jar that grants random large tree schematic item_painting_wod_scene_01 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_01.iff 1 1 Dathomir Scenery 1 Reward for quest outcasts -item_painting_wod_scene_02 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_02.iff 1 1 Dathomir Scenery 2 ^ -item_painting_wod_scene_03 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_03.iff 1 1 Dathomir Scenery 3 ^ -item_painting_wod_scene_04 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_04.iff 1 1 Dathomir Scenery 4 ^ +item_painting_wod_scene_02 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_02.iff 1 1 Dathomir Scenery 2 Reward for quest outcasts +item_painting_wod_scene_03 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_03.iff 1 1 Dathomir Scenery 3 Reward for quest outcasts +item_painting_wod_scene_04 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_04.iff 1 1 Dathomir Scenery 4 Reward for quest outcasts item_painting_wod_sm_01 object/tangible/furniture/wod_themepark/wod_pro_painting_sm_01.iff 1 1 Dathomir Tapestry SM 1 This is the collection reward item_painting_wod_sm_02 object/tangible/furniture/wod_themepark/wod_pro_painting_sm_02.iff 1 1 Dathomir Tapestry SM 2 This is sold by the vendor item_painting_wod_ns_01 object/tangible/furniture/wod_themepark/wod_pro_painting_ns_01.iff 1 1 Dathomir Tapestry NS 1 This is the collection reward From c7db8132eef9bb1726487ca1aad781a4866d6176 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Tue, 13 Jul 2021 06:34:09 -0400 Subject: [PATCH 031/107] QA Quest Tool support for Quest Tasks and Signals --- .../game/script/test/qa_quest_skipper.java | 200 +++++++++++++++++- 1 file changed, 196 insertions(+), 4 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/test/qa_quest_skipper.java b/sku.0/sys.server/compiled/game/script/test/qa_quest_skipper.java index aceca14f2d..423d0d26c0 100755 --- a/sku.0/sys.server/compiled/game/script/test/qa_quest_skipper.java +++ b/sku.0/sys.server/compiled/game/script/test/qa_quest_skipper.java @@ -1,10 +1,15 @@ package script.test; import script.dictionary; +import script.library.groundquests; import script.library.qa; import script.library.sui; import script.library.utils; import script.obj_id; +import script.string_id; + +import java.util.Arrays; +import java.util.stream.Stream; public class qa_quest_skipper extends script.base_script { @@ -13,18 +18,23 @@ public qa_quest_skipper() } public static final String QUEST_TOOL_TITLE = "QA Quest Tool"; public static final String QUEST_TOOL_PROMPT = "Select a Quest or menu item.\n\n(A) Active Quest\n(C) Completed Quest"; - public static final String QUEST_TOOL_SUBPROMPT = "Be sure to select the correct option. The quest will be modified per your selection without any additional verification."; + public static final String QUEST_TOOL_SUBPROMPT = "Be sure to select the correct option. The quest will be modified per your selection without any additional verification. You can also select an individual quest task to manage it. \n\nThe visible tasks of the quest are displayed below prepended with their ID followed by (A) for an active task, (C) for a completed task, or (I) for an inactive task. You can select a task to activate/complete/fail/reset it."; public static final String MANUAL_ADD_GROUND_PROMPT = "Add Ground Quest Manually: Type the quest string in the area provided. When you select OK the quest will be added like you just received the quest."; public static final String MANUAL_ADD_GROUND_TITLE = "Add Ground Manually"; public static final String MANUAL_ADD_SPACE_PROMPT = "Add Space Quest Manually: Type the quest string in the area provided. When you select OK the quest will be added like you just received the quest."; public static final String MANUAL_ADD_SPACE_TITLE = "Add Space Manually"; + public static final String SEND_SIGNAL_PROMPT = "Enter the name of the signal you wish to send. Note that this signal will trigger all active quests expecting this signal."; + public static final String SEND_SIGNAL_TITLE = "Send Quest Signal"; + public static final String TASK_MENU_PROMPT = "Be sure to select the correct option. The quest will be modified per your selection without any additional verification. Select the action you would like to perform for this Quest Task."; + public static final String TASK_MENU_TITLE = "Quest Task Actions"; public static final String[] QUEST_TOOL_MENU = { "Add a ground quest manually", "Add a space quest manually", "Attain test quests", "Bulk Grant/Complete Tool", - "Bulk Grant Tool" + "Bulk Grant Tool", + "Send Quest Signal to Self" }; public static final String[] QUEST_MAIN_MENU = { @@ -33,7 +43,8 @@ public qa_quest_skipper() }; public static final String[] QUEST_ALT_MENU = { - "Remove this quest" + "Remove this quest", + "Remove and re-grant this quest" }; public static final String[] QUEST_DEMO_QUESTS = { @@ -147,10 +158,48 @@ else if (btn == sui.BP_REVERT) String textData = utils.getStringScriptVar(self, "qaquest.textData"); bulkGrantQuestUi(self, textData); } + } else if (QUEST_TOOL_MENU[5].equals(previousSelection)) { + qa.createInputBox(self, SEND_SIGNAL_PROMPT, SEND_SIGNAL_TITLE, "handleSendQuestSignal", "qaquest.pid"); } else { utils.setScriptVar(self, "qaquest.questString", previousSelection); String[] subMenu = getCorrectMenu(self, previousSelection); utils.setScriptVar(self, "qaquest.menu", subMenu); + + // get tasks for selected quest if quest is active (swg source addition) + if(!previousSelection.contains("(C)")) + { + int questId = groundquests.getQuestIdFromString(getQuestString(self)); + String questName = questGetQuestName(questId); + String table = "datatables/questtask/" + questName + ".iff"; + int numVisibleRows = Arrays.stream(dataTableGetIntColumn(table, "IS_VISIBLE")).filter(i -> i > 0).sum(); + int rowCount = dataTableGetNumRows(table); + String[] menuItemsToAdd = new String[numVisibleRows]; + if(rowCount > 0) + { + int elementPos = 0; + for(int i = 0; i < rowCount; i++) + { + if(groundquests.isTaskVisible(questId, i)) + { + String flag = groundquests.isTaskActive(self, getQuestString(self), i) ? "A" : + groundquests.hasCompletedTask(self, getQuestString(self), i) ? "C" : "I"; + dictionary taskData = dataTableGetRow(table, i); + String taskTitle = localize(new string_id( + table.contains("spacequest") ? questName : "quest/ground/" + questName.substring(6), + taskData.getString("JOURNAL_ENTRY_TITLE").split(":")[1] + )); + menuItemsToAdd[elementPos] = String.format("%d: (%s) %s [%s])", + i, flag, taskData.getString("TASK_NAME"), taskTitle); + elementPos++; + } + } + } + if(menuItemsToAdd.length > 0) // add tasks to existing menu + { + utils.setScriptVar(self, "qaquest.allQuestTasks", menuItemsToAdd); + subMenu = Stream.concat(Arrays.stream(subMenu), Arrays.stream(menuItemsToAdd)).toArray(String[]::new); + } + } qa.refreshMenu(self, QUEST_TOOL_SUBPROMPT, QUEST_TOOL_TITLE, subMenu, "handleQuestOptions", true, "qaquest.pid", "qaquest.qaquestSubMenu"); } } @@ -208,15 +257,128 @@ else if (previousSelection.equals("Remove this quest")) showToolMainMenu(self); } } + else if (previousSelection.equals("Remove and re-grant this quest")) + { + String questString = getQuestString(self); + if (!questString.equals("") && !questString.equals("Error")) + { + qa.clearQuest(self, questString); + if(questString.contains("spacequest")) + { + qa.grantSpaceQuest(self, qa.getSpaceQuestType(self, questString), questString); + } + else + { + qa.grantGroundQuest(self, questString); + } + showToolMainMenu(self); + } + } else { - sendSystemMessageTestingOnly(self, "There was an error with the tool."); + String[] menuOptions = new String[2]; + if(previousSelection.contains("(A)")) + { + menuOptions[0] = "Complete this Task"; + menuOptions[1] = "Fail this Task"; + } + else if (previousSelection.contains("(I)")) + { + menuOptions[0] = "Activate this Task"; + menuOptions[1] = "Activate this Task & Complete All Other Active Tasks"; + } + else if (previousSelection.contains("(C)")) + { + menuOptions[0] = "Clear this Task's Completion History"; + menuOptions[1] = "Clear this Task and Activate It"; + } + else + { + sendSystemMessageTestingOnly(self, "Something went wrong... aborting..."); + return SCRIPT_CONTINUE; + } + utils.setScriptVar(self, "qaquest.taskToHandle", previousSelection); + qa.refreshMenu(self, TASK_MENU_PROMPT, TASK_MENU_TITLE, menuOptions, "handleQuestTaskOptions", true, "qaquest.pid", "qaquest.qaquestSubMenu"); } } } } return SCRIPT_CONTINUE; } + public int handleQuestTaskOptions(obj_id self, dictionary params) throws InterruptedException + { + if (isGod(self)) + { + if (utils.hasScriptVar(self, "qaquest.pid")) + { + qa.checkParams(params, "qaquest"); + int idx = sui.getListboxSelectedRow(params); + int btn = sui.getIntButtonPressed(params); + if (btn == sui.BP_CANCEL) + { + cleanAllScriptVars(self); + showToolMainMenu(self); + return SCRIPT_CONTINUE; + } + else if (btn == sui.BP_REVERT) + { + showToolMainMenu(self); + return SCRIPT_CONTINUE; + } + else + { + String[] previousMainMenuArray = utils.getStringArrayScriptVar(self, "qaquest.qaquestSubMenu"); + String previousSelection = previousMainMenuArray[idx]; + int taskId = Integer.parseInt(utils.getStringScriptVar(self, "qaquest.taskToHandle").split(":")[0]); + switch(previousSelection) + { + case "Complete this Task": + groundquests.completeTask(self, getQuestString(self), taskId); + sendSystemMessageTestingOnly(self, "Completing task "+taskId+" for quest "+getQuestString(self)); + break; + case "Fail this Task": + groundquests.failTask(self, getQuestString(self), taskId); + sendSystemMessageTestingOnly(self, "Failing task "+taskId+" for quest "+getQuestString(self)); + break; + case "Activate this Task": + groundquests.activateTask(self, getQuestString(self), taskId); + sendSystemMessageTestingOnly(self, "Activating task "+taskId+" for quest "+getQuestString(self)); + break; + case "Activate this Task & Complete All Other Active Tasks": + String[] tasks = utils.getStringArrayScriptVar(self, "qaquest.allQuestTasks"); + if(tasks != null && tasks.length > 0) + { + for(String task : tasks) + { + if(task.contains("(A)")) + { + int tempId = Integer.parseInt(task.split(":")[0]); + groundquests.completeTask(self, getQuestString(self), tempId); + sendSystemMessageTestingOnly(self, "Completing task "+tempId+" for quest "+getQuestString(self)); + } + } + } + groundquests.activateTask(self, getQuestString(self), taskId); + sendSystemMessageTestingOnly(self, "Activating task "+taskId+" for quest "+getQuestString(self)); + break; + case "Clear this Task's Completion History": + groundquests.clearTask(self, getQuestString(self), taskId); + sendSystemMessageTestingOnly(self, "Clearing task "+taskId+" for quest "+getQuestString(self)); + break; + case "Clear this Task and Activate It": + groundquests.clearTask(self, getQuestString(self), taskId); + sendSystemMessageTestingOnly(self, "Clearing task "+taskId+" for quest "+getQuestString(self)); + groundquests.activateTask(self, getQuestString(self), taskId); + sendSystemMessageTestingOnly(self, "Activating task "+taskId+" for quest "+getQuestString(self)); + break; + } + cleanAllScriptVars(self); + showToolMainMenu(self); + } + } + } + return SCRIPT_CONTINUE; + } public int handleAddGroundQuestManually(obj_id self, dictionary params) throws InterruptedException { if (isGod(self)) @@ -295,6 +457,36 @@ public int handleAddSpaceQuestManually(obj_id self, dictionary params) throws In } return SCRIPT_CONTINUE; } + public int handleSendQuestSignal(obj_id self, dictionary params) throws InterruptedException + { + if (isGod(self)) + { + if (utils.hasScriptVar(self, "qaquest.pid")) + { + qa.checkParams(params, "qaquest"); + String stringEntry = sui.getInputBoxText(params); + int btn = sui.getIntButtonPressed(params); + if (btn == sui.BP_CANCEL) + { + cleanAllScriptVars(self); + showToolMainMenu(self); + return SCRIPT_OVERRIDE; + } + if (stringEntry == null || stringEntry.equals("")) + { + qa.createInputBox(self, SEND_SIGNAL_PROMPT, SEND_SIGNAL_TITLE, "handleSendQuestSignal", "qaquest.pid"); + return SCRIPT_CONTINUE; + } + else + { + groundquests.sendSignal(self, stringEntry); + sendSystemMessageTestingOnly(self, "Sending quest signal "+stringEntry+" to your player..."); + showToolMainMenu(self); + } + } + } + return SCRIPT_CONTINUE; + } public int revokeQuestHandler(obj_id self, dictionary params) throws InterruptedException { String textData = params.getString("Prompt.lblPrompt.LocalText"); From 6cc55c62576ab2ec61764b78c893b6f14c946612 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Tue, 13 Jul 2021 23:44:52 -0400 Subject: [PATCH 032/107] Update particlebrowser.java --- .../script/developer/particlebrowser.java | 1971 +++++++++++++++++ .../script/working/kai/particlebrowser.java | 1377 ------------ 2 files changed, 1971 insertions(+), 1377 deletions(-) create mode 100644 sku.0/sys.server/compiled/game/script/developer/particlebrowser.java delete mode 100755 sku.0/sys.server/compiled/game/script/working/kai/particlebrowser.java diff --git a/sku.0/sys.server/compiled/game/script/developer/particlebrowser.java b/sku.0/sys.server/compiled/game/script/developer/particlebrowser.java new file mode 100644 index 0000000000..719a0f605c --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/developer/particlebrowser.java @@ -0,0 +1,1971 @@ +package script.developer; + +import script.dictionary; +import script.library.sui; +import script.library.utils; +import script.obj_id; + +import java.util.StringTokenizer; +import java.util.Vector; + +public class particlebrowser extends script.base_script +{ + public particlebrowser() + { + } + public static final String[] particles = new String[] + { + "a10-lighting.prt", + "a1-lighting.prt", + "a2-lighting.prt", + "a3-lighting.prt", + "a4-lighting.prt", + "a5-lighting.prt", + "a6-lighting.prt", + "a7-lighting.prt", + "a8-lighting.prt", + "a9-lighting.prt", + "at_at_holo.prt", + "blast_deflect.prt", + "dark_lightning.prt", + "eow_smoke_plume01.prt", + "footfall_2.prt", + "ground_bomb.prt", + "gunblast.prt", + "hh_15_torpedo_warhead.prt", + "holo_planet_hoth.prt", + "holo_planet_naboo.prt", + "hoth_music_phase_1_imp.prt", + "hoth_music_phase_1_reb.prt", + "hoth_music_phase_2.prt", + "hoth_music_phase_3.prt", + "imperial_transport_touch_and_go.prt", + "krix_firebomb_seed.prt", + "krix_spiral.prt", + "krix_spiral_2.prt", + "krix_spiral_3.prt", + "lambda_shuttle_touch_and_go.prt", + "lambda_shuttle_touch_and_go_2.prt", + "lambda_shuttle_touch_and_go_3.prt", + "light_lightning.prt", + "must_dustdevil.prt", + "must_dustdevil_2.prt", + "must_dustdevil_3.prt", + "must_floating_embers.prt", + "must_jedi_rock.prt", + "must_jedi_rock_10.prt", + "must_jedi_rock_2.prt", + "must_jedi_rock_3.prt", + "must_jedi_rock_base.prt", + "must_jedi_rock_base2.prt", + "must_lava_bubble.prt", + "must_lava_falls_ribbon_15x45.prt", + "must_lava_falls_ribbon_15x80.prt", + "must_lava_falls_ribbon_20x175.prt", + "must_lava_falls_ribbon_20x37.prt", + "must_lava_falls_ribbon_20x45.prt", + "must_lava_falls_ribbon_20x56.prt", + "must_lava_falls_ribbon_20x75.prt", + "must_lava_falls_ribbon_25x111.prt", + "must_lava_falls_ribbon_25x220.prt", + "must_lava_falls_ribbon_25x50.prt", + "must_lava_falls_ribbon_25x65.prt", + "must_lava_falls_ribbon_30x140.prt", + "must_lava_falls_ribbon_30x40.prt", + "must_lava_falls_ribbon_40x114.prt", + "must_lava_falls_ribbon_40x220.prt", + "must_lava_falls01.prt", + "must_lava_fire.prt", + "must_lava_fire_base.prt", + "must_lava_flare.prt", + "must_lava_flare_crater.prt", + "must_lava_flare_interior.prt", + "must_lava_flare_small.prt", + "must_lighing_attack_clouds.prt", + "must_lightning_1.prt", + "must_lightning_2.prt", + "must_lightning_3.prt", + "must_lightning_attack.prt", + "must_smoke_plume01.prt", + "must_smoke_plume02.prt", + "must_steam_clouds.prt", + "must_steam_geyser.prt", + "must_steam_geyser_medium.prt", + "must_steam_geyser_medium_yellow.prt", + "must_steam_geyser_small.prt", + "must_steam_geyser_small_yellow.prt", + "must_steam_geyser_yellow.prt", + "of_em_shield.prt", + "pt_40m_long_green_fire.prt", + "pt_acid_trails.prt", + "pt_acidfield_bolt.prt", + "pt_acidfield_explode.prt", + "pt_acidfield_medium.prt", + "pt_acidfield_medium_base.prt", + "pt_acidfield_small.prt", + "pt_acidfield_small_base.prt", + "pt_aerialstrike.prt", + "pt_aerialstrike_explosion.prt", + "pt_aerialstrike_ship.prt", + "pt_aiming_player.prt", + "pt_airport_race_light.prt", + "pt_airport_race_light_group.prt", + "pt_allum_mine_car_empty_s01.prt", + "pt_allum_mine_car_full_s01.prt", + "pt_animal_under_jedi_control.prt", + "pt_animating_gobi.prt", + "pt_arrow_disc.prt", + "pt_arrow_disc_base.prt", + "pt_arrow_disc_temp.prt", + "pt_arrow_disc_temp_base.prt", + "pt_artillerystrike.prt", + "pt_artillerystrike_cloudspike.prt", + "pt_artillerystrike_rotated.prt", + "pt_artillerystrike_trailingdirt.prt", + "pt_ataru_focus.prt", + "pt_atarufocus.prt", + "pt_atom_bolt.prt", + "pt_atom_bolt_rotate.prt", + "pt_aurabuff_imperial.prt", + "pt_aurabuff_imperial_caster.prt", + "pt_aurabuff_rebel.prt", + "pt_aurabuff_rebel_caster.prt", + "pt_aurora.prt", + "pt_avatar_selection_light.prt", + "pt_axkvamin_lightning.prt", + "pt_axkvamin_lightning_base.prt", + "pt_bacta_tank_lg_bubbles.prt", + "pt_ball_electric_bolt_green.prt", + "pt_ball_electric_bolt_green_sm.prt", + "pt_bats.prt", + "pt_battlefield_runner.prt", + "pt_beam_acid.prt", + "pt_beam_acidfield.prt", + "pt_beam_flame_thrower.prt", + "pt_beam_flame_thrower_blue.prt", + "pt_beam_ice.prt", + "pt_beam_ice_2.prt", + "pt_beam_lightning.prt", + "pt_bespin_diorama_clouds.prt", + "pt_bezerk_player.prt", + "pt_bhunter_burn_flame.prt", + "pt_bhunter_dread_strike.prt", + "pt_bhunter_duelist_stance.prt", + "pt_bhunter_fumble_shield.prt", + "pt_bhunter_innate_assault.prt", + "pt_bhunter_intimidating_strike.prt", + "pt_bhunter_relentless_onslaught.prt", + "pt_bhunter_shields.prt", + "pt_bhunter_sniper_headshot.prt", + "pt_bhunter_sniper_shot.prt", + "pt_bhunter_stun.prt", + "pt_bhunter_take_cover.prt", + "pt_bike_thruster.prt", + "pt_bike_thruster_2.prt", + "pt_bike_thruster_3.prt", + "pt_birds_flock.prt", + "pt_birds_flock_02.prt", + "pt_birds_flock1.prt", + "pt_blast_deflect.prt", + "pt_blast_wave.prt", + "pt_blast_wave_build_up.prt", + "pt_bleeding_player.prt", + "pt_blinded_player.prt", + "pt_bls_1_blue_hit_creature_01.prt", + "pt_bls_1_blue_hit_other_01.prt", + "pt_bls_1_blue_miss_creature_01.prt", + "pt_bls_1_blue_miss_nothing_01.prt", + "pt_bls_1_blue_miss_other_01.prt", + "pt_bls_1_blue_miss_terrain.prt", + "pt_bls_1_blue_miss_water_01.prt", + "pt_bls_1_blue_muz_flash_01.prt", + "pt_bls_1_green_hit_creature_01.prt", + "pt_bls_1_green_hit_other_01.prt", + "pt_bls_1_green_miss_creature_01.prt", + "pt_bls_1_green_miss_nothing_01.prt", + "pt_bls_1_green_miss_other_01.prt", + "pt_bls_1_green_miss_terrain.prt", + "pt_bls_1_green_miss_water_01.prt", + "pt_bls_1_green_muz_flash_01.prt", + "pt_bls_1_red_hit_creature_01.prt", + "pt_bls_1_red_hit_creature_02.prt", + "pt_bls_1_red_hit_other_01.prt", + "pt_bls_1_red_hit_water_01.prt", + "pt_bls_1_red_miss_creature_01.prt", + "pt_bls_1_red_miss_nothing_01.prt", + "pt_bls_1_red_miss_other_01.prt", + "pt_bls_1_red_miss_terrain.prt", + "pt_bls_1_red_miss_water_01.prt", + "pt_bls_1_red_muz_flash_01.prt", + "pt_bls_slug_trail.prt", + "pt_blue_electric_field.prt", + "pt_blue_electric_trails.prt", + "pt_blue_electricring.prt", + "pt_bolt_acid.prt", + "pt_bolt_black.prt", + "pt_bolt_blue.prt", + "pt_bolt_blue_gradient.prt", + "pt_bolt_blue_thin.prt", + "pt_bolt_blue2green_pulse.prt", + "pt_bolt_blue3red_pulse.prt", + "pt_bolt_bothan_bola.prt", + "pt_bolt_crossbow.prt", + "pt_bolt_crusader.prt", + "pt_bolt_disruptor.prt", + "pt_bolt_fireball.prt", + "pt_bolt_flechette.prt", + "pt_bolt_force_choke.prt", + "pt_bolt_green.prt", + "pt_bolt_ice.prt", + "pt_bolt_ink_fire.prt", + "pt_bolt_ink_hit.prt", + "pt_bolt_ion_blaster.prt", + "pt_bolt_lightning.prt", + "pt_bolt_proton_carbine.prt", + "pt_bolt_proton_rifle.prt", + "pt_bolt_red.prt", + "pt_bolt_scatter.prt", + "pt_bolt_snow.prt", + "pt_bolt_stun.prt", + "pt_bolt_taper_blue.prt", + "pt_bolt_taper_green.prt", + "pt_bolt_taper_red.prt", + "pt_bolt_turret_cold.prt", + "pt_bolt_turret_heat.prt", + "pt_bolt_turret_red.prt", + "pt_bolt_underslug_rotary_carbine.prt", + "pt_brown_body_splat.prt", + "pt_brown_gunk_spurt.prt", + "pt_brown_viral_aura.prt", + "pt_brown_viral_spew.prt", + "pt_bubble_trail.prt", + "pt_bug_gun_bolt.prt", + "pt_bug_gun_fire.prt", + "pt_bug_gun_fire_2.prt", + "pt_bunker_allum_mine_car_01.prt", + "pt_bunker_allum_mine_car_sparks.prt", + "pt_bunker_allum_mine_hallway_vent_steam.prt", + "pt_bunker_allum_mine_large_steam_gravity.prt", + "pt_bunker_allum_mine_lift_01.prt", + "pt_burning_smokeandembers_large.prt", + "pt_burning_smokeandembers_md.prt", + "pt_burning_smoking_thruster_2.prt", + "pt_burning_smoking_thruster_3.prt", + "pt_burning_thruster.prt", + "pt_burning_thruster_2.prt", + "pt_burning_thruster_3.prt", + "pt_burning_thruster_sm.prt", + "pt_buzzing_insects_large.prt", + "pt_buzzing_insects_small.prt", + "pt_calming_mind.prt", + "pt_campfire_s01.prt", + "pt_campfire_smokeless_s01.prt", + "pt_campfire_smokeless_s02.prt", + "pt_candle_flame.prt", + "pt_cavein_dust_floor.prt", + "pt_cavein_dust_roof.prt", + "pt_center_star.prt", + "pt_centeredstrike.prt", + "pt_centerofbeing.prt", + "pt_chiss_backpack_mist.prt", + "pt_chiss_fog_backpack.prt", + "pt_chiss_fog_backpack_base.prt", + "pt_chiss_fog_backpack_hack.prt", + "pt_chiss_fog_backpack_headfog.prt", + "pt_chiss_fog_backpack_original.prt", + "pt_chiss_fog_backpack_spray.prt", + "pt_cho_mak_jung_ma.prt", + "pt_cho_mak_jung_ma_base.prt", + "pt_cho_sun_strike.prt", + "pt_clone_compiler.prt", + "pt_cloud_cards_sparse.prt", + "pt_cloud_sparse.prt", + "pt_clouds.prt", + "pt_cluster_bomb.prt", + "pt_cmndo_angled_shrapnel.prt", + "pt_cmndo_armor_cracker.prt", + "pt_cmndo_armor_splash.prt", + "pt_cmndo_base_of_operations.prt", + "pt_cmndo_base_ops.prt", + "pt_cmndo_blow_away.prt", + "pt_cmndo_diagnostic_armor.prt", + "pt_cmndo_flashbang.prt", + "pt_cmndo_heavy_ammunition.prt", + "pt_cmndo_hose_down.prt", + "pt_cmndo_improved_explosives.prt", + "pt_cmndo_it_burns.prt", + "pt_cmndo_mirror_armor.prt", + "pt_cmndo_packed_explosives.prt", + "pt_cmndo_pinpoint_shielding.prt", + "pt_cmndo_position_secured.prt", + "pt_cmndo_remote_detonator.prt", + "pt_cmndo_riddle_armor.prt", + "pt_cmndo_shock_grenade12.prt", + "pt_cmndo_shock_grenade16.prt", + "pt_cmndo_shock_grenade5.prt", + "pt_cmndo_shock_grenade8.prt", + "pt_cmndo_shock_launcher.prt", + "pt_cmndo_shock_trail.prt", + "pt_cmndo_stim_armor.prt", + "pt_cmndo_timer_reset.prt", + "pt_cmndo_you_regret.prt", + "pt_co_stand_fast.prt", + "pt_commando_banner.prt", + "pt_commando_plasma_mine.prt", + "pt_commando_plasma_trailing.prt", + "pt_contagion_debuff.prt", + "pt_contagion_explode.prt", + "pt_contrail_01.prt", + "pt_contrail_02.prt", + "pt_contrail_03.prt", + "pt_contrail_04.prt", + "pt_cover_player.prt", + "pt_cryoban_grenade.prt", + "pt_cure_cloning_sickness.prt", + "pt_dath_mistyfalls_waterfall1.prt", + "pt_dath_mistyfalls_waterfall2.prt", + "pt_debuff_action.prt", + "pt_debuff_health.prt", + "pt_debuff_state.prt", + "pt_detector.prt", + "pt_disarm_mine_fail.prt", + "pt_disarm_mine_success.prt", + "pt_disarm_mine_trigger.prt", + "pt_disease_grenade.prt", + "pt_disease_grenade_hit.prt", + "pt_disease_player.prt", + "pt_distant_ships.prt", + "pt_distant_ships_imperial.prt", + "pt_distant_ships_rebel.prt", + "pt_distant_ships_sound_gunboat.prt", + "pt_distant_ships_sound_shuttle.prt", + "pt_distant_ships_sound_skyhopper.prt", + "pt_distant_ships_sound_supplyship.prt", + "pt_distant_ships_sound_tiefighter.prt", + "pt_distant_ships_sound_xwing.prt", + "pt_dizzy_player.prt", + "pt_djem_so_focus.prt", + "pt_djem_so_focus_base.prt", + "pt_door_force_field.prt", + "pt_drag_player.prt", + "pt_droid_electric_nova.prt", + "pt_droid_flame_jet.prt", + "pt_droid_flame_jet_magnaguard.prt", + "pt_droideka_shield.prt", + "pt_droideka_shield_activate.prt", + "pt_dt_infection_lg.prt", + "pt_dt_infection_med.prt", + "pt_dt_infection_sm.prt", + "pt_durni_camera.prt", + "pt_dust_storm.prt", + "pt_dust_storm_heavy.prt", + "pt_dust_storm_heavy_a1.prt", + "pt_dust_storm_light.prt", + "pt_dust_storm_once.prt", + "pt_echo_base_falcon_takeoff.prt", + "pt_effect_machine_imp.prt", + "pt_effect_machine_neut.prt", + "pt_effect_machine_reb.prt", + "pt_efol_hearts.prt", + "pt_efol_hearts_02.prt", + "pt_efol_hearts_03.prt", + "pt_efol_hearts_04.prt", + "pt_efol_hearts_large_noloop.prt", + "pt_egg_crack.prt", + "pt_electric_field.prt", + "pt_electric_flare_green.prt", + "pt_electric_trails.prt", + "pt_electrical_small_green.prt", + "pt_electricalfield_medium.prt", + "pt_electricalfield_medium_base.prt", + "pt_electricalfield_small.prt", + "pt_electricalfield_small_green.prt", + "pt_electricity.prt", + "pt_electricity_battlefield_terminal.prt", + "pt_electricity_green.prt", + "pt_enraging_spur.prt", + "pt_ent_footwork.prt", + "pt_ent_footwork_activate.prt", + "pt_ent_heal.prt", + "pt_entertainer_colorlights.prt", + "pt_entertainer_colorlights_a1.prt", + "pt_entertainer_colorlights_a2.prt", + "pt_entertainer_dazzle.prt", + "pt_entertainer_dazzle_a1.prt", + "pt_entertainer_dazzle_a2.prt", + "pt_entertainer_distract.prt", + "pt_entertainer_distract_a1.prt", + "pt_entertainer_distract_a2.prt", + "pt_entertainer_firejets.prt", + "pt_entertainer_firejets_a1.prt", + "pt_entertainer_firejets_a2.prt", + "pt_entertainer_glowstick.prt", + "pt_entertainer_glowstick_blue.prt", + "pt_entertainer_glowstick_orange.prt", + "pt_entertainer_glowstick_purple.prt", + "pt_entertainer_glowstick_red.prt", + "pt_entertainer_glowstick_turquoise.prt", + "pt_entertainer_glowstick_yellow.prt", + "pt_entertainer_ribbon_stick_double.prt", + "pt_entertainer_ribbon_stick_double_blue.prt", + "pt_entertainer_ribbon_stick_double_fancy.prt", + "pt_entertainer_ribbon_stick_double_fancy_blue.prt", + "pt_entertainer_ribbon_stick_double_fancy_green.prt", + "pt_entertainer_ribbon_stick_double_fancy_purple.prt", + "pt_entertainer_ribbon_stick_double_fancy_red.prt", + "pt_entertainer_ribbon_stick_double_fancy_yellow.prt", + "pt_entertainer_ribbon_stick_double_green.prt", + "pt_entertainer_ribbon_stick_double_purple.prt", + "pt_entertainer_ribbon_stick_double_sparky.prt", + "pt_entertainer_ribbon_stick_double_sparky_blue.prt", + "pt_entertainer_ribbon_stick_double_sparky_green.prt", + "pt_entertainer_ribbon_stick_double_sparky_purple.prt", + "pt_entertainer_ribbon_stick_double_sparky_red.prt", + "pt_entertainer_ribbon_stick_double_sparky_yellow.prt", + "pt_entertainer_ribbon_stick_double_yellow.prt", + "pt_entertainer_ribbon_stick_single.prt", + "pt_entertainer_ribbon_stick_single_blue.prt", + "pt_entertainer_ribbon_stick_single_fancy.prt", + "pt_entertainer_ribbon_stick_single_fancy_aqua.prt", + "pt_entertainer_ribbon_stick_single_fancy_aqua_imp.prt", + "pt_entertainer_ribbon_stick_single_fancy_blue.prt", + "pt_entertainer_ribbon_stick_single_fancy_green.prt", + "pt_entertainer_ribbon_stick_single_fancy_lime.prt", + "pt_entertainer_ribbon_stick_single_fancy_neut.prt", + "pt_entertainer_ribbon_stick_single_fancy_orange.prt", + "pt_entertainer_ribbon_stick_single_fancy_orange_reb.prt", + "pt_entertainer_ribbon_stick_single_fancy_purple.prt", + "pt_entertainer_ribbon_stick_single_fancy_purple_efol.prt", + "pt_entertainer_ribbon_stick_single_fancy_red.prt", + "pt_entertainer_ribbon_stick_single_fancy_yellow.prt", + "pt_entertainer_ribbon_stick_single_green.prt", + "pt_entertainer_ribbon_stick_single_purple.prt", + "pt_entertainer_ribbon_stick_single_sparky.prt", + "pt_entertainer_ribbon_stick_single_sparky_blue.prt", + "pt_entertainer_ribbon_stick_single_sparky_green.prt", + "pt_entertainer_ribbon_stick_single_sparky_purple.prt", + "pt_entertainer_ribbon_stick_single_sparky_red.prt", + "pt_entertainer_ribbon_stick_single_sparky_yellow.prt", + "pt_entertainer_ribbon_stick_single_yellow.prt", + "pt_entertainer_smokebomb.prt", + "pt_entertainer_smokebomb_a1.prt", + "pt_entertainer_smokebomb_a2.prt", + "pt_entertainer_smokebomb_noloop.prt", + "pt_entertainer_sparkler.prt", + "pt_entertainer_sparkler_blue.prt", + "pt_entertainer_sparkler_green.prt", + "pt_entertainer_sparkler_imp.prt", + "pt_entertainer_sparkler_neut.prt", + "pt_entertainer_sparkler_purple.prt", + "pt_entertainer_sparkler_purple_efol.prt", + "pt_entertainer_sparkler_reb.prt", + "pt_entertainer_sparkler_red.prt", + "pt_entertainer_sparkler_yellow.prt", + "pt_entertainer_special_1.prt", + "pt_entertainer_special_2.prt", + "pt_entertainer_special_3.prt", + "pt_entertainer_special_4.prt", + "pt_entertainer_special_5.prt", + "pt_entertainer_special_6.prt", + "pt_entertainer_spotlight.prt", + "pt_entertainer_spotlight_a1.prt", + "pt_entertainer_spotlight_a2.prt", + "pt_entertainer_torch.prt", + "pt_entertainer_trailing_sparks.prt", + "pt_entertainer_trailing_sparks_blue.prt", + "pt_entertainer_trailing_sparks_green.prt", + "pt_entertainer_trailing_sparks_purple.prt", + "pt_entertainer_trailing_sparks_red.prt", + "pt_entertainer_trailing_sparks_yellow.prt", + "pt_entertainer_ventriloquism.prt", + "pt_entertainer_ventriloquism_a1.prt", + "pt_entertainer_ventriloquism_a2.prt", + "pt_exar_kun_eyes.prt", + "pt_exar_kun_pob_skull.prt", + "pt_explosion_battlefield.prt", + "pt_explosion_md.prt", + "pt_explosion_md_sound.prt", + "pt_explosion_small_sound.prt", + "pt_falleens_fist.prt", + "pt_falling_dirt.prt", + "pt_falling_dirt_loop.prt", + "pt_falling_dust.prt", + "pt_falling_dust_loop.prt", + "pt_falling_leaf.prt", + "pt_falling_rock.prt", + "pt_falling_rock_loop.prt", + "pt_find_path_end.prt", + "pt_find_path_glow.prt", + "pt_fire_face.prt", + "pt_fire_huge_smokeless.prt", + "pt_firefield_medium.prt", + "pt_firefield_medium_base.prt", + "pt_firefield_small.prt", + "pt_firefield_small_base.prt", + "pt_firework_launch.prt", + "pt_fireworks_01.prt", + "pt_fireworks_02.prt", + "pt_fireworks_03.prt", + "pt_fireworks_04.prt", + "pt_fireworks_05.prt", + "pt_fireworks_complete_s01_blast_blue.prt", + "pt_fireworks_complete_s02_trail_blast.prt", + "pt_fireworks_complete_s03_trail_shockwave.prt", + "pt_fireworks_complete_s04_ring.prt", + "pt_fireworks_complete_s05_ring_double.prt", + "pt_fireworks_complete_s10_chandelier.prt", + "pt_fireworks_complete_s11_blast_sphere.prt", + "pt_fireworks_complete_s18_flocking.prt", + "pt_fireworks_empday_imp.prt", + "pt_fireworks_empday_reb.prt", + "pt_fireworks_ground_01.prt", + "pt_fireworks_ground_02.prt", + "pt_fireworks_launch.prt", + "pt_fireworks_rocket_launch_s01.prt", + "pt_fireworks_s001.prt", + "pt_fireworks_secondary_blast_01.prt", + "pt_fireworks_secondary_blast_02.prt", + "pt_fireworks_secondary_blast_sphere_01.prt", + "pt_fireworks_secondary_chaser.prt", + "pt_fireworks_secondary_flash.prt", + "pt_fireworks_secondary_hanging_sparkles.prt", + "pt_fireworks_secondary_hanging_sparkles_cords.prt", + "pt_fireworks_secondary_shape_ornament.prt", + "pt_fireworks_secondary_shockwave.prt", + "pt_fireworks_secondary_shockwave2.prt", + "pt_fireworks_secondary_spiral.prt", + "pt_fireworks_secondary_spiral_01.prt", + "pt_fireworks_secondary_streaks.prt", + "pt_fireworks_secondary_trail_blast.prt", + "pt_fireworks_secondary_twirl.prt", + "pt_fireworks_trail_01.prt", + "pt_fireworks_trail_01_blue.prt", + "pt_fireworks_trail_01_green.prt", + "pt_fireworks_trail_01_red.prt", + "pt_fireworks_trail_01_violet.prt", + "pt_fireworks_trail_02.prt", + "pt_fireworks_trail_02_sparks.prt", + "pt_fireworks_trail_launch.prt", + "pt_fireworks_trailing_sparks.prt", + "pt_fireworks_trailing_sparks_01.prt", + "pt_fireworks_trailing_sparks_01_streaks_sparkling.prt", + "pt_fireworks_trailing_sparks_02.prt", + "pt_fireworks_trailing_sparks_02_short_gen.prt", + "pt_fireworks_trailing_sparks_02_short_gen_green.prt", + "pt_fireworks_trailing_sparks_02_short_gen_trailing_sparks.prt", + "pt_fireworks_trailing_sparks_03.prt", + "pt_fireworks_trailing_sparks_04.prt", + "pt_fireworks_trailing_sparks_05.prt", + "pt_fireworks_trailing_sparks_05_second.prt", + "pt_fireworks_trailing_sparks_05_second_nl.prt", + "pt_fireworks_trailing_sparks_18.prt", + "pt_flaming_sword.prt", + "pt_flare.prt", + "pt_flash_bomb.prt", + "pt_flash_shield.prt", + "pt_flash_shield_noloop.prt", + "pt_flickering_light_electricblue.prt", + "pt_flickering_light_flamecolored.prt", + "pt_flickering_light_green.prt", + "pt_flickering_light_orange.prt", + "pt_flickering_light_red.prt", + "pt_flocking_ant.prt", + "pt_flocking_bat.prt", + "pt_flocking_bees.prt", + "pt_flocking_beetles.prt", + "pt_flocking_black_red_beetle.prt", + "pt_flocking_bluefish.prt", + "pt_flocking_boweevils.prt", + "pt_flocking_butterflies.prt", + "pt_flocking_butterflies_01.prt", + "pt_flocking_butterflies_02.prt", + "pt_flocking_butterflies_03.prt", + "pt_flocking_butterflies_04.prt", + "pt_flocking_butterflies_a1.prt", + "pt_flocking_butterflies_a2.prt", + "pt_flocking_butterflies_s1.prt", + "pt_flocking_centipede.prt", + "pt_flocking_centipede_green.prt", + "pt_flocking_centipede_yellow.prt", + "pt_flocking_cricket.prt", + "pt_flocking_desert_worm.prt", + "pt_flocking_desert_worm_rotate.prt", + "pt_flocking_dragonfly_01.prt", + "pt_flocking_dragonfly_01_large.prt", + "pt_flocking_dragonfly_02.prt", + "pt_flocking_dragonfly_02_large.prt", + "pt_flocking_dragonfly_03.prt", + "pt_flocking_dragonfly_03_large.prt", + "pt_flocking_fish_2x4cage.prt", + "pt_flocking_flying_lava_fish.prt", + "pt_flocking_flying_lava_fish_flaming.prt", + "pt_flocking_flying_narwhal.prt", + "pt_flocking_flying_picketts_flock.prt", + "pt_flocking_frog.prt", + "pt_flocking_frog_s1.prt", + "pt_flocking_glowzees.prt", + "pt_flocking_green_beetle.prt", + "pt_flocking_greenfish.prt", + "pt_flocking_greyfish.prt", + "pt_flocking_hermitcrab.prt", + "pt_flocking_moth.prt", + "pt_flocking_moth_white.prt", + "pt_flocking_snails.prt", + "pt_flocking_willowisp.prt", + "pt_flocking_willowisp_single.prt", + "pt_flying_lava_fish_flock.prt", + "pt_focused_strike.prt", + "pt_fog.prt", + "pt_fog_bank_light.prt", + "pt_fog_barrier.prt", + "pt_fog_kashyyyk.prt", + "pt_fog_kashyyyk_deadforest.prt", + "pt_force_absorb.prt", + "pt_force_absorb_trigger.prt", + "pt_force_armor.prt", + "pt_force_armor_block.prt", + "pt_force_assembly.prt", + "pt_force_avoid_incapacitation.prt", + "pt_force_channel_force.prt", + "pt_force_choke.prt", + "pt_force_feedback.prt", + "pt_force_feedback_block.prt", + "pt_force_feedback_trigger.prt", + "pt_force_heal_self.prt", + "pt_force_knockdown.prt", + "pt_force_lightning_end.prt", + "pt_force_lightning_end_blast.prt", + "pt_force_lightning_end_clearaway.prt", + "pt_force_lightning_end_collect.prt", + "pt_force_lightning_end_small.prt", + "pt_force_lightning_end_wave.prt", + "pt_force_lightning_start.prt", + "pt_force_lightning_start_forcebolt.prt", + "pt_force_lightning_start_light.prt", + "pt_force_lightning_start_small.prt", + "pt_force_meditate.prt", + "pt_force_regain_consciousness.prt", + "pt_force_resist_bleed.prt", + "pt_force_resist_disease.prt", + "pt_force_resist_poison.prt", + "pt_force_resist_states.prt", + "pt_force_shield.prt", + "pt_force_speed.prt", + "pt_force_speed_activate.prt", + "pt_force_speed_moves.prt", + "pt_force_throw.prt", + "pt_force_throw_old.prt", + "pt_force_weaken.prt", + "pt_force_weaken_hit.prt", + "pt_fountain_chocolate.prt", + "pt_fountain_chocolate_small.prt", + "pt_fountain_corl_brazier_round_s01.prt", + "pt_fountain_corl_circle_s01.prt", + "pt_fountain_corl_rectangle_s01.prt", + "pt_fountain_corl_statue_contemplate_s01.prt", + "pt_fountain_corl_statue_contemplate_s01_pee_pee.prt", + "pt_fountain_corl_statue_heroic_s01.prt", + "pt_fountain_garden.prt", + "pt_fountain_naboo_style_1.prt", + "pt_fragmentation_grenade.prt", + "pt_frn_all_glowing_light_s3.prt", + "pt_gcw_pylon_construction.prt", + "pt_gcw_quest_imperial_barricade.prt", + "pt_gcw_quest_imperial_patrol.prt", + "pt_gcw_quest_imperial_patrol_2.prt", + "pt_gcw_quest_imperial_tower.prt", + "pt_gcw_quest_imperial_turret.prt", + "pt_gcw_quest_imperial_vehicle.prt", + "pt_gcw_quest_imperial_vehicle_boss.prt", + "pt_gcw_quest_rebel_barricade.prt", + "pt_gcw_quest_rebel_patrol.prt", + "pt_gcw_quest_rebel_patrol_2.prt", + "pt_gcw_quest_rebel_tower.prt", + "pt_gcw_quest_rebel_turret.prt", + "pt_gcw_quest_rebel_vehicle.prt", + "pt_gcw_quest_rebel_vehicle_boss.prt", + "pt_gcw_rocket_hit.prt", + "pt_gcw_rocket_launch.prt", + "pt_general_greivous_gutsack.prt", + "pt_geyser_01_l0.prt", + "pt_geyser_01_l1.prt", + "pt_geyser_01_l2.prt", + "pt_geyser_01_l3.prt", + "pt_geyser_1_optimized.prt", + "pt_geyser_center.prt", + "pt_glop_grenade.prt", + "pt_grapple.prt", + "pt_green_fire_base.prt", + "pt_green_gunk_spurt.prt", + "pt_green_hanging_smoke.prt", + "pt_green_refrigerator_steam.prt", + "pt_green_steam.prt", + "pt_grenade_compression.prt", + "pt_grenade_indoor.prt", + "pt_grenade_seismic.prt", + "pt_grenade_shock.prt", + "pt_grievious_cellspawn.prt", + "pt_grievious_powerup.prt", + "pt_grievious_sparkplug.prt", + "pt_ground_fog_optimized.prt", + "pt_guise_blue.prt", + "pt_gunblast.prt", + "pt_gunship_port_ground_target_bolt_high.prt", + "pt_gunship_port_ground_target_bolt_low.prt", + "pt_gunship_port_ground_target_bolt_quad.prt", + "pt_haireffect_bouquetbouffant.prt", + "pt_haireffect_dark_jedi.prt", + "pt_haireffect_electricafro.prt", + "pt_haireffect_glamorous.prt", + "pt_haireffect_imperial_coin.prt", + "pt_haireffect_loverboy.prt", + "pt_haireffect_mosparkyhawk.prt", + "pt_haireffect_natureboy.prt", + "pt_haireffect_phonytail.prt", + "pt_haireffect_pussyface03.prt", + "pt_haireffect_rebel_coin.prt", + "pt_haireffect_scare_do.prt", + "pt_haireffect_shampooed.prt", + "pt_haireffect_sloshed.prt", + "pt_haireffect_ureeka.prt", + "pt_haireffect_warhorns.prt", + "pt_haireffect_weve_got_the_beat.prt", + "pt_halloween_fog_machine.prt", + "pt_heal.prt", + "pt_heal_1.prt", + "pt_heal_2.prt", + "pt_heal_action_buff.prt", + "pt_heal_aoe.prt", + "pt_heal_health_buff.prt", + "pt_heal_health_buff_1.prt", + "pt_heal_health_buff_2.prt", + "pt_heal_mind_buff.prt", + "pt_heal_over_time.prt", + "pt_heal_over_time_1.prt", + "pt_heal_over_time_2.prt", + "pt_heal_prof_medic_1.prt", + "pt_heal_resist_disease.prt", + "pt_heal_resist_poison.prt", + "pt_heal_resist_states.prt", + "pt_heal_resuscitate.prt", + "pt_heal_revive.prt", + "pt_heal_speed_buff.prt", + "pt_heal_state.prt", + "pt_heal_wound.prt", + "pt_healing_grenade.prt", + "pt_healing_tree.prt", + "pt_healing_tree_start.prt", + "pt_healingdamage_creature_fire.prt", + "pt_healingdamage_creature_hit.prt", + "pt_healingwounds_creature_fire.prt", + "pt_healingwounds_creature_hit.prt", + "pt_heavy_particle_beam_end.prt", + "pt_heavy_particle_beam_start.prt", + "pt_hh_15_warhead.prt", + "pt_hit_flash_cannon_elite_flash,prt.prt", + "pt_hit_rancor_rock.prt", + "pt_hit_simian_ape_rock.prt", + "pt_hit_simian_monkey_rock.prt", + "pt_holo_pet.prt", + "pt_hologram_cloud.prt", + "pt_hoth_battlefield_explosion.prt", + "pt_hoth_battlefield_explosion_02.prt", + "pt_hoth_destroyed_turret_smoke.prt", + "pt_hoth_meteor_impact.prt", + "pt_hoth_overcharge_bolt_red.prt", + "pt_hoth_tauntaun_cold_breath.prt", + "pt_house_packup_airstrike.prt", + "pt_hovering_landspeeder.prt", + "pt_ice_cannon.prt", + "pt_ice_cannon_ground_collision.prt", + "pt_ice_launcher_hit_trail.prt", + "pt_icefield_bolt.prt", + "pt_icefield_explode.prt", + "pt_icefield_explode_base.prt", + "pt_icon_quest_red.prt", + "pt_ig88_droid_bomb.prt", + "pt_ig88_droideka_shield.prt", + "pt_ig88_electric_bolts.prt", + "pt_ig88_electric_trails.prt", + "pt_ig88_electricfloor.prt", + "pt_ig88_electrify.prt", + "pt_ig88_electrify_target.prt", + "pt_ig88_flame_thrower.prt", + "pt_ig88_flame_thrower_vertical.prt", + "pt_ig88_glowspeak.prt", + "pt_ig88_launcher_hit.prt", + "pt_ig88_mouse_droid_blink.prt", + "pt_ig88_rocket_hit.prt", + "pt_ig88_rocket_launch.prt", + "pt_ig88_rocket_target.prt", + "pt_ig88_shield.prt", + "pt_ig88_trailing_electricring4.prt", + "pt_ig88_trailing_rocket.prt", + "pt_immobilized_player.prt", + "pt_imp_insignia_02.prt", + "pt_imperial_detonator.prt", + "pt_imperial_detonator_a1.prt", + "pt_imperial_symbol.prt", + "pt_incubator_bubbles.prt", + "pt_incubator_bubbles_mid.prt", + "pt_incubator_egg.prt", + "pt_incubator_swirl_s01.prt", + "pt_incubator_swirl_s02.prt", + "pt_incubator_swirl_s03.prt", + "pt_info_tie_fighter_xwing_circle.prt", + "pt_insect_and_bile_grenade.prt", + "pt_intimidate_creature_fire.prt", + "pt_intimidate_creature_hit.prt", + "pt_intro_shuttle_debris.prt", + "pt_intro_shuttle_debris2.prt", + "pt_intro_shuttle_debris3.prt", + "pt_intro_shuttle_large_sparks.prt", + "pt_intro_shuttle_sparks.prt", + "pt_intro_trailing_sparks.prt", + "pt_invisible_particle.prt", + "pt_jar_of_bats.prt", + "pt_jar_of_bees.prt", + "pt_jar_of_butterflies.prt", + "pt_jar_of_flies.prt", + "pt_jar_of_glowzees.prt", + "pt_jar_of_moths.prt", + "pt_jar_of_snakes.prt", + "pt_jedi_alacrity.prt", + "pt_jedi_anticipate_aggression.prt", + "pt_jedi_brutality.prt", + "pt_jedi_force_choke.prt", + "pt_jedi_force_lightning.prt", + "pt_jedi_force_run.prt", + "pt_jedi_force_shockwave.prt", + "pt_jedi_forcecloak.prt", + "pt_jedi_forsake_fear.prt", + "pt_jedi_maelstrom.prt", + "pt_jedi_practiced_fluidity.prt", + "pt_jedi_reactive_response.prt", + "pt_jedi_saber_intercept.prt", + "pt_jedi_temple_destroyed_fire.prt", + "pt_jedi_tempt_hatred.prt", + "pt_jetpack_thruster.prt", + "pt_jetpack_thruster_orange_s01.prt", + "pt_jumping_fish_s01.prt", + "pt_jumping_fish_s02.prt", + "pt_jumping_fish_s03.prt", + "pt_jung_ma.prt", + "pt_jung_ma_base.prt", + "pt_juyo_focus.prt", + "pt_juyo_focus_disc.prt", + "pt_juyo_focus_disc2.prt", + "pt_kash_birds_flock_rryatt.prt", + "pt_kimaru_burn_patch.prt", + "pt_kimaru_burn_patch_base.prt", + "pt_kimaru_force_storm.prt", + "pt_kimaru_force_storm_birth.prt", + "pt_kimaru_force_storm_precursor.prt", + "pt_koro2_thruster_s01.prt", + "pt_koro2_thruster_s02.prt", + "pt_krix_megaburn.prt", + "pt_kun_vapor_base.prt", + "pt_lair_evil_fire_large_green.prt", + "pt_lair_evil_fire_large_green_nosmoke.prt", + "pt_lair_evil_fire_large_red.prt", + "pt_lair_evil_fire_large_red_nosmoke.prt", + "pt_lair_evil_fire_small.prt", + "pt_lair_med_burn.prt", + "pt_lair_med_damage.prt", + "pt_landspeeder_thruster.prt", + "pt_landspeeder_thruster_faint.prt", + "pt_large_beam.prt", + "pt_large_beam_warm_up.prt", + "pt_large_fog_gray.prt", + "pt_large_fog_red.prt", + "pt_laser_blue.prt", + "pt_laser_green.prt", + "pt_laser_red.prt", + "pt_lava_additive_smoke.prt", + "pt_lava_cannon.prt", + "pt_lava_cannon_ground_collision.prt", + "pt_lava_player_burning.prt", + "pt_lavafield_bolt.prt", + "pt_lavafield_drop.prt", + "pt_lavafield_explode.prt", + "pt_lavafield_explode_base.prt", + "pt_lavafield_medium.prt", + "pt_lavafield_spirt.prt", + "pt_leaf_water.prt", + "pt_level_up.prt", + "pt_level_up_chronicles.prt", + "pt_lg_blast_dirt.prt", + "pt_lg_explosion.prt", + "pt_lifeday.prt", + "pt_lifeday_basket.prt", + "pt_lifeday_forrest_grow.prt", + "pt_lifeday_incense_burner.prt", + "pt_lifeday_notree.prt", + "pt_lifeday_s01.prt", + "pt_lifeday_s02.prt", + "pt_lifeday_s03.prt", + "pt_lifeday_s04.prt", + "pt_lifeday_s05.prt", + "pt_lifeday_start.prt", + "pt_lifeday_tree_lights.prt", + "pt_lifeday_tree_lights_s02.prt", + "pt_light_bending_barc_speeder.prt", + "pt_light_blink_blue.prt", + "pt_light_blink_green.prt", + "pt_light_blink_orange.prt", + "pt_light_blink_yellow.prt", + "pt_light_constant_blue.prt", + "pt_light_indoor_glow.prt", + "pt_light_indoor_glow_blue.prt", + "pt_light_indoor_glow_blue_s02.prt", + "pt_light_indoor_glow_large.prt", + "pt_light_lightning_cannon.prt", + "pt_light_pulse_blue.prt", + "pt_light_sm_lamp_blue.prt", + "pt_light_sm_lamp_gold.prt", + "pt_light_streetlamp_blue.prt", + "pt_light_streetlamp_gold.prt", + "pt_light_streetlamp_green.prt", + "pt_light_streetlamp_red.prt", + "pt_lightening.prt", + "pt_lightning_cannon_end.prt", + "pt_lightning_cannon_hit.prt", + "pt_lightning_cannon_hit_secondary.prt", + "pt_lightning_cannon_hit_spread.prt", + "pt_lightning_nebulae_start.prt", + "pt_lightsaber_graze.prt", + "pt_lightsaber_strike.prt", + "pt_lightsaber_strike_heavy.prt", + "pt_lok_lava_bubblingareaprt.prt", + "pt_lok_lava_drop.prt", + "pt_lok_lava_spirt.prt", + "pt_lok_lava_spirt_random.prt", + "pt_lok_volcano.prt", + "pt_lok_volcano_smoke.prt", + "pt_lok_volcano_smoke_sm.prt", + "pt_loot_disc.prt", + "pt_loot_disc_base.prt", + "pt_love_day_food_buff.prt", + "pt_love_machine_light.prt", + "pt_magic_sparks.prt", + "pt_magnaguard_sparks_hit.prt", + "pt_makashi_focus.prt", + "pt_mancatcher.prt", + "pt_mancatcher_base.prt", + "pt_mancatcher_base2.prt", + "pt_mandalorian_heavy_bolt.prt", + "pt_mandalorian_heavy_hit.prt", + "pt_mandalorian_heavy_muzzle.prt", + "pt_maskashi_focus_base.prt", + "pt_massiff_hungry_emote.prt", + "pt_md_explosion_a1.prt", + "pt_md_explosion_a2.prt", + "pt_md_explosion_a3.prt", + "pt_md_explosion_a5.prt", + "pt_md_explosion_dirt.prt", + "pt_md_explosion_dirt_2.prt", + "pt_medic_bacta_bomb.prt", + "pt_medic_bacta_grenade.prt", + "pt_medic_bacta_resistance.prt", + "pt_medic_burst.prt", + "pt_medic_cure_affliction.prt", + "pt_medic_deadly_combo.prt", + "pt_medic_dialysis.prt", + "pt_medic_drag.prt", + "pt_medic_electrolyte_drain.prt", + "pt_medic_enhance_strength.prt", + "pt_medic_enhanced_action.prt", + "pt_medic_enhanced_agility.prt", + "pt_medic_enhanced_block.prt", + "pt_medic_enhanced_dodge.prt", + "pt_medic_enhanced_precission.prt", + "pt_medic_evasion.prt", + "pt_medic_healing_energy.prt", + "pt_medic_healing_energy_area.prt", + "pt_medic_induced_insanity.prt", + "pt_medic_reckless_stimulation.prt", + "pt_medic_serotonin_boost.prt", + "pt_medic_serotonin_purge.prt", + "pt_medic_stasis.prt", + "pt_medic_thyroid_rupture.prt", + "pt_medic_traumatize.prt", + "pt_meditate.prt", + "pt_meditate_big.prt", + "pt_miasma_fog_chiss_orange.prt", + "pt_miasma_fog_chiss_orange_end.prt", + "pt_miasma_fog_medic_dot.prt", + "pt_miasma_of_fog_gray.prt", + "pt_miasma_of_fog_greenish.prt", + "pt_miasma_of_fog_mustard.prt", + "pt_miasma_of_fog_orange.prt", + "pt_miasma_of_fog_red.prt", + "pt_mind_trick.prt", + "pt_mine_disarm.prt", + "pt_mine_explosion.prt", + "pt_mine_sr88.prt", + "pt_mine_warning.prt", + "pt_mist_2_trail.prt", + "pt_mist_trail.prt", + "pt_moon_ghost_s01.prt", + "pt_moon_ghost_s02.prt", + "pt_moon_ghost_s03.prt", + "pt_moon_ghost_s04.prt", + "pt_moon_ghost_s05.prt", + "pt_moon_ghost_s06.prt", + "pt_moon_skulls.prt", + "pt_moon_vortex.prt", + "pt_mote_green.prt", + "pt_mote_orange.prt", + "pt_mtp_lightning.prt", + "pt_music_flourish_01.prt", + "pt_music_flourish_high_01.prt", + "pt_music_flourish_low_01.prt", + "pt_music_flourish_low_03.prt", + "pt_music_flourish_low_05.prt", + "pt_music_flourish_low_07.prt", + "pt_music_flourish_low_09.prt", + "pt_music_flourish_medium_01.prt", + "pt_music_flourish_sequence_01.prt", + "pt_music_flourish01.prt", + "pt_music_flourish03.prt", + "pt_music_flourish05.prt", + "pt_music_flourish07.prt", + "pt_music_flourish09.prt", + "pt_music_flourish11.prt", + "pt_music_flourish13.prt", + "pt_music_flourish15.prt", + "pt_music_loop_01.prt", + "pt_music_loop_boring.prt", + "pt_music_loop_entertaining.prt", + "pt_music_loop_slow_01.prt", + "pt_music_not_listening_to.prt", + "pt_music_paused.prt", + "pt_mustafar_crystal_destruction.prt", + "pt_mustafar_crystal_drain.prt", + "pt_mustafar_crystal_drain_base.prt", + "pt_mustafar_crystal_drain_dot.prt", + "pt_mustafar_crystal_drain_flare.prt", + "pt_mustafar_crystal_drain_soul.prt", + "pt_mustafar_diorama.prt", + "pt_mustafar_distant_volcano_01.prt", + "pt_mustafar_distant_volcano_02.prt", + "pt_mustafar_distant_volcano_03.prt", + "pt_neut_insignia_02.prt", + "pt_newbie_airport_sign.prt", + "pt_newbie_arrow.prt", + "pt_newbie_bomb_debris.prt", + "pt_newbie_bombed_spot.prt", + "pt_newbie_hanging_smoke.prt", + "pt_newbie_refrigerator_steam.prt", + "pt_newbie_siren.prt", + "pt_newbie_spotlight.prt", + "pt_newbie_spotlight_sm.prt", + "pt_newbie_steam.prt", + "pt_newbie_steam_optimized.prt", + "pt_newbie_wall_mech_lights_blue.prt", + "pt_newbie_wall_mech_lights_red.prt", + "pt_newbie_wall_mech_lights_yellow.prt", + "pt_niman_stance.prt", + "pt_noise_maker_grenade.prt", + "pt_none.prt", + "pt_nuna_hungry_emote.prt", + "pt_obi_wan_appear.prt", + "pt_obi_wan_disappear.prt", + "pt_officer_charge.prt", + "pt_officer_crippling_vortex.prt", + "pt_officer_focus_fire.prt", + "pt_officer_indoor_supply.prt", + "pt_officer_last_words.prt", + "pt_officer_paint_target.prt", + "pt_officer_scatter.prt", + "pt_officer_superior_firepower.prt", + "pt_officer_tactics.prt", + "pt_oil_bath_steam.prt", + "pt_onfire_player.prt", + "pt_orbitalstrike.prt", + "pt_orbitalstrike_low_particle_count.prt", + "pt_palpatine_statue_lightning.prt", + "pt_partydroid_bubbles.prt", + "pt_partydroid_confetti_bombs.prt", + "pt_partydroid_doves.prt", + "pt_partydroid_dryice.prt", + "pt_partydroid_electricfloor.prt", + "pt_partydroid_electricfog.prt", + "pt_partydroid_foam.prt", + "pt_partydroid_fogmachine.prt", + "pt_partydroid_lasers.prt", + "pt_partydroid_mindbloom.prt", + "pt_pgc_holocron.prt", + "pt_pgc_holocron_shared.prt", + "pt_pgc_recipe.prt", + "pt_phosporous_grenade.prt", + "pt_pirate_beacon.prt", + "pt_pocket_aquarium_fish.prt", + "pt_podracer_lightning_end.prt", + "pt_poi_broken_electronics.prt", + "pt_poi_broken_electronics_nowind.prt", + "pt_poi_droid_weld_sparks.prt", + "pt_poi_electricity_2x2.prt", + "pt_poi_electricity_2x2_green.prt", + "pt_poi_pillar_electricity.prt", + "pt_poison_grenade.prt", + "pt_poison_grenade_hit.prt", + "pt_poison_player.prt", + "pt_poisonfield_explode.prt", + "pt_poisonfield_hit.prt", + "pt_poisonfield_hit_explosion.prt", + "pt_poisonfield_hit_missle.prt", + "pt_poisonfield_medium.prt", + "pt_poisonfield_medium_base.prt", + "pt_poisonfield_missle.prt", + "pt_poisonfield_muzzle.prt", + "pt_polearm_manguard.prt", + "pt_pollen.prt", + "pt_present.prt", + "pt_probot_delivery.prt", + "pt_proton_grenade.prt", + "pt_proton_mine.prt", + "pt_psg_hit_mark_1.prt", + "pt_psg_hit_mark_2.prt", + "pt_psg_hit_mark_3.prt", + "pt_psg_on_mark_1.prt", + "pt_psg_on_mark_2.prt", + "pt_psg_on_mark_3.prt", + "pt_pulse_cannon_beam_end.prt", + "pt_pulse_cannon_beam_start.prt", + "pt_pulse_cannon_muzzle.prt", + "pt_pvp_imperial_airstrike.prt", + "pt_pvp_rebel_airstrike.prt", + "pt_rain_drop.prt", + "pt_rain_sheet_heavy.prt", + "pt_rain_sheet_light.prt", + "pt_rain_sheet_light_s02.prt", + "pt_rain_sheet_verylight.prt", + "pt_rain_sheet_verylight_s02.prt", + "pt_rallied_player.prt", + "pt_rally_point_blue.prt", + "pt_rally_point_red.prt", + "pt_rare_chest.prt", + "pt_razornet.prt", + "pt_razornet_base.prt", + "pt_razornet_base2.prt", + "pt_razorwire.prt", + "pt_razorwire_base.prt", + "pt_razorwire_base2.prt", + "pt_reb_insignia_02.prt", + "pt_rebel_heavy_bolt.prt", + "pt_rebel_heavy_hit.prt", + "pt_rebel_symbol.prt", + "pt_red_electric_field.prt", + "pt_red_electric_trails.prt", + "pt_red_electricring.prt", + "pt_refrigerator_steam_b.prt", + "pt_refrigerator_steam_f.prt", + "pt_refrigerator_steam_l.prt", + "pt_refrigerator_steam_r.prt", + "pt_remote_detonator_explosion.prt", + "pt_restuss_explosion.prt", + "pt_restuss_explosion_smallblast.prt", + "pt_ring_trail.prt", + "pt_rocket_1_muz_flash.prt", + "pt_rocket_barrage.prt", + "pt_rocket_barrage_wind_up.prt", + "pt_rocket_smoke.prt", + "pt_rocket_tracer.prt", + "pt_rocket_trail_black_smoke.prt", + "pt_rocketlauncher_hit.prt", + "pt_rocketlauncher_hit_trail.prt", + "pt_rocketlauncher_rocket.prt", + "pt_rotating_starfield.prt", + "pt_sai_tok_jung_ma.prt", + "pt_sai_tok_jung_ma_base.prt", + "pt_scout_shield.prt", + "pt_scurrier_hungry_emote.prt", + "pt_sd_ito_nerve_gas.prt", + "pt_sd_kenkirk_hallway_strike.prt", + "pt_shiak_strike.prt", + "pt_shiak_strike_base.prt", + "pt_shii_cho_stance.prt", + "pt_shii_cho_strike.prt", + "pt_shiim_strike.prt", + "pt_skill_level_up.prt", + "pt_skill_up.prt", + "pt_skill_up_base.prt", + "pt_sky_battle_tie_bomber_vs_bwing.prt", + "pt_sky_battle_tie_bomber_vs_bwing_2.prt", + "pt_sky_battle_tie_bomber_vs_bwing_3.prt", + "pt_sky_battle_tie_interceptor_vs_awing.prt", + "pt_sky_battle_tie_interceptor_vs_awing_2.prt", + "pt_sky_battle_tie_interceptor_vs_awing_3.prt", + "pt_sky_battle_tie_vs_player_shuttle.prt", + "pt_sky_battle_tie_vs_xwing.prt", + "pt_sky_battle_tie_vs_xwing_2.prt", + "pt_sky_battle_tie_vs_xwing_3.prt", + "pt_sky_battle_tie_vs_xwing_east.prt", + "pt_sky_battle_tie_vs_xwing_north.prt", + "pt_sky_battle_tie_vs_xwing_south.prt", + "pt_sky_battle_tie_vs_xwing_west.prt", + "pt_sky_battle_x_wing_vs_lambda_shuttle.prt", + "pt_sky_gunship_circle_area.prt", + "pt_skyhopper_toys.prt", + "pt_slg_1_hit_creature.prt", + "pt_slg_1_hit_other_01.prt", + "pt_slg_1_miss_creature.prt", + "pt_slg_1_miss_nothing_01.prt", + "pt_slg_1_miss_other_01.prt", + "pt_slg_1_miss_terrain.prt", + "pt_slg_1_miss_water.prt", + "pt_slg_1_muz_flash_01.prt", + "pt_slime_drop_nosound.prt", + "pt_slime_drop_sound.prt", + "pt_sm_explosion.prt", + "pt_sm_light_blink_blue.prt", + "pt_sm_light_blink_green.prt", + "pt_sm_light_blink_orange.prt", + "pt_smoke.prt", + "pt_smoke_blue_nowind.prt", + "pt_smoke_large.prt", + "pt_smoke_large_battlefield.prt", + "pt_smoke_large_nowind.prt", + "pt_smoke_nowind.prt", + "pt_smoke_optimized.prt", + "pt_smoke_puff.prt", + "pt_smoke_puff_noloop.prt", + "pt_smoke_puff_sm.prt", + "pt_smoke_red_nowind.prt", + "pt_smoke_small.prt", + "pt_smoke_small_02.prt", + "pt_smoke_small_optimized.prt", + "pt_smoke_tr.prt", + "pt_smoke_yellow_nowind.prt", + "pt_smoking_thruster_heavy.prt", + "pt_smoking_thruster_light.prt", + "pt_smuggler_bad_odds.prt", + "pt_smuggler_brawler_swipe.prt", + "pt_smuggler_break_deal.prt", + "pt_smuggler_chance_dice.prt", + "pt_smuggler_dirty_trick.prt", + "pt_smuggler_dizzy_flash.prt", + "pt_smuggler_dizzy_loop.prt", + "pt_smuggler_end_line.prt", + "pt_smuggler_false_hope.prt", + "pt_smuggler_fast_talk.prt", + "pt_smuggler_feeling_lucky.prt", + "pt_smuggler_hide.prt", + "pt_smuggler_inside_info.prt", + "pt_smuggler_lucky_break.prt", + "pt_smuggler_narrow_escape.prt", + "pt_smuggler_off_books.prt", + "pt_smuggler_off_cuff.prt", + "pt_smuggler_off_cuff_caster.prt", + "pt_smuggler_pin_down.prt", + "pt_smuggler_pin_down2.prt", + "pt_smuggler_pin_down3.prt", + "pt_smuggler_pistol_whip.prt", + "pt_smuggler_secret_stash.prt", + "pt_smuggler_skullduggery.prt", + "pt_smuggler_sly_lie.prt", + "pt_smuggler_smooth_move.prt", + "pt_smuggler_spot_sucker.prt", + "pt_snow_blast.prt", + "pt_snow_falling.prt", + "pt_snow_falling_bak.prt", + "pt_snow_falling_light_loop.prt", + "pt_snow_falling_loop.prt", + "pt_snow_globe.prt", + "pt_snow_globe_gcw.prt", + "pt_snow_lifeday.prt", + "pt_snow_machine_heavy.prt", + "pt_snow_machine_light.prt", + "pt_snow_machine_medium.prt", + "pt_snow_snowball_bolt.prt", + "pt_snow_snowball_explode.prt", + "pt_snow_storm_heavy.prt", + "pt_snow_throw.prt", + "pt_snow_throw_swoosh.prt", + "pt_sokan.prt", + "pt_sokan_1.prt", + "pt_sokan_focus.prt", + "pt_sonic_pulse.prt", + "pt_sound_location.prt", + "pt_sound_veh_distant_skyhopper.prt", + "pt_sp_placeholder.prt", + "pt_space_interdiction_burst.prt", + "pt_sparking_blast_md.prt", + "pt_sparking_blast_thruster.prt", + "pt_sparkling_thruster.prt", + "pt_sparkling_trail.prt", + "pt_sparks_fountatin.prt", + "pt_sparks_large.prt", + "pt_sparks_small.prt", + "pt_sparks_small_nowind.prt", + "pt_special_attack_aim.prt", + "pt_special_attack_bleed.prt", + "pt_special_attack_bleed_trail.prt", + "pt_special_attack_blind.prt", + "pt_special_attack_concuss.prt", + "pt_special_attack_concuss_trail.prt", + "pt_special_attack_cone.prt", + "pt_special_attack_confusion.prt", + "pt_special_attack_confusion_trail.prt", + "pt_special_attack_cover.prt", + "pt_special_attack_defensive_bonus.prt", + "pt_special_attack_defensive_bonus_trail.prt", + "pt_special_attack_disable.prt", + "pt_special_attack_dizzy.prt", + "pt_special_attack_fastblast.prt", + "pt_special_attack_intimidate.prt", + "pt_special_attack_knockdown.prt", + "pt_special_attack_knockdown_trail.prt", + "pt_special_attack_overcharge.prt", + "pt_special_attack_overcharge_trail.prt", + "pt_special_attack_pointblank.prt", + "pt_special_attack_power.prt", + "pt_special_attack_power_trail.prt", + "pt_special_attack_slow.prt", + "pt_special_attack_slow_trail.prt", + "pt_special_attack_snipe.prt", + "pt_special_attack_startle.prt", + "pt_special_attack_stun.prt", + "pt_special_attack_stun_trail.prt", + "pt_special_attack_volley_fire.prt", + "pt_special_attack_warcry.prt", + "pt_special_hit_bleed.prt", + "pt_special_hit_blind.prt", + "pt_special_hit_concuss.prt", + "pt_special_hit_confusion.prt", + "pt_special_hit_dizzy.prt", + "pt_special_hit_heavy.prt", + "pt_special_hit_light.prt", + "pt_special_hit_medium.prt", + "pt_special_hit_power.prt", + "pt_special_hit_slow.prt", + "pt_special_hit_startle.prt", + "pt_special_hit_stun.prt", + "pt_spider_flock.prt", + "pt_spider_flock_trick_device.prt", + "pt_spiketrap.prt", + "pt_spiketrap_bas2.prt", + "pt_spiketrap_base.prt", + "pt_spiketrap_base3.prt", + "pt_spit_green_lg.prt", + "pt_spit_green_sm.prt", + "pt_spit_green_spray_sm.prt", + "pt_spit_hit_green.prt", + "pt_spit_hit_red.prt", + "pt_spit_hit_yellow.prt", + "pt_spit_red_lg.prt", + "pt_spit_red_sm.prt", + "pt_spit_red_spray_sm.prt", + "pt_spit_toxicgreen_lg.prt", + "pt_spit_toxicgreen_sm.prt", + "pt_spit_toxicgreen_spray_sm.prt", + "pt_spit_yellow_lg.prt", + "pt_spit_yellow_sm.prt", + "pt_spit_yellow_spray_sm.prt", + "pt_splash.prt", + "pt_spy_avoid_damage.prt", + "pt_spy_burst_shadows.prt", + "pt_spy_cheap_strikes.prt", + "pt_spy_cloak_dagger.prt", + "pt_spy_cloaked_attacks.prt", + "pt_spy_cloaking_recon_armor.prt", + "pt_spy_close_quarters.prt", + "pt_spy_covert_mastery.prt", + "pt_spy_deadly_toxins.prt", + "pt_spy_decoy.prt", + "pt_spy_diversion.prt", + "pt_spy_expose_shadows.prt", + "pt_spy_glancing_recon_armor.prt", + "pt_spy_increased_agility.prt", + "pt_spy_initiative.prt", + "pt_spy_noxious_traps.prt", + "pt_spy_opportunity.prt", + "pt_spy_preparation.prt", + "pt_spy_protective_recon_armor.prt", + "pt_spy_reveal_wave.prt", + "pt_spy_run_course.prt", + "pt_spy_shadows_embrace.prt", + "pt_spy_shifty_setup.prt", + "pt_spy_smoke_screen.prt", + "pt_spy_without_trace.prt", + "pt_starter_pistol_bolt.prt", + "pt_starter_pistol_hit.prt", + "pt_starter_pistol_hit_trail_spark.prt", + "pt_starter_pistol_muzzle.prt", + "pt_state_acid.prt", + "pt_state_all.prt", + "pt_state_all_new.prt", + "pt_state_berserk.prt", + "pt_state_berserk_temp.prt", + "pt_state_berserk_tr.prt", + "pt_state_bleeding.prt", + "pt_state_bleeding_circle.prt", + "pt_state_bleeding_old.prt", + "pt_state_bleeding_tr.prt", + "pt_state_blind.prt", + "pt_state_cantattack.prt", + "pt_state_cantmove.prt", + "pt_state_centered.prt", + "pt_state_dazed.prt", + "pt_state_diseased.prt", + "pt_state_diseased_circle.prt", + "pt_state_diseased_old.prt", + "pt_state_diseased_tr.prt", + "pt_state_dizzy.prt", + "pt_state_energy.prt", + "pt_state_intimidated.prt", + "pt_state_knockdown.prt", + "pt_state_knockdown_tr.prt", + "pt_state_onfire.prt", + "pt_state_onfire_tr.prt", + "pt_state_placeholder.prt", + "pt_state_poisoned.prt", + "pt_state_poisoned_tr.prt", + "pt_state_slowedattack.prt", + "pt_state_slowedmove.prt", + "pt_state_stunned.prt", + "pt_state_warcry.prt", + "pt_states_circle.prt", + "pt_steam.prt", + "pt_steam_rise.prt", + "pt_steam_rise_2x2.prt", + "pt_steam_rise_large_optimized.prt", + "pt_steam_rise_small.prt", + "pt_steam_small_optimized.prt", + "pt_steam_small_optimized_2.prt", + "pt_stunned_player.prt", + "pt_sun_djem_jung_ma.prt", + "pt_sun_djem_jung_ma_base.prt", + "pt_survey.prt", + "pt_survey_gas_sample.prt", + "pt_survey_liquid_sample.prt", + "pt_survey_lumber_sample.prt", + "pt_survey_mineral_sample.prt", + "pt_survey_moisture_sample.prt", + "pt_survey_tool_liquid.prt", + "pt_survey_tool_lumber.prt", + "pt_survey_tool_mineral.prt", + "pt_survey_tool_moisture.prt", + "pt_sword_brightglow.prt", + "pt_sword_glint.prt", + "pt_sword_glow.prt", + "pt_takeoff_radius.prt", + "pt_tanglebomb.prt", + "pt_tanglebomb_base.prt", + "pt_tanglebomb_base2.prt", + "pt_tar_bubbles.prt", + "pt_tar_spirt.prt", + "pt_taunt_creature_fire.prt", + "pt_taunt_creature_hit.prt", + "pt_tcg_add_storage_cookbook.prt", + "pt_tcg_add_storage_datapad.prt", + "pt_tcg_add_storage_house_cleaning.prt", + "pt_tcg_fountain_01.prt", + "pt_tcg_fountain_02.prt", + "pt_tcg_gorax_ear.prt", + "pt_tcg_hand_effect_01.prt", + "pt_tcg_house_sign_01.prt", + "pt_tcg_sanyassan_skull.prt", + "pt_tcg_shadow_scroll.prt", + "pt_tcg_talisman.prt", + "pt_tcg_xp.prt", + "pt_tcg_xp_instant.prt", + "pt_thermal_detonator.prt", + "pt_throw_rancor_rock.prt", + "pt_throw_simian_ape_rock.prt", + "pt_throw_simian_monkey_rock.prt", + "pt_tie_bomber_run.prt", + "pt_tr_entertainer_special_2.prt", + "pt_tr_entertainer_special_5.prt", + "pt_trailing_ambient_butterfly.prt", + "pt_trailing_animal_under_jedi_control.prt", + "pt_trailing_beam_drops_ice_2.prt", + "pt_trailing_beam_flame_thrower.prt", + "pt_trailing_beam_flame_thrower_blue.prt", + "pt_trailing_beam_flame_thrower_drops.prt", + "pt_trailing_beam_flame_thrower_drops_blue.prt", + "pt_trailing_beam_ice_2.prt", + "pt_trailing_beetle_stink.prt", + "pt_trailing_birds.prt", + "pt_trailing_blast_wave.prt", + "pt_trailing_bolt_fireball_drops.prt", + "pt_trailing_bolt_scatter.prt", + "pt_trailing_bolt_stun.prt", + "pt_trailing_bug_gun_fire.prt", + "pt_trailing_cloud.prt", + "pt_trailing_cloud_2.prt", + "pt_trailing_cloud_card_01.prt", + "pt_trailing_cryoban_ice_shards.prt", + "pt_trailing_distant_a_wing.prt", + "pt_trailing_distant_air_speeder_1.prt", + "pt_trailing_distant_air_speeder_2.prt", + "pt_trailing_distant_air_taxi.prt", + "pt_trailing_distant_assaultship.prt", + "pt_trailing_distant_b_wing.prt", + "pt_trailing_distant_freighter_a.prt", + "pt_trailing_distant_freighter_b.prt", + "pt_trailing_distant_freighter_c.prt", + "pt_trailing_distant_lambda_shuttle.prt", + "pt_trailing_distant_rebel_ships_slow_s01.prt", + "pt_trailing_distant_rebel_ships_slow_s02.prt", + "pt_trailing_distant_rebel_ships_slow_s03.prt", + "pt_trailing_distant_rebel_ships_slow_s04.prt", + "pt_trailing_distant_supplyship.prt", + "pt_trailing_distant_tie_bomber.prt", + "pt_trailing_distant_tie_bombers2.prt", + "pt_trailing_distant_tie_bombers3.prt", + "pt_trailing_distant_tie_fighter.prt", + "pt_trailing_distant_tie_fighters_slower_s01.prt", + "pt_trailing_distant_tie_fighters_slower_s02.prt", + "pt_trailing_distant_tie_fighters2.prt", + "pt_trailing_distant_tie_fighters3.prt", + "pt_trailing_distant_tie_interceptor.prt", + "pt_trailing_distant_tie_interceptors2.prt", + "pt_trailing_distant_tie_interceptors3.prt", + "pt_trailing_distant_transport.prt", + "pt_trailing_distant_x_wing.prt", + "pt_trailing_dust_storm.prt", + "pt_trailing_dust_storm_light.prt", + "pt_trailing_entertainer_distract.prt", + "pt_trailing_entertainer_distract_a2.prt", + "pt_trailing_entertainer_distract_fullsmoke.prt", + "pt_trailing_entertainer_firejets.prt", + "pt_trailing_entertainer_firejets_a1.prt", + "pt_trailing_entertainer_firejets_a1_sparks.prt", + "pt_trailing_entertainer_firejets_a2.prt", + "pt_trailing_entertainer_firejets_a2_burst.prt", + "pt_trailing_entertainer_firejets_a2_sparks.prt", + "pt_trailing_entertainer_ventriloquism.prt", + "pt_trailing_entertainer_ventriloquism_a1.prt", + "pt_trailing_entertainer_ventriloquism_a2.prt", + "pt_trailing_falling_dust.prt", + "pt_trailing_falling_dust_2.prt", + "pt_trailing_falling_ice_1.prt", + "pt_trailing_falling_ice_2.prt", + "pt_trailing_falling_ice_3.prt", + "pt_trailing_falling_ice_4.prt", + "pt_trailing_falling_leaf.prt", + "pt_trailing_find_path_glow.prt", + "pt_trailing_firework_lg_imperial_sparks_blue.prt", + "pt_trailing_firework_lg_imperial_sparks_ltblu.prt", + "pt_trailing_firework_lg_imperial_sparks_wht.prt", + "pt_trailing_firework_lg_rebel_sparks_red.prt", + "pt_trailing_firework_lg_rebel_sparks_whte.prt", + "pt_trailing_firework_lg_rebel_sparks_ylw.prt", + "pt_trailing_firework_lg_streaked_sparks_blue.prt", + "pt_trailing_firework_lg_streaked_sparks_red.prt", + "pt_trailing_firework_lg_streaked_sparks_whte.prt", + "pt_trailing_fish_splash.prt", + "pt_trailing_flocking_desert_worm.prt", + "pt_trailing_flocking_flying_lava_fish.prt", + "pt_trailing_footwork.prt", + "pt_trailing_force_absorb.prt", + "pt_trailing_force_absorb_trigger.prt", + "pt_trailing_force_armor.prt", + "pt_trailing_force_channel_force.prt", + "pt_trailing_force_healing_self.prt", + "pt_trailing_force_healingdamage_hit.prt", + "pt_trailing_force_lightning_end_blast.prt", + "pt_trailing_force_meditate.prt", + "pt_trailing_force_regain_consciousness.prt", + "pt_trailing_force_shield.prt", + "pt_trailing_force_speed.prt", + "pt_trailing_force_throw.prt", + "pt_trailing_fragmentation_dust.prt", + "pt_trailing_glop_grenade.prt", + "pt_trailing_glop_grenade_spray.prt", + "pt_trailing_grenade.prt", + "pt_trailing_haireffect_glamorous.prt", + "pt_trailing_haireffect_sloshed.prt", + "pt_trailing_haireffect_weve_got_the_beat.prt", + "pt_trailing_healingdamage_creature.prt", + "pt_trailing_healingdamage_creature_hit.prt", + "pt_trailing_healingwounds_creature.prt", + "pt_trailing_healingwounds_creature_hit.prt", + "pt_trailing_insect_and_bile.prt", + "pt_trailing_intimidate_creature.prt", + "pt_trailing_intimidate_creature_hit.prt", + "pt_trailing_jedi_force_lightning.prt", + "pt_trailing_jumping_fish01.prt", + "pt_trailing_jumping_fish02.prt", + "pt_trailing_jumping_fish03.prt", + "pt_trailing_leaves.prt", + "pt_trailing_lightsaber_strike_3.prt", + "pt_trailing_md_explosion_a4_smoke.prt", + "pt_trailing_md_explosion_a4_smoke_2.prt", + "pt_trailing_md_explosion_dirt.prt", + "pt_trailing_mustafar_crystal_drain.prt", + "pt_trailing_narrow_escape.prt", + "pt_trailing_partydroid_confetti_bombs.prt", + "pt_trailing_partydroid_electricfog.prt", + "pt_trailing_partydroid_electricring4.prt", + "pt_trailing_partydroid_lasers.prt", + "pt_trailing_partydroid_mindbloom.prt", + "pt_trailing_partydroid_mindbloom_twinkles.prt", + "pt_trailing_poi_coil_electricity.prt", + "pt_trailing_poi_coil_electricity_green.prt", + "pt_trailing_poi_electricity_2x2.prt", + "pt_trailing_poi_electricity_2x2_green.prt", + "pt_trailing_poi_explosion.prt", + "pt_trailing_psg_hit_mark_1.prt", + "pt_trailing_psg_hit_mark_2.prt", + "pt_trailing_psg_hit_mark_3.prt", + "pt_trailing_psg_on_mark_1.prt", + "pt_trailing_psg_on_mark_2.prt", + "pt_trailing_psg_on_mark_3.prt", + "pt_trailing_rocket_barrage.prt", + "pt_trailing_rocket_barrage_falling_rocket.prt", + "pt_trailing_rocket_barrage_wind_up.prt", + "pt_trailing_rocket_barrage_wind_up2.prt", + "pt_trailing_rocket_tracer.prt", + "pt_trailing_shooting_sparks.prt", + "pt_trailing_siren_sm.prt", + "pt_trailing_sky_battle_tie_bolts.prt", + "pt_trailing_sky_battle_tie_vs_x-wing.prt", + "pt_trailing_sky_battle_tie_vs_x-wing_2.prt", + "pt_trailing_sky_battle_tie_vs_x-wing_2_fire.prt", + "pt_trailing_sky_battle_tie_vs_x-wing_3.prt", + "pt_trailing_sky_battle_tie_vs_x-wing_3_poof.prt", + "pt_trailing_sky_battle_tie_vs_x-wing_3_poof_trails.prt", + "pt_trailing_smoke_asteroids.prt", + "pt_trailing_smoke_blue.prt", + "pt_trailing_smoke_green.prt", + "pt_trailing_smoke_grey.prt", + "pt_trailing_smoke_grey_burning.prt", + "pt_trailing_smoke_weightless_lg.prt", + "pt_trailing_smoke_yellow.prt", + "pt_trailing_smokeandembers_weightless_lg_a1.prt", + "pt_trailing_smokeandembers_weightless_lg_a2.prt", + "pt_trailing_smokeandembers_weightless_lg_a4.prt", + "pt_trailing_sparks.prt", + "pt_trailing_sparks_blue.prt", + "pt_trailing_sparks_green.prt", + "pt_trailing_sparks_red.prt", + "pt_trailing_sparks_weightless.prt", + "pt_trailing_sparks_weightless_lg.prt", + "pt_trailing_survey_gas_sample.prt", + "pt_trailing_survey_gas_sample_a1.prt", + "pt_trailing_survey_liquid_sample.prt", + "pt_trailing_survey_liquid_sample_a1.prt", + "pt_trailing_survey_lumber_sample_.prt", + "pt_trailing_survey_mineral_sample_.prt", + "pt_trailing_survey_moisture_sample.prt", + "pt_trailing_tar_bubbles.prt", + "pt_trailing_tar_bubbles_group.prt", + "pt_trailing_tar_spirt.prt", + "pt_trailing_taunt_creature.prt", + "pt_trailing_taunt_creature_hit.prt", + "pt_trailing_ui_force_effect.prt", + "pt_trailing_water_rings.prt", + "pt_trailing_webber_spray.prt", + "pt_trailing_whitesparks_lg.prt", + "pt_trailing_whitesparks_med.prt", + "pt_tranquilizing_dart.prt", + "pt_transport_smoke.prt", + "pt_transport_thruster.prt", + "pt_transport_thruster02.prt", + "pt_trap_conceal.prt", + "pt_trap_reticule.prt", + "pt_turret_0_miss_terrain.prt", + "pt_turret_kinetic.prt", + "pt_turret_lightning.prt", + "pt_turtle_floating.prt", + "pt_turtle_floating_swimming.prt", + "pt_ui_firecracker.prt", + "pt_ui_firecracker_explosion.prt", + "pt_ui_fog.prt", + "pt_ui_force_effect.prt", + "pt_ui_force_lightning_effect.prt", + "pt_ui_gloppy.prt", + "pt_ui_gloppy_01.prt", + "pt_ui_gloppy_02.prt", + "pt_ui_halo.prt", + "pt_ui_lines.prt", + "pt_ui_rotating_lines.prt", + "pt_ui_scanlines.prt", + "pt_ui_sparkly.prt", + "pt_ui_sparkly2.prt", + "pt_ui_sparks.prt", + "pt_ui_subtle_glow.prt", + "pt_vaapad_focus.prt", + "pt_vaapad_focus_disc.prt", + "pt_vaapad_focus_disc2.prt", + "pt_vader_pod.prt", + "pt_vader_pod_smoke.prt", + "pt_vehicle_dust_trail.prt", + "pt_vehicle_dust_trail_hoth.prt", + "pt_vehicle_water_trail.prt", + "pt_vet_becon.prt", + "pt_vet_glow.prt", + "pt_warcry_player.prt", + "pt_warning_blink_red.prt", + "pt_water_drop_base.prt", + "pt_water_drop_multi.prt", + "pt_water_drop_nosound.prt", + "pt_water_drop_sound.prt", + "pt_water_drop_sound_no_visual.prt", + "pt_water_rings.prt", + "pt_waterbugs.prt", + "pt_waterfall_crest.prt", + "pt_waterfall_kashyyyk_10x4.prt", + "pt_waterfall_kashyyyk_20x20.prt", + "pt_waterfall_kashyyyk_20x33.prt", + "pt_waterfall_kashyyyk_20x43.prt", + "pt_waterfall_kashyyyk_20x50.prt", + "pt_waterfall_kashyyyk_5x30.prt", + "pt_waterfall_kashyyyk_5x50.prt", + "pt_waterfall_kashyyyk_all_s01.prt", + "pt_waterfall_mist.prt", + "pt_waterfall_mist_med.prt", + "pt_waterfall_mist_small.prt", + "pt_waterfall_spray.prt", + "pt_waterfall_spray_small.prt", + "pt_waterfall_whitewater_s02_l0.prt", + "pt_waterfall_whitewater_s02_l1.prt", + "pt_waterfalling_200m.prt", + "pt_waterfallling_slow.prt", + "pt_waypoint_ai_s01_blue.prt", + "pt_waypoint_ai_s01_cyan.prt", + "pt_waypoint_ai_s01_green.prt", + "pt_waypoint_ai_s01_orange.prt", + "pt_waypoint_ai_s01_red.prt", + "pt_waypoint_ai_s01_violet.prt", + "pt_waypoint_ai_s01_white.prt", + "pt_waypoint_ai_s01_yellow.prt", + "pt_waypoint_ai_s02_blue.prt", + "pt_waypoint_ai_s02_cyan.prt", + "pt_waypoint_ai_s02_green.prt", + "pt_waypoint_ai_s02_orange.prt", + "pt_waypoint_ai_s02_red.prt", + "pt_waypoint_ai_s02_violet.prt", + "pt_waypoint_ai_s02_white.prt", + "pt_waypoint_ai_s02_yellow.prt", + "pt_waypoint_blue.prt", + "pt_waypoint_door.prt", + "pt_waypoint_door_blue.prt", + "pt_waypoint_door_green.prt", + "pt_waypoint_door_yellow.prt", + "pt_waypoint_green.prt", + "pt_waypoint_orange.prt", + "pt_waypoint_red.prt", + "pt_waypoint_white.prt", + "pt_waypoint_yellow.prt", + "pt_weather_asteroid_shower.prt", + "pt_weather_asteroid_shower_single.prt", + "pt_webber.prt", + "pt_webbomb.prt", + "pt_webbomb_base.prt", + "pt_webbomb_base2.prt", + "pt_webbomb_base3.prt", + "pt_whitesparks_lg.prt", + "pt_whitesparks_med.prt", + "pt_whitesparks_small.prt", + "pt_wind_up.prt", + "pt_wod_big_fire.prt", + "pt_wookiee_pipe.prt", + "pt_wp_bolt_blue_carbine.prt", + "pt_wp_bolt_carbine.prt", + "pt_wp_bolt_mode1.prt", + "pt_wp_bolt_mode2.prt", + "pt_wp_bolt_mode3.prt", + "pt_wp_bolt_pistol.prt", + "pt_wp_bolt_rifle.prt", + "pt_wp_hit_acid.prt", + "pt_wp_hit_carbine.prt", + "pt_wp_hit_cold.prt", + "pt_wp_hit_electric.prt", + "pt_wp_hit_energy.prt", + "pt_wp_hit_heat.prt", + "pt_wp_hit_kinetic.prt", + "pt_wp_hit_launcher.prt", + "pt_wp_hit_mode1.prt", + "pt_wp_hit_mode2.prt", + "pt_wp_hit_mode3.prt", + "pt_wp_hit_pistol.prt", + "pt_wp_hit_rifle.prt", + "pt_wp_hit_ring.prt", + "pt_wp_miss_creature.prt", + "pt_wp_miss_nothing.prt", + "pt_wp_miss_other.prt", + "pt_wp_miss_terrain.prt", + "pt_wp_miss_water.prt", + "pt_wp_muzzle_carbine.prt", + "pt_wp_muzzle_charric_blue_carbine.prt", + "pt_wp_muzzle_mode1.prt", + "pt_wp_muzzle_mode2.prt", + "pt_wp_muzzle_mode3.prt", + "pt_wp_muzzle_pistol.prt", + "pt_wp_muzzle_rifle.prt", + "pt_wp_muzzle_rifle_red.prt", + "pt_wp_pistol_launcher_pistol_bolt.prt", + "pt_wp_pistol_launcher_pistol_trailing_flock.prt", + "pt_wp_pistol_launcher_pistol_trailing_smoke.prt", + "pt_xwing_bombing_run.prt", + "pt_yellow_electric_field.prt", + "pt_yellow_electric_trails.prt", + "pt_yellow_electricring.prt", + "pt_yoda_fountian.prt", + "pt_yoda_fountian_small.prt", + "pt_ywing_precision_strike.prt", + "rebel_shuttle_touch.prt", + "rebel_transport_destroyed_1.prt", + "rebel_transport_takeoff_quick.prt", + "rebel_transport_takeoff_right.prt", + "rebel_transport_touch_and_go.prt", + "rebel_xwing_blast_off.prt", + "rebel_xwing_blast_off_engine_on.prt", + "rebel_xwing_left_takeoff.prt", + "rebel_xwing_left_takeoff_engine_on.prt", + "rebel_xwing_reverse_takeoff.prt", + "rebel_xwing_reverse_takeoff_engine_on.prt", + "rebel_xwing_right_takeoff.prt", + "rebel_xwing_right_takeoff_engine_on.prt", + "republic_gunship_itv_touch_and_go.prt", + "shuttle_quick_land.prt", + "test_dustpoof.prt", + "test_flamethrower.prt", + "transport_touch_and_go.prt", + "unshaded_geyser_test.prt" + }; + public void cleanScriptVars(obj_id player) throws InterruptedException + { + obj_id self = getSelf(); + utils.removeScriptVarTree(player, "particlebrowser"); + utils.removeScriptVarTree(self, "particlebrowser"); + setObjVar(player, "particlebrowser", true); + } + public void closeOldWindow(obj_id player) throws InterruptedException + { + String playerPath = "particlebrowser."; + if (utils.hasScriptVar(player, "particlebrowser.pid")) + { + int oldpid = utils.getIntScriptVar(player, "particlebrowser.pid"); + forceCloseSUIPage(oldpid); + utils.removeScriptVar(player, "particlebrowser.pid"); + } + } + public void setWindowPid(obj_id player, int pid) throws InterruptedException + { + if (pid > -1) + { + utils.setScriptVar(player, "particlebrowser.pid", pid); + } + } + public void showWindow(obj_id player, Vector items) throws InterruptedException + { + closeOldWindow(player); + int pid = sui.listbox(player, player, "Select Particle", sui.OK_CANCEL, "Particle Browser", items, "msgParticleBrowser", true); + sui.showSUIPage(pid); + setWindowPid(player, pid); + } + public void showWindow(obj_id player, String[] items) throws InterruptedException + { + closeOldWindow(player); + int pid = sui.listbox(player, player, "Select Particle", sui.OK_CANCEL, "Particle Browser", items, "msgParticleBrowser", true); + sui.showSUIPage(pid); + setWindowPid(player, pid); + } + public int OnHearSpeech(obj_id self, obj_id speaker, String text) throws InterruptedException + { + if (speaker != self || !isGod(self)) + { + return SCRIPT_CONTINUE; + } + text = toLower(text); + if (text.startsWith("showparticles")) + { + String filter = "all"; + String filter2 = "all"; + StringTokenizer st = new StringTokenizer(text); + int tokenCount = st.countTokens(); + if (tokenCount > 1) + { + st.nextToken(); + filter = st.nextToken(); + } + else if (utils.hasScriptVar(speaker, "particlebrowser.filter")) + { + filter = utils.getStringScriptVar(speaker, "particlebrowser.filter"); + } + if (tokenCount > 2) + { + filter2 = st.nextToken(); + } + else if (utils.hasScriptVar(speaker, "particlebrowser.filter2")) + { + filter2 = utils.getStringScriptVar(speaker, "particlebrowser.filter2"); + } + if (filter.length() < 1) + { + filter = "all"; + } + if (filter2.length() < 1) + { + filter2 = "all"; + } + utils.setScriptVar(speaker, "particlebrowser.filter", filter); + utils.setScriptVar(speaker, "particlebrowser.filter2", filter2); + Vector itms = new Vector(); + for (String particle : particles) { + if ((filter.equals("all") || particle.contains(filter)) && (filter2.equals("all") || particle.contains(filter2))) { + itms.add(particle); + } + } + sendSystemMessageTestingOnly(speaker, "Found " + itms.size() + " particles that fit your filters of '" + filter + "' and '" + filter2); + showWindow(speaker, itms); + utils.setBatchScriptVar(speaker, "particlebrowser", itms); + } + return SCRIPT_CONTINUE; + } + public int msgParticleBrowser(obj_id self, dictionary params) throws InterruptedException + { + if ((params == null) || (params.isEmpty())) + { + return SCRIPT_CONTINUE; + } + obj_id player = sui.getPlayerId(params); + int btn = sui.getIntButtonPressed(params); + int idx = sui.getListboxSelectedRow(params); + if (btn == sui.BP_CANCEL) + { + cleanScriptVars(player); + closeOldWindow(player); + return SCRIPT_CONTINUE; + } + Vector itms = utils.getResizeableStringBatchScriptVar(player, "particlebrowser"); + if (idx >= itms.size()) + { + cleanScriptVars(player); + closeOldWindow(player); + return SCRIPT_CONTINUE; + } + utils.setScriptVar(player, "particlebrowser.index", idx); + String particle = (String)itms.get(idx); + obj_id target = getLookAtTarget(player); + if (!isIdValid(target)) + { + target = self; + } + playClientEffectLoc(target, "appearance/" + particle, getLocation(target), 0.0f); + sendSystemMessageTestingOnly(player, "Playing particle " + particle); + int startIdx = 0; + if (utils.hasScriptVar(player, "particlebrowser.index")) + { + + } + + { + startIdx = utils.getIntScriptVar(player, "particlebrowser.index"); + } + while (startIdx > 0) + { + itms.add(itms.get(0)); + itms.removeElementAt(0); + startIdx--; + } + utils.setBatchScriptVar(player, "particlebrowser", itms); + showWindow(player, itms); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/working/kai/particlebrowser.java b/sku.0/sys.server/compiled/game/script/working/kai/particlebrowser.java deleted file mode 100755 index 456117a068..0000000000 --- a/sku.0/sys.server/compiled/game/script/working/kai/particlebrowser.java +++ /dev/null @@ -1,1377 +0,0 @@ -package script.working.kai; - -import script.dictionary; -import script.library.sui; -import script.library.utils; -import script.obj_id; - -import java.util.StringTokenizer; -import java.util.Vector; - -public class particlebrowser extends script.base_script -{ - public particlebrowser() - { - } - public static final String[] particles = new String[] - { - "a1-lighting.prt", - "a10-lighting.prt", - "a2-lighting.prt", - "a3-lighting.prt", - "a4-lighting.prt", - "a5-lighting.prt", - "a6-lighting.prt", - "a7-lighting.prt", - "a8-lighting.prt", - "a9-lighting.prt", - "blast_deflect.prt", - "footfall_2.prt", - "force_lightning.ltn", - "force_lightning_dark01.ltn", - "force_lightning_dark02.ltn", - "force_lightning_dark03.ltn", - "force_lightning_dark04.ltn", - "force_lightning_dark05.ltn", - "force_lightning_dark06.ltn", - "force_lightning_dark07.ltn", - "force_lightning_dark08.ltn", - "force_lightning_dark09.ltn", - "force_lightning_dark10.ltn", - "force_lightning_light01.ltn", - "force_lightning_light02.ltn", - "force_lightning_light03.ltn", - "force_lightning_light04.ltn", - "force_lightning_light05.ltn", - "force_lightning_light06.ltn", - "force_lightning_light07.ltn", - "force_lightning_light08.ltn", - "force_lightning_light09.ltn", - "force_lightning_light10.ltn", - "gunblast.prt", - "icon_heal.msh", - "info_disk.msh", - "must_dustdevil.prt", - "must_dustdevil_2.prt", - "must_dustdevil_3.prt", - "must_floating_embers.prt", - "must_jedi_rock.prt", - "must_jedi_rock_10.prt", - "must_jedi_rock_2.prt", - "must_jedi_rock_3.prt", - "must_jedi_rock_base.prt", - "must_jedi_rock_base2.prt", - "must_lava_bubble.prt", - "must_lava_falls01.prt", - "must_lava_falls_ribbon_15x45.prt", - "must_lava_falls_ribbon_15x80.prt", - "must_lava_falls_ribbon_20x175.prt", - "must_lava_falls_ribbon_20x37.prt", - "must_lava_falls_ribbon_20x45.prt", - "must_lava_falls_ribbon_20x56.prt", - "must_lava_falls_ribbon_20x75.prt", - "must_lava_falls_ribbon_25x111.prt", - "must_lava_falls_ribbon_25x220.prt", - "must_lava_falls_ribbon_25x50.prt", - "must_lava_falls_ribbon_25x65.prt", - "must_lava_falls_ribbon_30x140.prt", - "must_lava_falls_ribbon_30x40.prt", - "must_lava_falls_ribbon_40x114.prt", - "must_lava_falls_ribbon_40x220.prt", - "must_lava_fire.prt", - "must_lava_fire_base.prt", - "must_lava_flare.prt", - "must_lava_flare_crater.prt", - "must_lava_flare_interior.prt", - "must_lava_flare_small.prt", - "must_lighing_attack_clouds.prt", - "must_lightning_1.prt", - "must_lightning_2.prt", - "must_lightning_3.prt", - "must_lightning_attack.prt", - "must_smoke_plume01.prt", - "must_smoke_plume02.prt", - "must_steam_clouds.prt", - "must_steam_geyser.prt", - "must_steam_geyser_medium.prt", - "must_steam_geyser_medium_yellow.prt", - "must_steam_geyser_small.prt", - "must_steam_geyser_small_yellow.prt", - "must_steam_geyser_yellow.prt", - "particles.txt", - "path_arrow.msh", - "path_end.msh", - "pt_acid_trails.prt", - "pt_aiming_player.prt", - "pt_airport_race_light.prt", - "pt_airport_race_light_group.prt", - "pt_allum_mine_car_empty_s01.prt", - "pt_allum_mine_car_full_s01.prt", - "pt_animal_control.ltn", - "pt_animal_under_jedi_control.prt", - "pt_animating_gobi.prt", - "pt_atom_bolt.prt", - "pt_atom_bolt_rotate.prt", - "pt_aurora.prt", - "pt_avatar_selection_light.prt", - "pt_bacta_tank_lg_bubbles.prt", - "pt_ball_electric_bolt_green.prt", - "pt_ball_electric_bolt_green_sm.prt", - "pt_beam_acid.prt", - "pt_beam_flame_thrower.prt", - "pt_beam_flame_thrower_blue.prt", - "pt_beam_lightning.prt", - "pt_bezerk_player.prt", - "pt_bike_thruster.prt", - "pt_bike_thruster_2.prt", - "pt_birds_flock.prt", - "pt_birds_flock1.prt", - "pt_birds_flock_02.prt", - "pt_blast_deflect.prt", - "pt_blast_wave.prt", - "pt_blast_wave_build_up.prt", - "pt_bleeding_player.prt", - "pt_blinded_player.prt", - "pt_bls_1_blue_hit_creature_01.prt", - "pt_bls_1_blue_hit_other_01.prt", - "pt_bls_1_blue_miss_creature_01.prt", - "pt_bls_1_blue_miss_nothing_01.prt", - "pt_bls_1_blue_miss_other_01.prt", - "pt_bls_1_blue_miss_terrain.prt", - "pt_bls_1_blue_miss_water_01.prt", - "pt_bls_1_blue_muz_flash_01.prt", - "pt_bls_1_green_hit_creature_01.prt", - "pt_bls_1_green_hit_other_01.prt", - "pt_bls_1_green_miss_creature_01.prt", - "pt_bls_1_green_miss_nothing_01.prt", - "pt_bls_1_green_miss_other_01.prt", - "pt_bls_1_green_miss_terrain.prt", - "pt_bls_1_green_miss_water_01.prt", - "pt_bls_1_green_muz_flash_01.prt", - "pt_bls_1_red_hit_creature_01.prt", - "pt_bls_1_red_hit_other_01.prt", - "pt_bls_1_red_hit_water_01.prt", - "pt_bls_1_red_miss_creature_01.prt", - "pt_bls_1_red_miss_nothing_01.prt", - "pt_bls_1_red_miss_other_01.prt", - "pt_bls_1_red_miss_terrain.prt", - "pt_bls_1_red_miss_water_01.prt", - "pt_bls_1_red_muz_flash_01.prt", - "pt_bls_slug_trail.prt", - "pt_bolt_acid.prt", - "pt_bolt_black.prt", - "pt_bolt_blue.prt", - "pt_bolt_blue2green_pulse.prt", - "pt_bolt_blue3red_pulse.prt", - "pt_bolt_blue_gradient.prt", - "pt_bolt_blue_thin.prt", - "pt_bolt_bothan_bola.prt", - "pt_bolt_crossbow.prt", - "pt_bolt_disruptor.prt", - "pt_bolt_fireball.prt", - "pt_bolt_flechette.prt", - "pt_bolt_force_choke.ltn", - "pt_bolt_force_choke.prt", - "pt_bolt_green.prt", - "pt_bolt_ink_fire.prt", - "pt_bolt_ink_hit.prt", - "pt_bolt_ion_blaster.prt", - "pt_bolt_lightning.prt", - "pt_bolt_proton_carbine.prt", - "pt_bolt_proton_rifle.prt", - "pt_bolt_red.prt", - "pt_bolt_scatter.prt", - "pt_bolt_stun.prt", - "pt_bolt_taper_blue.prt", - "pt_bolt_taper_green.prt", - "pt_bolt_taper_red.prt", - "pt_bolt_turret_red.prt", - "pt_bolt_underslug_rotary_carbine.prt", - "pt_bubble_trail.prt", - "pt_bug_gun_bolt.prt", - "pt_bug_gun_fire.prt", - "pt_bug_gun_fire_2.prt", - "pt_bunker_allum_mine_car_01.prt", - "pt_bunker_allum_mine_car_sparks.prt", - "pt_bunker_allum_mine_hallway_vent_steam.prt", - "pt_bunker_allum_mine_large_steam_gravity.prt", - "pt_bunker_allum_mine_lift_01.prt", - "pt_burning_smokeandembers_large.prt", - "pt_burning_smokeandembers_md.prt", - "pt_burning_smoking_thruster_2.prt", - "pt_burning_smoking_thruster_3.prt", - "pt_burning_thruster.prt", - "pt_burning_thruster_2.prt", - "pt_burning_thruster_3.prt", - "pt_burning_thruster_sm.prt", - "pt_buzzing_insects_large.prt", - "pt_buzzing_insects_small.prt", - "pt_campfire_s01.prt", - "pt_campfire_smokeless_s01.prt", - "pt_candle_flame.prt", - "pt_cavein_dust_floor.prt", - "pt_cavein_dust_roof.prt", - "pt_center_star.prt", - "pt_chiss_backpack_mist.prt", - "pt_chiss_fog_backpack.prt", - "pt_chiss_fog_backpack_base.prt", - "pt_chiss_fog_backpack_hack.prt", - "pt_chiss_fog_backpack_headfog.prt", - "pt_chiss_fog_backpack_original.prt", - "pt_chiss_fog_backpack_spray.prt", - "pt_clone_compiler.prt", - "pt_clouds.prt", - "pt_cloud_cards_sparse.prt", - "pt_cloud_sparse.prt", - "pt_contrail_01.prt", - "pt_contrail_02.prt", - "pt_contrail_03.prt", - "pt_contrail_04.prt", - "pt_cover_player.prt", - "pt_cryoban_grenade.prt", - "pt_dath_mistyfalls_waterfall1.prt", - "pt_dath_mistyfalls_waterfall2.prt", - "pt_debuff_action.prt", - "pt_debuff_health.prt", - "pt_debuff_state.prt", - "pt_detector.prt", - "pt_disease_grenade.prt", - "pt_disease_grenade_hit.prt", - "pt_disease_player.prt", - "pt_distant_ships.prt", - "pt_distant_ships_imperial.prt", - "pt_distant_ships_rebel.prt", - "pt_distant_ships_sound_gunboat.prt", - "pt_distant_ships_sound_shuttle.prt", - "pt_distant_ships_sound_skyhopper.prt", - "pt_distant_ships_sound_supplyship.prt", - "pt_distant_ships_sound_tiefighter.prt", - "pt_distant_ships_sound_xwing.prt", - "pt_dizzy_player.prt", - "pt_door_force_field.prt", - "pt_drag_player.prt", - "pt_drain_force.ltn", - "pt_droideka_shield.prt", - "pt_dust_storm.prt", - "pt_dust_storm_heavy.prt", - "pt_dust_storm_heavy_a1.prt", - "pt_dust_storm_light.prt", - "pt_electricity.prt", - "pt_electric_2_sword.swh", - "pt_electric_sword.swh", - "pt_electric_trails.prt", - "pt_enraging_spur.prt", - "pt_entertainer_colorlights.prt", - "pt_entertainer_colorlights_a1.prt", - "pt_entertainer_colorlights_a2.prt", - "pt_entertainer_dazzle.prt", - "pt_entertainer_dazzle_a1.prt", - "pt_entertainer_dazzle_a2.prt", - "pt_entertainer_distract.prt", - "pt_entertainer_distract_a1.prt", - "pt_entertainer_distract_a2.prt", - "pt_entertainer_firejets.prt", - "pt_entertainer_firejets_a1.prt", - "pt_entertainer_firejets_a2.prt", - "pt_entertainer_glowstick.prt", - "pt_entertainer_ribbon_stick_double.prt", - "pt_entertainer_ribbon_stick_double_fancy.prt", - "pt_entertainer_ribbon_stick_double_sparky.prt", - "pt_entertainer_ribbon_stick_single.prt", - "pt_entertainer_ribbon_stick_single_fancy.prt", - "pt_entertainer_ribbon_stick_single_sparky.prt", - "pt_entertainer_smokebomb.prt", - "pt_entertainer_smokebomb_a1.prt", - "pt_entertainer_smokebomb_a2.prt", - "pt_entertainer_sparkler.prt", - "pt_entertainer_special_1.prt", - "pt_entertainer_special_2.prt", - "pt_entertainer_special_3.prt", - "pt_entertainer_special_4.prt", - "pt_entertainer_special_5.prt", - "pt_entertainer_special_6.prt", - "pt_entertainer_spotlight.prt", - "pt_entertainer_spotlight_a1.prt", - "pt_entertainer_spotlight_a2.prt", - "pt_entertainer_torch.prt", - "pt_entertainer_trailing_sparks.prt", - "pt_entertainer_ventriloquism.prt", - "pt_entertainer_ventriloquism_a1.prt", - "pt_entertainer_ventriloquism_a2.prt", - "pt_explosion_md.prt", - "pt_explosion_md_sound.prt", - "pt_falling_dirt.prt", - "pt_falling_dirt_loop.prt", - "pt_falling_dust.prt", - "pt_falling_dust_loop.prt", - "pt_falling_leaf.prt", - "pt_falling_rock.prt", - "pt_falling_rock_loop.prt", - "pt_find_path_end.prt", - "pt_find_path_glow.prt", - "pt_fireworks_01.prt", - "pt_fireworks_02.prt", - "pt_fireworks_03.prt", - "pt_fireworks_04.prt", - "pt_fireworks_05.prt", - "pt_fireworks_complete_s01_blast_blue.prt", - "pt_fireworks_complete_s02_trail_blast.prt", - "pt_fireworks_complete_s03_trail_shockwave.prt", - "pt_fireworks_complete_s04_ring.prt", - "pt_fireworks_complete_s05_ring_double.prt", - "pt_fireworks_complete_s10_chandelier.prt", - "pt_fireworks_complete_s11_blast_sphere.prt", - "pt_fireworks_complete_s18_flocking.prt", - "pt_fireworks_ground_01.prt", - "pt_fireworks_ground_02.prt", - "pt_fireworks_launch.prt", - "pt_fireworks_rocket_launch_s01.prt", - "pt_fireworks_s001.prt", - "pt_fireworks_secondary_blast_01.prt", - "pt_fireworks_secondary_blast_02.prt", - "pt_fireworks_secondary_blast_sphere_01.prt", - "pt_fireworks_secondary_chaser.prt", - "pt_fireworks_secondary_flash.prt", - "pt_fireworks_secondary_hanging_sparkles.prt", - "pt_fireworks_secondary_hanging_sparkles_cords.prt", - "pt_fireworks_secondary_shape_ornament.prt", - "pt_fireworks_secondary_shockwave.prt", - "pt_fireworks_secondary_shockwave2.prt", - "pt_fireworks_secondary_spiral.prt", - "pt_fireworks_secondary_spiral_01.prt", - "pt_fireworks_secondary_streaks.prt", - "pt_fireworks_secondary_trail_blast.prt", - "pt_fireworks_secondary_twirl.prt", - "pt_fireworks_trailing_sparks.prt", - "pt_fireworks_trailing_sparks_01.prt", - "pt_fireworks_trailing_sparks_01_streaks_sparkling.prt", - "pt_fireworks_trailing_sparks_02.prt", - "pt_fireworks_trailing_sparks_02_short_gen.prt", - "pt_fireworks_trailing_sparks_02_short_gen_green.prt", - "pt_fireworks_trailing_sparks_02_short_gen_trailing_sparks.prt", - "pt_fireworks_trailing_sparks_03.prt", - "pt_fireworks_trailing_sparks_04.prt", - "pt_fireworks_trailing_sparks_05.prt", - "pt_fireworks_trailing_sparks_05_second.prt", - "pt_fireworks_trailing_sparks_18.prt", - "pt_fireworks_trail_01.prt", - "pt_fireworks_trail_01_blue.prt", - "pt_fireworks_trail_01_green.prt", - "pt_fireworks_trail_01_red.prt", - "pt_fireworks_trail_01_violet.prt", - "pt_fireworks_trail_02.prt", - "pt_fireworks_trail_02_sparks.prt", - "pt_fireworks_trail_launch.prt", - "pt_firework_launch.prt", - "pt_flaming_sword.prt", - "pt_flare.prt", - "pt_flash_bomb.prt", - "pt_flash_shield.prt", - "pt_flickering_light_electricblue.prt", - "pt_flickering_light_flamecolored.prt", - "pt_flickering_light_green.prt", - "pt_flickering_light_orange.prt", - "pt_flickering_light_red.prt", - "pt_flocking_ant.prt", - "pt_flocking_bat.prt", - "pt_flocking_bees.prt", - "pt_flocking_beetles.prt", - "pt_flocking_black_red_beetle.prt", - "pt_flocking_bluefish.prt", - "pt_flocking_boweevils.prt", - "pt_flocking_butterflies.prt", - "pt_flocking_butterflies_01.prt", - "pt_flocking_butterflies_02.prt", - "pt_flocking_butterflies_03.prt", - "pt_flocking_butterflies_04.prt", - "pt_flocking_butterflies_a1.prt", - "pt_flocking_butterflies_a2.prt", - "pt_flocking_butterflies_s1.prt", - "pt_flocking_centipede.prt", - "pt_flocking_centipede_green.prt", - "pt_flocking_centipede_yellow.prt", - "pt_flocking_cricket.prt", - "pt_flocking_desert_worm.prt", - "pt_flocking_desert_worm_rotate.prt", - "pt_flocking_dragonfly_01.prt", - "pt_flocking_dragonfly_01_large.prt", - "pt_flocking_dragonfly_02.prt", - "pt_flocking_dragonfly_02_large.prt", - "pt_flocking_dragonfly_03.prt", - "pt_flocking_dragonfly_03_large.prt", - "pt_flocking_fish_2x4cage.prt", - "pt_flocking_flying_lava_fish.prt", - "pt_flocking_flying_lava_fish_flaming.prt", - "pt_flocking_flying_narwhal.prt", - "pt_flocking_flying_picketts_flock.prt", - "pt_flocking_frog.prt", - "pt_flocking_frog_s1.prt", - "pt_flocking_glowzees.prt", - "pt_flocking_greenfish.prt", - "pt_flocking_green_beetle.prt", - "pt_flocking_greyfish.prt", - "pt_flocking_hermitcrab.prt", - "pt_flocking_moth.prt", - "pt_flocking_moth_white.prt", - "pt_flocking_snails.prt", - "pt_flocking_willowisp.prt", - "pt_flocking_willowisp_single.prt", - "pt_flying_lava_fish_flock.prt", - "pt_fog.prt", - "pt_fog_barrier.prt", - "pt_fog_kashyyyk.prt", - "pt_fog_kashyyyk_deadforest.prt", - "pt_force_absorb.prt", - "pt_force_absorb_trigger.prt", - "pt_force_armor.prt", - "pt_force_armor_block.prt", - "pt_force_avoid_incapacitation.prt", - "pt_force_channel_force.prt", - "pt_force_choke.prt", - "pt_force_feedback.prt", - "pt_force_feedback_block.prt", - "pt_force_feedback_trigger.prt", - "pt_force_healingdamage_hit.ltn", - "pt_force_heal_self.prt", - "pt_force_intimidate.ltn", - "pt_force_knockdown.ltn", - "pt_force_knockdown.prt", - "pt_force_lightning_end.prt", - "pt_force_lightning_end_blast.prt", - "pt_force_lightning_end_clearaway.prt", - "pt_force_lightning_end_collect.prt", - "pt_force_lightning_end_small.prt", - "pt_force_lightning_end_wave.prt", - "pt_force_lightning_start.prt", - "pt_force_lightning_start_light.prt", - "pt_force_lightning_start_small.prt", - "pt_force_meditate.prt", - "pt_force_regain_consciousness.prt", - "pt_force_resist_bleed.prt", - "pt_force_resist_disease.prt", - "pt_force_resist_poison.prt", - "pt_force_resist_states.prt", - "pt_force_shield.prt", - "pt_force_speed.prt", - "pt_force_speed_activate.prt", - "pt_force_speed_moves.prt", - "pt_force_throw.ltn", - "pt_force_throw.prt", - "pt_force_throw_old.ltn", - "pt_force_throw_old.prt", - "pt_force_transfer_force.ltn", - "pt_force_weaken.prt", - "pt_force_weaken_hit.ltn", - "pt_force_weaken_hit.prt", - "pt_fountain_corl_brazier_round_s01.prt", - "pt_fountain_corl_circle_s01.prt", - "pt_fountain_corl_rectangle_s01.prt", - "pt_fountain_corl_statue_contemplate_s01.prt", - "pt_fountain_corl_statue_contemplate_s01_pee_pee.prt", - "pt_fountain_corl_statue_heroic_s01.prt", - "pt_fountain_naboo_style_1.prt", - "pt_fragmentation_grenade.prt", - "pt_frn_all_glowing_light_s3.prt", - "pt_geyser_01_l0.prt", - "pt_geyser_01_l1.prt", - "pt_geyser_01_l2.prt", - "pt_geyser_01_l3.prt", - "pt_geyser_center.prt", - "pt_glop_grenade.prt", - "pt_green_gunk_spurt.prt", - "pt_green_hanging_smoke.prt", - "pt_green_refrigerator_steam.prt", - "pt_green_steam.prt", - "pt_grievious_cellspawn.prt", - "pt_grievious_powerup.prt", - "pt_grievious_sparkplug.prt", - "pt_gunblast.prt", - "pt_haireffect_bouquetbouffant.prt", - "pt_haireffect_dark_jedi.prt", - "pt_haireffect_electricafro.prt", - "pt_haireffect_glamorous.prt", - "pt_haireffect_imperial_coin.prt", - "pt_haireffect_loverboy.prt", - "pt_haireffect_mosparkyhawk.prt", - "pt_haireffect_natureboy.prt", - "pt_haireffect_phonytail.prt", - "pt_haireffect_pussyface03.prt", - "pt_haireffect_rebel_coin.prt", - "pt_haireffect_scare_do.prt", - "pt_haireffect_shampooed.prt", - "pt_haireffect_sloshed.prt", - "pt_haireffect_ureeka.prt", - "pt_haireffect_warhorns.prt", - "pt_haireffect_weve_got_the_beat.prt", - "pt_heal.prt", - "pt_healingdamage_creature_fire.prt", - "pt_healingdamage_creature_hit.prt", - "pt_healingwounds_creature_fire.prt", - "pt_healingwounds_creature_hit.prt", - "pt_healing_grenade.prt", - "pt_healing_tree.prt", - "pt_healing_tree_start.prt", - "pt_healing_tree_swh.swh", - "pt_heal_1.prt", - "pt_heal_2.prt", - "pt_heal_action_buff.prt", - "pt_heal_aoe.prt", - "pt_heal_health_buff.prt", - "pt_heal_health_buff_1.prt", - "pt_heal_health_buff_2.prt", - "pt_heal_mind_buff.prt", - "pt_heal_over_time.prt", - "pt_heal_over_time_1.prt", - "pt_heal_over_time_2.prt", - "pt_heal_resist_disease.prt", - "pt_heal_resist_poison.prt", - "pt_heal_resist_states.prt", - "pt_heal_resuscitate.prt", - "pt_heal_revive.prt", - "pt_heal_speed_buff.prt", - "pt_heal_state.prt", - "pt_heal_wound.prt", - "pt_heavy_particle_beam.ltn", - "pt_heavy_particle_beam_end.prt", - "pt_heavy_particle_beam_start.prt", - "pt_hit_flash_cannon_elite_flash,prt.prt", - "pt_hit_rancor_rock.prt", - "pt_hit_simian_ape_rock.prt", - "pt_hit_simian_monkey_rock.prt", - "pt_hovering_landspeeder.prt", - "pt_immobilized_player.prt", - "pt_imperial_detonator.prt", - "pt_imperial_detonator_a1.prt", - "pt_info_tie_fighter_xwing_circle.prt", - "pt_insect_and_bile_grenade.prt", - "pt_intimidate_creature_fire.prt", - "pt_intimidate_creature_hit.prt", - "pt_intro_shuttle_debris.prt", - "pt_intro_shuttle_debris2.prt", - "pt_intro_shuttle_debris3.prt", - "pt_intro_shuttle_large_sparks.prt", - "pt_intro_shuttle_sparks.prt", - "pt_intro_trailing_sparks.prt", - "pt_invisible_particle.prt", - "pt_jar_of_bats.prt", - "pt_jar_of_bees.prt", - "pt_jar_of_butterflies.prt", - "pt_jar_of_flies.prt", - "pt_jar_of_glowzees.prt", - "pt_jar_of_moths.prt", - "pt_jar_of_snakes.prt", - "pt_jedi_force_lightning.prt", - "pt_jetpack_thruster.prt", - "pt_jumping_fish_s01.prt", - "pt_jumping_fish_s02.prt", - "pt_jumping_fish_s03.prt", - "pt_kash_birds_flock_rryatt.prt", - "pt_lair_evil_fire_large_green.prt", - "pt_lair_evil_fire_large_red.prt", - "pt_lair_evil_fire_small.prt", - "pt_lair_med_burn.prt", - "pt_lair_med_damage.prt", - "pt_landspeeder_thruster.prt", - "pt_landspeeder_thruster_faint.prt", - "pt_large_beam.prt", - "pt_large_beam_warm_up.prt", - "pt_laser_blue.prt", - "pt_laser_green.prt", - "pt_laser_red.prt", - "pt_lava_additive_smoke.prt", - "pt_lava_cannon.prt", - "pt_lava_cannon_ground_collision.prt", - "pt_lava_player_burning.prt", - "pt_leaf_water.prt", - "pt_level_up.prt", - "pt_lg_blast_dirt.prt", - "pt_lg_explosion.prt", - "pt_lightening.prt", - "pt_lightning_cannon.ltn", - "pt_lightning_cannon.swh", - "pt_lightning_cannon_end.prt", - "pt_lightning_cannon_hit.prt", - "pt_lightning_cannon_hit_secondary.prt", - "pt_lightning_cannon_hit_spread.prt", - "pt_lightning_nebulae_start.prt", - "pt_lightsaber_graze.prt", - "pt_lightsaber_strike.prt", - "pt_lightsaber_strike_heavy.prt", - "pt_light_blink_blue.prt", - "pt_light_blink_green.prt", - "pt_light_blink_orange.prt", - "pt_light_blink_yellow.prt", - "pt_light_constant_blue.prt", - "pt_light_indoor_glow.prt", - "pt_light_lightning_cannon.prt", - "pt_light_pulse_blue.prt", - "pt_light_sm_lamp_blue.prt", - "pt_light_sm_lamp_gold.prt", - "pt_light_streetlamp_blue.prt", - "pt_light_streetlamp_gold.prt", - "pt_light_streetlamp_green.prt", - "pt_light_streetlamp_red.prt", - "pt_lok_lava_bubblingareaprt.prt", - "pt_lok_lava_drop.prt", - "pt_lok_lava_spirt.prt", - "pt_lok_lava_spirt_random.prt", - "pt_lok_volcano.prt", - "pt_lok_volcano_smoke.prt", - "pt_lok_volcano_smoke_sm.prt", - "pt_magic_sparks.prt", - "pt_md_explosion_a1.prt", - "pt_md_explosion_a2.prt", - "pt_md_explosion_a3.prt", - "pt_md_explosion_a5.prt", - "pt_md_explosion_dirt.prt", - "pt_md_explosion_dirt_2.prt", - "pt_medic_healing_energy.prt", - "pt_medic_healing_energy_area.prt", - "pt_miasma_fog_chiss_orange.prt", - "pt_miasma_fog_chiss_orange_end.prt", - "pt_miasma_of_fog_gray.prt", - "pt_miasma_of_fog_greenish.prt", - "pt_miasma_of_fog_mustard.prt", - "pt_miasma_of_fog_orange.prt", - "pt_miasma_of_fog_red.prt", - "pt_mind_blast.ltn", - "pt_mine_explosion.prt", - "pt_mine_warning.prt", - "pt_mist_2_trail.prt", - "pt_mist_trail.prt", - "pt_music_flourish01.prt", - "pt_music_flourish03.prt", - "pt_music_flourish05.prt", - "pt_music_flourish07.prt", - "pt_music_flourish09.prt", - "pt_music_flourish11.prt", - "pt_music_flourish13.prt", - "pt_music_flourish15.prt", - "pt_music_flourish_01.prt", - "pt_music_flourish_high_01.prt", - "pt_music_flourish_low_01.prt", - "pt_music_flourish_low_03.prt", - "pt_music_flourish_low_05.prt", - "pt_music_flourish_low_07.prt", - "pt_music_flourish_low_09.prt", - "pt_music_flourish_medium_01.prt", - "pt_music_flourish_sequence_01.prt", - "pt_music_loop_01.prt", - "pt_music_loop_boring.prt", - "pt_music_loop_entertaining.prt", - "pt_music_loop_slow_01.prt", - "pt_music_not_listening_to.prt", - "pt_music_paused.prt", - "pt_mustafar_crystal_destruction.prt", - "pt_mustafar_crystal_drain.prt", - "pt_mustafar_crystal_drain_base.prt", - "pt_mustafar_crystal_drain_dot.prt", - "pt_mustafar_crystal_drain_flare.prt", - "pt_mustafar_crystal_drain_soul.prt", - "pt_mustafar_crystal_drain_soul_swoosh.swh", - "pt_mustafar_distant_volcano_01.prt", - "pt_mustafar_distant_volcano_02.prt", - "pt_mustafar_distant_volcano_03.prt", - "pt_newbie_airport_sign.prt", - "pt_newbie_arrow.prt", - "pt_newbie_bombed_spot.prt", - "pt_newbie_bomb_debris.prt", - "pt_newbie_hanging_smoke.prt", - "pt_newbie_refrigerator_steam.prt", - "pt_newbie_siren.prt", - "pt_newbie_spotlight.prt", - "pt_newbie_steam.prt", - "pt_newbie_wall_mech_lights_blue.prt", - "pt_newbie_wall_mech_lights_red.prt", - "pt_newbie_wall_mech_lights_yellow.prt", - "pt_noise_maker_grenade.prt", - "pt_obi_wan_appear.prt", - "pt_obi_wan_disappear.prt", - "pt_onfire_player.prt", - "pt_partydroid_bubbles.prt", - "pt_partydroid_confetti_bombs.prt", - "pt_partydroid_doves.prt", - "pt_partydroid_dryice.prt", - "pt_partydroid_electricfloor.prt", - "pt_partydroid_electricfog.prt", - "pt_partydroid_foam.prt", - "pt_partydroid_fogmachine.prt", - "pt_partydroid_lasers.prt", - "pt_partydroid_mindbloom.prt", - "pt_poison_grenade.prt", - "pt_poison_grenade_hit.prt", - "pt_poison_player.prt", - "pt_poi_broken_electronics.prt", - "pt_poi_droid_weld_sparks.prt", - "pt_poi_electricity_2x2.prt", - "pt_poi_pillar_electricity.prt", - "pt_pollen.prt", - "pt_probot_delivery.prt", - "pt_proton_grenade.prt", - "pt_psg_hit_mark_1.prt", - "pt_psg_hit_mark_2.prt", - "pt_psg_hit_mark_3.prt", - "pt_psg_on_mark_1.prt", - "pt_psg_on_mark_2.prt", - "pt_psg_on_mark_3.prt", - "pt_rainbow_bolt.swh", - "pt_rainbow_sword.swh", - "pt_rain_drop.prt", - "pt_rain_sheet_heavy.prt", - "pt_rain_sheet_light.prt", - "pt_rain_sheet_verylight.prt", - "pt_rallied_player.prt", - "pt_ring_trail.prt", - "pt_rocket_1_muz_flash.prt", - "pt_rocket_barrage.prt", - "pt_rocket_barrage_wind_up.prt", - "pt_rocket_smoke.prt", - "pt_rocket_tracer.prt", - "pt_rocket_trail_black_smoke.prt", - "pt_rotating_starfield.prt", - "pt_skill_level_up.prt", - "pt_skill_up.prt", - "pt_skill_up_base.prt", - "pt_sky_battle_tie_bomber_vs_bwing.prt", - "pt_sky_battle_tie_bomber_vs_bwing_2.prt", - "pt_sky_battle_tie_bomber_vs_bwing_3.prt", - "pt_sky_battle_tie_interceptor_vs_awing.prt", - "pt_sky_battle_tie_interceptor_vs_awing_2.prt", - "pt_sky_battle_tie_interceptor_vs_awing_3.prt", - "pt_sky_battle_tie_vs_player_shuttle.prt", - "pt_sky_battle_tie_vs_xwing.prt", - "pt_sky_battle_tie_vs_xwing_2.prt", - "pt_sky_battle_tie_vs_xwing_3.prt", - "pt_sky_battle_x_wing_vs_lambda_shuttle.prt", - "pt_slg_1_hit_creature.prt", - "pt_slg_1_hit_other_01.prt", - "pt_slg_1_miss_creature.prt", - "pt_slg_1_miss_nothing_01.prt", - "pt_slg_1_miss_other_01.prt", - "pt_slg_1_miss_terrain.prt", - "pt_slg_1_miss_water.prt", - "pt_slg_1_muz_flash_01.prt", - "pt_slime_drop_nosound.prt", - "pt_slime_drop_sound.prt", - "pt_smoke.prt", - "pt_smoke_large.prt", - "pt_smoke_puff.prt", - "pt_smoke_puff_sm.prt", - "pt_smoke_small.prt", - "pt_smoke_tr.prt", - "pt_smoking_thruster_heavy.prt", - "pt_smoking_thruster_light.prt", - "pt_sm_explosion.prt", - "pt_sonic_pulse.prt", - "pt_sound_location.prt", - "pt_sound_veh_distant_skyhopper.prt", - "pt_sparking_blast_md.prt", - "pt_sparking_blast_thruster.prt", - "pt_sparkling_thruster.prt", - "pt_sparkling_trail.prt", - "pt_sparks_fountatin.prt", - "pt_sparks_large.prt", - "pt_sparks_small.prt", - "pt_special_attack_aim.prt", - "pt_special_attack_bleed.prt", - "pt_special_attack_bleed_trail.prt", - "pt_special_attack_blind.prt", - "pt_special_attack_concuss.prt", - "pt_special_attack_concuss_trail.prt", - "pt_special_attack_cone.prt", - "pt_special_attack_confusion.prt", - "pt_special_attack_confusion_trail.prt", - "pt_special_attack_cover.prt", - "pt_special_attack_defensive_bonus.prt", - "pt_special_attack_defensive_bonus_trail.prt", - "pt_special_attack_disable.prt", - "pt_special_attack_dizzy.prt", - "pt_special_attack_fastblast.prt", - "pt_special_attack_intimidate.prt", - "pt_special_attack_knockdown.prt", - "pt_special_attack_knockdown_trail.prt", - "pt_special_attack_overcharge.prt", - "pt_special_attack_overcharge_trail.prt", - "pt_special_attack_pointblank.prt", - "pt_special_attack_power.prt", - "pt_special_attack_power_trail.prt", - "pt_special_attack_slow.prt", - "pt_special_attack_slow_trail.prt", - "pt_special_attack_snipe.prt", - "pt_special_attack_startle.prt", - "pt_special_attack_stun.prt", - "pt_special_attack_stun_trail.prt", - "pt_special_attack_volley_fire.prt", - "pt_special_attack_warcry.prt", - "pt_special_hit_bleed.prt", - "pt_special_hit_blind.prt", - "pt_special_hit_concuss.prt", - "pt_special_hit_confusion.prt", - "pt_special_hit_dizzy.prt", - "pt_special_hit_heavy.prt", - "pt_special_hit_light.prt", - "pt_special_hit_medium.prt", - "pt_special_hit_power.prt", - "pt_special_hit_slow.prt", - "pt_special_hit_startle.prt", - "pt_special_hit_stun.prt", - "pt_spit_green_lg.prt", - "pt_spit_green_sm.prt", - "pt_spit_green_spray_sm.prt", - "pt_spit_hit_green.prt", - "pt_spit_hit_red.prt", - "pt_spit_hit_yellow.prt", - "pt_spit_red_lg.prt", - "pt_spit_red_sm.prt", - "pt_spit_red_spray_sm.prt", - "pt_spit_toxicgreen_lg.prt", - "pt_spit_toxicgreen_sm.prt", - "pt_spit_toxicgreen_spray_sm.prt", - "pt_spit_yellow_lg.prt", - "pt_spit_yellow_sm.prt", - "pt_spit_yellow_spray_sm.prt", - "pt_splash.prt", - "pt_sp_placeholder.prt", - "pt_states_circle.prt", - "pt_state_all.prt", - "pt_state_all_new.prt", - "pt_state_berserk.prt", - "pt_state_berserk_temp.prt", - "pt_state_berserk_tr.prt", - "pt_state_bleeding.prt", - "pt_state_bleeding_circle.prt", - "pt_state_bleeding_old.prt", - "pt_state_bleeding_tr.prt", - "pt_state_blind.prt", - "pt_state_cantattack.prt", - "pt_state_cantmove.prt", - "pt_state_centered.prt", - "pt_state_dazed.prt", - "pt_state_diseased.prt", - "pt_state_diseased_circle.prt", - "pt_state_diseased_old.prt", - "pt_state_diseased_tr.prt", - "pt_state_dizzy.prt", - "pt_state_intimidated.prt", - "pt_state_knockdown.prt", - "pt_state_knockdown_tr.prt", - "pt_state_onfire.prt", - "pt_state_onfire_tr.prt", - "pt_state_placeholder.prt", - "pt_state_poisoned.prt", - "pt_state_poisoned_tr.prt", - "pt_state_slowedattack.prt", - "pt_state_slowedmove.prt", - "pt_state_stunned.prt", - "pt_state_warcry.prt", - "pt_steam.prt", - "pt_steam_rise.prt", - "pt_steam_rise_2x2.prt", - "pt_stunned_player.prt", - "pt_survey.prt", - "pt_survey_gas_sample.prt", - "pt_survey_liquid_sample.prt", - "pt_survey_lumber_sample.prt", - "pt_survey_mineral_sample.prt", - "pt_survey_moisture_sample.prt", - "pt_survey_tool_liquid.prt", - "pt_survey_tool_lumber.prt", - "pt_survey_tool_mineral.prt", - "pt_survey_tool_moisture.prt", - "pt_sword_brightglow.prt", - "pt_sword_glint", - "pt_sword_glint.prt", - "pt_sword_glow.prt", - "pt_takeoff_radius.prt", - "pt_tar_bubbles.prt", - "pt_tar_spirt.prt", - "pt_taunt_creature_fire.prt", - "pt_taunt_creature_hit.prt", - "pt_thermal_detonator.prt", - "pt_throw_rancor_rock.prt", - "pt_throw_simian_ape_rock.prt", - "pt_throw_simian_monkey_rock.prt", - "pt_trailing_ambient_butterfly.prt", - "pt_trailing_animal_under_jedi_control.prt", - "pt_trailing_beam_flame_thrower.prt", - "pt_trailing_beam_flame_thrower_blue.prt", - "pt_trailing_beam_flame_thrower_drops.prt", - "pt_trailing_beam_flame_thrower_drops_blue.prt", - "pt_trailing_beetle_stink.prt", - "pt_trailing_birds.prt", - "pt_trailing_blast_wave.prt", - "pt_trailing_bolt_fireball_drops.prt", - "pt_trailing_bolt_scatter.prt", - "pt_trailing_bolt_stun.prt", - "pt_trailing_bug_gun_fire.prt", - "pt_trailing_cloud.prt", - "pt_trailing_cloud_2.prt", - "pt_trailing_cloud_card_01.prt", - "pt_trailing_cryoban_ice_shards.prt", - "pt_trailing_distant_air_speeder_1.prt", - "pt_trailing_distant_air_speeder_2.prt", - "pt_trailing_distant_air_taxi.prt", - "pt_trailing_distant_assaultship.prt", - "pt_trailing_distant_a_wing.prt", - "pt_trailing_distant_b_wing.prt", - "pt_trailing_distant_freighter_a.prt", - "pt_trailing_distant_freighter_b.prt", - "pt_trailing_distant_freighter_c.prt", - "pt_trailing_distant_lambda_shuttle.prt", - "pt_trailing_distant_supplyship.prt", - "pt_trailing_distant_tie_bomber.prt", - "pt_trailing_distant_tie_bombers2.prt", - "pt_trailing_distant_tie_bombers3.prt", - "pt_trailing_distant_tie_fighter.prt", - "pt_trailing_distant_tie_fighters2.prt", - "pt_trailing_distant_tie_fighters3.prt", - "pt_trailing_distant_tie_interceptor.prt", - "pt_trailing_distant_tie_interceptors2.prt", - "pt_trailing_distant_tie_interceptors3.prt", - "pt_trailing_distant_transport.prt", - "pt_trailing_distant_x_wing.prt", - "pt_trailing_dust_storm.prt", - "pt_trailing_dust_storm_light.prt", - "pt_trailing_entertainer_distract.prt", - "pt_trailing_entertainer_distract_a2.prt", - "pt_trailing_entertainer_distract_fullsmoke.prt", - "pt_trailing_entertainer_firejets.prt", - "pt_trailing_entertainer_firejets_a1.prt", - "pt_trailing_entertainer_firejets_a1_sparks.prt", - "pt_trailing_entertainer_firejets_a2.prt", - "pt_trailing_entertainer_firejets_a2_burst.prt", - "pt_trailing_entertainer_firejets_a2_sparks.prt", - "pt_trailing_entertainer_ventriloquism.prt", - "pt_trailing_entertainer_ventriloquism_a1.prt", - "pt_trailing_entertainer_ventriloquism_a2.prt", - "pt_trailing_falling_dust.prt", - "pt_trailing_falling_dust_2.prt", - "pt_trailing_falling_leaf.prt", - "pt_trailing_find_path_glow.prt", - "pt_trailing_firework_lg_streaked_sparks_blue.prt", - "pt_trailing_firework_lg_streaked_sparks_red.prt", - "pt_trailing_firework_lg_streaked_sparks_whte.prt", - "pt_trailing_fish_splash.prt", - "pt_trailing_flocking_desert_worm.prt", - "pt_trailing_flocking_flying_lava_fish.prt", - "pt_trailing_force_absorb.prt", - "pt_trailing_force_absorb_trigger.prt", - "pt_trailing_force_armor.prt", - "pt_trailing_force_channel_force.prt", - "pt_trailing_force_healingdamage_hit.prt", - "pt_trailing_force_healing_self.prt", - "pt_trailing_force_lightning_end_blast.prt", - "pt_trailing_force_meditate.prt", - "pt_trailing_force_regain_consciousness.prt", - "pt_trailing_force_shield.prt", - "pt_trailing_force_speed.prt", - "pt_trailing_force_throw.prt", - "pt_trailing_fragmentation_dust.prt", - "pt_trailing_glop_grenade.prt", - "pt_trailing_glop_grenade_spray.prt", - "pt_trailing_grenade.prt", - "pt_trailing_haireffect_glamorous.prt", - "pt_trailing_haireffect_sloshed.prt", - "pt_trailing_haireffect_weve_got_the_beat.prt", - "pt_trailing_healingdamage_creature.prt", - "pt_trailing_healingdamage_creature_hit.prt", - "pt_trailing_healingwounds_creature.prt", - "pt_trailing_healingwounds_creature_hit.prt", - "pt_trailing_insect_and_bile.prt", - "pt_trailing_intimidate_creature.prt", - "pt_trailing_intimidate_creature_hit.prt", - "pt_trailing_jedi_force_lightning.prt", - "pt_trailing_jumping_fish01.prt", - "pt_trailing_jumping_fish02.prt", - "pt_trailing_jumping_fish03.prt", - "pt_trailing_leaves.prt", - "pt_trailing_lightsaber_strike_3.prt", - "pt_trailing_md_explosion_a4_smoke.prt", - "pt_trailing_md_explosion_a4_smoke_2.prt", - "pt_trailing_md_explosion_dirt.prt", - "pt_trailing_mustafar_crystal_drain.prt", - "pt_trailing_partydroid_confetti_bombs.prt", - "pt_trailing_partydroid_electricfog.prt", - "pt_trailing_partydroid_electricring4.prt", - "pt_trailing_partydroid_lasers.prt", - "pt_trailing_partydroid_mindbloom.prt", - "pt_trailing_partydroid_mindbloom_twinkles.prt", - "pt_trailing_poi_coil_electricity.prt", - "pt_trailing_poi_electricity_2x2.prt", - "pt_trailing_poi_explosion.prt", - "pt_trailing_psg_hit_mark_1.prt", - "pt_trailing_psg_hit_mark_2.prt", - "pt_trailing_psg_hit_mark_3.prt", - "pt_trailing_psg_on_mark_1.prt", - "pt_trailing_psg_on_mark_2.prt", - "pt_trailing_psg_on_mark_3.prt", - "pt_trailing_rocket_barrage.prt", - "pt_trailing_rocket_barrage_falling_rocket.prt", - "pt_trailing_rocket_barrage_wind_up.prt", - "pt_trailing_rocket_tracer.prt", - "pt_trailing_shooting_sparks.prt", - "pt_trailing_siren_sm.prt", - "pt_trailing_sky_battle_tie_bolts.prt", - "pt_trailing_sky_battle_tie_vs_x-wing.prt", - "pt_trailing_sky_battle_tie_vs_x-wing_2.prt", - "pt_trailing_sky_battle_tie_vs_x-wing_2_fire.prt", - "pt_trailing_sky_battle_tie_vs_x-wing_3.prt", - "pt_trailing_sky_battle_tie_vs_x-wing_3_poof.prt", - "pt_trailing_sky_battle_tie_vs_x-wing_3_poof_trails.prt", - "pt_trailing_smokeandembers_weightless_lg_a1.prt", - "pt_trailing_smokeandembers_weightless_lg_a2.prt", - "pt_trailing_smokeandembers_weightless_lg_a4.prt", - "pt_trailing_smoke_asteroids.prt", - "pt_trailing_smoke_grey.prt", - "pt_trailing_smoke_grey_burning.prt", - "pt_trailing_smoke_weightless_lg.prt", - "pt_trailing_sparks.prt", - "pt_trailing_sparks_blue.prt", - "pt_trailing_sparks_green.prt", - "pt_trailing_sparks_red.prt", - "pt_trailing_sparks_weightless.prt", - "pt_trailing_sparks_weightless_lg.prt", - "pt_trailing_survey_gas_sample.prt", - "pt_trailing_survey_gas_sample_a1.prt", - "pt_trailing_survey_liquid_sample.prt", - "pt_trailing_survey_liquid_sample_a1.prt", - "pt_trailing_survey_lumber_sample_.prt", - "pt_trailing_survey_mineral_sample_.prt", - "pt_trailing_survey_moisture_sample.prt", - "pt_trailing_tar_bubbles.prt", - "pt_trailing_tar_bubbles_group.prt", - "pt_trailing_tar_spirt.prt", - "pt_trailing_taunt_creature.prt", - "pt_trailing_taunt_creature_hit.prt", - "pt_trailing_ui_force_effect.prt", - "pt_trailing_water_rings.prt", - "pt_trailing_webber_spray.prt", - "pt_trailing_whitesparks_lg.prt", - "pt_trailing_whitesparks_med.prt", - "pt_tranquilizing_dart.prt", - "pt_transport_thruster.prt", - "pt_transport_thruster02.prt", - "pt_tr_entertainer_special_2.prt", - "pt_tr_entertainer_special_5.prt", - "pt_turret_0_miss_terrain.prt", - "pt_turtle_floating.prt", - "pt_turtle_floating_swimming.prt", - "pt_ui_firecracker.prt", - "pt_ui_firecracker_explosion.prt", - "pt_ui_fog.prt", - "pt_ui_force_effect.prt", - "pt_ui_force_lightning_effect.prt", - "pt_ui_gloppy.prt", - "pt_ui_gloppy_01.prt", - "pt_ui_gloppy_02.prt", - "pt_ui_halo.prt", - "pt_ui_lines.prt", - "pt_ui_rotating_lines.prt", - "pt_ui_scanlines.prt", - "pt_ui_sparkly.prt", - "pt_ui_sparkly2.prt", - "pt_ui_sparks.prt", - "pt_ui_subtle_glow.prt", - "pt_vehicle_dust_trail.prt", - "pt_vehicle_water_trail.prt", - "pt_warcry_player.prt", - "pt_waterbugs.prt", - "pt_waterfalling_200m.prt", - "pt_waterfallling_slow.prt", - "pt_waterfall_crest.prt", - "pt_waterfall_kashyyyk_10x4.prt", - "pt_waterfall_kashyyyk_20x20.prt", - "pt_waterfall_kashyyyk_20x33.prt", - "pt_waterfall_kashyyyk_20x43.prt", - "pt_waterfall_kashyyyk_20x50.prt", - "pt_waterfall_kashyyyk_5x30.prt", - "pt_waterfall_kashyyyk_5x50.prt", - "pt_waterfall_kashyyyk_all_s01.prt", - "pt_waterfall_mist.prt", - "pt_waterfall_mist_med.prt", - "pt_waterfall_mist_small.prt", - "pt_waterfall_spray.prt", - "pt_waterfall_spray_small.prt", - "pt_waterfall_whitewater_s02_l0.prt", - "pt_waterfall_whitewater_s02_l1.prt", - "pt_water_drop_base.prt", - "pt_water_drop_multi.prt", - "pt_water_drop_nosound.prt", - "pt_water_drop_sound.prt", - "pt_water_rings.prt", - "pt_waypoint_ai_s01_blue.prt", - "pt_waypoint_ai_s01_cyan.prt", - "pt_waypoint_ai_s01_green.prt", - "pt_waypoint_ai_s01_orange.prt", - "pt_waypoint_ai_s01_red.prt", - "pt_waypoint_ai_s01_violet.prt", - "pt_waypoint_ai_s01_white.prt", - "pt_waypoint_ai_s01_yellow.prt", - "pt_waypoint_ai_s02_blue.prt", - "pt_waypoint_ai_s02_cyan.prt", - "pt_waypoint_ai_s02_green.prt", - "pt_waypoint_ai_s02_orange.prt", - "pt_waypoint_ai_s02_red.prt", - "pt_waypoint_ai_s02_violet.prt", - "pt_waypoint_ai_s02_white.prt", - "pt_waypoint_ai_s02_yellow.prt", - "pt_waypoint_blue.prt", - "pt_waypoint_green.prt", - "pt_waypoint_orange.prt", - "pt_waypoint_red.prt", - "pt_waypoint_white.prt", - "pt_waypoint_yellow.prt", - "pt_weather_asteroid_shower.prt", - "pt_weather_asteroid_shower_single.prt", - "pt_webber.prt", - "pt_whitesparks_lg.prt", - "pt_whitesparks_med.prt", - "pt_whitesparks_small.prt", - "pt_wind_up.prt", - "pt_wp_bolt_carbine.prt", - "pt_wp_bolt_mode1.prt", - "pt_wp_bolt_mode2.prt", - "pt_wp_bolt_mode3.prt", - "pt_wp_bolt_pistol.prt", - "pt_wp_bolt_rifle.prt", - "pt_wp_hit_acid.prt", - "pt_wp_hit_carbine.prt", - "pt_wp_hit_cold.prt", - "pt_wp_hit_electric.prt", - "pt_wp_hit_energy.prt", - "pt_wp_hit_heat.prt", - "pt_wp_hit_kinetic.prt", - "pt_wp_hit_launcher.prt", - "pt_wp_hit_mode1.prt", - "pt_wp_hit_mode2.prt", - "pt_wp_hit_mode3.prt", - "pt_wp_hit_pistol.prt", - "pt_wp_hit_rifle.prt", - "pt_wp_hit_ring.prt", - "pt_wp_miss_creature.prt", - "pt_wp_miss_nothing.prt", - "pt_wp_miss_other.prt", - "pt_wp_miss_terrain.prt", - "pt_wp_miss_water.prt", - "pt_wp_muzzle_carbine.prt", - "pt_wp_muzzle_mode1.prt", - "pt_wp_muzzle_mode2.prt", - "pt_wp_muzzle_mode3.prt", - "pt_wp_muzzle_pistol.prt", - "pt_wp_muzzle_rifle.prt", - "pt_wp_pistol_launcher_pistol_bolt.prt", - "pt_wp_pistol_launcher_pistol_trailing_flock.prt", - "pt_wp_pistol_launcher_pistol_trailing_smoke.prt", - "skill_up_swh.swh", - "space_info_disk.msh", - "sw_acid_spray_green.swh", - "sw_basic_bloody_red.swh", - "sw_basic_subtle_red.swh", - "sw_basic_white.swh", - "sw_bowcaster_color_bands_green.swh", - "sw_bubble_bolt.swh", - "sw_color_bands.swh", - "sw_color_bands_blue.swh", - "sw_color_bands_purple.swh", - "sw_color_bands_subtle.swh", - "sw_entertainer_purple.swh", - "sw_entertainer_sparkly.swh", - "sw_flaming_sword.swh", - "sw_glowing_streaked_blur_purple.swh", - "sw_glowstick.swh", - "sw_light_saber_red.swh", - "sw_light_saber_white.swh", - "sw_lines.swh", - "sw_lines_nightsister.swh", - "sw_metalpolearm.swh", - "sw_mode1.swh", - "sw_mode2.swh", - "sw_mode3.swh", - "sw_polearm_brown.swh", - "sw_polearm_dark_brown.swh", - "sw_red_ribbon.swh", - "sw_rings_bolt.swh", - "sw_simple_punch_white.swh", - "sw_smoke_animated.swh", - "sw_soft_white.swh", - "sw_sparkling_sword.swh", - "sw_stoneknife.swh", - "sw_streaked.swh", - "sw_streaked_blur_purple.swh", - "sw_streaked_glow.swh", - "sw_streaky_glow_coolwhite.swh", - "sw_trailing_find_path_glow.swh", - "sw_vibroaxe.swh", - "sw_vibrolance.swh", - "sw_woodpolearm_color_bands.swh", - "test_dustpoof.prt", - "test_flamethrower.prt", - "pt_artillerystrike.prt", - "pt_aerialstrike.prt", - "pt_acidfield_medium.prt", - "pt_firefield_medium.prt", - "pt_poisonfield_medium.prt", - "pt_electricalfield_medium.prt", - "pt_lavafield_medium.prt", - "pt_webbomb.prt", - "pt_razornet.prt", - "pt_mancatcher.prt", - "pt_spiketrap.prt", - "pt_tanglebomb.prt", - "pt_razorwire.prt", - "pt_orbitalstrike.prt", - "pt_phosporous_grenade.prt", - "pt_shii_cho_strike.prt", - "pt_focused_strike.prt", - "pt_atarufocus.prt", - "pt_centeredstrike.prt", - "pt_centerofbeing.prt", - "pt_force_lightning_start_forcebolt.prt", - "pt_maskashi_focus.prt", - "pt_maskashi_focus_base.prt", - "pt_grenade_shock.prt", - "pt_grenade_compression.prt", - "pt_grenade_seismic.prt", - "ui_waypoint.spr" - }; - public void cleanScriptVars(obj_id player) throws InterruptedException - { - obj_id self = getSelf(); - utils.removeScriptVarTree(player, "particlebrowser"); - utils.removeScriptVarTree(self, "particlebrowser"); - setObjVar(player, "particlebrowser", true); - } - public void closeOldWindow(obj_id player) throws InterruptedException - { - String playerPath = "particlebrowser."; - if (utils.hasScriptVar(player, "particlebrowser.pid")) - { - int oldpid = utils.getIntScriptVar(player, "particlebrowser.pid"); - forceCloseSUIPage(oldpid); - utils.removeScriptVar(player, "particlebrowser.pid"); - } - } - public void setWindowPid(obj_id player, int pid) throws InterruptedException - { - if (pid > -1) - { - utils.setScriptVar(player, "particlebrowser.pid", pid); - } - } - public void showWindow(obj_id player, Vector items) throws InterruptedException - { - closeOldWindow(player); - int pid = sui.listbox(player, player, "Select Particle", sui.OK_CANCEL, "Particle Browser", items, "msgParticleBrowser", true); - sui.showSUIPage(pid); - setWindowPid(player, pid); - } - public void showWindow(obj_id player, String[] items) throws InterruptedException - { - closeOldWindow(player); - int pid = sui.listbox(player, player, "Select Particle", sui.OK_CANCEL, "Particle Browser", items, "msgParticleBrowser", true); - sui.showSUIPage(pid); - setWindowPid(player, pid); - } - public int OnHearSpeech(obj_id self, obj_id speaker, String text) throws InterruptedException - { - if (speaker != self) - { - return SCRIPT_CONTINUE; - } - text = toLower(text); - if (text.startsWith("showparticles")) - { - String filter = "all"; - String filter2 = "all"; - StringTokenizer st = new StringTokenizer(text); - int tokenCount = st.countTokens(); - if (tokenCount > 1) - { - st.nextToken(); - filter = st.nextToken(); - } - else if (utils.hasScriptVar(speaker, "particlebrowser.filter")) - { - filter = utils.getStringScriptVar(speaker, "particlebrowser.filter"); - } - if (tokenCount > 2) - { - filter2 = st.nextToken(); - } - else if (utils.hasScriptVar(speaker, "particlebrowser.filter2")) - { - filter2 = utils.getStringScriptVar(speaker, "particlebrowser.filter2"); - } - if (filter.length() < 1) - { - filter = "all"; - } - if (filter2.length() < 1) - { - filter2 = "all"; - } - utils.setScriptVar(speaker, "particlebrowser.filter", filter); - utils.setScriptVar(speaker, "particlebrowser.filter2", filter2); - Vector itms = new Vector(); - for (String particle : particles) { - if ((filter.equals("all") || particle.contains(filter)) && (filter2.equals("all") || particle.contains(filter2))) { - itms.add(particle); - } - } - sendSystemMessageTestingOnly(speaker, "Found " + itms.size() + " particles that fit your filters of '" + filter + "' and '" + filter2); - showWindow(speaker, itms); - utils.setBatchScriptVar(speaker, "particlebrowser", itms); - } - return SCRIPT_CONTINUE; - } - public int msgParticleBrowser(obj_id self, dictionary params) throws InterruptedException - { - if ((params == null) || (params.isEmpty())) - { - return SCRIPT_CONTINUE; - } - obj_id player = sui.getPlayerId(params); - int btn = sui.getIntButtonPressed(params); - int idx = sui.getListboxSelectedRow(params); - if (btn == sui.BP_CANCEL) - { - cleanScriptVars(player); - closeOldWindow(player); - return SCRIPT_CONTINUE; - } - Vector itms = utils.getResizeableStringBatchScriptVar(player, "particlebrowser"); - if (idx >= itms.size()) - { - cleanScriptVars(player); - closeOldWindow(player); - return SCRIPT_CONTINUE; - } - utils.setScriptVar(player, "particlebrowser.index", idx); - String particle = (String)itms.get(idx); - obj_id target = getLookAtTarget(player); - if (!isIdValid(target)) - { - target = self; - } - playClientEffectLoc(target, "appearance/" + particle, getLocation(target), 0.0f); - sendSystemMessageTestingOnly(player, "Playing particle " + particle); - int startIdx = 0; - if (utils.hasScriptVar(player, "particlebrowser.index")) - { - - } - - { - startIdx = utils.getIntScriptVar(player, "particlebrowser.index"); - } - while (startIdx > 0) - { - itms.add(itms.get(0)); - itms.removeElementAt(0); - startIdx--; - } - utils.setBatchScriptVar(player, "particlebrowser", itms); - showWindow(player, itms); - return SCRIPT_CONTINUE; - } -} From 194ffc57f702a53e61b0b752f5bfd241dbae3571 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Fri, 16 Jul 2021 11:50:06 -0400 Subject: [PATCH 033/107] WoD Mutant Rancor Lair/Boss Refactor --- .../specific_npc/mutant_rancor_boss.tab | 22 ++ .../loot/loot_types/creature/rancor_loot.tab | 50 ++-- .../loot/loot_types/theme_park/wod.tab | 3 + .../game/datatables/mob/creatures.tab | 78 +++--- .../spawning/theme_park/wod_rancor_cave.tab | 83 ++++--- .../game/script/conversation/wod_kyrisa.java | 163 +++++++++--- .../compiled/game/script/library/combat.java | 19 ++ .../theme_park/dungeon/generic_spawner.java | 25 ++ .../wod/corrupted_rancor_cage_controller.java | 102 ++++++++ .../wod/corrupted_rancor_mutation_npc.java | 235 ++++++++++++++++++ .../theme_park/wod/mutant_rancor_npc.java | 44 ++++ .../wod/wod_mutant_rancor_combat.java | 229 ----------------- 12 files changed, 683 insertions(+), 370 deletions(-) create mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_items/specific_npc/mutant_rancor_boss.tab create mode 100644 sku.0/sys.server/compiled/game/datatables/loot/loot_types/theme_park/wod.tab create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_cage_controller.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_mutation_npc.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/mutant_rancor_npc.java delete mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/wod_mutant_rancor_combat.java diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_items/specific_npc/mutant_rancor_boss.tab b/sku.0/sys.server/compiled/game/datatables/loot/loot_items/specific_npc/mutant_rancor_boss.tab new file mode 100644 index 0000000000..cfd510dfb4 --- /dev/null +++ b/sku.0/sys.server/compiled/game/datatables/loot/loot_items/specific_npc/mutant_rancor_boss.tab @@ -0,0 +1,22 @@ +strItemType +s +item_wod_bossloot_ns_bracer +item_wod_bossloot_smc_bicep_l +item_wod_bossloot_smc_bicep_l +item_wod_bossloot_smc_bicep_l +item_wod_bossloot_smc_bicep_l +item_wod_bossloot_smc_bicep_r +item_wod_bossloot_smc_bicep_r +item_wod_bossloot_smc_bicep_r +item_wod_bossloot_smc_bicep_r +item_wod_bossloot_smc_bracer_l +item_wod_bossloot_smc_bracer_l +item_wod_bossloot_smc_bracer_r +item_wod_bossloot_smc_bracer_r +item_treasure_map_81_90 +item_treasure_map_81_90 +object/tangible/component/weapon/vibro_unit_nightsister.iff +dynamic_armor_boss +dynamic_armor_boss +dynamic_clothing_boss +dynamic_clothing_boss diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/creature/rancor_loot.tab b/sku.0/sys.server/compiled/game/datatables/loot/loot_types/creature/rancor_loot.tab index 0f10a9949b..a287c21f05 100755 --- a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/creature/rancor_loot.tab +++ b/sku.0/sys.server/compiled/game/datatables/loot/loot_types/creature/rancor_loot.tab @@ -1,25 +1,25 @@ -rancor_81_90 bull_rancor_81_90 rancor_monstrous_brute_81_90 enraged_rancor_81_90 enraged_bull_rancor_81_90 -s s s s s -cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard -cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard -cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard -cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard -cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss -cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss -cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard -cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard -cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard -cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard -cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard -cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss -cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss -cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard -cash_loot/creature_cash_loot_81_90 crafting_loot/saber_crystals_medium:power_crystal crafting_loot/saber_crystals_medium:power_crystal crafting_loot/saber_crystals_medium:power_crystal crafting_loot/saber_crystals_medium:power_crystal -cash_loot/creature_cash_loot_81_90 wearables/jedi_robes_high wearables/jedi_robes_high wearables/jedi_robes_high wearables/jedi_robes_high -cash_loot/creature_cash_loot_81_90 -cash_loot/creature_cash_loot_81_90 -consumables/simple_consumables_81_90 -consumables/simple_consumables_81_90 -consumables/simple_consumables_81_90 -weapons/ranged_81_90 -weapons/melee_81_90 +rancor_81_90 bull_rancor_81_90 rancor_monstrous_brute_81_90 enraged_rancor_81_90 enraged_bull_rancor_81_90 mutant_rancor_81_90 +s s s s s s +cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard +cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard +cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard +cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard +cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss +cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss +cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard +cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard +cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard wearables/dynamic_clothing_standard +cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard +cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard wearables/dynamic_armor_standard +cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss wearables/dynamic_armor_boss +cash_loot/creature_cash_loot_81_90 wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss wearables/dynamic_clothing_boss +cash_loot/creature_cash_loot_81_90 wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard wearables/dynamic_armor_jedi_standard +cash_loot/creature_cash_loot_81_90 crafting_loot/saber_crystals_medium:power_crystal crafting_loot/saber_crystals_medium:power_crystal crafting_loot/saber_crystals_medium:power_crystal crafting_loot/saber_crystals_medium:power_crystal crafting_loot/saber_crystals_medium:power_crystal +cash_loot/creature_cash_loot_81_90 wearables/jedi_robes_high wearables/jedi_robes_high wearables/jedi_robes_high wearables/jedi_robes_high wearables/jedi_robes_high +cash_loot/creature_cash_loot_81_90 cash_loot/creature_cash_loot_81_90 +cash_loot/creature_cash_loot_81_90 cash_loot/creature_cash_loot_81_90 +consumables/simple_consumables_81_90 crafting_loot/weapon_components:wp_comp_81_90 +consumables/simple_consumables_81_90 crafting_loot/weapon_components:wp_comp_81_90 +consumables/simple_consumables_81_90 crafting_loot/saber_crystals_high:power_crystal +weapons/ranged_81_90 +weapons/melee_81_90 diff --git a/sku.0/sys.server/compiled/game/datatables/loot/loot_types/theme_park/wod.tab b/sku.0/sys.server/compiled/game/datatables/loot/loot_types/theme_park/wod.tab new file mode 100644 index 0000000000..3bf8b8b97d --- /dev/null +++ b/sku.0/sys.server/compiled/game/datatables/loot/loot_types/theme_park/wod.tab @@ -0,0 +1,3 @@ +mutant_rancor_boss spider_queen_consort spider_queen_guard spider_queen_boss +s s s s +specific_npc/mutant_rancor_boss diff --git a/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab b/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab index 2e134cb8ee..2cc18933b5 100755 --- a/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab +++ b/sku.0/sys.server/compiled/game/datatables/mob/creatures.tab @@ -3495,7 +3495,7 @@ mutant_bark_mite_queen 30 5 1 0 0 NORMAL rori mutant_bark_mite bark_mite_hue mutant_bark_mite_soldier 20 4 2 0 0 NORMAL rori mutant_bark_mite bark_mite_hue.iff 5.7 6 3 30 30 -1 20 20 -1 -1 -1 2 1 25 meat_insect 20 hide_bristley defaultProfile creature/insect_11_20 generic_creature_2 18 bark_mite carnivore object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff object/weapon/ranged/creature/creature_spit_large_toxicgreen.iff roach_2 roach_2 6 6 1 yes mutant_bark_mite_worker 8 2 4 0 -2 NORMAL rori mutant_bark_mite bark_mite_hue.iff 3.5 4 3 5 5 0 0 0 0 0 -1 2 1 15 meat_insect 10 hide_bristley defaultProfile creature/insect_1_10 generic_creature_1 18 bark_mite carnivore roach_1 roach_1 4 4 1 yes mutant_baz_nitch 63 0 0 0 0 NORMAL dathomir baz_nitch baz_nitch_hue.iff 1 1.5 1 0 0 0 0 0 0 0 0 2 1 5 meat_wild 3 hide_leathery 3 bone_mammal defaultProfile creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 0.1 highAttackDamageAvg herbivore turkey_4 turkey_4 12 12 instant -mutant_rancor 89 0 0 0 0 ELITE dathomir rancor beast_master/bm_mutated_rancor.iff 1.3 1.4 1 45 60 0 100 100 100 0 0 2 1 1020 meat_carnivore 901 hide_leathery 851 bone_mammal defaultProfile 1 80 npc/elite_npc:elite_npc_81_90 elite_creature_9 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 gorilla_5 gorilla_5 5 5 1 +mutant_rancor 89 0 0 0 0 ELITE dathomir rancor beast_master/bm_mutated_rancor.iff 1.3 1.4 1 45 60 0 100 100 100 0 0 2 1 1020 meat_carnivore 901 hide_leathery 851 bone_mammal defaultProfile 2 80 creature/rancor_loot:mutant_rancor_81_90 elite_creature_8 col_rancor_parts,housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 carnivore root_defense=100,snare_defense=100 theme_park.wod.mutant_rancor_npc gorilla_5 gorilla_5 5 5 1 mutant_womprat 12 0 -1 0 -4 NORMAL Tatooine - to be sorted tatooine womprat womp_rat_hue.iff 1.2 1.6 2 10 15 0 0 0 0 15 -1 2 1 6 meat_wild 5 hide_leathery 4 bone_mammal defaultProfile creature/creature_11_20 generic_creature_2 18 womprat 0.15 lowAttackAbilityWeak carnivore rat_1 rat_1 6 2 mutated_borgax_mount 1 0 0 0 0 NORMAL tatooine bioengineer beast_master/bm_mutated_borgax.iff 1 1 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 mutated_cu_pa_mount 1 0 0 0 0 NORMAL tatooine bioengineer beast_master/bm_mutated_cu_pa.iff 1.25 1.25 4 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 @@ -6701,9 +6701,9 @@ vendor_bm_0 100 0 0 0 0 ELITE anywhere jabba vendor_bm_0.iff 1 1 0 0 0 0 vendor_bm_1 100 0 0 0 0 ELITE anywhere jabba vendor_bm_1.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_1,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor 0 0 vendor_bm_2 100 0 0 0 0 ELITE anywhere jabba vendor_bm_2.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_2,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor vendor_bm_3 100 0 0 0 0 ELITE anywhere jabba vendor_bm_3.iff 1 1 0 0 0 0 0 0 0 0 -1 2 0 0 npc 1 string:item.vendor.vendor_table=bm_vendor_3,int:ai.noClap=1 npc.vendor.vendor,conversation.bm_vendor -wod_spider_queen_guard 91 0 0 0 5 BOSS dathomir spider_nightsister spider_nightsister razor_angler_hue.iff 2.8 2.8 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore int:bm_doNotShowExamineInfo=1 generic_creature_special_6 generic_creature_special_6 12 12 instant 15.0 item_razor_angler_dna -wod_spider_queen_consort 92 0 0 0 5 ELITE dathomir spider_nightsister spider_nightsister spider_queen_consort.iff 2.9 2.9 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore int:bm_doNotShowExamineInfo=1 generic_creature_special_6 generic_creature_special_6 12 12 instant 15.0 item_spiderclan_consort_dna -wod_spider_queen_boss 96 5 5 0 5 BOSS dathomir spider_nightsister spider_nightsister angler_queen.iff 4.2 4.5 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 npc/boss_npc:boss_npc_81_90 boss_npc_9 col_shattered_shard_02 18 nightsister carnivore 100 100 100 100 expertise_glancing_blow_reduction=100,expertise_glancing_blow_ranged=100 int:bm_doNotShowExamineInfo=1 generic_creature_special_6 generic_creature_special_6 12 12 instant 15.0 item_spiderclan_queen_dna +wod_spider_queen_guard 91 0 0 0 5 BOSS dathomir spider_nightsister spider_nightsister razor_angler_hue.iff 2.8 2.8 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 1 100 theme_park/wod:spider_queen_guard col_shattered_shard_02 18 nightsister carnivore int:bm_doNotShowExamineInfo=1 generic_creature_special_6 generic_creature_special_6 12 12 instant 15.0 item_razor_angler_dna +wod_spider_queen_consort 92 0 0 0 5 ELITE dathomir spider_nightsister spider_nightsister spider_queen_consort.iff 2.9 2.9 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 1 100 theme_park/wod:spider_queen_consort col_shattered_shard_02 18 nightsister carnivore int:bm_doNotShowExamineInfo=1 generic_creature_special_6 generic_creature_special_6 12 12 instant 15.0 item_spiderclan_consort_dna +wod_spider_queen_boss 96 5 5 0 5 BOSS dathomir spider_nightsister spider_nightsister angler_queen.iff 4.2 4.5 3 0 60 0 100 100 100 0 0 2 1 1100 meat_carnivore 1000 hide_leathery 950 bone_mammal defaultProfile 3 100 theme_park/wod:spider_queen_boss col_shattered_shard_02 18 nightsister carnivore 100 100 100 100 expertise_glancing_blow_reduction=100,expertise_glancing_blow_ranged=100 int:bm_doNotShowExamineInfo=1 generic_creature_special_6 generic_creature_special_6 12 12 instant 15.0 item_spiderclan_queen_dna binjinphant_forest_small 64 0 0 0 0 NORMAL endor binjinphant beast_master/bm_binjinphant.iff 0.3 0.6 1 0 0 0 0 0 0 0 -1 2 1 meat_reptilian hide_scaley bone_mammal defaultProfile 1 100 creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes binjinphant_forest_medium 66 0 0 0 0 NORMAL endor binjinphant beast_master/bm_binjinphant.iff 0.9 1.1 1 0 0 0 0 0 0 0 -1 2 1 meat_reptilian hide_scaley bone_mammal defaultProfile 1 100 creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes binjinphant_forest_large 68 0 0 0 0 NORMAL endor binjinphant beast_master/bm_binjinphant.iff 1.3 1.6 1 0 0 0 0 0 0 0 -1 2 1 meat_reptilian hide_scaley bone_mammal defaultProfile 1 100 creature/creature_61_70 generic_creature_7 housing_improvement_04,col_story_count_dooku_set_1,col_story_count_dooku_set_2,col_glass_shelving_02 medAttackUtilityAvg carnivore object/weapon/ranged/creature/creature_spit_large_green.iff object/weapon/ranged/creature/creature_spit_large_green.iff mantis_4 mantis_4 12 12 yes @@ -6711,41 +6711,41 @@ binjinphant_mount 1 0 0 0 0 NORMAL global binjinphant_mount beast_master/bm_ reptilian_flier_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_reptilian_flier_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes whisper_bird_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_whisper_bird_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes snorbal_mount 1 0 0 0 0 NORMAL mount tatooine bioengineer beast_master/bm_snorbal_mount.iff 1 1 0 0 0 0 0 0 0 0 0 2 defaultProfile creature/creature_1_10 herbivore 0 2 yes -wod_omogg_rep 90 0 0 0 0 NORMAL global wod dressed_wod_omogg_rep.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_omogg_rep 0 0 -wod_rubina 90 0 0 0 0 NORMAL global wod dressed_wod_rubina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rubina 0 0 -wod_outcast_1 90 0 0 0 0 NORMAL global wod wod_outcast_1.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast1 0 0 -wod_outcast_2 90 0 0 0 0 NORMAL global wod wod_outcast_2.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast2 0 0 -wod_outcast_3 90 0 0 0 0 NORMAL global wod wod_outcast_3.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast3 0 0 -wod_outcast_4 90 0 0 0 0 NORMAL global wod wod_outcast_4.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast4 0 0 -wod_outcast_5 90 0 0 0 0 NORMAL global wod wod_outcast_5.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast5 0 0 -wod_outcast_6 90 0 0 0 0 NORMAL global wod wod_outcast_6.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast6 0 0 -wod_outcast_7 90 0 0 0 0 NORMAL global wod wod_outcast_7.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast7 0 0 -wod_gatekeeper_saik 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_guide 0 0 -wod_spellweaver_leandra 90 0 0 0 0 NORMAL global wod dressed_herald_dathomir_nsister_cave_leandra.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_leandra 0 0 -wod_satra_herbalist 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_herbs 0 0 -wod_ns_vendor 90 0 0 0 0 NORMAL global wod npc_dressed_wod_ns_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_ns_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_ns_vendor 0 0 -wod_culinarian_kais 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_obfuscatrix.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_food 0 0 -wod_rancor_fath 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_rancor_tamer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_mistress 0 0 -wod_tamer_diax 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_spellweaver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_tamer_diax 0 0 -wod_sage_num 90 0 0 0 0 NORMAL global wod dressed_dathomir_nightsister_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_sage 0 0 -wod_ghost_witch 90 0 0 0 0 NORMAL global wod dressed_wod_ghost_clan_mother.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ghost_witch 0 0 -wod_sm_food_vhaunda 90 0 0 0 0 NORMAL global wod dressed_vhaunda.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_food 0 0 -wod_sm_azzenaj 90 0 0 0 0 NORMAL global wod dressed_herald_dathomir_nsister_cave_azzenaj.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_azzenaj 0 0 -wod_sm_herbalist_telo 90 0 0 0 0 NORMAL global wod dressed_dathomir_sing_mt_clan_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_herbs 0 0 -wod_sm_vurlene 90 0 0 0 0 NORMAL global wod dressed_vurlene.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_guide 0 0 -wod_sm_rancor_handler_izaryx 90 0 0 0 0 NORMAL global wod dressed_izaryx.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_handler_izaryx 0 0 -wod_sm_rancor_tamer_zideera 90 0 0 0 0 NORMAL global wod wod_sm_rancor_handler.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_tamer_zideera 0 0 -wod_sm_sage_ha'zel 90 0 0 0 0 NORMAL global wod dressed_dathomir_sing_mt_clan_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_sage 0 0 -wod_sm_klee 90 0 0 0 0 NORMAL global wod dressed_aujante_klee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_klee 0 0 -wod_sm_vendor 90 0 0 0 0 NORMAL global wod dressed_wod_sm_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_sm_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_sm_vendor 0 0 +wod_omogg_rep 90 0 0 0 0 NORMAL dathomir wod dressed_wod_omogg_rep.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_omogg_rep 0 0 +wod_rubina 90 0 0 0 0 NORMAL dathomir wod dressed_wod_rubina.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rubina 0 0 +wod_outcast_1 90 0 0 0 0 NORMAL dathomir wod wod_outcast_1.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast1 0 0 +wod_outcast_2 90 0 0 0 0 NORMAL dathomir wod wod_outcast_2.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast2 0 0 +wod_outcast_3 90 0 0 0 0 NORMAL dathomir wod wod_outcast_3.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast3 0 0 +wod_outcast_4 90 0 0 0 0 NORMAL dathomir wod wod_outcast_4.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast4 0 0 +wod_outcast_5 90 0 0 0 0 NORMAL dathomir wod wod_outcast_5.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast5 0 0 +wod_outcast_6 90 0 0 0 0 NORMAL dathomir wod wod_outcast_6.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast6 0 0 +wod_outcast_7 90 0 0 0 0 NORMAL dathomir wod wod_outcast_7.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_outcast7 0 0 +wod_gatekeeper_saik 90 0 0 0 0 NORMAL dathomir wod dressed_dathomir_nightsister_guardian.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_guide 0 0 +wod_spellweaver_leandra 90 0 0 0 0 NORMAL dathomir wod dressed_herald_dathomir_nsister_cave_leandra.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_leandra 0 0 +wod_satra_herbalist 90 0 0 0 0 NORMAL dathomir wod dressed_dathomir_nightsister_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_herbs 0 0 +wod_ns_vendor 90 0 0 0 0 NORMAL dathomir wod npc_dressed_wod_ns_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_ns_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_ns_vendor 0 0 +wod_culinarian_kais 90 0 0 0 0 NORMAL dathomir wod dressed_dathomir_nightsister_obfuscatrix.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_witch_food 0 0 +wod_rancor_fath 90 0 0 0 0 NORMAL dathomir wod dressed_dathomir_nightsister_rancor_tamer.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_mistress 0 0 +wod_tamer_diax 90 0 0 0 0 NORMAL dathomir wod dressed_dathomir_nightsister_spellweaver.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_rancor_tamer_diax 0 0 +wod_sage_num 90 0 0 0 0 NORMAL dathomir wod dressed_dathomir_nightsister_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ns_sage 0 0 +wod_ghost_witch 90 0 0 0 0 NORMAL dathomir wod dressed_wod_ghost_clan_mother.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_ghost_witch 0 0 +wod_sm_food_vhaunda 90 0 0 0 0 NORMAL dathomir wod dressed_vhaunda.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_food 0 0 +wod_sm_azzenaj 90 0 0 0 0 NORMAL dathomir wod dressed_herald_dathomir_nsister_cave_azzenaj.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_azzenaj 0 0 +wod_sm_herbalist_telo 90 0 0 0 0 NORMAL dathomir wod dressed_dathomir_sing_mt_clan_herbalist.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_witch_herbs 0 0 +wod_sm_vurlene 90 0 0 0 0 NORMAL dathomir wod dressed_vurlene.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_guide 0 0 +wod_sm_rancor_handler_izaryx 90 0 0 0 0 NORMAL dathomir wod dressed_izaryx.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_handler_izaryx 0 0 +wod_sm_rancor_tamer_zideera 90 0 0 0 0 NORMAL dathomir wod wod_sm_rancor_handler.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_rancor_tamer_zideera 0 0 +wod_sm_sage_ha'zel 90 0 0 0 0 NORMAL dathomir wod dressed_dathomir_sing_mt_clan_sage.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_sm_sage 0 0 +wod_sm_klee 90 0 0 0 0 NORMAL dathomir wod dressed_aujante_klee.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_klee 0 0 +wod_sm_vendor 90 0 0 0 0 NORMAL dathomir wod dressed_wod_sm_vendor.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 string:item.vendor.vendor_table=wod_sm_vendor,int:ai.noClap=1 npc.vendor.vendor,conversation.wod_sm_vendor 0 0 spider_nightsister_obfuscatrix 88 5 5 0 -2 ELITE dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_spellweaver.iff 0 35 85 100 50 100 100 50 100 2 1 80 npc/elite_npc:elite_force_light_npc_71_80 elite_npc_8 4 col_jedi_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_03 18 dath_spider npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 9 3 instant -wod_rescue_initiate 90 0 0 0 0 NORMAL global wod dressed_wod_gray_outcast_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rescue_initiate 0 0 -wod_spiderclan_matron 90 0 0 0 0 NORMAL global spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_matron.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_queen_mother 0 0 -wod_first_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_first_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_first_sister 0 0 -wod_second_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_second_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_second_sister 0 0 -wod_third_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_third_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_third_sister 0 0 -giant_whuffa_worm 91 0 0 0 0 ELITE dathomir wod whuffa_worm.iff 3 3 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 0 0 +wod_rescue_initiate 90 0 0 0 0 NORMAL dathomir wod dressed_wod_gray_outcast_01.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_rescue_initiate 0 0 +wod_spiderclan_matron 90 0 0 0 0 NORMAL dathomir spider_nightsister spider_nightsister dressed_dathomir_spider_nightsister_matron.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_queen_mother 0 0 +wod_first_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_first_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_first_sister 0 0 +wod_second_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_second_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_second_sister 0 0 +wod_third_sister_aggro 91 0 0 0 0 ELITE dathomir wod wod_third_sister.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/elite_npc:elite_npc_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_third_sister 0 0 +giant_whuffa_worm 91 0 0 0 0 ELITE dathomir wod whuffa_worm.iff 3 3 0 0 0 0 0 0 0 0 0 2 creature/elite_creature:elite_creature_81_90 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 0 0 wod_reanimated_slave 90 0 0 0 0 NORMAL dathomir wod wod_reanimated_slave_all 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant wod_reanimated_witch 90 0 0 0 0 NORMAL dathomir wod wod_reanimated_witch_all 0 0 100 0 100 100 100 100 100 2 1 80 npc/elite_npc:elite_force_dark_npc_81_90 elite_npc_9 col_nightsister_valuables,col_sith_holocron,col_dejarik_holomonster,col_dejarik_table,col_shattered_shard_02 18 nightsister npc root_defense=100,snare_defense=100 force_sword force_sword_ranged jedi_no_saber_6 jedi_no_saber_6 8 8 1 instant -wod_kyrisa 90 0 0 0 0 NORMAL global wod kyrisa.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_kyrisa 0 0 -wod_mutant_rancor_boss 95 4 0 0 0 BOSS dathomir wod beast_master/bm_mutated_rancor.iff 1.5 1.5 16 50 65 0 100 100 100 0 0 2 0 defaultProfile 3 90 creature/worldboss:generic_boss 50 wod_mutant_rancor_boss carnivore 100 100 100 100 expertise_glancing_blow_reduction=100,expertise_glancing_blow_ranged=100 int:bm_doNotShowExamineInfo=1 theme_park.wod.wod_mutant_rancor_combat wod_mutant_rancor_boss wod_mutant_rancor_boss 18 9 instant +wod_kyrisa 90 0 0 0 0 NORMAL dathomir wod kyrisa.iff 1 1 0 0 0 0 0 0 0 0 0 2 npc/npc_81_90 generic_npc_9 housing_improvement_01,housing_improvement_02,housing_improvement_03,housing_improvement_04,housing_improvement_05,col_story_count_dooku_set_3,col_aurebesh_tiles npc 1 conversation.wod_kyrisa 0 0 +wod_mutant_rancor_boss 95 4 0 0 0 BOSS dathomir rancor wod_mutant_rancor_boss.iff 1.4 1.4 16 50 65 0 100 100 100 0 0 2 0 25000 50000 2 100 theme_park/wod:mutant_rancor_boss carnivore 100 100 100 100 expertise_glancing_blow_reduction=100,expertise_glancing_blow_ranged=100 int:bm_doNotShowExamineInfo=1 wod_mutant_rancor_boss wod_mutant_rancor_boss 18 9 instant diff --git a/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_rancor_cave.tab b/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_rancor_cave.tab index 653a1ad973..da087dc545 100644 --- a/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_rancor_cave.tab +++ b/sku.0/sys.server/compiled/game/datatables/spawning/theme_park/wod_rancor_cave.tab @@ -1,42 +1,45 @@ spawns room loc_x loc_y loc_z yaw script respawn_time spawn_objvar mood animation_mood special_room special_room_script room_objvar room_objvar_name room_objvar_value name s s f f f f s i s s s s s s s s s -bull_rancor r2 -8.601428 -30.804699 -30.050392 168.0609 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -bull_rancor r3 -8.773282 -40.377964 -74.00169 -2.7895324 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -bull_rancor r3 10.08469 -40.407578 -77.78322 -46.77785 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -mutant_rancor r4 30.987892 -45.1194 -52.411663 -124.901 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r4 44.557434 -46.09163 -96.00456 -52.613297 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r4 31.869045 -45.31506 -99.373474 64.39554 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r5 -7.775675 -45.58035 -146.06969 27.483908 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r5 -10.2257185 -44.64295 -135.90567 123.38395 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -bull_rancor r5 65.13616 -46.42392 -125.28311 -135.56181 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -mutant_rancor r5 53.660378 -56.415306 -178.17778 -31.897173 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r5 62.111526 -57.66139 -171.04495 -68.80876 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r5 45.043747 -56.41123 -162.11993 152.33679 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r5 29.787474 -60.09413 -182.19386 23.757977 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r7 -3.5947478 -64.07635 -235.09232 -13.363343 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r7 -23.20766 -63.702675 -255.92416 12.677673 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r7 -12.271714 -65.06 -204.91145 -0.4544657 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -bull_rancor r8 -56.259617 -69.90387 -195.56255 32.800625 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -mutant_rancor r8 -57.19804 -68.82134 -166.29263 141.7156 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -bull_rancor r8 -94.99297 -73.69129 -170.22879 95.26433 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -mutant_rancor r8 -109.13508 -69.475555 -120.326744 165.84955 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -bull_rancor r8 -98.12561 -70.41599 -118.50827 177.53352 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -mutant_rancor r8 -88.87012 -70.0929 -120.475296 -157.7134 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r9 -58.175285 -70.141174 -83.921486 -151.09483 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r9 -43.538574 -69.98428 -85.21597 -143.86855 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r9 -65.71178 -68.32511 -106.71527 -48.704987 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r9 -53.527008 -68.605965 -96.753746 -92.26262 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r9 -14.307875 -68.92318 -96.35253 -94.83764 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r9 -43.056736 -69.45824 -110.93021 -72.1382 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r10 -19.982327 -79.477455 -143.03452 -56.011623 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r10 -27.313997 -79.95101 -148.0918 -38.419476 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -ancient_bull_rancor r10 -28.62353 -79.03438 -135.11885 161.72774 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -mutant_rancor r8 -98.52564 -69.492615 -96.1891 167.71294 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -mutant_rancor r8 -117.66265 -68.93914 -169.87744 97.14466 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -bull_rancor r8 -107.45582 -69.02593 -204.6095 89.402794 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -ancient_bull_rancor r5 24.986141 -51.253506 -141.47128 -21.8647 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -mutant_rancor r5 37.71992 -49.632626 -134.91286 -54.08176 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -bull_rancor r5 22.482597 -45.857426 -125.806305 48.529182 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -ancient_bull_rancor r4 40.524883 -45.925945 -64.20013 -46.749447 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 -wod_kyrisa r11 -88.33893 -101.26351 -108.22034 167.01736 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=1 -object/tangible/quest/wod/wod_rancor_cage.iff r11 -95.22308 -100.6459 -92.409775 169.82025 quest.task.ground.wave_event_controller_npc 900 int:event_wave_controller=1 +bull_rancor r3 -8.773282 -40.377964 -74.00169 -2.7895324 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +bull_rancor r3 10.08469 -40.407578 -77.78322 -46.77785 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r4 30.987892 -45.1194 -52.411663 -124.901 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r4 44.557434 -46.09163 -96.00456 -52.613297 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +rancor_monstrous_brute r4 31.869045 -45.31506 -99.373474 64.39554 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r5 -7.775675 -45.58035 -146.06969 27.483908 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r5 -10.2257185 -44.64295 -135.90567 123.38395 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +bull_rancor r5 65.13616 -46.42392 -125.28311 -135.56181 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r5 53.660378 -56.415306 -178.17778 -31.897173 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r5 62.111526 -57.66139 -171.04495 -68.80876 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r5 45.043747 -56.41123 -162.11993 152.33679 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +rancor_monstrous_brute r5 29.787474 -60.09413 -182.19386 23.757977 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r7 -3.5947478 -64.07635 -235.09232 -13.363343 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r7 -23.20766 -63.702675 -255.92416 12.677673 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r7 -12.271714 -65.06 -204.91145 -0.4544657 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +bull_rancor r8 -56.259617 -69.90387 -195.56255 32.800625 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r8 -57.19804 -68.82134 -166.29263 141.7156 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +bull_rancor r8 -94.99297 -73.69129 -170.22879 95.26433 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r8 -109.13508 -69.475555 -120.326744 165.84955 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +bull_rancor r8 -98.12561 -70.41599 -118.50827 177.53352 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r9 -58.175285 -70.141174 -83.921486 -151.09483 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r9 -65.71178 -68.32511 -106.71527 -48.704987 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +rancor_monstrous_brute r9 -53.527008 -68.605965 -96.753746 -92.26262 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r9 -43.056736 -69.45824 -110.93021 -72.1382 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r10 -19.982327 -79.477455 -143.03452 -56.011623 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r10 -27.313997 -79.95101 -148.0918 -38.419476 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +ancient_bull_rancor r10 -28.62353 -79.03438 -135.11885 161.72774 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +mutant_rancor r8 -98.52564 -69.492615 -96.1891 167.71294 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +mutant_rancor r8 -117.66265 -68.93914 -169.87744 97.14466 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +bull_rancor r8 -107.45582 -69.02593 -204.6095 89.402794 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +ancient_bull_rancor r5 24.986141 -51.253506 -141.47128 -21.8647 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +mutant_rancor r5 37.71992 -49.632626 -134.91286 -54.08176 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +bull_rancor r5 22.482597 -45.857426 -125.806305 48.529182 theme_park.dungeon.generic_death 600 int:ai.defaultCalmBehavior=2 +ancient_bull_rancor r4 40.524883 -45.925945 -64.20013 -46.749447 theme_park.dungeon.generic_death 900 int:ai.defaultCalmBehavior=2 +wod_kyrisa r11 -102.3 -99.2 -113.1 129 theme_park.dungeon.generic_death 1 string:wod.kyrisa=1 +object/tangible/quest/wod/wod_rancor_cage.iff r11 -95.22308 -100.6459 -92.409775 169.82025 1 +object/tangible/ground_spawning/patrol_waypoint.iff r11 -96.1 -100.9 -98.2 0 0 +object/tangible/ground_spawning/patrol_waypoint.iff r11 -85.7 -100.2 -96.9 0 0 +object/tangible/ground_spawning/patrol_waypoint.iff r11 -104.9 -98.7 -119.8 0 0 string:wod.effect_middle_left=1 +object/tangible/ground_spawning/patrol_waypoint.iff r11 -77.3 -99.3 -112.6 0 0 string:wod.effect_middle_right=1 +object/tangible/ground_spawning/patrol_waypoint.iff r11 -90 -103.2 -126.9 0 0 string:wod.effect_center=1 +object/tangible/ground_spawning/patrol_waypoint.iff r8 -91.1 -99.9 -153.4 0 0 string:wod.effect_far=1 +object/tangible/ground_spawning/patrol_waypoint.iff r11 -90.8537 -100.0102 -91.8525 -156.1289 theme_park.wod.corrupted_rancor_cage_controller 0 diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java b/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java index 6a1a3d6f9a..dcba5f17f5 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java @@ -8,18 +8,15 @@ import java.util.Vector; import script.base_script; -import script.library.ai_lib; -import script.library.chat; -import script.library.conversation; -import script.library.groundquests; -import script.library.trial; -import script.library.utils; +import script.library.*; public class wod_kyrisa extends script.base_script { public wod_kyrisa() { } + public static final string_id BOSS_BEGIN = new string_id("theme_park/outbreak/outbreak", "boss_begin"); + public static final string_id BOSS_LEAVING = new string_id("theme_park/outbreak/outbreak", "boss_leaving"); public static String c_stringFile = "conversation/wod_kyrisa"; public boolean wod_kyrisa_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException { @@ -35,21 +32,45 @@ public boolean wod_kyrisa_condition_onReturnWholeTruthII(obj_id player, obj_id n } public boolean wod_kyrisa_condition_bossCurrentlyBusy(obj_id player, obj_id npc) throws InterruptedException { - obj_id[] objects = trial.getObjectsInDungeonWithObjVar(npc, "event_wave_controller"); - if (objects.length < 1) - { - return true; - } - int wave = utils.getIntScriptVar(objects[0], "waveEventCurrentWave"); - return wave > 0; + return utils.getBooleanScriptVar(npc, "wod.busyNow") || !utils.getBooleanScriptVar(utils.getObjIdScriptVar(npc, "wod.cage_controller"), "wod.ready"); } public boolean wod_kyrisa_condition_playerHasNoGroup(obj_id player, obj_id npc) throws InterruptedException { - obj_id groupid = getGroupObject(player); - if (isValidId(groupid)) + if(isGod(player) || isIdValid(player)) { + sendSystemMessageTestingOnly(player, "God Mode: You are bypassing the group requirement because you are in God Mode."); return false; } + final obj_id groupId = getGroupObject(player); + if (isValidId(groupId)) + { + // The player must be grouped, there must be at least 2 players in the group, + // the 2 minimum players must be within 30m, and all players within 30m must be active + final obj_id[] members = getGroupMemberIds(groupId); + int playerCount = 0; + for (obj_id member : members) + { + if(isPlayer(member) && getDistance(player, npc) < 30f) + { + if(!isPlayerActive(member)) + { + sendSystemMessageTestingOnly(player, "All members of your group present to participate must be active and at the keyboard."); + return true; + } + playerCount++; + } + } + if(playerCount < 2) + { + sendSystemMessageTestingOnly(player, "You must have at least 2 players in your group who are in the vicinity to participate."); + return true; + } + else + { + return false; + } + } + sendSystemMessageTestingOnly(player, "You must have a group of at least 2 players to participate."); return true; } public boolean wod_kyrisa_condition_hasQuestAndGroup(obj_id player, obj_id npc) throws InterruptedException @@ -71,36 +92,46 @@ public void wod_kyrisa_action_sendReturnedSignalWholeTruthII(obj_id player, obj_ } public void wod_kyrisa_action_sendReturnedSignalKyrisaChallenged(obj_id player, obj_id npc) throws InterruptedException { - obj_id[] objects = trial.getObjectsInDungeonWithObjVar(npc, "event_wave_controller"); - if (objects.length < 1) + dictionary d = new dictionary(); + if(isIdValid(player) || (isGod(player) && !isIdValid(getGroupObject(player)))) { - return; + d.put("groupId", obj_id.NULL_ID); + d.put("groupMembers", new obj_id[]{player}); + utils.setScriptVar(npc, "wod.groupInProgress", obj_id.NULL_ID); + utils.setScriptVar(npc, "wod.groupInProgressMembers", new obj_id[]{player}); + if (groundquests.isTaskActive(player, "wod_kyrisa_boss_fight", "challengeKyrisa") || groundquests.isTaskActive(player, "wod_kyrisa_boss_fight_ns", "challengeKyrisa")) + { + groundquests.sendSignal(player, "challengedKyrisa"); + } + sendSystemMessage(player, BOSS_BEGIN); } - faceTo(npc, player); - groundquests.sendSignal(player, "challengedKyrisa"); - obj_id myGroup = getGroupObject(player); - if (isValidId(myGroup)) + else { - obj_id[] members = getGroupMemberIds(myGroup); - for (int i = 0; i < members.length; i++) + final obj_id groupId = getGroupObject(player); + final obj_id[] groupMembers = getGroupMemberIds(groupId); + d.put("groupId", groupId); + d.put("groupMembers", groupMembers); + utils.setScriptVar(npc, "wod.groupInProgress", groupId); + utils.setScriptVar(npc, "wod.groupInProgressMembers", groupMembers); + for(obj_id member : groupMembers) { - if (!isIdValid(members[i]) || !exists(members[i])) + if(getDistance(npc, member) < 30f) { - continue; - } - if (getDistance(members[i], npc) > 200) - { - continue; - } - if (groundquests.isTaskActive(members[i], "wod_kyrisa_boss_fight", "challengeKyrisa") || groundquests.isTaskActive(members[i], "wod_kyrisa_boss_fight_ns", "challengeKyrisa")) - { - groundquests.sendSignal(members[i], "challengedKyrisa"); + if (groundquests.isTaskActive(member, "wod_kyrisa_boss_fight", "challengeKyrisa") || groundquests.isTaskActive(member, "wod_kyrisa_boss_fight_ns", "challengeKyrisa")) + { + groundquests.sendSignal(member, "challengedKyrisa"); + } } + sendSystemMessage(member, BOSS_BEGIN); } } - dictionary dict = new dictionary(); - dict.put("player", player); - messageTo(objects[0], "waveEventControllerNPCStart", dict, 0, false); + final obj_id rancor = utils.getObjIdScriptVar(npc, "wod.corrupted_rancor_mutation"); + faceTo(npc, rancor); + utils.setScriptVar(npc, "wod.busyNow", true); + doAnimationAction(npc, anims.PLAYER_FORCE_LIGHTNING); + doCombatResults("force_weaken_1_particle_level_1_medium", combat.makeDummyAttackerResults(npc, getDefaultWeapon(npc)), combat.makeDummyDefenderResults(rancor)); + messageTo(rancor, "startBossAttack", d, 1f, false); + messageTo(utils.getObjIdScriptVar(npc, "wod.cage_controller"), "destroyCage", null, 2f, false); } public int wod_kyrisa_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException { @@ -305,11 +336,13 @@ public int OnInitialize(obj_id self) throws InterruptedException detachScript(self, "conversation.wod_kyrisa"); } setCondition(self, CONDITION_CONVERSABLE); + setCondition(self, CONDITION_INTERESTING); return SCRIPT_CONTINUE; } public int OnAttach(obj_id self) throws InterruptedException { setCondition(self, CONDITION_CONVERSABLE); + setCondition(self, CONDITION_INTERESTING); return SCRIPT_CONTINUE; } public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException @@ -442,4 +475,60 @@ public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id utils.removeScriptVar(player, "conversation.wod_kyrisa.branchId"); return SCRIPT_CONTINUE; } + + public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException + { + if(isGod(objSpeaker)) { + if (strText.equalsIgnoreCase("start")) + { + wod_kyrisa_action_sendReturnedSignalKyrisaChallenged(objSpeaker, self); + } + } + return SCRIPT_CONTINUE; + } + + public int endFightNoDefeat(obj_id self, dictionary params) throws InterruptedException + { + dictionary d = new dictionary(); + d.put("wasDefeat", false); + messageTo(utils.getObjIdScriptVar(self, "wod.cage_controller"), "resetCage", d, 0f, false); + string_id[] taunts = new string_id[] { + new string_id("npc_reaction/fancy", "gloat_9"), + new string_id("npc_reaction/fancy", "gloat_10"), + new string_id("npc_reaction/fancy", "gloat_14"), + new string_id("npc_reaction/fancy", "gloat_15") + }; + prose_package pp = new prose_package(); + pp.stringId = taunts[rand(0, taunts.length-1)]; + final obj_id[] members = utils.getObjIdArrayScriptVar(self, "wod.groupInProgressMembers"); + commPlayers(self, members, pp); + for(obj_id player : members) + { + sendSystemMessage(player, BOSS_LEAVING); + if(groundquests.isTaskActive(player, "wod_kyrisa_boss_fight", "defeatRancor")) + { + groundquests.sendSignal(player, "playerFailedBoss"); + } + if(groundquests.isTaskActive(player, "wod_kyrisa_boss_fight_ns", "defeatRancor")) + { + groundquests.sendSignal(player, "playerFailedBoss"); + } + } + utils.removeScriptVar(self, "wod.groupInProgress"); + utils.removeScriptVar(self, "wod.groupInProgressMembers"); + utils.setScriptVar(self, "wod.busyNow", false); + return SCRIPT_CONTINUE; + } + + public int endFightWithDefeat(obj_id self, dictionary params) throws InterruptedException + { + dictionary d = new dictionary(); + d.put("wasDefeat", true); + utils.removeScriptVar(self, "wod.groupInProgress"); + utils.removeScriptVar(self, "wod.groupInProgressMembers"); + utils.setScriptVar(self, "wod.busyNow", false); + messageTo(utils.getObjIdScriptVar(self, "wod.cage_controller"), "resetCage", d, 0f, false); + return SCRIPT_CONTINUE; + } + } diff --git a/sku.0/sys.server/compiled/game/script/library/combat.java b/sku.0/sys.server/compiled/game/script/library/combat.java index fd030b0a5d..9381abd6e8 100755 --- a/sku.0/sys.server/compiled/game/script/library/combat.java +++ b/sku.0/sys.server/compiled/game/script/library/combat.java @@ -3909,4 +3909,23 @@ public static boolean hasPrescience(obj_id attacker, obj_id defender, combat_dat } return false; } + public static attacker_results makeDummyAttackerResults(obj_id objAttacker, obj_id weapon) throws InterruptedException + { + attacker_results cbtAttackerResults = new attacker_results(); + cbtAttackerResults.id = objAttacker; + cbtAttackerResults.weapon = weapon; + cbtAttackerResults.endPosture = getPosture(objAttacker); + return cbtAttackerResults; + } + public static defender_results[] makeDummyDefenderResults(obj_id objDefender) throws InterruptedException + { + defender_results[] cbtDefenderResults = new defender_results[1]; + cbtDefenderResults[0] = new defender_results(); + cbtDefenderResults[0].id = objDefender; + cbtDefenderResults[0].endPosture = 0; + cbtDefenderResults[0].result = COMBAT_RESULT_HIT; + cbtDefenderResults[0].damageAmount = 0; + cbtDefenderResults[0].hitLocation = 0; + return cbtDefenderResults; + } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java index 1fe620a445..c5c55c8fb5 100755 --- a/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/dungeon/generic_spawner.java @@ -421,4 +421,29 @@ else if (level > maxLevel) } return level; } + + public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException + { + if(isGod(objSpeaker)) + { + if(strText.equalsIgnoreCase("clean")) + { + messageTo(self, "dungeonCleanup", null, 0f, false); + sendSystemMessageTestingOnly(objSpeaker, "God Mode: Starting cleanup of dungeon "+self+"..."); + } + if(strText.equalsIgnoreCase("spawn")) + { + if (!hasObjVar(self, "space_dungeon.name") && !hasScript(self, "systems.instance.instance_manager")) + { + messageTo(self, "beginSpawn", null, 0f, false); + sendSystemMessageTestingOnly(objSpeaker, "God Mode: Starting spawn of dungeon "+self+"..."); + } + else + { + sendSystemMessageTestingOnly(objSpeaker, "Error: You can't use that here."); + } + } + } + return SCRIPT_CONTINUE; + } } diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_cage_controller.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_cage_controller.java new file mode 100644 index 0000000000..73e9757709 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_cage_controller.java @@ -0,0 +1,102 @@ +package script.theme_park.wod; + +import script.dictionary; +import script.library.create; +import script.library.pet_lib; +import script.library.utils; +import script.location; +import script.obj_id; + +public class corrupted_rancor_cage_controller extends script.base_script { + + public corrupted_rancor_cage_controller() + { + } + + public int OnAttach(obj_id self) throws InterruptedException + { + createTriggerVolume("cageInterior", 7f, true); + messageTo(self, "resetCage", null, 3f, false); + utils.setScriptVar(self, "wod.cageEffectPoints", + getAllObjectsWithTemplate(getLocation(self), 8f, "object/tangible/ground_spawning/patrol_waypoint.iff")); + obj_id[] creatures = getAllObjectsWithObjVar(getLocation(self), 30f, "wod.kyrisa"); + if(creatures != null && creatures.length > 0) + { + utils.setScriptVar(self, "wod.kyrisa", creatures[0]); + utils.setScriptVar(creatures[0], "wod.cage_controller", self); + } + return SCRIPT_CONTINUE; + } + + public int resetCage(obj_id self, dictionary params) throws InterruptedException + { + final obj_id[] contents = getTriggerVolumeContents(self, "cageInterior"); + final location loc = getLocation(self); + final obj_id cell = getContainedBy(self); + final obj_id wall = createObject("object/static/item/item_stone_cage_wall.iff", + new location(-90.9413f, -100.8f, -96.9441f, loc.area, cell)); + setYaw(wall, -7f); + utils.setScriptVar(self, "wod.wall", wall); + for(obj_id o : contents) + { + if(isPlayer(o) || pet_lib.isPet(o) || isDead(o)) + { + setLocation(o, new location(-90f, -103.2f, -126.9f, loc.area, cell)); + } + } + if(params.getBoolean("wasDefeat")) + { + utils.setScriptVar(self, "wod.ready", false); + messageTo(self, "doSpawnEvent", null, 900f, false); + } + else + { + messageTo(self, "doSpawnEvent", null, 0f, false); + } + return SCRIPT_CONTINUE; + } + + public int destroyCage(obj_id self, dictionary params) throws InterruptedException + { + utils.setScriptVar(self, "wod.ready", false); + final obj_id[] players = getPlayerCreaturesInRange(self, 40f); + for(obj_id e : utils.getObjIdArrayScriptVar(self, "wod.cageEffectPoints")) + { + playClientEffectLoc(players, "clienteffect/lair_damage_heavy_shake.cef", getLocation(e), 0f); + } + for(obj_id e : getAllObjectsWithTemplate(getLocation(self), 40f, "object/tangible/ground_spawning/patrol_waypoint.iff")) + { + playClientEffectLoc(players, "appearance/pt_miasma_of_fog_greenish.prt", getLocation(e), 0f); + } + destroyObject(utils.getObjIdScriptVar(self, "wod.wall")); + return SCRIPT_CONTINUE; + } + + public int doSpawnEvent(obj_id self, dictionary params) throws InterruptedException + { + final obj_id creature = create.createCreature("wod_mutant_rancor_boss", + new location(-90.8537f, -100.0102f, -91.8525f, getLocation(self).area, getContainedBy(self)), true); + attachScript(creature, "theme_park.wod.corrupted_rancor_mutation_npc"); + utils.setScriptVar(self, "wod.ready", true); + return SCRIPT_CONTINUE; + } + + public int OnHearSpeech(obj_id self, obj_id objSpeaker, String strText) throws InterruptedException + { + if(isGod(objSpeaker)) + { + if(strText.equalsIgnoreCase("resetCage")) + { + messageTo(self, "resetCage", null, 0f, false); + sendSystemMessageTestingOnly(objSpeaker, "Resetting cage..."); + } + if(strText.equalsIgnoreCase("destroyCage")) + { + messageTo(self, "destroyCage", null, 0f, false); + sendSystemMessageTestingOnly(objSpeaker, "Destroying cage..."); + } + } + return SCRIPT_CONTINUE; + } + +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_mutation_npc.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_mutation_npc.java new file mode 100644 index 0000000000..7039dbc837 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_mutation_npc.java @@ -0,0 +1,235 @@ +package script.theme_park.wod; + +import script.dictionary; +import script.library.*; +import script.obj_id; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.stream.IntStream; + +public class corrupted_rancor_mutation_npc extends script.base_script +{ + public corrupted_rancor_mutation_npc() + { + } + + public static final String BUFF_RANCOR_ARMOR = "wod_rancor_mutation"; + public static final String BUFF_RANCOR_DAMAGE = "wod_rancor_super_strength"; + public static final String BUFF_RANCOR_BYPASS_ARMOR = "wod_rancor_razor_claws"; + public static final String DEBUFF_FINAL_ACID = "wod_decompose"; + public static final String[] RANDOM_DEBUFFS = { + "obfuscation", + "confusion", + "wod_agony", + "wavering", + "corrosion" + }; + public static final String NS_BICEP_SCHEMATIC = "item_wod_bossloot_ns_bracer"; + public static final String SMC_BICEP_SCHEMATIC = "item_wod_bossloot_smc_bicep_"; + public static final String SMC_BRACER_SCHEMATIC = "item_wod_bossloot_smc_bracer_"; + public static final int REPEAT_TIME = 45; + public static final int OFFSET_TIME = 15; + public static int buffStartTime = 0; + + public int OnAttach(obj_id self) throws InterruptedException + { + setInvulnerable(self, true); + setYaw(self, -156.1289f); + ai_lib.setDefaultCalmBehavior(self, ai_lib.BEHAVIOR_SENTINEL); + recurringMessageTo(self, "runGlowAppearanceLoop", null, 10f); + handleBuffValidation(self); + handleControllerSetup(self); + utils.setScriptVar(self, "home", getTopMostContainer(self)); + return SCRIPT_CONTINUE; + } + + public int OnEnteredCombat(obj_id self) throws InterruptedException + { + handleBuffValidation(self); + recurringMessageTo(self, "runRandomPlayerDebuffLoop", null, rand(35f, 55f)); + recurringMessageTo(self, "handleLocationValidation", null, 5f); + recurringMessageTo(self, "handleRandomCombatTarget", null, rand(25f, 35f)); + return SCRIPT_CONTINUE; + } + + public int OnExitedCombat(obj_id self) throws InterruptedException + { + if(!isDead(self)) + { + final obj_id kyrisa = utils.getObjIdScriptVar(self, "wod.kyrisa"); + messageTo(kyrisa, "endFightNoDefeat", null, 5f, false); + setInvulnerable(self, true); + cancelRecurringMessageTo(self, "runRandomPlayerDebuffLoop"); + cancelRecurringMessageTo(self, "handleLocationValidation"); + cancelRecurringMessageTo(self, "handleRandomCombatTarget"); + playClientEffectLoc(self, "appearance/pt_fog_barrier.prt", getLocation(self), 0f); + playClientEffectLoc(self, "appearance/pt_acidfield_explode.prt", getLocation(self), 0.0f); + setCreatureCoverVisibility(self, false); + destroyObject(self); + } + return SCRIPT_CONTINUE; + } + + public int OnDeath(obj_id self, obj_id killer, obj_id corpseId) throws InterruptedException + { + for (obj_id attacker : utils.getObjIdArrayScriptVar(self, "groupMembers")) + { + if(getDistance(self, attacker) < 40f) + { + if(!luck.isLucky(attacker)) + { + playClientEffectLoc(attacker, "appearance/pt_acidfield_explode.prt", getLocation(attacker), 0.0f); + buff.applyBuff(attacker, DEBUFF_FINAL_ACID); + } + if(groundquests.isTaskActive(attacker, "wod_kyrisa_boss_fight", "defeatRancor")) + { + groundquests.completeTask(attacker, "wod_kyrisa_boss_fight", "defeatRancor"); + } + else if(groundquests.isTaskActive(attacker, "wod_kyrisa_boss_fight_ns", "defeatRancor")) + { + groundquests.completeTask(attacker, "wod_kyrisa_boss_fight_ns", "defeatRancor"); + } + if(badge.hasBadge(attacker, "bdge_wod_rancor_boss")) + { + badge.grantBadge(attacker, "bdge_wod_rancor_boss"); + } + } + } + messageTo(utils.getObjIdScriptVar(self, "wod.kyrisa"), "endFightWithDefeat", null, 0f, false); + return SCRIPT_CONTINUE; + } + + public int OnCreatureDamaged(obj_id self, obj_id attacker, obj_id weapon, int[] damage) throws InterruptedException + { + final obj_id[] groupMembers = utils.getObjIdArrayScriptVar(self, "groupMembers"); + if(!Arrays.asList(groupMembers).contains(attacker)) + { + sendSystemMessageTestingOnly(self, "You are not a group participant in this attack so your combat damage does not harm the creature."); + addToHealth(self, IntStream.of(damage).sum()); + } + return SCRIPT_CONTINUE; + } + + public int OnDestroy(obj_id self) throws InterruptedException + { + cancelRecurringMessageTo(self, "runGlowAppearanceLoop"); + return SCRIPT_CONTINUE; + } + + public int startBossAttack(obj_id self, dictionary params) throws InterruptedException + { + doAnimationAction(self, "threaten"); + setInvulnerable(self, false); + final obj_id[] group = params.getObjIdArray("groupMembers"); + utils.setScriptVar(self, "groupMembers", group); + if(group != null && group.length > 0) + { + for (obj_id player : group) { + setHate(self, player, 10000f); + startCombat(self, player); + } + } + messageTo(self, "endCombatTimerExpired", null, 600f, false); + return SCRIPT_CONTINUE; + } + + public int endCombatTimerExpired(obj_id self, dictionary params) throws InterruptedException + { + if(exists(self) && !isDead(self)) + { + stopCombat(self); + } + return SCRIPT_CONTINUE; + } + + public static void handleBuffValidation(obj_id self) throws InterruptedException + { + buff.applyBuffWithStackCount(self, BUFF_RANCOR_ARMOR, 10); + buff.applyBuffWithStackCount(self, BUFF_RANCOR_DAMAGE, 1); + buff.applyBuffWithStackCount(self, BUFF_RANCOR_BYPASS_ARMOR, 1); + } + + public static void handleControllerSetup(obj_id self) throws InterruptedException + { + // find Kyrisa (there will only ever be 1, so we can take a shortcut here) + obj_id[] creatures = getAllObjectsWithObjVar(getLocation(self), 30f, "wod.kyrisa"); + if(creatures != null && creatures.length > 0) + { + utils.setScriptVar(self, "wod.kyrisa", creatures[0]); + utils.setScriptVar(creatures[0], "wod.corrupted_rancor_mutation", self); + } + // find Effect controllers + utils.setScriptVar(self, "wod.effect_randoms", + getAllObjectsWithTemplate(getLocation(self), 40f, "object/tangible/ground_spawning/patrol_waypoint.iff")); + } + + public int runGlowAppearanceLoop(obj_id self, dictionary params) throws InterruptedException + { + playClientEffectObj(self, "appearance/pt_light_indoor_glow_blue.prt", self, "muzzle"); + playClientEffectObj(self, "appearance/pt_light_indoor_glow_blue.prt", self, "l_arm"); + playClientEffectObj(self, "appearance/pt_light_indoor_glow_blue.prt", self, "r_arm"); + playClientEffectObj(self, "appearance/pt_light_indoor_glow_blue.prt", self, "l_thigh"); + playClientEffectObj(self, "appearance/pt_light_indoor_glow_blue.prt", self, "r_thigh"); + return SCRIPT_CONTINUE; + } + + public int handleLocationValidation(obj_id self, dictionary params) throws InterruptedException + { + final obj_id home = utils.getObjIdScriptVar(self, "home"); + final obj_id container = getContainedBy(self); + if(container != getCellId(home, "r11") && container != getCellId(home, "r8")) + { + stopCombat(self); + } + return SCRIPT_CONTINUE; + } + + public int runRandomPlayerDebuffLoop(obj_id self, dictionary params) throws InterruptedException + { + final obj_id[] players = getPlayerCreaturesInRange(self, 45f); + final List potentialTargets = new ArrayList<>(); + for (obj_id player : players) + { + if(getHate(self, player) >= 1) + { + if(!luck.isLucky(player)) + { + potentialTargets.add(player); + } + } + } + if(potentialTargets.size() > 0) + { + final obj_id target = potentialTargets.get(rand(0, potentialTargets.size()-1)); + utils.setScriptVar(self, "wod_mutant_rancor.lastRandomDebuffPlayer", target); + playClientEffectLoc(target, "appearance/pt_acidfield_explode.prt", getLocation(target), 0.0f); + playClientEffectLoc(target, "appearance/pt_acidfield_medium.prt", getLocation(target), 0.0f); + buff.applyBuff(target, RANDOM_DEBUFFS[rand(0, RANDOM_DEBUFFS.length-1)]); + } + return SCRIPT_CONTINUE; + } + + public int handleRandomCombatTarget(obj_id self, dictionary params) throws InterruptedException + { + final obj_id[] group = params.getObjIdArray("groupMembers"); + final List potentialTargets = new ArrayList<>(); + if(group != null && group.length > 1) + { + for(obj_id player : group) + { + if(utils.getDistance2D(self, player) < 30) + { + potentialTargets.add(player); + } + } + } + if(potentialTargets.size() > 0) + { + startCombat(self, potentialTargets.get(rand(0, potentialTargets.size()-1))); + } + return SCRIPT_CONTINUE; + } + +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/mutant_rancor_npc.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/mutant_rancor_npc.java new file mode 100644 index 0000000000..3c532722e2 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/mutant_rancor_npc.java @@ -0,0 +1,44 @@ +package script.theme_park.wod; + +import script.dictionary; +import script.library.buff; +import script.obj_id; + +public class mutant_rancor_npc extends script.base_script { + + public mutant_rancor_npc() + { + } + + public static final String[] BUFFS = { + "wod_rancor_mutation", + "wod_rancor_super_strength", + "wod_rancor_razor_claws" + }; + + public int OnAttach(obj_id self) throws InterruptedException + { + messageTo(self, "doBuffs", null, 3f, false); + return SCRIPT_CONTINUE; + } + + public int OnExitedCombat(obj_id self) throws InterruptedException + { + if(!isDead(self)) + { + buff.removeAllBuffs(self); + messageTo(self, "doBuffs", null, 3f, false); + } + return SCRIPT_CONTINUE; + } + + public int doBuffs(obj_id self, dictionary params) throws InterruptedException + { + buff.applyBuffWithStackCount(self, BUFFS[0], rand(1,3)); + buff.applyBuffWithStackCount(self, + BUFFS[rand(1, BUFFS.length-1)], + rand(1,2) + ); + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_mutant_rancor_combat.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_mutant_rancor_combat.java deleted file mode 100644 index 2932b59b26..0000000000 --- a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_mutant_rancor_combat.java +++ /dev/null @@ -1,229 +0,0 @@ -package script.theme_park.wod; - -import script.*; -import script.base_class.*; -import script.combat_engine.*; -import java.util.Arrays; -import java.util.Hashtable; -import java.util.Vector; -import script.base_script; - -import script.library.ai_lib; -import script.library.beast_lib; -import script.library.buff; -import script.library.chat; -import script.library.combat; -import script.library.create; -import script.library.group; -import script.library.prose; -import script.library.static_item; -import script.library.trial; -import script.library.utils; - -public class wod_mutant_rancor_combat extends script.base_script -{ - public wod_mutant_rancor_combat() - { - } - public static final String NS_BICEP_SCHEMATIC = "item_wod_bossloot_ns_bracer"; - public static final String SMC_BICEP_SCHEMATIC = "item_wod_bossloot_smc_bicep_"; - public static final String SMC_BRACER_SCHEMATIC = "item_wod_bossloot_smc_bracer_"; - public static final int MAX_DISTANCE = 104; - public static final int REPEAT_TIME = 45; - public static final int OFFSET_TIME = 15; - public static final int HP_WOD_RANCOR = 618125; - public static int buffStartTime = 0; - public int OnAttach(obj_id self) throws InterruptedException - { - trial.setHp(self, HP_WOD_RANCOR); - applySkillStatisticModifier(self, "expertise_glancing_blow_reduction", 100); - return SCRIPT_CONTINUE; - } - public int OnEnteredCombat(obj_id self) throws InterruptedException - { - buff.applyBuff(self, "open_balance_buff", -1.0f); - obj_id[] players = getPlayerCreaturesInRange(self, 250.0f); - if (players != null && players.length > 0) - { - for (int i = 0; i < players.length; i++) - { - obj_id player = players[i]; - if (isIdValid(player) && exists(player) && !isIncapacitated(player) && !isDead(player)) - { - addHate(self, player, 1000.0f); - startCombat(self, player); - } - } - } - messageTo(self, "checkCombatStatus", null, REPEAT_TIME + ((rand(0, OFFSET_TIME) + OFFSET_TIME) - OFFSET_TIME), false); - return SCRIPT_CONTINUE; - } - public int OnCreatureDamaged(obj_id self, obj_id attacker, obj_id wpn, int[] damage) throws InterruptedException - { - if (hasObjVar(self, "buffStartTime")) - { - buffStartTime = getIntObjVar(self, "buffStartTime"); - } - int buffTime = getGameTime() - buffStartTime; - int randomTime = REPEAT_TIME + ((rand(0, OFFSET_TIME) + OFFSET_TIME) - OFFSET_TIME); - float healthPercent = (float)getAttrib(self, HEALTH) / (float)getMaxAttrib(self, HEALTH); - if (healthPercent <= 0.67f && healthPercent > 0.20f) - { - int randBuff = rand(1, 4); - if (!hasObjVar(self, "scaleOne")) - { - float mutationScaleOne = (float)(getScale(self) * 1.4); - setScale(self, mutationScaleOne); - setYaw(self, rand(0.0f, 360.0f)); - setObjVar(self, "scaleOne", true); - } - if (randBuff == 1 && buffTime > randomTime) - { - buff.applyBuff(self, "kun_twin_ranged_shield", 45.0f); - setObjVar(self, "buffStartTime", getGameTime()); - buff.removeBuff(self, "hoth_atat_shield"); - buff.removeBuff(self, "sher_kar_rage"); - buff.removeBuff(self, "kun_twin_bonus"); - } - if (randBuff == 2 && buffTime > randomTime) - { - buff.applyBuff(self, "hoth_atat_shield", 45.0f); - setObjVar(self, "buffStartTime", getGameTime()); - buff.removeBuff(self, "kun_twin_ranged_shield"); - buff.removeBuff(self, "sher_kar_rage"); - buff.removeBuff(self, "kun_twin_bonus"); - } - if (randBuff == 3 && buffTime > randomTime) - { - buff.applyBuff(self, "sher_kar_rage", 45.0f); - setObjVar(self, "buffStartTime", getGameTime()); - buff.removeBuff(self, "kun_twin_ranged_shield"); - buff.removeBuff(self, "hoth_atat_shield"); - buff.removeBuff(self, "kun_twin_bonus"); - } - if (randBuff == 4 && buffTime > randomTime) - { - buff.applyBuff(self, "kun_twin_bonus", 45.0f); - setObjVar(self, "buffStartTime", getGameTime()); - buff.removeBuff(self, "kun_twin_ranged_shield"); - buff.removeBuff(self, "hoth_atat_shield"); - buff.removeBuff(self, "sher_kar_rage"); - } - } - if (healthPercent <= 0.20f) - { - if (buffTime > randomTime) - { - buff.applyBuff(self, "open_balance_buff", 30.0f); - setObjVar(self, "buffStartTime", getGameTime()); - } - if (!hasObjVar(self, "scaleTwo")) - { - float mutationScaleTwo = (float)(getScale(self) * 1.9); - setScale(self, mutationScaleTwo); - setYaw(self, rand(0.0f, 360.0f)); - setObjVar(self, "scaleTwo", true); - } - } - return SCRIPT_CONTINUE; - } - public int checkCombatStatus(obj_id self, dictionary params) throws InterruptedException - { - if (!isValidId(self) || !exists(self)) - { - return SCRIPT_CONTINUE; - } - if (ai_lib.isDead(self)) - { - return SCRIPT_CONTINUE; - } - if (ai_lib.isInCombat(self)) - { - CustomerServiceLog("wod_themepark", "wod_mutant_rancor_combat.checkCombatStatus(): Boss Mob: " + self + " is already in combat."); - return SCRIPT_CONTINUE; - } - obj_id parent = getObjIdObjVar(self, "parent"); - if (isIdValid(parent)) - { - if (getRandomCombatTarget(self, parent)) - { - return SCRIPT_CONTINUE; - } - dictionary webster = trial.getSessionDict(parent); - messageTo(parent, "defaultEventReset", webster, 2, false); - } - messageTo(self, "checkCombatStatus", null, REPEAT_TIME + (rand(0, OFFSET_TIME + OFFSET_TIME) - OFFSET_TIME), false); - return SCRIPT_CONTINUE; - } - public boolean getRandomCombatTarget(obj_id self, obj_id parent) throws InterruptedException - { - if (!isIdValid(self) || !exists(self)) - { - CustomerServiceLog("wod_themepark", "wod_mutant_rancor_combat.getRandomCombatTarget() FAILED to find self."); - return false; - } - obj_id[] targets = trial.getValidTargetsInRadiusIgnoreLOS(self, MAX_DISTANCE); - if (targets == null || targets.length == 0) - { - CustomerServiceLog("wod_themepark", "wod_mutant_rancor_combat.getRandomCombatTarget() no targets for boss (" + self + ") is: " + MAX_DISTANCE); - dictionary webster = trial.getSessionDict(parent); - messageTo(parent, "defaultEventReset", webster, 2, false); - return false; - } - obj_id playerEnemy = utils.getObjIdScriptVar(self, "waveEventPlayer"); - if (!isIdValid(playerEnemy) || !exists(playerEnemy)) - { - CustomerServiceLog("wod_themepark", "wod_mutant_rancor_combat.getRandomCombatTarget() Mob found player but player was not part of owners group."); - return false; - } - for (int i = 0; i < targets.length; i++) - { - if (!isIdValid(targets[i])) - { - continue; - } - if (!group.inSameGroup(targets[i], playerEnemy)) - { - CustomerServiceLog("wod_themepark", "boss_fight_functionality.getRandomCombatTarget(): Player " + targets[i] + " was found as an invalid target."); - continue; - } - startCombat(self, targets[i]); - CustomerServiceLog("wod_themepark", "boss_fight_functionality.getRandomCombatTarget(): Player " + targets[i] + " was found as a valid target. Boss Mob: " + self + " attacking player."); - return true; - } - CustomerServiceLog("wod_themepark", "boss_fight_functionality.OnIncapacitateTarget(): Boss Mob: " + self + " failed to find a player to attack from player: " + playerEnemy + " group."); - dictionary webster = trial.getSessionDict(parent); - messageTo(parent, "defaultEventReset", webster, 2, false); - return false; - } - public int aiCorpsePrepared(obj_id self, dictionary params) throws InterruptedException - { - obj_id inv = utils.getInventoryContainer(self); - int lootChance = rand(1, 100); - if (lootChance <= 5) - { - static_item.createNewItemFunction(NS_BICEP_SCHEMATIC, inv); - } - if (lootChance > 5 && lootChance <= 20) - { - int leftOrRight = rand(0, 1); - String toAppend = "l"; - if (leftOrRight == 1) - { - toAppend = "r"; - } - static_item.createNewItemFunction(SMC_BICEP_SCHEMATIC + toAppend, inv); - } - if (lootChance > 20 && lootChance <= 35) - { - int leftOrRight = rand(0, 1); - String toAppend = "l"; - if (leftOrRight == 1) - { - toAppend = "r"; - } - static_item.createNewItemFunction(SMC_BRACER_SCHEMATIC + toAppend, inv); - } - return SCRIPT_CONTINUE; - } -} From 114c6d25408773d53da52fb86a2f71d57dad95c4 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Fri, 16 Jul 2021 11:57:19 -0400 Subject: [PATCH 034/107] Delete swyckoff_test_conversation.java --- .../test/swyckoff_test_conversation.java | 340 ------------------ 1 file changed, 340 deletions(-) delete mode 100755 sku.0/sys.server/compiled/game/script/test/swyckoff_test_conversation.java diff --git a/sku.0/sys.server/compiled/game/script/test/swyckoff_test_conversation.java b/sku.0/sys.server/compiled/game/script/test/swyckoff_test_conversation.java deleted file mode 100755 index e5a7b46d35..0000000000 --- a/sku.0/sys.server/compiled/game/script/test/swyckoff_test_conversation.java +++ /dev/null @@ -1,340 +0,0 @@ -package script.test; - -import script.library.ai_lib; -import script.library.chat; -import script.library.conversation; -import script.library.utils; -import script.*; - -public class swyckoff_test_conversation extends script.base_script -{ - public swyckoff_test_conversation() - { - } - public static String c_stringFile = "conversation/test/swyckoff_test_conversation"; - public boolean swyckoff_test_condition__defaultCondition(obj_id player, obj_id npc) throws InterruptedException - { - return true; - } - public boolean swyckoff_test_condition_false1(obj_id player, obj_id npc) throws InterruptedException - { - return false; - } - public boolean swyckoff_test_condition_false2(obj_id player, obj_id npc) throws InterruptedException - { - return false; - } - public int swyckoff_test_handleBranch1(obj_id player, obj_id npc, string_id response) throws InterruptedException - { - if (response.equals("s_4")) - { - conversation.echoToGroup(player, player, npc, response); - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - string_id message = new string_id(c_stringFile, "s_5"); - int numberOfResponses = 0; - boolean hasResponse = false; - boolean hasResponse0 = false; - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - ++numberOfResponses; - hasResponse = true; - hasResponse0 = true; - } - if (hasResponse) - { - int responseIndex = 0; - string_id responses[] = new string_id[numberOfResponses]; - if (hasResponse0) - { - responses[responseIndex++] = new string_id(c_stringFile, "s_6"); - } - utils.setScriptVar(player, "conversation.swyckoff_test.branchId", 2); - prose_package pp = new prose_package(); - pp.stringId = message; - pp.actor.set(player); - pp.target.set(npc); - npcSpeak(player, pp); - conversation.echoToGroup(player, npc, player, pp); - npcSetConversationResponses(player, responses); - } - else - { - utils.removeScriptVar(player, "conversation.swyckoff_test.branchId"); - prose_package pp = new prose_package(); - pp.stringId = message; - pp.actor.set(player); - pp.target.set(npc); - npcEndConversationWithMessage(player, pp); - conversation.echoToGroup(player, npc, player, pp); - } - return SCRIPT_CONTINUE; - } - } - if (response.equals("s_8")) - { - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - string_id message = new string_id(c_stringFile, "s_9"); - int numberOfResponses = 0; - boolean hasResponse = false; - boolean hasResponse0 = false; - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - ++numberOfResponses; - hasResponse = true; - hasResponse0 = true; - } - if (hasResponse) - { - int responseIndex = 0; - string_id responses[] = new string_id[numberOfResponses]; - if (hasResponse0) - { - responses[responseIndex++] = new string_id(c_stringFile, "s_10"); - } - utils.setScriptVar(player, "conversation.swyckoff_test.branchId", 4); - npcSpeak(player, message); - npcSetConversationResponses(player, responses); - } - else - { - utils.removeScriptVar(player, "conversation.swyckoff_test.branchId"); - npcEndConversationWithMessage(player, message); - } - return SCRIPT_CONTINUE; - } - } - if (response.equals("s_11")) - { - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - string_id message = new string_id(c_stringFile, "s_12"); - int numberOfResponses = 0; - boolean hasResponse = false; - boolean hasResponse0 = false; - if (swyckoff_test_condition_false1(player, npc)) - { - ++numberOfResponses; - hasResponse = true; - hasResponse0 = true; - } - boolean hasResponse1 = false; - if (swyckoff_test_condition_false2(player, npc)) - { - ++numberOfResponses; - hasResponse = true; - hasResponse1 = true; - } - if (hasResponse) - { - int responseIndex = 0; - string_id responses[] = new string_id[numberOfResponses]; - if (hasResponse0) - { - responses[responseIndex++] = new string_id(c_stringFile, "s_13"); - } - if (hasResponse1) - { - responses[responseIndex++] = new string_id(c_stringFile, "s_14"); - } - utils.setScriptVar(player, "conversation.swyckoff_test.branchId", 6); - npcSpeak(player, message); - npcSetConversationResponses(player, responses); - } - else - { - utils.removeScriptVar(player, "conversation.swyckoff_test.branchId"); - npcEndConversationWithMessage(player, message); - } - return SCRIPT_CONTINUE; - } - } - return SCRIPT_DEFAULT; - } - public int swyckoff_test_handleBranch2(obj_id player, obj_id npc, string_id response) throws InterruptedException - { - if (response.equals("s_6")) - { - conversation.echoToGroup(player, player, npc, response); - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - string_id message = new string_id(c_stringFile, "s_19"); - utils.removeScriptVar(player, "conversation.swyckoff_test.branchId"); - npcEndConversationWithMessage(player, message); - conversation.echoToGroup(player, npc, player, message); - return SCRIPT_CONTINUE; - } - } - return SCRIPT_DEFAULT; - } - public int swyckoff_test_handleBranch4(obj_id player, obj_id npc, string_id response) throws InterruptedException - { - if (response.equals("s_10")) - { - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - string_id message = new string_id(c_stringFile, "s_20"); - utils.removeScriptVar(player, "conversation.swyckoff_test.branchId"); - npcEndConversationWithMessage(player, message); - return SCRIPT_CONTINUE; - } - } - return SCRIPT_DEFAULT; - } - public int swyckoff_test_handleBranch6(obj_id player, obj_id npc, string_id response) throws InterruptedException - { - if (response.equals("s_13")) - { - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - string_id message = new string_id(c_stringFile, "s_15"); - utils.removeScriptVar(player, "conversation.swyckoff_test.branchId"); - npcEndConversationWithMessage(player, message); - return SCRIPT_CONTINUE; - } - } - if (response.equals("s_14")) - { - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - string_id message = new string_id(c_stringFile, "s_16"); - utils.removeScriptVar(player, "conversation.swyckoff_test.branchId"); - npcEndConversationWithMessage(player, message); - return SCRIPT_CONTINUE; - } - } - return SCRIPT_DEFAULT; - } - public int OnInitialize(obj_id self) throws InterruptedException - { - if ((!isTangible(self)) || (isPlayer(self))) - { - detachScript(self, "conversation.swyckoff_test"); - } - setCondition(self, CONDITION_CONVERSABLE); - return SCRIPT_CONTINUE; - } - public int OnAttach(obj_id self) throws InterruptedException - { - setCondition(self, CONDITION_CONVERSABLE); - return SCRIPT_CONTINUE; - } - public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info menuInfo) throws InterruptedException - { - int menu = menuInfo.addRootMenu(menu_info_types.CONVERSE_START, null); - menu_info_data menuInfoData = menuInfo.getMenuItemById(menu); - menuInfoData.setServerNotify(false); - setCondition(self, CONDITION_CONVERSABLE); - return SCRIPT_CONTINUE; - } - public int OnIncapacitated(obj_id self, obj_id killer) throws InterruptedException - { - clearCondition(self, CONDITION_CONVERSABLE); - detachScript(self, "conversation.swyckoff_test"); - return SCRIPT_CONTINUE; - } - public boolean npcStartConversation(obj_id player, obj_id npc, String convoName, string_id greetingId, prose_package greetingProse, string_id[] responses) throws InterruptedException - { - Object[] objects = new Object[responses.length]; - System.arraycopy(responses, 0, objects, 0, responses.length); - return npcStartConversation(player, npc, convoName, greetingId, greetingProse, objects); - } - public int OnStartNpcConversation(obj_id self, obj_id player) throws InterruptedException - { - obj_id npc = self; - if (ai_lib.isInCombat(npc) || ai_lib.isInCombat(player)) - { - return SCRIPT_OVERRIDE; - } - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - string_id message = new string_id(c_stringFile, "s_3"); - int numberOfResponses = 0; - boolean hasResponse = false; - boolean hasResponse0 = false; - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - ++numberOfResponses; - hasResponse = true; - hasResponse0 = true; - } - boolean hasResponse1 = false; - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - ++numberOfResponses; - hasResponse = true; - hasResponse1 = true; - } - boolean hasResponse2 = false; - if (swyckoff_test_condition__defaultCondition(player, npc)) - { - ++numberOfResponses; - hasResponse = true; - hasResponse2 = true; - } - if (hasResponse) - { - int responseIndex = 0; - string_id responses[] = new string_id[numberOfResponses]; - if (hasResponse0) - { - responses[responseIndex++] = new string_id(c_stringFile, "s_4"); - } - if (hasResponse1) - { - responses[responseIndex++] = new string_id(c_stringFile, "s_8"); - } - if (hasResponse2) - { - responses[responseIndex++] = new string_id(c_stringFile, "s_11"); - } - utils.setScriptVar(player, "conversation.swyckoff_test.branchId", 1); - prose_package pp = new prose_package(); - pp.stringId = message; - pp.actor.set(player); - pp.target.set(npc); - npcStartConversation(player, npc, "swyckoff_test", null, pp, responses); - } - else - { - prose_package pp = new prose_package(); - pp.stringId = message; - pp.actor.set(player); - pp.target.set(npc); - chat.chat(npc, player, null, null, pp); - } - return SCRIPT_CONTINUE; - } - chat.chat(npc, "Error: All conditions for OnStartNpcConversation were false."); - return SCRIPT_CONTINUE; - } - public int OnNpcConversationResponse(obj_id self, String conversationId, obj_id player, string_id response) throws InterruptedException - { - if (!conversationId.equals("swyckoff_test")) - { - return SCRIPT_CONTINUE; - } - obj_id npc = self; - int branchId = utils.getIntScriptVar(player, "conversation.swyckoff_test.branchId"); - if (branchId == 1 && swyckoff_test_handleBranch1(player, npc, response) == SCRIPT_CONTINUE) - { - return SCRIPT_CONTINUE; - } - if (branchId == 2 && swyckoff_test_handleBranch2(player, npc, response) == SCRIPT_CONTINUE) - { - return SCRIPT_CONTINUE; - } - if (branchId == 4 && swyckoff_test_handleBranch4(player, npc, response) == SCRIPT_CONTINUE) - { - return SCRIPT_CONTINUE; - } - if (branchId == 6 && swyckoff_test_handleBranch6(player, npc, response) == SCRIPT_CONTINUE) - { - return SCRIPT_CONTINUE; - } - chat.chat(npc, "Error: Fell through all branches and responses for OnNpcConversationResponse."); - utils.removeScriptVar(player, "conversation.swyckoff_test.branchId"); - return SCRIPT_CONTINUE; - } -} From 6a6c489f18a6c315939601aa1c2486a7eacff7cb Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 17 Jul 2021 00:54:51 -0400 Subject: [PATCH 035/107] WoD Fix Purbole Spawns at Dath Crash Site --- .../buildout/dathomir/dathomir_7_5.tab | 41 +++++++++++-------- .../buildout/dathomir/dathomir_7_5_ws.tab | 13 ++---- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5.tab index d630e01608..eb4c9d84d6 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5.tab @@ -1,19 +1,26 @@ objid container server_template_crc cell_index px py pz qw qx qy qz scripts objvars i i h i f f f f f f f s p --1847498311 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1600.15 125 1826.63 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001738_1|registerWithController|0|1|$| --1348414225 0 object/tangible/ground_spawning/patrol_spawner.iff 0 1585.93 125 1846.53 1 0 0 0 systems.spawning.spawner_patrol fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|2.000000|intDefaultBehavior|0|3|intGoodLocationSpawner|0|0|intSpawnCount|0|2|intSpawnSystem|0|1|patrolPathType|4|cycle|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strPatrolPointNames|5|Smuggler_Enemy_Patrol_10001738_1:Smuggler_Enemy_Patrol_10001738_2:Smuggler_Enemy_Patrol_10001738_3:Smuggler_Enemy_Patrol_10001738_4:|strSpawnerType|4|patrol|strSpawns|4|dathomir/smuggler_patrol_12|$| --1343713484 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1612.82 126.229 1809.44 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001738_2|registerWithController|0|1|$| --1222951163 0 object/tangible/ground_spawning/area_spawner.iff 0 1655.45 124.659 1826.28 0.716685 0 -0.697397 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|3.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_patrol_12|$| --1145354324 0 object/tangible/ground_spawning/patrol_spawner.iff 0 1658.66 125 1860.17 1 0 0 0 systems.spawning.spawner_patrol fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|2.000000|intDefaultBehavior|0|3|intGoodLocationSpawner|0|0|intSpawnCount|0|2|intSpawnSystem|0|1|patrolPathType|4|cycle|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strPatrolPointNames|5|Smuggler_Enemy_Patrol_10001789_1:Smuggler_Enemy_Patrol_10001789_2:Smuggler_Enemy_Patrol_10001789_3:Smuggler_Enemy_Patrol_10001789_4:|strSpawnerType|4|patrol|strSpawns|4|dathomir/smuggler_patrol_12|$| --929824675 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1615.34 125 1835.17 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001789_2|registerWithController|0|1|$| --871816281 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1615.03 125 1878.97 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001789_4|registerWithController|0|1|$| --853873666 0 object/tangible/ground_spawning/area_spawner.iff 0 1615 125 1824 0.98663 0 -0.162978 0 systems.spawning.spawner_area fltMaxSpawnTime|2|2.000000|fltMinSpawnTime|2|1.000000|fltRadius|2|0.000000|intDefaultBehavior|0|3|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Fence_Kirby|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_fence_kirby|$| --719217319 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1596.66 129.786 1808.43 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001738_3|registerWithController|0|1|$| --617084977 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1581.41 133.348 1827.79 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001738_4|registerWithController|0|1|$| --598434959 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1649.07 125 1837.36 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001789_1|registerWithController|0|1|$| --524760219 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1598.55 125 1857.15 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001789_3|registerWithController|0|1|$| --354801945 0 object/tangible/ground_spawning/area_spawner.iff 0 1597.48 127.783 1797.68 0.988144 0 0.153527 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|3.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_patrol_12|$| --314921558 0 object/tangible/ground_spawning/area_spawner.iff 0 1631.25 121.678 1791.54 0.982899 0 -0.184148 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|3.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_patrol_12|$| --43588000 0 object/building/kashyyyk/thm_kash_rodian_bannerpole_s01.iff 0 0 195 0 1 0 0 0 $| --13517781 0 object/tangible/ground_spawning/area_spawner.iff 0 1633.82 125 1854.7 0.974075 0 -0.226224 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|3.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_patrol_12|$| --2110431427 0 object/tangible/collection/rare_melee_poisonspike.iff 0 1577.37 122.013 1902.93 0.470356 0.497419 0.524688 0.506005 systems.collections.consume_click collection.slotName|4|col_rare_melee_03:poisonspike_01|$| +-1 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1600.15 125 1826.63 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001738_1|registerWithController|0|1|$| +-2 0 object/tangible/ground_spawning/patrol_spawner.iff 0 1585.93 125 1846.53 1 0 0 0 systems.spawning.spawner_patrol fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|2.000000|intDefaultBehavior|0|3|intGoodLocationSpawner|0|0|intSpawnCount|0|2|intSpawnSystem|0|1|patrolPathType|4|cycle|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strPatrolPointNames|5|Smuggler_Enemy_Patrol_10001738_1:Smuggler_Enemy_Patrol_10001738_2:Smuggler_Enemy_Patrol_10001738_3:Smuggler_Enemy_Patrol_10001738_4:|strSpawnerType|4|patrol|strSpawns|4|dathomir/smuggler_patrol_12|$| +-3 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1612.82 126.229 1809.44 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001738_2|registerWithController|0|1|$| +-4 0 object/tangible/ground_spawning/area_spawner.iff 0 1655.45 124.659 1826.28 0.716685 0 -0.697397 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|3.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_patrol_12|$| +-5 0 object/tangible/ground_spawning/patrol_spawner.iff 0 1658.66 125 1860.17 1 0 0 0 systems.spawning.spawner_patrol fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|2.000000|intDefaultBehavior|0|3|intGoodLocationSpawner|0|0|intSpawnCount|0|2|intSpawnSystem|0|1|patrolPathType|4|cycle|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strPatrolPointNames|5|Smuggler_Enemy_Patrol_10001789_1:Smuggler_Enemy_Patrol_10001789_2:Smuggler_Enemy_Patrol_10001789_3:Smuggler_Enemy_Patrol_10001789_4:|strSpawnerType|4|patrol|strSpawns|4|dathomir/smuggler_patrol_12|$| +-6 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1615.34 125 1835.17 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001789_2|registerWithController|0|1|$| +-7 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1615.03 125 1878.97 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001789_4|registerWithController|0|1|$| +-8 0 object/tangible/ground_spawning/area_spawner.iff 0 1615 125 1824 0.98663 0 -0.162978 0 systems.spawning.spawner_area fltMaxSpawnTime|2|2.000000|fltMinSpawnTime|2|1.000000|fltRadius|2|0.000000|intDefaultBehavior|0|3|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Fence_Kirby|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_fence_kirby|$| +-9 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1596.66 129.786 1808.43 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001738_3|registerWithController|0|1|$| +-10 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1581.41 133.348 1827.79 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001738_4|registerWithController|0|1|$| +-11 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1649.07 125 1837.36 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001789_1|registerWithController|0|1|$| +-12 0 object/tangible/ground_spawning/patrol_waypoint.iff 0 1598.55 125 1857.15 1 0 0 0 systems.spawning.patrol_point_setup ignoreInBuildoutArray|0|1|pointName|4|Smuggler_Enemy_Patrol_10001789_3|registerWithController|0|1|$| +-13 0 object/tangible/ground_spawning/area_spawner.iff 0 1597.48 127.783 1797.68 0.988144 0 0.153527 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|3.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_patrol_12|$| +-14 0 object/tangible/ground_spawning/area_spawner.iff 0 1631.25 121.678 1791.54 0.982899 0 -0.184148 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|3.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_patrol_12|$| +-15 0 object/building/kashyyyk/thm_kash_rodian_bannerpole_s01.iff 0 0 195 0 1 0 0 0 $| +-16 0 object/tangible/ground_spawning/area_spawner.iff 0 1633.82 125 1854.7 0.974075 0 -0.226224 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|3.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|Smuggler_Enemy_Patrol|strSpawnerType|4|area|strSpawns|4|dathomir/smuggler_patrol_12|$| +-17 0 object/tangible/collection/rare_melee_poisonspike.iff 0 1577.37 122.013 1902.93 0.470356 0.497419 0.524688 0.506005 systems.collections.consume_click collection.slotName|4|col_rare_melee_03:poisonspike_01|$| +-18 0 object/tangible/ground_spawning/area_spawner.iff 0 1594 125 1954 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|90.000000|fltMinSpawnTime|2|30.000000|fltRadius|2|12.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|5|intSpawnSystem|0|1|registerWithController|0|1|strName|4|purbole_hunter|strSpawnerType|4|area|strSpawns|4|purbole_hunter|$| +-19 0 object/tangible/ground_spawning/area_spawner.iff 0 1556 125 1908 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|90.000000|fltMinSpawnTime|2|30.000000|fltRadius|2|12.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|5|intSpawnSystem|0|1|registerWithController|0|1|strName|4|purbole_hunter|strSpawnerType|4|area|strSpawns|4|purbole_hunter|$| +-20 0 object/tangible/ground_spawning/area_spawner.iff 0 1631 125 1924 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|90.000000|fltMinSpawnTime|2|30.000000|fltRadius|2|12.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|5|intSpawnSystem|0|1|registerWithController|0|1|strName|4|purbole_stalker|strSpawnerType|4|area|strSpawns|4|purbole_stalker|$| +-21 0 object/tangible/ground_spawning/area_spawner.iff 0 1585 125 1880 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|90.000000|fltMinSpawnTime|2|30.000000|fltRadius|2|12.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|5|intSpawnSystem|0|1|registerWithController|0|1|strName|4|purbole_stalker|strSpawnerType|4|area|strSpawns|4|purbole_stalker|$| +-22 0 object/tangible/ground_spawning/area_spawner.iff 0 1610 122 1945 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|90.000000|fltMinSpawnTime|2|30.000000|fltRadius|2|12.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|5|intSpawnSystem|0|1|registerWithController|0|1|strName|4|purbole|strSpawnerType|4|area|strSpawns|4|purbole|$| +-22 0 object/tangible/ground_spawning/area_spawner.iff 0 1596 122 1932 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000000|fltMinSpawnTime|2|60.000000|fltRadius|2|12.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|purbole_elder|strSpawnerType|4|area|strSpawns|4|purbole_elder|$| +-23 0 object/tangible/ground_spawning/area_spawner.iff 0 1553 122 1866 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|90.000000|fltMinSpawnTime|2|30.000000|fltRadius|2|12.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|5|intSpawnSystem|0|1|registerWithController|0|1|strName|4|purbole|strSpawnerType|4|area|strSpawns|4|purbole|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5_ws.tab index 2810dae407..f7a46e6d7c 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5_ws.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_7_5_ws.tab @@ -85,15 +85,8 @@ i i h i f f f f f f f s p 9725479 0 object/static/structure/tatooine/skeleton_krayt_arm_style_01.iff 0 1197.46 25.5226 1432.09 -0.0672297 -0.656478 0.0445229 0.750023 $| 9725484 0 object/static/structure/general/streetlamp_small_red_style_01.iff 0 1196.39 23.2067 1427.73 1 0 0 0 $| 9815358 0 object/tangible/container/loot/placable_loot_crate_trashpile.iff 0 1578 122 1899.87 0.99998 0 -0.00633236 0 $| -4335583 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1553.244629 122 1866.177124 1 0 0 0 $| -4335584 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1556.580078 125 1908.821533 1 0 0 0 $| -4335585 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1585.602539 125 1880.895508 1 0 0 0 $| -4335586 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1594.813965 125 1954.393555 1 0 0 0 $| -4335587 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1610.724121 122 1945.172729 1 0 0 0 $| -4335588 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1606.905273 122 1938.255127 1 0 0 0 $| -4335589 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1631.299805 125 1924.647461 1 0 0 0 $| -1 0 object/tangible/poi/tatooine/explore_dat_crashed_ship.iff 0 1601 122 1933 1 0 0 0 $| -9815359 0 object/building/general/wod_kwi_temple.iff 0 1124.1499 125.0 226.997 0.38267356 0 0.9238836 0 $| -9815360 9815359 object/cell/cell.iff 1 0 0 0 1 1.401298E-45 0 0 $| -9815361 9815359 object/cell/cell.iff 2 0 0 0 1 2.802597E-45 0 0 $| +9815359 0 object/building/general/wod_kwi_temple.iff 0 1124.1499 125 226.997 0.38267356 0 0.9238836 0 $| +9815360 9815359 object/cell/cell.iff 1 0 0 0 1 1.40E-45 0 0 $| +9815361 9815359 object/cell/cell.iff 2 0 0 0 1 2.80E-45 0 0 $| 9815362 9815361 object/tangible/furniture/wod_themepark/data_cache.iff 2 -0.3936987 -37.297607 8.471548 1 0 0 0 quest.task.ground.wave_event_controller $| From 39a491d17dd81c0ab659324f4ac6a825dc6e99a5 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 17 Jul 2021 01:44:29 -0400 Subject: [PATCH 036/107] WoD Fix SMC Mountain Bridge Spawns --- .../buildout/dathomir/dathomir_4_7.tab | 55 +++++++++++++++++-- .../buildout/dathomir/dathomir_4_7_ws.tab | 47 ---------------- .../celebrity/singing_mt_clan_guardian.java | 1 + .../datatables/buildout/areas_dathomir.tab | 1 - 4 files changed, 52 insertions(+), 52 deletions(-) delete mode 100755 sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7_ws.tab diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7.tab index e7a56c02b1..66ff8489a9 100755 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7.tab +++ b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7.tab @@ -1,6 +1,53 @@ objid container server_template_crc cell_index px py pz qw qx qy qz scripts objvars i i h i f f f f f f f s p --43930000 0 object/tangible/buildout/buildout_placeholder_ring.iff 0 0 -195 0 1 0 0 0 $| --868970803 0 object/tangible/collection/plant_11.iff 0 1222.17 121 93.3105 1 0 0 0 systems.collections.consume_click collection.slotName|4|col_plant_01:plant_11|$| --9725730 0 object/tangible/ground_spawning/area_spawner.iff 0 161.36182 124.20331 1627.0 0.75169384 0 -0.6595092 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000|fltMinSpawnTime|2|30.00|fltRadius|2|75.00|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|10|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_protector|strSpawnerType|4|area|strSpawns|4|spider_nightsister_protector|$| --9725731 0 object/tangible/ground_spawning/area_spawner.iff 0 161.36182 124.20331 1627.0 0.75169384 0 -0.6595092 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000|fltMinSpawnTime|2|30.00|fltRadius|2|75.00|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|10|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_crawler|strSpawnerType|4|area|strSpawns|4|spider_nightsister_crawler|$| +-1 0 object/tangible/buildout/buildout_placeholder_ring.iff 0 0 -195 0 1 0 0 0 $| +-2 0 object/tangible/collection/plant_11.iff 0 1222.17 121 93.3105 1 0 0 0 systems.collections.consume_click collection.slotName|4|col_plant_01:plant_11|$| +-3 0 object/tangible/ground_spawning/area_spawner.iff 0 161.36182 124.20331 1627 0.75169384 0 -0.6595092 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000|fltMinSpawnTime|2|30.00|fltRadius|2|75.00|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|10|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_protector|strSpawnerType|4|area|strSpawns|4|spider_nightsister_protector|$| +-4 0 object/tangible/ground_spawning/area_spawner.iff 0 161.36182 124.20331 1627 0.75169384 0 -0.6595092 0 systems.spawning.spawner_area fltMaxSpawnTime|2|120.000|fltMinSpawnTime|2|30.00|fltRadius|2|75.00|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|10|intSpawnSystem|0|1|registerWithController|0|1|strName|4|spider_nightsister_crawler|strSpawnerType|4|area|strSpawns|4|spider_nightsister_crawler|$| +-5 object/building/endor/endor_giant_catwalk.iff 0 1574 121.2 80 0.707108 0 0.707105 0 $| +-6 object/building/endor/endor_giant_catwalk.iff 0 1510 121.2 80 0.707107 0 0.707107 0 $| +-7 object/building/endor/endor_giant_catwalk.iff 0 1446 121.2 80 0.707107 0 0.707107 0 $| +-8 object/building/endor/endor_giant_catwalk.iff 0 1382 121.2 80 0.707107 0 0.707107 0 $| +-9 object/building/endor/endor_giant_catwalk.iff 0 1318 121.2 80 0.707107 0 0.707107 0 $| +-10 object/building/endor/endor_giant_catwalk.iff 0 1254 121.2 80 0.707107 0 0.707107 0 $| +-11 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1232.29 120.884 87.0933 0.707388 0 0.706825 0 $| +-12 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1228.2 121.015 94.8848 0.921061 0 0.389417 0 $| +-13 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1220.72 121.06 100.808 0.946043 0 0.324042 0 $| +-14 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1212.03 120.775 103.528 0.999688 0 0.0249965 0 $| +-15 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1232.51 120.978 72.9248 0.707389 0 0.706825 0 $| +-16 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1230.24 121.263 64.1055 0.462486 0 0.886626 0 $| +-17 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1224.7 121.218 56.3354 0.399341 0 0.916803 0 $| +-18 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1217.13 121.086 51.856 0.0257943 0 0.999667 0 $| +-19 object/building/endor/endor_tiki_torch.iff 0 1216.52 121 86.6587 1 0 0 0 $| +-20 object/building/endor/endor_tiki_torch.iff 0 1229.37 121 76.8735 1 0 0 0 $| +-21 object/building/endor/endor_tiki_torch.iff 0 1175.77 123.145 72.3701 1 0 0 0 $| +-22 object/building/endor/endor_tiki_torch.iff 0 1608.99 121 76.0664 3.20E-08 0 1 0 $| +-23 object/building/endor/endor_tiki_torch.iff 0 1653.89 124.926 70.042 3.20E-08 0 1 0 $| +-24 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1598.25 121 95.9214 0.886627 0 -0.462486 0 $| +-25 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1595.97 121 87.1021 -0.706826 0 0.707388 0 $| +-26 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1596.2 121 72.9336 -0.706824 0 0.707389 0 $| +-27 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1600.29 121.005 65.1421 -0.389417 0 0.921062 0 $| +-28 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1607.77 121 59.2183 -0.324042 0 0.946043 0 $| +-29 object/building/endor/endor_tiki_torch.iff 0 1608.68 121 83.8511 -0.624897 0 0.780707 0 $| +-30 object/building/endor/endor_tiki_torch.iff 0 1543.93 121 78.3052 0 0 1 0 $| +-31 object/building/endor/endor_tiki_torch.iff 0 1291.97 121 78.2935 -0.624897 0 0.780707 0 $| +-32 object/building/endor/endor_tiki_torch.iff 0 1415.98 121 78.3516 -0.624897 0 0.780707 0 $| +-33 object/building/endor/endor_tiki_torch.iff 0 1480 121 81.6763 -0.624897 0 0.780707 0 $| +-34 object/building/endor/endor_tiki_torch.iff 0 1352.01 121 81.6836 -0.624897 0 0.780707 0 $| +-35 object/static/structure/dathomir/mtn_clan_crows_nest_s01.iff 0 1543.88 106.16 79.9751 0.975897 0 -0.21823 0 $| +-36 object/static/structure/dathomir/mtn_clan_crows_nest_s01.iff 0 1291.85 106.96 79.9526 0.955337 0 -0.29552 0 $| +-37 object/static/structure/dathomir/mtn_clan_crows_nest_s01.iff 0 1416.15 106.8 79.4966 0.281157 0 0.959662 0 $| +-38 object/static/structure/dantooine/dant_boundary_post.iff 0 842.066 131.381 1216.02 0.721381 0 0.692538 0 $| +-39 object/static/structure/dathomir/night_sister_banner_s02.iff 0 842.913 128.206 1214.95 0.155167 0 0.987888 0 $| +-40 object/static/structure/naboo/gungan_pillar_damaged_s01.iff 0 842.109 127.707 1216.05 1 0 0 0 $| +-41 object/static/structure/dathomir/night_sister_banner_s01.iff 0 842.988 128.184 1217.14 0.978031 0 0.20846 0 $| +-42 object/static/structure/dantooine/dant_skull_bol.iff 0 842.217 134.025 1216.07 0.634277 0.290632 0.659644 -0.279455 $| +-43 object/static/structure/general/skeleton_human_head.iff 0 842.319 134.391 1214.76 -0.581683 0 0.813416 0 $| +-44 object/static/structure/general/skeleton_human_head.iff 0 843.578 134.37 1216.87 0.540302 0 0.841471 0 $| +-45 object/static/structure/general/skeleton_human_head.iff 0 842.399 134.356 1217.41 0.830941 0 -0.556361 0 $| +-46 object/static/structure/general/skeleton_human_head.iff 0 843.529 134.382 1215.17 0.810963 0 0.585097 0 $| +-47 object/static/structure/general/streetlamp_small_green_style_02.iff 0 842.268 125.763 1216.13 1 0 0 0 $| +-48 object/tangible/ground_spawning/area_spawner.iff 0 1212.851013 121.3592453 73.894531 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|90.000000|fltMinSpawnTime|2|30.000000|fltRadius|2|6.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|smc_sentry|strSpawnerType|4|area|strSpawns|4|singing_mountain_clan_sentry|$| +-49 object/tangible/ground_spawning/area_spawner.iff 0 1613.966217 121 78.783691 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|90.000000|fltMinSpawnTime|2|30.000000|fltRadius|2|6.000000|intDefaultBehavior|0|2|intGoodLocationSpawner|0|0|intSpawnCount|0|4|intSpawnSystem|0|1|registerWithController|0|1|strName|4|smc_sentry|strSpawnerType|4|area|strSpawns|4|singing_mountain_clan_sentry|$| +-50 object/tangible/ground_spawning/area_spawner.iff 0 1218.867 121 90.25 1 0 0 0 systems.spawning.spawner_area fltMaxSpawnTime|2|300.000000|fltMinSpawnTime|2|120.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|smc_councilwoman|strSpawnerType|4|area|strSpawns|4|singing_mtn_clan_councilwoman|$| +-51 object/tangible/ground_spawning/area_spawner.iff 0 1223.8303 121 90.4877 0.9279 0 -0.3726 0 systems.spawning.spawner_area fltMaxSpawnTime|2|300.000000|fltMinSpawnTime|2|120.000000|fltRadius|2|0.000000|intDefaultBehavior|0|1|intGoodLocationSpawner|0|0|intSpawnCount|0|1|intSpawnSystem|0|1|registerWithController|0|1|strName|4|smc_councilwoman|strSpawnerType|4|area|strSpawns|4|singing_mtn_clan_councilwoman|$| diff --git a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7_ws.tab b/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7_ws.tab deleted file mode 100755 index c064473cbb..0000000000 --- a/sku.0/sys.server/compiled/game/datatables/buildout/dathomir/dathomir_4_7_ws.tab +++ /dev/null @@ -1,47 +0,0 @@ -objid container server_template_crc cell_index px py pz qw qx qy qz scripts objvars -i i h i f f f f f f f s p -7105573 0 object/building/endor/endor_giant_catwalk.iff 0 1574 121.2 80 0.707108 0 0.707105 0 $| -7925592 0 object/building/endor/endor_giant_catwalk.iff 0 1510 121.2 80 0.707107 0 0.707107 0 $| -7925593 0 object/building/endor/endor_giant_catwalk.iff 0 1446 121.2 80 0.707107 0 0.707107 0 $| -7925594 0 object/building/endor/endor_giant_catwalk.iff 0 1382 121.2 80 0.707107 0 0.707107 0 $| -7925595 0 object/building/endor/endor_giant_catwalk.iff 0 1318 121.2 80 0.707107 0 0.707107 0 $| -7925596 0 object/building/endor/endor_giant_catwalk.iff 0 1254 121.2 80 0.707107 0 0.707107 0 $| -7925598 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1232.29 120.884 87.0933 0.707388 0 0.706825 0 $| -7925600 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1228.2 121.015 94.8848 0.921061 0 0.389417 0 $| -7925601 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1220.72 121.06 100.808 0.946043 0 0.324042 0 $| -7925602 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1212.03 120.775 103.528 0.999688 0 0.0249965 0 $| -7925603 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1232.51 120.978 72.9248 0.707389 0 0.706825 0 $| -7925604 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1230.24 121.263 64.1055 0.462486 0 0.886626 0 $| -7925605 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1224.7 121.218 56.3354 0.399341 0 0.916803 0 $| -7925606 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1217.13 121.086 51.856 0.0257943 0 0.999667 0 $| -7925607 0 object/building/endor/endor_tiki_torch.iff 0 1216.52 121 86.6587 1 0 0 0 $| -7925608 0 object/building/endor/endor_tiki_torch.iff 0 1229.37 121 76.8735 1 0 0 0 $| -7925609 0 object/building/endor/endor_tiki_torch.iff 0 1175.77 123.145 72.3701 1 0 0 0 $| -7925610 0 object/building/endor/endor_tiki_torch.iff 0 1608.99 121 76.0664 3.20E-08 0 1 0 $| -7925611 0 object/building/endor/endor_tiki_torch.iff 0 1653.89 124.926 70.042 3.20E-08 0 1 0 $| -7925613 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1598.25 121 95.9214 0.886627 0 -0.462486 0 $| -7925615 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1595.97 121 87.1021 -0.706826 0 0.707388 0 $| -7925617 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1596.2 121 72.9336 -0.706824 0 0.707389 0 $| -7925618 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1600.29 121.005 65.1421 -0.389417 0 0.921062 0 $| -7925619 0 object/static/structure/dathomir/mtn_clan_strong_fence_s01.iff 0 1607.77 121 59.2183 -0.324042 0 0.946043 0 $| -7925621 0 object/building/endor/endor_tiki_torch.iff 0 1608.68 121 83.8511 -0.624897 0 0.780707 0 $| -7925623 0 object/building/endor/endor_tiki_torch.iff 0 1543.93 121 78.3052 0 0 1 0 $| -7925627 0 object/building/endor/endor_tiki_torch.iff 0 1291.97 121 78.2935 -0.624897 0 0.780707 0 $| -7925628 0 object/building/endor/endor_tiki_torch.iff 0 1415.98 121 78.3516 -0.624897 0 0.780707 0 $| -7925629 0 object/building/endor/endor_tiki_torch.iff 0 1480 121 81.6763 -0.624897 0 0.780707 0 $| -7925630 0 object/building/endor/endor_tiki_torch.iff 0 1352.01 121 81.6836 -0.624897 0 0.780707 0 $| -7925656 0 object/static/structure/dathomir/mtn_clan_crows_nest_s01.iff 0 1543.88 106.16 79.9751 0.975897 0 -0.21823 0 $| -7925657 0 object/static/structure/dathomir/mtn_clan_crows_nest_s01.iff 0 1291.85 106.96 79.9526 0.955337 0 -0.29552 0 $| -7925658 0 object/static/structure/dathomir/mtn_clan_crows_nest_s01.iff 0 1416.15 106.8 79.4966 0.281157 0 0.959662 0 $| -9725762 0 object/static/structure/dantooine/dant_boundary_post.iff 0 842.066 131.381 1216.02 0.721381 0 0.692538 0 $| -9725767 0 object/static/structure/dathomir/night_sister_banner_s02.iff 0 842.913 128.206 1214.95 0.155167 0 0.987888 0 $| -9725769 0 object/static/structure/naboo/gungan_pillar_damaged_s01.iff 0 842.109 127.707 1216.05 1 0 0 0 $| -9725772 0 object/static/structure/dathomir/night_sister_banner_s01.iff 0 842.988 128.184 1217.14 0.978031 0 0.20846 0 $| -9725777 0 object/static/structure/dantooine/dant_skull_bol.iff 0 842.217 134.025 1216.07 0.634277 0.290632 0.659644 -0.279455 $| -9725796 0 object/static/structure/general/skeleton_human_head.iff 0 842.319 134.391 1214.76 -0.581683 0 0.813416 0 $| -9725799 0 object/static/structure/general/skeleton_human_head.iff 0 843.578 134.37 1216.87 0.540302 0 0.841471 0 $| -9725800 0 object/static/structure/general/skeleton_human_head.iff 0 842.399 134.356 1217.41 0.830941 0 -0.556361 0 $| -9725801 0 object/static/structure/general/skeleton_human_head.iff 0 843.529 134.382 1215.17 0.810963 0 0.585097 0 $| -9725841 0 object/static/structure/general/streetlamp_small_green_style_02.iff 0 842.268 125.763 1216.13 1 0 0 0 $| -7925643 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1212.851013 121.3592453 73.894531 1 0 0 0 $| -7925645 0 object/tangible/poi/spawnegg/exterior_spawnegg.iff 0 1613.966217 121 78.783691 1 0 0 0 $| diff --git a/sku.0/sys.server/compiled/game/script/npc/celebrity/singing_mt_clan_guardian.java b/sku.0/sys.server/compiled/game/script/npc/celebrity/singing_mt_clan_guardian.java index 43804a4974..78c9b158a4 100755 --- a/sku.0/sys.server/compiled/game/script/npc/celebrity/singing_mt_clan_guardian.java +++ b/sku.0/sys.server/compiled/game/script/npc/celebrity/singing_mt_clan_guardian.java @@ -12,6 +12,7 @@ public int OnAttach(obj_id self) throws InterruptedException { setName(self, "Singing Mountain Clan Guardian"); ai_lib.setDefaultCalmBehavior(self, ai_lib.BEHAVIOR_SENTINEL); + setInvulnerable(self, false); return SCRIPT_CONTINUE; } } diff --git a/sku.0/sys.shared/compiled/game/datatables/buildout/areas_dathomir.tab b/sku.0/sys.shared/compiled/game/datatables/buildout/areas_dathomir.tab index 1ac345d233..beb1b58831 100755 --- a/sku.0/sys.shared/compiled/game/datatables/buildout/areas_dathomir.tab +++ b/sku.0/sys.shared/compiled/game/datatables/buildout/areas_dathomir.tab @@ -94,7 +94,6 @@ dathomir_4_3_ws -2048 -4096 0 -2048 dathomir_4_4_ws -2048 -2048 0 0 dathomir_4_5_ws -2048 0 0 2048 dathomir_4_6_ws -2048 2048 0 4096 -dathomir_4_7_ws -2048 4096 0 6144 dathomir_4_8_ws -2048 6144 0 8192 dathomir_5_1_ws 0 -8192 2048 -6144 dathomir_5_2_ws 0 -6144 2048 -4096 From 2d34e1f88e5345cc777121555310674b7a3d48e0 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sat, 17 Jul 2021 02:43:56 -0400 Subject: [PATCH 037/107] Delete read.me --- sku.0/sys.server/compiled/game/script/theme_park/tralus/read.me | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 sku.0/sys.server/compiled/game/script/theme_park/tralus/read.me diff --git a/sku.0/sys.server/compiled/game/script/theme_park/tralus/read.me b/sku.0/sys.server/compiled/game/script/theme_park/tralus/read.me deleted file mode 100755 index ccc11d8ceb..0000000000 --- a/sku.0/sys.server/compiled/game/script/theme_park/tralus/read.me +++ /dev/null @@ -1,2 +0,0 @@ -This is a read.me file -You are in a directory. There is a mailbox here. From 3e6ef6b58bcbfa524ca2fb9a5591401e10bdb60b Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sun, 18 Jul 2021 14:29:09 -0400 Subject: [PATCH 038/107] Update wod_kyrisa.java --- .../compiled/game/script/conversation/wod_kyrisa.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java b/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java index dcba5f17f5..24d7972a21 100644 --- a/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java +++ b/sku.0/sys.server/compiled/game/script/conversation/wod_kyrisa.java @@ -36,7 +36,7 @@ public boolean wod_kyrisa_condition_bossCurrentlyBusy(obj_id player, obj_id npc) } public boolean wod_kyrisa_condition_playerHasNoGroup(obj_id player, obj_id npc) throws InterruptedException { - if(isGod(player) || isIdValid(player)) + if(isGod(player)) { sendSystemMessageTestingOnly(player, "God Mode: You are bypassing the group requirement because you are in God Mode."); return false; @@ -93,7 +93,7 @@ public void wod_kyrisa_action_sendReturnedSignalWholeTruthII(obj_id player, obj_ public void wod_kyrisa_action_sendReturnedSignalKyrisaChallenged(obj_id player, obj_id npc) throws InterruptedException { dictionary d = new dictionary(); - if(isIdValid(player) || (isGod(player) && !isIdValid(getGroupObject(player)))) + if(isGod(player) && !isIdValid(getGroupObject(player))) { d.put("groupId", obj_id.NULL_ID); d.put("groupMembers", new obj_id[]{player}); From 604b777905013af6d892299ca371dc7673a9cf9f Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sun, 18 Jul 2021 15:23:48 -0400 Subject: [PATCH 039/107] Update corrupted_rancor_mutation_npc.java --- .../script/theme_park/wod/corrupted_rancor_mutation_npc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_mutation_npc.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_mutation_npc.java index 7039dbc837..cde57da660 100644 --- a/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_mutation_npc.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/corrupted_rancor_mutation_npc.java @@ -106,7 +106,7 @@ public int OnCreatureDamaged(obj_id self, obj_id attacker, obj_id weapon, int[] final obj_id[] groupMembers = utils.getObjIdArrayScriptVar(self, "groupMembers"); if(!Arrays.asList(groupMembers).contains(attacker)) { - sendSystemMessageTestingOnly(self, "You are not a group participant in this attack so your combat damage does not harm the creature."); + sendSystemMessageTestingOnly(attacker, "You are not a group participant in this attack so your combat damage does not harm the creature."); addToHealth(self, IntStream.of(damage).sum()); } return SCRIPT_CONTINUE; From 8b61075e5f0a7093a5b9043136637e10de10d155 Mon Sep 17 00:00:00 2001 From: BloodCommando <49352765+BloodCommando@users.noreply.github.com> Date: Mon, 19 Jul 2021 19:21:48 -0400 Subject: [PATCH 040/107] Fix for WoD Trees/Plants Restructures WoD Plants/Trees to be more coherent and in keeping with how they were on live. Removes prologue tree 09-12 as they are actually "potted plants" per EoL and awarded through the themepark rather than the prologue. Corrected the generic themepark herb jar which was previously using the nightsister jar appearance. Updated other herb jars to use the correct names they used on live and updated the rewards.tab to correspond. The generics were already their correct names, so the quest tabs do not need to be updated. Updated all herb jars to use correct scripts and updated scripts to correctly award the proper trees/plants. Removed any incorrect or redundant objects. Since information is very hard to find I've included it in this commit. Prologue Trees 1-8 are awarded via the prologue seed jar. Nightsister & Singing Mountain Prologue Trees 1-8 are awarded via the prologue collection for Nightsisters. Potted Plants 1-9 are awarded via the Witches of Dathomir seed jar. Nightsister & Singing Mountain Potted Plants 1-9 are awarded via the collections for the main Themepark herb delivery quests, which also gives a seed jar for the respective faction. tl;dr tress are prologue and potted plants are part of the main themepark. --- .../game/datatables/collection/rewards.tab | 4 +- .../item/master_item/item_stats.tab | 76 ++++++++++++------ .../item/master_item/master_item.tab | 73 +++++++++++++---- ...chem_01.tpf => wod_ns_potted_plant_01.tpf} | 4 +- ...chem_02.tpf => wod_ns_potted_plant_02.tpf} | 4 +- ...chem_03.tpf => wod_ns_potted_plant_03.tpf} | 4 +- ...chem_04.tpf => wod_ns_potted_plant_04.tpf} | 4 +- ...chem_05.tpf => wod_ns_potted_plant_05.tpf} | 4 +- ...chem_06.tpf => wod_ns_potted_plant_06.tpf} | 4 +- ...chem_07.tpf => wod_ns_potted_plant_07.tpf} | 4 +- ...chem_08.tpf => wod_ns_potted_plant_08.tpf} | 4 +- ...chem_09.tpf => wod_ns_potted_plant_09.tpf} | 4 +- ...t_schem_01.tpf => wod_potted_plant_01.tpf} | 4 +- ...t_schem_02.tpf => wod_potted_plant_02.tpf} | 4 +- ...t_schem_03.tpf => wod_potted_plant_03.tpf} | 4 +- ...t_schem_04.tpf => wod_potted_plant_04.tpf} | 4 +- ...t_schem_05.tpf => wod_potted_plant_05.tpf} | 4 +- ...t_schem_06.tpf => wod_potted_plant_06.tpf} | 4 +- ...t_schem_07.tpf => wod_potted_plant_07.tpf} | 4 +- ...t_schem_08.tpf => wod_potted_plant_08.tpf} | 4 +- ...t_schem_09.tpf => wod_potted_plant_09.tpf} | 4 +- .../furniture/wod_pro_ns_tree_01.tpf | 49 ++++++++++++ .../furniture/wod_pro_ns_tree_02.tpf | 49 ++++++++++++ .../furniture/wod_pro_ns_tree_03.tpf | 49 ++++++++++++ .../furniture/wod_pro_ns_tree_04.tpf | 49 ++++++++++++ ...pro_tree_09.tpf => wod_pro_ns_tree_05.tpf} | 12 +-- ...pro_tree_10.tpf => wod_pro_ns_tree_06.tpf} | 12 +-- ...pro_tree_11.tpf => wod_pro_ns_tree_07.tpf} | 12 +-- ...pro_tree_12.tpf => wod_pro_ns_tree_08.tpf} | 12 +-- .../furniture/wod_pro_sm_tree_01.tpf | 49 ++++++++++++ .../furniture/wod_pro_sm_tree_02.tpf | 49 ++++++++++++ .../furniture/wod_pro_sm_tree_03.tpf | 49 ++++++++++++ .../furniture/wod_pro_sm_tree_04.tpf | 49 ++++++++++++ .../furniture/wod_pro_sm_tree_05.tpf | 49 ++++++++++++ .../furniture/wod_pro_sm_tree_06.tpf | 49 ++++++++++++ .../furniture/wod_pro_sm_tree_07.tpf | 49 ++++++++++++ .../furniture/wod_pro_sm_tree_08.tpf | 49 ++++++++++++ ...chem_01.tpf => wod_sm_potted_plant_01.tpf} | 4 +- ...chem_02.tpf => wod_sm_potted_plant_02.tpf} | 4 +- ...chem_03.tpf => wod_sm_potted_plant_03.tpf} | 4 +- ...chem_04.tpf => wod_sm_potted_plant_04.tpf} | 4 +- ...chem_05.tpf => wod_sm_potted_plant_05.tpf} | 4 +- ...chem_06.tpf => wod_sm_potted_plant_06.tpf} | 4 +- ...chem_07.tpf => wod_sm_potted_plant_07.tpf} | 4 +- ...chem_08.tpf => wod_sm_potted_plant_08.tpf} | 4 +- ...chem_09.tpf => wod_sm_potted_plant_09.tpf} | 4 +- .../wod_themepark/wod_pro_seed_jar_ns.tpf | 2 +- .../wod_themepark/wod_pro_seed_jar_sm.tpf | 2 +- .../wod_themepark/wod_pro_tree_09.tpf | 9 --- .../wod_themepark/wod_pro_tree_10.tpf | 9 --- .../wod_themepark/wod_pro_tree_11.tpf | 9 --- .../wod_themepark/wod_pro_tree_12.tpf | 9 --- .../script/theme_park/wod/pro_seed_jar.java | 16 ++-- ...seed_jar_nsm.java => pro_seed_jar_ns.java} | 18 +++-- .../theme_park/wod/pro_seed_jar_sm.java | 72 +++++++++++++++++ .../theme_park/wod/wod_release_seed_jar.java | 26 +++---- .../wod/wod_release_seed_jar_ns.java | 78 +++++++++++++++++++ .../wod/wod_release_seed_jar_sm.java | 78 +++++++++++++++++++ .../wod_themepark/shared_wod_pro_tree_09.tpf | 16 ---- .../wod_themepark/shared_wod_pro_tree_10.tpf | 16 ---- .../wod_themepark/shared_wod_pro_tree_11.tpf | 16 ---- .../wod_themepark/shared_wod_pro_tree_12.tpf | 16 ---- 62 files changed, 1037 insertions(+), 252 deletions(-) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_ns_potted_plant_schem_01.tpf => wod_ns_potted_plant_01.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_ns_potted_plant_schem_02.tpf => wod_ns_potted_plant_02.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_ns_potted_plant_schem_03.tpf => wod_ns_potted_plant_03.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_ns_potted_plant_schem_04.tpf => wod_ns_potted_plant_04.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_ns_potted_plant_schem_05.tpf => wod_ns_potted_plant_05.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_ns_potted_plant_schem_06.tpf => wod_ns_potted_plant_06.tpf} (96%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_ns_potted_plant_schem_07.tpf => wod_ns_potted_plant_07.tpf} (96%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_ns_potted_plant_schem_08.tpf => wod_ns_potted_plant_08.tpf} (96%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_ns_potted_plant_schem_09.tpf => wod_ns_potted_plant_09.tpf} (96%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_potted_plant_schem_01.tpf => wod_potted_plant_01.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_potted_plant_schem_02.tpf => wod_potted_plant_02.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_potted_plant_schem_03.tpf => wod_potted_plant_03.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_potted_plant_schem_04.tpf => wod_potted_plant_04.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_potted_plant_schem_05.tpf => wod_potted_plant_05.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_potted_plant_schem_06.tpf => wod_potted_plant_06.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_potted_plant_schem_07.tpf => wod_potted_plant_07.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_potted_plant_schem_08.tpf => wod_potted_plant_08.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_potted_plant_schem_09.tpf => wod_potted_plant_09.tpf} (97%) create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_04.tpf rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_pro_tree_09.tpf => wod_pro_ns_tree_05.tpf} (83%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_pro_tree_10.tpf => wod_pro_ns_tree_06.tpf} (83%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_pro_tree_11.tpf => wod_pro_ns_tree_07.tpf} (83%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_pro_tree_12.tpf => wod_pro_ns_tree_08.tpf} (83%) create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_01.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_02.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_03.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_04.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_05.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_06.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_07.tpf create mode 100644 sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_08.tpf rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_sm_potted_plant_schem_01.tpf => wod_sm_potted_plant_01.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_sm_potted_plant_schem_02.tpf => wod_sm_potted_plant_02.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_sm_potted_plant_schem_03.tpf => wod_sm_potted_plant_03.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_sm_potted_plant_schem_04.tpf => wod_sm_potted_plant_04.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_sm_potted_plant_schem_05.tpf => wod_sm_potted_plant_05.tpf} (97%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_sm_potted_plant_schem_06.tpf => wod_sm_potted_plant_06.tpf} (96%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_sm_potted_plant_schem_07.tpf => wod_sm_potted_plant_07.tpf} (96%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_sm_potted_plant_schem_08.tpf => wod_sm_potted_plant_08.tpf} (96%) rename sku.0/sys.server/compiled/game/object/draft_schematic/furniture/{wod_sm_potted_plant_schem_09.tpf => wod_sm_potted_plant_09.tpf} (96%) delete mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_09.tpf delete mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_10.tpf delete mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_11.tpf delete mode 100644 sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_12.tpf rename sku.0/sys.server/compiled/game/script/theme_park/wod/{pro_seed_jar_nsm.java => pro_seed_jar_ns.java} (78%) create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_sm.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar_ns.java create mode 100644 sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar_sm.java delete mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.tpf delete mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.tpf delete mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.tpf delete mode 100644 sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.tpf diff --git a/sku.0/sys.server/compiled/game/datatables/collection/rewards.tab b/sku.0/sys.server/compiled/game/datatables/collection/rewards.tab index b7c1c852c1..7751152f3b 100755 --- a/sku.0/sys.server/compiled/game/datatables/collection/rewards.tab +++ b/sku.0/sys.server/compiled/game/datatables/collection/rewards.tab @@ -502,8 +502,8 @@ col_rare_loot_five rare_loot_chest_quality_1 col_exceptional_loot_five rare_loot_chest_quality_2 col_legendary_loot_five rare_loot_chest_quality_3 col_esb_anniversary_30 item_esb_holocron_of_destiny -wod_prologue_herb_col item_wod_pro_herb_reward_jar_sm A seed jar SMC -wod_prologue_ns_herb_col item_wod_pro_herb_reward_jar_ns A seed jar NS +wod_prologue_herb_col item_wod_pro_sm_herb_reward_jar A seed jar SMC +wod_prologue_ns_herb_col item_wod_pro_ns_herb_reward_jar A seed jar NS wod_prologue_kill_rancors_col item_wod_mutated_rancor_toy wod_prologue_kill_spiders_col item_wod_gaping_spider_toy wod_prologue_singing_outcasts_col item_painting_wod_sm_01 diff --git a/sku.0/sys.server/compiled/game/datatables/item/master_item/item_stats.tab b/sku.0/sys.server/compiled/game/datatables/item/master_item/item_stats.tab index 739086a4ac..0e69e3b4a4 100755 --- a/sku.0/sys.server/compiled/game/datatables/item/master_item/item_stats.tab +++ b/sku.0/sys.server/compiled/game/datatables/item/master_item/item_stats.tab @@ -4794,21 +4794,60 @@ item_band_set_trader_01_01 luck_modified=30,precision_modified=30,strength_modif item_ring_set_ent_01_01 strength_modified=30,agility_modified=30 int:item.set.set_id=130001 item_ring_set_trader_01_01 luck_modified=30,precision_modified=30,strength_modified=30 int:item.set.set_id=140001 rebel_trooper_hat_schematic string:loot_schematic.schematic=object/draft_schematic/clothing/clothing_hat_rebel_trooper.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_domestics_phase4_master -item_wod_pro_tree_01_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_02_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_03_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_04_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_05_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_06_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_07_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_08_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_09_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_09.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_10_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_10.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_11_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_11.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -item_wod_pro_tree_12_schematic string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_12.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_tree_01 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_tree_02 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_tree_03 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_tree_04 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_tree_05 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_tree_06 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_tree_07 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_tree_08 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_tree_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_ns_tree_01 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_ns_tree_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_ns_tree_02 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_ns_tree_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_ns_tree_03 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_ns_tree_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_ns_tree_04 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_ns_tree_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_ns_tree_05 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_ns_tree_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_ns_tree_06 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_ns_tree_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_ns_tree_07 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_ns_tree_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_ns_tree_08 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_ns_tree_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_sm_tree_01 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_sm_tree_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_sm_tree_02 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_sm_tree_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_sm_tree_03 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_sm_tree_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_sm_tree_04 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_sm_tree_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_sm_tree_05 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_sm_tree_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_sm_tree_06 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_sm_tree_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_sm_tree_07 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_sm_tree_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_pro_sm_tree_08 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_pro_sm_tree_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_potted_plant_01 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_potted_plant_02 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_potted_plant_03 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_potted_plant_04 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_potted_plant_05 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_potted_plant_06 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_potted_plant_07 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_potted_plant_08 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_potted_plant_09 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_09.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_ns_potted_plant_01 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_ns_potted_plant_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_ns_potted_plant_02 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_ns_potted_plant_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_ns_potted_plant_03 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_ns_potted_plant_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_ns_potted_plant_04 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_ns_potted_plant_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_ns_potted_plant_05 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_ns_potted_plant_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_ns_potted_plant_06 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_ns_potted_plant_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_ns_potted_plant_07 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_ns_potted_plant_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_ns_potted_plant_08 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_ns_potted_plant_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_ns_potted_plant_09 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_ns_potted_plant_09.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_sm_potted_plant_01 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_sm_potted_plant_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_sm_potted_plant_02 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_sm_potted_plant_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_sm_potted_plant_03 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_sm_potted_plant_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_sm_potted_plant_04 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_sm_potted_plant_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_sm_potted_plant_05 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_sm_potted_plant_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_sm_potted_plant_06 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_sm_potted_plant_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_sm_potted_plant_07 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_sm_potted_plant_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_sm_potted_plant_08 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_sm_potted_plant_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice +item_schematic_wod_sm_potted_plant_09 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_sm_potted_plant_09.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice item_wod_pro_herb_reward_jar -item_wod_pro_herb_reward_jar_ns -item_wod_pro_herb_reward_jar_sm +item_wod_pro_ns_herb_reward_jar +item_wod_pro_sm_herb_reward_jar item_painting_wod_scene_01 item_painting_wod_scene_02 item_painting_wod_scene_03 @@ -4870,12 +4909,3 @@ item_wod_smc_schematic_tril string:loot_schematic.schematic=object/draft_schem item_wod_smc_schematic_hut string:loot_schematic.schematic=object/draft_schematic/structure/wod_sm_hut.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice item_wod_smc_schematic_wall string:loot_schematic.schematic=object/draft_schematic/furniture/city/wod_sm_wall.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice item_wod_smc_herb_reward_jar -wod_potted_plant_schem_01 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_01.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -wod_potted_plant_schem_02 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_02.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -wod_potted_plant_schem_03 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_03.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -wod_potted_plant_schem_04 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_04.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -wod_potted_plant_schem_05 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_05.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -wod_potted_plant_schem_06 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_06.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -wod_potted_plant_schem_07 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_07.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -wod_potted_plant_schem_08 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_08.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice -wod_potted_plant_schem_09 string:loot_schematic.schematic=object/draft_schematic/furniture/wod_potted_plant_schem_09.iff,int:loot_schematic.uses=1,string:loot_schematic.skill_req=class_structures_phase1_novice diff --git a/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab b/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab index 122c17bba8..6403184e4f 100755 --- a/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab +++ b/sku.0/sys.server/compiled/game/datatables/item/master_item/master_item.tab @@ -8566,21 +8566,60 @@ armor_infiltrator_leggings_02 object/tangible/wearables/armor/infiltrator/armor_ armor_infiltrator_gloves_02 object/tangible/wearables/armor/infiltrator/armor_infiltrator_s02_gloves.iff armor 90 4 armor_infiltrator_boots_02 object/tangible/wearables/armor/infiltrator/armor_infiltrator_s02_boots.iff armor 90 4 armor_infiltrator_belt_02 object/tangible/wearables/armor/infiltrator/armor_infiltrator_s02_belt.iff armor 90 4 -item_wod_pro_tree_01_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 1 Tree 1 schematic -item_wod_pro_tree_02_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 2 Tree 2 schematic -item_wod_pro_tree_03_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 3 Tree 3 schematic -item_wod_pro_tree_04_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Small Tree 4 Tree 4 schematic -item_wod_pro_tree_05_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Medium Tree 1 Tree 5 schematic -item_wod_pro_tree_06_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Medium Tree 2 Tree 6 schematic -item_wod_pro_tree_07_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Medium Tree 3 Tree 7 schematic -item_wod_pro_tree_08_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Medium Tree 4 Tree 8 schematic -item_wod_pro_tree_09_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Large Tree 1 Tree 9 schematic -item_wod_pro_tree_10_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Large Tree 2 Tree 10 schematic -item_wod_pro_tree_11_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Large Tree 3 Tree 11 schematic -item_wod_pro_tree_12_schematic object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 WoD Prologue Large Tree 4 Tree 12 schematic +item_schematic_wod_pro_tree_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Small Potted Tree Style I +item_schematic_wod_pro_tree_02 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Small Potted Tree Style II +item_schematic_wod_pro_tree_03 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Small Potted Tree Style III +item_schematic_wod_pro_tree_04 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Small Potted Tree Style IV +item_schematic_wod_pro_tree_05 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Medium Potted Tree Style I +item_schematic_wod_pro_tree_06 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Medium Potted Tree Style II +item_schematic_wod_pro_tree_07 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Medium Potted Tree Style III +item_schematic_wod_pro_tree_08 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Medium Potted Tree Style IV +item_schematic_wod_pro_ns_tree_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Small Potted Tree Style I +item_schematic_wod_pro_ns_tree_02 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Small Potted Tree Style II +item_schematic_wod_pro_ns_tree_03 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Small Potted Tree Style III +item_schematic_wod_pro_ns_tree_04 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Small Potted Tree Style IV +item_schematic_wod_pro_ns_tree_05 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Medium Potted Tree Style I +item_schematic_wod_pro_ns_tree_06 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Medium Potted Tree Style II +item_schematic_wod_pro_ns_tree_07 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Medium Potted Tree Style III +item_schematic_wod_pro_ns_tree_08 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Medium Potted Tree Style IV +item_schematic_wod_pro_sm_tree_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Schematic: Singing Mountain Small Potted Tree Style I +item_schematic_wod_pro_sm_tree_02 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Small Potted Tree Style II +item_schematic_wod_pro_sm_tree_03 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Small Potted Tree Style III +item_schematic_wod_pro_sm_tree_04 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Small Potted Tree Style IV +item_schematic_wod_pro_sm_tree_05 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Medium Potted Tree Style I +item_schematic_wod_pro_sm_tree_06 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Medium Potted Tree Style II +item_schematic_wod_pro_sm_tree_07 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Medium Potted Tree Style III +item_schematic_wod_pro_sm_tree_08 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Medium Potted Tree Style IV +item_schematic_wod_potted_plant_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Potted Lesset Plant +item_schematic_wod_potted_plant_02 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Potted Fern +item_schematic_wod_potted_plant_03 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Potted Plant +item_schematic_wod_potted_plant_04 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Potted Shrubbery +item_schematic_wod_potted_plant_05 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Weeping Plant +item_schematic_wod_potted_plant_06 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Large Potted Tree Style I +item_schematic_wod_potted_plant_07 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Large Potted Tree Style II +item_schematic_wod_potted_plant_08 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Large Potted Tree Style III +item_schematic_wod_potted_plant_09 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Large Potted Tree Style IV +item_schematic_wod_ns_potted_plant_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Potted Lesset Plant +item_schematic_wod_ns_potted_plant_02 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Potted Fern +item_schematic_wod_ns_potted_plant_03 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Potted Plant +item_schematic_wod_ns_potted_plant_04 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Potted Shrubbery +item_schematic_wod_ns_potted_plant_05 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Weeping Plant +item_schematic_wod_ns_potted_plant_06 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Large Potted Tree Style I +item_schematic_wod_ns_potted_plant_07 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Large Potted Tree Style II +item_schematic_wod_ns_potted_plant_08 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Large Potted Tree Style III +item_schematic_wod_ns_potted_plant_09 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Nightsisters Large Potted Tree Style IV +item_schematic_wod_sm_potted_plant_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Potted Lesset Plant +item_schematic_wod_sm_potted_plant_02 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Potted Fern +item_schematic_wod_sm_potted_plant_03 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Potted Plant +item_schematic_wod_sm_potted_plant_04 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Potted Shrubbery +item_schematic_wod_sm_potted_plant_05 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Weeping Plant +item_schematic_wod_sm_potted_plant_06 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Large Potted Tree Style I +item_schematic_wod_sm_potted_plant_07 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Large Potted Tree Style II +item_schematic_wod_sm_potted_plant_08 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Large Potted Tree Style III +item_schematic_wod_sm_potted_plant_09 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Schematic: Singing Mountain Large Potted Tree Style IV item_wod_pro_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar.iff 1 1 WoD Prologue Seed Jar Seed jar that grants random small/medium tree schematic -item_wod_pro_herb_reward_jar_sm object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.iff 1 1 WoD Prologue Seed Jar NS Seed jar that grants random large tree schematic -item_wod_pro_herb_reward_jar_ns object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.iff 1 1 WoD Prologue Seed Jar SM Seed jar that grants random large tree schematic +item_wod_pro_sm_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.iff 1 1 WoD Prologue Seed Jar NS Seed jar that grants random large tree schematic +item_wod_pro_ns_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.iff 1 1 WoD Prologue Seed Jar SM Seed jar that grants random large tree schematic item_painting_wod_scene_01 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_01.iff 1 1 Dathomir Scenery 1 Reward for quest outcasts item_painting_wod_scene_02 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_02.iff 1 1 Dathomir Scenery 2 Reward for quest outcasts item_painting_wod_scene_03 object/tangible/furniture/wod_themepark/wod_pro_painting_scene_03.iff 1 1 Dathomir Scenery 3 Reward for quest outcasts @@ -8602,7 +8641,7 @@ item_wod_token_4 object/tangible/content/wod_token_4.iff 1 item.special.n item_wod_token_5 object/tangible/content/wod_token_5.iff 1 item.special.nomove,object.autostack,item.heroic_token 1 Rare Dried Herbs item_wod_token_temp object/tangible/content/wod_token_1.iff 1 item.special.nomove,object.autostack,theme_park.wod.random_wod_token 1 A Random Valuable item_schematic_wod_sm_mask_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic 1 Singing Mountain Clan Mask -item_wod_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.iff 1 theme_park.wod.wod_release_seed_jar 1 WoD Seed Jar Seed jar that grants random ? tree schematic +item_wod_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar.iff 1 theme_park.wod.wod_release_seed_jar 1 WoD Seed Jar Seed jar that grants random ? tree schematic item_wod_crafting_holocron_01 object/tangible/theme_park/wod/wod_crafting_template.iff 1 1 Allya's Holocron Item that unlocks the crafting bracelet item_wod_ns_boots object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic item_wod_ns_shroud object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic @@ -8627,7 +8666,7 @@ item_wod_ns_schematic_hut object/tangible/deed/player_house_deed/wod_ns_hut_deed item_wod_ns_schematic_fence object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic item_wod_ns_sign_hanging object/tangible/item/skillmod/skillmod_wod_sm_hanging_sign.iff systems.sign.special_sign 2 item_wod_ns_sign_standing object/tangible/item/skillmod/skillmod_wod_sm_standing_sign.iff systems.sign.special_sign 2 -item_wod_ns_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.iff 1 theme_park.wod.wod_release_seed_jar 1 WoD Seed Jar Seed jar that grants random ? tree schematic +item_wod_ns_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.iff 1 theme_park.wod.wod_release_seed_jar_ns 1 WoD Seed Jar Seed jar that grants random ? tree schematic item_wod_smc_boots object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic item_wod_smc_wrap object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic item_wod_smc_shroud object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic @@ -8641,7 +8680,7 @@ item_wod_smc_schematic_stones object/tangible/loot/loot_schematic/generic_limite item_wod_smc_schematic_tril object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic item_wod_smc_schematic_hut object/tangible/deed/player_house_deed/wod_sm_hut_deed.iff 1 item.loot_schematic.loot_schematic item_wod_smc_schematic_wall object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic -item_wod_smc_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.iff 1 theme_park.wod.wod_release_seed_jar 1 WoD Seed Jar Seed jar that grants random ? tree schematic +item_wod_smc_herb_reward_jar object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.iff 1 theme_park.wod.wod_release_seed_jar_sm 1 WoD Seed Jar Seed jar that grants random ? tree schematic wod_potted_plant_schem_01 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic wod_potted_plant_schem_02 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic wod_potted_plant_schem_03 object/tangible/loot/loot_schematic/generic_limited_use.iff 1 item.loot_schematic.loot_schematic diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_01.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_01.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_01.tpf index 9f1bcedbc0..3a8cb48a90 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_01.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_01.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_ns_potted_plant_schem_01.tpf +// wod_ns_potted_plant_01.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_01.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_01.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_02.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_02.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_02.tpf index ddbf2e55f0..285654f48a 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_02.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_02.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_ns_potted_plant_schem_02.tpf +// wod_ns_potted_plant_02.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_02.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_02.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_03.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_03.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_03.tpf index d03874637a..d899e8c9ee 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_03.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_03.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_ns_potted_plant_schem_03.tpf +// wod_ns_potted_plant_03.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_03.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_03.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_04.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_04.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_04.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_04.tpf index a22d5d583f..70b5287354 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_04.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_04.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_ns_potted_plant_schem_04.tpf +// wod_ns_potted_plant_04.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_04.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_04.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_05.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_05.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_05.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_05.tpf index f5ab2f5d33..a094f78568 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_05.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_05.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_ns_potted_plant_schem_05.tpf +// wod_ns_potted_plant_05.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_05.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_05.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_06.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_06.tpf similarity index 96% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_06.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_06.tpf index 1aa568c1f4..fdb9d57e35 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_06.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_06.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_ns_potted_plant_schem_06.tpf +// wod_ns_potted_plant_06.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_06.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_06.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_07.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_07.tpf similarity index 96% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_07.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_07.tpf index d78aadba83..6ab4b475f6 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_07.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_07.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_ns_potted_plant_schem_07.tpf +// wod_ns_potted_plant_07.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_07.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_07.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_08.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_08.tpf similarity index 96% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_08.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_08.tpf index 79a8d9de16..365a9ce315 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_08.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_08.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_ns_potted_plant_schem_08.tpf +// wod_ns_potted_plant_08.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_08.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_08.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_09.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_09.tpf similarity index 96% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_09.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_09.tpf index 5eed22d82d..6dc0ddd488 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_schem_09.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_ns_potted_plant_09.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_ns_potted_plant_schem_09.tpf +// wod_ns_potted_plant_09.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_schem_09.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_ns_potted_plant_09.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_01.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_01.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_01.tpf index 6fb389c927..d5f8323664 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_01.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_01.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_potted_plant_schem_01.tpf +// wod_potted_plant_01.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_01.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_01.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_02.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_02.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_02.tpf index 481067cd78..84566a2441 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_02.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_02.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_potted_plant_schem_02.tpf +// wod_potted_plant_02.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_02.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_02.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_03.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_03.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_03.tpf index 105948c02c..0816582b7e 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_03.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_03.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_potted_plant_schem_03.tpf +// wod_potted_plant_03.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_03.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_03.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_04.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_04.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_04.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_04.tpf index 99ae0b6570..a371595ca1 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_04.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_04.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_potted_plant_schem_04.tpf +// wod_potted_plant_04.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_04.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_04.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_05.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_05.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_05.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_05.tpf index f9b5a23907..a01ce558e4 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_05.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_05.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_potted_plant_schem_05.tpf +// wod_potted_plant_05.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_05.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_05.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_06.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_06.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_06.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_06.tpf index 55ab8a38cc..0ca1858416 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_06.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_06.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_potted_plant_schem_06.tpf +// wod_potted_plant_06.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_06.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_06.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_07.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_07.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_07.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_07.tpf index 6ea2853caf..c31debd8de 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_07.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_07.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_potted_plant_schem_07.tpf +// wod_potted_plant_07.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_07.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_07.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_08.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_08.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_08.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_08.tpf index 8d26bd03ae..ad4a5f9a20 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_08.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_08.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_potted_plant_schem_08.tpf +// wod_potted_plant_08.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_08.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_08.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_09.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_09.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_09.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_09.tpf index 3d411eba6b..07bd997179 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_schem_09.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_potted_plant_09.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_potted_plant_schem_09.tpf +// wod_potted_plant_09.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_schem_09.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_potted_plant_09.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_01.tpf new file mode 100644 index 0000000000..e76073cbeb --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_01.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_ns_tree_01.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_ns_tree_01.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_02.tpf new file mode 100644 index 0000000000..51a8dd747f --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_02.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_ns_tree_02.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_ns_tree_02.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_03.tpf new file mode 100644 index 0000000000..a60a55f8d9 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_03.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_ns_tree_03.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_ns_tree_03.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_04.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_04.tpf new file mode 100644 index 0000000000..9036623d9c --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_04.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_ns_tree_04.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_ns_tree_04.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_09.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_05.tpf similarity index 83% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_09.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_05.tpf index df5f1246cf..25b1ea6d47 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_09.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_05.tpf @@ -2,14 +2,14 @@ @class draft_schematic_object_template 7 itemsPerContainer = 0 -craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_09.iff" +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_ns_tree_05.iff" slots = [ [ optional=false, name = "craft_furniture_ingredients_n" "wood", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=39]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -17,7 +17,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "pot", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=26]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -25,7 +25,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "water", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -33,7 +33,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "fish", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ]] @@ -45,5 +45,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 5 complexity = 15 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_09.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_ns_tree_05.iff" volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_10.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_06.tpf similarity index 83% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_10.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_06.tpf index e8fc4cd1c8..f15301b1be 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_10.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_06.tpf @@ -2,14 +2,14 @@ @class draft_schematic_object_template 7 itemsPerContainer = 0 -craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_10.iff" +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_ns_tree_06.iff" slots = [ [ optional=false, name = "craft_furniture_ingredients_n" "wood", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=39]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -17,7 +17,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "pot", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=26]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -25,7 +25,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "water", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -33,7 +33,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "fish", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ]] @@ -45,5 +45,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 5 complexity = 15 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_10.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_ns_tree_06.iff" volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_11.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_07.tpf similarity index 83% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_11.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_07.tpf index a8f9c03284..610ac2bce1 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_11.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_07.tpf @@ -2,14 +2,14 @@ @class draft_schematic_object_template 7 itemsPerContainer = 0 -craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_11.iff" +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_ns_tree_07.iff" slots = [ [ optional=false, name = "craft_furniture_ingredients_n" "wood", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=39]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -17,7 +17,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "pot", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=26]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -25,7 +25,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "water", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -33,7 +33,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "fish", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ]] @@ -45,5 +45,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 5 complexity = 15 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_11.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_ns_tree_07.iff" volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_12.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_08.tpf similarity index 83% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_12.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_08.tpf index 682844590b..0259b98be8 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_tree_12.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_ns_tree_08.tpf @@ -2,14 +2,14 @@ @class draft_schematic_object_template 7 itemsPerContainer = 0 -craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_tree_12.iff" +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_ns_tree_08.iff" slots = [ [ optional=false, name = "craft_furniture_ingredients_n" "wood", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=39]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -17,7 +17,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "pot", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=26]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -25,7 +25,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "water", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ], @@ -33,7 +33,7 @@ slots = [ optional=false, name = "craft_furniture_ingredients_n" "fish", options = [ - [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=13]], complexity = 0, skillCommand = "unskilled"]], + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], optionalSkillCommand = "", complexity = 0, appearance = "" ]] @@ -45,5 +45,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 5 complexity = 15 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_tree_12.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_ns_tree_08.iff" volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_01.tpf new file mode 100644 index 0000000000..5ee287fc6e --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_01.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_sm_tree_01.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_sm_tree_01.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_02.tpf new file mode 100644 index 0000000000..94c80ef571 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_02.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_sm_tree_02.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_sm_tree_02.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_03.tpf new file mode 100644 index 0000000000..f9307ca30f --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_03.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_sm_tree_03.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_sm_tree_03.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_04.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_04.tpf new file mode 100644 index 0000000000..c36ae77426 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_04.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_sm_tree_04.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=5]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_sm_tree_04.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_05.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_05.tpf new file mode 100644 index 0000000000..bcd9091abd --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_05.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_sm_tree_05.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_sm_tree_05.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_06.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_06.tpf new file mode 100644 index 0000000000..9d851668ae --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_06.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_sm_tree_06.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_sm_tree_06.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_07.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_07.tpf new file mode 100644 index 0000000000..a1b2528856 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_07.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_sm_tree_07.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_sm_tree_07.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_08.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_08.tpf new file mode 100644 index 0000000000..090baa1a48 --- /dev/null +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_pro_sm_tree_08.tpf @@ -0,0 +1,49 @@ +@base object/draft_schematic/furniture/furniture_base.iff +@class draft_schematic_object_template 7 + +itemsPerContainer = 0 +craftedObjectTemplate = "object/tangible/furniture/wod_themepark/wod_pro_sm_tree_08.iff" + +slots = [ + [ + optional=false, + name = "craft_furniture_ingredients_n" "wood", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "wood", ingredient="wood_deciduous_dathomir", count=26]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "pot", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "pot", ingredient="iron", count=13]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "water", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "water", ingredient="water_vapor_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ], + [ + optional=false, + name = "craft_furniture_ingredients_n" "fish", + options = [ + [ingredientType=IT_resourceClass, ingredients = [[name="craft_furniture_ingredients_n" "fish", ingredient="seafood_fish_dathomir", count=7]], complexity = 0, skillCommand = "unskilled"]], + optionalSkillCommand = "", + complexity = 0, + appearance = "" ]] + +manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" ] + +@class intangible_object_template 0 + +@class object_template 5 + +complexity = 15 +sharedTemplate = "object/draft_schematic/furniture/shared_wod_pro_sm_tree_08.iff" +volume = 2 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_01.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_01.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_01.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_01.tpf index a1ead7b2dc..d8b6d282fc 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_01.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_01.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_sm_potted_plant_schem_01.tpf +// wod_sm_potted_plant_01.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_01.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_01.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_02.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_02.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_02.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_02.tpf index f4419f2737..163aa9c077 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_02.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_02.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_sm_potted_plant_schem_02.tpf +// wod_sm_potted_plant_02.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_02.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_02.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_03.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_03.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_03.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_03.tpf index e59a4932c3..59a6f4b57e 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_03.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_03.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_sm_potted_plant_schem_03.tpf +// wod_sm_potted_plant_03.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_03.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_03.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_04.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_04.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_04.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_04.tpf index 3bfe762cde..2a6a7b556a 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_04.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_04.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_sm_potted_plant_schem_04.tpf +// wod_sm_potted_plant_04.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_04.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_04.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_05.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_05.tpf similarity index 97% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_05.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_05.tpf index b734caf4ae..b58a9356b4 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_05.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_05.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_sm_potted_plant_schem_05.tpf +// wod_sm_potted_plant_05.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_05.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_05.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_06.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_06.tpf similarity index 96% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_06.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_06.tpf index ffbb3314ae..8b7fed12ad 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_06.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_06.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_sm_potted_plant_schem_06.tpf +// wod_sm_potted_plant_06.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_06.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_06.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_07.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_07.tpf similarity index 96% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_07.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_07.tpf index 5b759c79ed..f600d871e3 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_07.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_07.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_sm_potted_plant_schem_07.tpf +// wod_sm_potted_plant_07.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_07.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_07.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_08.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_08.tpf similarity index 96% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_08.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_08.tpf index f041abce66..54dc687cd9 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_08.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_08.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_sm_potted_plant_schem_08.tpf +// wod_sm_potted_plant_08.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_08.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_08.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_09.tpf b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_09.tpf similarity index 96% rename from sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_09.tpf rename to sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_09.tpf index c854045847..14b02b897b 100644 --- a/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_schem_09.tpf +++ b/sku.0/sys.server/compiled/game/object/draft_schematic/furniture/wod_sm_potted_plant_09.tpf @@ -1,6 +1,6 @@ // ====================================================================== // -// wod_sm_potted_plant_schem_09.tpf +// wod_sm_potted_plant_09.tpf // generated with SwgDraftSchematicEditor -- DO NOT EDIT THIS FILE! // // ====================================================================== @@ -52,5 +52,5 @@ manufactureScripts = [ "systems.crafting.furniture.specific_item.furniture_item" @class object_template 8 complexity = 5 -sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_schem_09.iff" +sharedTemplate = "object/draft_schematic/furniture/shared_wod_sm_potted_plant_09.iff" volume = 1 diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.tpf index 1f6752622a..afd1273167 100644 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_ns.tpf @@ -3,5 +3,5 @@ @class object_template 2 sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_ns.iff" -scripts = +["theme_park.wod.pro_seed_jar_nsm"] +scripts = +["theme_park.wod.pro_seed_jar_ns"] moveFlags = [ MF_player ] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.tpf index 8f9e9be84e..bce48cfd36 100644 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_seed_jar_sm.tpf @@ -3,5 +3,5 @@ @class object_template 2 sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_seed_jar_sm.iff" -scripts = +["theme_park.wod.pro_seed_jar_nsm"] +scripts = +["theme_park.wod.pro_seed_jar_sm"] moveFlags = [ MF_player ] \ No newline at end of file diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_09.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_09.tpf deleted file mode 100644 index c7aa832723..0000000000 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_09.tpf +++ /dev/null @@ -1,9 +0,0 @@ -@base object/tangible/furniture/city/city_furniture.iff - -@class tangible_object_template 1 - -@class object_template 3 - -sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.iff" - -scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_10.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_10.tpf deleted file mode 100644 index 2757004017..0000000000 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_10.tpf +++ /dev/null @@ -1,9 +0,0 @@ -@base object/tangible/furniture/city/city_furniture.iff - -@class tangible_object_template 1 - -@class object_template 3 - -sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.iff" - -scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_11.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_11.tpf deleted file mode 100644 index d353c2e56c..0000000000 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_11.tpf +++ /dev/null @@ -1,9 +0,0 @@ -@base object/tangible/furniture/city/city_furniture.iff - -@class tangible_object_template 1 - -@class object_template 3 - -sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.iff" - -scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_12.tpf b/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_12.tpf deleted file mode 100644 index 285906c034..0000000000 --- a/sku.0/sys.server/compiled/game/object/tangible/furniture/wod_themepark/wod_pro_tree_12.tpf +++ /dev/null @@ -1,9 +0,0 @@ -@base object/tangible/furniture/city/city_furniture.iff - -@class tangible_object_template 1 - -@class object_template 3 - -sharedTemplate = "object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.iff" - -scripts = ["systems.city.city_furniture"] diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar.java index 2e3f8c11e9..b7df5675ad 100644 --- a/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar.java @@ -20,14 +20,14 @@ public pro_seed_jar() public static final string_id SID_SYS_NOT_IN_INV = new string_id("encoded_disk/message_fragment", "sys_not_in_inv"); public static final String[] TREES = { - "item_wod_pro_tree_01_schematic", - "item_wod_pro_tree_02_schematic", - "item_wod_pro_tree_03_schematic", - "item_wod_pro_tree_04_schematic", - "item_wod_pro_tree_05_schematic", - "item_wod_pro_tree_06_schematic", - "item_wod_pro_tree_07_schematic", - "item_wod_pro_tree_08_schematic" + "item_schematic_wod_pro_tree_01", + "item_schematic_wod_pro_tree_02", + "item_schematic_wod_pro_tree_03", + "item_schematic_wod_pro_tree_04", + "item_schematic_wod_pro_tree_05", + "item_schematic_wod_pro_tree_06", + "item_schematic_wod_pro_tree_07", + "item_schematic_wod_pro_tree_08" }; public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException { diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_nsm.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_ns.java similarity index 78% rename from sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_nsm.java rename to sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_ns.java index 4641aaa163..4d16ed2a49 100644 --- a/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_nsm.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_ns.java @@ -10,19 +10,23 @@ import script.library.static_item; -public class pro_seed_jar_nsm extends script.base_script +public class pro_seed_jar_ns extends script.base_script { - public pro_seed_jar_nsm() + public pro_seed_jar_ns() { } public static final string_id SID_MNU_USE = new string_id("spam", "open"); public static final string_id SID_SYS_NOT_IN_INV = new string_id("spam", "cannot_use_not_in_inv"); public static final String[] TREES = { - "item_wod_pro_tree_09_schematic", - "item_wod_pro_tree_10_schematic", - "item_wod_pro_tree_11_schematic", - "item_wod_pro_tree_12_schematic" + "item_schematic_wod_pro_ns_tree_01", + "item_schematic_wod_pro_ns_tree_02", + "item_schematic_wod_pro_ns_tree_03", + "item_schematic_wod_pro_ns_tree_04", + "item_schematic_wod_pro_ns_tree_05", + "item_schematic_wod_pro_ns_tree_06", + "item_schematic_wod_pro_ns_tree_07", + "item_schematic_wod_pro_ns_tree_08" }; public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException { @@ -57,7 +61,7 @@ public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws Inter sendSystemMessage(player, SID_SYS_NOT_IN_INV); return SCRIPT_CONTINUE; } - int treeSelect = rand(0, 3); + int treeSelect = rand(0, 7); obj_id createdSchematic = static_item.createNewItemFunction(TREES[treeSelect], player); if (isIdValid(createdSchematic)) { diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_sm.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_sm.java new file mode 100644 index 0000000000..04f3703dec --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/pro_seed_jar_sm.java @@ -0,0 +1,72 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; + +public class pro_seed_jar_sm extends script.base_script +{ + public pro_seed_jar_sm() + { + } + public static final string_id SID_MNU_USE = new string_id("spam", "open"); + public static final string_id SID_SYS_NOT_IN_INV = new string_id("spam", "cannot_use_not_in_inv"); + public static final String[] TREES = + { + "item_schematic_wod_pro_sm_tree_01", + "item_schematic_wod_pro_sm_tree_02", + "item_schematic_wod_pro_sm_tree_03", + "item_schematic_wod_pro_sm_tree_04", + "item_schematic_wod_pro_sm_tree_05", + "item_schematic_wod_pro_sm_tree_06", + "item_schematic_wod_pro_sm_tree_07", + "item_schematic_wod_pro_sm_tree_08" + }; + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + obj_id inventory = getObjectInSlot(player, "inventory"); + if (!contains(inventory, self)) + { + sendSystemMessage(player, SID_SYS_NOT_IN_INV); + return SCRIPT_CONTINUE; + } + int treeSelect = rand(0, 7); + obj_id createdSchematic = static_item.createNewItemFunction(TREES[treeSelect], player); + if (isIdValid(createdSchematic)) + { + destroyObject(self); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar.java index 3fb5707a61..29610c6ae3 100644 --- a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar.java +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar.java @@ -19,23 +19,19 @@ public wod_release_seed_jar() public static final string_id SID_SYS_NOT_IN_INV = new string_id("spam", "cannot_use_not_in_inv"); public static final String[] TREES = { - "item_wod_pro_tree_09_schematic", - "item_wod_pro_tree_10_schematic", - "item_wod_pro_tree_11_schematic", - "item_wod_pro_tree_12_schematic", - "wod_potted_plant_scem_01", - "wod_potted_plant_scem_02", - "wod_potted_plant_scem_03", - "wod_potted_plant_scem_04", - "wod_potted_plant_scem_05", - "wod_potted_plant_scem_06", - "wod_potted_plant_scem_07", - "wod_potted_plant_scem_08", - "wod_potted_plant_scem_09" + "item_schematic_wod_potted_plant_01", + "item_schematic_wod_potted_plant_02", + "item_schematic_wod_potted_plant_03", + "item_schematic_wod_potted_plant_04", + "item_schematic_wod_potted_plant_05", + "item_schematic_wod_potted_plant_06", + "item_schematic_wod_potted_plant_07", + "item_schematic_wod_potted_plant_08", + "item_schematic_wod_potted_plant_09" }; public int OnAttach(obj_id self) throws InterruptedException { - detachScript(self, "theme_park.wod.pro_seed_jar_nsm"); + detachScript(self, "theme_park.wod.pro_seed_jar"); return SCRIPT_CONTINUE; } public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException @@ -71,7 +67,7 @@ public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws Inter sendSystemMessage(player, SID_SYS_NOT_IN_INV); return SCRIPT_CONTINUE; } - int treeSelect = rand(0, 12); + int treeSelect = rand(0, 8); obj_id createdSchematic = static_item.createNewItemFunction(TREES[treeSelect], player); if (isIdValid(createdSchematic)) { diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar_ns.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar_ns.java new file mode 100644 index 0000000000..ec28876247 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar_ns.java @@ -0,0 +1,78 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; + +public class wod_release_seed_jar_ns extends script.base_script +{ + public wod_release_seed_jar_ns() + { + } + public static final string_id SID_MNU_USE = new string_id("spam", "open"); + public static final string_id SID_SYS_NOT_IN_INV = new string_id("spam", "cannot_use_not_in_inv"); + public static final String[] TREES = + { + "item_schematic_wod_ns_potted_plant_01", + "item_schematic_wod_ns_potted_plant_02", + "item_schematic_wod_ns_potted_plant_03", + "item_schematic_wod_ns_potted_plant_04", + "item_schematic_wod_ns_potted_plant_05", + "item_schematic_wod_ns_potted_plant_06", + "item_schematic_wod_ns_potted_plant_07", + "item_schematic_wod_ns_potted_plant_08", + "item_schematic_wod_ns_potted_plant_09" + }; + public int OnAttach(obj_id self) throws InterruptedException + { + detachScript(self, "theme_park.wod.pro_seed_jar_ns"); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + obj_id inventory = getObjectInSlot(player, "inventory"); + if (!contains(inventory, self)) + { + sendSystemMessage(player, SID_SYS_NOT_IN_INV); + return SCRIPT_CONTINUE; + } + int treeSelect = rand(0, 8); + obj_id createdSchematic = static_item.createNewItemFunction(TREES[treeSelect], player); + if (isIdValid(createdSchematic)) + { + destroyObject(self); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar_sm.java b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar_sm.java new file mode 100644 index 0000000000..773ed21c82 --- /dev/null +++ b/sku.0/sys.server/compiled/game/script/theme_park/wod/wod_release_seed_jar_sm.java @@ -0,0 +1,78 @@ +package script.theme_park.wod; + +import script.*; +import script.base_class.*; +import script.combat_engine.*; +import java.util.Arrays; +import java.util.Hashtable; +import java.util.Vector; +import script.base_script; + +import script.library.static_item; + +public class wod_release_seed_jar_sm extends script.base_script +{ + public wod_release_seed_jar_sm() + { + } + public static final string_id SID_MNU_USE = new string_id("spam", "open"); + public static final string_id SID_SYS_NOT_IN_INV = new string_id("spam", "cannot_use_not_in_inv"); + public static final String[] TREES = + { + "item_schematic_wod_sm_potted_plant_01", + "item_schematic_wod_sm_potted_plant_02", + "item_schematic_wod_sm_potted_plant_03", + "item_schematic_wod_sm_potted_plant_04", + "item_schematic_wod_sm_potted_plant_05", + "item_schematic_wod_sm_potted_plant_06", + "item_schematic_wod_sm_potted_plant_07", + "item_schematic_wod_sm_potted_plant_08", + "item_schematic_wod_sm_potted_plant_09" + }; + public int OnAttach(obj_id self) throws InterruptedException + { + detachScript(self, "theme_park.wod.pro_seed_jar_sm"); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuRequest(obj_id self, obj_id player, menu_info mi) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + mi.addRootMenu(menu_info_types.ITEM_USE, SID_MNU_USE); + return SCRIPT_CONTINUE; + } + public int OnObjectMenuSelect(obj_id self, obj_id player, int item) throws InterruptedException + { + if (!isValidId(self) || !exists(self)) + { + return SCRIPT_CONTINUE; + } + if (item != menu_info_types.ITEM_USE) + { + return SCRIPT_CONTINUE; + } + if (isDead(player) || isIncapacitated(player)) + { + return SCRIPT_CONTINUE; + } + obj_id inventory = getObjectInSlot(player, "inventory"); + if (!contains(inventory, self)) + { + sendSystemMessage(player, SID_SYS_NOT_IN_INV); + return SCRIPT_CONTINUE; + } + int treeSelect = rand(0, 8); + obj_id createdSchematic = static_item.createNewItemFunction(TREES[treeSelect], player); + if (isIdValid(createdSchematic)) + { + destroyObject(self); + } + return SCRIPT_CONTINUE; + } +} diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.tpf deleted file mode 100644 index 32aeacaad5..0000000000 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_09.tpf +++ /dev/null @@ -1,16 +0,0 @@ -@base object/tangible/furniture/city/shared_city_furniture.iff - -@class tangible_object_template 6 - -@class object_template 5 - - -objectName = "theme_park_wod/messages" "wod_potted_tree_01_n" - -detailedDescription = "theme_park_wod/messages" "wod_potted_tree_01_d" - -appearanceFilename = "appearance/frn_all_wod_planter_s01.apt" - -portalLayoutFilename = "" - -gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.tpf deleted file mode 100644 index bb45cb69c4..0000000000 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_10.tpf +++ /dev/null @@ -1,16 +0,0 @@ -@base object/tangible/furniture/city/shared_city_furniture.iff - -@class tangible_object_template 6 - -@class object_template 5 - - -objectName = "theme_park_wod/messages" "wod_potted_tree_02_n" - -detailedDescription = "theme_park_wod/messages" "wod_potted_tree_02_d" - -appearanceFilename = "appearance/frn_all_wod_planter_s02.apt" - -portalLayoutFilename = "" - -gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.tpf deleted file mode 100644 index 85d17a83f2..0000000000 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_11.tpf +++ /dev/null @@ -1,16 +0,0 @@ -@base object/tangible/furniture/city/shared_city_furniture.iff - -@class tangible_object_template 6 - -@class object_template 5 - - -objectName = "theme_park_wod/messages" "wod_potted_tree_03_n" - -detailedDescription = "theme_park_wod/messages" "wod_potted_tree_03_d" - -appearanceFilename = "appearance/frn_all_wod_planter_s03.apt" - -portalLayoutFilename = "" - -gameObjectType = GOT_misc_item \ No newline at end of file diff --git a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.tpf b/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.tpf deleted file mode 100644 index 19bf28eced..0000000000 --- a/sku.0/sys.shared/compiled/game/object/tangible/furniture/wod_themepark/shared_wod_pro_tree_12.tpf +++ /dev/null @@ -1,16 +0,0 @@ -@base object/tangible/furniture/city/shared_city_furniture.iff - -@class tangible_object_template 6 - -@class object_template 5 - - -objectName = "theme_park_wod/messages" "wod_potted_tree_04_n" - -detailedDescription = "theme_park_wod/messages" "wod_potted_tree_04_d" - -appearanceFilename = "appearance/frn_all_wod_planter_s04.apt" - -portalLayoutFilename = "" - -gameObjectType = GOT_misc_item \ No newline at end of file From 420d32d72d2f43556cd909b663d583ca85134563 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Sun, 25 Jul 2021 21:52:15 -0400 Subject: [PATCH 041/107] fix badgeRestricted ship chassis --- .../tangible/ship/crafted/chassis/advanced_xwing_deed.tpf | 2 +- .../ship/crafted/chassis/advanced_xwing_reward_deed.tpf | 2 +- .../ship/crafted/chassis/grievous_starfighter_reward_deed.tpf | 2 +- .../tangible/ship/crafted/chassis/grievous_starship_deed.tpf | 2 +- .../crafted/chassis/tieinterceptor_imperial_guard_deed.tpf | 2 +- .../chassis/tieinterceptor_imperial_guard_reward_deed.tpf | 2 +- .../compiled/game/script/library/space_crafting.java | 4 +--- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/advanced_xwing_deed.tpf b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/advanced_xwing_deed.tpf index eed090fc9b..c3d4f84bda 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/advanced_xwing_deed.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/advanced_xwing_deed.tpf @@ -6,7 +6,7 @@ sharedTemplate = "object/tangible/ship/crafted/chassis/shared_advanced_xwing_deed.iff" -objvars =+ [ "ship_chassis.badgeRestricted" = "146"] +objvars =+ [ "ship_chassis.badgeRestricted" = "bdg_kash_rebel_heavy_xwing"] moveFlags = [ MF_player ] diff --git a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/advanced_xwing_reward_deed.tpf b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/advanced_xwing_reward_deed.tpf index bbb4638963..577ccdb10f 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/advanced_xwing_reward_deed.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/advanced_xwing_reward_deed.tpf @@ -6,7 +6,7 @@ sharedTemplate = "object/tangible/ship/crafted/chassis/shared_advanced_xwing_reward_deed.iff" -objvars =+ [ "ship_chassis.badgeRestricted" = "146", "ship_chassis.type" = "advanced_xwing", "ship_chassis.hp" = 2000.0, "ship_chassis.mass" = 180000.0 ] +objvars =+ [ "ship_chassis.badgeRestricted" = "bdg_kash_rebel_heavy_xwing", "ship_chassis.type" = "advanced_xwing", "ship_chassis.hp" = 2000.0, "ship_chassis.mass" = 180000.0 ] moveFlags = [ MF_player ] diff --git a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/grievous_starfighter_reward_deed.tpf b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/grievous_starfighter_reward_deed.tpf index c4876f158d..f4bd7fdbd7 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/grievous_starfighter_reward_deed.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/grievous_starfighter_reward_deed.tpf @@ -6,7 +6,7 @@ sharedTemplate = "object/tangible/ship/crafted/chassis/shared_grievous_starfighter_reward_deed.iff" -objvars =+ [ "ship_chassis.badgeRestricted" = "143", "ship_chassis.type" = "grievous_starship", "ship_chassis.hp" = 1800.0, "ship_chassis.mass" = 90000.0 ] +objvars =+ [ "ship_chassis.badgeRestricted" = "bdg_kash_grievous", "ship_chassis.type" = "grievous_starship", "ship_chassis.hp" = 1800.0, "ship_chassis.mass" = 90000.0 ] moveFlags = [ MF_player ] diff --git a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/grievous_starship_deed.tpf b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/grievous_starship_deed.tpf index 70a70134ec..f7b23ca7b2 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/grievous_starship_deed.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/grievous_starship_deed.tpf @@ -6,7 +6,7 @@ sharedTemplate = "object/tangible/ship/crafted/chassis/shared_grievous_starship_deed.iff" -objvars =+ [ "ship_chassis.badgeRestricted" = "143"] +objvars =+ [ "ship_chassis.badgeRestricted" = "bdg_kash_grievous"] moveFlags = [ MF_player ] diff --git a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/tieinterceptor_imperial_guard_deed.tpf b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/tieinterceptor_imperial_guard_deed.tpf index ec28e7e2c6..c1e011914e 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/tieinterceptor_imperial_guard_deed.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/tieinterceptor_imperial_guard_deed.tpf @@ -6,7 +6,7 @@ sharedTemplate = "object/tangible/ship/crafted/chassis/shared_tieinterceptor_imperial_guard_deed.iff" -objvars =+ [ "ship_chassis.badgeRestricted" = "145"] +objvars =+ [ "ship_chassis.badgeRestricted" = "bdg_kash_imperial_red_tie"] moveFlags = [ MF_player ] diff --git a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/tieinterceptor_imperial_guard_reward_deed.tpf b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/tieinterceptor_imperial_guard_reward_deed.tpf index c775abfaec..71cde1a7da 100755 --- a/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/tieinterceptor_imperial_guard_reward_deed.tpf +++ b/sku.0/sys.server/compiled/game/object/tangible/ship/crafted/chassis/tieinterceptor_imperial_guard_reward_deed.tpf @@ -6,7 +6,7 @@ sharedTemplate = "object/tangible/ship/crafted/chassis/shared_tieinterceptor_imperial_guard_reward_deed.iff" -objvars =+ [ "ship_chassis.badgeRestricted" = "145", "ship_chassis.type" = "tieinterceptor_imperial_guard", "ship_chassis.hp" = 2000.0, "ship_chassis.mass" = 80000.0 ] +objvars =+ [ "ship_chassis.badgeRestricted" = "bdg_kash_imperial_red_tie", "ship_chassis.type" = "tieinterceptor_imperial_guard", "ship_chassis.hp" = 2000.0, "ship_chassis.mass" = 80000.0 ] moveFlags = [ MF_player ] diff --git a/sku.0/sys.server/compiled/game/script/library/space_crafting.java b/sku.0/sys.server/compiled/game/script/library/space_crafting.java index 98f3fa9c70..59f158195d 100755 --- a/sku.0/sys.server/compiled/game/script/library/space_crafting.java +++ b/sku.0/sys.server/compiled/game/script/library/space_crafting.java @@ -2165,9 +2165,7 @@ public static obj_id createChassisFromDeed(obj_id player, obj_id deed, float hp, } if (hasObjVar(deed, "ship_chassis.badgeRestricted") && !isGod(player)) { - int badgeReq = getIntObjVar(deed, "ship_chassis.badgeRestricted"); - String badgeName = getCollectionSlotName(badgeReq); - if ((badgeName == null) || (badgeName.length() == 0) || (!badge.hasBadge(player, badgeName))) + if (!badge.hasBadge(player, getStringObjVar(deed, "ship_chassis.badgeRestricted"))) { destroyObject(ship); destroyObject(pcd); From 4bd22dd3e5fe95320b0ca7a7ccb18cba059370cb Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Mon, 9 Aug 2021 14:29:03 -0400 Subject: [PATCH 042/107] Delete perforce.java --- .../game/script/developer/perforce.java | 290 ------------------ 1 file changed, 290 deletions(-) delete mode 100755 sku.0/sys.server/compiled/game/script/developer/perforce.java diff --git a/sku.0/sys.server/compiled/game/script/developer/perforce.java b/sku.0/sys.server/compiled/game/script/developer/perforce.java deleted file mode 100755 index 433743f2bc..0000000000 --- a/sku.0/sys.server/compiled/game/script/developer/perforce.java +++ /dev/null @@ -1,290 +0,0 @@ -package script.developer; - -import script.obj_id; -import script.system_process; - -import java.io.File; -import java.util.Vector; - -public class perforce extends script.base_script -{ - public perforce() - { - } - public static String getIdOptions() throws InterruptedException - { - obj_id self = getSelf(); - if (!isGod(self)) - { - return null; - } - String userId = getStringObjVar(self, "P4USER"); - String password = getStringObjVar(self, "P4PASSWD"); - return "-P " + password + " -u " + userId; - } - public static boolean isPerforceConfigured() throws InterruptedException - { - boolean result = false; - obj_id self = getSelf(); - if (!isGod(self)) - { - return false; - } - if (hasObjVar(self, "P4USER")) - { - String perforceUserId = getStringObjVar(self, "P4USER"); - if (perforceUserId != null && perforceUserId.length() > 0) - { - if (hasObjVar(self, "P4PASSWD")) - { - String perforcePassword = getStringObjVar(self, "P4PASSWD"); - if (perforcePassword != null && perforcePassword.length() > 0) - { - result = system_process.runAndGetExitCode("p4 -P " + perforcePassword + " -u " + perforceUserId + " opened") == 0; - } - } - } - } - return result; - } - public static boolean isLocked(String fileName) throws InterruptedException - { - if (!isGod(getSelf())) - { - return false; - } - boolean result = false; - if (whoLocked(fileName) != null) - { - result = true; - } - return result; - } - public static String whoLocked(String fileName) throws InterruptedException - { - if (!isGod(getSelf())) - { - return null; - } - String lockFileName = fileName + ".scriptlock"; - String lockContents = file_access.readTextFile(lockFileName); - return lockContents; - } - public static boolean openExistingFileForExclusiveEdit(String fileName) throws InterruptedException - { - boolean result = false; - obj_id self = getSelf(); - if (!isGod(self)) - { - return false; - } - String userId = getStringObjVar(self, "P4USER"); - String password = getStringObjVar(self, "P4PASSWD"); - if (isLocked(fileName)) - { - String who = whoLocked(fileName); - if (!who.equals(userId)) - { - return false; - } - else - { - return true; - } - } - if (file_access.isWritable(fileName)) - { - file_access.writeTextFile(fileName + ".scriptlock", userId); - result = true; - } - else if (isPerforceConfigured()) - { - if (system_process.runAndGetExitCode("p4 -P " + password + " -u " + userId + " edit " + fileName) == 0) - { - file_access.writeTextFile(fileName + ".scriptlock", userId); - result = true; - } - } - return result; - } - public static String[] opened() throws InterruptedException - { - if (!isPerforceConfigured()) - { - setupPerforce(); - return null; - } - String[] result = null; - obj_id self = getSelf(); - if (!isGod(self)) - { - return null; - } - String userId = getStringObjVar(self, "P4USER"); - String password = getStringObjVar(self, "P4PASSWD"); - Runtime run = Runtime.getRuntime(); - if (run != null) - { - result = split(system_process.runAndGetOutput("p4 -P " + password + " -u " + userId + " opened"), '\n'); - } - return result; - } - public static void setupPerforce() throws InterruptedException - { - obj_id self = getSelf(); - if (!isGod(self)) - { - return; - } - int page = createSUIPage("/Script.perforceSetup", self, self); - if (page >= 0) - { - subscribeToSUIEvent(page, sui_event_type.SET_onButton, "btnOk", "onPerforceSetupBtnOk"); - subscribeToSUIPropertyForEvent(page, sui_event_type.SET_onButton, "btnOk", "boxInputUserId.inputUserId", "LocalText"); - subscribeToSUIPropertyForEvent(page, sui_event_type.SET_onButton, "btnOk", "boxInputPassword.inputPassword", "LocalText"); - setSUIAssociatedObject(page, self); - boolean showResult = showSUIPage(page); - flushSUIPage(page); - } - } - public static String change(int changeList) throws InterruptedException - { - obj_id self = getSelf(); - if (!isGod(self)) - { - return null; - } - String result = null; - String userId = getStringObjVar(self, "P4USER"); - String password = getStringObjVar(self, "P4PASSWD"); - Runtime run = Runtime.getRuntime(); - if (run != null) - { - String cmdLine = "p4 -P " + password + " -u " + userId + " change -o"; - if (changeList != 0) - { - cmdLine += " " + changeList; - } - system_process p = new system_process(cmdLine); - p.waitFor(); - if (p.getExitValue() == 0) - { - result = p.getOutput(); - } - } - return result; - } - public static String where(String fileLocation) throws InterruptedException - { - return system_process.runAndGetOutput("p4 " + getIdOptions() + " where " + fileLocation); - } - public static boolean submit(String changeDescription, Vector resultText) throws InterruptedException - { - if (!isGod(getSelf())) - { - return false; - } - String[] changeLines = split(changeDescription, '\n'); - int iter = 0; - boolean readingFiles = false; - Vector fileLocks = new Vector(); - for (iter = 0; iter < changeLines.length; ++iter) - { - if (readingFiles) - { - try - { - java.util.StringTokenizer st = new java.util.StringTokenizer(changeLines[iter], " \t\n"); - String first = st.nextToken(); - if (first != null) - { - String w = where(first); - String[] locs = split(w, ' '); - if (locs[2] != null) - { - String fileName = locs[2].trim(); - fileName += ".scriptlock"; - fileLocks.add(fileName); - } - } - } - catch(java.util.NoSuchElementException e) - { - } - } - else if (changeLines[iter].startsWith("Files:")) - { - readingFiles = true; - } - } - obj_id self = getSelf(); - boolean result = false; - String cmdLine = "p4 " + getIdOptions() + " submit -i"; - system_process p = new system_process(cmdLine); - if (p != null) - { - p.putAndCloseInput(changeDescription); - p.waitFor(); - if (p.getExitValue() == 0) - { - resultText.add(p.getOutput()); - for (iter = 0; iter < fileLocks.size(); ++iter) - { - File f = new File(((String)fileLocks.get(iter))); - if (f.exists()) - { - if (f.canWrite()) - { - if (f.isFile()) - { - if (!f.delete()) - { - resultText.add("failed to remove lock " + ((String)fileLocks.get(iter)) + ": could not delete file"); - } - } - else - { - resultText.add("failed to remove lock " + ((String)fileLocks.get(iter)) + ": not a file"); - } - } - else - { - resultText.add(((String)fileLocks.get(iter)) + ": not writeable"); - } - } - else - { - resultText.add("failed to remove file lock " + ((String)fileLocks.get(iter)) + ": it does not exist"); - } - } - } - else - { - resultText.add(p.getOutput()); - resultText.add("Failed to execute " + cmdLine); - } - } - else - { - resultText.add("Could not execute " + cmdLine); - } - return result; - } - public static String diff(String fileSpec) throws InterruptedException - { - if (!isGod(getSelf())) - { - return null; - } - String result = null; - if (fileSpec != null) - { - result = system_process.runAndGetOutput("p4 " + getIdOptions() + " diff -dU150 " + fileSpec); - } - else - { - result = system_process.runAndGetOutput("p4 " + getIdOptions() + " diff -dU150"); - } - return result; - } -} From a893e3e21c7cf4f7f49545dae287633e1116277e Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Mon, 9 Aug 2021 14:29:13 -0400 Subject: [PATCH 043/107] Delete perforce_user.java --- .../game/script/developer/perforce_user.java | 233 ------------------ 1 file changed, 233 deletions(-) delete mode 100755 sku.0/sys.server/compiled/game/script/developer/perforce_user.java diff --git a/sku.0/sys.server/compiled/game/script/developer/perforce_user.java b/sku.0/sys.server/compiled/game/script/developer/perforce_user.java deleted file mode 100755 index d3bd21bb92..0000000000 --- a/sku.0/sys.server/compiled/game/script/developer/perforce_user.java +++ /dev/null @@ -1,233 +0,0 @@ -package script.developer; - -import script.dictionary; -import script.library.chat; -import script.library.utils; -import script.obj_id; - -import java.util.HashMap; -import java.util.Iterator; -import java.util.Set; -import java.util.Vector; - -public class perforce_user extends script.base_script -{ - public perforce_user() - { - } - public int OnSpeaking(obj_id self, String text) throws InterruptedException - { - if (!isGod(self)) - { - return SCRIPT_CONTINUE; - } - java.util.StringTokenizer st = new java.util.StringTokenizer(text); - Vector args = new Vector(); - while (st.hasMoreTokens()) - { - args.add(st.nextToken()); - } - if (!(((String)args.get(0)).equals("p4"))) - { - return SCRIPT_CONTINUE; - } - if (args.size() > 1 && ((String)args.get(1)).equals("login")) - { - perforce.setupPerforce(); - } - else if (args.size() > 1 && ((String)args.get(1)).equals("edit")) - { - if (args.size() > 2) - { - String arg2 = ((String)args.get(2)); - perforce.openExistingFileForExclusiveEdit(arg2); - } - } - else if (args.size() > 1 && ((String)args.get(1)).equals("opened")) - { - String[] results = perforce.opened(); - if (results != null) - { - String openedFiles = new String(); - int iter = 0; - for (iter = 0; iter < results.length; ++iter) - { - openedFiles += results[iter] + "\n"; - } - int page = createSUIPage("/Script.messageBox", self, self); - setSUIProperty(page, "Prompt.lblPrompt", "LocalText", openedFiles); - setSUIProperty(page, "bg.caption.lblTitle", "Text", "Perforce Opened"); - setSUIProperty(page, "Prompt.lblPrompt", "Editable", "false"); - setSUIProperty(page, "Prompt.lblPrompt", "GetsInput", "true"); - setSUIProperty(page, "btnCancel", "Visible", "false"); - setSUIProperty(page, "btnRevert", "Visible", "false"); - showSUIPage(page); - flushSUIPage(page); - } - else - { - chat.chat(self, "there was an error retrieving the file listing"); - } - } - else if (args.size() > 1 && ((String)args.get(1)).equals("submit")) - { - String param = null; - int changeList = 0; - if (args.size() > 2) - { - param = ((String)args.get(2)); - } - if (param != null) - { - changeList = utils.stringToInt(param); - } - String defaultChangeText = perforce.change(changeList); - int page = createSUIPage("/Script.textEditor", self, self); - setSUIProperty(page, "pageText.text", "LocalText", defaultChangeText); - setSUIProperty(page, "bg.caption.text", "Text", "Perforce Submit"); - subscribeToSUIEvent(page, sui_event_type.SET_onButton, "btnOk", "onPerforceSubmitTextEditorBtnOk"); - subscribeToSUIPropertyForEvent(page, sui_event_type.SET_onButton, "btnOk", "pageText.text", "LocalText"); - showSUIPage(page); - flushSUIPage(page); - } - else if (args.size() > 1 && ((String)args.get(1)).equals("diff")) - { - String param = null; - int changeList = 0; - if (args.size() > 2) - { - param = ((String)args.get(2)); - } - String diff = perforce.diff(param); - String[] diffLines = split(diff, '\n'); - String diffedText = new String("\\#FFFFFF"); - int iter = 0; - for (iter = 0; iter < diffLines.length; ++iter) - { - if (diffLines[iter].startsWith("-")) - { - diffedText += "\\#FF0000" + diffLines[iter] + "\n" + "\\#FFFFFF"; - } - else if (diffLines[iter].startsWith("+")) - { - diffedText += "\\#00FF00" + diffLines[iter] + "\n" + "\\#FFFFFF"; - } - else - { - diffedText += diffLines[iter] + "\n" + "\\#FFFFFF"; - } - } - int page = createSUIPage("/Script.textEditor", self, self); - setSUIProperty(page, "pageText.text", "LocalText", diffedText); - setSUIProperty(page, "bg.caption.text", "Text", "Perforce Diff"); - setSUIProperty(page, "pageText.text", "Editable", "false"); - setSUIProperty(page, "pageText.text", "GetsInput", "true"); - setSUIProperty(page, "outputPage", "Visible", "false"); - setSUIProperty(page, "btnOk", "Visible", "false"); - setSUIProperty(page, "btnCancel", "Visible", "false"); - showSUIPage(page); - flushSUIPage(page); - } - else if (args.size() < 2) - { - int page = createSUIPage("/Script.perforce", self, self); - HashMap changes = new HashMap(); - String[] openedFiles = perforce.opened(); - String outputText = "p4 opened\n"; - int iter = 0; - for (iter = 0; iter < openedFiles.length; ++iter) - { - String[] elems = split(openedFiles[iter], ' '); - if (elems.length > 0) - { - String fileSpec = elems[0]; - if (elems.length > 2) - { - String action = elems[2]; - if (elems.length > 3) - { - String change = elems[3]; - if (change.equals("change") && elems.length > 4) - { - change = elems[4]; - } - if (!changes.containsKey(change)) - { - Vector files = new Vector(); - files.add(fileSpec); - changes.put(change, files); - } - else - { - Vector files = (Vector)changes.get(change); - files.add(fileSpec); - } - } - } - } - outputText += openedFiles[iter] + "\n"; - } - clearSUIDataSourceContainer(page, "changes.dataTree"); - Set keySet = changes.keySet(); - for (Object o : keySet) { - String key = (String) o; - Vector files = (Vector) changes.get(key); - addSUIDataSourceContainer(page, "changes.dataTree", key); - setSUIProperty(page, "changes.dataTree." + key, "text", key); - for (iter = 0; iter < files.size(); ++iter) { - String f = ((String) files.get(iter)); - addSUIDataSourceContainer(page, "changes.dataTree." + key, f); - setSUIProperty(page, "changes.dataTree." + key + "." + f, "text", f); - } - } - setSUIProperty(page, "outputPage.text", "LocalText", outputText); - showSUIPage(page); - flushSUIPage(page); - return SCRIPT_OVERRIDE; - } - return SCRIPT_OVERRIDE; - } - public int onPerforceSetupBtnOk(obj_id self, dictionary params) throws InterruptedException - { - String userId = params.getString("boxInputUserId.inputUserId.LocalText"); - String password = params.getString("boxInputPassword.inputPassword.LocalText"); - setObjVar(self, "P4USER", userId); - setObjVar(self, "P4PASSWD", password); - forceCloseSUIPage(params.getInt("pageId")); - return SCRIPT_CONTINUE; - } - public int onPerforceSubmitTextEditorBtnOk(obj_id self, dictionary params) throws InterruptedException - { - int page = params.getInt("pageId"); - if (page < 0) - { - return SCRIPT_CONTINUE; - } - String submissionContents = params.getString("pageText.text.LocalText"); - if (submissionContents == null || (submissionContents.length() < 1)) - { - return SCRIPT_CONTINUE; - } - Vector outputWindowText = new Vector(); - boolean submitSucceeded = perforce.submit(submissionContents, outputWindowText); - String results = new String(); - if (submitSucceeded) - { - setSUIProperty(page, "pageText.text", "LocalText", ""); - setSUIProperty(page, "pageText.text", "Text", ""); - results += "\\##00FF00"; - } - else - { - results += "\\##FF0000"; - } - int iter = 0; - for (iter = 0; iter < outputWindowText.size(); ++iter) - { - results += ((String)outputWindowText.get(iter)) + "\n"; - } - setSUIProperty(page, "outputPage.text", "Text", results); - flushSUIPage(page); - return SCRIPT_CONTINUE; - } -} From 8d897aa8f35d3383b84a49a78a37d664520f1de8 Mon Sep 17 00:00:00 2001 From: AconiteX <63141077+AconiteX@users.noreply.github.com> Date: Mon, 9 Aug 2021 14:29:25 -0400 Subject: [PATCH 044/107] Delete script_editor.java --- .../game/script/developer/script_editor.java | 176 ------------------ 1 file changed, 176 deletions(-) delete mode 100755 sku.0/sys.server/compiled/game/script/developer/script_editor.java diff --git a/sku.0/sys.server/compiled/game/script/developer/script_editor.java b/sku.0/sys.server/compiled/game/script/developer/script_editor.java deleted file mode 100755 index 8708004e88..0000000000 --- a/sku.0/sys.server/compiled/game/script/developer/script_editor.java +++ /dev/null @@ -1,176 +0,0 @@ -package script.developer; - -import script.dictionary; -import script.library.utils; -import script.obj_id; -import script.system_process; - -import java.util.Date; - -public class script_editor extends script.base_script -{ - public script_editor() - { - } - public int OnSpeaking(obj_id self, String text) throws InterruptedException - { - if (!isGod(self)) - { - return SCRIPT_CONTINUE; - } - if (!text.startsWith("editScript")) - { - return SCRIPT_CONTINUE; - } - java.util.StringTokenizer st = new java.util.StringTokenizer(text); - st.nextToken(); - String params = st.nextToken(); - if (params == null) - { - sendSystemMessageTestingOnly(self, "Usage: /editScript